@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.
Files changed (56) hide show
  1. package/CHANGELOG.md +3 -27
  2. package/dist/_component-variables-labs.sass +1 -0
  3. package/dist/json/attributes.json +3177 -2841
  4. package/dist/json/importMap-labs.json +36 -32
  5. package/dist/json/importMap.json +180 -180
  6. package/dist/json/tags.json +89 -0
  7. package/dist/json/web-types.json +6734 -5547
  8. package/dist/vuetify-labs.cjs +272 -82
  9. package/dist/vuetify-labs.css +5164 -5136
  10. package/dist/vuetify-labs.d.ts +1371 -309
  11. package/dist/vuetify-labs.esm.js +272 -82
  12. package/dist/vuetify-labs.esm.js.map +1 -1
  13. package/dist/vuetify-labs.js +272 -82
  14. package/dist/vuetify-labs.min.css +2 -2
  15. package/dist/vuetify.cjs +5 -4
  16. package/dist/vuetify.cjs.map +1 -1
  17. package/dist/vuetify.css +3047 -3022
  18. package/dist/vuetify.d.ts +70 -67
  19. package/dist/vuetify.esm.js +5 -4
  20. package/dist/vuetify.esm.js.map +1 -1
  21. package/dist/vuetify.js +5 -4
  22. package/dist/vuetify.js.map +1 -1
  23. package/dist/vuetify.min.css +2 -2
  24. package/dist/vuetify.min.js +4 -4
  25. package/dist/vuetify.min.js.map +1 -1
  26. package/lib/components/VBottomSheet/VBottomSheet.css +1 -1
  27. package/lib/components/VBottomSheet/VBottomSheet.sass +1 -1
  28. package/lib/components/VBtn/VBtn.css +25 -0
  29. package/lib/components/VBtn/VBtn.sass +9 -0
  30. package/lib/components/VBtn/_variables.scss +1 -0
  31. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -1
  32. package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
  33. package/lib/composables/dateFormat.d.ts +24 -0
  34. package/lib/composables/dateFormat.js +112 -0
  35. package/lib/composables/dateFormat.js.map +1 -0
  36. package/lib/entry-bundler.js +1 -1
  37. package/lib/framework.d.ts +70 -67
  38. package/lib/framework.js +1 -1
  39. package/lib/iconsets/mdi.js +2 -1
  40. package/lib/iconsets/mdi.js.map +1 -1
  41. package/lib/labs/VColorInput/VColorInput.css +4 -0
  42. package/lib/labs/VColorInput/VColorInput.d.ts +1767 -0
  43. package/lib/labs/VColorInput/VColorInput.js +129 -0
  44. package/lib/labs/VColorInput/VColorInput.js.map +1 -0
  45. package/lib/labs/VColorInput/VColorInput.sass +7 -0
  46. package/lib/labs/VColorInput/_variables.scss +2 -0
  47. package/lib/labs/VColorInput/index.d.ts +1 -0
  48. package/lib/labs/VColorInput/index.js +2 -0
  49. package/lib/labs/VColorInput/index.js.map +1 -0
  50. package/lib/labs/VDateInput/VDateInput.d.ts +28 -31
  51. package/lib/labs/VDateInput/VDateInput.js +38 -79
  52. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  53. package/lib/labs/components.d.ts +1 -0
  54. package/lib/labs/components.js +1 -0
  55. package/lib/labs/components.js.map +1 -1
  56. package/package.json +1 -1
@@ -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",