@vuetify/nightly 3.7.14-master.2025-02-26 → 3.7.14-master.2025-02-27

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.
@@ -1315,58 +1315,22 @@
1315
1315
  "type": "any\n",
1316
1316
  "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/)."
1317
1317
  },
1318
- "VBtn/flat": {
1319
- "type": "boolean\n",
1320
- "description": "Removes the button box shadow. This is different than using the 'flat' variant."
1321
- },
1322
- "VBtn/tag": {
1323
- "type": "string\n",
1324
- "description": "Specify a custom tag used on the root element."
1325
- },
1326
- "VBtn/replace": {
1327
- "type": "boolean\n",
1328
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
1329
- },
1330
- "VBtn/theme": {
1331
- "type": "string\n",
1332
- "description": "Specify a theme for this component and all of its children."
1333
- },
1334
- "VBtn/size": {
1335
- "type": "string | number\n",
1336
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
1337
- },
1338
- "VBtn/value": {
1339
- "type": "any\n",
1340
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1341
- },
1342
1318
  "VBtn/text": {
1343
1319
  "type": "string\n",
1344
1320
  "description": "Specify content text for the component."
1345
1321
  },
1346
- "VBtn/exact": {
1347
- "type": "boolean\n",
1348
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1349
- },
1350
- "VBtn/base-color": {
1351
- "type": "string\n",
1352
- "description": "Sets the color of component when not focused."
1353
- },
1354
- "VBtn/active-color": {
1355
- "type": "string\n",
1356
- "description": "The applied color when the component is in an active state."
1357
- },
1358
- "VBtn/disabled": {
1359
- "type": "boolean\n",
1360
- "description": "Removes the ability to click or target the component."
1361
- },
1362
- "VBtn/slim": {
1322
+ "VBtn/flat": {
1363
1323
  "type": "boolean\n",
1364
- "description": "Reduces padding to 0 8px."
1324
+ "description": "Removes the button box shadow. This is different than using the 'flat' variant."
1365
1325
  },
1366
1326
  "VBtn/border": {
1367
1327
  "type": "string | number | boolean\n",
1368
1328
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1369
1329
  },
1330
+ "VBtn/icon": {
1331
+ "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1332
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
1333
+ },
1370
1334
  "VBtn/density": {
1371
1335
  "type": "'default' | 'comfortable' | 'compact'\n",
1372
1336
  "description": "Adjusts the vertical height used by the component."
@@ -1399,6 +1363,14 @@
1399
1363
  "type": "string | number\n",
1400
1364
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1401
1365
  },
1366
+ "VBtn/location": {
1367
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1368
+ "description": "Specifies the component's location. Can combine by using a space separated string."
1369
+ },
1370
+ "VBtn/position": {
1371
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
1372
+ "description": "Sets the position for the component."
1373
+ },
1402
1374
  "VBtn/rounded": {
1403
1375
  "type": "string | number | boolean\n",
1404
1376
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
@@ -1407,41 +1379,57 @@
1407
1379
  "type": "boolean\n",
1408
1380
  "description": "Removes any applied **border-radius** from the component."
1409
1381
  },
1382
+ "VBtn/tag": {
1383
+ "type": "string\n",
1384
+ "description": "Specify a custom tag used on the root element."
1385
+ },
1386
+ "VBtn/theme": {
1387
+ "type": "string\n",
1388
+ "description": "Specify a theme for this component and all of its children."
1389
+ },
1410
1390
  "VBtn/color": {
1411
1391
  "type": "string\n",
1412
1392
  "description": "Applies specified color to the control - 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)."
1413
1393
  },
1414
1394
  "VBtn/variant": {
1415
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1395
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1416
1396
  "description": "Applies a distinct style to the component."
1417
1397
  },
1418
- "VBtn/location": {
1419
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1420
- "description": "Specifies the component's location. Can combine by using a space separated string."
1398
+ "VBtn/replace": {
1399
+ "type": "boolean\n",
1400
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
1421
1401
  },
1422
- "VBtn/block": {
1402
+ "VBtn/active": {
1423
1403
  "type": "boolean\n",
1424
- "description": "Expands the button to 100% of available space."
1404
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1425
1405
  },
1426
- "VBtn/append-icon": {
1427
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1428
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1406
+ "VBtn/active-color": {
1407
+ "type": "string\n",
1408
+ "description": "The applied color when the component is in an active state."
1409
+ },
1410
+ "VBtn/base-color": {
1411
+ "type": "string\n",
1412
+ "description": "Sets the color of component when not focused."
1429
1413
  },
1430
1414
  "VBtn/prepend-icon": {
1431
1415
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1432
1416
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
1433
1417
  },
1418
+ "VBtn/append-icon": {
1419
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1420
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1421
+ },
1422
+ "VBtn/block": {
1423
+ "type": "boolean\n",
1424
+ "description": "Expands the button to 100% of available space."
1425
+ },
1434
1426
  "VBtn/readonly": {
1435
1427
  "type": "boolean\n",
1436
1428
  "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
1437
1429
  },
1438
- "VBtn/active": {
1430
+ "VBtn/slim": {
1439
1431
  "type": "boolean\n",
1440
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1441
- },
1442
- "VBtn/loading": {
1443
- "type": "string | boolean\n",
1444
- "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."
1432
+ "description": "Reduces padding to 0 8px."
1445
1433
  },
1446
1434
  "VBtn/stacked": {
1447
1435
  "type": "boolean\n",
@@ -1451,25 +1439,49 @@
1451
1439
  "type": "boolean | { class: string }\n",
1452
1440
  "description": "Applies the [v-ripple](/directives/ripple) directive."
1453
1441
  },
1442
+ "VBtn/value": {
1443
+ "type": "any\n",
1444
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1445
+ },
1446
+ "VBtn/disabled": {
1447
+ "type": "boolean\n",
1448
+ "description": "Removes the ability to click or target the component."
1449
+ },
1454
1450
  "VBtn/selected-class": {
1455
1451
  "type": "string\n",
1456
1452
  "description": "Configure the active CSS class applied when an item is selected."
1457
1453
  },
1458
- "VBtn/position": {
1459
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
1460
- "description": "Sets the position for the component."
1454
+ "VBtn/loading": {
1455
+ "type": "string | boolean\n",
1456
+ "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."
1461
1457
  },
1462
1458
  "VBtn/href": {
1463
1459
  "type": "string\n",
1464
1460
  "description": "Designates the component as anchor and applies the **href** attribute."
1465
1461
  },
1462
+ "VBtn/exact": {
1463
+ "type": "boolean\n",
1464
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1465
+ },
1466
1466
  "VBtn/to": {
1467
1467
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
1468
1468
  "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1469
1469
  },
1470
- "VBtn/icon": {
1471
- "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1472
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
1470
+ "VBtn/size": {
1471
+ "type": "string | number\n",
1472
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
1473
+ },
1474
+ "VBtnGroup/tag": {
1475
+ "type": "string\n",
1476
+ "description": "Specify a custom tag used on the root element."
1477
+ },
1478
+ "VBtnGroup/theme": {
1479
+ "type": "string\n",
1480
+ "description": "Specify a theme for this component and all of its children."
1481
+ },
1482
+ "VBtnGroup/base-color": {
1483
+ "type": "string\n",
1484
+ "description": "Sets the color of component when not focused."
1473
1485
  },
1474
1486
  "VBtnGroup/border": {
1475
1487
  "type": "string | number | boolean\n",
@@ -1491,38 +1503,46 @@
1491
1503
  "type": "boolean\n",
1492
1504
  "description": "Removes any applied **border-radius** from the component."
1493
1505
  },
1494
- "VBtnGroup/tag": {
1495
- "type": "string\n",
1496
- "description": "Specify a custom tag used on the root element."
1497
- },
1498
- "VBtnGroup/theme": {
1499
- "type": "string\n",
1500
- "description": "Specify a theme for this component and all of its children."
1501
- },
1502
1506
  "VBtnGroup/color": {
1503
1507
  "type": "string\n",
1504
1508
  "description": "Applies specified color to the control - 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)."
1505
1509
  },
1506
1510
  "VBtnGroup/variant": {
1507
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1511
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1508
1512
  "description": "Applies a distinct style to the component."
1509
1513
  },
1510
- "VBtnGroup/base-color": {
1514
+ "VBtnGroup/divided": {
1515
+ "type": "boolean\n",
1516
+ "description": "Add dividers between children [v-btn](/components/buttons) components."
1517
+ },
1518
+ "VBtnToggle/tag": {
1519
+ "type": "string\n",
1520
+ "description": "Specify a custom tag used on the root element."
1521
+ },
1522
+ "VBtnToggle/theme": {
1523
+ "type": "string\n",
1524
+ "description": "Specify a theme for this component and all of its children."
1525
+ },
1526
+ "VBtnToggle/base-color": {
1511
1527
  "type": "string\n",
1512
1528
  "description": "Sets the color of component when not focused."
1513
1529
  },
1514
- "VBtnGroup/divided": {
1530
+ "VBtnToggle/disabled": {
1515
1531
  "type": "boolean\n",
1516
- "description": "Add dividers between children [v-btn](/components/buttons) components."
1532
+ "description": "Puts all children components into a disabled state."
1533
+ },
1534
+ "VBtnToggle/multiple": {
1535
+ "type": "boolean\n",
1536
+ "description": "Allows one to select multiple items."
1537
+ },
1538
+ "VBtnToggle/mandatory": {
1539
+ "type": "boolean | 'force'\n",
1540
+ "description": "Forces at least one item to always be selected (if available)."
1517
1541
  },
1518
1542
  "VBtnToggle/border": {
1519
1543
  "type": "string | number | boolean\n",
1520
1544
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1521
1545
  },
1522
- "VBtnToggle/model-value": {
1523
- "type": "unknown\n",
1524
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
1525
- },
1526
1546
  "VBtnToggle/density": {
1527
1547
  "type": "'default' | 'comfortable' | 'compact'\n",
1528
1548
  "description": "Adjusts the vertical height used by the component."
@@ -1539,49 +1559,29 @@
1539
1559
  "type": "boolean\n",
1540
1560
  "description": "Removes the component's border-radius."
1541
1561
  },
1542
- "VBtnToggle/tag": {
1543
- "type": "string\n",
1544
- "description": "Specify a custom tag used on the root element."
1545
- },
1546
- "VBtnToggle/theme": {
1547
- "type": "string\n",
1548
- "description": "Specify a theme for this component and all of its children."
1549
- },
1550
1562
  "VBtnToggle/color": {
1551
1563
  "type": "string\n",
1552
1564
  "description": "Applies specified color to the control - 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)."
1553
1565
  },
1554
1566
  "VBtnToggle/variant": {
1555
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1567
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1556
1568
  "description": "Applies a distinct style to the component."
1557
1569
  },
1558
- "VBtnToggle/base-color": {
1559
- "type": "string\n",
1560
- "description": "Sets the color of component when not focused."
1570
+ "VBtnToggle/model-value": {
1571
+ "type": "unknown\n",
1572
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
1561
1573
  },
1562
- "VBtnToggle/disabled": {
1574
+ "VBtnToggle/divided": {
1563
1575
  "type": "boolean\n",
1564
- "description": "Puts all children components into a disabled state."
1565
- },
1566
- "VBtnToggle/selected-class": {
1567
- "type": "string\n",
1568
- "description": "Configure the active CSS class applied when an item is selected."
1576
+ "description": "Add dividers between children [v-btn](/components/buttons) components."
1569
1577
  },
1570
1578
  "VBtnToggle/max": {
1571
1579
  "type": "number\n",
1572
1580
  "description": "Sets a maximum number of selections that can be made."
1573
1581
  },
1574
- "VBtnToggle/multiple": {
1575
- "type": "boolean\n",
1576
- "description": "Allows one to select multiple items."
1577
- },
1578
- "VBtnToggle/mandatory": {
1579
- "type": "boolean | 'force'\n",
1580
- "description": "Forces at least one item to always be selected (if available)."
1581
- },
1582
- "VBtnToggle/divided": {
1583
- "type": "boolean\n",
1584
- "description": "Add dividers between children [v-btn](/components/buttons) components."
1582
+ "VBtnToggle/selected-class": {
1583
+ "type": "string\n",
1584
+ "description": "Configure the active CSS class applied when an item is selected."
1585
1585
  },
1586
1586
  "VCalendar/title": {
1587
1587
  "type": "string\n",
@@ -1807,14 +1807,14 @@
1807
1807
  "type": "number\n",
1808
1808
  "description": "Height of the interval in the calendar view, in pixels."
1809
1809
  },
1810
- "VCalendarIntervalEvent/interval": {
1811
- "type": "unknown\n",
1812
- "description": "The specific time interval this event is associated with."
1813
- },
1814
1810
  "VCalendarIntervalEvent/all-day": {
1815
1811
  "type": "boolean\n",
1816
1812
  "description": "Indicates whether the event spans the entire day."
1817
1813
  },
1814
+ "VCalendarIntervalEvent/interval": {
1815
+ "type": "unknown\n",
1816
+ "description": "The specific time interval this event is associated with."
1817
+ },
1818
1818
  "VCalendarIntervalEvent/event": {
1819
1819
  "type": "unknown\n",
1820
1820
  "description": "The event object associated with this calendar interval."
@@ -1951,22 +1951,6 @@
1951
1951
  "type": "string | boolean\n",
1952
1952
  "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."
1953
1953
  },
1954
- "VCard/ripple": {
1955
- "type": "boolean | { class: string }\n",
1956
- "description": "Applies the [v-ripple](/directives/ripple) directive."
1957
- },
1958
- "VCard/position": {
1959
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
1960
- "description": "Sets the position for the component."
1961
- },
1962
- "VCard/href": {
1963
- "type": "string\n",
1964
- "description": "Designates the component as anchor and applies the **href** attribute."
1965
- },
1966
- "VCard/to": {
1967
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
1968
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1969
- },
1970
1954
  "VCard/image": {
1971
1955
  "type": "string\n",
1972
1956
  "description": "Apply a specific background image to the component."
@@ -1983,6 +1967,22 @@
1983
1967
  "type": "string\n",
1984
1968
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
1985
1969
  },
1970
+ "VCard/ripple": {
1971
+ "type": "boolean | { class: string }\n",
1972
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1973
+ },
1974
+ "VCard/position": {
1975
+ "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
1976
+ "description": "Sets the position for the component."
1977
+ },
1978
+ "VCard/href": {
1979
+ "type": "string\n",
1980
+ "description": "Designates the component as anchor and applies the **href** attribute."
1981
+ },
1982
+ "VCard/to": {
1983
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
1984
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1985
+ },
1986
1986
  "VCardItem/title": {
1987
1987
  "type": "string | number\n",
1988
1988
  "description": "Specify a title text for the component."
@@ -2591,22 +2591,10 @@
2591
2591
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2592
2592
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
2593
2593
  },
2594
- "VChip/ripple": {
2595
- "type": "boolean | { class: string }\n",
2596
- "description": "Applies the [v-ripple](/directives/ripple) directive."
2597
- },
2598
2594
  "VChip/selected-class": {
2599
2595
  "type": "string\n",
2600
2596
  "description": "Configure the active CSS class applied when an item is selected."
2601
2597
  },
2602
- "VChip/href": {
2603
- "type": "string\n",
2604
- "description": "Designates the component as anchor and applies the **href** attribute."
2605
- },
2606
- "VChip/to": {
2607
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
2608
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
2609
- },
2610
2598
  "VChip/append-avatar": {
2611
2599
  "type": "string\n",
2612
2600
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
@@ -2615,6 +2603,18 @@
2615
2603
  "type": "string\n",
2616
2604
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
2617
2605
  },
2606
+ "VChip/ripple": {
2607
+ "type": "boolean | { class: string }\n",
2608
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
2609
+ },
2610
+ "VChip/href": {
2611
+ "type": "string\n",
2612
+ "description": "Designates the component as anchor and applies the **href** attribute."
2613
+ },
2614
+ "VChip/to": {
2615
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
2616
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
2617
+ },
2618
2618
  "VChip/closable": {
2619
2619
  "type": "boolean\n",
2620
2620
  "description": "Adds remove button and then a chip can be closed."
@@ -2723,14 +2723,14 @@
2723
2723
  "type": "string | boolean\n",
2724
2724
  "description": "Force the display of the pagination arrows."
2725
2725
  },
2726
- "VClassIcon/tag": {
2727
- "type": "string\n",
2728
- "description": "Specify a custom tag used on the root element."
2729
- },
2730
2726
  "VClassIcon/icon": {
2731
2727
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2732
2728
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
2733
2729
  },
2730
+ "VClassIcon/tag": {
2731
+ "type": "string\n",
2732
+ "description": "Specify a custom tag used on the root element."
2733
+ },
2734
2734
  "VCode/tag": {
2735
2735
  "type": "string\n",
2736
2736
  "description": "Specify a custom tag used on the root element."
@@ -2739,9 +2739,13 @@
2739
2739
  "type": "string\n",
2740
2740
  "description": "Specify a custom tag used on the root element."
2741
2741
  },
2742
- "VCol/order": {
2742
+ "VCol/offset": {
2743
2743
  "type": "string | number\n",
2744
- "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2744
+ "description": "Sets the default offset for the column."
2745
+ },
2746
+ "VCol/cols": {
2747
+ "type": "string | number | boolean\n",
2748
+ "description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
2745
2749
  },
2746
2750
  "VCol/sm": {
2747
2751
  "type": "string | number | boolean\n",
@@ -2763,14 +2767,6 @@
2763
2767
  "type": "string | number | boolean\n",
2764
2768
  "description": "Changes the number of columns on extra extra large and greater breakpoints."
2765
2769
  },
2766
- "VCol/offset": {
2767
- "type": "string | number\n",
2768
- "description": "Sets the default offset for the column."
2769
- },
2770
- "VCol/cols": {
2771
- "type": "string | number | boolean\n",
2772
- "description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
2773
- },
2774
2770
  "VCol/offset-sm": {
2775
2771
  "type": "string | number\n",
2776
2772
  "description": "Changes the offset of the component on small and greater breakpoints."
@@ -2791,6 +2787,10 @@
2791
2787
  "type": "string | number\n",
2792
2788
  "description": "Changes the offset of the component on extra extra large and greater breakpoints."
2793
2789
  },
2790
+ "VCol/order": {
2791
+ "type": "string | number\n",
2792
+ "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2793
+ },
2794
2794
  "VCol/order-sm": {
2795
2795
  "type": "string | number\n",
2796
2796
  "description": "Changes the order of the component on small and greater breakpoints."
@@ -2812,29 +2812,17 @@
2812
2812
  "description": "Changes the order of the component on extra extra large and greater breakpoints."
2813
2813
  },
2814
2814
  "VCol/align-self": {
2815
- "type": "'end' | 'start' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
2815
+ "type": "'start' | 'end' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
2816
2816
  "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
2817
2817
  },
2818
- "VColorPicker/tag": {
2819
- "type": "string\n",
2820
- "description": "Specify a custom tag used on the root element."
2821
- },
2822
- "VColorPicker/mode": {
2823
- "type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
2824
- "description": "The current selected input type. Syncable with `v-model:mode`."
2825
- },
2826
- "VColorPicker/theme": {
2827
- "type": "string\n",
2828
- "description": "Specify a theme for this component and all of its children."
2829
- },
2830
- "VColorPicker/disabled": {
2831
- "type": "boolean\n",
2832
- "description": "Removes the ability to click or target the component."
2833
- },
2834
2818
  "VColorPicker/border": {
2835
2819
  "type": "string | number | boolean\n",
2836
2820
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2837
2821
  },
2822
+ "VColorPicker/model-value": {
2823
+ "type": "string | Record<string, unknown>\n",
2824
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2825
+ },
2838
2826
  "VColorPicker/width": {
2839
2827
  "type": "string | number\n",
2840
2828
  "description": "Sets the width of the color picker."
@@ -2843,6 +2831,10 @@
2843
2831
  "type": "string | number\n",
2844
2832
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2845
2833
  },
2834
+ "VColorPicker/position": {
2835
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
2836
+ "description": "Sets the position for the component."
2837
+ },
2846
2838
  "VColorPicker/rounded": {
2847
2839
  "type": "string | number | boolean\n",
2848
2840
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
@@ -2851,17 +2843,25 @@
2851
2843
  "type": "boolean\n",
2852
2844
  "description": "Removes any applied **border-radius** from the component."
2853
2845
  },
2846
+ "VColorPicker/tag": {
2847
+ "type": "string\n",
2848
+ "description": "Specify a custom tag used on the root element."
2849
+ },
2850
+ "VColorPicker/theme": {
2851
+ "type": "string\n",
2852
+ "description": "Specify a theme for this component and all of its children."
2853
+ },
2854
2854
  "VColorPicker/color": {
2855
2855
  "type": "string\n",
2856
2856
  "description": "Applies specified color to the control - 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)."
2857
2857
  },
2858
- "VColorPicker/model-value": {
2859
- "type": "string | Record<string, unknown>\n",
2860
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2858
+ "VColorPicker/disabled": {
2859
+ "type": "boolean\n",
2860
+ "description": "Removes the ability to click or target the component."
2861
2861
  },
2862
- "VColorPicker/position": {
2863
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
2864
- "description": "Sets the position for the component."
2862
+ "VColorPicker/mode": {
2863
+ "type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
2864
+ "description": "The current selected input type. Syncable with `v-model:mode`."
2865
2865
  },
2866
2866
  "VColorPicker/canvas-height": {
2867
2867
  "type": "string | number\n",
@@ -2907,174 +2907,38 @@
2907
2907
  "type": "string\n",
2908
2908
  "description": "Sets input type."
2909
2909
  },
2910
- "VCombobox/model-value": {
2911
- "type": "any\n",
2912
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2913
- },
2914
- "VCombobox/error": {
2915
- "type": "boolean\n",
2916
- "description": "Puts the input in a manual error state."
2917
- },
2918
2910
  "VCombobox/reverse": {
2919
2911
  "type": "boolean\n",
2920
2912
  "description": "Reverses the orientation."
2921
2913
  },
2922
- "VCombobox/density": {
2923
- "type": "'default' | 'comfortable' | 'compact'\n",
2924
- "description": "Adjusts the vertical height used by the component."
2925
- },
2926
- "VCombobox/max-width": {
2927
- "type": "string | number\n",
2928
- "description": "Sets the maximum width for the component."
2929
- },
2930
- "VCombobox/min-width": {
2931
- "type": "string | number\n",
2932
- "description": "Sets the minimum width for the component."
2933
- },
2934
- "VCombobox/width": {
2935
- "type": "string | number\n",
2936
- "description": "Sets the width for the component."
2937
- },
2938
- "VCombobox/rounded": {
2939
- "type": "string | number | boolean\n",
2940
- "description": "Adds a border radius to the input."
2941
- },
2942
- "VCombobox/tile": {
2943
- "type": "boolean\n",
2944
- "description": "Removes any applied **border-radius** from the component."
2945
- },
2946
- "VCombobox/theme": {
2947
- "type": "string\n",
2948
- "description": "Specify a theme for this component and all of its children."
2949
- },
2950
- "VCombobox/color": {
2951
- "type": "string\n",
2952
- "description": "Applies specified color to the control - 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)."
2953
- },
2954
- "VCombobox/variant": {
2955
- "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
2956
- "description": "Applies a distinct style to the component."
2957
- },
2958
2914
  "VCombobox/name": {
2959
2915
  "type": "string\n",
2960
2916
  "description": "Sets the component's name attribute."
2961
2917
  },
2962
- "VCombobox/active": {
2963
- "type": "boolean\n",
2964
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
2965
- },
2966
- "VCombobox/base-color": {
2967
- "type": "string\n",
2968
- "description": "Sets the color of the input when it is not focused."
2969
- },
2970
- "VCombobox/prepend-icon": {
2971
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2972
- "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
2973
- },
2974
- "VCombobox/append-icon": {
2975
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2976
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2977
- },
2978
- "VCombobox/readonly": {
2979
- "type": "boolean\n",
2980
- "description": "Puts input in readonly state."
2981
- },
2982
- "VCombobox/disabled": {
2918
+ "VCombobox/error": {
2983
2919
  "type": "boolean\n",
2984
- "description": "Removes the ability to click or target the input."
2985
- },
2986
- "VCombobox/loading": {
2987
- "type": "string | boolean\n",
2988
- "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."
2920
+ "description": "Puts the input in a manual error state."
2989
2921
  },
2990
2922
  "VCombobox/label": {
2991
2923
  "type": "string\n",
2992
2924
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2993
2925
  },
2994
- "VCombobox/transition": {
2995
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
2996
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2997
- },
2998
- "VCombobox/bg-color": {
2999
- "type": "string\n",
3000
- "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)."
3001
- },
3002
2926
  "VCombobox/menu": {
3003
2927
  "type": "boolean\n",
3004
2928
  "description": "Renders with the menu open by default."
3005
2929
  },
3006
- "VCombobox/multiple": {
3007
- "type": "boolean\n",
3008
- "description": "Changes select to multiple. Accepts array for value."
3009
- },
3010
- "VCombobox/eager": {
3011
- "type": "boolean\n",
3012
- "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."
2930
+ "VCombobox/theme": {
2931
+ "type": "string\n",
2932
+ "description": "Specify a theme for this component and all of its children."
3013
2933
  },
3014
2934
  "VCombobox/items": {
3015
2935
  "type": "any[]\n",
3016
2936
  "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."
3017
2937
  },
3018
- "VCombobox/placeholder": {
3019
- "type": "string\n",
3020
- "description": "Sets the input’s placeholder text."
3021
- },
3022
2938
  "VCombobox/id": {
3023
2939
  "type": "string\n",
3024
2940
  "description": "Sets the DOM id on the component."
3025
2941
  },
3026
- "VCombobox/center-affix": {
3027
- "type": "boolean\n",
3028
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
3029
- },
3030
- "VCombobox/hide-spin-buttons": {
3031
- "type": "boolean\n",
3032
- "description": "Hides spin buttons on the input when type is set to `number`."
3033
- },
3034
- "VCombobox/hint": {
3035
- "type": "string\n",
3036
- "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
3037
- },
3038
- "VCombobox/persistent-hint": {
3039
- "type": "boolean\n",
3040
- "description": "Forces [hint](#props-hint) to always be visible."
3041
- },
3042
- "VCombobox/messages": {
3043
- "type": "string | string[]\n",
3044
- "description": "Displays a list of messages or a single message if using a string."
3045
- },
3046
- "VCombobox/direction": {
3047
- "type": "'horizontal' | 'vertical'\n",
3048
- "description": "Changes the direction of the input."
3049
- },
3050
- "VCombobox/error-messages": {
3051
- "type": "string | string[]\n",
3052
- "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
3053
- },
3054
- "VCombobox/max-errors": {
3055
- "type": "string | number\n",
3056
- "description": "Control the maximum number of shown errors from validation."
3057
- },
3058
- "VCombobox/rules": {
3059
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
3060
- "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
3061
- },
3062
- "VCombobox/validate-on": {
3063
- "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
3064
- "description": "Change what type of event triggers validation to run."
3065
- },
3066
- "VCombobox/focused": {
3067
- "type": "boolean\n",
3068
- "description": "Forces a focused state styling on the component."
3069
- },
3070
- "VCombobox/hide-details": {
3071
- "type": "boolean | 'auto'\n",
3072
- "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
3073
- },
3074
- "VCombobox/value-comparator": {
3075
- "type": "(a: any, b: any) => boolean\n",
3076
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3077
- },
3078
2942
  "VCombobox/auto-select-first": {
3079
2943
  "type": "boolean | 'exact'\n",
3080
2944
  "description": "When searching, will always highlight the first option and select it on blur. `exact` will only highlight and select exact matches."
@@ -3119,6 +2983,10 @@
3119
2983
  "type": "string\n",
3120
2984
  "description": "Text set to the inputs **aria-label** and **title** when input menu is open."
3121
2985
  },
2986
+ "VCombobox/eager": {
2987
+ "type": "boolean\n",
2988
+ "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."
2989
+ },
3122
2990
  "VCombobox/hide-no-data": {
3123
2991
  "type": "boolean\n",
3124
2992
  "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."
@@ -3131,13 +2999,45 @@
3131
2999
  "type": "unknown\n",
3132
3000
  "description": "Pass props through to the `v-list` component. Accepts an object with anything from [v-list](/api/v-list/#props) props, camelCase keys are recommended."
3133
3001
  },
3134
- "VCombobox/item-title": {
3135
- "type": "SelectItemKey<any>\n",
3136
- "description": "Property on supplied `items` that contains its title."
3137
- },
3138
- "VCombobox/item-value": {
3139
- "type": "SelectItemKey<any>\n",
3140
- "description": "Property on supplied `items` that contains its value."
3002
+ "VCombobox/base-color": {
3003
+ "type": "string\n",
3004
+ "description": "Sets the color of the input when it is not focused."
3005
+ },
3006
+ "VCombobox/bg-color": {
3007
+ "type": "string\n",
3008
+ "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)."
3009
+ },
3010
+ "VCombobox/disabled": {
3011
+ "type": "boolean\n",
3012
+ "description": "Removes the ability to click or target the input."
3013
+ },
3014
+ "VCombobox/multiple": {
3015
+ "type": "boolean\n",
3016
+ "description": "Changes select to multiple. Accepts array for value."
3017
+ },
3018
+ "VCombobox/density": {
3019
+ "type": "'default' | 'comfortable' | 'compact'\n",
3020
+ "description": "Adjusts the vertical height used by the component."
3021
+ },
3022
+ "VCombobox/max-width": {
3023
+ "type": "string | number\n",
3024
+ "description": "Sets the maximum width for the component."
3025
+ },
3026
+ "VCombobox/min-width": {
3027
+ "type": "string | number\n",
3028
+ "description": "Sets the minimum width for the component."
3029
+ },
3030
+ "VCombobox/width": {
3031
+ "type": "string | number\n",
3032
+ "description": "Sets the width for the component."
3033
+ },
3034
+ "VCombobox/item-title": {
3035
+ "type": "SelectItemKey<any>\n",
3036
+ "description": "Property on supplied `items` that contains its title."
3037
+ },
3038
+ "VCombobox/item-value": {
3039
+ "type": "SelectItemKey<any>\n",
3040
+ "description": "Property on supplied `items` that contains its value."
3141
3041
  },
3142
3042
  "VCombobox/item-children": {
3143
3043
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
@@ -3151,6 +3051,26 @@
3151
3051
  "type": "boolean\n",
3152
3052
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3153
3053
  },
3054
+ "VCombobox/value-comparator": {
3055
+ "type": "(a: any, b: any) => boolean\n",
3056
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3057
+ },
3058
+ "VCombobox/rounded": {
3059
+ "type": "string | number | boolean\n",
3060
+ "description": "Adds a border radius to the input."
3061
+ },
3062
+ "VCombobox/tile": {
3063
+ "type": "boolean\n",
3064
+ "description": "Removes any applied **border-radius** from the component."
3065
+ },
3066
+ "VCombobox/color": {
3067
+ "type": "string\n",
3068
+ "description": "Applies specified color to the control - 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)."
3069
+ },
3070
+ "VCombobox/variant": {
3071
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
3072
+ "description": "Applies a distinct style to the component."
3073
+ },
3154
3074
  "VCombobox/menu-icon": {
3155
3075
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3156
3076
  "description": "Sets the the spin icon."
@@ -3159,6 +3079,14 @@
3159
3079
  "type": "unknown\n",
3160
3080
  "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."
3161
3081
  },
3082
+ "VCombobox/model-value": {
3083
+ "type": "any\n",
3084
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3085
+ },
3086
+ "VCombobox/transition": {
3087
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
3088
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3089
+ },
3162
3090
  "VCombobox/no-data-text": {
3163
3091
  "type": "string\n",
3164
3092
  "description": "Text shown when no items are provided to the component."
@@ -3183,6 +3111,10 @@
3183
3111
  "type": "string\n",
3184
3112
  "description": "Displays prefix text."
3185
3113
  },
3114
+ "VCombobox/placeholder": {
3115
+ "type": "string\n",
3116
+ "description": "Sets the input’s placeholder text."
3117
+ },
3186
3118
  "VCombobox/persistent-placeholder": {
3187
3119
  "type": "boolean\n",
3188
3120
  "description": "Forces placeholder to always be visible."
@@ -3199,6 +3131,66 @@
3199
3131
  "type": "string\n",
3200
3132
  "description": "The role attribute applied to the input."
3201
3133
  },
3134
+ "VCombobox/append-icon": {
3135
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3136
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
3137
+ },
3138
+ "VCombobox/center-affix": {
3139
+ "type": "boolean\n",
3140
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
3141
+ },
3142
+ "VCombobox/prepend-icon": {
3143
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3144
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
3145
+ },
3146
+ "VCombobox/hide-spin-buttons": {
3147
+ "type": "boolean\n",
3148
+ "description": "Hides spin buttons on the input when type is set to `number`."
3149
+ },
3150
+ "VCombobox/hint": {
3151
+ "type": "string\n",
3152
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
3153
+ },
3154
+ "VCombobox/persistent-hint": {
3155
+ "type": "boolean\n",
3156
+ "description": "Forces [hint](#props-hint) to always be visible."
3157
+ },
3158
+ "VCombobox/messages": {
3159
+ "type": "string | string[]\n",
3160
+ "description": "Displays a list of messages or a single message if using a string."
3161
+ },
3162
+ "VCombobox/direction": {
3163
+ "type": "'horizontal' | 'vertical'\n",
3164
+ "description": "Changes the direction of the input."
3165
+ },
3166
+ "VCombobox/error-messages": {
3167
+ "type": "string | string[]\n",
3168
+ "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
3169
+ },
3170
+ "VCombobox/max-errors": {
3171
+ "type": "string | number\n",
3172
+ "description": "Control the maximum number of shown errors from validation."
3173
+ },
3174
+ "VCombobox/readonly": {
3175
+ "type": "boolean\n",
3176
+ "description": "Puts input in readonly state."
3177
+ },
3178
+ "VCombobox/rules": {
3179
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
3180
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
3181
+ },
3182
+ "VCombobox/validate-on": {
3183
+ "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
3184
+ "description": "Change what type of event triggers validation to run."
3185
+ },
3186
+ "VCombobox/focused": {
3187
+ "type": "boolean\n",
3188
+ "description": "Forces a focused state styling on the component."
3189
+ },
3190
+ "VCombobox/hide-details": {
3191
+ "type": "boolean | 'auto'\n",
3192
+ "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
3193
+ },
3202
3194
  "VCombobox/clearable": {
3203
3195
  "type": "boolean\n",
3204
3196
  "description": "Allows for the component to be cleared."
@@ -3207,6 +3199,10 @@
3207
3199
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3208
3200
  "description": "The icon used when the **clearable** prop is set to true."
3209
3201
  },
3202
+ "VCombobox/active": {
3203
+ "type": "boolean\n",
3204
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
3205
+ },
3210
3206
  "VCombobox/persistent-clear": {
3211
3207
  "type": "boolean\n",
3212
3208
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
@@ -3219,6 +3215,10 @@
3219
3215
  "type": "boolean\n",
3220
3216
  "description": "Label does not move on focus/dirty."
3221
3217
  },
3218
+ "VCombobox/loading": {
3219
+ "type": "string | boolean\n",
3220
+ "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."
3221
+ },
3222
3222
  "VCombobox/counter-value": {
3223
3223
  "type": "number | ((value: any) => number)\n",
3224
3224
  "description": "Function returns the counter display text."
@@ -3231,22 +3231,22 @@
3231
3231
  "type": "string[]\n",
3232
3232
  "description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
3233
3233
  },
3234
- "VComponentIcon/tag": {
3235
- "type": "string\n",
3236
- "description": "Specify a custom tag used on the root element."
3237
- },
3238
3234
  "VComponentIcon/icon": {
3239
3235
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3240
3236
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
3241
3237
  },
3242
- "VConfirmEdit/color": {
3238
+ "VComponentIcon/tag": {
3243
3239
  "type": "string\n",
3244
- "description": "Applies specified color to the control - 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)."
3240
+ "description": "Specify a custom tag used on the root element."
3245
3241
  },
3246
3242
  "VConfirmEdit/model-value": {
3247
3243
  "type": "unknown\n",
3248
3244
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3249
3245
  },
3246
+ "VConfirmEdit/color": {
3247
+ "type": "string\n",
3248
+ "description": "Applies specified color to the control - 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)."
3249
+ },
3250
3250
  "VConfirmEdit/cancel-text": {
3251
3251
  "type": "string\n",
3252
3252
  "description": "Text for the cancel button"
@@ -3255,10 +3255,6 @@
3255
3255
  "type": "string\n",
3256
3256
  "description": "Text for the ok button"
3257
3257
  },
3258
- "VContainer/tag": {
3259
- "type": "string\n",
3260
- "description": "Specify a custom tag used on the root element."
3261
- },
3262
3258
  "VContainer/height": {
3263
3259
  "type": "string | number\n",
3264
3260
  "description": "Sets the height for the component."
@@ -3283,10 +3279,18 @@
3283
3279
  "type": "string | number\n",
3284
3280
  "description": "Sets the width for the component."
3285
3281
  },
3282
+ "VContainer/tag": {
3283
+ "type": "string\n",
3284
+ "description": "Specify a custom tag used on the root element."
3285
+ },
3286
3286
  "VContainer/fluid": {
3287
3287
  "type": "boolean\n",
3288
3288
  "description": "Removes viewport maximum-width size breakpoints."
3289
3289
  },
3290
+ "VCounter/active": {
3291
+ "type": "boolean\n",
3292
+ "description": "Determines whether the counter is visible or not."
3293
+ },
3290
3294
  "VCounter/value": {
3291
3295
  "type": "string | number\n",
3292
3296
  "description": "Sets the current counter value."
@@ -3295,17 +3299,17 @@
3295
3299
  "type": "boolean\n",
3296
3300
  "description": "Removes the ability to click or target the component."
3297
3301
  },
3302
+ "VCounter/max": {
3303
+ "type": "string | number\n",
3304
+ "description": "Sets the maximum allowed value."
3305
+ },
3298
3306
  "VCounter/transition": {
3299
3307
  "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
3300
3308
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3301
3309
  },
3302
- "VCounter/active": {
3303
- "type": "boolean\n",
3304
- "description": "Determines whether the counter is visible or not."
3305
- },
3306
- "VCounter/max": {
3307
- "type": "string | number\n",
3308
- "description": "Sets the maximum allowed value."
3310
+ "VDataIterator/model-value": {
3311
+ "type": "any[]\n",
3312
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3309
3313
  },
3310
3314
  "VDataIterator/tag": {
3311
3315
  "type": "string\n",
@@ -3315,66 +3319,42 @@
3315
3319
  "type": "string\n",
3316
3320
  "description": "Text input used to filter items."
3317
3321
  },
3318
- "VDataIterator/items": {
3319
- "type": "unknown[]\n",
3320
- "description": "An array of strings or objects used for automatically generating children components."
3321
- },
3322
- "VDataIterator/filter-mode": {
3323
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
3324
- "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."
3325
- },
3326
- "VDataIterator/no-filter": {
3322
+ "VDataIterator/loading": {
3327
3323
  "type": "boolean\n",
3328
- "description": "Disables all item filtering."
3329
- },
3330
- "VDataIterator/custom-filter": {
3331
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3332
- "description": "Function to filter items."
3333
- },
3334
- "VDataIterator/custom-key-filter": {
3335
- "type": "unknown\n",
3336
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3337
- },
3338
- "VDataIterator/filter-keys": {
3339
- "type": "string | string[]\n",
3340
- "description": "Array of specific keys to filter on the item."
3341
- },
3342
- "VDataIterator/select-strategy": {
3343
- "type": "'single' | 'page' | 'all'\n",
3344
- "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3324
+ "description": "If `true` and no items are provided, then a loading text will be shown."
3345
3325
  },
3346
- "VDataIterator/item-value": {
3347
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3348
- "description": "Property on supplied `items` that contains its value."
3326
+ "VDataIterator/transition": {
3327
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; hideOnLeave: boolean }\n",
3328
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3349
3329
  },
3350
- "VDataIterator/return-object": {
3351
- "type": "boolean\n",
3352
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3330
+ "VDataIterator/items": {
3331
+ "type": "unknown[]\n",
3332
+ "description": "An array of strings or objects used for automatically generating children components."
3353
3333
  },
3354
3334
  "VDataIterator/value-comparator": {
3355
3335
  "type": "(a: any, b: any) => boolean\n",
3356
3336
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3357
3337
  },
3358
- "VDataIterator/model-value": {
3359
- "type": "any[]\n",
3360
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3361
- },
3362
- "VDataIterator/transition": {
3363
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; hideOnLeave: boolean }\n",
3364
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3365
- },
3366
- "VDataIterator/loading": {
3367
- "type": "boolean\n",
3368
- "description": "If `true` and no items are provided, then a loading text will be shown."
3338
+ "VDataIterator/item-value": {
3339
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3340
+ "description": "Property on supplied `items` that contains its value."
3369
3341
  },
3370
3342
  "VDataIterator/item-selectable": {
3371
3343
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3372
3344
  "description": "Property on supplied `items` that contains the boolean value indicating if the item is selectable."
3373
3345
  },
3346
+ "VDataIterator/return-object": {
3347
+ "type": "boolean\n",
3348
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3349
+ },
3374
3350
  "VDataIterator/show-select": {
3375
3351
  "type": "boolean\n",
3376
3352
  "description": "Shows the column with checkboxes for selecting items in the list."
3377
3353
  },
3354
+ "VDataIterator/select-strategy": {
3355
+ "type": "'single' | 'page' | 'all'\n",
3356
+ "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3357
+ },
3378
3358
  "VDataIterator/page": {
3379
3359
  "type": "string | number\n",
3380
3360
  "description": "The current displayed page number (1-indexed)."
@@ -3415,6 +3395,26 @@
3415
3395
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3416
3396
  "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier."
3417
3397
  },
3398
+ "VDataIterator/filter-mode": {
3399
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
3400
+ "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."
3401
+ },
3402
+ "VDataIterator/no-filter": {
3403
+ "type": "boolean\n",
3404
+ "description": "Disables all item filtering."
3405
+ },
3406
+ "VDataIterator/custom-filter": {
3407
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3408
+ "description": "Function to filter items."
3409
+ },
3410
+ "VDataIterator/custom-key-filter": {
3411
+ "type": "unknown\n",
3412
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3413
+ },
3414
+ "VDataIterator/filter-keys": {
3415
+ "type": "string | string[]\n",
3416
+ "description": "Array of specific keys to filter on the item."
3417
+ },
3418
3418
  "VDataTable/tag": {
3419
3419
  "type": "string\n",
3420
3420
  "description": "Specify a custom tag used on the root element."
@@ -3499,69 +3499,21 @@
3499
3499
  "type": "string | boolean\n",
3500
3500
  "description": "Displays `loading` slot if set to `true`"
3501
3501
  },
3502
- "VDataTable/sticky": {
3503
- "type": "boolean\n",
3504
- "description": "Deprecated, use `fixed-header` instead."
3505
- },
3506
- "VDataTable/next-icon": {
3507
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3508
- "description": "Next icon."
3509
- },
3510
- "VDataTable/prev-icon": {
3511
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3512
- "description": "Previous icon."
3513
- },
3514
- "VDataTable/hover": {
3515
- "type": "boolean\n",
3516
- "description": "Adds a hover effects to a table rows."
3517
- },
3518
- "VDataTable/item-selectable": {
3519
- "type": "SelectItemKey<any>\n",
3520
- "description": "Property on supplied `items` that indicates whether the item is selectable."
3521
- },
3522
- "VDataTable/show-select": {
3523
- "type": "boolean\n",
3524
- "description": "Shows the select checkboxes in both the header and rows (if using default rows)."
3525
- },
3526
- "VDataTable/page": {
3527
- "type": "string | number\n",
3528
- "description": "The current displayed page number (1-indexed)."
3529
- },
3530
- "VDataTable/sort-by": {
3531
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3532
- "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier."
3533
- },
3534
- "VDataTable/multi-sort": {
3535
- "type": "boolean\n",
3536
- "description": "If `true` then one can sort on multiple properties."
3537
- },
3538
- "VDataTable/must-sort": {
3539
- "type": "boolean\n",
3540
- "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending."
3541
- },
3542
- "VDataTable/custom-key-sort": {
3543
- "type": "unknown\n",
3544
- "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
3545
- },
3546
- "VDataTable/items-per-page": {
3547
- "type": "string | number\n",
3548
- "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page."
3502
+ "VDataTable/next-icon": {
3503
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3504
+ "description": "Next icon."
3549
3505
  },
3550
- "VDataTable/expand-on-click": {
3551
- "type": "boolean\n",
3552
- "description": "Expands item when the row is clicked."
3506
+ "VDataTable/prev-icon": {
3507
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3508
+ "description": "Previous icon."
3553
3509
  },
3554
- "VDataTable/show-expand": {
3510
+ "VDataTable/hover": {
3555
3511
  "type": "boolean\n",
3556
- "description": "Shows the expand toggle in default rows."
3557
- },
3558
- "VDataTable/expanded": {
3559
- "type": "string[]\n",
3560
- "description": "Whether the item is expanded or not."
3512
+ "description": "Adds a hover effects to a table rows."
3561
3513
  },
3562
- "VDataTable/group-by": {
3563
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3564
- "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier."
3514
+ "VDataTable/sticky": {
3515
+ "type": "boolean\n",
3516
+ "description": "Deprecated, use `fixed-header` instead."
3565
3517
  },
3566
3518
  "VDataTable/header-props": {
3567
3519
  "type": "unknown\n",
@@ -3571,14 +3523,18 @@
3571
3523
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3572
3524
  "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3573
3525
  },
3574
- "VDataTable/disable-sort": {
3575
- "type": "boolean\n",
3576
- "description": "Disables sorting completely."
3577
- },
3578
3526
  "VDataTable/headers": {
3579
3527
  "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3580
3528
  "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
3581
3529
  },
3530
+ "VDataTable/page": {
3531
+ "type": "string | number\n",
3532
+ "description": "The current displayed page number (1-indexed)."
3533
+ },
3534
+ "VDataTable/items-per-page": {
3535
+ "type": "string | number\n",
3536
+ "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page."
3537
+ },
3582
3538
  "VDataTable/loading-text": {
3583
3539
  "type": "string\n",
3584
3540
  "description": "Text shown when the data is loading."
@@ -3588,7 +3544,7 @@
3588
3544
  "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3589
3545
  },
3590
3546
  "VDataTable/mobile-breakpoint": {
3591
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3547
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3592
3548
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3593
3549
  },
3594
3550
  "VDataTable/row-props": {
@@ -3607,6 +3563,50 @@
3607
3563
  "type": "boolean\n",
3608
3564
  "description": "Hides the default header."
3609
3565
  },
3566
+ "VDataTable/expand-on-click": {
3567
+ "type": "boolean\n",
3568
+ "description": "Expands item when the row is clicked."
3569
+ },
3570
+ "VDataTable/show-expand": {
3571
+ "type": "boolean\n",
3572
+ "description": "Shows the expand toggle in default rows."
3573
+ },
3574
+ "VDataTable/expanded": {
3575
+ "type": "string[]\n",
3576
+ "description": "Whether the item is expanded or not."
3577
+ },
3578
+ "VDataTable/group-by": {
3579
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3580
+ "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier."
3581
+ },
3582
+ "VDataTable/item-selectable": {
3583
+ "type": "SelectItemKey<any>\n",
3584
+ "description": "Property on supplied `items` that indicates whether the item is selectable."
3585
+ },
3586
+ "VDataTable/show-select": {
3587
+ "type": "boolean\n",
3588
+ "description": "Shows the select checkboxes in both the header and rows (if using default rows)."
3589
+ },
3590
+ "VDataTable/sort-by": {
3591
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3592
+ "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier."
3593
+ },
3594
+ "VDataTable/multi-sort": {
3595
+ "type": "boolean\n",
3596
+ "description": "If `true` then one can sort on multiple properties."
3597
+ },
3598
+ "VDataTable/must-sort": {
3599
+ "type": "boolean\n",
3600
+ "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending."
3601
+ },
3602
+ "VDataTable/custom-key-sort": {
3603
+ "type": "unknown\n",
3604
+ "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
3605
+ },
3606
+ "VDataTable/disable-sort": {
3607
+ "type": "boolean\n",
3608
+ "description": "Disables sorting completely."
3609
+ },
3610
3610
  "VDataTable/fixed-header": {
3611
3611
  "type": "boolean\n",
3612
3612
  "description": "Fixed header to top of table."
@@ -3731,6 +3731,14 @@
3731
3731
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3732
3732
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3733
3733
  },
3734
+ "VDataTableHeaders/multi-sort": {
3735
+ "type": "boolean\n",
3736
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3737
+ },
3738
+ "VDataTableHeaders/header-props": {
3739
+ "type": "unknown\n",
3740
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3741
+ },
3734
3742
  "VDataTableHeaders/disable-sort": {
3735
3743
  "type": "boolean\n",
3736
3744
  "description": "Toggles rendering of sort button."
@@ -3739,10 +3747,6 @@
3739
3747
  "type": "boolean\n",
3740
3748
  "description": "Sticks the header to the top of the table."
3741
3749
  },
3742
- "VDataTableHeaders/multi-sort": {
3743
- "type": "boolean\n",
3744
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3745
- },
3746
3750
  "VDataTableHeaders/sort-asc-icon": {
3747
3751
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3748
3752
  "description": "Icon used for ascending sort button."
@@ -3751,10 +3755,6 @@
3751
3755
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3752
3756
  "description": "Icon used for descending sort button."
3753
3757
  },
3754
- "VDataTableHeaders/header-props": {
3755
- "type": "unknown\n",
3756
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3757
- },
3758
3758
  "VDataTableRow/mobile": {
3759
3759
  "type": "boolean\n",
3760
3760
  "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
@@ -3767,14 +3767,14 @@
3767
3767
  "type": "unknown\n",
3768
3768
  "description": "Data (key, index and column values) of the displayed item."
3769
3769
  },
3770
- "VDataTableRow/cell-props": {
3771
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3772
- "description": "Props to be applied to the cell."
3773
- },
3774
3770
  "VDataTableRow/index": {
3775
3771
  "type": "number\n",
3776
3772
  "description": "Row index."
3777
3773
  },
3774
+ "VDataTableRow/cell-props": {
3775
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3776
+ "description": "Props to be applied to the cell."
3777
+ },
3778
3778
  "VDataTableRows/loading": {
3779
3779
  "type": "string | boolean\n",
3780
3780
  "description": "Displays `loading` slot if set to `true`"
@@ -3791,6 +3791,14 @@
3791
3791
  "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L46-L52\" 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>)[]\n",
3792
3792
  "description": "An array of strings or objects used for automatically generating children components."
3793
3793
  },
3794
+ "VDataTableRows/cell-props": {
3795
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3796
+ "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3797
+ },
3798
+ "VDataTableRows/loading-text": {
3799
+ "type": "string\n",
3800
+ "description": "Text shown when the data is loading."
3801
+ },
3794
3802
  "VDataTableRows/hide-no-data": {
3795
3803
  "type": "boolean\n",
3796
3804
  "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."
@@ -3799,41 +3807,13 @@
3799
3807
  "type": "string\n",
3800
3808
  "description": "Text shown when no items are provided to the component."
3801
3809
  },
3802
- "VDataTableRows/cell-props": {
3803
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3804
- "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3805
- },
3806
- "VDataTableRows/loading-text": {
3807
- "type": "string\n",
3808
- "description": "Text shown when the data is loading."
3809
- },
3810
3810
  "VDataTableRows/row-props": {
3811
3811
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3812
3812
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
3813
3813
  },
3814
- "VDataTableServer/tag": {
3815
- "type": "string\n",
3816
- "description": "Specify a custom tag used on the root element."
3817
- },
3818
- "VDataTableServer/search": {
3819
- "type": "string\n",
3820
- "description": "Text input used to filter items."
3821
- },
3822
- "VDataTableServer/theme": {
3823
- "type": "string\n",
3824
- "description": "Specify a theme for this component and all of its children."
3825
- },
3826
- "VDataTableServer/items": {
3827
- "type": "any[]\n",
3828
- "description": "An array of strings or objects used for automatically generating children components."
3829
- },
3830
- "VDataTableServer/hide-no-data": {
3831
- "type": "boolean\n",
3832
- "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."
3833
- },
3834
- "VDataTableServer/select-strategy": {
3835
- "type": "'single' | 'page' | 'all'\n",
3836
- "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3814
+ "VDataTableServer/model-value": {
3815
+ "type": "unknown\n",
3816
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3837
3817
  },
3838
3818
  "VDataTableServer/density": {
3839
3819
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -3847,37 +3827,41 @@
3847
3827
  "type": "string | number\n",
3848
3828
  "description": "Sets the width for the component."
3849
3829
  },
3850
- "VDataTableServer/item-value": {
3851
- "type": "SelectItemKey<any>\n",
3852
- "description": "Property on supplied `items` that contains its value."
3853
- },
3854
- "VDataTableServer/return-object": {
3830
+ "VDataTableServer/sticky": {
3855
3831
  "type": "boolean\n",
3856
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3832
+ "description": "Deprecated, use `fixed-header` instead."
3857
3833
  },
3858
- "VDataTableServer/value-comparator": {
3859
- "type": "(a: any, b: any) => boolean\n",
3860
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3834
+ "VDataTableServer/tag": {
3835
+ "type": "string\n",
3836
+ "description": "Specify a custom tag used on the root element."
3837
+ },
3838
+ "VDataTableServer/theme": {
3839
+ "type": "string\n",
3840
+ "description": "Specify a theme for this component and all of its children."
3861
3841
  },
3862
3842
  "VDataTableServer/color": {
3863
3843
  "type": "string\n",
3864
3844
  "description": "Applies specified color to the control - 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)."
3865
3845
  },
3866
- "VDataTableServer/model-value": {
3867
- "type": "unknown\n",
3868
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3869
- },
3870
- "VDataTableServer/no-data-text": {
3846
+ "VDataTableServer/search": {
3871
3847
  "type": "string\n",
3872
- "description": "Text shown when no items are provided to the component."
3848
+ "description": "Text input used to filter items."
3873
3849
  },
3874
3850
  "VDataTableServer/loading": {
3875
3851
  "type": "string | boolean\n",
3876
- "description": "Displays `loading` slot if set to `true`"
3852
+ "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."
3877
3853
  },
3878
- "VDataTableServer/sticky": {
3854
+ "VDataTableServer/mobile": {
3879
3855
  "type": "boolean\n",
3880
- "description": "Deprecated, use `fixed-header` instead."
3856
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3857
+ },
3858
+ "VDataTableServer/mobile-breakpoint": {
3859
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3860
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3861
+ },
3862
+ "VDataTableServer/items": {
3863
+ "type": "any[]\n",
3864
+ "description": "An array of strings or objects used for automatically generating children components."
3881
3865
  },
3882
3866
  "VDataTableServer/next-icon": {
3883
3867
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -3887,18 +3871,30 @@
3887
3871
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3888
3872
  "description": "Previous icon."
3889
3873
  },
3890
- "VDataTableServer/hover": {
3891
- "type": "boolean\n",
3892
- "description": "Will add a hover effect to a table's row when the mouse is over it."
3874
+ "VDataTableServer/value-comparator": {
3875
+ "type": "(a: any, b: any) => boolean\n",
3876
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3877
+ },
3878
+ "VDataTableServer/item-value": {
3879
+ "type": "SelectItemKey<any>\n",
3880
+ "description": "Property on supplied `items` that contains its value."
3893
3881
  },
3894
3882
  "VDataTableServer/item-selectable": {
3895
3883
  "type": "SelectItemKey<any>\n",
3896
3884
  "description": "Property on supplied `items` that indicates whether the item is selectable."
3897
3885
  },
3886
+ "VDataTableServer/return-object": {
3887
+ "type": "boolean\n",
3888
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3889
+ },
3898
3890
  "VDataTableServer/show-select": {
3899
3891
  "type": "boolean\n",
3900
3892
  "description": "Shows the column with checkboxes for selecting items in the list."
3901
3893
  },
3894
+ "VDataTableServer/select-strategy": {
3895
+ "type": "'single' | 'page' | 'all'\n",
3896
+ "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3897
+ },
3902
3898
  "VDataTableServer/page": {
3903
3899
  "type": "string | number\n",
3904
3900
  "description": "The current displayed page number (1-indexed)."
@@ -3937,71 +3933,23 @@
3937
3933
  },
3938
3934
  "VDataTableServer/group-by": {
3939
3935
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3940
- "description": "Defines the grouping of the table items."
3941
- },
3942
- "VDataTableServer/header-props": {
3943
- "type": "unknown\n",
3944
- "description": "Pass props to the default header. See [`v-data-table-server` API](/api/v-data-table-server) for more information."
3945
- },
3946
- "VDataTableServer/cell-props": {
3947
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3948
- "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3949
- },
3950
- "VDataTableServer/items-length": {
3951
- "type": "string | number\n",
3952
- "description": "Number of all items."
3953
- },
3954
- "VDataTableServer/disable-sort": {
3955
- "type": "boolean\n",
3956
- "description": "Toggles rendering of sort button."
3957
- },
3958
- "VDataTableServer/headers": {
3959
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
3960
- "description": "An array of objects that each describe a header column."
3961
- },
3962
- "VDataTableServer/loading-text": {
3963
- "type": "string\n",
3964
- "description": "Text shown when the data is loading."
3965
- },
3966
- "VDataTableServer/mobile": {
3967
- "type": "boolean\n",
3968
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3969
- },
3970
- "VDataTableServer/mobile-breakpoint": {
3971
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3972
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3973
- },
3974
- "VDataTableServer/row-props": {
3975
- "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3976
- "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
3977
- },
3978
- "VDataTableServer/hide-default-body": {
3979
- "type": "boolean\n",
3980
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
3981
- },
3982
- "VDataTableServer/hide-default-footer": {
3983
- "type": "boolean\n",
3984
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
3985
- },
3986
- "VDataTableServer/hide-default-header": {
3987
- "type": "boolean\n",
3988
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
3989
- },
3990
- "VDataTableServer/fixed-header": {
3991
- "type": "boolean\n",
3992
- "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
3936
+ "description": "Defines the grouping of the table items."
3993
3937
  },
3994
- "VDataTableServer/sort-asc-icon": {
3995
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3996
- "description": "Icon used for ascending sort button."
3938
+ "VDataTableServer/header-props": {
3939
+ "type": "unknown\n",
3940
+ "description": "Pass props to the default header. See [`v-data-table-server` API](/api/v-data-table-server) for more information."
3997
3941
  },
3998
- "VDataTableServer/sort-desc-icon": {
3999
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4000
- "description": "Icon used for descending sort button."
3942
+ "VDataTableServer/cell-props": {
3943
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3944
+ "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
4001
3945
  },
4002
- "VDataTableServer/fixed-footer": {
3946
+ "VDataTableServer/items-length": {
3947
+ "type": "string | number\n",
3948
+ "description": "Number of all items."
3949
+ },
3950
+ "VDataTableServer/disable-sort": {
4003
3951
  "type": "boolean\n",
4004
- "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
3952
+ "description": "Toggles rendering of sort button."
4005
3953
  },
4006
3954
  "VDataTableServer/first-icon": {
4007
3955
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -4043,62 +3991,74 @@
4043
3991
  "type": "boolean\n",
4044
3992
  "description": "Show current page number between prev/next icons."
4045
3993
  },
4046
- "VDataTableVirtual/model-value": {
4047
- "type": "unknown\n",
4048
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3994
+ "VDataTableServer/headers": {
3995
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
3996
+ "description": "An array of objects that each describe a header column."
4049
3997
  },
4050
- "VDataTableVirtual/density": {
4051
- "type": "'default' | 'comfortable' | 'compact'\n",
4052
- "description": "Adjusts the vertical height used by the component."
3998
+ "VDataTableServer/fixed-header": {
3999
+ "type": "boolean\n",
4000
+ "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
4053
4001
  },
4054
- "VDataTableVirtual/height": {
4055
- "type": "string | number\n",
4056
- "description": "Use the height prop to set the height of the table."
4002
+ "VDataTableServer/sort-asc-icon": {
4003
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4004
+ "description": "Icon used for ascending sort button."
4057
4005
  },
4058
- "VDataTableVirtual/width": {
4059
- "type": "string | number\n",
4060
- "description": "Sets the width for the component."
4006
+ "VDataTableServer/sort-desc-icon": {
4007
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4008
+ "description": "Icon used for descending sort button."
4061
4009
  },
4062
- "VDataTableVirtual/sticky": {
4010
+ "VDataTableServer/loading-text": {
4011
+ "type": "string\n",
4012
+ "description": "Text shown when the data is loading."
4013
+ },
4014
+ "VDataTableServer/hide-no-data": {
4063
4015
  "type": "boolean\n",
4064
- "description": "Deprecated, use `fixed-header` instead."
4016
+ "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."
4065
4017
  },
4066
- "VDataTableVirtual/tag": {
4018
+ "VDataTableServer/no-data-text": {
4067
4019
  "type": "string\n",
4068
- "description": "Specify a custom tag used on the root element."
4020
+ "description": "Text shown when no items are provided to the component."
4069
4021
  },
4070
- "VDataTableVirtual/theme": {
4071
- "type": "string\n",
4072
- "description": "Specify a theme for this component and all of its children."
4022
+ "VDataTableServer/row-props": {
4023
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
4024
+ "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
4073
4025
  },
4074
- "VDataTableVirtual/color": {
4026
+ "VDataTableServer/hide-default-body": {
4027
+ "type": "boolean\n",
4028
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4029
+ },
4030
+ "VDataTableServer/hide-default-footer": {
4031
+ "type": "boolean\n",
4032
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4033
+ },
4034
+ "VDataTableServer/hide-default-header": {
4035
+ "type": "boolean\n",
4036
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4037
+ },
4038
+ "VDataTableServer/fixed-footer": {
4039
+ "type": "boolean\n",
4040
+ "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4041
+ },
4042
+ "VDataTableServer/hover": {
4043
+ "type": "boolean\n",
4044
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
4045
+ },
4046
+ "VDataTableVirtual/tag": {
4075
4047
  "type": "string\n",
4076
- "description": "Applies specified color to the control - 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)."
4048
+ "description": "Specify a custom tag used on the root element."
4077
4049
  },
4078
4050
  "VDataTableVirtual/search": {
4079
4051
  "type": "string\n",
4080
4052
  "description": "Text input used to filter items."
4081
4053
  },
4082
- "VDataTableVirtual/loading": {
4083
- "type": "string | boolean\n",
4084
- "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."
4085
- },
4086
- "VDataTableVirtual/mobile": {
4087
- "type": "boolean\n",
4088
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
4089
- },
4090
- "VDataTableVirtual/mobile-breakpoint": {
4091
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4092
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4054
+ "VDataTableVirtual/theme": {
4055
+ "type": "string\n",
4056
+ "description": "Specify a theme for this component and all of its children."
4093
4057
  },
4094
4058
  "VDataTableVirtual/items": {
4095
4059
  "type": "any[]\n",
4096
4060
  "description": "An array of strings or objects used for automatically generating children components."
4097
4061
  },
4098
- "VDataTableVirtual/value-comparator": {
4099
- "type": "(a: any, b: any) => boolean\n",
4100
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
4101
- },
4102
4062
  "VDataTableVirtual/filter-mode": {
4103
4063
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
4104
4064
  "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."
@@ -4127,6 +4087,18 @@
4127
4087
  "type": "'single' | 'page' | 'all'\n",
4128
4088
  "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
4129
4089
  },
4090
+ "VDataTableVirtual/density": {
4091
+ "type": "'default' | 'comfortable' | 'compact'\n",
4092
+ "description": "Adjusts the vertical height used by the component."
4093
+ },
4094
+ "VDataTableVirtual/height": {
4095
+ "type": "string | number\n",
4096
+ "description": "Use the height prop to set the height of the table."
4097
+ },
4098
+ "VDataTableVirtual/width": {
4099
+ "type": "string | number\n",
4100
+ "description": "Sets the width for the component."
4101
+ },
4130
4102
  "VDataTableVirtual/item-value": {
4131
4103
  "type": "SelectItemKey<any>\n",
4132
4104
  "description": "Property on supplied `items` that contains its value."
@@ -4135,66 +4107,62 @@
4135
4107
  "type": "boolean\n",
4136
4108
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
4137
4109
  },
4110
+ "VDataTableVirtual/value-comparator": {
4111
+ "type": "(a: any, b: any) => boolean\n",
4112
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
4113
+ },
4114
+ "VDataTableVirtual/color": {
4115
+ "type": "string\n",
4116
+ "description": "Applies specified color to the control - 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)."
4117
+ },
4118
+ "VDataTableVirtual/model-value": {
4119
+ "type": "unknown\n",
4120
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4121
+ },
4138
4122
  "VDataTableVirtual/no-data-text": {
4139
4123
  "type": "string\n",
4140
4124
  "description": "Text shown when no items are provided to the component."
4141
4125
  },
4142
- "VDataTableVirtual/headers": {
4143
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
4144
- "description": "An array of objects that each describe a header column."
4145
- },
4146
- "VDataTableVirtual/disable-sort": {
4147
- "type": "boolean\n",
4148
- "description": "Toggles rendering of sort button."
4126
+ "VDataTableVirtual/loading": {
4127
+ "type": "string | boolean\n",
4128
+ "description": "Displays `loading` slot if set to `true`"
4149
4129
  },
4150
- "VDataTableVirtual/fixed-header": {
4130
+ "VDataTableVirtual/hover": {
4151
4131
  "type": "boolean\n",
4152
- "description": "Sticks the header to the top of the table."
4132
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
4153
4133
  },
4154
- "VDataTableVirtual/multi-sort": {
4134
+ "VDataTableVirtual/sticky": {
4155
4135
  "type": "boolean\n",
4156
- "description": "Allows sorting by multiple columns."
4157
- },
4158
- "VDataTableVirtual/sort-asc-icon": {
4159
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4160
- "description": "Icon used for ascending sort button."
4161
- },
4162
- "VDataTableVirtual/sort-desc-icon": {
4163
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4164
- "description": "Icon used for descending sort button."
4136
+ "description": "Deprecated, use `fixed-header` instead."
4165
4137
  },
4166
4138
  "VDataTableVirtual/header-props": {
4167
4139
  "type": "unknown\n",
4168
4140
  "description": "Pass props to the default header."
4169
4141
  },
4170
4142
  "VDataTableVirtual/cell-props": {
4171
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
4143
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
4172
4144
  "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
4173
4145
  },
4174
- "VDataTableVirtual/sort-by": {
4175
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
4176
- "description": "Array of column keys and sort orders that determines the sort order of the table."
4177
- },
4178
- "VDataTableVirtual/expanded": {
4179
- "type": "string[]\n",
4180
- "description": "Whether the item is expanded or not."
4181
- },
4182
- "VDataTableVirtual/expand-on-click": {
4183
- "type": "boolean\n",
4184
- "description": "Expands item when the row is clicked."
4146
+ "VDataTableVirtual/headers": {
4147
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
4148
+ "description": "An array of objects that each describe a header column."
4185
4149
  },
4186
4150
  "VDataTableVirtual/loading-text": {
4187
4151
  "type": "string\n",
4188
4152
  "description": "Text shown when the data is loading."
4189
4153
  },
4154
+ "VDataTableVirtual/mobile": {
4155
+ "type": "boolean\n",
4156
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
4157
+ },
4158
+ "VDataTableVirtual/mobile-breakpoint": {
4159
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
4160
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4161
+ },
4190
4162
  "VDataTableVirtual/row-props": {
4191
4163
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
4192
4164
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
4193
4165
  },
4194
- "VDataTableVirtual/group-by": {
4195
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
4196
- "description": "Defines the grouping of the table items."
4197
- },
4198
4166
  "VDataTableVirtual/hide-default-body": {
4199
4167
  "type": "boolean\n",
4200
4168
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
@@ -4207,10 +4175,22 @@
4207
4175
  "type": "boolean\n",
4208
4176
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4209
4177
  },
4178
+ "VDataTableVirtual/expand-on-click": {
4179
+ "type": "boolean\n",
4180
+ "description": "Expands item when the row is clicked."
4181
+ },
4210
4182
  "VDataTableVirtual/show-expand": {
4211
4183
  "type": "boolean\n",
4212
4184
  "description": "Shows the expand icon."
4213
4185
  },
4186
+ "VDataTableVirtual/expanded": {
4187
+ "type": "string[]\n",
4188
+ "description": "Whether the item is expanded or not."
4189
+ },
4190
+ "VDataTableVirtual/group-by": {
4191
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
4192
+ "description": "Defines the grouping of the table items."
4193
+ },
4214
4194
  "VDataTableVirtual/item-selectable": {
4215
4195
  "type": "SelectItemKey<any>\n",
4216
4196
  "description": "Property on supplied `items` that indicates whether the item is selectable."
@@ -4219,6 +4199,14 @@
4219
4199
  "type": "boolean\n",
4220
4200
  "description": "Shows the column with checkboxes for selecting items in the list."
4221
4201
  },
4202
+ "VDataTableVirtual/sort-by": {
4203
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
4204
+ "description": "Array of column keys and sort orders that determines the sort order of the table."
4205
+ },
4206
+ "VDataTableVirtual/multi-sort": {
4207
+ "type": "boolean\n",
4208
+ "description": "Allows sorting by multiple columns."
4209
+ },
4222
4210
  "VDataTableVirtual/must-sort": {
4223
4211
  "type": "boolean\n",
4224
4212
  "description": "Forces sorting on the column(s)."
@@ -4227,13 +4215,25 @@
4227
4215
  "type": "unknown\n",
4228
4216
  "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
4229
4217
  },
4230
- "VDataTableVirtual/fixed-footer": {
4218
+ "VDataTableVirtual/disable-sort": {
4231
4219
  "type": "boolean\n",
4232
- "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4220
+ "description": "Toggles rendering of sort button."
4233
4221
  },
4234
- "VDataTableVirtual/hover": {
4222
+ "VDataTableVirtual/fixed-header": {
4235
4223
  "type": "boolean\n",
4236
- "description": "Will add a hover effect to a table's row when the mouse is over it."
4224
+ "description": "Sticks the header to the top of the table."
4225
+ },
4226
+ "VDataTableVirtual/sort-asc-icon": {
4227
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4228
+ "description": "Icon used for ascending sort button."
4229
+ },
4230
+ "VDataTableVirtual/sort-desc-icon": {
4231
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4232
+ "description": "Icon used for descending sort button."
4233
+ },
4234
+ "VDataTableVirtual/fixed-footer": {
4235
+ "type": "boolean\n",
4236
+ "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4237
4237
  },
4238
4238
  "VDataTableVirtual/item-height": {
4239
4239
  "type": "string | number\n",
@@ -4507,9 +4507,9 @@
4507
4507
  "type": "unknown\n",
4508
4508
  "description": "**FOR INTERNAL USE ONLY**"
4509
4509
  },
4510
- "VDateInput/position": {
4511
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
4512
- "description": "Sets the position for the component."
4510
+ "VDateInput/max": {
4511
+ "type": "unknown\n",
4512
+ "description": "Maximum allowed date/month (ISO 8601 format)."
4513
4513
  },
4514
4514
  "VDateInput/next-icon": {
4515
4515
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -4527,6 +4527,14 @@
4527
4527
  "type": "string | number\n",
4528
4528
  "description": "Sets the month."
4529
4529
  },
4530
+ "VDateInput/position": {
4531
+ "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
4532
+ "description": "Sets the position for the component."
4533
+ },
4534
+ "VDateInput/hide-actions": {
4535
+ "type": "boolean\n",
4536
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))"
4537
+ },
4530
4538
  "VDateInput/cancel-text": {
4531
4539
  "type": "string\n",
4532
4540
  "description": "Text for the cancel button"
@@ -4535,14 +4543,6 @@
4535
4543
  "type": "string\n",
4536
4544
  "description": "Text for the ok button"
4537
4545
  },
4538
- "VDateInput/max": {
4539
- "type": "unknown\n",
4540
- "description": "Maximum allowed date/month (ISO 8601 format)."
4541
- },
4542
- "VDateInput/hide-actions": {
4543
- "type": "boolean\n",
4544
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))"
4545
- },
4546
4546
  "VDateInput/mode-icon": {
4547
4547
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4548
4548
  "description": "Icon displayed next to the current month and year, toggles year selection when clicked."
@@ -4767,14 +4767,14 @@
4767
4767
  "type": "string\n",
4768
4768
  "description": "Specify content text for the component."
4769
4769
  },
4770
- "VDatePickerControls/disabled": {
4771
- "type": "string | boolean | string[]\n",
4772
- "description": "Removes the ability to click or target the component."
4773
- },
4774
4770
  "VDatePickerControls/active": {
4775
4771
  "type": "string | string[]\n",
4776
4772
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
4777
4773
  },
4774
+ "VDatePickerControls/disabled": {
4775
+ "type": "string | boolean | string[]\n",
4776
+ "description": "Removes the ability to click or target the component."
4777
+ },
4778
4778
  "VDatePickerControls/next-icon": {
4779
4779
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4780
4780
  "description": "Icon used for the next button."
@@ -4784,7 +4784,7 @@
4784
4784
  "description": "Icon used for the previous button."
4785
4785
  },
4786
4786
  "VDatePickerControls/view-mode": {
4787
- "type": "'month' | 'months' | 'year'\n",
4787
+ "type": "'month' | 'year' | 'months'\n",
4788
4788
  "description": "Sets the view mode of the date picker."
4789
4789
  },
4790
4790
  "VDatePickerControls/mode-icon": {
@@ -5223,6 +5223,10 @@
5223
5223
  "type": "string\n",
5224
5224
  "description": "Applies specified color to the control - 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)."
5225
5225
  },
5226
+ "VEmptyState/image": {
5227
+ "type": "string\n",
5228
+ "description": "Apply a specific image using [v-img](/components/images/)."
5229
+ },
5226
5230
  "VEmptyState/href": {
5227
5231
  "type": "string\n",
5228
5232
  "description": "The URL the action button links to."
@@ -5231,14 +5235,6 @@
5231
5235
  "type": "string\n",
5232
5236
  "description": "The URL the action button links to."
5233
5237
  },
5234
- "VEmptyState/icon": {
5235
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5236
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
5237
- },
5238
- "VEmptyState/image": {
5239
- "type": "string\n",
5240
- "description": "Apply a specific image using [v-img](/components/images/)."
5241
- },
5242
5238
  "VEmptyState/headline": {
5243
5239
  "type": "string\n",
5244
5240
  "description": "A large headline often used for 404 pages."
@@ -5247,6 +5243,10 @@
5247
5243
  "type": "string\n",
5248
5244
  "description": "The text used for the action button."
5249
5245
  },
5246
+ "VEmptyState/icon": {
5247
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5248
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
5249
+ },
5250
5250
  "VEmptyState/justify": {
5251
5251
  "type": "'start' | 'end' | 'center'\n",
5252
5252
  "description": "Control the justification of the text."
@@ -5687,18 +5687,14 @@
5687
5687
  "type": "string | boolean\n",
5688
5688
  "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."
5689
5689
  },
5690
- "VFab/stacked": {
5691
- "type": "boolean\n",
5692
- "description": "Displays the button as a flex-column."
5690
+ "VFab/selected-class": {
5691
+ "type": "string\n",
5692
+ "description": "Configure the active CSS class applied when an item is selected."
5693
5693
  },
5694
5694
  "VFab/ripple": {
5695
5695
  "type": "boolean | { class: string }\n",
5696
5696
  "description": "Applies the [v-ripple](/directives/ripple) directive."
5697
5697
  },
5698
- "VFab/selected-class": {
5699
- "type": "string\n",
5700
- "description": "Configure the active CSS class applied when an item is selected."
5701
- },
5702
5698
  "VFab/position": {
5703
5699
  "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
5704
5700
  "description": "Sets the position for the component."
@@ -5711,6 +5707,10 @@
5711
5707
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
5712
5708
  "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
5713
5709
  },
5710
+ "VFab/order": {
5711
+ "type": "string | number\n",
5712
+ "description": "Adjust the order of the component in relation to its registration order."
5713
+ },
5714
5714
  "VFab/icon": {
5715
5715
  "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5716
5716
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
@@ -5727,9 +5727,9 @@
5727
5727
  "type": "boolean\n",
5728
5728
  "description": "An alternate style for the FAB that expects text."
5729
5729
  },
5730
- "VFab/order": {
5731
- "type": "string | number\n",
5732
- "description": "Adjust the order of the component in relation to its registration order."
5730
+ "VFab/stacked": {
5731
+ "type": "boolean\n",
5732
+ "description": "Displays the button as a flex-column."
5733
5733
  },
5734
5734
  "VFabTransition/disabled": {
5735
5735
  "type": "boolean\n",
@@ -5755,22 +5755,22 @@
5755
5755
  "type": "boolean\n",
5756
5756
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
5757
5757
  },
5758
- "VFadeTransition/mode": {
5759
- "type": "string\n",
5760
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5761
- },
5762
5758
  "VFadeTransition/disabled": {
5763
5759
  "type": "boolean\n",
5764
5760
  "description": "Removes the ability to click or target the component."
5765
5761
  },
5766
- "VFadeTransition/origin": {
5762
+ "VFadeTransition/mode": {
5767
5763
  "type": "string\n",
5768
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5764
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5769
5765
  },
5770
5766
  "VFadeTransition/group": {
5771
5767
  "type": "boolean\n",
5772
5768
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5773
5769
  },
5770
+ "VFadeTransition/origin": {
5771
+ "type": "string\n",
5772
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5773
+ },
5774
5774
  "VFadeTransition/hide-on-leave": {
5775
5775
  "type": "boolean\n",
5776
5776
  "description": "Hides the leaving element (no exit animation)."
@@ -6451,14 +6451,14 @@
6451
6451
  "type": "boolean\n",
6452
6452
  "description": "Stop validation as soon as any rules fail."
6453
6453
  },
6454
- "VHover/disabled": {
6455
- "type": "boolean\n",
6456
- "description": "Removes hover functionality."
6457
- },
6458
6454
  "VHover/model-value": {
6459
6455
  "type": "boolean\n",
6460
6456
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6461
6457
  },
6458
+ "VHover/disabled": {
6459
+ "type": "boolean\n",
6460
+ "description": "Removes hover functionality."
6461
+ },
6462
6462
  "VHover/close-delay": {
6463
6463
  "type": "string | number\n",
6464
6464
  "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
@@ -6499,10 +6499,6 @@
6499
6499
  "type": "string | number\n",
6500
6500
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
6501
6501
  },
6502
- "VImg/eager": {
6503
- "type": "boolean\n",
6504
- "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."
6505
- },
6506
6502
  "VImg/height": {
6507
6503
  "type": "string | number\n",
6508
6504
  "description": "Sets the height for the component."
@@ -6527,6 +6523,14 @@
6527
6523
  "type": "string | number\n",
6528
6524
  "description": "Sets the width for the component."
6529
6525
  },
6526
+ "VImg/position": {
6527
+ "type": "string\n",
6528
+ "description": "Applies [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) styles to the image and placeholder elements."
6529
+ },
6530
+ "VImg/absolute": {
6531
+ "type": "boolean\n",
6532
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VImg.json))"
6533
+ },
6530
6534
  "VImg/rounded": {
6531
6535
  "type": "string | number | boolean\n",
6532
6536
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
@@ -6539,46 +6543,34 @@
6539
6543
  "type": "string\n",
6540
6544
  "description": "Applies specified color to the control - 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)."
6541
6545
  },
6542
- "VImg/absolute": {
6546
+ "VImg/inline": {
6543
6547
  "type": "boolean\n",
6544
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VImg.json))"
6545
- },
6546
- "VImg/content-class": {
6547
- "type": "any\n",
6548
- "description": "Apply a custom class to the internal content element."
6548
+ "description": "Display as an inline element instead of a block, also disables flex-grow."
6549
6549
  },
6550
6550
  "VImg/transition": {
6551
6551
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
6552
6552
  "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
6553
6553
  },
6554
- "VImg/options": {
6555
- "type": "IntersectionObserverInit\n",
6556
- "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
6557
- },
6558
- "VImg/position": {
6559
- "type": "string\n",
6560
- "description": "Applies [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) styles to the image and placeholder elements."
6554
+ "VImg/content-class": {
6555
+ "type": "any\n",
6556
+ "description": "Apply a custom class to the internal content element."
6561
6557
  },
6562
- "VImg/inline": {
6558
+ "VImg/eager": {
6563
6559
  "type": "boolean\n",
6564
- "description": "Display as an inline element instead of a block, also disables flex-grow."
6565
- },
6566
- "VImg/draggable": {
6567
- "type": "boolean | 'true' | 'false'\n",
6568
- "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
6560
+ "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."
6569
6561
  },
6570
6562
  "VImg/alt": {
6571
6563
  "type": "string\n",
6572
6564
  "description": "Alternate text for screen readers. Leave empty for decorative images."
6573
6565
  },
6574
- "VImg/src": {
6575
- "type": " | string\n | { src: string; srcset: string; lazySrc: string; aspect: number }\n",
6576
- "description": "The image URL. This prop is mandatory."
6577
- },
6578
6566
  "VImg/cover": {
6579
6567
  "type": "boolean\n",
6580
6568
  "description": "Resizes the background image to cover the entire container."
6581
6569
  },
6570
+ "VImg/draggable": {
6571
+ "type": "boolean | 'true' | 'false'\n",
6572
+ "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
6573
+ },
6582
6574
  "VImg/gradient": {
6583
6575
  "type": "string\n",
6584
6576
  "description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
@@ -6587,10 +6579,18 @@
6587
6579
  "type": "string\n",
6588
6580
  "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
6589
6581
  },
6582
+ "VImg/options": {
6583
+ "type": "IntersectionObserverInit\n",
6584
+ "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
6585
+ },
6590
6586
  "VImg/sizes": {
6591
6587
  "type": "string\n",
6592
6588
  "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
6593
6589
  },
6590
+ "VImg/src": {
6591
+ "type": " | string\n | { src: string; srcset: string; lazySrc: string; aspect: number }\n",
6592
+ "description": "The image URL. This prop is mandatory."
6593
+ },
6594
6594
  "VImg/srcset": {
6595
6595
  "type": "string\n",
6596
6596
  "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)."
@@ -6607,6 +6607,14 @@
6607
6607
  "type": " | 'origin'\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin-when-cross-origin'\n | 'same-origin'\n | 'strict-origin'\n | 'strict-origin-when-cross-origin'\n | 'unsafe-url'\n",
6608
6608
  "description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)"
6609
6609
  },
6610
+ "VInfiniteScroll/tag": {
6611
+ "type": "string\n",
6612
+ "description": "Specify a custom tag used on the root element."
6613
+ },
6614
+ "VInfiniteScroll/mode": {
6615
+ "type": "'intersect' | 'manual'\n",
6616
+ "description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
6617
+ },
6610
6618
  "VInfiniteScroll/height": {
6611
6619
  "type": "string | number\n",
6612
6620
  "description": "Sets the height for the component."
@@ -6631,24 +6639,16 @@
6631
6639
  "type": "string | number\n",
6632
6640
  "description": "Sets the width for the component."
6633
6641
  },
6634
- "VInfiniteScroll/tag": {
6635
- "type": "string\n",
6636
- "description": "Specify a custom tag used on the root element."
6637
- },
6638
6642
  "VInfiniteScroll/color": {
6639
6643
  "type": "string\n",
6640
6644
  "description": "Applies specified color to the control - 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)."
6641
6645
  },
6642
- "VInfiniteScroll/mode": {
6643
- "type": "'intersect' | 'manual'\n",
6644
- "description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
6645
- },
6646
6646
  "VInfiniteScroll/direction": {
6647
6647
  "type": "'horizontal' | 'vertical'\n",
6648
6648
  "description": "Specifies if scroller is **vertical** or **horizontal**."
6649
6649
  },
6650
6650
  "VInfiniteScroll/side": {
6651
- "type": "'end' | 'start' | 'both'\n",
6651
+ "type": "'start' | 'end' | 'both'\n",
6652
6652
  "description": "Specifies the side where new content should appear. Either the **start**, **end**, or **both** sides."
6653
6653
  },
6654
6654
  "VInfiniteScroll/margin": {
@@ -6807,25 +6807,33 @@
6807
6807
  "type": "unknown\n",
6808
6808
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6809
6809
  },
6810
- "VItemGroup/selected-class": {
6811
- "type": "string\n",
6812
- "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
6813
- },
6814
6810
  "VItemGroup/max": {
6815
6811
  "type": "number\n",
6816
6812
  "description": "Sets a maximum number of selections that can be made."
6817
6813
  },
6814
+ "VItemGroup/selected-class": {
6815
+ "type": "string\n",
6816
+ "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
6817
+ },
6818
6818
  "VKbd/tag": {
6819
6819
  "type": "string\n",
6820
6820
  "description": "Specify a custom tag used on the root element."
6821
6821
  },
6822
+ "VLabel/text": {
6823
+ "type": "string\n",
6824
+ "description": "Specify content text for the component."
6825
+ },
6822
6826
  "VLabel/theme": {
6823
6827
  "type": "string\n",
6824
6828
  "description": "Specify a theme for this component and all of its children."
6825
6829
  },
6826
- "VLabel/text": {
6827
- "type": "string\n",
6828
- "description": "Specify content text for the component."
6830
+ "VLayout/full-height": {
6831
+ "type": "boolean\n",
6832
+ "description": "Sets the component height to 100%."
6833
+ },
6834
+ "VLayout/overlaps": {
6835
+ "type": "string[]\n",
6836
+ "description": "**FOR INTERNAL USE ONLY**"
6829
6837
  },
6830
6838
  "VLayout/height": {
6831
6839
  "type": "string | number\n",
@@ -6851,38 +6859,30 @@
6851
6859
  "type": "string | number\n",
6852
6860
  "description": "Sets the width for the component."
6853
6861
  },
6854
- "VLayout/full-height": {
6862
+ "VLayoutItem/model-value": {
6855
6863
  "type": "boolean\n",
6856
- "description": "Sets the component height to 100%."
6857
- },
6858
- "VLayout/overlaps": {
6859
- "type": "string[]\n",
6860
- "description": "**FOR INTERNAL USE ONLY**"
6861
- },
6862
- "VLayoutItem/name": {
6863
- "type": "string\n",
6864
- "description": "Assign a specific name for layout registration."
6864
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6865
6865
  },
6866
- "VLayoutItem/size": {
6867
- "type": "string | number\n",
6868
- "description": "Sets the height and width of the component."
6866
+ "VLayoutItem/position": {
6867
+ "type": "'top' | 'bottom' | 'left' | 'right'\n",
6868
+ "description": "The position of the item."
6869
6869
  },
6870
6870
  "VLayoutItem/absolute": {
6871
6871
  "type": "boolean\n",
6872
6872
  "description": "Applies **position: absolute** to the component."
6873
6873
  },
6874
- "VLayoutItem/model-value": {
6875
- "type": "boolean\n",
6876
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6877
- },
6878
- "VLayoutItem/position": {
6879
- "type": "'top' | 'left' | 'right' | 'bottom'\n",
6880
- "description": "The position of the item."
6874
+ "VLayoutItem/name": {
6875
+ "type": "string\n",
6876
+ "description": "Assign a specific name for layout registration."
6881
6877
  },
6882
6878
  "VLayoutItem/order": {
6883
6879
  "type": "string | number\n",
6884
6880
  "description": "Adjust the order of the component in relation to its registration order."
6885
6881
  },
6882
+ "VLayoutItem/size": {
6883
+ "type": "string | number\n",
6884
+ "description": "Sets the height and width of the component."
6885
+ },
6886
6886
  "VLazy/tag": {
6887
6887
  "type": "string\n",
6888
6888
  "description": "Specify a custom tag used on the root element."
@@ -7111,105 +7111,49 @@
7111
7111
  "type": "string\n",
7112
7112
  "description": "Applies specified color to the control - 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)."
7113
7113
  },
7114
- "VListGroup/active-color": {
7115
- "type": "string\n",
7116
- "description": "The applied color when the component is in an active state."
7117
- },
7118
- "VListGroup/base-color": {
7119
- "type": "string\n",
7120
- "description": "Sets the color of component when not focused."
7121
- },
7122
- "VListGroup/prepend-icon": {
7123
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7124
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7125
- },
7126
- "VListGroup/append-icon": {
7127
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7128
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7129
- },
7130
- "VListGroup/value": {
7131
- "type": "any\n",
7132
- "description": "Expands / Collapse the list-group."
7133
- },
7134
- "VListGroup/expand-icon": {
7135
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7136
- "description": "Icon to display when the list item is collapsed."
7137
- },
7138
- "VListGroup/collapse-icon": {
7139
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7140
- "description": "Icon to display when the list item is expanded."
7141
- },
7142
- "VListGroup/fluid": {
7143
- "type": "boolean\n",
7144
- "description": "Removes the left padding assigned for action icons from group items."
7145
- },
7146
- "VListGroup/subgroup": {
7147
- "type": "boolean\n",
7148
- "description": "Designate the component as nested list group."
7149
- },
7150
- "VListImg/tag": {
7151
- "type": "string\n",
7152
- "description": "Specify a custom tag used on the root element."
7153
- },
7154
- "VListItem/tag": {
7155
- "type": "string\n",
7156
- "description": "Specify a custom tag used on the root element."
7157
- },
7158
- "VListItem/link": {
7159
- "type": "boolean\n",
7160
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
7161
- },
7162
- "VListItem/nav": {
7163
- "type": "boolean\n",
7164
- "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7165
- },
7166
- "VListItem/title": {
7167
- "type": "string | number\n",
7168
- "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
7169
- },
7170
- "VListItem/replace": {
7171
- "type": "boolean\n",
7172
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
7173
- },
7174
- "VListItem/theme": {
7175
- "type": "string\n",
7176
- "description": "Specify a theme for this component and all of its children."
7177
- },
7178
- "VListItem/value": {
7179
- "type": "any\n",
7180
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7181
- },
7182
- "VListItem/exact": {
7183
- "type": "boolean\n",
7184
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
7185
- },
7186
- "VListItem/subtitle": {
7187
- "type": "string | number\n",
7188
- "description": "Specify a subtitle text for the component."
7189
- },
7190
- "VListItem/base-color": {
7191
- "type": "string\n",
7192
- "description": "Sets the color of component when not focused."
7193
- },
7194
- "VListItem/active-color": {
7114
+ "VListGroup/active-color": {
7195
7115
  "type": "string\n",
7196
7116
  "description": "The applied color when the component is in an active state."
7197
7117
  },
7198
- "VListItem/active-class": {
7118
+ "VListGroup/base-color": {
7199
7119
  "type": "string\n",
7200
- "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
7120
+ "description": "Sets the color of component when not focused."
7201
7121
  },
7202
- "VListItem/disabled": {
7122
+ "VListGroup/prepend-icon": {
7123
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7124
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7125
+ },
7126
+ "VListGroup/append-icon": {
7127
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7128
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7129
+ },
7130
+ "VListGroup/value": {
7131
+ "type": "any\n",
7132
+ "description": "Expands / Collapse the list-group."
7133
+ },
7134
+ "VListGroup/fluid": {
7203
7135
  "type": "boolean\n",
7204
- "description": "Removes the ability to click or target the component."
7136
+ "description": "Removes the left padding assigned for action icons from group items."
7205
7137
  },
7206
- "VListItem/lines": {
7207
- "type": "false | 'one' | 'two' | 'three'\n",
7208
- "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
7138
+ "VListGroup/expand-icon": {
7139
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7140
+ "description": "Icon to display when the list item is collapsed."
7209
7141
  },
7210
- "VListItem/slim": {
7142
+ "VListGroup/collapse-icon": {
7143
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7144
+ "description": "Icon to display when the list item is expanded."
7145
+ },
7146
+ "VListGroup/subgroup": {
7211
7147
  "type": "boolean\n",
7212
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7148
+ "description": "Designate the component as nested list group."
7149
+ },
7150
+ "VListImg/tag": {
7151
+ "type": "string\n",
7152
+ "description": "Specify a custom tag used on the root element."
7153
+ },
7154
+ "VListItem/title": {
7155
+ "type": "string | number\n",
7156
+ "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
7213
7157
  },
7214
7158
  "VListItem/border": {
7215
7159
  "type": "string | number | boolean\n",
@@ -7255,38 +7199,94 @@
7255
7199
  "type": "boolean\n",
7256
7200
  "description": "Removes any applied **border-radius** from the component."
7257
7201
  },
7202
+ "VListItem/tag": {
7203
+ "type": "string\n",
7204
+ "description": "Specify a custom tag used on the root element."
7205
+ },
7206
+ "VListItem/theme": {
7207
+ "type": "string\n",
7208
+ "description": "Specify a theme for this component and all of its children."
7209
+ },
7258
7210
  "VListItem/color": {
7259
7211
  "type": "string\n",
7260
7212
  "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - 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),"
7261
7213
  },
7262
7214
  "VListItem/variant": {
7263
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7215
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7264
7216
  "description": "Applies a distinct style to the component."
7265
7217
  },
7266
- "VListItem/append-icon": {
7267
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7268
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7218
+ "VListItem/replace": {
7219
+ "type": "boolean\n",
7220
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
7221
+ },
7222
+ "VListItem/link": {
7223
+ "type": "boolean\n",
7224
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
7225
+ },
7226
+ "VListItem/active": {
7227
+ "type": "boolean\n",
7228
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7229
+ },
7230
+ "VListItem/active-color": {
7231
+ "type": "string\n",
7232
+ "description": "The applied color when the component is in an active state."
7233
+ },
7234
+ "VListItem/base-color": {
7235
+ "type": "string\n",
7236
+ "description": "Sets the color of component when not focused."
7269
7237
  },
7270
7238
  "VListItem/prepend-icon": {
7271
7239
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7272
7240
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7273
7241
  },
7274
- "VListItem/active": {
7242
+ "VListItem/append-icon": {
7243
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7244
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7245
+ },
7246
+ "VListItem/slim": {
7275
7247
  "type": "boolean\n",
7276
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7248
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7277
7249
  },
7278
7250
  "VListItem/ripple": {
7279
7251
  "type": "boolean | { class: string }\n",
7280
7252
  "description": "Applies the [v-ripple](/directives/ripple) directive."
7281
7253
  },
7254
+ "VListItem/value": {
7255
+ "type": "any\n",
7256
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7257
+ },
7258
+ "VListItem/disabled": {
7259
+ "type": "boolean\n",
7260
+ "description": "Removes the ability to click or target the component."
7261
+ },
7282
7262
  "VListItem/href": {
7283
7263
  "type": "string\n",
7284
7264
  "description": "Designates the component as anchor and applies the **href** attribute."
7285
7265
  },
7266
+ "VListItem/exact": {
7267
+ "type": "boolean\n",
7268
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
7269
+ },
7286
7270
  "VListItem/to": {
7287
7271
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
7288
7272
  "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
7289
7273
  },
7274
+ "VListItem/lines": {
7275
+ "type": "false | 'one' | 'two' | 'three'\n",
7276
+ "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
7277
+ },
7278
+ "VListItem/nav": {
7279
+ "type": "boolean\n",
7280
+ "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7281
+ },
7282
+ "VListItem/active-class": {
7283
+ "type": "string\n",
7284
+ "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
7285
+ },
7286
+ "VListItem/subtitle": {
7287
+ "type": "string | number\n",
7288
+ "description": "Specify a subtitle text for the component."
7289
+ },
7290
7290
  "VListItem/append-avatar": {
7291
7291
  "type": "string\n",
7292
7292
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
@@ -7295,29 +7295,29 @@
7295
7295
  "type": "string\n",
7296
7296
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
7297
7297
  },
7298
- "VListItemAction/end": {
7299
- "type": "boolean\n",
7300
- "description": "Applies margin at the start of the component."
7298
+ "VListItemAction/tag": {
7299
+ "type": "string\n",
7300
+ "description": "Specify a custom tag used on the root element."
7301
7301
  },
7302
7302
  "VListItemAction/start": {
7303
7303
  "type": "boolean\n",
7304
7304
  "description": "Applies margin at the end of the component."
7305
7305
  },
7306
- "VListItemAction/tag": {
7307
- "type": "string\n",
7308
- "description": "Specify a custom tag used on the root element."
7309
- },
7310
- "VListItemMedia/end": {
7306
+ "VListItemAction/end": {
7311
7307
  "type": "boolean\n",
7312
7308
  "description": "Applies margin at the start of the component."
7313
7309
  },
7310
+ "VListItemMedia/tag": {
7311
+ "type": "string\n",
7312
+ "description": "Specify a custom tag used on the root element."
7313
+ },
7314
7314
  "VListItemMedia/start": {
7315
7315
  "type": "boolean\n",
7316
7316
  "description": "Applies margin at the end of the component."
7317
7317
  },
7318
- "VListItemMedia/tag": {
7319
- "type": "string\n",
7320
- "description": "Specify a custom tag used on the root element."
7318
+ "VListItemMedia/end": {
7319
+ "type": "boolean\n",
7320
+ "description": "Applies margin at the start of the component."
7321
7321
  },
7322
7322
  "VListItemSubtitle/tag": {
7323
7323
  "type": "string\n",
@@ -8815,14 +8815,14 @@
8815
8815
  "type": "string | number\n",
8816
8816
  "description": "Sets the maximum allowed value."
8817
8817
  },
8818
- "VRangeSlider/min": {
8819
- "type": "string | number\n",
8820
- "description": "Sets the minimum allowed value."
8821
- },
8822
8818
  "VRangeSlider/id": {
8823
8819
  "type": "string\n",
8824
8820
  "description": "Sets the DOM id on the component."
8825
8821
  },
8822
+ "VRangeSlider/min": {
8823
+ "type": "string | number\n",
8824
+ "description": "Sets the minimum allowed value."
8825
+ },
8826
8826
  "VRangeSlider/center-affix": {
8827
8827
  "type": "boolean\n",
8828
8828
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -8967,14 +8967,14 @@
8967
8967
  "type": "string | number\n",
8968
8968
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
8969
8969
  },
8970
- "VRating/clearable": {
8971
- "type": "boolean\n",
8972
- "description": "Allows for the component to be cleared by clicking on the current value."
8973
- },
8974
8970
  "VRating/hover": {
8975
8971
  "type": "boolean\n",
8976
8972
  "description": "Provides visual feedback when hovering over icons."
8977
8973
  },
8974
+ "VRating/clearable": {
8975
+ "type": "boolean\n",
8976
+ "description": "Allows for the component to be cleared by clicking on the current value."
8977
+ },
8978
8978
  "VRating/item-aria-label": {
8979
8979
  "type": "string\n",
8980
8980
  "description": "The **aria-label** used for each item."
@@ -9355,14 +9355,14 @@
9355
9355
  "type": "any[]\n",
9356
9356
  "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."
9357
9357
  },
9358
- "VSelect/placeholder": {
9359
- "type": "string\n",
9360
- "description": "Sets the input’s placeholder text."
9361
- },
9362
9358
  "VSelect/id": {
9363
9359
  "type": "string\n",
9364
9360
  "description": "Sets the DOM id on the component."
9365
9361
  },
9362
+ "VSelect/placeholder": {
9363
+ "type": "string\n",
9364
+ "description": "Sets the input’s placeholder text."
9365
+ },
9366
9366
  "VSelect/center-affix": {
9367
9367
  "type": "boolean\n",
9368
9368
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -9415,6 +9415,54 @@
9415
9415
  "type": "(a: any, b: any) => boolean\n",
9416
9416
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9417
9417
  },
9418
+ "VSelect/item-value": {
9419
+ "type": "SelectItemKey<any>\n",
9420
+ "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)."
9421
+ },
9422
+ "VSelect/return-object": {
9423
+ "type": "boolean\n",
9424
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
9425
+ },
9426
+ "VSelect/hide-no-data": {
9427
+ "type": "boolean\n",
9428
+ "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."
9429
+ },
9430
+ "VSelect/no-data-text": {
9431
+ "type": "string\n",
9432
+ "description": "Text shown when no items are provided to the component."
9433
+ },
9434
+ "VSelect/clearable": {
9435
+ "type": "boolean\n",
9436
+ "description": "Allows for the component to be cleared."
9437
+ },
9438
+ "VSelect/clear-icon": {
9439
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9440
+ "description": "The icon used when the **clearable** prop is set to true."
9441
+ },
9442
+ "VSelect/persistent-clear": {
9443
+ "type": "boolean\n",
9444
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
9445
+ },
9446
+ "VSelect/prepend-inner-icon": {
9447
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9448
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
9449
+ },
9450
+ "VSelect/single-line": {
9451
+ "type": "boolean\n",
9452
+ "description": "Label does not move on focus/dirty."
9453
+ },
9454
+ "VSelect/prefix": {
9455
+ "type": "string\n",
9456
+ "description": "Displays prefix text."
9457
+ },
9458
+ "VSelect/role": {
9459
+ "type": "string\n",
9460
+ "description": "The role attribute applied to the input."
9461
+ },
9462
+ "VSelect/autofocus": {
9463
+ "type": "boolean\n",
9464
+ "description": "Enables autofocus."
9465
+ },
9418
9466
  "VSelect/chips": {
9419
9467
  "type": "boolean\n",
9420
9468
  "description": "Changes display of selections to chips."
@@ -9431,10 +9479,6 @@
9431
9479
  "type": "string\n",
9432
9480
  "description": "Text set to the inputs **aria-label** and **title** when input menu is open."
9433
9481
  },
9434
- "VSelect/hide-no-data": {
9435
- "type": "boolean\n",
9436
- "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."
9437
- },
9438
9482
  "VSelect/hide-selected": {
9439
9483
  "type": "boolean\n",
9440
9484
  "description": "Do not display in the select menu items that are already selected."
@@ -9447,10 +9491,6 @@
9447
9491
  "type": "SelectItemKey<any>\n",
9448
9492
  "description": "Property on supplied `items` that contains its title."
9449
9493
  },
9450
- "VSelect/item-value": {
9451
- "type": "SelectItemKey<any>\n",
9452
- "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)."
9453
- },
9454
9494
  "VSelect/item-children": {
9455
9495
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
9456
9496
  "description": "This property currently has **no effect**."
@@ -9459,10 +9499,6 @@
9459
9499
  "type": "SelectItemKey<any>\n",
9460
9500
  "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."
9461
9501
  },
9462
- "VSelect/return-object": {
9463
- "type": "boolean\n",
9464
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
9465
- },
9466
9502
  "VSelect/menu-icon": {
9467
9503
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9468
9504
  "description": "Sets the the spin icon."
@@ -9471,10 +9507,6 @@
9471
9507
  "type": "unknown\n",
9472
9508
  "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."
9473
9509
  },
9474
- "VSelect/no-data-text": {
9475
- "type": "string\n",
9476
- "description": "Text shown when no items are provided to the component."
9477
- },
9478
9510
  "VSelect/open-on-clear": {
9479
9511
  "type": "boolean\n",
9480
9512
  "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state."
@@ -9483,53 +9515,21 @@
9483
9515
  "type": "string\n",
9484
9516
  "description": "Sets color of selected items."
9485
9517
  },
9486
- "VSelect/autofocus": {
9487
- "type": "boolean\n",
9488
- "description": "Enables autofocus."
9489
- },
9490
9518
  "VSelect/counter": {
9491
- "type": "string | number | boolean\n",
9492
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
9493
- },
9494
- "VSelect/prefix": {
9495
- "type": "string\n",
9496
- "description": "Displays prefix text."
9497
- },
9498
- "VSelect/persistent-placeholder": {
9499
- "type": "boolean\n",
9500
- "description": "Forces placeholder to always be visible."
9501
- },
9502
- "VSelect/persistent-counter": {
9503
- "type": "boolean\n",
9504
- "description": "Forces counter to always be visible."
9505
- },
9506
- "VSelect/suffix": {
9507
- "type": "string\n",
9508
- "description": "Displays suffix text."
9509
- },
9510
- "VSelect/role": {
9511
- "type": "string\n",
9512
- "description": "The role attribute applied to the input."
9513
- },
9514
- "VSelect/clearable": {
9515
- "type": "boolean\n",
9516
- "description": "Allows for the component to be cleared."
9517
- },
9518
- "VSelect/clear-icon": {
9519
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9520
- "description": "The icon used when the **clearable** prop is set to true."
9519
+ "type": "string | number | boolean\n",
9520
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
9521
9521
  },
9522
- "VSelect/persistent-clear": {
9522
+ "VSelect/persistent-placeholder": {
9523
9523
  "type": "boolean\n",
9524
- "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
9525
- },
9526
- "VSelect/prepend-inner-icon": {
9527
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9528
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
9524
+ "description": "Forces placeholder to always be visible."
9529
9525
  },
9530
- "VSelect/single-line": {
9526
+ "VSelect/persistent-counter": {
9531
9527
  "type": "boolean\n",
9532
- "description": "Label does not move on focus/dirty."
9528
+ "description": "Forces counter to always be visible."
9529
+ },
9530
+ "VSelect/suffix": {
9531
+ "type": "string\n",
9532
+ "description": "Displays suffix text."
9533
9533
  },
9534
9534
  "VSelect/counter-value": {
9535
9535
  "type": "number | ((value: any) => number)\n",
@@ -10055,14 +10055,14 @@
10055
10055
  "type": "string | number\n",
10056
10056
  "description": "Sets the maximum allowed value."
10057
10057
  },
10058
- "VSlider/min": {
10059
- "type": "string | number\n",
10060
- "description": "Sets the minimum allowed value."
10061
- },
10062
10058
  "VSlider/id": {
10063
10059
  "type": "string\n",
10064
10060
  "description": "Sets the DOM id on the component."
10065
10061
  },
10062
+ "VSlider/min": {
10063
+ "type": "string | number\n",
10064
+ "description": "Sets the minimum allowed value."
10065
+ },
10066
10066
  "VSlider/center-affix": {
10067
10067
  "type": "boolean\n",
10068
10068
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -10531,6 +10531,10 @@
10531
10531
  "type": "string | number\n",
10532
10532
  "description": "The maximum value of the sparkline."
10533
10533
  },
10534
+ "VSparkline/id": {
10535
+ "type": "string\n",
10536
+ "description": "The id of the component."
10537
+ },
10534
10538
  "VSparkline/min": {
10535
10539
  "type": "string | number\n",
10536
10540
  "description": "The minimum value of the sparkline."
@@ -10539,10 +10543,6 @@
10539
10543
  "type": "string[]\n",
10540
10544
  "description": "An array of colors to use as a linear-gradient."
10541
10545
  },
10542
- "VSparkline/id": {
10543
- "type": "string\n",
10544
- "description": "The id of the component."
10545
- },
10546
10546
  "VSparkline/item-value": {
10547
10547
  "type": "string\n",
10548
10548
  "description": "The value of the item."
@@ -10843,10 +10843,6 @@
10843
10843
  "type": "(string | Record<string, any>)[]\n",
10844
10844
  "description": "An array of strings or objects used for automatically generating children components."
10845
10845
  },
10846
- "VStepper/item-title": {
10847
- "type": "string\n",
10848
- "description": "Property on supplied `items` that contains its title."
10849
- },
10850
10846
  "VStepper/item-value": {
10851
10847
  "type": "string\n",
10852
10848
  "description": "Property on supplied `items` that contains its value."
@@ -10855,6 +10851,10 @@
10855
10851
  "type": "boolean\n",
10856
10852
  "description": "Hide actions bar (prev and next buttons)."
10857
10853
  },
10854
+ "VStepper/item-title": {
10855
+ "type": "string\n",
10856
+ "description": "Property on supplied `items` that contains its title."
10857
+ },
10858
10858
  "VStepper/alt-labels": {
10859
10859
  "type": "boolean\n",
10860
10860
  "description": "Places the labels beneath the step."
@@ -10892,7 +10892,7 @@
10892
10892
  "description": "Applies specified color to the control - 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)."
10893
10893
  },
10894
10894
  "VStepperActions/disabled": {
10895
- "type": "boolean | 'next' | 'prev'\n",
10895
+ "type": "boolean | 'prev' | 'next'\n",
10896
10896
  "description": "Removes the ability to click or target the component."
10897
10897
  },
10898
10898
  "VStepperActions/prev-text": {
@@ -11051,6 +11051,10 @@
11051
11051
  "type": "(string | Record<string, any>)[]\n",
11052
11052
  "description": "An array of strings or objects used for automatically generating children components."
11053
11053
  },
11054
+ "VStepperVertical/item-value": {
11055
+ "type": "string\n",
11056
+ "description": "Property on supplied `items` that contains its value."
11057
+ },
11054
11058
  "VStepperVertical/expand-icon": {
11055
11059
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11056
11060
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -11059,14 +11063,6 @@
11059
11063
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11060
11064
  "description": "Icon used when the expansion panel is in a collapsable state."
11061
11065
  },
11062
- "VStepperVertical/item-title": {
11063
- "type": "string\n",
11064
- "description": "Property on supplied `items` that contains its title."
11065
- },
11066
- "VStepperVertical/item-value": {
11067
- "type": "string\n",
11068
- "description": "Property on supplied `items` that contains its value."
11069
- },
11070
11066
  "VStepperVertical/hide-actions": {
11071
11067
  "type": "boolean\n",
11072
11068
  "description": "Hide the expand icon in the content title."
@@ -11075,6 +11071,10 @@
11075
11071
  "type": "boolean\n",
11076
11072
  "description": "Makes the expansion-panel headers focusable."
11077
11073
  },
11074
+ "VStepperVertical/item-title": {
11075
+ "type": "string\n",
11076
+ "description": "Property on supplied `items` that contains its title."
11077
+ },
11078
11078
  "VStepperVertical/alt-labels": {
11079
11079
  "type": "boolean\n",
11080
11080
  "description": "Places the labels beneath the step."
@@ -11112,7 +11112,7 @@
11112
11112
  "description": "Applies specified color to the control - 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)."
11113
11113
  },
11114
11114
  "VStepperVerticalActions/disabled": {
11115
- "type": "boolean | 'next' | 'prev'\n",
11115
+ "type": "boolean | 'prev' | 'next'\n",
11116
11116
  "description": "Removes the ability to click or target the component."
11117
11117
  },
11118
11118
  "VStepperVerticalActions/prev-text": {
@@ -11971,14 +11971,14 @@
11971
11971
  "type": "string\n",
11972
11972
  "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)."
11973
11973
  },
11974
- "VTextField/placeholder": {
11975
- "type": "string\n",
11976
- "description": "Sets the input’s placeholder text."
11977
- },
11978
11974
  "VTextField/id": {
11979
11975
  "type": "string\n",
11980
11976
  "description": "Sets the DOM id on the component."
11981
11977
  },
11978
+ "VTextField/placeholder": {
11979
+ "type": "string\n",
11980
+ "description": "Sets the input’s placeholder text."
11981
+ },
11982
11982
  "VTextField/center-affix": {
11983
11983
  "type": "boolean\n",
11984
11984
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -12031,34 +12031,6 @@
12031
12031
  "type": "boolean | 'auto'\n",
12032
12032
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
12033
12033
  },
12034
- "VTextField/autofocus": {
12035
- "type": "boolean\n",
12036
- "description": "Enables autofocus."
12037
- },
12038
- "VTextField/counter": {
12039
- "type": "string | number | boolean\n",
12040
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
12041
- },
12042
- "VTextField/prefix": {
12043
- "type": "string\n",
12044
- "description": "Displays prefix text."
12045
- },
12046
- "VTextField/persistent-placeholder": {
12047
- "type": "boolean\n",
12048
- "description": "Forces placeholder to always be visible."
12049
- },
12050
- "VTextField/persistent-counter": {
12051
- "type": "boolean\n",
12052
- "description": "Forces counter to always be visible."
12053
- },
12054
- "VTextField/suffix": {
12055
- "type": "string\n",
12056
- "description": "Displays suffix text."
12057
- },
12058
- "VTextField/role": {
12059
- "type": "string\n",
12060
- "description": "The role attribute applied to the input."
12061
- },
12062
12034
  "VTextField/append-inner-icon": {
12063
12035
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12064
12036
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
@@ -12087,6 +12059,34 @@
12087
12059
  "type": "boolean\n",
12088
12060
  "description": "Label does not move on focus/dirty."
12089
12061
  },
12062
+ "VTextField/prefix": {
12063
+ "type": "string\n",
12064
+ "description": "Displays prefix text."
12065
+ },
12066
+ "VTextField/role": {
12067
+ "type": "string\n",
12068
+ "description": "The role attribute applied to the input."
12069
+ },
12070
+ "VTextField/autofocus": {
12071
+ "type": "boolean\n",
12072
+ "description": "Enables autofocus."
12073
+ },
12074
+ "VTextField/counter": {
12075
+ "type": "string | number | boolean\n",
12076
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
12077
+ },
12078
+ "VTextField/persistent-placeholder": {
12079
+ "type": "boolean\n",
12080
+ "description": "Forces placeholder to always be visible."
12081
+ },
12082
+ "VTextField/persistent-counter": {
12083
+ "type": "boolean\n",
12084
+ "description": "Forces counter to always be visible."
12085
+ },
12086
+ "VTextField/suffix": {
12087
+ "type": "string\n",
12088
+ "description": "Displays suffix text."
12089
+ },
12090
12090
  "VTextField/counter-value": {
12091
12091
  "type": "number | ((value: any) => number)\n",
12092
12092
  "description": "Function returns the counter display text."
@@ -12187,14 +12187,14 @@
12187
12187
  "type": "string\n",
12188
12188
  "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)."
12189
12189
  },
12190
- "VTextarea/placeholder": {
12191
- "type": "string\n",
12192
- "description": "Sets the input's placeholder text."
12193
- },
12194
12190
  "VTextarea/id": {
12195
12191
  "type": "string\n",
12196
12192
  "description": "Sets the DOM id on the component."
12197
12193
  },
12194
+ "VTextarea/placeholder": {
12195
+ "type": "string\n",
12196
+ "description": "Sets the input's placeholder text."
12197
+ },
12198
12198
  "VTextarea/center-affix": {
12199
12199
  "type": "boolean\n",
12200
12200
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -12247,30 +12247,6 @@
12247
12247
  "type": "boolean | 'auto'\n",
12248
12248
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
12249
12249
  },
12250
- "VTextarea/autofocus": {
12251
- "type": "boolean\n",
12252
- "description": "The element should be focused as soon as the page loads."
12253
- },
12254
- "VTextarea/counter": {
12255
- "type": "string | number | true\n",
12256
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
12257
- },
12258
- "VTextarea/prefix": {
12259
- "type": "string\n",
12260
- "description": "Displays prefix text."
12261
- },
12262
- "VTextarea/persistent-placeholder": {
12263
- "type": "boolean\n",
12264
- "description": "Forces placeholder to always be visible."
12265
- },
12266
- "VTextarea/persistent-counter": {
12267
- "type": "boolean\n",
12268
- "description": "Forces counter to always be visible."
12269
- },
12270
- "VTextarea/suffix": {
12271
- "type": "string\n",
12272
- "description": "Displays suffix text."
12273
- },
12274
12250
  "VTextarea/append-inner-icon": {
12275
12251
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12276
12252
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
@@ -12299,6 +12275,30 @@
12299
12275
  "type": "boolean\n",
12300
12276
  "description": "Label does not move on focus/dirty."
12301
12277
  },
12278
+ "VTextarea/prefix": {
12279
+ "type": "string\n",
12280
+ "description": "Displays prefix text."
12281
+ },
12282
+ "VTextarea/autofocus": {
12283
+ "type": "boolean\n",
12284
+ "description": "The element should be focused as soon as the page loads."
12285
+ },
12286
+ "VTextarea/counter": {
12287
+ "type": "string | number | true\n",
12288
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
12289
+ },
12290
+ "VTextarea/persistent-placeholder": {
12291
+ "type": "boolean\n",
12292
+ "description": "Forces placeholder to always be visible."
12293
+ },
12294
+ "VTextarea/persistent-counter": {
12295
+ "type": "boolean\n",
12296
+ "description": "Forces counter to always be visible."
12297
+ },
12298
+ "VTextarea/suffix": {
12299
+ "type": "string\n",
12300
+ "description": "Displays suffix text."
12301
+ },
12302
12302
  "VTextarea/counter-value": {
12303
12303
  "type": "(value: any) => number\n",
12304
12304
  "description": "Display the input length but do not provide any validation."
@@ -12587,10 +12587,6 @@
12587
12587
  "type": "'start' | 'center'\n",
12588
12588
  "description": "Places the timeline dot at the top or center of the timeline item."
12589
12589
  },
12590
- "VTimeline/side": {
12591
- "type": "'end' | 'start'\n",
12592
- "description": "Display all timeline items on one side of the timeline, either **before** or **after**."
12593
- },
12594
12590
  "VTimeline/justify": {
12595
12591
  "type": "string\n",
12596
12592
  "description": "Places timeline line at the center or automatically on the left or right side."
@@ -12623,6 +12619,10 @@
12623
12619
  "type": "string | number\n",
12624
12620
  "description": "Specifies the distance between the line and the dot of timeline items."
12625
12621
  },
12622
+ "VTimeline/side": {
12623
+ "type": "'end' | 'start'\n",
12624
+ "description": "Display all timeline items on one side of the timeline, either **before** or **after**."
12625
+ },
12626
12626
  "VTimeline/truncate-line": {
12627
12627
  "type": "'end' | 'start' | 'both'\n",
12628
12628
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
@@ -13059,6 +13059,22 @@
13059
13059
  "type": "(a: any, b: any) => boolean\n",
13060
13060
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
13061
13061
  },
13062
+ "VTreeview/fluid": {
13063
+ "type": "boolean\n",
13064
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeview.json))"
13065
+ },
13066
+ "VTreeview/item-value": {
13067
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13068
+ "description": "Property on supplied `items` that contains its value."
13069
+ },
13070
+ "VTreeview/return-object": {
13071
+ "type": "boolean\n",
13072
+ "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
13073
+ },
13074
+ "VTreeview/select-strategy": {
13075
+ "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
13076
+ "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
13077
+ },
13062
13078
  "VTreeview/filter-mode": {
13063
13079
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
13064
13080
  "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."
@@ -13087,6 +13103,10 @@
13087
13103
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13088
13104
  "description": "Icon to display when the list item is expanded."
13089
13105
  },
13106
+ "VTreeview/activated": {
13107
+ "type": "any\n",
13108
+ "description": "Array of ids of activated nodes."
13109
+ },
13090
13110
  "VTreeview/activatable": {
13091
13111
  "type": "boolean\n",
13092
13112
  "description": "Allows user to mark a node as active by clicking on it."
@@ -13099,26 +13119,14 @@
13099
13119
  "type": "any\n",
13100
13120
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
13101
13121
  },
13102
- "VTreeview/activated": {
13103
- "type": "any\n",
13104
- "description": "Array of ids of activated nodes."
13105
- },
13106
13122
  "VTreeview/active-strategy": {
13107
13123
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
13108
13124
  "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
13109
13125
  },
13110
- "VTreeview/select-strategy": {
13111
- "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
13112
- "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
13113
- },
13114
13126
  "VTreeview/item-title": {
13115
13127
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13116
13128
  "description": "Property on supplied `items` that contains its title."
13117
13129
  },
13118
- "VTreeview/item-value": {
13119
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13120
- "description": "Property on supplied `items` that contains its value."
13121
- },
13122
13130
  "VTreeview/item-children": {
13123
13131
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13124
13132
  "description": "Property on supplied `items` that contains its children."
@@ -13127,14 +13135,6 @@
13127
13135
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13128
13136
  "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."
13129
13137
  },
13130
- "VTreeview/return-object": {
13131
- "type": "boolean\n",
13132
- "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
13133
- },
13134
- "VTreeview/fluid": {
13135
- "type": "boolean\n",
13136
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeview.json))"
13137
- },
13138
13138
  "VTreeview/open-all": {
13139
13139
  "type": "boolean\n",
13140
13140
  "description": "When `true` will cause all branch nodes to be opened when component is mounted."
@@ -13183,6 +13183,10 @@
13183
13183
  "type": "any\n",
13184
13184
  "description": "Expands / Collapse the list-group."
13185
13185
  },
13186
+ "VTreeviewGroup/fluid": {
13187
+ "type": "boolean\n",
13188
+ "description": "Removes viewport maximum-width size breakpoints."
13189
+ },
13186
13190
  "VTreeviewGroup/expand-icon": {
13187
13191
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13188
13192
  "description": "Icon to display when the list item is collapsed."
@@ -13191,10 +13195,6 @@
13191
13195
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13192
13196
  "description": "Icon to display when the list item is expanded."
13193
13197
  },
13194
- "VTreeviewGroup/fluid": {
13195
- "type": "boolean\n",
13196
- "description": "Removes viewport maximum-width size breakpoints."
13197
- },
13198
13198
  "VTreeviewItem/title": {
13199
13199
  "type": "string | number\n",
13200
13200
  "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
@@ -13395,10 +13395,6 @@
13395
13395
  "type": "boolean\n",
13396
13396
  "description": "Forces a focused state styling on the component."
13397
13397
  },
13398
- "VVirtualScroll/items": {
13399
- "type": "unknown[]\n",
13400
- "description": "The array of items to display."
13401
- },
13402
13398
  "VVirtualScroll/height": {
13403
13399
  "type": "string | number\n",
13404
13400
  "description": "Height of the component as a css value/"
@@ -13423,6 +13419,10 @@
13423
13419
  "type": "string | number\n",
13424
13420
  "description": "Sets the width for the component."
13425
13421
  },
13422
+ "VVirtualScroll/items": {
13423
+ "type": "unknown[]\n",
13424
+ "description": "The array of items to display."
13425
+ },
13426
13426
  "VVirtualScroll/renderless": {
13427
13427
  "type": "boolean\n",
13428
13428
  "description": "Disables default component rendering functionality. The parent node must be [a positioned element](https://developer.mozilla.org/en-US/docs/Web/CSS/position#types_of_positioning), e.g. using `position: relative;`"
@@ -13487,21 +13487,21 @@
13487
13487
  "type": "any\n",
13488
13488
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
13489
13489
  },
13490
- "VWindowItem/eager": {
13491
- "type": "boolean\n",
13492
- "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."
13493
- },
13494
13490
  "VWindowItem/disabled": {
13495
13491
  "type": "boolean\n",
13496
13492
  "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
13497
13493
  },
13494
+ "VWindowItem/selected-class": {
13495
+ "type": "string\n",
13496
+ "description": "Configure the active CSS class applied when an item is selected."
13497
+ },
13498
13498
  "VWindowItem/transition": {
13499
13499
  "type": "string | boolean\n",
13500
13500
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
13501
13501
  },
13502
- "VWindowItem/selected-class": {
13503
- "type": "string\n",
13504
- "description": "Configure the active CSS class applied when an item is selected."
13502
+ "VWindowItem/eager": {
13503
+ "type": "boolean\n",
13504
+ "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."
13505
13505
  },
13506
13506
  "VWindowItem/reverse-transition": {
13507
13507
  "type": "string | boolean\n",