@vuetify/nightly 3.9.3-dev.2025-07-31 → 3.9.3-dev.2025-08-02
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.
- package/CHANGELOG.md +10 -3
- package/dist/json/attributes.json +2098 -2022
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +168 -168
- package/dist/json/tags.json +19 -0
- package/dist/json/web-types.json +4252 -4050
- package/dist/vuetify-labs.cjs +77 -24
- package/dist/vuetify-labs.css +5349 -5343
- package/dist/vuetify-labs.d.ts +329 -61
- package/dist/vuetify-labs.esm.js +77 -24
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +77 -24
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +77 -24
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2939 -2933
- package/dist/vuetify.d.ts +329 -61
- package/dist/vuetify.esm.js +77 -24
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +77 -24
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +252 -249
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.d.ts +1 -0
- package/lib/components/VDataIterator/VDataIterator.js +1 -0
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +7 -1
- package/lib/components/VDataTable/VDataTable.d.ts +164 -0
- package/lib/components/VDataTable/VDataTable.sass +4 -1
- package/lib/components/VDataTable/VDataTableColumn.d.ts +4 -1
- package/lib/components/VDataTable/VDataTableColumn.js +6 -2
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.d.ts +57 -3
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js +27 -12
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +3 -0
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.d.ts +51 -0
- package/lib/components/VDataTable/VDataTableRow.js +17 -4
- package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.d.ts +100 -0
- package/lib/components/VDataTable/VDataTableRows.js +9 -4
- package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +110 -0
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +110 -0
- package/lib/components/VDataTable/composables/headers.d.ts +14 -0
- package/lib/components/VDataTable/types.d.ts +1 -0
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.d.ts +25 -0
- package/lib/components/VFileInput/VFileInput.js +11 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +2 -2
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +62 -61
- package/lib/framework.js +1 -1
- package/lib/iconsets/fa.js +2 -0
- package/lib/iconsets/fa.js.map +1 -1
- package/lib/iconsets/fa4.js +2 -0
- package/lib/iconsets/fa4.js.map +1 -1
- package/lib/iconsets/md.js +2 -0
- package/lib/iconsets/md.js.map +1 -1
- package/lib/iconsets/mdi-svg.js +2 -0
- package/lib/iconsets/mdi-svg.js.map +1 -1
- package/lib/iconsets/mdi.js +2 -0
- package/lib/iconsets/mdi.js.map +1 -1
- package/package.json +1 -1
package/dist/json/tags.json
CHANGED
@@ -1241,12 +1241,14 @@
|
|
1241
1241
|
"VDataTable": {
|
1242
1242
|
"attributes": [
|
1243
1243
|
"cell-props",
|
1244
|
+
"collapse-icon",
|
1244
1245
|
"color",
|
1245
1246
|
"custom-filter",
|
1246
1247
|
"custom-key-filter",
|
1247
1248
|
"custom-key-sort",
|
1248
1249
|
"density",
|
1249
1250
|
"disable-sort",
|
1251
|
+
"expand-icon",
|
1250
1252
|
"expand-on-click",
|
1251
1253
|
"expanded",
|
1252
1254
|
"filter-keys",
|
@@ -1256,6 +1258,8 @@
|
|
1256
1258
|
"fixed-footer",
|
1257
1259
|
"fixed-header",
|
1258
1260
|
"group-by",
|
1261
|
+
"group-collapse-icon",
|
1262
|
+
"group-expand-icon",
|
1259
1263
|
"header-props",
|
1260
1264
|
"headers",
|
1261
1265
|
"height",
|
@@ -1342,6 +1346,8 @@
|
|
1342
1346
|
"VDataTableRow": {
|
1343
1347
|
"attributes": [
|
1344
1348
|
"cell-props",
|
1349
|
+
"collapse-icon",
|
1350
|
+
"expand-icon",
|
1345
1351
|
"index",
|
1346
1352
|
"item",
|
1347
1353
|
"mobile",
|
@@ -1352,6 +1358,10 @@
|
|
1352
1358
|
"VDataTableRows": {
|
1353
1359
|
"attributes": [
|
1354
1360
|
"cell-props",
|
1361
|
+
"collapse-icon",
|
1362
|
+
"expand-icon",
|
1363
|
+
"group-collapse-icon",
|
1364
|
+
"group-expand-icon",
|
1355
1365
|
"hide-no-data",
|
1356
1366
|
"items",
|
1357
1367
|
"loading",
|
@@ -1366,10 +1376,12 @@
|
|
1366
1376
|
"VDataTableServer": {
|
1367
1377
|
"attributes": [
|
1368
1378
|
"cell-props",
|
1379
|
+
"collapse-icon",
|
1369
1380
|
"color",
|
1370
1381
|
"custom-key-sort",
|
1371
1382
|
"density",
|
1372
1383
|
"disable-sort",
|
1384
|
+
"expand-icon",
|
1373
1385
|
"expand-on-click",
|
1374
1386
|
"expanded",
|
1375
1387
|
"first-icon",
|
@@ -1377,6 +1389,8 @@
|
|
1377
1389
|
"fixed-footer",
|
1378
1390
|
"fixed-header",
|
1379
1391
|
"group-by",
|
1392
|
+
"group-collapse-icon",
|
1393
|
+
"group-expand-icon",
|
1380
1394
|
"header-props",
|
1381
1395
|
"headers",
|
1382
1396
|
"height",
|
@@ -1430,12 +1444,14 @@
|
|
1430
1444
|
"VDataTableVirtual": {
|
1431
1445
|
"attributes": [
|
1432
1446
|
"cell-props",
|
1447
|
+
"collapse-icon",
|
1433
1448
|
"color",
|
1434
1449
|
"custom-filter",
|
1435
1450
|
"custom-key-filter",
|
1436
1451
|
"custom-key-sort",
|
1437
1452
|
"density",
|
1438
1453
|
"disable-sort",
|
1454
|
+
"expand-icon",
|
1439
1455
|
"expand-on-click",
|
1440
1456
|
"expanded",
|
1441
1457
|
"filter-keys",
|
@@ -1443,6 +1459,8 @@
|
|
1443
1459
|
"fixed-footer",
|
1444
1460
|
"fixed-header",
|
1445
1461
|
"group-by",
|
1462
|
+
"group-collapse-icon",
|
1463
|
+
"group-expand-icon",
|
1446
1464
|
"header-props",
|
1447
1465
|
"headers",
|
1448
1466
|
"height",
|
@@ -2103,6 +2121,7 @@
|
|
2103
2121
|
"single-line",
|
2104
2122
|
"theme",
|
2105
2123
|
"tile",
|
2124
|
+
"truncate-length",
|
2106
2125
|
"validate-on",
|
2107
2126
|
"validation-value",
|
2108
2127
|
"variant",
|