@vuetify/nightly 3.8.4-master.2025-05-13 → 3.8.5-master.2025-05-14
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 +3 -27
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +3177 -2841
- package/dist/json/importMap-labs.json +36 -32
- package/dist/json/importMap.json +180 -180
- package/dist/json/tags.json +89 -0
- package/dist/json/web-types.json +6734 -5547
- package/dist/vuetify-labs.cjs +272 -82
- package/dist/vuetify-labs.css +5164 -5136
- package/dist/vuetify-labs.d.ts +1371 -309
- package/dist/vuetify-labs.esm.js +272 -82
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +272 -82
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +5 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3047 -3022
- package/dist/vuetify.d.ts +70 -67
- package/dist/vuetify.esm.js +5 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.css +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.sass +1 -1
- package/lib/components/VBtn/VBtn.css +25 -0
- package/lib/components/VBtn/VBtn.sass +9 -0
- package/lib/components/VBtn/_variables.scss +1 -0
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -1
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/composables/dateFormat.d.ts +24 -0
- package/lib/composables/dateFormat.js +112 -0
- package/lib/composables/dateFormat.js.map +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +70 -67
- package/lib/framework.js +1 -1
- package/lib/iconsets/mdi.js +2 -1
- package/lib/iconsets/mdi.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.css +4 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +1767 -0
- package/lib/labs/VColorInput/VColorInput.js +129 -0
- package/lib/labs/VColorInput/VColorInput.js.map +1 -0
- package/lib/labs/VColorInput/VColorInput.sass +7 -0
- package/lib/labs/VColorInput/_variables.scss +2 -0
- package/lib/labs/VColorInput/index.d.ts +1 -0
- package/lib/labs/VColorInput/index.js +2 -0
- package/lib/labs/VColorInput/index.js.map +1 -0
- package/lib/labs/VDateInput/VDateInput.d.ts +28 -31
- package/lib/labs/VDateInput/VDateInput.js +38 -79
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/package.json +1 -1
package/dist/json/tags.json
CHANGED
@@ -913,6 +913,95 @@
|
|
913
913
|
],
|
914
914
|
"description": ""
|
915
915
|
},
|
916
|
+
"VColorInput": {
|
917
|
+
"attributes": [
|
918
|
+
"active",
|
919
|
+
"append-icon",
|
920
|
+
"append-inner-icon",
|
921
|
+
"autofocus",
|
922
|
+
"base-color",
|
923
|
+
"bg-color",
|
924
|
+
"border",
|
925
|
+
"cancel-text",
|
926
|
+
"canvas-height",
|
927
|
+
"center-affix",
|
928
|
+
"clear-icon",
|
929
|
+
"clearable",
|
930
|
+
"color",
|
931
|
+
"counter",
|
932
|
+
"counter-value",
|
933
|
+
"density",
|
934
|
+
"direction",
|
935
|
+
"dirty",
|
936
|
+
"disabled",
|
937
|
+
"divided",
|
938
|
+
"dot-size",
|
939
|
+
"elevation",
|
940
|
+
"error",
|
941
|
+
"error-messages",
|
942
|
+
"flat",
|
943
|
+
"focused",
|
944
|
+
"glow",
|
945
|
+
"height",
|
946
|
+
"hide-actions",
|
947
|
+
"hide-canvas",
|
948
|
+
"hide-details",
|
949
|
+
"hide-header",
|
950
|
+
"hide-inputs",
|
951
|
+
"hide-sliders",
|
952
|
+
"hide-spin-buttons",
|
953
|
+
"hint",
|
954
|
+
"icon-color",
|
955
|
+
"id",
|
956
|
+
"label",
|
957
|
+
"landscape",
|
958
|
+
"loading",
|
959
|
+
"location",
|
960
|
+
"max-errors",
|
961
|
+
"max-height",
|
962
|
+
"max-width",
|
963
|
+
"messages",
|
964
|
+
"min-height",
|
965
|
+
"min-width",
|
966
|
+
"mode",
|
967
|
+
"model-modifiers",
|
968
|
+
"model-value",
|
969
|
+
"modes",
|
970
|
+
"name",
|
971
|
+
"ok-text",
|
972
|
+
"persistent-clear",
|
973
|
+
"persistent-counter",
|
974
|
+
"persistent-hint",
|
975
|
+
"persistent-placeholder",
|
976
|
+
"pip",
|
977
|
+
"pip-icon",
|
978
|
+
"placeholder",
|
979
|
+
"position",
|
980
|
+
"prefix",
|
981
|
+
"prepend-icon",
|
982
|
+
"prepend-inner-icon",
|
983
|
+
"readonly",
|
984
|
+
"reverse",
|
985
|
+
"role",
|
986
|
+
"rounded",
|
987
|
+
"rules",
|
988
|
+
"show-swatches",
|
989
|
+
"single-line",
|
990
|
+
"suffix",
|
991
|
+
"swatches",
|
992
|
+
"swatches-max-height",
|
993
|
+
"tag",
|
994
|
+
"theme",
|
995
|
+
"tile",
|
996
|
+
"title",
|
997
|
+
"type",
|
998
|
+
"validate-on",
|
999
|
+
"validation-value",
|
1000
|
+
"variant",
|
1001
|
+
"width"
|
1002
|
+
],
|
1003
|
+
"description": ""
|
1004
|
+
},
|
916
1005
|
"VColorPicker": {
|
917
1006
|
"attributes": [
|
918
1007
|
"bg-color",
|