vuetify 3.5.0 → 3.5.2
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/json/attributes.json +15 -27
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +156 -156
- package/dist/json/tags.json +0 -3
- package/dist/json/web-types.json +47 -65
- package/dist/vuetify-labs.css +1945 -1958
- package/dist/vuetify-labs.d.ts +59 -80
- package/dist/vuetify-labs.esm.js +28 -26
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +28 -26
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1257 -1270
- package/dist/vuetify.d.ts +99 -120
- package/dist/vuetify.esm.js +28 -26
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +28 -26
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -23
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -2
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/util/index.mjs +1 -1
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +2 -3
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +45 -63
- package/lib/components/VLabel/VLabel.mjs +5 -4
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.mts +6 -9
- package/lib/components/VMenu/VMenu.mjs +1 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +3 -0
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VTable/VTable.css +15 -28
- package/lib/components/VTable/VTable.sass +6 -13
- package/lib/components/VTable/_variables.scss +1 -1
- package/lib/components/VWindow/VWindow.css +1 -1
- package/lib/components/VWindow/VWindow.sass +1 -1
- package/lib/components/index.d.mts +51 -72
- package/lib/composables/calendar.mjs +1 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +2 -8
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/group.mjs +4 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/validation.mjs +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +48 -48
- package/lib/labs/VCalendar/index.d.mts +8 -8
- package/lib/labs/components.d.mts +8 -8
- package/package.json +2 -2
|
@@ -1483,10 +1483,6 @@
|
|
|
1483
1483
|
"type": "boolean\n",
|
|
1484
1484
|
"description": "Toggles the display of week numbers in a calendar view."
|
|
1485
1485
|
},
|
|
1486
|
-
"v-calendar/allowed-dates": {
|
|
1487
|
-
"type": "Function | unknown[]\n",
|
|
1488
|
-
"description": "Determines which dates are selectable."
|
|
1489
|
-
},
|
|
1490
1486
|
"v-calendar/disabled": {
|
|
1491
1487
|
"type": "boolean\n",
|
|
1492
1488
|
"description": "Removes the ability to click or target the component."
|
|
@@ -1507,6 +1503,10 @@
|
|
|
1507
1503
|
"type": "number[]\n",
|
|
1508
1504
|
"description": "Specifies which days of the week to display."
|
|
1509
1505
|
},
|
|
1506
|
+
"v-calendar/allowed-dates": {
|
|
1507
|
+
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
|
1508
|
+
"description": "Determines which dates are selectable."
|
|
1509
|
+
},
|
|
1510
1510
|
"v-calendar/display-value": {
|
|
1511
1511
|
"type": "unknown\n",
|
|
1512
1512
|
"description": "Value to display for the component, possibly a formatted date."
|
|
@@ -3903,18 +3903,10 @@
|
|
|
3903
3903
|
"type": "boolean\n",
|
|
3904
3904
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3905
3905
|
},
|
|
3906
|
-
"v-date-picker/range": {
|
|
3907
|
-
"type": "boolean\n",
|
|
3908
|
-
"description": "Allow the selection of date range."
|
|
3909
|
-
},
|
|
3910
3906
|
"v-date-picker/show-week": {
|
|
3911
3907
|
"type": "boolean\n",
|
|
3912
3908
|
"description": "Toggles visibility of the week numbers in the body of the calendar."
|
|
3913
3909
|
},
|
|
3914
|
-
"v-date-picker/allowed-dates": {
|
|
3915
|
-
"type": "Function | unknown[]\n",
|
|
3916
|
-
"description": "Restricts which dates can be selected."
|
|
3917
|
-
},
|
|
3918
3910
|
"v-date-picker/show-adjacent-months": {
|
|
3919
3911
|
"type": "boolean\n",
|
|
3920
3912
|
"description": "Toggles visibility of days from previous and next months."
|
|
@@ -3923,6 +3915,10 @@
|
|
|
3923
3915
|
"type": "number[]\n",
|
|
3924
3916
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
3925
3917
|
},
|
|
3918
|
+
"v-date-picker/allowed-dates": {
|
|
3919
|
+
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
|
3920
|
+
"description": "Restricts which dates can be selected."
|
|
3921
|
+
},
|
|
3926
3922
|
"v-date-picker/display-value": {
|
|
3927
3923
|
"type": "unknown\n",
|
|
3928
3924
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
@@ -3940,8 +3936,8 @@
|
|
|
3940
3936
|
"description": "Minimum allowed date/month (ISO 8601 format)."
|
|
3941
3937
|
},
|
|
3942
3938
|
"v-date-picker/multiple": {
|
|
3943
|
-
"type": "boolean\n",
|
|
3944
|
-
"description": "Allow the selection of multiple dates."
|
|
3939
|
+
"type": "number | boolean | (string & {}) | 'range'\n",
|
|
3940
|
+
"description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections."
|
|
3945
3941
|
},
|
|
3946
3942
|
"v-date-picker/height": {
|
|
3947
3943
|
"type": "string | number\n",
|
|
@@ -4059,18 +4055,10 @@
|
|
|
4059
4055
|
"type": "boolean\n",
|
|
4060
4056
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4061
4057
|
},
|
|
4062
|
-
"v-date-picker-month/range": {
|
|
4063
|
-
"type": "boolean\n",
|
|
4064
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4065
|
-
},
|
|
4066
4058
|
"v-date-picker-month/show-week": {
|
|
4067
4059
|
"type": "boolean\n",
|
|
4068
4060
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4069
4061
|
},
|
|
4070
|
-
"v-date-picker-month/allowed-dates": {
|
|
4071
|
-
"type": "Function | unknown[]\n",
|
|
4072
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
4073
|
-
},
|
|
4074
4062
|
"v-date-picker-month/disabled": {
|
|
4075
4063
|
"type": "boolean\n",
|
|
4076
4064
|
"description": "Removes the ability to click or target the component."
|
|
@@ -4091,6 +4079,10 @@
|
|
|
4091
4079
|
"type": "number[]\n",
|
|
4092
4080
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
4093
4081
|
},
|
|
4082
|
+
"v-date-picker-month/allowed-dates": {
|
|
4083
|
+
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
|
4084
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
4085
|
+
},
|
|
4094
4086
|
"v-date-picker-month/display-value": {
|
|
4095
4087
|
"type": "unknown\n",
|
|
4096
4088
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
@@ -4108,7 +4100,7 @@
|
|
|
4108
4100
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
4109
4101
|
},
|
|
4110
4102
|
"v-date-picker-month/multiple": {
|
|
4111
|
-
"type": "
|
|
4103
|
+
"type": "number | boolean | 'range' | (string & {})\n",
|
|
4112
4104
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4113
4105
|
},
|
|
4114
4106
|
"v-date-picker-months/color": {
|
|
@@ -5295,10 +5287,6 @@
|
|
|
5295
5287
|
"type": "string\n",
|
|
5296
5288
|
"description": "Specify content text for the component."
|
|
5297
5289
|
},
|
|
5298
|
-
"v-label/clickable": {
|
|
5299
|
-
"type": "boolean\n",
|
|
5300
|
-
"description": "Changes the cursor to a pointer when the mouse is over the element."
|
|
5301
|
-
},
|
|
5302
5290
|
"v-label/theme": {
|
|
5303
5291
|
"type": "string\n",
|
|
5304
5292
|
"description": "Specify a theme for this component and all of its children."
|
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VPicker": {
|
|
4
|
-
"from": "labs/VPicker/index.mjs",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VPickerTitle": {
|
|
8
|
-
"from": "labs/VPicker/index.mjs",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
3
|
"VCalendar": {
|
|
12
4
|
"from": "labs/VCalendar/index.mjs",
|
|
13
5
|
"styles": []
|
|
@@ -32,6 +24,14 @@
|
|
|
32
24
|
"from": "labs/VCalendar/index.mjs",
|
|
33
25
|
"styles": []
|
|
34
26
|
},
|
|
27
|
+
"VPicker": {
|
|
28
|
+
"from": "labs/VPicker/index.mjs",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VPickerTitle": {
|
|
32
|
+
"from": "labs/VPicker/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
35
|
"VConfirmEdit": {
|
|
36
36
|
"from": "labs/VConfirmEdit/index.mjs",
|
|
37
37
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,6 +4,14 @@
|
|
|
4
4
|
"from": "components/VApp/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
+
"VAlert": {
|
|
8
|
+
"from": "components/VAlert/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VAlertTitle": {
|
|
12
|
+
"from": "components/VAlert/index.mjs",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
7
15
|
"VAppBar": {
|
|
8
16
|
"from": "components/VAppBar/index.mjs",
|
|
9
17
|
"styles": []
|
|
@@ -24,30 +32,6 @@
|
|
|
24
32
|
"from": "components/VAutocomplete/index.mjs",
|
|
25
33
|
"styles": []
|
|
26
34
|
},
|
|
27
|
-
"VBanner": {
|
|
28
|
-
"from": "components/VBanner/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VBannerActions": {
|
|
32
|
-
"from": "components/VBanner/index.mjs",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VBannerText": {
|
|
36
|
-
"from": "components/VBanner/index.mjs",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VBottomSheet": {
|
|
40
|
-
"from": "components/VBottomSheet/index.mjs",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VAlert": {
|
|
44
|
-
"from": "components/VAlert/index.mjs",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VAlertTitle": {
|
|
48
|
-
"from": "components/VAlert/index.mjs",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
35
|
"VBadge": {
|
|
52
36
|
"from": "components/VBadge/index.mjs",
|
|
53
37
|
"styles": []
|
|
@@ -56,6 +40,10 @@
|
|
|
56
40
|
"from": "components/VBottomNavigation/index.mjs",
|
|
57
41
|
"styles": []
|
|
58
42
|
},
|
|
43
|
+
"VBottomSheet": {
|
|
44
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
59
47
|
"VBreadcrumbs": {
|
|
60
48
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
61
49
|
"styles": []
|
|
@@ -68,50 +56,30 @@
|
|
|
68
56
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
69
57
|
"styles": []
|
|
70
58
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VBtn": {
|
|
76
|
-
"from": "components/VBtn/index.mjs",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VCard": {
|
|
80
|
-
"from": "components/VCard/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCardActions": {
|
|
84
|
-
"from": "components/VCard/index.mjs",
|
|
59
|
+
"VBanner": {
|
|
60
|
+
"from": "components/VBanner/index.mjs",
|
|
85
61
|
"styles": []
|
|
86
62
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "components/
|
|
63
|
+
"VBannerActions": {
|
|
64
|
+
"from": "components/VBanner/index.mjs",
|
|
89
65
|
"styles": []
|
|
90
66
|
},
|
|
91
|
-
"
|
|
92
|
-
"from": "components/
|
|
67
|
+
"VBannerText": {
|
|
68
|
+
"from": "components/VBanner/index.mjs",
|
|
93
69
|
"styles": []
|
|
94
70
|
},
|
|
95
|
-
"
|
|
96
|
-
"from": "components/
|
|
71
|
+
"VBtn": {
|
|
72
|
+
"from": "components/VBtn/index.mjs",
|
|
97
73
|
"styles": []
|
|
98
74
|
},
|
|
99
|
-
"
|
|
100
|
-
"from": "components/
|
|
75
|
+
"VBtnToggle": {
|
|
76
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
101
77
|
"styles": []
|
|
102
78
|
},
|
|
103
79
|
"VBtnGroup": {
|
|
104
80
|
"from": "components/VBtnGroup/index.mjs",
|
|
105
81
|
"styles": []
|
|
106
82
|
},
|
|
107
|
-
"VCarousel": {
|
|
108
|
-
"from": "components/VCarousel/index.mjs",
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VCarouselItem": {
|
|
112
|
-
"from": "components/VCarousel/index.mjs",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
83
|
"VCheckbox": {
|
|
116
84
|
"from": "components/VCheckbox/index.mjs",
|
|
117
85
|
"styles": []
|
|
@@ -120,48 +88,52 @@
|
|
|
120
88
|
"from": "components/VCheckbox/index.mjs",
|
|
121
89
|
"styles": []
|
|
122
90
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
91
|
+
"VCarousel": {
|
|
92
|
+
"from": "components/VCarousel/index.mjs",
|
|
125
93
|
"styles": []
|
|
126
94
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
95
|
+
"VCarouselItem": {
|
|
96
|
+
"from": "components/VCarousel/index.mjs",
|
|
129
97
|
"styles": []
|
|
130
98
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
99
|
+
"VCard": {
|
|
100
|
+
"from": "components/VCard/index.mjs",
|
|
133
101
|
"styles": []
|
|
134
102
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
103
|
+
"VCardActions": {
|
|
104
|
+
"from": "components/VCard/index.mjs",
|
|
137
105
|
"styles": []
|
|
138
106
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
107
|
+
"VCardItem": {
|
|
108
|
+
"from": "components/VCard/index.mjs",
|
|
141
109
|
"styles": []
|
|
142
110
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
111
|
+
"VCardSubtitle": {
|
|
112
|
+
"from": "components/VCard/index.mjs",
|
|
145
113
|
"styles": []
|
|
146
114
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
115
|
+
"VCardText": {
|
|
116
|
+
"from": "components/VCard/index.mjs",
|
|
149
117
|
"styles": []
|
|
150
118
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
119
|
+
"VCardTitle": {
|
|
120
|
+
"from": "components/VCard/index.mjs",
|
|
153
121
|
"styles": []
|
|
154
122
|
},
|
|
155
|
-
"
|
|
156
|
-
"from": "components/
|
|
123
|
+
"VColorPicker": {
|
|
124
|
+
"from": "components/VColorPicker/index.mjs",
|
|
157
125
|
"styles": []
|
|
158
126
|
},
|
|
159
|
-
"
|
|
160
|
-
"from": "components/
|
|
127
|
+
"VChip": {
|
|
128
|
+
"from": "components/VChip/index.mjs",
|
|
161
129
|
"styles": []
|
|
162
130
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
131
|
+
"VChipGroup": {
|
|
132
|
+
"from": "components/VChipGroup/index.mjs",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
|
+
"VCombobox": {
|
|
136
|
+
"from": "components/VCombobox/index.mjs",
|
|
165
137
|
"styles": []
|
|
166
138
|
},
|
|
167
139
|
"VDataTable": {
|
|
@@ -188,16 +160,12 @@
|
|
|
188
160
|
"from": "components/VDataTable/index.mjs",
|
|
189
161
|
"styles": []
|
|
190
162
|
},
|
|
191
|
-
"
|
|
192
|
-
"from": "components/
|
|
193
|
-
"styles": []
|
|
194
|
-
},
|
|
195
|
-
"VDialog": {
|
|
196
|
-
"from": "components/VDialog/index.mjs",
|
|
163
|
+
"VCode": {
|
|
164
|
+
"from": "components/VCode/index.mjs",
|
|
197
165
|
"styles": []
|
|
198
166
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
167
|
+
"VCounter": {
|
|
168
|
+
"from": "components/VCounter/index.mjs",
|
|
201
169
|
"styles": []
|
|
202
170
|
},
|
|
203
171
|
"VDivider": {
|
|
@@ -220,6 +188,34 @@
|
|
|
220
188
|
"from": "components/VExpansionPanel/index.mjs",
|
|
221
189
|
"styles": []
|
|
222
190
|
},
|
|
191
|
+
"VDatePicker": {
|
|
192
|
+
"from": "components/VDatePicker/index.mjs",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VDatePickerControls": {
|
|
196
|
+
"from": "components/VDatePicker/index.mjs",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VDatePickerHeader": {
|
|
200
|
+
"from": "components/VDatePicker/index.mjs",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
203
|
+
"VDatePickerMonth": {
|
|
204
|
+
"from": "components/VDatePicker/index.mjs",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"VDatePickerMonths": {
|
|
208
|
+
"from": "components/VDatePicker/index.mjs",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
211
|
+
"VDatePickerYears": {
|
|
212
|
+
"from": "components/VDatePicker/index.mjs",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VDialog": {
|
|
216
|
+
"from": "components/VDialog/index.mjs",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
223
219
|
"VField": {
|
|
224
220
|
"from": "components/VField/index.mjs",
|
|
225
221
|
"styles": []
|
|
@@ -232,14 +228,22 @@
|
|
|
232
228
|
"from": "components/VFileInput/index.mjs",
|
|
233
229
|
"styles": []
|
|
234
230
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
231
|
+
"VFooter": {
|
|
232
|
+
"from": "components/VFooter/index.mjs",
|
|
237
233
|
"styles": []
|
|
238
234
|
},
|
|
239
235
|
"VInfiniteScroll": {
|
|
240
236
|
"from": "components/VInfiniteScroll/index.mjs",
|
|
241
237
|
"styles": []
|
|
242
238
|
},
|
|
239
|
+
"VImg": {
|
|
240
|
+
"from": "components/VImg/index.mjs",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
243
|
+
"VKbd": {
|
|
244
|
+
"from": "components/VKbd/index.mjs",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
243
247
|
"VIcon": {
|
|
244
248
|
"from": "components/VIcon/index.mjs",
|
|
245
249
|
"styles": []
|
|
@@ -260,24 +264,12 @@
|
|
|
260
264
|
"from": "components/VIcon/index.mjs",
|
|
261
265
|
"styles": []
|
|
262
266
|
},
|
|
263
|
-
"
|
|
264
|
-
"from": "components/
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
|
-
"VKbd": {
|
|
268
|
-
"from": "components/VKbd/index.mjs",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
|
-
"VItemGroup": {
|
|
272
|
-
"from": "components/VItemGroup/index.mjs",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
|
-
"VItem": {
|
|
276
|
-
"from": "components/VItemGroup/index.mjs",
|
|
267
|
+
"VLabel": {
|
|
268
|
+
"from": "components/VLabel/index.mjs",
|
|
277
269
|
"styles": []
|
|
278
270
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
271
|
+
"VInput": {
|
|
272
|
+
"from": "components/VInput/index.mjs",
|
|
281
273
|
"styles": []
|
|
282
274
|
},
|
|
283
275
|
"VList": {
|
|
@@ -320,14 +312,30 @@
|
|
|
320
312
|
"from": "components/VMenu/index.mjs",
|
|
321
313
|
"styles": []
|
|
322
314
|
},
|
|
323
|
-
"
|
|
324
|
-
"from": "components/
|
|
315
|
+
"VItemGroup": {
|
|
316
|
+
"from": "components/VItemGroup/index.mjs",
|
|
317
|
+
"styles": []
|
|
318
|
+
},
|
|
319
|
+
"VItem": {
|
|
320
|
+
"from": "components/VItemGroup/index.mjs",
|
|
321
|
+
"styles": []
|
|
322
|
+
},
|
|
323
|
+
"VMain": {
|
|
324
|
+
"from": "components/VMain/index.mjs",
|
|
325
325
|
"styles": []
|
|
326
326
|
},
|
|
327
327
|
"VMessages": {
|
|
328
328
|
"from": "components/VMessages/index.mjs",
|
|
329
329
|
"styles": []
|
|
330
330
|
},
|
|
331
|
+
"VPagination": {
|
|
332
|
+
"from": "components/VPagination/index.mjs",
|
|
333
|
+
"styles": []
|
|
334
|
+
},
|
|
335
|
+
"VNavigationDrawer": {
|
|
336
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
337
|
+
"styles": []
|
|
338
|
+
},
|
|
331
339
|
"VOtpInput": {
|
|
332
340
|
"from": "components/VOtpInput/index.mjs",
|
|
333
341
|
"styles": []
|
|
@@ -340,32 +348,28 @@
|
|
|
340
348
|
"from": "components/VProgressCircular/index.mjs",
|
|
341
349
|
"styles": []
|
|
342
350
|
},
|
|
343
|
-
"VNavigationDrawer": {
|
|
344
|
-
"from": "components/VNavigationDrawer/index.mjs",
|
|
345
|
-
"styles": []
|
|
346
|
-
},
|
|
347
|
-
"VPagination": {
|
|
348
|
-
"from": "components/VPagination/index.mjs",
|
|
349
|
-
"styles": []
|
|
350
|
-
},
|
|
351
351
|
"VProgressLinear": {
|
|
352
352
|
"from": "components/VProgressLinear/index.mjs",
|
|
353
353
|
"styles": []
|
|
354
354
|
},
|
|
355
|
-
"VRating": {
|
|
356
|
-
"from": "components/VRating/index.mjs",
|
|
357
|
-
"styles": []
|
|
358
|
-
},
|
|
359
355
|
"VRadioGroup": {
|
|
360
356
|
"from": "components/VRadioGroup/index.mjs",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
359
|
+
"VRating": {
|
|
360
|
+
"from": "components/VRating/index.mjs",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
363
363
|
"VSelect": {
|
|
364
364
|
"from": "components/VSelect/index.mjs",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
367
|
+
"VSelectionControl": {
|
|
368
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
371
|
+
"VSkeletonLoader": {
|
|
372
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
|
369
373
|
"styles": []
|
|
370
374
|
},
|
|
371
375
|
"VSheet": {
|
|
@@ -380,20 +384,12 @@
|
|
|
380
384
|
"from": "components/VSlideGroup/index.mjs",
|
|
381
385
|
"styles": []
|
|
382
386
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
|
-
"VSelectionControl": {
|
|
388
|
-
"from": "components/VSelectionControl/index.mjs",
|
|
389
|
-
"styles": []
|
|
390
|
-
},
|
|
391
|
-
"VSkeletonLoader": {
|
|
392
|
-
"from": "components/VSkeletonLoader/index.mjs",
|
|
387
|
+
"VSelectionControlGroup": {
|
|
388
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
393
389
|
"styles": []
|
|
394
390
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
391
|
+
"VSlider": {
|
|
392
|
+
"from": "components/VSlider/index.mjs",
|
|
397
393
|
"styles": []
|
|
398
394
|
},
|
|
399
395
|
"VStepper": {
|
|
@@ -420,14 +416,18 @@
|
|
|
420
416
|
"from": "components/VStepper/index.mjs",
|
|
421
417
|
"styles": []
|
|
422
418
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
419
|
+
"VSnackbar": {
|
|
420
|
+
"from": "components/VSnackbar/index.mjs",
|
|
425
421
|
"styles": []
|
|
426
422
|
},
|
|
427
423
|
"VSystemBar": {
|
|
428
424
|
"from": "components/VSystemBar/index.mjs",
|
|
429
425
|
"styles": []
|
|
430
426
|
},
|
|
427
|
+
"VSwitch": {
|
|
428
|
+
"from": "components/VSwitch/index.mjs",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
431
431
|
"VTabs": {
|
|
432
432
|
"from": "components/VTabs/index.mjs",
|
|
433
433
|
"styles": []
|
|
@@ -436,16 +436,24 @@
|
|
|
436
436
|
"from": "components/VTabs/index.mjs",
|
|
437
437
|
"styles": []
|
|
438
438
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
439
|
+
"VTable": {
|
|
440
|
+
"from": "components/VTable/index.mjs",
|
|
441
441
|
"styles": []
|
|
442
442
|
},
|
|
443
443
|
"VTextField": {
|
|
444
444
|
"from": "components/VTextField/index.mjs",
|
|
445
445
|
"styles": []
|
|
446
446
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
447
|
+
"VTimeline": {
|
|
448
|
+
"from": "components/VTimeline/index.mjs",
|
|
449
|
+
"styles": []
|
|
450
|
+
},
|
|
451
|
+
"VTimelineItem": {
|
|
452
|
+
"from": "components/VTimeline/index.mjs",
|
|
453
|
+
"styles": []
|
|
454
|
+
},
|
|
455
|
+
"VTextarea": {
|
|
456
|
+
"from": "components/VTextarea/index.mjs",
|
|
449
457
|
"styles": []
|
|
450
458
|
},
|
|
451
459
|
"VToolbar": {
|
|
@@ -460,14 +468,6 @@
|
|
|
460
468
|
"from": "components/VToolbar/index.mjs",
|
|
461
469
|
"styles": []
|
|
462
470
|
},
|
|
463
|
-
"VTimeline": {
|
|
464
|
-
"from": "components/VTimeline/index.mjs",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
|
-
"VTimelineItem": {
|
|
468
|
-
"from": "components/VTimeline/index.mjs",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
471
|
"VTooltip": {
|
|
472
472
|
"from": "components/VTooltip/index.mjs",
|
|
473
473
|
"styles": []
|
|
@@ -488,6 +488,10 @@
|
|
|
488
488
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
489
489
|
"styles": []
|
|
490
490
|
},
|
|
491
|
+
"VForm": {
|
|
492
|
+
"from": "components/VForm/index.mjs",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
491
495
|
"VContainer": {
|
|
492
496
|
"from": "components/VGrid/index.mjs",
|
|
493
497
|
"styles": []
|
|
@@ -504,10 +508,6 @@
|
|
|
504
508
|
"from": "components/VGrid/index.mjs",
|
|
505
509
|
"styles": []
|
|
506
510
|
},
|
|
507
|
-
"VForm": {
|
|
508
|
-
"from": "components/VForm/index.mjs",
|
|
509
|
-
"styles": []
|
|
510
|
-
},
|
|
511
511
|
"VHover": {
|
|
512
512
|
"from": "components/VHover/index.mjs",
|
|
513
513
|
"styles": []
|
|
@@ -536,18 +536,22 @@
|
|
|
536
536
|
"from": "components/VParallax/index.mjs",
|
|
537
537
|
"styles": []
|
|
538
538
|
},
|
|
539
|
-
"VRadio": {
|
|
540
|
-
"from": "components/VRadio/index.mjs",
|
|
541
|
-
"styles": []
|
|
542
|
-
},
|
|
543
539
|
"VRangeSlider": {
|
|
544
540
|
"from": "components/VRangeSlider/index.mjs",
|
|
545
541
|
"styles": []
|
|
546
542
|
},
|
|
543
|
+
"VRadio": {
|
|
544
|
+
"from": "components/VRadio/index.mjs",
|
|
545
|
+
"styles": []
|
|
546
|
+
},
|
|
547
547
|
"VResponsive": {
|
|
548
548
|
"from": "components/VResponsive/index.mjs",
|
|
549
549
|
"styles": []
|
|
550
550
|
},
|
|
551
|
+
"VValidation": {
|
|
552
|
+
"from": "components/VValidation/index.mjs",
|
|
553
|
+
"styles": []
|
|
554
|
+
},
|
|
551
555
|
"VThemeProvider": {
|
|
552
556
|
"from": "components/VThemeProvider/index.mjs",
|
|
553
557
|
"styles": []
|
|
@@ -556,10 +560,6 @@
|
|
|
556
560
|
"from": "components/VVirtualScroll/index.mjs",
|
|
557
561
|
"styles": []
|
|
558
562
|
},
|
|
559
|
-
"VValidation": {
|
|
560
|
-
"from": "components/VValidation/index.mjs",
|
|
561
|
-
"styles": []
|
|
562
|
-
},
|
|
563
563
|
"VFabTransition": {
|
|
564
564
|
"from": "components/transitions/index.mjs",
|
|
565
565
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -1259,7 +1259,6 @@
|
|
|
1259
1259
|
"next-icon",
|
|
1260
1260
|
"position",
|
|
1261
1261
|
"prev-icon",
|
|
1262
|
-
"range",
|
|
1263
1262
|
"rounded",
|
|
1264
1263
|
"show-adjacent-months",
|
|
1265
1264
|
"show-week",
|
|
@@ -1307,7 +1306,6 @@
|
|
|
1307
1306
|
"model-value",
|
|
1308
1307
|
"month",
|
|
1309
1308
|
"multiple",
|
|
1310
|
-
"range",
|
|
1311
1309
|
"show-adjacent-months",
|
|
1312
1310
|
"show-week",
|
|
1313
1311
|
"weekdays",
|
|
@@ -1757,7 +1755,6 @@
|
|
|
1757
1755
|
},
|
|
1758
1756
|
"v-label": {
|
|
1759
1757
|
"attributes": [
|
|
1760
|
-
"clickable",
|
|
1761
1758
|
"text",
|
|
1762
1759
|
"theme"
|
|
1763
1760
|
],
|