@vuetify/nightly 3.7.18-master.2025-03-25 → 3.7.19-master.2025-03-26

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.
@@ -544,7 +544,7 @@
544
544
  "description": "Property on supplied `items` that contains its value."
545
545
  },
546
546
  "VAutocomplete/item-children": {
547
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
547
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
548
548
  "description": "This property currently has **no effect**."
549
549
  },
550
550
  "VAutocomplete/item-props": {
@@ -1267,126 +1267,70 @@
1267
1267
  "type": "string | number\n",
1268
1268
  "description": "Specifies the dividing character between items."
1269
1269
  },
1270
- "VBreadcrumbsItem/title": {
1271
- "type": "string\n",
1272
- "description": "Specify a title text for the component."
1273
- },
1274
1270
  "VBreadcrumbsItem/tag": {
1275
1271
  "type": "string\n",
1276
1272
  "description": "Specify a custom tag used on the root element."
1277
1273
  },
1278
- "VBreadcrumbsItem/color": {
1274
+ "VBreadcrumbsItem/title": {
1279
1275
  "type": "string\n",
1280
- "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)."
1276
+ "description": "Specify a title text for the component."
1281
1277
  },
1282
1278
  "VBreadcrumbsItem/replace": {
1283
1279
  "type": "boolean\n",
1284
1280
  "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."
1285
1281
  },
1286
- "VBreadcrumbsItem/exact": {
1282
+ "VBreadcrumbsItem/active": {
1287
1283
  "type": "boolean\n",
1288
- "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."
1284
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1289
1285
  },
1290
1286
  "VBreadcrumbsItem/active-color": {
1291
1287
  "type": "string\n",
1292
1288
  "description": "The applied color when the component is in an active state."
1293
1289
  },
1294
- "VBreadcrumbsItem/active-class": {
1295
- "type": "string\n",
1296
- "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."
1297
- },
1298
1290
  "VBreadcrumbsItem/disabled": {
1299
1291
  "type": "boolean\n",
1300
1292
  "description": "Removes the ability to click or target the component."
1301
1293
  },
1302
- "VBreadcrumbsItem/active": {
1303
- "type": "boolean\n",
1304
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1305
- },
1306
1294
  "VBreadcrumbsItem/href": {
1307
1295
  "type": "string\n",
1308
1296
  "description": "Designates the component as anchor and applies the **href** attribute."
1309
1297
  },
1298
+ "VBreadcrumbsItem/exact": {
1299
+ "type": "boolean\n",
1300
+ "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."
1301
+ },
1310
1302
  "VBreadcrumbsItem/to": {
1311
1303
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
1312
1304
  "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."
1313
1305
  },
1314
- "VBtn/symbol": {
1315
- "type": "any\n",
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
- },
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": {
1306
+ "VBreadcrumbsItem/color": {
1323
1307
  "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."
1308
+ "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)."
1329
1309
  },
1330
- "VBtn/theme": {
1310
+ "VBreadcrumbsItem/active-class": {
1331
1311
  "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**."
1312
+ "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."
1337
1313
  },
1338
- "VBtn/value": {
1314
+ "VBtn/symbol": {
1339
1315
  "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
- "VBtn/active": {
1343
- "type": "boolean\n",
1344
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1345
- },
1346
- "VBtn/active-color": {
1347
- "type": "string\n",
1348
- "description": "The applied color when the component is in an active state."
1349
- },
1350
- "VBtn/base-color": {
1351
- "type": "string\n",
1352
- "description": "Sets the color of component when not focused."
1353
- },
1354
- "VBtn/prepend-icon": {
1355
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1356
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
1357
- },
1358
- "VBtn/append-icon": {
1359
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1360
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1361
- },
1362
- "VBtn/block": {
1363
- "type": "boolean\n",
1364
- "description": "Expands the button to 100% of available space."
1365
- },
1366
- "VBtn/readonly": {
1367
- "type": "boolean\n",
1368
- "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
1369
- },
1370
- "VBtn/slim": {
1371
- "type": "boolean\n",
1372
- "description": "Reduces padding to 0 8px."
1373
- },
1374
- "VBtn/stacked": {
1375
- "type": "boolean\n",
1376
- "description": "Displays the button as a flex-column."
1377
- },
1378
- "VBtn/ripple": {
1379
- "type": "boolean | { class: string }\n",
1380
- "description": "Applies the [v-ripple](/directives/ripple) directive."
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/)."
1381
1317
  },
1382
1318
  "VBtn/text": {
1383
1319
  "type": "string | number | boolean\n",
1384
1320
  "description": "Specify content text for the component."
1385
1321
  },
1322
+ "VBtn/flat": {
1323
+ "type": "boolean\n",
1324
+ "description": "Removes the button box shadow. This is different than using the 'flat' variant."
1325
+ },
1386
1326
  "VBtn/border": {
1387
1327
  "type": "string | number | boolean\n",
1388
1328
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
1389
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
+ },
1390
1334
  "VBtn/density": {
1391
1335
  "type": "'default' | 'comfortable' | 'compact'\n",
1392
1336
  "description": "Adjusts the vertical height used by the component."
@@ -1419,24 +1363,12 @@
1419
1363
  "type": "string | number\n",
1420
1364
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1421
1365
  },
1422
- "VBtn/disabled": {
1423
- "type": "boolean\n",
1424
- "description": "Removes the ability to click or target the component."
1425
- },
1426
- "VBtn/selected-class": {
1427
- "type": "string\n",
1428
- "description": "Configure the active CSS class applied when an item is selected."
1429
- },
1430
- "VBtn/loading": {
1431
- "type": "string | boolean\n",
1432
- "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."
1433
- },
1434
1366
  "VBtn/location": {
1435
1367
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1436
1368
  "description": "Specifies the component's location. Can combine by using a space separated string."
1437
1369
  },
1438
1370
  "VBtn/position": {
1439
- "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
1371
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
1440
1372
  "description": "Sets the position for the component."
1441
1373
  },
1442
1374
  "VBtn/rounded": {
@@ -1447,29 +1379,109 @@
1447
1379
  "type": "boolean\n",
1448
1380
  "description": "Removes any applied **border-radius** from the component."
1449
1381
  },
1450
- "VBtn/href": {
1382
+ "VBtn/tag": {
1451
1383
  "type": "string\n",
1452
- "description": "Designates the component as anchor and applies the **href** attribute."
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
+ },
1390
+ "VBtn/color": {
1391
+ "type": "string\n",
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)."
1393
+ },
1394
+ "VBtn/variant": {
1395
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1396
+ "description": "Applies a distinct style to the component."
1397
+ },
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."
1453
1401
  },
1454
1402
  "VBtn/exact": {
1455
1403
  "type": "boolean\n",
1456
1404
  "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."
1457
1405
  },
1406
+ "VBtn/base-color": {
1407
+ "type": "string\n",
1408
+ "description": "Sets the color of component when not focused."
1409
+ },
1410
+ "VBtn/active-color": {
1411
+ "type": "string\n",
1412
+ "description": "The applied color when the component is in an active state."
1413
+ },
1414
+ "VBtn/disabled": {
1415
+ "type": "boolean\n",
1416
+ "description": "Removes the ability to click or target the component."
1417
+ },
1418
+ "VBtn/slim": {
1419
+ "type": "boolean\n",
1420
+ "description": "Reduces padding to 0 8px."
1421
+ },
1422
+ "VBtn/value": {
1423
+ "type": "any\n",
1424
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1425
+ },
1426
+ "VBtn/block": {
1427
+ "type": "boolean\n",
1428
+ "description": "Expands the button to 100% of available space."
1429
+ },
1430
+ "VBtn/size": {
1431
+ "type": "string | number\n",
1432
+ "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**."
1433
+ },
1434
+ "VBtn/append-icon": {
1435
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1436
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1437
+ },
1438
+ "VBtn/prepend-icon": {
1439
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1440
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
1441
+ },
1442
+ "VBtn/readonly": {
1443
+ "type": "boolean\n",
1444
+ "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
1445
+ },
1446
+ "VBtn/active": {
1447
+ "type": "boolean\n",
1448
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1449
+ },
1450
+ "VBtn/loading": {
1451
+ "type": "string | boolean\n",
1452
+ "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."
1453
+ },
1454
+ "VBtn/stacked": {
1455
+ "type": "boolean\n",
1456
+ "description": "Displays the button as a flex-column."
1457
+ },
1458
+ "VBtn/ripple": {
1459
+ "type": "boolean | { class: string }\n",
1460
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1461
+ },
1462
+ "VBtn/selected-class": {
1463
+ "type": "string\n",
1464
+ "description": "Configure the active CSS class applied when an item is selected."
1465
+ },
1466
+ "VBtn/href": {
1467
+ "type": "string\n",
1468
+ "description": "Designates the component as anchor and applies the **href** attribute."
1469
+ },
1458
1470
  "VBtn/to": {
1459
1471
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
1460
1472
  "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."
1461
1473
  },
1462
- "VBtn/color": {
1474
+ "VBtnGroup/tag": {
1463
1475
  "type": "string\n",
1464
- "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)."
1476
+ "description": "Specify a custom tag used on the root element."
1465
1477
  },
1466
- "VBtn/variant": {
1467
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1468
- "description": "Applies a distinct style to the component."
1478
+ "VBtnGroup/theme": {
1479
+ "type": "string\n",
1480
+ "description": "Specify a theme for this component and all of its children."
1469
1481
  },
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_."
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,34 @@
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": {
1511
- "type": "string\n",
1512
- "description": "Sets the color of component when not focused."
1513
- },
1514
1514
  "VBtnGroup/divided": {
1515
1515
  "type": "boolean\n",
1516
1516
  "description": "Add dividers between children [v-btn](/components/buttons) components."
1517
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": {
1527
+ "type": "string\n",
1528
+ "description": "Sets the color of component when not focused."
1529
+ },
1518
1530
  "VBtnToggle/border": {
1519
1531
  "type": "string | number | boolean\n",
1520
1532
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
1521
1533
  },
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
1534
  "VBtnToggle/density": {
1527
1535
  "type": "'default' | 'comfortable' | 'compact'\n",
1528
1536
  "description": "Adjusts the vertical height used by the component."
@@ -1531,6 +1539,14 @@
1531
1539
  "type": "string | number\n",
1532
1540
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1533
1541
  },
1542
+ "VBtnToggle/disabled": {
1543
+ "type": "boolean\n",
1544
+ "description": "Puts all children components into a disabled state."
1545
+ },
1546
+ "VBtnToggle/selected-class": {
1547
+ "type": "string\n",
1548
+ "description": "Configure the active CSS class applied when an item is selected."
1549
+ },
1534
1550
  "VBtnToggle/rounded": {
1535
1551
  "type": "string | number | boolean\n",
1536
1552
  "description": "Round edge buttons."
@@ -1539,29 +1555,21 @@
1539
1555
  "type": "boolean\n",
1540
1556
  "description": "Removes the component's border-radius."
1541
1557
  },
1542
- "VBtnToggle/tag": {
1558
+ "VBtnToggle/color": {
1543
1559
  "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
- "VBtnToggle/color": {
1551
- "type": "string\n",
1552
- "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)."
1560
+ "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
1561
  },
1554
1562
  "VBtnToggle/variant": {
1555
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1563
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1556
1564
  "description": "Applies a distinct style to the component."
1557
1565
  },
1558
- "VBtnToggle/base-color": {
1559
- "type": "string\n",
1560
- "description": "Sets the color of component when not focused."
1566
+ "VBtnToggle/max": {
1567
+ "type": "number\n",
1568
+ "description": "Sets a maximum number of selections that can be made."
1561
1569
  },
1562
- "VBtnToggle/disabled": {
1563
- "type": "boolean\n",
1564
- "description": "Puts all children components into a disabled state."
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."
1565
1573
  },
1566
1574
  "VBtnToggle/multiple": {
1567
1575
  "type": "boolean\n",
@@ -1575,14 +1583,6 @@
1575
1583
  "type": "boolean\n",
1576
1584
  "description": "Add dividers between children [v-btn](/components/buttons) components."
1577
1585
  },
1578
- "VBtnToggle/max": {
1579
- "type": "number\n",
1580
- "description": "Sets a maximum number of selections that can be made."
1581
- },
1582
- "VBtnToggle/selected-class": {
1583
- "type": "string\n",
1584
- "description": "Configure the active CSS class applied when an item is selected."
1585
- },
1586
1586
  "VCalendar/title": {
1587
1587
  "type": "string\n",
1588
1588
  "description": "Specify a title text for the component."
@@ -1959,6 +1959,10 @@
1959
1959
  "type": "string | boolean\n",
1960
1960
  "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."
1961
1961
  },
1962
+ "VCard/ripple": {
1963
+ "type": "boolean | { class: string }\n",
1964
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1965
+ },
1962
1966
  "VCard/href": {
1963
1967
  "type": "string\n",
1964
1968
  "description": "Designates the component as anchor and applies the **href** attribute."
@@ -1979,10 +1983,6 @@
1979
1983
  "type": "string\n",
1980
1984
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
1981
1985
  },
1982
- "VCard/ripple": {
1983
- "type": "boolean | { class: string }\n",
1984
- "description": "Applies the [v-ripple](/directives/ripple) directive."
1985
- },
1986
1986
  "VCardItem/title": {
1987
1987
  "type": "string | number | boolean\n",
1988
1988
  "description": "Specify a title text for the component."
@@ -2687,10 +2687,6 @@
2687
2687
  "type": "'horizontal' | 'vertical'\n",
2688
2688
  "description": "Switch between horizontal and vertical modes."
2689
2689
  },
2690
- "VChipGroup/max": {
2691
- "type": "number\n",
2692
- "description": "Sets a maximum number of selections that can be made."
2693
- },
2694
2690
  "VChipGroup/selected-class": {
2695
2691
  "type": "string\n",
2696
2692
  "description": "Configure the active CSS class applied when an item is selected."
@@ -2723,6 +2719,10 @@
2723
2719
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
2724
2720
  "description": "Sets the designated mobile breakpoint for the component."
2725
2721
  },
2722
+ "VChipGroup/max": {
2723
+ "type": "number\n",
2724
+ "description": "Sets a maximum number of selections that can be made."
2725
+ },
2726
2726
  "VClassIcon/icon": {
2727
2727
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2728
2728
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
@@ -2815,22 +2815,14 @@
2815
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
2818
  "VColorPicker/border": {
2831
2819
  "type": "string | number | boolean\n",
2832
2820
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
2833
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
+ },
2834
2826
  "VColorPicker/width": {
2835
2827
  "type": "string | number\n",
2836
2828
  "description": "Sets the width of the color picker."
@@ -2839,12 +2831,8 @@
2839
2831
  "type": "string | number\n",
2840
2832
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2841
2833
  },
2842
- "VColorPicker/disabled": {
2843
- "type": "boolean\n",
2844
- "description": "Removes the ability to click or target the component."
2845
- },
2846
2834
  "VColorPicker/position": {
2847
- "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
2835
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
2848
2836
  "description": "Sets the position for the component."
2849
2837
  },
2850
2838
  "VColorPicker/rounded": {
@@ -2855,13 +2843,25 @@
2855
2843
  "type": "boolean\n",
2856
2844
  "description": "Removes any applied **border-radius** from the component."
2857
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
+ },
2858
2854
  "VColorPicker/color": {
2859
2855
  "type": "string\n",
2860
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)."
2861
2857
  },
2862
- "VColorPicker/model-value": {
2863
- "type": "string | Record<string, unknown>\n",
2864
- "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
+ },
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,17 +2907,57 @@
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."
2910
+ "VCombobox/reverse": {
2911
+ "type": "boolean\n",
2912
+ "description": "Reverses the orientation."
2913
+ },
2914
+ "VCombobox/name": {
2915
+ "type": "string\n",
2916
+ "description": "Sets the component's name attribute."
2913
2917
  },
2914
2918
  "VCombobox/error": {
2915
2919
  "type": "boolean\n",
2916
2920
  "description": "Puts the input in a manual error state."
2917
2921
  },
2918
- "VCombobox/reverse": {
2922
+ "VCombobox/label": {
2923
+ "type": "string\n",
2924
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2925
+ },
2926
+ "VCombobox/menu": {
2919
2927
  "type": "boolean\n",
2920
- "description": "Reverses the orientation."
2928
+ "description": "Renders with the menu open by default."
2929
+ },
2930
+ "VCombobox/theme": {
2931
+ "type": "string\n",
2932
+ "description": "Specify a theme for this component and all of its children."
2933
+ },
2934
+ "VCombobox/items": {
2935
+ "type": "any[]\n",
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."
2937
+ },
2938
+ "VCombobox/id": {
2939
+ "type": "string\n",
2940
+ "description": "Sets the DOM id on the component."
2941
+ },
2942
+ "VCombobox/active": {
2943
+ "type": "boolean\n",
2944
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
2945
+ },
2946
+ "VCombobox/base-color": {
2947
+ "type": "string\n",
2948
+ "description": "Sets the color of the input when it is not focused."
2949
+ },
2950
+ "VCombobox/prepend-icon": {
2951
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2952
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
2953
+ },
2954
+ "VCombobox/append-icon": {
2955
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2956
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2957
+ },
2958
+ "VCombobox/readonly": {
2959
+ "type": "boolean\n",
2960
+ "description": "Puts input in readonly state."
2921
2961
  },
2922
2962
  "VCombobox/density": {
2923
2963
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -2935,6 +2975,14 @@
2935
2975
  "type": "string | number\n",
2936
2976
  "description": "Sets the width for the component."
2937
2977
  },
2978
+ "VCombobox/disabled": {
2979
+ "type": "boolean\n",
2980
+ "description": "Removes the ability to click or target the input."
2981
+ },
2982
+ "VCombobox/loading": {
2983
+ "type": "string | boolean\n",
2984
+ "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."
2985
+ },
2938
2986
  "VCombobox/rounded": {
2939
2987
  "type": "string | number | boolean\n",
2940
2988
  "description": "Adds a border radius to the input."
@@ -2943,10 +2991,6 @@
2943
2991
  "type": "boolean\n",
2944
2992
  "description": "Removes any applied **border-radius** from the component."
2945
2993
  },
2946
- "VCombobox/theme": {
2947
- "type": "string\n",
2948
- "description": "Specify a theme for this component and all of its children."
2949
- },
2950
2994
  "VCombobox/color": {
2951
2995
  "type": "string\n",
2952
2996
  "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)."
@@ -2955,13 +2999,33 @@
2955
2999
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
2956
3000
  "description": "Applies a distinct style to the component."
2957
3001
  },
2958
- "VCombobox/name": {
2959
- "type": "string\n",
2960
- "description": "Sets the component's name attribute."
3002
+ "VCombobox/model-value": {
3003
+ "type": "any\n",
3004
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2961
3005
  },
2962
- "VCombobox/label": {
3006
+ "VCombobox/transition": {
3007
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
3008
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3009
+ },
3010
+ "VCombobox/bg-color": {
2963
3011
  "type": "string\n",
2964
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
3012
+ "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)."
3013
+ },
3014
+ "VCombobox/multiple": {
3015
+ "type": "boolean\n",
3016
+ "description": "Changes select to multiple. Accepts array for value."
3017
+ },
3018
+ "VCombobox/eager": {
3019
+ "type": "boolean\n",
3020
+ "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."
3021
+ },
3022
+ "VCombobox/direction": {
3023
+ "type": "'horizontal' | 'vertical'\n",
3024
+ "description": "Changes the direction of the input."
3025
+ },
3026
+ "VCombobox/value-comparator": {
3027
+ "type": "(a: any, b: any) => boolean\n",
3028
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2965
3029
  },
2966
3030
  "VCombobox/auto-select-first": {
2967
3031
  "type": "boolean | 'exact'\n",
@@ -3007,10 +3071,6 @@
3007
3071
  "type": "string\n",
3008
3072
  "description": "Text set to the inputs **aria-label** and **title** when input menu is open."
3009
3073
  },
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."
3013
- },
3014
3074
  "VCombobox/hide-no-data": {
3015
3075
  "type": "boolean\n",
3016
3076
  "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."
@@ -3023,26 +3083,6 @@
3023
3083
  "type": "unknown\n",
3024
3084
  "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."
3025
3085
  },
3026
- "VCombobox/base-color": {
3027
- "type": "string\n",
3028
- "description": "Sets the color of the input when it is not focused."
3029
- },
3030
- "VCombobox/bg-color": {
3031
- "type": "string\n",
3032
- "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)."
3033
- },
3034
- "VCombobox/disabled": {
3035
- "type": "boolean\n",
3036
- "description": "Removes the ability to click or target the input."
3037
- },
3038
- "VCombobox/multiple": {
3039
- "type": "boolean\n",
3040
- "description": "Changes select to multiple. Accepts array for value."
3041
- },
3042
- "VCombobox/items": {
3043
- "type": "any[]\n",
3044
- "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."
3045
- },
3046
3086
  "VCombobox/item-title": {
3047
3087
  "type": "SelectItemKey<any>\n",
3048
3088
  "description": "Property on supplied `items` that contains its title."
@@ -3052,7 +3092,7 @@
3052
3092
  "description": "Property on supplied `items` that contains its value."
3053
3093
  },
3054
3094
  "VCombobox/item-children": {
3055
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3095
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3056
3096
  "description": "This property currently has **no effect**."
3057
3097
  },
3058
3098
  "VCombobox/item-props": {
@@ -3063,14 +3103,6 @@
3063
3103
  "type": "boolean\n",
3064
3104
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3065
3105
  },
3066
- "VCombobox/value-comparator": {
3067
- "type": "(a: any, b: any) => boolean\n",
3068
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3069
- },
3070
- "VCombobox/menu": {
3071
- "type": "boolean\n",
3072
- "description": "Renders with the menu open by default."
3073
- },
3074
3106
  "VCombobox/menu-icon": {
3075
3107
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3076
3108
  "description": "Sets the the spin icon."
@@ -3079,14 +3111,6 @@
3079
3111
  "type": "unknown\n",
3080
3112
  "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."
3081
3113
  },
3082
- "VCombobox/id": {
3083
- "type": "string\n",
3084
- "description": "Sets the DOM id on the component."
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
- },
3090
3114
  "VCombobox/no-data-text": {
3091
3115
  "type": "string\n",
3092
3116
  "description": "Text shown when no items are provided to the component."
@@ -3131,18 +3155,10 @@
3131
3155
  "type": "string\n",
3132
3156
  "description": "The role attribute applied to the input."
3133
3157
  },
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
3158
  "VCombobox/center-affix": {
3139
3159
  "type": "boolean\n",
3140
3160
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
3141
3161
  },
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
3162
  "VCombobox/hide-spin-buttons": {
3147
3163
  "type": "boolean\n",
3148
3164
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -3159,10 +3175,6 @@
3159
3175
  "type": "string | string[]\n",
3160
3176
  "description": "Displays a list of messages or a single message if using a string."
3161
3177
  },
3162
- "VCombobox/direction": {
3163
- "type": "'horizontal' | 'vertical'\n",
3164
- "description": "Changes the direction of the input."
3165
- },
3166
3178
  "VCombobox/error-messages": {
3167
3179
  "type": "string | string[]\n",
3168
3180
  "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."
@@ -3171,10 +3183,6 @@
3171
3183
  "type": "string | number\n",
3172
3184
  "description": "Control the maximum number of shown errors from validation."
3173
3185
  },
3174
- "VCombobox/readonly": {
3175
- "type": "boolean\n",
3176
- "description": "Puts input in readonly state."
3177
- },
3178
3186
  "VCombobox/rules": {
3179
3187
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
3180
3188
  "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`."
@@ -3199,10 +3207,6 @@
3199
3207
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3200
3208
  "description": "The icon used when the **clearable** prop is set to true."
3201
3209
  },
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
- },
3206
3210
  "VCombobox/persistent-clear": {
3207
3211
  "type": "boolean\n",
3208
3212
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
@@ -3215,10 +3219,6 @@
3215
3219
  "type": "boolean\n",
3216
3220
  "description": "Label does not move on focus/dirty."
3217
3221
  },
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,6 +3279,10 @@
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."
@@ -3307,6 +3307,10 @@
3307
3307
  "type": "string | number\n",
3308
3308
  "description": "Sets the maximum allowed value."
3309
3309
  },
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."
3313
+ },
3310
3314
  "VDataIterator/tag": {
3311
3315
  "type": "string\n",
3312
3316
  "description": "Specify a custom tag used on the root element."
@@ -3315,46 +3319,62 @@
3315
3319
  "type": "string\n",
3316
3320
  "description": "Text input used to filter items."
3317
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": {
3327
+ "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)."
3345
+ },
3318
3346
  "VDataIterator/items": {
3319
3347
  "type": "unknown[]\n",
3320
3348
  "description": "An array of strings or objects used for automatically generating children components."
3321
3349
  },
3322
- "VDataIterator/loading": {
3350
+ "VDataIterator/item-value": {
3351
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3352
+ "description": "Property on supplied `items` that contains its value."
3353
+ },
3354
+ "VDataIterator/return-object": {
3323
3355
  "type": "boolean\n",
3324
- "description": "If `true` and no items are provided, then a loading text will be shown."
3356
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3325
3357
  },
3326
- "VDataIterator/model-value": {
3327
- "type": "any[]\n",
3328
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3358
+ "VDataIterator/value-comparator": {
3359
+ "type": "(a: any, b: any) => boolean\n",
3360
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3329
3361
  },
3330
3362
  "VDataIterator/transition": {
3331
3363
  "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; hideOnLeave: boolean }\n",
3332
3364
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3333
3365
  },
3334
- "VDataIterator/value-comparator": {
3335
- "type": "(a: any, b: any) => boolean\n",
3336
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3337
- },
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."
3366
+ "VDataIterator/loading": {
3367
+ "type": "boolean\n",
3368
+ "description": "If `true` and no items are provided, then a loading text will be shown."
3341
3369
  },
3342
3370
  "VDataIterator/item-selectable": {
3343
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3371
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3344
3372
  "description": "Property on supplied `items` that contains the boolean value indicating if the item is selectable."
3345
3373
  },
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
- },
3350
3374
  "VDataIterator/show-select": {
3351
3375
  "type": "boolean\n",
3352
3376
  "description": "Shows the column with checkboxes for selecting items in the list."
3353
3377
  },
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
- },
3358
3378
  "VDataIterator/page": {
3359
3379
  "type": "string | number\n",
3360
3380
  "description": "The current displayed page number (1-indexed)."
@@ -3395,26 +3415,6 @@
3395
3415
  "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",
3396
3416
  "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."
3397
3417
  },
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/model-value": {
3419
3419
  "type": "unknown\n",
3420
3420
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -3523,45 +3523,37 @@
3523
3523
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3524
3524
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3525
3525
  },
3526
- "VDataTable/header-props": {
3527
- "type": "unknown\n",
3528
- "description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
3529
- },
3530
- "VDataTable/cell-props": {
3531
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3532
- "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."
3526
+ "VDataTable/item-selectable": {
3527
+ "type": "SelectItemKey<any>\n",
3528
+ "description": "Property on supplied `items` that indicates whether the item is selectable."
3533
3529
  },
3534
- "VDataTable/headers": {
3535
- "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?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | number | undefined\n readonly maxWidth?: string | number | 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 'item' | 'value' | '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",
3536
- "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
3530
+ "VDataTable/show-select": {
3531
+ "type": "boolean\n",
3532
+ "description": "Shows the select checkboxes in both the header and rows (if using default rows)."
3537
3533
  },
3538
3534
  "VDataTable/page": {
3539
3535
  "type": "string | number\n",
3540
3536
  "description": "The current displayed page number (1-indexed)."
3541
3537
  },
3542
- "VDataTable/items-per-page": {
3543
- "type": "string | number\n",
3544
- "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."
3545
- },
3546
- "VDataTable/loading-text": {
3547
- "type": "string\n",
3548
- "description": "Text shown when the data is loading."
3549
- },
3550
- "VDataTable/row-props": {
3551
- "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3552
- "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."
3538
+ "VDataTable/sort-by": {
3539
+ "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",
3540
+ "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier."
3553
3541
  },
3554
- "VDataTable/hide-default-body": {
3542
+ "VDataTable/multi-sort": {
3555
3543
  "type": "boolean\n",
3556
- "description": "Hides the default body."
3544
+ "description": "If `true` then one can sort on multiple properties."
3557
3545
  },
3558
- "VDataTable/hide-default-footer": {
3546
+ "VDataTable/must-sort": {
3559
3547
  "type": "boolean\n",
3560
- "description": "Hides the default footer. This has no effect on `v-data-table-virtual`."
3548
+ "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending."
3561
3549
  },
3562
- "VDataTable/hide-default-header": {
3563
- "type": "boolean\n",
3564
- "description": "Hides the default header."
3550
+ "VDataTable/custom-key-sort": {
3551
+ "type": "unknown\n",
3552
+ "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
3553
+ },
3554
+ "VDataTable/items-per-page": {
3555
+ "type": "string | number\n",
3556
+ "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."
3565
3557
  },
3566
3558
  "VDataTable/expand-on-click": {
3567
3559
  "type": "boolean\n",
@@ -3579,33 +3571,41 @@
3579
3571
  "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
3572
  "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
3573
  },
3582
- "VDataTable/item-selectable": {
3583
- "type": "SelectItemKey<any>\n",
3584
- "description": "Property on supplied `items` that indicates whether the item is selectable."
3574
+ "VDataTable/header-props": {
3575
+ "type": "unknown\n",
3576
+ "description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
3585
3577
  },
3586
- "VDataTable/show-select": {
3578
+ "VDataTable/cell-props": {
3579
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3580
+ "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."
3581
+ },
3582
+ "VDataTable/disable-sort": {
3587
3583
  "type": "boolean\n",
3588
- "description": "Shows the select checkboxes in both the header and rows (if using default rows)."
3584
+ "description": "Disables sorting completely."
3589
3585
  },
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."
3586
+ "VDataTable/headers": {
3587
+ "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?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | number | undefined\n readonly maxWidth?: string | number | 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 'item' | 'value' | '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",
3588
+ "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
3593
3589
  },
3594
- "VDataTable/multi-sort": {
3595
- "type": "boolean\n",
3596
- "description": "If `true` then one can sort on multiple properties."
3590
+ "VDataTable/loading-text": {
3591
+ "type": "string\n",
3592
+ "description": "Text shown when the data is loading."
3597
3593
  },
3598
- "VDataTable/must-sort": {
3594
+ "VDataTable/row-props": {
3595
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3596
+ "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."
3597
+ },
3598
+ "VDataTable/hide-default-body": {
3599
3599
  "type": "boolean\n",
3600
- "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending."
3600
+ "description": "Hides the default body."
3601
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."
3602
+ "VDataTable/hide-default-footer": {
3603
+ "type": "boolean\n",
3604
+ "description": "Hides the default footer. This has no effect on `v-data-table-virtual`."
3605
3605
  },
3606
- "VDataTable/disable-sort": {
3606
+ "VDataTable/hide-default-header": {
3607
3607
  "type": "boolean\n",
3608
- "description": "Disables sorting completely."
3608
+ "description": "Hides the default header."
3609
3609
  },
3610
3610
  "VDataTable/fixed-header": {
3611
3611
  "type": "boolean\n",
@@ -3731,14 +3731,6 @@
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
- },
3742
3734
  "VDataTableHeaders/disable-sort": {
3743
3735
  "type": "boolean\n",
3744
3736
  "description": "Toggles rendering of sort button."
@@ -3747,6 +3739,10 @@
3747
3739
  "type": "boolean\n",
3748
3740
  "description": "Sticks the header to the top of the table."
3749
3741
  },
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
+ },
3750
3746
  "VDataTableHeaders/sort-asc-icon": {
3751
3747
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3752
3748
  "description": "Icon used for ascending sort button."
@@ -3755,6 +3751,10 @@
3755
3751
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3756
3752
  "description": "Icon used for descending sort button."
3757
3753
  },
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"
@@ -3791,14 +3791,6 @@
3791
3791
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3792
3792
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3793
3793
  },
3794
- "VDataTableRows/cell-props": {
3795
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\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
- },
3802
3794
  "VDataTableRows/hide-no-data": {
3803
3795
  "type": "boolean\n",
3804
3796
  "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."
@@ -3807,13 +3799,33 @@
3807
3799
  "type": "string\n",
3808
3800
  "description": "Text shown when no items are provided to the component."
3809
3801
  },
3802
+ "VDataTableRows/cell-props": {
3803
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\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/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."
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."
3817
3829
  },
3818
3830
  "VDataTableServer/density": {
3819
3831
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -3827,25 +3839,45 @@
3827
3839
  "type": "string | number\n",
3828
3840
  "description": "Sets the width for the component."
3829
3841
  },
3842
+ "VDataTableServer/loading": {
3843
+ "type": "string | boolean\n",
3844
+ "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."
3845
+ },
3830
3846
  "VDataTableServer/sticky": {
3831
3847
  "type": "boolean\n",
3832
3848
  "description": "Deprecated, use `fixed-header` instead."
3833
3849
  },
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."
3841
- },
3842
3850
  "VDataTableServer/color": {
3843
3851
  "type": "string\n",
3844
3852
  "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)."
3845
3853
  },
3846
- "VDataTableServer/search": {
3847
- "type": "string\n",
3848
- "description": "Text input used to filter items."
3854
+ "VDataTableServer/model-value": {
3855
+ "type": "unknown\n",
3856
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3857
+ },
3858
+ "VDataTableServer/mobile": {
3859
+ "type": "boolean\n",
3860
+ "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"
3861
+ },
3862
+ "VDataTableServer/mobile-breakpoint": {
3863
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3864
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3865
+ },
3866
+ "VDataTableServer/next-icon": {
3867
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3868
+ "description": "Next icon."
3869
+ },
3870
+ "VDataTableServer/prev-icon": {
3871
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3872
+ "description": "Previous icon."
3873
+ },
3874
+ "VDataTableServer/hover": {
3875
+ "type": "boolean\n",
3876
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
3877
+ },
3878
+ "VDataTableServer/value-comparator": {
3879
+ "type": "(a: any, b: any) => boolean\n",
3880
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3849
3881
  },
3850
3882
  "VDataTableServer/hide-no-data": {
3851
3883
  "type": "boolean\n",
@@ -3855,10 +3887,6 @@
3855
3887
  "type": "'single' | 'page' | 'all'\n",
3856
3888
  "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)."
3857
3889
  },
3858
- "VDataTableServer/items": {
3859
- "type": "any[]\n",
3860
- "description": "An array of strings or objects used for automatically generating children components."
3861
- },
3862
3890
  "VDataTableServer/item-value": {
3863
3891
  "type": "SelectItemKey<any>\n",
3864
3892
  "description": "Property on supplied `items` that contains its value."
@@ -3867,57 +3895,97 @@
3867
3895
  "type": "boolean\n",
3868
3896
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3869
3897
  },
3870
- "VDataTableServer/value-comparator": {
3871
- "type": "(a: any, b: any) => boolean\n",
3872
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3873
- },
3874
3898
  "VDataTableServer/no-data-text": {
3875
3899
  "type": "string\n",
3876
3900
  "description": "Text shown when no items are provided to the component."
3877
3901
  },
3878
- "VDataTableServer/loading": {
3879
- "type": "string | boolean\n",
3880
- "description": "Displays `loading` slot if set to `true`"
3881
- },
3882
- "VDataTableServer/next-icon": {
3902
+ "VDataTableServer/first-icon": {
3883
3903
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3884
- "description": "Next icon."
3904
+ "description": "First icon."
3885
3905
  },
3886
- "VDataTableServer/prev-icon": {
3906
+ "VDataTableServer/last-icon": {
3887
3907
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3888
- "description": "Previous icon."
3908
+ "description": "Last icon."
3889
3909
  },
3890
- "VDataTableServer/hover": {
3910
+ "VDataTableServer/items-per-page-text": {
3911
+ "type": "string\n",
3912
+ "description": "Text for items-per-page dropdown."
3913
+ },
3914
+ "VDataTableServer/page-text": {
3915
+ "type": "string\n",
3916
+ "description": "Label for page number."
3917
+ },
3918
+ "VDataTableServer/first-page-label": {
3919
+ "type": "string\n",
3920
+ "description": "Label for first page."
3921
+ },
3922
+ "VDataTableServer/prev-page-label": {
3923
+ "type": "string\n",
3924
+ "description": "Label for previous page."
3925
+ },
3926
+ "VDataTableServer/next-page-label": {
3927
+ "type": "string\n",
3928
+ "description": "Label for next page."
3929
+ },
3930
+ "VDataTableServer/last-page-label": {
3931
+ "type": "string\n",
3932
+ "description": "Label for last page."
3933
+ },
3934
+ "VDataTableServer/items-per-page-options": {
3935
+ "type": "(number | { title: string; value: number })[]\n",
3936
+ "description": "Array of options to show in the items-per-page dropdown."
3937
+ },
3938
+ "VDataTableServer/show-current-page": {
3891
3939
  "type": "boolean\n",
3892
- "description": "Will add a hover effect to a table's row when the mouse is over it."
3940
+ "description": "Show current page number between prev/next icons."
3893
3941
  },
3894
- "VDataTableServer/mobile": {
3942
+ "VDataTableServer/headers": {
3943
+ "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?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | number | undefined\n readonly maxWidth?: string | number | 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?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | number | undefined\n readonly maxWidth?: string | number | 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",
3944
+ "description": "An array of objects that each describe a header column."
3945
+ },
3946
+ "VDataTableServer/disable-sort": {
3895
3947
  "type": "boolean\n",
3896
- "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"
3948
+ "description": "Toggles rendering of sort button."
3897
3949
  },
3898
- "VDataTableServer/mobile-breakpoint": {
3899
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3900
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3950
+ "VDataTableServer/fixed-header": {
3951
+ "type": "boolean\n",
3952
+ "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
3953
+ },
3954
+ "VDataTableServer/multi-sort": {
3955
+ "type": "boolean\n",
3956
+ "description": "Allows sorting by multiple columns."
3957
+ },
3958
+ "VDataTableServer/sort-asc-icon": {
3959
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3960
+ "description": "Icon used for ascending sort button."
3961
+ },
3962
+ "VDataTableServer/sort-desc-icon": {
3963
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3964
+ "description": "Icon used for descending sort button."
3901
3965
  },
3902
3966
  "VDataTableServer/header-props": {
3903
3967
  "type": "unknown\n",
3904
3968
  "description": "Pass props to the default header. See [`v-data-table-server` API](/api/v-data-table-server) for more information."
3905
3969
  },
3906
3970
  "VDataTableServer/cell-props": {
3907
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3971
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3908
3972
  "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."
3909
3973
  },
3910
- "VDataTableServer/headers": {
3911
- "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?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | number | undefined\n readonly maxWidth?: string | number | 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 'item' | 'value' | '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?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | number | undefined\n readonly maxWidth?: string | number | 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 'item' | 'value' | '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",
3912
- "description": "An array of objects that each describe a header column."
3974
+ "VDataTableServer/sort-by": {
3975
+ "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",
3976
+ "description": "Array of column keys and sort orders that determines the sort order of the table."
3913
3977
  },
3914
3978
  "VDataTableServer/page": {
3915
3979
  "type": "string | number\n",
3916
3980
  "description": "The current displayed page number (1-indexed)."
3917
3981
  },
3918
- "VDataTableServer/items-per-page": {
3919
- "type": "string | number\n",
3920
- "description": "The number of items to display on each page."
3982
+ "VDataTableServer/expanded": {
3983
+ "type": "string[]\n",
3984
+ "description": "Whether the item is expanded or not."
3985
+ },
3986
+ "VDataTableServer/expand-on-click": {
3987
+ "type": "boolean\n",
3988
+ "description": "Expands item when the row is clicked."
3921
3989
  },
3922
3990
  "VDataTableServer/loading-text": {
3923
3991
  "type": "string\n",
@@ -3927,6 +3995,18 @@
3927
3995
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3928
3996
  "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."
3929
3997
  },
3998
+ "VDataTableServer/group-by": {
3999
+ "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",
4000
+ "description": "Defines the grouping of the table items."
4001
+ },
4002
+ "VDataTableServer/items-length": {
4003
+ "type": "string | number\n",
4004
+ "description": "Number of all items."
4005
+ },
4006
+ "VDataTableServer/items-per-page": {
4007
+ "type": "string | number\n",
4008
+ "description": "The number of items to display on each page."
4009
+ },
3930
4010
  "VDataTableServer/hide-default-body": {
3931
4011
  "type": "boolean\n",
3932
4012
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
@@ -3939,22 +4019,10 @@
3939
4019
  "type": "boolean\n",
3940
4020
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
3941
4021
  },
3942
- "VDataTableServer/expand-on-click": {
3943
- "type": "boolean\n",
3944
- "description": "Expands item when the row is clicked."
3945
- },
3946
4022
  "VDataTableServer/show-expand": {
3947
4023
  "type": "boolean\n",
3948
4024
  "description": "Shows the expand icon."
3949
4025
  },
3950
- "VDataTableServer/expanded": {
3951
- "type": "string[]\n",
3952
- "description": "Whether the item is expanded or not."
3953
- },
3954
- "VDataTableServer/group-by": {
3955
- "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",
3956
- "description": "Defines the grouping of the table items."
3957
- },
3958
4026
  "VDataTableServer/item-selectable": {
3959
4027
  "type": "SelectItemKey<any>\n",
3960
4028
  "description": "Property on supplied `items` that indicates whether the item is selectable."
@@ -3963,14 +4031,6 @@
3963
4031
  "type": "boolean\n",
3964
4032
  "description": "Shows the column with checkboxes for selecting items in the list."
3965
4033
  },
3966
- "VDataTableServer/sort-by": {
3967
- "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",
3968
- "description": "Array of column keys and sort orders that determines the sort order of the table."
3969
- },
3970
- "VDataTableServer/multi-sort": {
3971
- "type": "boolean\n",
3972
- "description": "Allows sorting by multiple columns."
3973
- },
3974
4034
  "VDataTableServer/must-sort": {
3975
4035
  "type": "boolean\n",
3976
4036
  "description": "Forces sorting on the column(s)."
@@ -3979,85 +4039,13 @@
3979
4039
  "type": "unknown\n",
3980
4040
  "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
3981
4041
  },
3982
- "VDataTableServer/disable-sort": {
3983
- "type": "boolean\n",
3984
- "description": "Toggles rendering of sort button."
3985
- },
3986
- "VDataTableServer/fixed-header": {
3987
- "type": "boolean\n",
3988
- "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
3989
- },
3990
- "VDataTableServer/sort-asc-icon": {
3991
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3992
- "description": "Icon used for ascending sort button."
3993
- },
3994
- "VDataTableServer/sort-desc-icon": {
3995
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3996
- "description": "Icon used for descending sort button."
3997
- },
3998
4042
  "VDataTableServer/fixed-footer": {
3999
4043
  "type": "boolean\n",
4000
4044
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4001
4045
  },
4002
- "VDataTableServer/first-icon": {
4003
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4004
- "description": "First icon."
4005
- },
4006
- "VDataTableServer/last-icon": {
4007
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4008
- "description": "Last icon."
4009
- },
4010
- "VDataTableServer/items-per-page-text": {
4011
- "type": "string\n",
4012
- "description": "Text for items-per-page dropdown."
4013
- },
4014
- "VDataTableServer/page-text": {
4015
- "type": "string\n",
4016
- "description": "Label for page number."
4017
- },
4018
- "VDataTableServer/first-page-label": {
4019
- "type": "string\n",
4020
- "description": "Label for first page."
4021
- },
4022
- "VDataTableServer/prev-page-label": {
4023
- "type": "string\n",
4024
- "description": "Label for previous page."
4025
- },
4026
- "VDataTableServer/next-page-label": {
4027
- "type": "string\n",
4028
- "description": "Label for next page."
4029
- },
4030
- "VDataTableServer/last-page-label": {
4031
- "type": "string\n",
4032
- "description": "Label for last page."
4033
- },
4034
- "VDataTableServer/items-per-page-options": {
4035
- "type": "(number | { title: string; value: number })[]\n",
4036
- "description": "Array of options to show in the items-per-page dropdown."
4037
- },
4038
- "VDataTableServer/show-current-page": {
4039
- "type": "boolean\n",
4040
- "description": "Show current page number between prev/next icons."
4041
- },
4042
- "VDataTableServer/items-length": {
4043
- "type": "string | number\n",
4044
- "description": "Number of all items."
4045
- },
4046
- "VDataTableVirtual/tag": {
4047
- "type": "string\n",
4048
- "description": "Specify a custom tag used on the root element."
4049
- },
4050
- "VDataTableVirtual/search": {
4051
- "type": "string\n",
4052
- "description": "Text input used to filter items."
4053
- },
4054
- "VDataTableVirtual/theme": {
4055
- "type": "string\n",
4056
- "description": "Specify a theme for this component and all of its children."
4057
- },
4058
- "VDataTableVirtual/items": {
4059
- "type": "any[]\n",
4060
- "description": "An array of strings or objects used for automatically generating children components."
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."
4061
4049
  },
4062
4050
  "VDataTableVirtual/density": {
4063
4051
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -4071,58 +4059,98 @@
4071
4059
  "type": "string | number\n",
4072
4060
  "description": "Sets the width for the component."
4073
4061
  },
4074
- "VDataTableVirtual/loading": {
4075
- "type": "string | boolean\n",
4076
- "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."
4077
- },
4078
4062
  "VDataTableVirtual/sticky": {
4079
4063
  "type": "boolean\n",
4080
4064
  "description": "Deprecated, use `fixed-header` instead."
4081
4065
  },
4066
+ "VDataTableVirtual/tag": {
4067
+ "type": "string\n",
4068
+ "description": "Specify a custom tag used on the root element."
4069
+ },
4070
+ "VDataTableVirtual/theme": {
4071
+ "type": "string\n",
4072
+ "description": "Specify a theme for this component and all of its children."
4073
+ },
4082
4074
  "VDataTableVirtual/color": {
4083
4075
  "type": "string\n",
4084
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)."
4085
4077
  },
4086
- "VDataTableVirtual/model-value": {
4078
+ "VDataTableVirtual/search": {
4079
+ "type": "string\n",
4080
+ "description": "Text input used to filter items."
4081
+ },
4082
+ "VDataTableVirtual/filter-mode": {
4083
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
4084
+ "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."
4085
+ },
4086
+ "VDataTableVirtual/no-filter": {
4087
+ "type": "boolean\n",
4088
+ "description": "Disables all item filtering."
4089
+ },
4090
+ "VDataTableVirtual/custom-filter": {
4091
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
4092
+ "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
4093
+ },
4094
+ "VDataTableVirtual/custom-key-filter": {
4087
4095
  "type": "unknown\n",
4088
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4096
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
4089
4097
  },
4090
- "VDataTableVirtual/mobile": {
4098
+ "VDataTableVirtual/filter-keys": {
4099
+ "type": "string | string[]\n",
4100
+ "description": "Array of specific keys to filter on the item."
4101
+ },
4102
+ "VDataTableVirtual/hide-no-data": {
4091
4103
  "type": "boolean\n",
4092
- "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"
4104
+ "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."
4093
4105
  },
4094
- "VDataTableVirtual/mobile-breakpoint": {
4095
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4096
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4106
+ "VDataTableVirtual/select-strategy": {
4107
+ "type": "'single' | 'page' | 'all'\n",
4108
+ "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)."
4097
4109
  },
4098
- "VDataTableVirtual/hover": {
4110
+ "VDataTableVirtual/items": {
4111
+ "type": "any[]\n",
4112
+ "description": "An array of strings or objects used for automatically generating children components."
4113
+ },
4114
+ "VDataTableVirtual/item-value": {
4115
+ "type": "SelectItemKey<any>\n",
4116
+ "description": "Property on supplied `items` that contains its value."
4117
+ },
4118
+ "VDataTableVirtual/return-object": {
4099
4119
  "type": "boolean\n",
4100
- "description": "Will add a hover effect to a table's row when the mouse is over it."
4120
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
4101
4121
  },
4102
4122
  "VDataTableVirtual/value-comparator": {
4103
4123
  "type": "(a: any, b: any) => boolean\n",
4104
4124
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
4105
4125
  },
4106
- "VDataTableVirtual/item-value": {
4107
- "type": "SelectItemKey<any>\n",
4108
- "description": "Property on supplied `items` that contains its value."
4126
+ "VDataTableVirtual/no-data-text": {
4127
+ "type": "string\n",
4128
+ "description": "Text shown when no items are provided to the component."
4129
+ },
4130
+ "VDataTableVirtual/loading": {
4131
+ "type": "string | boolean\n",
4132
+ "description": "Displays `loading` slot if set to `true`"
4133
+ },
4134
+ "VDataTableVirtual/hover": {
4135
+ "type": "boolean\n",
4136
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
4137
+ },
4138
+ "VDataTableVirtual/mobile": {
4139
+ "type": "boolean\n",
4140
+ "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"
4141
+ },
4142
+ "VDataTableVirtual/mobile-breakpoint": {
4143
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4144
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4109
4145
  },
4110
4146
  "VDataTableVirtual/item-selectable": {
4111
4147
  "type": "SelectItemKey<any>\n",
4112
4148
  "description": "Property on supplied `items` that indicates whether the item is selectable."
4113
4149
  },
4114
- "VDataTableVirtual/return-object": {
4115
- "type": "boolean\n",
4116
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
4117
- },
4118
4150
  "VDataTableVirtual/show-select": {
4119
4151
  "type": "boolean\n",
4120
4152
  "description": "Shows the column with checkboxes for selecting items in the list."
4121
4153
  },
4122
- "VDataTableVirtual/select-strategy": {
4123
- "type": "'single' | 'page' | 'all'\n",
4124
- "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)."
4125
- },
4126
4154
  "VDataTableVirtual/sort-by": {
4127
4155
  "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",
4128
4156
  "description": "Array of column keys and sort orders that determines the sort order of the table."
@@ -4155,32 +4183,12 @@
4155
4183
  "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",
4156
4184
  "description": "Defines the grouping of the table items."
4157
4185
  },
4158
- "VDataTableVirtual/filter-mode": {
4159
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
4160
- "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."
4161
- },
4162
- "VDataTableVirtual/no-filter": {
4163
- "type": "boolean\n",
4164
- "description": "Disables all item filtering."
4165
- },
4166
- "VDataTableVirtual/custom-filter": {
4167
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
4168
- "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
4169
- },
4170
- "VDataTableVirtual/custom-key-filter": {
4171
- "type": "unknown\n",
4172
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
4173
- },
4174
- "VDataTableVirtual/filter-keys": {
4175
- "type": "string | string[]\n",
4176
- "description": "Array of specific keys to filter on the item."
4177
- },
4178
4186
  "VDataTableVirtual/header-props": {
4179
4187
  "type": "unknown\n",
4180
4188
  "description": "Pass props to the default header."
4181
4189
  },
4182
4190
  "VDataTableVirtual/cell-props": {
4183
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
4191
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
4184
4192
  "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."
4185
4193
  },
4186
4194
  "VDataTableVirtual/disable-sort": {
@@ -4188,33 +4196,13 @@
4188
4196
  "description": "Toggles rendering of sort button."
4189
4197
  },
4190
4198
  "VDataTableVirtual/headers": {
4191
- "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?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | number | undefined\n readonly maxWidth?: string | number | 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?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | number | undefined\n readonly maxWidth?: string | number | 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",
4199
+ "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?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | number | undefined\n readonly maxWidth?: string | number | 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 'item' | 'value' | '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?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | number | undefined\n readonly maxWidth?: string | number | 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 'item' | 'value' | '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",
4192
4200
  "description": "An array of objects that each describe a header column."
4193
4201
  },
4194
- "VDataTableVirtual/fixed-header": {
4195
- "type": "boolean\n",
4196
- "description": "Sticks the header to the top of the table."
4197
- },
4198
- "VDataTableVirtual/sort-asc-icon": {
4199
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4200
- "description": "Icon used for ascending sort button."
4201
- },
4202
- "VDataTableVirtual/sort-desc-icon": {
4203
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4204
- "description": "Icon used for descending sort button."
4205
- },
4206
4202
  "VDataTableVirtual/loading-text": {
4207
4203
  "type": "string\n",
4208
4204
  "description": "Text shown when the data is loading."
4209
4205
  },
4210
- "VDataTableVirtual/hide-no-data": {
4211
- "type": "boolean\n",
4212
- "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."
4213
- },
4214
- "VDataTableVirtual/no-data-text": {
4215
- "type": "string\n",
4216
- "description": "Text shown when no items are provided to the component."
4217
- },
4218
4206
  "VDataTableVirtual/row-props": {
4219
4207
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
4220
4208
  "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."
@@ -4231,6 +4219,18 @@
4231
4219
  "type": "boolean\n",
4232
4220
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4233
4221
  },
4222
+ "VDataTableVirtual/fixed-header": {
4223
+ "type": "boolean\n",
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
4234
  "VDataTableVirtual/fixed-footer": {
4235
4235
  "type": "boolean\n",
4236
4236
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
@@ -4511,10 +4511,6 @@
4511
4511
  "type": "unknown\n",
4512
4512
  "description": "**FOR INTERNAL USE ONLY**"
4513
4513
  },
4514
- "VDateInput/max": {
4515
- "type": "unknown\n",
4516
- "description": "Maximum allowed date/month (ISO 8601 format)."
4517
- },
4518
4514
  "VDateInput/next-icon": {
4519
4515
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4520
4516
  "description": "Icon used for the next button."
@@ -4543,13 +4539,9 @@
4543
4539
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4544
4540
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4545
4541
  },
4546
- "VDateInput/display-format": {
4547
- "type": "string | Function\n",
4548
- "description": "The format of the date that is displayed in the input. Can use any format [here](/features/dates/#format-options) or a custom function."
4549
- },
4550
- "VDateInput/hide-actions": {
4551
- "type": "boolean\n",
4552
- "description": "Hide the Cancel and OK buttons, and automatically update the value when a date is selected."
4542
+ "VDateInput/max": {
4543
+ "type": "unknown\n",
4544
+ "description": "Maximum allowed date/month (ISO 8601 format)."
4553
4545
  },
4554
4546
  "VDateInput/cancel-text": {
4555
4547
  "type": "string\n",
@@ -4559,6 +4551,14 @@
4559
4551
  "type": "string\n",
4560
4552
  "description": "Text for the ok button"
4561
4553
  },
4554
+ "VDateInput/display-format": {
4555
+ "type": "string | Function\n",
4556
+ "description": "The format of the date that is displayed in the input. Can use any format [here](/features/dates/#format-options) or a custom function."
4557
+ },
4558
+ "VDateInput/hide-actions": {
4559
+ "type": "boolean\n",
4560
+ "description": "Hide the Cancel and OK buttons, and automatically update the value when a date is selected."
4561
+ },
4562
4562
  "VDateInput/mode-icon": {
4563
4563
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4564
4564
  "description": "Icon used for the mode button."
@@ -4775,10 +4775,6 @@
4775
4775
  "type": "boolean\n",
4776
4776
  "description": "Changes the picker to landscape mode."
4777
4777
  },
4778
- "VDatePickerControls/active": {
4779
- "type": "string | string[]\n",
4780
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
4781
- },
4782
4778
  "VDatePickerControls/text": {
4783
4779
  "type": "string\n",
4784
4780
  "description": "Specify content text for the component."
@@ -4787,6 +4783,10 @@
4787
4783
  "type": "string | boolean | string[]\n",
4788
4784
  "description": "Removes the ability to click or target the component."
4789
4785
  },
4786
+ "VDatePickerControls/active": {
4787
+ "type": "string | string[]\n",
4788
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
4789
+ },
4790
4790
  "VDatePickerControls/next-icon": {
4791
4791
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4792
4792
  "description": "Icon used for the next button."
@@ -4796,7 +4796,7 @@
4796
4796
  "description": "Icon used for the previous button."
4797
4797
  },
4798
4798
  "VDatePickerControls/view-mode": {
4799
- "type": "'month' | 'year' | 'months'\n",
4799
+ "type": "'month' | 'months' | 'year'\n",
4800
4800
  "description": "Sets the view mode of the date picker."
4801
4801
  },
4802
4802
  "VDatePickerControls/mode-icon": {
@@ -4839,10 +4839,6 @@
4839
4839
  "type": "string\n",
4840
4840
  "description": "The transition used when changing months into the future"
4841
4841
  },
4842
- "VDatePickerMonth/max": {
4843
- "type": "unknown\n",
4844
- "description": "Sets the maximum date of the month."
4845
- },
4846
4842
  "VDatePickerMonth/month": {
4847
4843
  "type": "string | number\n",
4848
4844
  "description": "Sets the month."
@@ -4851,6 +4847,10 @@
4851
4847
  "type": "string\n",
4852
4848
  "description": "The transition used when changing months into the past"
4853
4849
  },
4850
+ "VDatePickerMonth/max": {
4851
+ "type": "unknown\n",
4852
+ "description": "Sets the maximum date of the month."
4853
+ },
4854
4854
  "VDatePickerMonth/year": {
4855
4855
  "type": "string | number\n",
4856
4856
  "description": "Sets the year."
@@ -4911,6 +4911,10 @@
4911
4911
  "type": "unknown\n",
4912
4912
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4913
4913
  },
4914
+ "VDatePickerYears/model-value": {
4915
+ "type": "number\n",
4916
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4917
+ },
4914
4918
  "VDatePickerYears/height": {
4915
4919
  "type": "string | number\n",
4916
4920
  "description": "Sets the height for the component."
@@ -4923,14 +4927,14 @@
4923
4927
  "type": "unknown\n",
4924
4928
  "description": "Sets the maximum date of the month."
4925
4929
  },
4926
- "VDatePickerYears/model-value": {
4927
- "type": "number\n",
4928
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4929
- },
4930
4930
  "VDatePickerYears/min": {
4931
4931
  "type": "unknown\n",
4932
4932
  "description": "Sets the minimum date of the month."
4933
4933
  },
4934
+ "VDefaultsProvider/reset": {
4935
+ "type": "string | number\n",
4936
+ "description": "Reset the default values up the nested chain by {n} amount."
4937
+ },
4934
4938
  "VDefaultsProvider/disabled": {
4935
4939
  "type": "boolean\n",
4936
4940
  "description": "Turns off all calculations of new default values for improved performance in situations where defaults propagation isn't necessary."
@@ -4939,10 +4943,6 @@
4939
4943
  "type": "string | boolean\n",
4940
4944
  "description": "Force current defaults to match the application root defaults."
4941
4945
  },
4942
- "VDefaultsProvider/reset": {
4943
- "type": "string | number\n",
4944
- "description": "Reset the default values up the nested chain by {n} amount."
4945
- },
4946
4946
  "VDefaultsProvider/scoped": {
4947
4947
  "type": "boolean\n",
4948
4948
  "description": "Prevents the ability for default values to be inherited from parent components."
@@ -4951,9 +4951,9 @@
4951
4951
  "type": "{\n global: Record<string, unknown>\n [string]: Record<string, unknown>\n}\n",
4952
4952
  "description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values."
4953
4953
  },
4954
- "VDialog/theme": {
4955
- "type": "string\n",
4956
- "description": "Specify a theme for this component and all of its children."
4954
+ "VDialog/model-value": {
4955
+ "type": "boolean\n",
4956
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4957
4957
  },
4958
4958
  "VDialog/height": {
4959
4959
  "type": "string | number\n",
@@ -4979,10 +4979,6 @@
4979
4979
  "type": "string | number\n",
4980
4980
  "description": "Sets the width for the component."
4981
4981
  },
4982
- "VDialog/disabled": {
4983
- "type": "boolean\n",
4984
- "description": "Removes the ability to click or target the component."
4985
- },
4986
4982
  "VDialog/location": {
4987
4983
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4988
4984
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
@@ -4991,30 +4987,22 @@
4991
4987
  "type": "boolean\n",
4992
4988
  "description": "Applies **position: absolute** to the content element."
4993
4989
  },
4994
- "VDialog/model-value": {
4990
+ "VDialog/theme": {
4991
+ "type": "string\n",
4992
+ "description": "Specify a theme for this component and all of its children."
4993
+ },
4994
+ "VDialog/eager": {
4995
4995
  "type": "boolean\n",
4996
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4996
+ "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."
4997
4997
  },
4998
- "VDialog/transition": {
4999
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
5000
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
4998
+ "VDialog/disabled": {
4999
+ "type": "boolean\n",
5000
+ "description": "Removes the ability to click or target the component."
5001
5001
  },
5002
5002
  "VDialog/activator": {
5003
5003
  "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
5004
5004
  "description": "Explicitly sets the overlay's activator."
5005
5005
  },
5006
- "VDialog/fullscreen": {
5007
- "type": "boolean\n",
5008
- "description": "Changes layout for fullscreen display."
5009
- },
5010
- "VDialog/retain-focus": {
5011
- "type": "boolean\n",
5012
- "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
5013
- },
5014
- "VDialog/scrollable": {
5015
- "type": "boolean\n",
5016
- "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
5017
- },
5018
5006
  "VDialog/close-on-back": {
5019
5007
  "type": "boolean\n",
5020
5008
  "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
@@ -5083,10 +5071,6 @@
5083
5071
  "type": "string | number\n",
5084
5072
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
5085
5073
  },
5086
- "VDialog/eager": {
5087
- "type": "boolean\n",
5088
- "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."
5089
- },
5090
5074
  "VDialog/location-strategy": {
5091
5075
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
5092
5076
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -5100,29 +5084,45 @@
5100
5084
  "description": "A single value that offsets content away from the target based upon what side it is on."
5101
5085
  },
5102
5086
  "VDialog/scroll-strategy": {
5103
- "type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
5087
+ "type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
5104
5088
  "description": "Strategy used when the component is activate and user scrolls."
5105
5089
  },
5090
+ "VDialog/transition": {
5091
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
5092
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5093
+ },
5106
5094
  "VDialog/attach": {
5107
5095
  "type": "string | boolean | Element\n",
5108
5096
  "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
5109
5097
  },
5110
- "VDialogBottomTransition/disabled": {
5098
+ "VDialog/fullscreen": {
5099
+ "type": "boolean\n",
5100
+ "description": "Changes layout for fullscreen display."
5101
+ },
5102
+ "VDialog/retain-focus": {
5103
+ "type": "boolean\n",
5104
+ "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
5105
+ },
5106
+ "VDialog/scrollable": {
5111
5107
  "type": "boolean\n",
5112
- "description": "Removes the ability to click or target the component."
5108
+ "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
5113
5109
  },
5114
5110
  "VDialogBottomTransition/mode": {
5115
5111
  "type": "string\n",
5116
5112
  "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)."
5117
5113
  },
5118
- "VDialogBottomTransition/origin": {
5119
- "type": "string\n",
5120
- "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)."
5114
+ "VDialogBottomTransition/disabled": {
5115
+ "type": "boolean\n",
5116
+ "description": "Removes the ability to click or target the component."
5121
5117
  },
5122
5118
  "VDialogBottomTransition/group": {
5123
5119
  "type": "boolean\n",
5124
5120
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5125
5121
  },
5122
+ "VDialogBottomTransition/origin": {
5123
+ "type": "string\n",
5124
+ "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)."
5125
+ },
5126
5126
  "VDialogBottomTransition/hide-on-leave": {
5127
5127
  "type": "boolean\n",
5128
5128
  "description": "Hides the leaving element (no exit animation)."
@@ -5131,22 +5131,22 @@
5131
5131
  "type": "boolean\n",
5132
5132
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
5133
5133
  },
5134
- "VDialogTopTransition/disabled": {
5135
- "type": "boolean\n",
5136
- "description": "Removes the ability to click or target the component."
5137
- },
5138
5134
  "VDialogTopTransition/mode": {
5139
5135
  "type": "string\n",
5140
5136
  "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)."
5141
5137
  },
5142
- "VDialogTopTransition/origin": {
5143
- "type": "string\n",
5144
- "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)."
5138
+ "VDialogTopTransition/disabled": {
5139
+ "type": "boolean\n",
5140
+ "description": "Removes the ability to click or target the component."
5145
5141
  },
5146
5142
  "VDialogTopTransition/group": {
5147
5143
  "type": "boolean\n",
5148
5144
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5149
5145
  },
5146
+ "VDialogTopTransition/origin": {
5147
+ "type": "string\n",
5148
+ "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)."
5149
+ },
5150
5150
  "VDialogTopTransition/hide-on-leave": {
5151
5151
  "type": "boolean\n",
5152
5152
  "description": "Hides the leaving element (no exit animation)."
@@ -5191,14 +5191,18 @@
5191
5191
  "type": "string\n",
5192
5192
  "description": "Specify a title text for the component."
5193
5193
  },
5194
+ "VEmptyState/theme": {
5195
+ "type": "string\n",
5196
+ "description": "Specify a theme for this component and all of its children."
5197
+ },
5198
+ "VEmptyState/size": {
5199
+ "type": "string | number\n",
5200
+ "description": "The size used to control the dimensions of the media element inside the component. Can be specified as a number or a string (e.g., '50%', '100px')."
5201
+ },
5194
5202
  "VEmptyState/text": {
5195
5203
  "type": "string\n",
5196
5204
  "description": "Specify content text for the component."
5197
5205
  },
5198
- "VEmptyState/icon": {
5199
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5200
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
5201
- },
5202
5206
  "VEmptyState/height": {
5203
5207
  "type": "string | number\n",
5204
5208
  "description": "Sets the height for the component."
@@ -5223,14 +5227,22 @@
5223
5227
  "type": "string | number\n",
5224
5228
  "description": "Sets the width for the component."
5225
5229
  },
5226
- "VEmptyState/theme": {
5230
+ "VEmptyState/href": {
5227
5231
  "type": "string\n",
5228
- "description": "Specify a theme for this component and all of its children."
5232
+ "description": "The URL the action button links to."
5233
+ },
5234
+ "VEmptyState/to": {
5235
+ "type": "string\n",
5236
+ "description": "The URL the action button links to."
5229
5237
  },
5230
5238
  "VEmptyState/color": {
5231
5239
  "type": "string\n",
5232
5240
  "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)."
5233
5241
  },
5242
+ "VEmptyState/icon": {
5243
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5244
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
5245
+ },
5234
5246
  "VEmptyState/image": {
5235
5247
  "type": "string\n",
5236
5248
  "description": "Apply a specific image using [v-img](/components/images/)."
@@ -5239,18 +5251,6 @@
5239
5251
  "type": "string\n",
5240
5252
  "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)."
5241
5253
  },
5242
- "VEmptyState/size": {
5243
- "type": "string | number\n",
5244
- "description": "The size used to control the dimensions of the media element inside the component. Can be specified as a number or a string (e.g., '50%', '100px')."
5245
- },
5246
- "VEmptyState/href": {
5247
- "type": "string\n",
5248
- "description": "The URL the action button links to."
5249
- },
5250
- "VEmptyState/to": {
5251
- "type": "string\n",
5252
- "description": "The URL the action button links to."
5253
- },
5254
5254
  "VEmptyState/headline": {
5255
5255
  "type": "string\n",
5256
5256
  "description": "A large headline often used for 404 pages."
@@ -5260,57 +5260,41 @@
5260
5260
  "description": "The text used for the action button."
5261
5261
  },
5262
5262
  "VEmptyState/justify": {
5263
- "type": "'end' | 'start' | 'center'\n",
5263
+ "type": "'start' | 'end' | 'center'\n",
5264
5264
  "description": "Control the justification of the text."
5265
5265
  },
5266
5266
  "VEmptyState/text-width": {
5267
5267
  "type": "string | number\n",
5268
5268
  "description": "Sets the width of the text container."
5269
5269
  },
5270
- "VExpandTransition/mode": {
5271
- "type": "'default' | 'in-out' | 'out-in'\n",
5272
- "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)."
5273
- },
5274
5270
  "VExpandTransition/disabled": {
5275
5271
  "type": "boolean\n",
5276
5272
  "description": "Removes the ability to click or target the component."
5277
5273
  },
5274
+ "VExpandTransition/mode": {
5275
+ "type": "'default' | 'in-out' | 'out-in'\n",
5276
+ "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)."
5277
+ },
5278
5278
  "VExpandTransition/group": {
5279
5279
  "type": "boolean\n",
5280
5280
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5281
5281
  },
5282
- "VExpandXTransition/mode": {
5283
- "type": "'default' | 'in-out' | 'out-in'\n",
5284
- "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)."
5285
- },
5286
5282
  "VExpandXTransition/disabled": {
5287
5283
  "type": "boolean\n",
5288
5284
  "description": "Removes the ability to click or target the component."
5289
5285
  },
5286
+ "VExpandXTransition/mode": {
5287
+ "type": "'default' | 'in-out' | 'out-in'\n",
5288
+ "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)."
5289
+ },
5290
5290
  "VExpandXTransition/group": {
5291
5291
  "type": "boolean\n",
5292
5292
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5293
5293
  },
5294
- "VExpansionPanel/tag": {
5295
- "type": "string\n",
5296
- "description": "Specify a custom tag used on the root element."
5297
- },
5298
5294
  "VExpansionPanel/title": {
5299
5295
  "type": "string\n",
5300
5296
  "description": "Specify a title text for the component."
5301
5297
  },
5302
- "VExpansionPanel/value": {
5303
- "type": "any\n",
5304
- "description": "Controls the opened/closed state of content."
5305
- },
5306
- "VExpansionPanel/readonly": {
5307
- "type": "boolean\n",
5308
- "description": "Makes the expansion panel content read only."
5309
- },
5310
- "VExpansionPanel/ripple": {
5311
- "type": "boolean | { class: string }\n",
5312
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5313
- },
5314
5298
  "VExpansionPanel/text": {
5315
5299
  "type": "string\n",
5316
5300
  "description": "Specify content text for the component."
@@ -5343,14 +5327,6 @@
5343
5327
  "type": "string | number\n",
5344
5328
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5345
5329
  },
5346
- "VExpansionPanel/disabled": {
5347
- "type": "boolean\n",
5348
- "description": "Disables the expansion-panel content."
5349
- },
5350
- "VExpansionPanel/selected-class": {
5351
- "type": "string\n",
5352
- "description": "Configure the active CSS class applied when an item is selected."
5353
- },
5354
5330
  "VExpansionPanel/static": {
5355
5331
  "type": "boolean\n",
5356
5332
  "description": "Remove title size expansion when selected."
@@ -5363,17 +5339,25 @@
5363
5339
  "type": "boolean\n",
5364
5340
  "description": "Removes any applied **border-radius** from the component."
5365
5341
  },
5342
+ "VExpansionPanel/tag": {
5343
+ "type": "string\n",
5344
+ "description": "Specify a custom tag used on the root element."
5345
+ },
5366
5346
  "VExpansionPanel/color": {
5367
5347
  "type": "string\n",
5368
5348
  "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)."
5369
5349
  },
5350
+ "VExpansionPanel/eager": {
5351
+ "type": "boolean\n",
5352
+ "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."
5353
+ },
5370
5354
  "VExpansionPanel/bg-color": {
5371
5355
  "type": "string\n",
5372
5356
  "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)."
5373
5357
  },
5374
- "VExpansionPanel/eager": {
5358
+ "VExpansionPanel/disabled": {
5375
5359
  "type": "boolean\n",
5376
- "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."
5360
+ "description": "Disables the expansion-panel content."
5377
5361
  },
5378
5362
  "VExpansionPanel/expand-icon": {
5379
5363
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -5383,6 +5367,22 @@
5383
5367
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5384
5368
  "description": "Icon used when the expansion panel is in a collapsable state."
5385
5369
  },
5370
+ "VExpansionPanel/value": {
5371
+ "type": "any\n",
5372
+ "description": "Controls the opened/closed state of content."
5373
+ },
5374
+ "VExpansionPanel/readonly": {
5375
+ "type": "boolean\n",
5376
+ "description": "Makes the expansion panel content read only."
5377
+ },
5378
+ "VExpansionPanel/ripple": {
5379
+ "type": "boolean | { class: string }\n",
5380
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5381
+ },
5382
+ "VExpansionPanel/selected-class": {
5383
+ "type": "string\n",
5384
+ "description": "Configure the active CSS class applied when an item is selected."
5385
+ },
5386
5386
  "VExpansionPanel/hide-actions": {
5387
5387
  "type": "boolean\n",
5388
5388
  "description": "Hide the expand icon in the content title."
@@ -5395,6 +5395,14 @@
5395
5395
  "type": "boolean\n",
5396
5396
  "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."
5397
5397
  },
5398
+ "VExpansionPanelTitle/readonly": {
5399
+ "type": "boolean\n",
5400
+ "description": "Makes the expansion panel content read only."
5401
+ },
5402
+ "VExpansionPanelTitle/ripple": {
5403
+ "type": "boolean | { class: string }\n",
5404
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5405
+ },
5398
5406
  "VExpansionPanelTitle/height": {
5399
5407
  "type": "string | number\n",
5400
5408
  "description": "Sets the height for the component."
@@ -5435,14 +5443,6 @@
5435
5443
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5436
5444
  "description": "Icon used when the expansion panel is in a collapsable state."
5437
5445
  },
5438
- "VExpansionPanelTitle/readonly": {
5439
- "type": "boolean\n",
5440
- "description": "Makes the expansion panel content read only."
5441
- },
5442
- "VExpansionPanelTitle/ripple": {
5443
- "type": "boolean | { class: string }\n",
5444
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5445
- },
5446
5446
  "VExpansionPanelTitle/hide-actions": {
5447
5447
  "type": "boolean\n",
5448
5448
  "description": "Hide the expand icon in the content title."
@@ -5455,6 +5455,26 @@
5455
5455
  "type": "boolean\n",
5456
5456
  "description": "Removes the expansion-panel's elevation and borders."
5457
5457
  },
5458
+ "VExpansionPanels/model-value": {
5459
+ "type": "any\n",
5460
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5461
+ },
5462
+ "VExpansionPanels/elevation": {
5463
+ "type": "string | number\n",
5464
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5465
+ },
5466
+ "VExpansionPanels/static": {
5467
+ "type": "boolean\n",
5468
+ "description": "Remove title size expansion when selected."
5469
+ },
5470
+ "VExpansionPanels/rounded": {
5471
+ "type": "string | number | boolean\n",
5472
+ "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)."
5473
+ },
5474
+ "VExpansionPanels/tile": {
5475
+ "type": "boolean\n",
5476
+ "description": "Removes the border-radius."
5477
+ },
5458
5478
  "VExpansionPanels/tag": {
5459
5479
  "type": "string\n",
5460
5480
  "description": "Specify a custom tag used on the root element."
@@ -5463,6 +5483,42 @@
5463
5483
  "type": "string\n",
5464
5484
  "description": "Specify a theme for this component and all of its children."
5465
5485
  },
5486
+ "VExpansionPanels/color": {
5487
+ "type": "string\n",
5488
+ "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)."
5489
+ },
5490
+ "VExpansionPanels/variant": {
5491
+ "type": "'default' | 'accordion' | 'inset' | 'popout'\n",
5492
+ "description": "Applies a distinct style to the component."
5493
+ },
5494
+ "VExpansionPanels/eager": {
5495
+ "type": "boolean\n",
5496
+ "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."
5497
+ },
5498
+ "VExpansionPanels/bg-color": {
5499
+ "type": "string\n",
5500
+ "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)."
5501
+ },
5502
+ "VExpansionPanels/disabled": {
5503
+ "type": "boolean\n",
5504
+ "description": "Puts all children components into a disabled state."
5505
+ },
5506
+ "VExpansionPanels/expand-icon": {
5507
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5508
+ "description": "Icon used when the expansion panel is in a expandable state."
5509
+ },
5510
+ "VExpansionPanels/collapse-icon": {
5511
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5512
+ "description": "Icon used when the expansion panel is in a collapsable state."
5513
+ },
5514
+ "VExpansionPanels/multiple": {
5515
+ "type": "boolean\n",
5516
+ "description": "Allows one to select multiple items."
5517
+ },
5518
+ "VExpansionPanels/mandatory": {
5519
+ "type": "boolean | 'force'\n",
5520
+ "description": "Forces at least one item to always be selected (if available)."
5521
+ },
5466
5522
  "VExpansionPanels/readonly": {
5467
5523
  "type": "boolean\n",
5468
5524
  "description": "Makes the entire expansion panel read only."
@@ -5471,102 +5527,106 @@
5471
5527
  "type": "boolean | { class: string }\n",
5472
5528
  "description": "Applies the [v-ripple](/directives/ripple) directive."
5473
5529
  },
5474
- "VExpansionPanels/elevation": {
5475
- "type": "string | number\n",
5476
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5477
- },
5478
- "VExpansionPanels/disabled": {
5479
- "type": "boolean\n",
5480
- "description": "Puts all children components into a disabled state."
5481
- },
5482
5530
  "VExpansionPanels/selected-class": {
5483
5531
  "type": "string\n",
5484
5532
  "description": "Configure the active CSS class applied when an item is selected."
5485
5533
  },
5486
- "VExpansionPanels/static": {
5534
+ "VExpansionPanels/max": {
5535
+ "type": "number\n",
5536
+ "description": "Sets a maximum number of selections that can be made."
5537
+ },
5538
+ "VExpansionPanels/hide-actions": {
5487
5539
  "type": "boolean\n",
5488
- "description": "Remove title size expansion when selected."
5540
+ "description": "Hide the expand icon in the content title."
5489
5541
  },
5490
- "VExpansionPanels/rounded": {
5491
- "type": "string | number | boolean\n",
5492
- "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)."
5542
+ "VExpansionPanels/focusable": {
5543
+ "type": "boolean\n",
5544
+ "description": "Makes the expansion-panel headers focusable."
5493
5545
  },
5494
- "VExpansionPanels/tile": {
5546
+ "VFab/symbol": {
5547
+ "type": "any\n",
5548
+ "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/)."
5549
+ },
5550
+ "VFab/flat": {
5495
5551
  "type": "boolean\n",
5496
- "description": "Removes the border-radius."
5552
+ "description": "Removes the button box shadow. This is different than using the 'flat' variant."
5497
5553
  },
5498
- "VExpansionPanels/color": {
5554
+ "VFab/tag": {
5499
5555
  "type": "string\n",
5500
- "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)."
5556
+ "description": "Specify a custom tag used on the root element."
5501
5557
  },
5502
- "VExpansionPanels/variant": {
5503
- "type": "'default' | 'inset' | 'accordion' | 'popout'\n",
5504
- "description": "Applies a distinct style to the component."
5558
+ "VFab/name": {
5559
+ "type": "string\n",
5560
+ "description": "Assign a specific name for layout registration."
5505
5561
  },
5506
- "VExpansionPanels/max": {
5507
- "type": "number\n",
5508
- "description": "Sets a maximum number of selections that can be made."
5562
+ "VFab/replace": {
5563
+ "type": "boolean\n",
5564
+ "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."
5565
+ },
5566
+ "VFab/layout": {
5567
+ "type": "boolean\n",
5568
+ "description": "If true, will effect layout dimensions based on size and position."
5569
+ },
5570
+ "VFab/theme": {
5571
+ "type": "string\n",
5572
+ "description": "Specify a theme for this component and all of its children."
5573
+ },
5574
+ "VFab/size": {
5575
+ "type": "string | number\n",
5576
+ "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**."
5509
5577
  },
5510
- "VExpansionPanels/model-value": {
5578
+ "VFab/value": {
5511
5579
  "type": "any\n",
5512
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5513
- },
5514
- "VExpansionPanels/bg-color": {
5515
- "type": "string\n",
5516
- "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)."
5580
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
5517
5581
  },
5518
- "VExpansionPanels/multiple": {
5582
+ "VFab/active": {
5519
5583
  "type": "boolean\n",
5520
- "description": "Allows one to select multiple items."
5584
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5521
5585
  },
5522
- "VExpansionPanels/mandatory": {
5523
- "type": "boolean | 'force'\n",
5524
- "description": "Forces at least one item to always be selected (if available)."
5586
+ "VFab/active-color": {
5587
+ "type": "string\n",
5588
+ "description": "The applied color when the component is in an active state."
5525
5589
  },
5526
- "VExpansionPanels/eager": {
5527
- "type": "boolean\n",
5528
- "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."
5590
+ "VFab/base-color": {
5591
+ "type": "string\n",
5592
+ "description": "Sets the color of component when not focused."
5529
5593
  },
5530
- "VExpansionPanels/expand-icon": {
5594
+ "VFab/prepend-icon": {
5531
5595
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5532
- "description": "Icon used when the expansion panel is in a expandable state."
5596
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
5533
5597
  },
5534
- "VExpansionPanels/collapse-icon": {
5598
+ "VFab/append-icon": {
5535
5599
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5536
- "description": "Icon used when the expansion panel is in a collapsable state."
5600
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5537
5601
  },
5538
- "VExpansionPanels/hide-actions": {
5602
+ "VFab/block": {
5539
5603
  "type": "boolean\n",
5540
- "description": "Hide the expand icon in the content title."
5604
+ "description": "Expands the button to 100% of available space."
5541
5605
  },
5542
- "VExpansionPanels/focusable": {
5606
+ "VFab/readonly": {
5543
5607
  "type": "boolean\n",
5544
- "description": "Makes the expansion-panel headers focusable."
5608
+ "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
5545
5609
  },
5546
- "VFab/symbol": {
5547
- "type": "any\n",
5548
- "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/)."
5610
+ "VFab/slim": {
5611
+ "type": "boolean\n",
5612
+ "description": "Reduces padding to 0 8px."
5613
+ },
5614
+ "VFab/stacked": {
5615
+ "type": "boolean\n",
5616
+ "description": "Displays the button as a flex-column."
5617
+ },
5618
+ "VFab/ripple": {
5619
+ "type": "boolean | { class: string }\n",
5620
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5549
5621
  },
5550
5622
  "VFab/text": {
5551
5623
  "type": "string | number | boolean\n",
5552
5624
  "description": "Specify content text for the component."
5553
5625
  },
5554
- "VFab/flat": {
5555
- "type": "boolean\n",
5556
- "description": "Removes the button box shadow. This is different than using the 'flat' variant."
5557
- },
5558
5626
  "VFab/border": {
5559
5627
  "type": "string | number | boolean\n",
5560
5628
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
5561
5629
  },
5562
- "VFab/icon": {
5563
- "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5564
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
5565
- },
5566
- "VFab/model-value": {
5567
- "type": "boolean\n",
5568
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5569
- },
5570
5630
  "VFab/density": {
5571
5631
  "type": "'default' | 'comfortable' | 'compact'\n",
5572
5632
  "description": "Adjusts the vertical height used by the component."
@@ -5599,12 +5659,24 @@
5599
5659
  "type": "string | number\n",
5600
5660
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5601
5661
  },
5662
+ "VFab/disabled": {
5663
+ "type": "boolean\n",
5664
+ "description": "Removes the ability to click or target the component."
5665
+ },
5666
+ "VFab/selected-class": {
5667
+ "type": "string\n",
5668
+ "description": "Configure the active CSS class applied when an item is selected."
5669
+ },
5670
+ "VFab/loading": {
5671
+ "type": "string | boolean\n",
5672
+ "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."
5673
+ },
5602
5674
  "VFab/location": {
5603
5675
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5604
5676
  "description": "The location of the fab relative to the layout. Only works when using **app**."
5605
5677
  },
5606
5678
  "VFab/position": {
5607
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
5679
+ "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
5608
5680
  "description": "Sets the position for the component."
5609
5681
  },
5610
5682
  "VFab/absolute": {
@@ -5619,114 +5691,46 @@
5619
5691
  "type": "boolean\n",
5620
5692
  "description": "Removes any applied **border-radius** from the component."
5621
5693
  },
5622
- "VFab/tag": {
5694
+ "VFab/href": {
5623
5695
  "type": "string\n",
5624
- "description": "Specify a custom tag used on the root element."
5696
+ "description": "Designates the component as anchor and applies the **href** attribute."
5625
5697
  },
5626
- "VFab/theme": {
5627
- "type": "string\n",
5628
- "description": "Specify a theme for this component and all of its children."
5698
+ "VFab/exact": {
5699
+ "type": "boolean\n",
5700
+ "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."
5701
+ },
5702
+ "VFab/to": {
5703
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
5704
+ "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."
5629
5705
  },
5630
5706
  "VFab/color": {
5631
5707
  "type": "string\n",
5632
5708
  "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)."
5633
5709
  },
5634
5710
  "VFab/variant": {
5635
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
5711
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
5636
5712
  "description": "Applies a distinct style to the component."
5637
5713
  },
5638
- "VFab/name": {
5639
- "type": "string\n",
5640
- "description": "Assign a specific name for layout registration."
5714
+ "VFab/icon": {
5715
+ "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5716
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
5641
5717
  },
5642
- "VFab/replace": {
5718
+ "VFab/model-value": {
5643
5719
  "type": "boolean\n",
5644
- "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."
5720
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5645
5721
  },
5646
- "VFab/extended": {
5647
- "type": "boolean\n",
5648
- "description": "An alternate style for the FAB that expects text."
5722
+ "VFab/transition": {
5723
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
5724
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5649
5725
  },
5650
5726
  "VFab/order": {
5651
5727
  "type": "string | number\n",
5652
5728
  "description": "Adjust the order of the component in relation to its registration order."
5653
5729
  },
5654
- "VFab/exact": {
5655
- "type": "boolean\n",
5656
- "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."
5657
- },
5658
- "VFab/base-color": {
5659
- "type": "string\n",
5660
- "description": "Sets the color of component when not focused."
5661
- },
5662
- "VFab/active-color": {
5663
- "type": "string\n",
5664
- "description": "The applied color when the component is in an active state."
5665
- },
5666
- "VFab/disabled": {
5667
- "type": "boolean\n",
5668
- "description": "Removes the ability to click or target the component."
5669
- },
5670
- "VFab/slim": {
5671
- "type": "boolean\n",
5672
- "description": "Reduces padding to 0 8px."
5673
- },
5674
- "VFab/value": {
5675
- "type": "any\n",
5676
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
5677
- },
5678
5730
  "VFab/offset": {
5679
5731
  "type": "boolean\n",
5680
5732
  "description": "Translates the Fab up or down, depending on if location is set to **top** or **bottom**."
5681
5733
  },
5682
- "VFab/block": {
5683
- "type": "boolean\n",
5684
- "description": "Expands the button to 100% of available space."
5685
- },
5686
- "VFab/transition": {
5687
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
5688
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5689
- },
5690
- "VFab/size": {
5691
- "type": "string | number\n",
5692
- "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**."
5693
- },
5694
- "VFab/append-icon": {
5695
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5696
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5697
- },
5698
- "VFab/prepend-icon": {
5699
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5700
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
5701
- },
5702
- "VFab/readonly": {
5703
- "type": "boolean\n",
5704
- "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
5705
- },
5706
- "VFab/active": {
5707
- "type": "boolean\n",
5708
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5709
- },
5710
- "VFab/loading": {
5711
- "type": "string | boolean\n",
5712
- "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."
5713
- },
5714
- "VFab/href": {
5715
- "type": "string\n",
5716
- "description": "Designates the component as anchor and applies the **href** attribute."
5717
- },
5718
- "VFab/to": {
5719
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
5720
- "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."
5721
- },
5722
- "VFab/selected-class": {
5723
- "type": "string\n",
5724
- "description": "Configure the active CSS class applied when an item is selected."
5725
- },
5726
- "VFab/ripple": {
5727
- "type": "boolean | { class: string }\n",
5728
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5729
- },
5730
5734
  "VFab/app": {
5731
5735
  "type": "boolean\n",
5732
5736
  "description": "If true, attaches to the closest layout and positions according to the value of **location**."
@@ -5735,30 +5739,26 @@
5735
5739
  "type": "boolean\n",
5736
5740
  "description": "Used to control the animation of the FAB."
5737
5741
  },
5738
- "VFab/layout": {
5742
+ "VFab/extended": {
5739
5743
  "type": "boolean\n",
5740
- "description": "If true, will effect layout dimensions based on size and position."
5744
+ "description": "An alternate style for the FAB that expects text."
5741
5745
  },
5742
- "VFab/stacked": {
5746
+ "VFabTransition/disabled": {
5743
5747
  "type": "boolean\n",
5744
- "description": "Displays the button as a flex-column."
5748
+ "description": "Removes the ability to click or target the component."
5745
5749
  },
5746
5750
  "VFabTransition/mode": {
5747
5751
  "type": "string\n",
5748
5752
  "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)."
5749
5753
  },
5750
- "VFabTransition/disabled": {
5751
- "type": "boolean\n",
5752
- "description": "Removes the ability to click or target the component."
5754
+ "VFabTransition/origin": {
5755
+ "type": "string\n",
5756
+ "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)."
5753
5757
  },
5754
5758
  "VFabTransition/group": {
5755
5759
  "type": "boolean\n",
5756
5760
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5757
5761
  },
5758
- "VFabTransition/origin": {
5759
- "type": "string\n",
5760
- "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)."
5761
- },
5762
5762
  "VFabTransition/hide-on-leave": {
5763
5763
  "type": "boolean\n",
5764
5764
  "description": "Hides the leaving element (no exit animation)."
@@ -5767,22 +5767,22 @@
5767
5767
  "type": "boolean\n",
5768
5768
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
5769
5769
  },
5770
- "VFadeTransition/mode": {
5771
- "type": "string\n",
5772
- "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)."
5773
- },
5774
5770
  "VFadeTransition/disabled": {
5775
5771
  "type": "boolean\n",
5776
5772
  "description": "Removes the ability to click or target the component."
5777
5773
  },
5778
- "VFadeTransition/group": {
5779
- "type": "boolean\n",
5780
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5774
+ "VFadeTransition/mode": {
5775
+ "type": "string\n",
5776
+ "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)."
5781
5777
  },
5782
5778
  "VFadeTransition/origin": {
5783
5779
  "type": "string\n",
5784
5780
  "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)."
5785
5781
  },
5782
+ "VFadeTransition/group": {
5783
+ "type": "boolean\n",
5784
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5785
+ },
5786
5786
  "VFadeTransition/hide-on-leave": {
5787
5787
  "type": "boolean\n",
5788
5788
  "description": "Hides the leaving element (no exit animation)."
@@ -5795,41 +5795,17 @@
5795
5795
  "type": "boolean\n",
5796
5796
  "description": "Removes box shadow when using a variant with elevation."
5797
5797
  },
5798
- "VField/reverse": {
5799
- "type": "boolean\n",
5800
- "description": "Reverses the orientation."
5798
+ "VField/model-value": {
5799
+ "type": "unknown\n",
5800
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5801
5801
  },
5802
5802
  "VField/error": {
5803
5803
  "type": "boolean\n",
5804
5804
  "description": "Puts the input in a manual error state."
5805
5805
  },
5806
- "VField/label": {
5807
- "type": "string\n",
5808
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
5809
- },
5810
- "VField/theme": {
5811
- "type": "string\n",
5812
- "description": "Specify a theme for this component and all of its children."
5813
- },
5814
- "VField/id": {
5815
- "type": "string\n",
5816
- "description": "Sets the DOM id on the component."
5817
- },
5818
- "VField/active": {
5819
- "type": "boolean\n",
5820
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5821
- },
5822
- "VField/base-color": {
5823
- "type": "string\n",
5824
- "description": "Sets the color of the input when it is not focused."
5825
- },
5826
- "VField/disabled": {
5806
+ "VField/reverse": {
5827
5807
  "type": "boolean\n",
5828
- "description": "Removes the ability to click or target the input."
5829
- },
5830
- "VField/loading": {
5831
- "type": "string | boolean\n",
5832
- "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."
5808
+ "description": "Reverses the orientation."
5833
5809
  },
5834
5810
  "VField/rounded": {
5835
5811
  "type": "string | number | boolean\n",
@@ -5839,6 +5815,10 @@
5839
5815
  "type": "boolean\n",
5840
5816
  "description": "Removes any applied **border-radius** from the component."
5841
5817
  },
5818
+ "VField/theme": {
5819
+ "type": "string\n",
5820
+ "description": "Specify a theme for this component and all of its children."
5821
+ },
5842
5822
  "VField/color": {
5843
5823
  "type": "string\n",
5844
5824
  "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)."
@@ -5847,14 +5827,30 @@
5847
5827
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
5848
5828
  "description": "Applies a distinct style to the component."
5849
5829
  },
5850
- "VField/model-value": {
5851
- "type": "unknown\n",
5852
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5830
+ "VField/label": {
5831
+ "type": "string\n",
5832
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
5833
+ },
5834
+ "VField/base-color": {
5835
+ "type": "string\n",
5836
+ "description": "Sets the color of the input when it is not focused."
5853
5837
  },
5854
5838
  "VField/bg-color": {
5855
5839
  "type": "string\n",
5856
5840
  "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)."
5857
5841
  },
5842
+ "VField/disabled": {
5843
+ "type": "boolean\n",
5844
+ "description": "Removes the ability to click or target the input."
5845
+ },
5846
+ "VField/id": {
5847
+ "type": "string\n",
5848
+ "description": "Sets the DOM id on the component."
5849
+ },
5850
+ "VField/center-affix": {
5851
+ "type": "boolean\n",
5852
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
5853
+ },
5858
5854
  "VField/focused": {
5859
5855
  "type": "boolean\n",
5860
5856
  "description": "Forces a focused state styling on the component."
@@ -5871,9 +5867,9 @@
5871
5867
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5872
5868
  "description": "The icon used when the **clearable** prop is set to true."
5873
5869
  },
5874
- "VField/center-affix": {
5870
+ "VField/active": {
5875
5871
  "type": "boolean\n",
5876
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
5872
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5877
5873
  },
5878
5874
  "VField/dirty": {
5879
5875
  "type": "boolean\n",
@@ -5891,6 +5887,10 @@
5891
5887
  "type": "boolean\n",
5892
5888
  "description": "Label does not move on focus/dirty."
5893
5889
  },
5890
+ "VField/loading": {
5891
+ "type": "string | boolean\n",
5892
+ "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."
5893
+ },
5894
5894
  "VFieldLabel/floating": {
5895
5895
  "type": "boolean\n",
5896
5896
  "description": "Elevates the label above the slotted content."
@@ -5899,17 +5899,49 @@
5899
5899
  "type": "boolean\n",
5900
5900
  "description": "Removes box shadow when using a variant with elevation."
5901
5901
  },
5902
- "VFileInput/model-value": {
5903
- "type": "File | File[]\n",
5904
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5902
+ "VFileInput/reverse": {
5903
+ "type": "boolean\n",
5904
+ "description": "Reverses the orientation."
5905
+ },
5906
+ "VFileInput/name": {
5907
+ "type": "string\n",
5908
+ "description": "Sets the component's name attribute."
5905
5909
  },
5906
5910
  "VFileInput/error": {
5907
5911
  "type": "boolean\n",
5908
5912
  "description": "Puts the input in a manual error state."
5909
5913
  },
5910
- "VFileInput/reverse": {
5914
+ "VFileInput/label": {
5915
+ "type": "string\n",
5916
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
5917
+ },
5918
+ "VFileInput/theme": {
5919
+ "type": "string\n",
5920
+ "description": "Specify a theme for this component and all of its children."
5921
+ },
5922
+ "VFileInput/id": {
5923
+ "type": "string\n",
5924
+ "description": "Sets the DOM id on the component."
5925
+ },
5926
+ "VFileInput/active": {
5911
5927
  "type": "boolean\n",
5912
- "description": "Reverses the orientation."
5928
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5929
+ },
5930
+ "VFileInput/base-color": {
5931
+ "type": "string\n",
5932
+ "description": "Sets the color of the input when it is not focused."
5933
+ },
5934
+ "VFileInput/prepend-icon": {
5935
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5936
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
5937
+ },
5938
+ "VFileInput/append-icon": {
5939
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5940
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5941
+ },
5942
+ "VFileInput/readonly": {
5943
+ "type": "boolean\n",
5944
+ "description": "Puts input in readonly state."
5913
5945
  },
5914
5946
  "VFileInput/density": {
5915
5947
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -5927,6 +5959,14 @@
5927
5959
  "type": "string | number\n",
5928
5960
  "description": "Sets the width for the component."
5929
5961
  },
5962
+ "VFileInput/disabled": {
5963
+ "type": "boolean\n",
5964
+ "description": "Removes the ability to click or target the input."
5965
+ },
5966
+ "VFileInput/loading": {
5967
+ "type": "string | boolean\n",
5968
+ "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."
5969
+ },
5930
5970
  "VFileInput/rounded": {
5931
5971
  "type": "string | number | boolean\n",
5932
5972
  "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)."
@@ -5935,10 +5975,6 @@
5935
5975
  "type": "boolean\n",
5936
5976
  "description": "Removes any applied **border-radius** from the component."
5937
5977
  },
5938
- "VFileInput/theme": {
5939
- "type": "string\n",
5940
- "description": "Specify a theme for this component and all of its children."
5941
- },
5942
5978
  "VFileInput/color": {
5943
5979
  "type": "string\n",
5944
5980
  "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)."
@@ -5947,54 +5983,34 @@
5947
5983
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
5948
5984
  "description": "Applies a distinct style to the component."
5949
5985
  },
5950
- "VFileInput/name": {
5951
- "type": "string\n",
5952
- "description": "Sets the component's name attribute."
5953
- },
5954
- "VFileInput/label": {
5955
- "type": "string\n",
5956
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
5957
- },
5958
- "VFileInput/chips": {
5959
- "type": "boolean\n",
5960
- "description": "Changes display of selections to chips."
5961
- },
5962
- "VFileInput/base-color": {
5963
- "type": "string\n",
5964
- "description": "Sets the color of the input when it is not focused."
5986
+ "VFileInput/model-value": {
5987
+ "type": "File | File[]\n",
5988
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5965
5989
  },
5966
5990
  "VFileInput/bg-color": {
5967
5991
  "type": "string\n",
5968
5992
  "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)."
5969
5993
  },
5970
- "VFileInput/disabled": {
5971
- "type": "boolean\n",
5972
- "description": "Removes the ability to click or target the input."
5973
- },
5974
5994
  "VFileInput/multiple": {
5975
5995
  "type": "boolean\n",
5976
5996
  "description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
5977
5997
  },
5978
- "VFileInput/id": {
5979
- "type": "string\n",
5980
- "description": "Sets the DOM id on the component."
5998
+ "VFileInput/direction": {
5999
+ "type": "'horizontal' | 'vertical'\n",
6000
+ "description": "Changes the direction of the input."
6001
+ },
6002
+ "VFileInput/chips": {
6003
+ "type": "boolean\n",
6004
+ "description": "Changes display of selections to chips."
5981
6005
  },
5982
6006
  "VFileInput/counter": {
5983
6007
  "type": "boolean\n",
5984
6008
  "description": "Displays the number of selected files."
5985
6009
  },
5986
- "VFileInput/append-icon": {
5987
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5988
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5989
- },
5990
6010
  "VFileInput/center-affix": {
5991
6011
  "type": "boolean\n",
5992
6012
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
5993
6013
  },
5994
- "VFileInput/prepend-icon": {
5995
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5996
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
5997
- },
5998
6014
  "VFileInput/hide-spin-buttons": {
5999
6015
  "type": "boolean\n",
6000
6016
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -6011,10 +6027,6 @@
6011
6027
  "type": "string | string[]\n",
6012
6028
  "description": "Displays a list of messages or a single message if using a string."
6013
6029
  },
6014
- "VFileInput/direction": {
6015
- "type": "'horizontal' | 'vertical'\n",
6016
- "description": "Changes the direction of the input."
6017
- },
6018
6030
  "VFileInput/error-messages": {
6019
6031
  "type": "string | string[]\n",
6020
6032
  "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."
@@ -6023,10 +6035,6 @@
6023
6035
  "type": "string | number\n",
6024
6036
  "description": "Control the maximum number of shown errors from validation."
6025
6037
  },
6026
- "VFileInput/readonly": {
6027
- "type": "boolean\n",
6028
- "description": "Puts input in readonly state."
6029
- },
6030
6038
  "VFileInput/rules": {
6031
6039
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
6032
6040
  "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`."
@@ -6059,10 +6067,6 @@
6059
6067
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6060
6068
  "description": "The icon used when the **clearable** prop is set to true."
6061
6069
  },
6062
- "VFileInput/active": {
6063
- "type": "boolean\n",
6064
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
6065
- },
6066
6070
  "VFileInput/dirty": {
6067
6071
  "type": "boolean\n",
6068
6072
  "description": "Manually apply the dirty state styling."
@@ -6079,10 +6083,6 @@
6079
6083
  "type": "boolean\n",
6080
6084
  "description": "Label does not move on focus/dirty."
6081
6085
  },
6082
- "VFileInput/loading": {
6083
- "type": "string | boolean\n",
6084
- "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."
6085
- },
6086
6086
  "VFileInput/counter-size-string": {
6087
6087
  "type": "string\n",
6088
6088
  "description": "The text displayed when using the **counter** and **show-size** props. Can also be customized globally on the [internationalization page](/customization/internationalization)."
@@ -6099,30 +6099,26 @@
6099
6099
  "type": "boolean | 1000 | 1024\n",
6100
6100
  "description": "Sets the displayed size of selected file(s). When using **true** will default to _1000_ displaying (**kB, MB, GB**) while _1024_ will display (**KiB, MiB, GiB**)."
6101
6101
  },
6102
- "VFileUpload/length": {
6103
- "type": "string | number\n",
6104
- "description": "Sets the dividers length. Default unit is px."
6105
- },
6106
- "VFileUpload/tag": {
6107
- "type": "string\n",
6108
- "description": "Specify a custom tag used on the root element."
6109
- },
6110
- "VFileUpload/name": {
6111
- "type": "string\n",
6112
- "description": "Sets the component's name attribute."
6113
- },
6114
6102
  "VFileUpload/title": {
6115
6103
  "type": "string\n",
6116
6104
  "description": "Specify a title text for the component."
6117
6105
  },
6118
- "VFileUpload/theme": {
6119
- "type": "string\n",
6120
- "description": "Specify a theme for this component and all of its children."
6106
+ "VFileUpload/length": {
6107
+ "type": "string | number\n",
6108
+ "description": "Sets the dividers length. Default unit is px."
6121
6109
  },
6122
6110
  "VFileUpload/border": {
6123
6111
  "type": "string | number | boolean\n",
6124
6112
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
6125
6113
  },
6114
+ "VFileUpload/icon": {
6115
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6116
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6117
+ },
6118
+ "VFileUpload/model-value": {
6119
+ "type": "File | File[]\n",
6120
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6121
+ },
6126
6122
  "VFileUpload/density": {
6127
6123
  "type": "'default' | 'comfortable' | 'compact'\n",
6128
6124
  "description": "Adjusts the vertical height used by the component."
@@ -6155,16 +6151,12 @@
6155
6151
  "type": "string | number\n",
6156
6152
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
6157
6153
  },
6158
- "VFileUpload/disabled": {
6159
- "type": "boolean\n",
6160
- "description": "Removes the ability to click or target the component."
6161
- },
6162
6154
  "VFileUpload/location": {
6163
6155
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
6164
6156
  "description": "Specifies the component's location. Can combine by using a space separated string."
6165
6157
  },
6166
6158
  "VFileUpload/position": {
6167
- "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
6159
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
6168
6160
  "description": "Sets the position for the component."
6169
6161
  },
6170
6162
  "VFileUpload/rounded": {
@@ -6175,17 +6167,29 @@
6175
6167
  "type": "boolean\n",
6176
6168
  "description": "Removes any applied **border-radius** from the component."
6177
6169
  },
6170
+ "VFileUpload/tag": {
6171
+ "type": "string\n",
6172
+ "description": "Specify a custom tag used on the root element."
6173
+ },
6174
+ "VFileUpload/theme": {
6175
+ "type": "string\n",
6176
+ "description": "Specify a theme for this component and all of its children."
6177
+ },
6178
6178
  "VFileUpload/color": {
6179
6179
  "type": "string\n",
6180
6180
  "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)."
6181
6181
  },
6182
- "VFileUpload/icon": {
6183
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6184
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6182
+ "VFileUpload/name": {
6183
+ "type": "string\n",
6184
+ "description": "Sets the component's name attribute."
6185
6185
  },
6186
- "VFileUpload/model-value": {
6187
- "type": "File | File[]\n",
6188
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6186
+ "VFileUpload/subtitle": {
6187
+ "type": "string\n",
6188
+ "description": "Specify a subtitle text for the component."
6189
+ },
6190
+ "VFileUpload/disabled": {
6191
+ "type": "boolean\n",
6192
+ "description": "Removes the ability to click or target the component."
6189
6193
  },
6190
6194
  "VFileUpload/multiple": {
6191
6195
  "type": "boolean\n",
@@ -6207,14 +6211,6 @@
6207
6211
  "type": "string | number\n",
6208
6212
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
6209
6213
  },
6210
- "VFileUpload/subtitle": {
6211
- "type": "string\n",
6212
- "description": "Specify a subtitle text for the component."
6213
- },
6214
- "VFileUpload/thickness": {
6215
- "type": "string | number\n",
6216
- "description": "Sets the dividers thickness. Default unit is px."
6217
- },
6218
6214
  "VFileUpload/clearable": {
6219
6215
  "type": "boolean\n",
6220
6216
  "description": "Allows for the component to be cleared."
@@ -6233,63 +6229,15 @@
6233
6229
  },
6234
6230
  "VFileUpload/show-size": {
6235
6231
  "type": "boolean\n",
6236
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VFileUpload.json))"
6237
- },
6238
- "VFileUploadItem/tag": {
6239
- "type": "string\n",
6240
- "description": "Specify a custom tag used on the root element."
6241
- },
6242
- "VFileUploadItem/link": {
6243
- "type": "boolean\n",
6244
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
6245
- },
6246
- "VFileUploadItem/nav": {
6247
- "type": "boolean\n",
6248
- "description": "Reduces the width v-list-item takes up as well as adding a border radius."
6249
- },
6250
- "VFileUploadItem/title": {
6251
- "type": "string | number | boolean\n",
6252
- "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."
6253
- },
6254
- "VFileUploadItem/replace": {
6255
- "type": "boolean\n",
6256
- "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."
6257
- },
6258
- "VFileUploadItem/theme": {
6259
- "type": "string\n",
6260
- "description": "Specify a theme for this component and all of its children."
6261
- },
6262
- "VFileUploadItem/value": {
6263
- "type": "any\n",
6264
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
6265
- },
6266
- "VFileUploadItem/active": {
6267
- "type": "boolean\n",
6268
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
6269
- },
6270
- "VFileUploadItem/active-color": {
6271
- "type": "string\n",
6272
- "description": "The applied color when the component is in an active state."
6273
- },
6274
- "VFileUploadItem/base-color": {
6275
- "type": "string\n",
6276
- "description": "Sets the color of component when not focused."
6277
- },
6278
- "VFileUploadItem/prepend-icon": {
6279
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6280
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
6281
- },
6282
- "VFileUploadItem/append-icon": {
6283
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6284
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6285
- },
6286
- "VFileUploadItem/slim": {
6287
- "type": "boolean\n",
6288
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
6232
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VFileUpload.json))"
6289
6233
  },
6290
- "VFileUploadItem/ripple": {
6291
- "type": "boolean | { class: string }\n",
6292
- "description": "Applies the [v-ripple](/directives/ripple) directive."
6234
+ "VFileUpload/thickness": {
6235
+ "type": "string | number\n",
6236
+ "description": "Sets the dividers thickness. Default unit is px."
6237
+ },
6238
+ "VFileUploadItem/title": {
6239
+ "type": "string | number | boolean\n",
6240
+ "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."
6293
6241
  },
6294
6242
  "VFileUploadItem/border": {
6295
6243
  "type": "string | number | boolean\n",
@@ -6327,10 +6275,6 @@
6327
6275
  "type": "string | number\n",
6328
6276
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
6329
6277
  },
6330
- "VFileUploadItem/disabled": {
6331
- "type": "boolean\n",
6332
- "description": "Removes the ability to click or target the component."
6333
- },
6334
6278
  "VFileUploadItem/rounded": {
6335
6279
  "type": "string | number | boolean\n",
6336
6280
  "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)."
@@ -6339,37 +6283,97 @@
6339
6283
  "type": "boolean\n",
6340
6284
  "description": "Removes any applied **border-radius** from the component."
6341
6285
  },
6342
- "VFileUploadItem/href": {
6286
+ "VFileUploadItem/tag": {
6343
6287
  "type": "string\n",
6344
- "description": "Designates the component as anchor and applies the **href** attribute."
6345
- },
6346
- "VFileUploadItem/exact": {
6347
- "type": "boolean\n",
6348
- "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."
6288
+ "description": "Specify a custom tag used on the root element."
6349
6289
  },
6350
- "VFileUploadItem/to": {
6351
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
6352
- "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."
6290
+ "VFileUploadItem/theme": {
6291
+ "type": "string\n",
6292
+ "description": "Specify a theme for this component and all of its children."
6353
6293
  },
6354
6294
  "VFileUploadItem/color": {
6355
6295
  "type": "string\n",
6356
6296
  "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),"
6357
6297
  },
6358
6298
  "VFileUploadItem/variant": {
6359
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6299
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6360
6300
  "description": "Applies a distinct style to the component."
6361
6301
  },
6302
+ "VFileUploadItem/replace": {
6303
+ "type": "boolean\n",
6304
+ "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."
6305
+ },
6306
+ "VFileUploadItem/link": {
6307
+ "type": "boolean\n",
6308
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
6309
+ },
6310
+ "VFileUploadItem/exact": {
6311
+ "type": "boolean\n",
6312
+ "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."
6313
+ },
6314
+ "VFileUploadItem/subtitle": {
6315
+ "type": "string | number | boolean\n",
6316
+ "description": "Specify a subtitle text for the component."
6317
+ },
6318
+ "VFileUploadItem/base-color": {
6319
+ "type": "string\n",
6320
+ "description": "Sets the color of component when not focused."
6321
+ },
6322
+ "VFileUploadItem/active-color": {
6323
+ "type": "string\n",
6324
+ "description": "The applied color when the component is in an active state."
6325
+ },
6326
+ "VFileUploadItem/active-class": {
6327
+ "type": "string\n",
6328
+ "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."
6329
+ },
6330
+ "VFileUploadItem/disabled": {
6331
+ "type": "boolean\n",
6332
+ "description": "Removes the ability to click or target the component."
6333
+ },
6362
6334
  "VFileUploadItem/lines": {
6363
6335
  "type": "false | 'one' | 'two' | 'three'\n",
6364
6336
  "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
6365
6337
  },
6366
- "VFileUploadItem/active-class": {
6338
+ "VFileUploadItem/slim": {
6339
+ "type": "boolean\n",
6340
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
6341
+ },
6342
+ "VFileUploadItem/nav": {
6343
+ "type": "boolean\n",
6344
+ "description": "Reduces the width v-list-item takes up as well as adding a border radius."
6345
+ },
6346
+ "VFileUploadItem/value": {
6347
+ "type": "any\n",
6348
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
6349
+ },
6350
+ "VFileUploadItem/append-icon": {
6351
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6352
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6353
+ },
6354
+ "VFileUploadItem/prepend-icon": {
6355
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6356
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
6357
+ },
6358
+ "VFileUploadItem/clearable": {
6359
+ "type": "boolean\n",
6360
+ "description": "Allows for the component to be cleared."
6361
+ },
6362
+ "VFileUploadItem/active": {
6363
+ "type": "boolean\n",
6364
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
6365
+ },
6366
+ "VFileUploadItem/ripple": {
6367
+ "type": "boolean | { class: string }\n",
6368
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
6369
+ },
6370
+ "VFileUploadItem/href": {
6367
6371
  "type": "string\n",
6368
- "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."
6372
+ "description": "Designates the component as anchor and applies the **href** attribute."
6369
6373
  },
6370
- "VFileUploadItem/subtitle": {
6371
- "type": "string | number | boolean\n",
6372
- "description": "Specify a subtitle text for the component."
6374
+ "VFileUploadItem/to": {
6375
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
6376
+ "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."
6373
6377
  },
6374
6378
  "VFileUploadItem/append-avatar": {
6375
6379
  "type": "string\n",
@@ -6379,10 +6383,6 @@
6379
6383
  "type": "string\n",
6380
6384
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
6381
6385
  },
6382
- "VFileUploadItem/clearable": {
6383
- "type": "boolean\n",
6384
- "description": "Allows for the component to be cleared."
6385
- },
6386
6386
  "VFileUploadItem/show-size": {
6387
6387
  "type": "boolean\n",
6388
6388
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VFileUploadItem.json))"
@@ -6395,18 +6395,6 @@
6395
6395
  "type": "string\n",
6396
6396
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VFileUploadItem.json))"
6397
6397
  },
6398
- "VFooter/tag": {
6399
- "type": "string\n",
6400
- "description": "Specify a custom tag used on the root element."
6401
- },
6402
- "VFooter/name": {
6403
- "type": "string\n",
6404
- "description": "Assign a specific name for layout registration."
6405
- },
6406
- "VFooter/theme": {
6407
- "type": "string\n",
6408
- "description": "Specify a theme for this component and all of its children."
6409
- },
6410
6398
  "VFooter/border": {
6411
6399
  "type": "string | number | boolean\n",
6412
6400
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
@@ -6431,10 +6419,22 @@
6431
6419
  "type": "boolean\n",
6432
6420
  "description": "Removes any applied **border-radius** from the component."
6433
6421
  },
6422
+ "VFooter/tag": {
6423
+ "type": "string\n",
6424
+ "description": "Specify a custom tag used on the root element."
6425
+ },
6426
+ "VFooter/theme": {
6427
+ "type": "string\n",
6428
+ "description": "Specify a theme for this component and all of its children."
6429
+ },
6434
6430
  "VFooter/color": {
6435
6431
  "type": "string\n",
6436
6432
  "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)."
6437
6433
  },
6434
+ "VFooter/name": {
6435
+ "type": "string\n",
6436
+ "description": "Assign a specific name for layout registration."
6437
+ },
6438
6438
  "VFooter/order": {
6439
6439
  "type": "string | number\n",
6440
6440
  "description": "Adjust the order of the component in relation to its registration order."
@@ -6443,26 +6443,26 @@
6443
6443
  "type": "boolean\n",
6444
6444
  "description": "Determines the position of the footer. If true, the footer would be given a fixed position at the bottom of the viewport. If false, the footer is set to the bottom of the page."
6445
6445
  },
6446
- "VForm/readonly": {
6446
+ "VForm/model-value": {
6447
6447
  "type": "boolean\n",
6448
- "description": "Puts all children inputs into a readonly state."
6448
+ "description": "The value representing the validity of the form. If the value is `null` then no validation has taken place yet, or the form has been reset. Otherwise the value will be a `boolean` that indicates if validation has passed or not."
6449
6449
  },
6450
6450
  "VForm/disabled": {
6451
6451
  "type": "boolean\n",
6452
6452
  "description": "Puts all children inputs into a disabled state."
6453
6453
  },
6454
- "VForm/model-value": {
6455
- "type": "boolean\n",
6456
- "description": "The value representing the validity of the form. If the value is `null` then no validation has taken place yet, or the form has been reset. Otherwise the value will be a `boolean` that indicates if validation has passed or not."
6457
- },
6458
- "VForm/fast-fail": {
6454
+ "VForm/readonly": {
6459
6455
  "type": "boolean\n",
6460
- "description": "Stop validation as soon as any rules fail."
6456
+ "description": "Puts all children inputs into a readonly state."
6461
6457
  },
6462
6458
  "VForm/validate-on": {
6463
6459
  "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",
6464
6460
  "description": "Changes the events in which validation occurs."
6465
6461
  },
6462
+ "VForm/fast-fail": {
6463
+ "type": "boolean\n",
6464
+ "description": "Stop validation as soon as any rules fail."
6465
+ },
6466
6466
  "VHover/model-value": {
6467
6467
  "type": "boolean\n",
6468
6468
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -6831,14 +6831,14 @@
6831
6831
  "type": "string\n",
6832
6832
  "description": "Specify a custom tag used on the root element."
6833
6833
  },
6834
- "VLabel/text": {
6835
- "type": "string\n",
6836
- "description": "Specify content text for the component."
6837
- },
6838
6834
  "VLabel/theme": {
6839
6835
  "type": "string\n",
6840
6836
  "description": "Specify a theme for this component and all of its children."
6841
6837
  },
6838
+ "VLabel/text": {
6839
+ "type": "string\n",
6840
+ "description": "Specify content text for the component."
6841
+ },
6842
6842
  "VLayout/full-height": {
6843
6843
  "type": "boolean\n",
6844
6844
  "description": "Sets the component height to 100%."
@@ -6895,9 +6895,9 @@
6895
6895
  "type": "string | number\n",
6896
6896
  "description": "Sets the height and width of the component."
6897
6897
  },
6898
- "VLazy/tag": {
6899
- "type": "string\n",
6900
- "description": "Specify a custom tag used on the root element."
6898
+ "VLazy/model-value": {
6899
+ "type": "boolean\n",
6900
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6901
6901
  },
6902
6902
  "VLazy/height": {
6903
6903
  "type": "string | number\n",
@@ -6923,9 +6923,9 @@
6923
6923
  "type": "string | number\n",
6924
6924
  "description": "Sets the width for the component."
6925
6925
  },
6926
- "VLazy/model-value": {
6927
- "type": "boolean\n",
6928
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6926
+ "VLazy/tag": {
6927
+ "type": "string\n",
6928
+ "description": "Specify a custom tag used on the root element."
6929
6929
  },
6930
6930
  "VLazy/transition": {
6931
6931
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
@@ -6935,14 +6935,14 @@
6935
6935
  "type": "IntersectionObserverInit\n",
6936
6936
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
6937
6937
  },
6938
- "VLigatureIcon/icon": {
6939
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6940
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6941
- },
6942
6938
  "VLigatureIcon/tag": {
6943
6939
  "type": "string\n",
6944
6940
  "description": "Specify a custom tag used on the root element."
6945
6941
  },
6942
+ "VLigatureIcon/icon": {
6943
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6944
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6945
+ },
6946
6946
  "VList/border": {
6947
6947
  "type": "string | number | boolean\n",
6948
6948
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
@@ -7143,10 +7143,6 @@
7143
7143
  "type": "string\n",
7144
7144
  "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)."
7145
7145
  },
7146
- "VListGroup/fluid": {
7147
- "type": "boolean\n",
7148
- "description": "Removes the left padding assigned for action icons from group items."
7149
- },
7150
7146
  "VListGroup/expand-icon": {
7151
7147
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7152
7148
  "description": "Icon to display when the list item is collapsed."
@@ -7155,6 +7151,10 @@
7155
7151
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7156
7152
  "description": "Icon to display when the list item is expanded."
7157
7153
  },
7154
+ "VListGroup/fluid": {
7155
+ "type": "boolean\n",
7156
+ "description": "Removes the left padding assigned for action icons from group items."
7157
+ },
7158
7158
  "VListGroup/subgroup": {
7159
7159
  "type": "boolean\n",
7160
7160
  "description": "Designate the component as nested list group."
@@ -7363,6 +7363,10 @@
7363
7363
  "type": "boolean\n",
7364
7364
  "description": "Insets the subheader without additional spacing, aligning it flush with the surrounding content."
7365
7365
  },
7366
+ "VLocaleProvider/messages": {
7367
+ "type": "unknown\n",
7368
+ "description": "Displays a list of messages or a single message if using a string."
7369
+ },
7366
7370
  "VLocaleProvider/locale": {
7367
7371
  "type": "string\n",
7368
7372
  "description": "Specify a locale to use."
@@ -7371,10 +7375,6 @@
7371
7375
  "type": "string\n",
7372
7376
  "description": "Specify a fallback locale to use when a locale is not found."
7373
7377
  },
7374
- "VLocaleProvider/messages": {
7375
- "type": "unknown\n",
7376
- "description": "Displays a list of messages or a single message if using a string."
7377
- },
7378
7378
  "VLocaleProvider/rtl": {
7379
7379
  "type": "boolean\n",
7380
7380
  "description": "Specify a RTL mode."
@@ -7772,124 +7772,56 @@
7772
7772
  "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."
7773
7773
  },
7774
7774
  "VNumberInput/rounded": {
7775
- "type": "string | number | boolean\n",
7776
- "description": "Adds a border radius to the input."
7777
- },
7778
- "VNumberInput/tile": {
7779
- "type": "boolean\n",
7780
- "description": "Removes any applied **border-radius** from the component."
7781
- },
7782
- "VNumberInput/color": {
7783
- "type": "string\n",
7784
- "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)."
7785
- },
7786
- "VNumberInput/variant": {
7787
- "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
7788
- "description": "Applies a distinct style to the component."
7789
- },
7790
- "VNumberInput/max": {
7791
- "type": "number\n",
7792
- "description": "Specifies the maximum allowable value for the input."
7793
- },
7794
- "VNumberInput/model-value": {
7795
- "type": "number\n",
7796
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7797
- },
7798
- "VNumberInput/bg-color": {
7799
- "type": "string\n",
7800
- "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)."
7801
- },
7802
- "VNumberInput/inset": {
7803
- "type": "boolean\n",
7804
- "description": "Applies an indentation to the dividers used in the stepper buttons."
7805
- },
7806
- "VNumberInput/min": {
7807
- "type": "number\n",
7808
- "description": "Specifies the minimum allowable value for the input."
7809
- },
7810
- "VNumberInput/direction": {
7811
- "type": "'horizontal' | 'vertical'\n",
7812
- "description": "Changes the direction of the input."
7813
- },
7814
- "VNumberInput/focused": {
7815
- "type": "boolean\n",
7816
- "description": "Forces a focused state styling on the component."
7817
- },
7818
- "VNumberInput/append-inner-icon": {
7819
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7820
- "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
7821
- },
7822
- "VNumberInput/clearable": {
7823
- "type": "boolean\n",
7824
- "description": "Allows for the component to be cleared."
7825
- },
7826
- "VNumberInput/clear-icon": {
7827
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7828
- "description": "The icon used when the **clearable** prop is set to true."
7829
- },
7830
- "VNumberInput/center-affix": {
7831
- "type": "boolean\n",
7832
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
7833
- },
7834
- "VNumberInput/dirty": {
7835
- "type": "boolean\n",
7836
- "description": "Manually apply the dirty state styling."
7775
+ "type": "string | number | boolean\n",
7776
+ "description": "Adds a border radius to the input."
7837
7777
  },
7838
- "VNumberInput/persistent-clear": {
7778
+ "VNumberInput/tile": {
7839
7779
  "type": "boolean\n",
7840
- "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
7780
+ "description": "Removes any applied **border-radius** from the component."
7841
7781
  },
7842
- "VNumberInput/prepend-inner-icon": {
7843
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7844
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
7782
+ "VNumberInput/color": {
7783
+ "type": "string\n",
7784
+ "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)."
7845
7785
  },
7846
- "VNumberInput/single-line": {
7847
- "type": "boolean\n",
7848
- "description": "Label does not move on focus/dirty."
7786
+ "VNumberInput/variant": {
7787
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
7788
+ "description": "Applies a distinct style to the component."
7849
7789
  },
7850
- "VNumberInput/error-messages": {
7851
- "type": "string | string[]\n",
7852
- "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."
7790
+ "VNumberInput/max": {
7791
+ "type": "number\n",
7792
+ "description": "Specifies the maximum allowable value for the input."
7853
7793
  },
7854
- "VNumberInput/validate-on": {
7855
- "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",
7856
- "description": "Change what type of event triggers validation to run."
7794
+ "VNumberInput/model-value": {
7795
+ "type": "number\n",
7796
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7857
7797
  },
7858
- "VNumberInput/prefix": {
7798
+ "VNumberInput/bg-color": {
7859
7799
  "type": "string\n",
7860
- "description": "Displays prefix text."
7800
+ "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)."
7861
7801
  },
7862
- "VNumberInput/role": {
7863
- "type": "string\n",
7864
- "description": "The role attribute applied to the input."
7802
+ "VNumberInput/inset": {
7803
+ "type": "boolean\n",
7804
+ "description": "Applies an indentation to the dividers used in the stepper buttons."
7805
+ },
7806
+ "VNumberInput/min": {
7807
+ "type": "number\n",
7808
+ "description": "Specifies the minimum allowable value for the input."
7809
+ },
7810
+ "VNumberInput/direction": {
7811
+ "type": "'horizontal' | 'vertical'\n",
7812
+ "description": "Changes the direction of the input."
7865
7813
  },
7866
7814
  "VNumberInput/autofocus": {
7867
7815
  "type": "boolean\n",
7868
7816
  "description": "Enables autofocus."
7869
7817
  },
7870
- "VNumberInput/messages": {
7871
- "type": "string | string[]\n",
7872
- "description": "Displays a list of messages or a single message if using a string."
7873
- },
7874
7818
  "VNumberInput/counter": {
7875
7819
  "type": "string | number | boolean\n",
7876
7820
  "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
7877
7821
  },
7878
- "VNumberInput/control-variant": {
7879
- "type": "'default' | 'split' | 'hidden' | 'stacked'\n",
7880
- "description": "The color of the control. It defaults to the value of `variant` prop."
7881
- },
7882
- "VNumberInput/hide-input": {
7883
- "type": "boolean\n",
7884
- "description": "Hide the input field."
7885
- },
7886
- "VNumberInput/step": {
7887
- "type": "number\n",
7888
- "description": "Defines the interval between allowed values when the user increments or decrements the input"
7889
- },
7890
- "VNumberInput/precision": {
7891
- "type": "number\n",
7892
- "description": "Enforces strict precision. It is expected to be an integer value in range between `0` and `15`, or null for unrestricted."
7822
+ "VNumberInput/prefix": {
7823
+ "type": "string\n",
7824
+ "description": "Displays prefix text."
7893
7825
  },
7894
7826
  "VNumberInput/placeholder": {
7895
7827
  "type": "string\n",
@@ -7907,6 +7839,14 @@
7907
7839
  "type": "string\n",
7908
7840
  "description": "Displays suffix text."
7909
7841
  },
7842
+ "VNumberInput/role": {
7843
+ "type": "string\n",
7844
+ "description": "The role attribute applied to the input."
7845
+ },
7846
+ "VNumberInput/center-affix": {
7847
+ "type": "boolean\n",
7848
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
7849
+ },
7910
7850
  "VNumberInput/hide-spin-buttons": {
7911
7851
  "type": "boolean\n",
7912
7852
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -7919,6 +7859,14 @@
7919
7859
  "type": "boolean\n",
7920
7860
  "description": "Forces [hint](#props-hint) to always be visible."
7921
7861
  },
7862
+ "VNumberInput/messages": {
7863
+ "type": "string | string[]\n",
7864
+ "description": "Displays a list of messages or a single message if using a string."
7865
+ },
7866
+ "VNumberInput/error-messages": {
7867
+ "type": "string | string[]\n",
7868
+ "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."
7869
+ },
7922
7870
  "VNumberInput/max-errors": {
7923
7871
  "type": "string | number\n",
7924
7872
  "description": "Control the maximum number of shown errors from validation."
@@ -7927,10 +7875,46 @@
7927
7875
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
7928
7876
  "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`."
7929
7877
  },
7878
+ "VNumberInput/validate-on": {
7879
+ "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",
7880
+ "description": "Change what type of event triggers validation to run."
7881
+ },
7882
+ "VNumberInput/focused": {
7883
+ "type": "boolean\n",
7884
+ "description": "Forces a focused state styling on the component."
7885
+ },
7930
7886
  "VNumberInput/hide-details": {
7931
7887
  "type": "boolean | 'auto'\n",
7932
7888
  "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."
7933
7889
  },
7890
+ "VNumberInput/append-inner-icon": {
7891
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7892
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
7893
+ },
7894
+ "VNumberInput/clearable": {
7895
+ "type": "boolean\n",
7896
+ "description": "Allows for the component to be cleared."
7897
+ },
7898
+ "VNumberInput/clear-icon": {
7899
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7900
+ "description": "The icon used when the **clearable** prop is set to true."
7901
+ },
7902
+ "VNumberInput/dirty": {
7903
+ "type": "boolean\n",
7904
+ "description": "Manually apply the dirty state styling."
7905
+ },
7906
+ "VNumberInput/persistent-clear": {
7907
+ "type": "boolean\n",
7908
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
7909
+ },
7910
+ "VNumberInput/prepend-inner-icon": {
7911
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7912
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
7913
+ },
7914
+ "VNumberInput/single-line": {
7915
+ "type": "boolean\n",
7916
+ "description": "Label does not move on focus/dirty."
7917
+ },
7934
7918
  "VNumberInput/counter-value": {
7935
7919
  "type": "number | ((value: any) => number)\n",
7936
7920
  "description": "Function returns the counter display text."
@@ -7939,6 +7923,22 @@
7939
7923
  "type": "unknown\n",
7940
7924
  "description": "**FOR INTERNAL USE ONLY**"
7941
7925
  },
7926
+ "VNumberInput/hide-input": {
7927
+ "type": "boolean\n",
7928
+ "description": "Hide the input field."
7929
+ },
7930
+ "VNumberInput/step": {
7931
+ "type": "number\n",
7932
+ "description": "Defines the interval between allowed values when the user increments or decrements the input"
7933
+ },
7934
+ "VNumberInput/control-variant": {
7935
+ "type": "'default' | 'split' | 'hidden' | 'stacked'\n",
7936
+ "description": "The color of the control. It defaults to the value of `variant` prop."
7937
+ },
7938
+ "VNumberInput/precision": {
7939
+ "type": "number\n",
7940
+ "description": "Enforces strict precision. It is expected to be an integer value in range between `0` and `15`, or null for unrestricted."
7941
+ },
7942
7942
  "VOtpInput/length": {
7943
7943
  "type": "string | number\n",
7944
7944
  "description": "The OTP field's length."
@@ -8467,13 +8467,17 @@
8467
8467
  "type": "boolean\n",
8468
8468
  "description": "Reduce the height to 0, hiding component."
8469
8469
  },
8470
+ "VProgressLinear/indeterminate": {
8471
+ "type": "boolean\n",
8472
+ "description": "Constantly animates, use when loading progress is unknown."
8473
+ },
8470
8474
  "VProgressLinear/max": {
8471
8475
  "type": "string | number\n",
8472
8476
  "description": "Sets the maximum value the progress can reach."
8473
8477
  },
8474
- "VProgressLinear/indeterminate": {
8478
+ "VProgressLinear/stream": {
8475
8479
  "type": "boolean\n",
8476
- "description": "Constantly animates, use when loading progress is unknown."
8480
+ "description": "An alternative style for portraying loading that works in tandem with **buffer-value**."
8477
8481
  },
8478
8482
  "VProgressLinear/bg-opacity": {
8479
8483
  "type": "string | number\n",
@@ -8495,10 +8499,6 @@
8495
8499
  "type": "boolean\n",
8496
8500
  "description": "Clicking on the progress track will automatically set the value."
8497
8501
  },
8498
- "VProgressLinear/stream": {
8499
- "type": "boolean\n",
8500
- "description": "An alternative style for portraying loading that works in tandem with **buffer-value**."
8501
- },
8502
8502
  "VProgressLinear/striped": {
8503
8503
  "type": "boolean\n",
8504
8504
  "description": "Adds a stripe background to the filled portion of the progress component."
@@ -8875,14 +8875,14 @@
8875
8875
  "type": "boolean | 'auto'\n",
8876
8876
  "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."
8877
8877
  },
8878
- "VRangeSlider/max": {
8879
- "type": "string | number\n",
8880
- "description": "Sets the maximum allowed value."
8881
- },
8882
8878
  "VRangeSlider/ripple": {
8883
8879
  "type": "boolean\n",
8884
8880
  "description": "Applies the [v-ripple](/directives/ripple) directive."
8885
8881
  },
8882
+ "VRangeSlider/max": {
8883
+ "type": "string | number\n",
8884
+ "description": "Sets the maximum allowed value."
8885
+ },
8886
8886
  "VRangeSlider/min": {
8887
8887
  "type": "string | number\n",
8888
8888
  "description": "Sets the minimum allowed value."
@@ -8979,14 +8979,14 @@
8979
8979
  "type": "boolean\n",
8980
8980
  "description": "Allows for the component to be cleared by clicking on the current value."
8981
8981
  },
8982
- "VRating/hover": {
8983
- "type": "boolean\n",
8984
- "description": "Provides visual feedback when hovering over icons."
8985
- },
8986
8982
  "VRating/ripple": {
8987
8983
  "type": "boolean\n",
8988
8984
  "description": "Applies the [v-ripple](/directives/ripple) directive."
8989
8985
  },
8986
+ "VRating/hover": {
8987
+ "type": "boolean\n",
8988
+ "description": "Provides visual feedback when hovering over icons."
8989
+ },
8990
8990
  "VRating/item-aria-label": {
8991
8991
  "type": "string\n",
8992
8992
  "description": "The **aria-label** used for each item."
@@ -9055,10 +9055,6 @@
9055
9055
  "type": "'end' | 'start' | 'center' | 'baseline' | 'stretch'\n",
9056
9056
  "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
9057
9057
  },
9058
- "VRow/justify": {
9059
- "type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9060
- "description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
9061
- },
9062
9058
  "VRow/dense": {
9063
9059
  "type": "boolean\n",
9064
9060
  "description": "Reduces the gutter between `v-col`s."
@@ -9127,6 +9123,10 @@
9127
9123
  "type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9128
9124
  "description": "Changes the **align-content** property on extra extra large and greater breakpoints."
9129
9125
  },
9126
+ "VRow/justify": {
9127
+ "type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9128
+ "description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
9129
+ },
9130
9130
  "VRow/align-content": {
9131
9131
  "type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9132
9132
  "description": "Applies the [align-content](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) css property. Available options are: **start**, **center**, **end**, **space-between**, **space-around** and **stretch**."
@@ -9376,7 +9376,7 @@
9376
9376
  "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)."
9377
9377
  },
9378
9378
  "VSelect/item-children": {
9379
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
9379
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
9380
9380
  "description": "This property currently has **no effect**."
9381
9381
  },
9382
9382
  "VSelect/item-props": {
@@ -9768,7 +9768,7 @@
9768
9768
  "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)."
9769
9769
  },
9770
9770
  "VSkeletonLoader/type": {
9771
- "type": " | 'text'\n | (string & {})\n | 'image'\n | 'chip'\n | 'subtitle'\n | 'divider'\n | 'actions'\n | 'article'\n | 'button'\n | 'table'\n | 'avatar'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (\n | 'text'\n | (string & {})\n | 'image'\n | 'chip'\n | 'subtitle'\n | 'divider'\n | 'actions'\n | 'article'\n | 'button'\n | 'table'\n | 'avatar'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n )[]\n",
9771
+ "type": " | 'text'\n | (string & {})\n | 'image'\n | 'chip'\n | 'subtitle'\n | 'divider'\n | 'button'\n | 'actions'\n | 'article'\n | 'table'\n | 'avatar'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (\n | 'text'\n | (string & {})\n | 'image'\n | 'chip'\n | 'subtitle'\n | 'divider'\n | 'button'\n | 'actions'\n | 'article'\n | 'table'\n | 'avatar'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n )[]\n",
9772
9772
  "description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
9773
9773
  },
9774
9774
  "VSkeletonLoader/height": {
@@ -9847,10 +9847,6 @@
9847
9847
  "type": "'horizontal' | 'vertical'\n",
9848
9848
  "description": "Switch between horizontal and vertical modes."
9849
9849
  },
9850
- "VSlideGroup/max": {
9851
- "type": "number\n",
9852
- "description": "Sets a maximum number of selections that can be made."
9853
- },
9854
9850
  "VSlideGroup/selected-class": {
9855
9851
  "type": "string\n",
9856
9852
  "description": "Configure the active CSS class applied when an item is selected."
@@ -9879,6 +9875,10 @@
9879
9875
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
9880
9876
  "description": "Sets the designated mobile breakpoint for the component."
9881
9877
  },
9878
+ "VSlideGroup/max": {
9879
+ "type": "number\n",
9880
+ "description": "Sets a maximum number of selections that can be made."
9881
+ },
9882
9882
  "VSlideGroupItem/disabled": {
9883
9883
  "type": "boolean\n",
9884
9884
  "description": "Removes the ability to click or target the component."
@@ -10115,14 +10115,14 @@
10115
10115
  "type": "boolean | 'auto'\n",
10116
10116
  "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."
10117
10117
  },
10118
- "VSlider/max": {
10119
- "type": "string | number\n",
10120
- "description": "Sets the maximum allowed value."
10121
- },
10122
10118
  "VSlider/ripple": {
10123
10119
  "type": "boolean\n",
10124
10120
  "description": "Applies the [v-ripple](/directives/ripple) directive."
10125
10121
  },
10122
+ "VSlider/max": {
10123
+ "type": "string | number\n",
10124
+ "description": "Sets the maximum allowed value."
10125
+ },
10126
10126
  "VSlider/min": {
10127
10127
  "type": "string | number\n",
10128
10128
  "description": "Sets the minimum allowed value."
@@ -10547,22 +10547,18 @@
10547
10547
  "type": "string\n",
10548
10548
  "description": "The id of the component."
10549
10549
  },
10550
- "VSparkline/max": {
10551
- "type": "string | number\n",
10552
- "description": "The maximum value of the sparkline."
10553
- },
10554
10550
  "VSparkline/gradient": {
10555
10551
  "type": "string[]\n",
10556
10552
  "description": "An array of colors to use as a linear-gradient."
10557
10553
  },
10554
+ "VSparkline/max": {
10555
+ "type": "string | number\n",
10556
+ "description": "The maximum value of the sparkline."
10557
+ },
10558
10558
  "VSparkline/min": {
10559
10559
  "type": "string | number\n",
10560
10560
  "description": "The minimum value of the sparkline."
10561
10561
  },
10562
- "VSparkline/labels": {
10563
- "type": "(string | number | { value: number })[]\n",
10564
- "description": "An array of string labels that correspond to the same index as its data counterpart."
10565
- },
10566
10562
  "VSparkline/auto-line-width": {
10567
10563
  "type": "boolean\n",
10568
10564
  "description": "Automatically expand bars to use space efficiently."
@@ -10583,6 +10579,10 @@
10583
10579
  "type": "'top' | 'bottom' | 'left' | 'right'\n",
10584
10580
  "description": "The direction the gradient should run."
10585
10581
  },
10582
+ "VSparkline/labels": {
10583
+ "type": "(string | number | { value: number })[]\n",
10584
+ "description": "An array of string labels that correspond to the same index as its data counterpart."
10585
+ },
10586
10586
  "VSparkline/label-size": {
10587
10587
  "type": "string | number\n",
10588
10588
  "description": "The label font size."
@@ -10847,10 +10847,6 @@
10847
10847
  "type": "string\n",
10848
10848
  "description": "Property on supplied `items` that contains its value."
10849
10849
  },
10850
- "VStepper/max": {
10851
- "type": "number\n",
10852
- "description": "Sets a maximum number of selections that can be made."
10853
- },
10854
10850
  "VStepper/selected-class": {
10855
10851
  "type": "string\n",
10856
10852
  "description": "Configure the active CSS class applied when an item is selected."
@@ -10863,6 +10859,10 @@
10863
10859
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
10864
10860
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
10865
10861
  },
10862
+ "VStepper/max": {
10863
+ "type": "number\n",
10864
+ "description": "Sets a maximum number of selections that can be made."
10865
+ },
10866
10866
  "VStepper/hide-actions": {
10867
10867
  "type": "boolean\n",
10868
10868
  "description": "Hide actions bar (prev and next buttons)."
@@ -10951,14 +10951,14 @@
10951
10951
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
10952
10952
  "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`."
10953
10953
  },
10954
- "VStepperItem/selected-class": {
10955
- "type": "string\n",
10956
- "description": "Configure the active CSS class applied when an item is selected."
10957
- },
10958
10954
  "VStepperItem/ripple": {
10959
10955
  "type": "boolean | { class: string }\n",
10960
10956
  "description": "Applies the [v-ripple](/directives/ripple) directive."
10961
10957
  },
10958
+ "VStepperItem/selected-class": {
10959
+ "type": "string\n",
10960
+ "description": "Configure the active CSS class applied when an item is selected."
10961
+ },
10962
10962
  "VStepperItem/complete-icon": {
10963
10963
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
10964
10964
  "description": "Icon to display when step is marked as completed."
@@ -11012,7 +11012,7 @@
11012
11012
  "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)."
11013
11013
  },
11014
11014
  "VStepperVertical/variant": {
11015
- "type": "'default' | 'inset' | 'accordion' | 'popout'\n",
11015
+ "type": "'default' | 'accordion' | 'inset' | 'popout'\n",
11016
11016
  "description": "Applies a distinct style to the component."
11017
11017
  },
11018
11018
  "VStepperVertical/eager": {
@@ -11059,18 +11059,14 @@
11059
11059
  "type": "boolean\n",
11060
11060
  "description": "Makes the entire expansion panel read only."
11061
11061
  },
11062
- "VStepperVertical/max": {
11063
- "type": "number\n",
11064
- "description": "Sets a maximum number of selections that can be made."
11062
+ "VStepperVertical/ripple": {
11063
+ "type": "boolean | { class: string }\n",
11064
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11065
11065
  },
11066
11066
  "VStepperVertical/selected-class": {
11067
11067
  "type": "string\n",
11068
11068
  "description": "Configure the active CSS class applied when an item is selected."
11069
11069
  },
11070
- "VStepperVertical/ripple": {
11071
- "type": "boolean | { class: string }\n",
11072
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11073
- },
11074
11070
  "VStepperVertical/mobile": {
11075
11071
  "type": "boolean\n",
11076
11072
  "description": "Forces the stepper into a mobile state, removing labels from stepper items."
@@ -11079,6 +11075,10 @@
11079
11075
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11080
11076
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11081
11077
  },
11078
+ "VStepperVertical/max": {
11079
+ "type": "number\n",
11080
+ "description": "Sets a maximum number of selections that can be made."
11081
+ },
11082
11082
  "VStepperVertical/hide-actions": {
11083
11083
  "type": "boolean\n",
11084
11084
  "description": "Hide the expand icon in the content title."
@@ -11235,14 +11235,14 @@
11235
11235
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11236
11236
  "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`."
11237
11237
  },
11238
- "VStepperVerticalItem/selected-class": {
11239
- "type": "string\n",
11240
- "description": "Configure the active CSS class applied when an item is selected."
11241
- },
11242
11238
  "VStepperVerticalItem/ripple": {
11243
11239
  "type": "boolean | { class: string }\n",
11244
11240
  "description": "Applies the [v-ripple](/directives/ripple) directive."
11245
11241
  },
11242
+ "VStepperVerticalItem/selected-class": {
11243
+ "type": "string\n",
11244
+ "description": "Configure the active CSS class applied when an item is selected."
11245
+ },
11246
11246
  "VStepperVerticalItem/hide-actions": {
11247
11247
  "type": "boolean\n",
11248
11248
  "description": "Hide the expand icon in the content title."
@@ -11675,6 +11675,18 @@
11675
11675
  "type": "string | boolean\n",
11676
11676
  "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."
11677
11677
  },
11678
+ "VTab/stacked": {
11679
+ "type": "boolean\n",
11680
+ "description": "Displays the tab as a flex-column."
11681
+ },
11682
+ "VTab/ripple": {
11683
+ "type": "boolean | { class: string }\n",
11684
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11685
+ },
11686
+ "VTab/selected-class": {
11687
+ "type": "string\n",
11688
+ "description": "Configure the active CSS class applied when an item is selected."
11689
+ },
11678
11690
  "VTab/href": {
11679
11691
  "type": "string\n",
11680
11692
  "description": "Designates the component as anchor and applies the **href** attribute."
@@ -11683,18 +11695,6 @@
11683
11695
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
11684
11696
  "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."
11685
11697
  },
11686
- "VTab/selected-class": {
11687
- "type": "string\n",
11688
- "description": "Configure the active CSS class applied when an item is selected."
11689
- },
11690
- "VTab/ripple": {
11691
- "type": "boolean | { class: string }\n",
11692
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11693
- },
11694
- "VTab/stacked": {
11695
- "type": "boolean\n",
11696
- "description": "Displays the tab as a flex-column."
11697
- },
11698
11698
  "VTab/slider-color": {
11699
11699
  "type": "string\n",
11700
11700
  "description": "Applies specified color to the slider when active on that component - 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)."
@@ -11779,9 +11779,9 @@
11779
11779
  "type": "'horizontal' | 'vertical'\n",
11780
11780
  "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
11781
11781
  },
11782
- "VTabs/max": {
11783
- "type": "number\n",
11784
- "description": "Sets a maximum number of selections that can be made."
11782
+ "VTabs/stacked": {
11783
+ "type": "boolean\n",
11784
+ "description": "Apply the stacked prop to all children v-tab components."
11785
11785
  },
11786
11786
  "VTabs/selected-class": {
11787
11787
  "type": "string\n",
@@ -11811,9 +11811,9 @@
11811
11811
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11812
11812
  "description": "Sets the designated mobile breakpoint for the component."
11813
11813
  },
11814
- "VTabs/stacked": {
11815
- "type": "boolean\n",
11816
- "description": "Apply the stacked prop to all children v-tab components."
11814
+ "VTabs/max": {
11815
+ "type": "number\n",
11816
+ "description": "Sets a maximum number of selections that can be made."
11817
11817
  },
11818
11818
  "VTabs/slider-color": {
11819
11819
  "type": "string\n",
@@ -12427,14 +12427,14 @@
12427
12427
  "type": "boolean\n",
12428
12428
  "description": "Puts picker in readonly state."
12429
12429
  },
12430
- "VTimePicker/max": {
12431
- "type": "string\n",
12432
- "description": "Maximum allowed time."
12433
- },
12434
12430
  "VTimePicker/view-mode": {
12435
12431
  "type": "'hour' | 'minute' | 'second'\n",
12436
12432
  "description": "The current view mode of thep picker.`"
12437
12433
  },
12434
+ "VTimePicker/max": {
12435
+ "type": "string\n",
12436
+ "description": "Maximum allowed time."
12437
+ },
12438
12438
  "VTimePicker/min": {
12439
12439
  "type": "string\n",
12440
12440
  "description": "Minimum allowed time."
@@ -12495,10 +12495,6 @@
12495
12495
  "type": "number\n",
12496
12496
  "description": "Defines the minimum time value that can be selected."
12497
12497
  },
12498
- "VTimePickerClock/step": {
12499
- "type": "number\n",
12500
- "description": "Defines the increments between selectable times, such as a step of 1 for every minute or a larger step for every 5 or 15 minutes."
12501
- },
12502
12498
  "VTimePickerClock/scrollable": {
12503
12499
  "type": "boolean\n",
12504
12500
  "description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
@@ -12507,6 +12503,10 @@
12507
12503
  "type": "number\n",
12508
12504
  "description": "Controls rotation, specifying the degree of rotation for the clock hands."
12509
12505
  },
12506
+ "VTimePickerClock/step": {
12507
+ "type": "number\n",
12508
+ "description": "Defines the increments between selectable times, such as a step of 1 for every minute or a larger step for every 5 or 15 minutes."
12509
+ },
12510
12510
  "VTimePickerClock/format": {
12511
12511
  "type": "Function\n",
12512
12512
  "description": "Specifies the format of the displayed time, either 12-hour or 24-hour, depending on the component's setup."
@@ -13108,19 +13108,19 @@
13108
13108
  "description": "An array of items used to build the treeview."
13109
13109
  },
13110
13110
  "VTreeview/item-title": {
13111
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13111
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
13112
13112
  "description": "Property on supplied `items` that contains its title."
13113
13113
  },
13114
13114
  "VTreeview/item-value": {
13115
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13115
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
13116
13116
  "description": "Property on supplied `items` that contains its value."
13117
13117
  },
13118
13118
  "VTreeview/item-children": {
13119
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13119
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
13120
13120
  "description": "Property on supplied `items` that contains its children."
13121
13121
  },
13122
13122
  "VTreeview/item-props": {
13123
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13123
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
13124
13124
  "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."
13125
13125
  },
13126
13126
  "VTreeview/return-object": {
@@ -13167,41 +13167,25 @@
13167
13167
  "type": "(item: unknown) => Promise<void>\n",
13168
13168
  "description": "A function used when dynamically loading children. If this prop is set, then the supplied function will be run if expanding an item that has a `item-children` property that is an empty array. Supports returning a Promise."
13169
13169
  },
13170
- "VTreeviewGroup/tag": {
13171
- "type": "string\n",
13172
- "description": "Specify a custom tag used on the root element."
13173
- },
13174
13170
  "VTreeviewGroup/title": {
13175
13171
  "type": "string\n",
13176
13172
  "description": "Specify a title text for the component."
13177
13173
  },
13178
- "VTreeviewGroup/value": {
13179
- "type": "any\n",
13180
- "description": "Expands / Collapse the list-group."
13174
+ "VTreeviewGroup/tag": {
13175
+ "type": "string\n",
13176
+ "description": "Specify a custom tag used on the root element."
13181
13177
  },
13182
- "VTreeviewGroup/active-color": {
13178
+ "VTreeviewGroup/color": {
13183
13179
  "type": "string\n",
13184
- "description": "The applied color when the component is in an active state."
13180
+ "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)."
13185
13181
  },
13186
13182
  "VTreeviewGroup/base-color": {
13187
13183
  "type": "string\n",
13188
13184
  "description": "Sets the color of component when not focused."
13189
13185
  },
13190
- "VTreeviewGroup/prepend-icon": {
13191
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13192
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
13193
- },
13194
- "VTreeviewGroup/append-icon": {
13195
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13196
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13197
- },
13198
- "VTreeviewGroup/color": {
13186
+ "VTreeviewGroup/active-color": {
13199
13187
  "type": "string\n",
13200
- "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)."
13201
- },
13202
- "VTreeviewGroup/fluid": {
13203
- "type": "boolean\n",
13204
- "description": "Removes viewport maximum-width size breakpoints."
13188
+ "description": "The applied color when the component is in an active state."
13205
13189
  },
13206
13190
  "VTreeviewGroup/expand-icon": {
13207
13191
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -13211,61 +13195,25 @@
13211
13195
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13212
13196
  "description": "Icon to display when the list item is expanded."
13213
13197
  },
13214
- "VTreeviewItem/tag": {
13215
- "type": "string\n",
13216
- "description": "Specify a custom tag used on the root element."
13217
- },
13218
- "VTreeviewItem/link": {
13219
- "type": "boolean\n",
13220
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
13221
- },
13222
- "VTreeviewItem/nav": {
13223
- "type": "boolean\n",
13224
- "description": "Reduces the width of v-list-item takes and adds a border radius."
13225
- },
13226
- "VTreeviewItem/title": {
13227
- "type": "string | number | boolean\n",
13228
- "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."
13229
- },
13230
- "VTreeviewItem/replace": {
13231
- "type": "boolean\n",
13232
- "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."
13233
- },
13234
- "VTreeviewItem/theme": {
13235
- "type": "string\n",
13236
- "description": "Specify a theme for this component and all of its children."
13237
- },
13238
- "VTreeviewItem/value": {
13198
+ "VTreeviewGroup/value": {
13239
13199
  "type": "any\n",
13240
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
13241
- },
13242
- "VTreeviewItem/active": {
13243
- "type": "boolean\n",
13244
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
13245
- },
13246
- "VTreeviewItem/active-color": {
13247
- "type": "string\n",
13248
- "description": "The applied color when the component is in an active state."
13249
- },
13250
- "VTreeviewItem/base-color": {
13251
- "type": "string\n",
13252
- "description": "Sets the color of component when not focused."
13200
+ "description": "Expands / Collapse the list-group."
13253
13201
  },
13254
- "VTreeviewItem/prepend-icon": {
13202
+ "VTreeviewGroup/append-icon": {
13255
13203
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13256
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
13204
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13257
13205
  },
13258
- "VTreeviewItem/append-icon": {
13206
+ "VTreeviewGroup/prepend-icon": {
13259
13207
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13260
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13208
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
13261
13209
  },
13262
- "VTreeviewItem/slim": {
13210
+ "VTreeviewGroup/fluid": {
13263
13211
  "type": "boolean\n",
13264
- "description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact."
13212
+ "description": "Removes viewport maximum-width size breakpoints."
13265
13213
  },
13266
- "VTreeviewItem/ripple": {
13267
- "type": "boolean | { class: string }\n",
13268
- "description": "Applies the [v-ripple](/directives/ripple) directive."
13214
+ "VTreeviewItem/title": {
13215
+ "type": "string | number | boolean\n",
13216
+ "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."
13269
13217
  },
13270
13218
  "VTreeviewItem/border": {
13271
13219
  "type": "string | number | boolean\n",
@@ -13303,14 +13251,6 @@
13303
13251
  "type": "string | number\n",
13304
13252
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
13305
13253
  },
13306
- "VTreeviewItem/disabled": {
13307
- "type": "boolean\n",
13308
- "description": "Removes the ability to click or target the component."
13309
- },
13310
- "VTreeviewItem/loading": {
13311
- "type": "boolean\n",
13312
- "description": "Places the v-treeview-item into a loading state."
13313
- },
13314
13254
  "VTreeviewItem/rounded": {
13315
13255
  "type": "string | number | boolean\n",
13316
13256
  "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)."
@@ -13319,37 +13259,97 @@
13319
13259
  "type": "boolean\n",
13320
13260
  "description": "Removes any applied **border-radius** from the component."
13321
13261
  },
13322
- "VTreeviewItem/href": {
13262
+ "VTreeviewItem/tag": {
13323
13263
  "type": "string\n",
13324
- "description": "Designates the component as anchor and applies the **href** attribute."
13325
- },
13326
- "VTreeviewItem/exact": {
13327
- "type": "boolean\n",
13328
- "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."
13264
+ "description": "Specify a custom tag used on the root element."
13329
13265
  },
13330
- "VTreeviewItem/to": {
13331
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
13332
- "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."
13266
+ "VTreeviewItem/theme": {
13267
+ "type": "string\n",
13268
+ "description": "Specify a theme for this component and all of its children."
13333
13269
  },
13334
13270
  "VTreeviewItem/color": {
13335
13271
  "type": "string\n",
13336
13272
  "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),"
13337
13273
  },
13338
13274
  "VTreeviewItem/variant": {
13339
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13275
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13340
13276
  "description": "Applies a distinct style to the component."
13341
13277
  },
13278
+ "VTreeviewItem/replace": {
13279
+ "type": "boolean\n",
13280
+ "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."
13281
+ },
13282
+ "VTreeviewItem/link": {
13283
+ "type": "boolean\n",
13284
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
13285
+ },
13286
+ "VTreeviewItem/exact": {
13287
+ "type": "boolean\n",
13288
+ "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."
13289
+ },
13290
+ "VTreeviewItem/subtitle": {
13291
+ "type": "string | number | boolean\n",
13292
+ "description": "Specify a subtitle text for the component."
13293
+ },
13294
+ "VTreeviewItem/base-color": {
13295
+ "type": "string\n",
13296
+ "description": "Sets the color of component when not focused."
13297
+ },
13298
+ "VTreeviewItem/active-color": {
13299
+ "type": "string\n",
13300
+ "description": "The applied color when the component is in an active state."
13301
+ },
13302
+ "VTreeviewItem/active-class": {
13303
+ "type": "string\n",
13304
+ "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."
13305
+ },
13306
+ "VTreeviewItem/disabled": {
13307
+ "type": "boolean\n",
13308
+ "description": "Removes the ability to click or target the component."
13309
+ },
13342
13310
  "VTreeviewItem/lines": {
13343
13311
  "type": "false | 'one' | 'two' | 'three'\n",
13344
13312
  "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
13345
13313
  },
13346
- "VTreeviewItem/active-class": {
13314
+ "VTreeviewItem/slim": {
13315
+ "type": "boolean\n",
13316
+ "description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact."
13317
+ },
13318
+ "VTreeviewItem/nav": {
13319
+ "type": "boolean\n",
13320
+ "description": "Reduces the width of v-list-item takes and adds a border radius."
13321
+ },
13322
+ "VTreeviewItem/value": {
13323
+ "type": "any\n",
13324
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
13325
+ },
13326
+ "VTreeviewItem/append-icon": {
13327
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13328
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13329
+ },
13330
+ "VTreeviewItem/prepend-icon": {
13331
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13332
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
13333
+ },
13334
+ "VTreeviewItem/active": {
13335
+ "type": "boolean\n",
13336
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
13337
+ },
13338
+ "VTreeviewItem/loading": {
13339
+ "type": "boolean\n",
13340
+ "description": "Places the v-treeview-item into a loading state."
13341
+ },
13342
+ "VTreeviewItem/ripple": {
13343
+ "type": "boolean | { class: string }\n",
13344
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
13345
+ },
13346
+ "VTreeviewItem/href": {
13347
13347
  "type": "string\n",
13348
- "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."
13348
+ "description": "Designates the component as anchor and applies the **href** attribute."
13349
13349
  },
13350
- "VTreeviewItem/subtitle": {
13351
- "type": "string | number | boolean\n",
13352
- "description": "Specify a subtitle text for the component."
13350
+ "VTreeviewItem/to": {
13351
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
13352
+ "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."
13353
13353
  },
13354
13354
  "VTreeviewItem/append-avatar": {
13355
13355
  "type": "string\n",
@@ -13363,26 +13363,30 @@
13363
13363
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13364
13364
  "description": "Allows customization of the icon used to toggle the expansion and collapse of treeview branches."
13365
13365
  },
13366
- "VValidation/model-value": {
13367
- "type": "unknown\n",
13368
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13366
+ "VValidation/name": {
13367
+ "type": "string\n",
13368
+ "description": "Sets the component's name attribute."
13369
13369
  },
13370
13370
  "VValidation/error": {
13371
13371
  "type": "boolean\n",
13372
13372
  "description": "Puts the input in a manual error state."
13373
13373
  },
13374
- "VValidation/name": {
13375
- "type": "string\n",
13376
- "description": "Sets the component's name attribute."
13377
- },
13378
13374
  "VValidation/label": {
13379
13375
  "type": "string\n",
13380
13376
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
13381
13377
  },
13378
+ "VValidation/readonly": {
13379
+ "type": "boolean\n",
13380
+ "description": "Puts input in readonly state."
13381
+ },
13382
13382
  "VValidation/disabled": {
13383
13383
  "type": "boolean\n",
13384
13384
  "description": "Removes the ability to click or target the component."
13385
13385
  },
13386
+ "VValidation/model-value": {
13387
+ "type": "unknown\n",
13388
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13389
+ },
13386
13390
  "VValidation/error-messages": {
13387
13391
  "type": "string | string[]\n",
13388
13392
  "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."
@@ -13391,10 +13395,6 @@
13391
13395
  "type": "string | number\n",
13392
13396
  "description": "Control the maximum number of shown errors from validation."
13393
13397
  },
13394
- "VValidation/readonly": {
13395
- "type": "boolean\n",
13396
- "description": "Puts input in readonly state."
13397
- },
13398
13398
  "VValidation/rules": {
13399
13399
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
13400
13400
  "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`."
@@ -13439,14 +13439,14 @@
13439
13439
  "type": "string | number\n",
13440
13440
  "description": "Sets the width for the component."
13441
13441
  },
13442
- "VVirtualScroll/item-height": {
13443
- "type": "string | number\n",
13444
- "description": "Height in pixels of each item to display."
13445
- },
13446
13442
  "VVirtualScroll/renderless": {
13447
13443
  "type": "boolean\n",
13448
13444
  "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;`"
13449
13445
  },
13446
+ "VVirtualScroll/item-height": {
13447
+ "type": "string | number\n",
13448
+ "description": "Height in pixels of each item to display."
13449
+ },
13450
13450
  "VWindow/model-value": {
13451
13451
  "type": "unknown\n",
13452
13452
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."