vuetify 3.8.0-beta.0 → 3.8.0
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/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +3162 -3030
- package/dist/json/importMap-labs.json +32 -28
- package/dist/json/importMap.json +166 -166
- package/dist/json/tags.json +38 -0
- package/dist/json/web-types.json +6016 -5639
- package/dist/vuetify-labs.cjs +320 -55
- package/dist/vuetify-labs.css +5453 -5271
- package/dist/vuetify-labs.d.ts +612 -267
- package/dist/vuetify-labs.esm.js +320 -55
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +320 -55
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +74 -36
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3042 -3037
- package/dist/vuetify.d.ts +161 -178
- package/dist/vuetify.esm.js +74 -36
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +74 -36
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +32 -32
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +5 -10
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js +4 -3
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.d.ts +31 -6
- package/lib/components/VConfirmEdit/VConfirmEdit.js +17 -2
- package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +4 -4
- package/lib/components/VDataTable/VDataTableRow.d.ts +9 -6
- package/lib/components/VDataTable/VDataTableRow.js +18 -3
- package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.d.ts +4 -4
- package/lib/components/VDataTable/VDataTableServer.d.ts +4 -4
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +4 -4
- package/lib/components/VDatePicker/VDatePicker.d.ts +33 -78
- package/lib/components/VDatePicker/VDatePicker.js +1 -1
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +33 -78
- package/lib/components/VEmptyState/VEmptyState.js +3 -1
- package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
- package/lib/components/VField/VField.css +2 -2
- package/lib/components/VField/VField.js +5 -1
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/components/VIcon/VIcon.css +1 -0
- package/lib/components/VIcon/VIcon.d.ts +10 -0
- package/lib/components/VIcon/VIcon.js +6 -3
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VIcon/VIcon.sass +1 -0
- package/lib/components/VInput/VInput.css +7 -7
- package/lib/components/VInput/VInput.sass +5 -2
- package/lib/composables/calendar.d.ts +12 -35
- package/lib/composables/calendar.js +12 -9
- package/lib/composables/calendar.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +61 -60
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +33 -78
- package/lib/labs/VDateInput/VDateInput.d.ts +103 -81
- package/lib/labs/VDateInput/VDateInput.js +77 -19
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +2 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.css +178 -0
- package/lib/labs/VIconBtn/VIconBtn.d.ts +608 -0
- package/lib/labs/VIconBtn/VIconBtn.js +184 -0
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -0
- package/lib/labs/VIconBtn/VIconBtn.scss +110 -0
- package/lib/labs/VIconBtn/_variables.scss +36 -0
- package/lib/labs/VIconBtn/index.d.ts +1 -0
- package/lib/labs/VIconBtn/index.js +2 -0
- package/lib/labs/VIconBtn/index.js.map +1 -0
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +5 -0
- package/lib/util/helpers.d.ts +1 -2
- package/lib/util/helpers.js +2 -12
- package/lib/util/helpers.js.map +1 -1
- package/package.json +2 -2
package/dist/json/tags.json
CHANGED
|
@@ -1051,6 +1051,7 @@
|
|
|
1051
1051
|
"attributes": [
|
|
1052
1052
|
"cancel-text",
|
|
1053
1053
|
"color",
|
|
1054
|
+
"disabled",
|
|
1054
1055
|
"hide-actions",
|
|
1055
1056
|
"model-value",
|
|
1056
1057
|
"ok-text"
|
|
@@ -1376,6 +1377,7 @@
|
|
|
1376
1377
|
"direction",
|
|
1377
1378
|
"dirty",
|
|
1378
1379
|
"disabled",
|
|
1380
|
+
"display-format",
|
|
1379
1381
|
"divided",
|
|
1380
1382
|
"elevation",
|
|
1381
1383
|
"error",
|
|
@@ -1407,6 +1409,8 @@
|
|
|
1407
1409
|
"min",
|
|
1408
1410
|
"min-height",
|
|
1409
1411
|
"min-width",
|
|
1412
|
+
"mobile",
|
|
1413
|
+
"mobile-breakpoint",
|
|
1410
1414
|
"mode-icon",
|
|
1411
1415
|
"model-modifiers",
|
|
1412
1416
|
"model-value",
|
|
@@ -2085,6 +2089,7 @@
|
|
|
2085
2089
|
"disabled",
|
|
2086
2090
|
"end",
|
|
2087
2091
|
"icon",
|
|
2092
|
+
"opacity",
|
|
2088
2093
|
"size",
|
|
2089
2094
|
"start",
|
|
2090
2095
|
"tag",
|
|
@@ -2092,6 +2097,39 @@
|
|
|
2092
2097
|
],
|
|
2093
2098
|
"description": ""
|
|
2094
2099
|
},
|
|
2100
|
+
"VIconBtn": {
|
|
2101
|
+
"attributes": [
|
|
2102
|
+
"active",
|
|
2103
|
+
"active-color",
|
|
2104
|
+
"active-icon",
|
|
2105
|
+
"active-variant",
|
|
2106
|
+
"base-variant",
|
|
2107
|
+
"border",
|
|
2108
|
+
"color",
|
|
2109
|
+
"disabled",
|
|
2110
|
+
"elevation",
|
|
2111
|
+
"height",
|
|
2112
|
+
"hide-overlay",
|
|
2113
|
+
"icon",
|
|
2114
|
+
"icon-color",
|
|
2115
|
+
"icon-size",
|
|
2116
|
+
"icon-sizes",
|
|
2117
|
+
"loading",
|
|
2118
|
+
"opacity",
|
|
2119
|
+
"readonly",
|
|
2120
|
+
"rotate",
|
|
2121
|
+
"rounded",
|
|
2122
|
+
"size",
|
|
2123
|
+
"sizes",
|
|
2124
|
+
"tag",
|
|
2125
|
+
"text",
|
|
2126
|
+
"theme",
|
|
2127
|
+
"tile",
|
|
2128
|
+
"variant",
|
|
2129
|
+
"width"
|
|
2130
|
+
],
|
|
2131
|
+
"description": ""
|
|
2132
|
+
},
|
|
2095
2133
|
"VImg": {
|
|
2096
2134
|
"attributes": [
|
|
2097
2135
|
"absolute",
|