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
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "labs/
|
|
3
|
+
"VColorInput": {
|
|
4
|
+
"from": "labs/VColorInput",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"from": "labs/
|
|
7
|
+
"VFileUpload": {
|
|
8
|
+
"from": "labs/VFileUpload",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VFileUploadItem": {
|
|
12
|
+
"from": "labs/VFileUpload",
|
|
9
13
|
"styles": []
|
|
10
14
|
},
|
|
11
15
|
"VCalendar": {
|
|
@@ -36,12 +40,12 @@
|
|
|
36
40
|
"from": "labs/VIconBtn",
|
|
37
41
|
"styles": []
|
|
38
42
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "labs/
|
|
43
|
+
"VPicker": {
|
|
44
|
+
"from": "labs/VPicker",
|
|
41
45
|
"styles": []
|
|
42
46
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "labs/
|
|
47
|
+
"VPickerTitle": {
|
|
48
|
+
"from": "labs/VPicker",
|
|
45
49
|
"styles": []
|
|
46
50
|
},
|
|
47
51
|
"VStepperVertical": {
|
|
@@ -56,16 +60,12 @@
|
|
|
56
60
|
"from": "labs/VStepperVertical",
|
|
57
61
|
"styles": []
|
|
58
62
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
|
-
"VTimePickerClock": {
|
|
64
|
-
"from": "labs/VTimePicker",
|
|
63
|
+
"VDateInput": {
|
|
64
|
+
"from": "labs/VDateInput",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
67
|
+
"VPullToRefresh": {
|
|
68
|
+
"from": "labs/VPullToRefresh",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
71
|
"VTreeview": {
|
|
@@ -80,12 +80,16 @@
|
|
|
80
80
|
"from": "labs/VTreeview",
|
|
81
81
|
"styles": []
|
|
82
82
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "labs/
|
|
83
|
+
"VTimePicker": {
|
|
84
|
+
"from": "labs/VTimePicker",
|
|
85
85
|
"styles": []
|
|
86
86
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "labs/
|
|
87
|
+
"VTimePickerClock": {
|
|
88
|
+
"from": "labs/VTimePicker",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
91
|
+
"VTimePickerControls": {
|
|
92
|
+
"from": "labs/VTimePicker",
|
|
89
93
|
"styles": []
|
|
90
94
|
}
|
|
91
95
|
}
|