vuetify 3.8.4 → 3.8.6
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 +3300 -2956
- package/dist/json/importMap-labs.json +24 -20
- package/dist/json/importMap.json +182 -182
- package/dist/json/tags.json +91 -0
- package/dist/json/web-types.json +6720 -5503
- package/dist/vuetify-labs.cjs +294 -51
- package/dist/vuetify-labs.css +4169 -4130
- package/dist/vuetify-labs.d.ts +2235 -1152
- package/dist/vuetify-labs.esm.js +294 -51
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +294 -51
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +22 -42
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2580 -2544
- package/dist/vuetify.d.ts +532 -526
- package/dist/vuetify.esm.js +22 -42
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +22 -42
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +582 -579
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +84 -84
- package/lib/components/VAutocomplete/VAutocomplete.js +0 -5
- package/lib/components/VAutocomplete/VAutocomplete.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/VCheckbox/VCheckbox.d.ts +12 -12
- package/lib/components/VCombobox/VCombobox.d.ts +84 -84
- package/lib/components/VFileInput/VFileInput.d.ts +30 -30
- package/lib/components/VInput/VInput.d.ts +12 -12
- package/lib/components/VList/VList.d.ts +3 -3
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.css +15 -4
- package/lib/components/VNumberInput/VNumberInput.d.ts +80 -80
- package/lib/components/VNumberInput/VNumberInput.sass +18 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +12 -12
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
- package/lib/components/VSelect/VSelect.d.ts +84 -84
- package/lib/components/VSelect/VSelect.js +6 -4
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +12 -12
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -1
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSwitch/VSwitch.d.ts +12 -12
- package/lib/components/VTextField/VTextField.d.ts +30 -30
- package/lib/components/VTextarea/VTextarea.d.ts +30 -30
- package/lib/components/VValidation/VValidation.d.ts +8 -8
- 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/composables/validation.d.ts +6 -5
- package/lib/composables/validation.js +4 -29
- package/lib/composables/validation.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -68
- 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 +130 -105
- package/lib/labs/VDateInput/VDateInput.js +43 -10
- 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/lib/labs/rules/rules.d.ts +9 -5
- package/lib/labs/rules/rules.js +73 -51
- package/lib/labs/rules/rules.js.map +1 -1
- package/lib/util/helpers.js +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +2 -3
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",
|
|
@@ -1396,6 +1485,7 @@
|
|
|
1396
1485
|
"hint",
|
|
1397
1486
|
"icon-color",
|
|
1398
1487
|
"id",
|
|
1488
|
+
"input-format",
|
|
1399
1489
|
"label",
|
|
1400
1490
|
"landscape",
|
|
1401
1491
|
"loading",
|
|
@@ -1404,6 +1494,7 @@
|
|
|
1404
1494
|
"max-errors",
|
|
1405
1495
|
"max-height",
|
|
1406
1496
|
"max-width",
|
|
1497
|
+
"menu",
|
|
1407
1498
|
"messages",
|
|
1408
1499
|
"min",
|
|
1409
1500
|
"min-height",
|