@vuetify/nightly 3.7.17-dev.2025-03-18 → 3.7.18-dev.2025-03-19
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 +18 -3
- package/dist/json/attributes.json +3587 -3543
- package/dist/json/importMap-labs.json +36 -36
- package/dist/json/importMap.json +166 -166
- package/dist/json/tags.json +11 -0
- package/dist/json/web-types.json +6725 -6620
- package/dist/vuetify-labs.cjs +31517 -0
- package/dist/vuetify-labs.css +4465 -4458
- package/dist/vuetify-labs.d.ts +155 -82
- package/dist/vuetify-labs.esm.js +53 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +53 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +29151 -0
- package/dist/vuetify.cjs.map +1 -0
- package/dist/vuetify.css +2280 -2273
- package/dist/vuetify.d.ts +115 -76
- package/dist/vuetify.esm.js +53 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +53 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +18 -18
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md1.js +10 -0
- package/lib/blueprints/md1.js.map +1 -1
- package/lib/blueprints/md2.js +10 -0
- package/lib/blueprints/md2.js.map +1 -1
- package/lib/blueprints/md3.js +12 -0
- package/lib/blueprints/md3.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +6 -6
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +6 -6
- package/lib/components/VColorPicker/VColorPicker.d.ts +13 -0
- package/lib/components/VConfirmEdit/VConfirmEdit.d.ts +13 -0
- package/lib/components/VConfirmEdit/VConfirmEdit.js +3 -2
- package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +33 -0
- package/lib/components/VDatePicker/VDatePicker.js +4 -0
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.css +1 -0
- package/lib/components/VDatePicker/VDatePickerControls.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerControls.js +8 -2
- package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.sass +2 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/_variables.scss +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +64 -64
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +39 -6
- package/lib/labs/VDateInput/VDateInput.js +0 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VPicker/VPicker.css +6 -0
- package/lib/labs/VPicker/VPicker.d.ts +13 -0
- package/lib/labs/VPicker/VPicker.js +2 -0
- package/lib/labs/VPicker/VPicker.js.map +1 -1
- package/lib/labs/VPicker/VPicker.sass +6 -0
- package/lib/labs/VPicker/_variables.scss +4 -0
- package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -0
- package/package.json +11 -1
package/dist/json/tags.json
CHANGED
@@ -916,6 +916,7 @@
|
|
916
916
|
"canvas-height",
|
917
917
|
"color",
|
918
918
|
"disabled",
|
919
|
+
"divided",
|
919
920
|
"dot-size",
|
920
921
|
"elevation",
|
921
922
|
"height",
|
@@ -1044,6 +1045,7 @@
|
|
1044
1045
|
"attributes": [
|
1045
1046
|
"cancel-text",
|
1046
1047
|
"color",
|
1048
|
+
"hide-actions",
|
1047
1049
|
"model-value",
|
1048
1050
|
"ok-text"
|
1049
1051
|
],
|
@@ -1361,12 +1363,14 @@
|
|
1361
1363
|
"clear-icon",
|
1362
1364
|
"clearable",
|
1363
1365
|
"color",
|
1366
|
+
"control-height",
|
1364
1367
|
"counter",
|
1365
1368
|
"counter-value",
|
1366
1369
|
"density",
|
1367
1370
|
"direction",
|
1368
1371
|
"dirty",
|
1369
1372
|
"disabled",
|
1373
|
+
"divided",
|
1370
1374
|
"elevation",
|
1371
1375
|
"error",
|
1372
1376
|
"error-messages",
|
@@ -1374,6 +1378,7 @@
|
|
1374
1378
|
"flat",
|
1375
1379
|
"focused",
|
1376
1380
|
"header",
|
1381
|
+
"header-color",
|
1377
1382
|
"height",
|
1378
1383
|
"hide-actions",
|
1379
1384
|
"hide-details",
|
@@ -1447,10 +1452,13 @@
|
|
1447
1452
|
"bg-color",
|
1448
1453
|
"border",
|
1449
1454
|
"color",
|
1455
|
+
"control-height",
|
1450
1456
|
"disabled",
|
1457
|
+
"divided",
|
1451
1458
|
"elevation",
|
1452
1459
|
"first-day-of-week",
|
1453
1460
|
"header",
|
1461
|
+
"header-color",
|
1454
1462
|
"height",
|
1455
1463
|
"hide-header",
|
1456
1464
|
"hide-weekdays",
|
@@ -1490,6 +1498,7 @@
|
|
1490
1498
|
"VDatePickerControls": {
|
1491
1499
|
"attributes": [
|
1492
1500
|
"active",
|
1501
|
+
"control-height",
|
1493
1502
|
"disabled",
|
1494
1503
|
"mode-icon",
|
1495
1504
|
"next-icon",
|
@@ -2677,6 +2686,7 @@
|
|
2677
2686
|
"bg-color",
|
2678
2687
|
"border",
|
2679
2688
|
"color",
|
2689
|
+
"divided",
|
2680
2690
|
"elevation",
|
2681
2691
|
"height",
|
2682
2692
|
"hide-header",
|
@@ -3959,6 +3969,7 @@
|
|
3959
3969
|
"border",
|
3960
3970
|
"color",
|
3961
3971
|
"disabled",
|
3972
|
+
"divided",
|
3962
3973
|
"elevation",
|
3963
3974
|
"format",
|
3964
3975
|
"height",
|