vuetify 3.6.13 → 3.7.0-beta.1
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 +166 -26
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +40 -5
- package/dist/json/web-types.json +394 -41
- package/dist/vuetify-labs.css +2300 -2284
- package/dist/vuetify-labs.d.ts +12763 -12509
- package/dist/vuetify-labs.esm.js +153 -145
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +153 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -871
- package/dist/vuetify.d.ts +11161 -10982
- package/dist/vuetify.esm.js +107 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1076 -1078
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +175 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +635 -634
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +36 -30
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +113 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +130 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +635 -634
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +196 -124
- package/lib/components/VFab/index.d.mts +233 -227
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +178 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +101 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +191 -190
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +423 -423
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +635 -634
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +39 -33
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +530 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VValidation/index.d.mts +22 -21
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11225 -11046
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +3 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/index.d.mts +235 -235
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +224 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/VTreeview.mjs +7 -5
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +270 -253
- package/lib/labs/components.d.mts +1835 -1782
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -5
package/dist/json/importMap.json
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "components/
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VAlert": {
|
|
8
|
-
"from": "components/VAlert/index.mjs",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VAlertTitle": {
|
|
12
|
-
"from": "components/VAlert/index.mjs",
|
|
3
|
+
"VAutocomplete": {
|
|
4
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
13
5
|
"styles": []
|
|
14
6
|
},
|
|
15
7
|
"VAppBar": {
|
|
@@ -24,8 +16,16 @@
|
|
|
24
16
|
"from": "components/VAppBar/index.mjs",
|
|
25
17
|
"styles": []
|
|
26
18
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
19
|
+
"VAlert": {
|
|
20
|
+
"from": "components/VAlert/index.mjs",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VAlertTitle": {
|
|
24
|
+
"from": "components/VAlert/index.mjs",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VApp": {
|
|
28
|
+
"from": "components/VApp/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
31
|
"VAvatar": {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"from": "components/VBottomNavigation/index.mjs",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
39
|
+
"VBadge": {
|
|
40
|
+
"from": "components/VBadge/index.mjs",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
43
|
"VBanner": {
|
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
"from": "components/VBanner/index.mjs",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
+
"VBottomSheet": {
|
|
56
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
55
59
|
"VBreadcrumbs": {
|
|
56
60
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
57
61
|
"styles": []
|
|
@@ -64,8 +68,12 @@
|
|
|
64
68
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
65
69
|
"styles": []
|
|
66
70
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
71
|
+
"VCarousel": {
|
|
72
|
+
"from": "components/VCarousel/index.mjs",
|
|
73
|
+
"styles": []
|
|
74
|
+
},
|
|
75
|
+
"VCarouselItem": {
|
|
76
|
+
"from": "components/VCarousel/index.mjs",
|
|
69
77
|
"styles": []
|
|
70
78
|
},
|
|
71
79
|
"VBtn": {
|
|
@@ -104,14 +112,6 @@
|
|
|
104
112
|
"from": "components/VCard/index.mjs",
|
|
105
113
|
"styles": []
|
|
106
114
|
},
|
|
107
|
-
"VCarousel": {
|
|
108
|
-
"from": "components/VCarousel/index.mjs",
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VCarouselItem": {
|
|
112
|
-
"from": "components/VCarousel/index.mjs",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
115
|
"VChip": {
|
|
116
116
|
"from": "components/VChip/index.mjs",
|
|
117
117
|
"styles": []
|
|
@@ -132,40 +132,12 @@
|
|
|
132
132
|
"from": "components/VChipGroup/index.mjs",
|
|
133
133
|
"styles": []
|
|
134
134
|
},
|
|
135
|
-
"VColorPicker": {
|
|
136
|
-
"from": "components/VColorPicker/index.mjs",
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
135
|
"VCombobox": {
|
|
140
136
|
"from": "components/VCombobox/index.mjs",
|
|
141
137
|
"styles": []
|
|
142
138
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
145
|
-
"styles": []
|
|
146
|
-
},
|
|
147
|
-
"VDatePickerControls": {
|
|
148
|
-
"from": "components/VDatePicker/index.mjs",
|
|
149
|
-
"styles": []
|
|
150
|
-
},
|
|
151
|
-
"VDatePickerHeader": {
|
|
152
|
-
"from": "components/VDatePicker/index.mjs",
|
|
153
|
-
"styles": []
|
|
154
|
-
},
|
|
155
|
-
"VDatePickerMonth": {
|
|
156
|
-
"from": "components/VDatePicker/index.mjs",
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
|
-
"VDatePickerMonths": {
|
|
160
|
-
"from": "components/VDatePicker/index.mjs",
|
|
161
|
-
"styles": []
|
|
162
|
-
},
|
|
163
|
-
"VDatePickerYears": {
|
|
164
|
-
"from": "components/VDatePicker/index.mjs",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
|
-
"VCounter": {
|
|
168
|
-
"from": "components/VCounter/index.mjs",
|
|
139
|
+
"VColorPicker": {
|
|
140
|
+
"from": "components/VColorPicker/index.mjs",
|
|
169
141
|
"styles": []
|
|
170
142
|
},
|
|
171
143
|
"VDataTable": {
|
|
@@ -196,12 +168,36 @@
|
|
|
196
168
|
"from": "components/VDataTable/index.mjs",
|
|
197
169
|
"styles": []
|
|
198
170
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
171
|
+
"VCounter": {
|
|
172
|
+
"from": "components/VCounter/index.mjs",
|
|
201
173
|
"styles": []
|
|
202
174
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
175
|
+
"VDatePicker": {
|
|
176
|
+
"from": "components/VDatePicker/index.mjs",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
|
+
"VDatePickerControls": {
|
|
180
|
+
"from": "components/VDatePicker/index.mjs",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
|
+
"VDatePickerHeader": {
|
|
184
|
+
"from": "components/VDatePicker/index.mjs",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VDatePickerMonth": {
|
|
188
|
+
"from": "components/VDatePicker/index.mjs",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VDatePickerMonths": {
|
|
192
|
+
"from": "components/VDatePicker/index.mjs",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VDatePickerYears": {
|
|
196
|
+
"from": "components/VDatePicker/index.mjs",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VDialog": {
|
|
200
|
+
"from": "components/VDialog/index.mjs",
|
|
205
201
|
"styles": []
|
|
206
202
|
},
|
|
207
203
|
"VExpansionPanels": {
|
|
@@ -224,12 +220,8 @@
|
|
|
224
220
|
"from": "components/VEmptyState/index.mjs",
|
|
225
221
|
"styles": []
|
|
226
222
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
|
-
"VFileInput": {
|
|
232
|
-
"from": "components/VFileInput/index.mjs",
|
|
223
|
+
"VDivider": {
|
|
224
|
+
"from": "components/VDivider/index.mjs",
|
|
233
225
|
"styles": []
|
|
234
226
|
},
|
|
235
227
|
"VField": {
|
|
@@ -244,6 +236,14 @@
|
|
|
244
236
|
"from": "components/VFooter/index.mjs",
|
|
245
237
|
"styles": []
|
|
246
238
|
},
|
|
239
|
+
"VFab": {
|
|
240
|
+
"from": "components/VFab/index.mjs",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
243
|
+
"VFileInput": {
|
|
244
|
+
"from": "components/VFileInput/index.mjs",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
247
247
|
"VIcon": {
|
|
248
248
|
"from": "components/VIcon/index.mjs",
|
|
249
249
|
"styles": []
|
|
@@ -264,10 +264,18 @@
|
|
|
264
264
|
"from": "components/VIcon/index.mjs",
|
|
265
265
|
"styles": []
|
|
266
266
|
},
|
|
267
|
+
"VImg": {
|
|
268
|
+
"from": "components/VImg/index.mjs",
|
|
269
|
+
"styles": []
|
|
270
|
+
},
|
|
267
271
|
"VInfiniteScroll": {
|
|
268
272
|
"from": "components/VInfiniteScroll/index.mjs",
|
|
269
273
|
"styles": []
|
|
270
274
|
},
|
|
275
|
+
"VKbd": {
|
|
276
|
+
"from": "components/VKbd/index.mjs",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
271
279
|
"VItemGroup": {
|
|
272
280
|
"from": "components/VItemGroup/index.mjs",
|
|
273
281
|
"styles": []
|
|
@@ -276,20 +284,12 @@
|
|
|
276
284
|
"from": "components/VItemGroup/index.mjs",
|
|
277
285
|
"styles": []
|
|
278
286
|
},
|
|
279
|
-
"VImg": {
|
|
280
|
-
"from": "components/VImg/index.mjs",
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
|
-
"VInput": {
|
|
284
|
-
"from": "components/VInput/index.mjs",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
287
|
"VLabel": {
|
|
288
288
|
"from": "components/VLabel/index.mjs",
|
|
289
289
|
"styles": []
|
|
290
290
|
},
|
|
291
|
-
"
|
|
292
|
-
"from": "components/
|
|
291
|
+
"VInput": {
|
|
292
|
+
"from": "components/VInput/index.mjs",
|
|
293
293
|
"styles": []
|
|
294
294
|
},
|
|
295
295
|
"VList": {
|
|
@@ -332,72 +332,72 @@
|
|
|
332
332
|
"from": "components/VMain/index.mjs",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
335
|
+
"VMenu": {
|
|
336
|
+
"from": "components/VMenu/index.mjs",
|
|
337
337
|
"styles": []
|
|
338
338
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
339
|
+
"VNavigationDrawer": {
|
|
340
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
343
|
"VMessages": {
|
|
344
344
|
"from": "components/VMessages/index.mjs",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
349
|
-
"styles": []
|
|
350
|
-
},
|
|
351
|
-
"VPagination": {
|
|
352
|
-
"from": "components/VPagination/index.mjs",
|
|
347
|
+
"VOverlay": {
|
|
348
|
+
"from": "components/VOverlay/index.mjs",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
355
351
|
"VOtpInput": {
|
|
356
352
|
"from": "components/VOtpInput/index.mjs",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
355
|
+
"VPagination": {
|
|
356
|
+
"from": "components/VPagination/index.mjs",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
359
|
+
"VProgressCircular": {
|
|
360
|
+
"from": "components/VProgressCircular/index.mjs",
|
|
365
361
|
"styles": []
|
|
366
362
|
},
|
|
367
363
|
"VProgressLinear": {
|
|
368
364
|
"from": "components/VProgressLinear/index.mjs",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
367
|
+
"VRadioGroup": {
|
|
368
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
373
369
|
"styles": []
|
|
374
370
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
371
|
+
"VRating": {
|
|
372
|
+
"from": "components/VRating/index.mjs",
|
|
377
373
|
"styles": []
|
|
378
374
|
},
|
|
379
375
|
"VSelectionControlGroup": {
|
|
380
376
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
381
377
|
"styles": []
|
|
382
378
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
379
|
+
"VSelect": {
|
|
380
|
+
"from": "components/VSelect/index.mjs",
|
|
385
381
|
"styles": []
|
|
386
382
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
383
|
+
"VSelectionControl": {
|
|
384
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
389
385
|
"styles": []
|
|
390
386
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
387
|
+
"VSheet": {
|
|
388
|
+
"from": "components/VSheet/index.mjs",
|
|
393
389
|
"styles": []
|
|
394
390
|
},
|
|
395
391
|
"VSkeletonLoader": {
|
|
396
392
|
"from": "components/VSkeletonLoader/index.mjs",
|
|
397
393
|
"styles": []
|
|
398
394
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
395
|
+
"VSlideGroup": {
|
|
396
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
399
|
+
"VSlideGroupItem": {
|
|
400
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
401
401
|
"styles": []
|
|
402
402
|
},
|
|
403
403
|
"VSlider": {
|
|
@@ -416,8 +416,20 @@
|
|
|
416
416
|
"from": "components/VSystemBar/index.mjs",
|
|
417
417
|
"styles": []
|
|
418
418
|
},
|
|
419
|
-
"
|
|
420
|
-
"from": "components/
|
|
419
|
+
"VTab": {
|
|
420
|
+
"from": "components/VTabs/index.mjs",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
423
|
+
"VTabs": {
|
|
424
|
+
"from": "components/VTabs/index.mjs",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
|
+
"VTabsWindow": {
|
|
428
|
+
"from": "components/VTabs/index.mjs",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
431
|
+
"VTabsWindowItem": {
|
|
432
|
+
"from": "components/VTabs/index.mjs",
|
|
421
433
|
"styles": []
|
|
422
434
|
},
|
|
423
435
|
"VStepper": {
|
|
@@ -444,28 +456,28 @@
|
|
|
444
456
|
"from": "components/VStepper/index.mjs",
|
|
445
457
|
"styles": []
|
|
446
458
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
459
|
+
"VTable": {
|
|
460
|
+
"from": "components/VTable/index.mjs",
|
|
449
461
|
"styles": []
|
|
450
462
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
463
|
+
"VTextarea": {
|
|
464
|
+
"from": "components/VTextarea/index.mjs",
|
|
453
465
|
"styles": []
|
|
454
466
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
467
|
+
"VTextField": {
|
|
468
|
+
"from": "components/VTextField/index.mjs",
|
|
457
469
|
"styles": []
|
|
458
470
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
471
|
+
"VToolbar": {
|
|
472
|
+
"from": "components/VToolbar/index.mjs",
|
|
461
473
|
"styles": []
|
|
462
474
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
475
|
+
"VToolbarTitle": {
|
|
476
|
+
"from": "components/VToolbar/index.mjs",
|
|
465
477
|
"styles": []
|
|
466
478
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
479
|
+
"VToolbarItems": {
|
|
480
|
+
"from": "components/VToolbar/index.mjs",
|
|
469
481
|
"styles": []
|
|
470
482
|
},
|
|
471
483
|
"VTimeline": {
|
|
@@ -480,18 +492,6 @@
|
|
|
480
492
|
"from": "components/VTooltip/index.mjs",
|
|
481
493
|
"styles": []
|
|
482
494
|
},
|
|
483
|
-
"VToolbar": {
|
|
484
|
-
"from": "components/VToolbar/index.mjs",
|
|
485
|
-
"styles": []
|
|
486
|
-
},
|
|
487
|
-
"VToolbarTitle": {
|
|
488
|
-
"from": "components/VToolbar/index.mjs",
|
|
489
|
-
"styles": []
|
|
490
|
-
},
|
|
491
|
-
"VToolbarItems": {
|
|
492
|
-
"from": "components/VToolbar/index.mjs",
|
|
493
|
-
"styles": []
|
|
494
|
-
},
|
|
495
495
|
"VWindow": {
|
|
496
496
|
"from": "components/VWindow/index.mjs",
|
|
497
497
|
"styles": []
|
|
@@ -512,10 +512,6 @@
|
|
|
512
512
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
513
513
|
"styles": []
|
|
514
514
|
},
|
|
515
|
-
"VForm": {
|
|
516
|
-
"from": "components/VForm/index.mjs",
|
|
517
|
-
"styles": []
|
|
518
|
-
},
|
|
519
515
|
"VContainer": {
|
|
520
516
|
"from": "components/VGrid/index.mjs",
|
|
521
517
|
"styles": []
|
|
@@ -532,6 +528,10 @@
|
|
|
532
528
|
"from": "components/VGrid/index.mjs",
|
|
533
529
|
"styles": []
|
|
534
530
|
},
|
|
531
|
+
"VForm": {
|
|
532
|
+
"from": "components/VForm/index.mjs",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
535
535
|
"VHover": {
|
|
536
536
|
"from": "components/VHover/index.mjs",
|
|
537
537
|
"styles": []
|
|
@@ -572,20 +572,16 @@
|
|
|
572
572
|
"from": "components/VResponsive/index.mjs",
|
|
573
573
|
"styles": []
|
|
574
574
|
},
|
|
575
|
-
"VSparkline": {
|
|
576
|
-
"from": "components/VSparkline/index.mjs",
|
|
577
|
-
"styles": []
|
|
578
|
-
},
|
|
579
575
|
"VSpeedDial": {
|
|
580
576
|
"from": "components/VSpeedDial/index.mjs",
|
|
581
577
|
"styles": []
|
|
582
578
|
},
|
|
583
|
-
"
|
|
584
|
-
"from": "components/
|
|
579
|
+
"VSparkline": {
|
|
580
|
+
"from": "components/VSparkline/index.mjs",
|
|
585
581
|
"styles": []
|
|
586
582
|
},
|
|
587
|
-
"
|
|
588
|
-
"from": "components/
|
|
583
|
+
"VThemeProvider": {
|
|
584
|
+
"from": "components/VThemeProvider/index.mjs",
|
|
589
585
|
"styles": []
|
|
590
586
|
},
|
|
591
587
|
"VValidation": {
|
|
@@ -655,6 +651,10 @@
|
|
|
655
651
|
"VDialogTransition": {
|
|
656
652
|
"from": "components/transitions/index.mjs",
|
|
657
653
|
"styles": []
|
|
654
|
+
},
|
|
655
|
+
"VVirtualScroll": {
|
|
656
|
+
"from": "components/VVirtualScroll/index.mjs",
|
|
657
|
+
"styles": []
|
|
658
658
|
}
|
|
659
659
|
},
|
|
660
660
|
"directives": [
|
package/dist/json/tags.json
CHANGED
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
"VAppBarNavIcon": {
|
|
78
78
|
"attributes": [
|
|
79
79
|
"active",
|
|
80
|
+
"active-color",
|
|
80
81
|
"append-icon",
|
|
81
82
|
"base-color",
|
|
82
83
|
"block",
|
|
@@ -215,6 +216,7 @@
|
|
|
215
216
|
},
|
|
216
217
|
"VAvatar": {
|
|
217
218
|
"attributes": [
|
|
219
|
+
"border",
|
|
218
220
|
"color",
|
|
219
221
|
"density",
|
|
220
222
|
"end",
|
|
@@ -413,6 +415,7 @@
|
|
|
413
415
|
"VBtn": {
|
|
414
416
|
"attributes": [
|
|
415
417
|
"active",
|
|
418
|
+
"active-color",
|
|
416
419
|
"append-icon",
|
|
417
420
|
"base-color",
|
|
418
421
|
"block",
|
|
@@ -692,6 +695,7 @@
|
|
|
692
695
|
},
|
|
693
696
|
"VCarouselItem": {
|
|
694
697
|
"attributes": [
|
|
698
|
+
"absolute",
|
|
695
699
|
"alt",
|
|
696
700
|
"aspect-ratio",
|
|
697
701
|
"color",
|
|
@@ -1036,7 +1040,13 @@
|
|
|
1036
1040
|
"VContainer": {
|
|
1037
1041
|
"attributes": [
|
|
1038
1042
|
"fluid",
|
|
1039
|
-
"
|
|
1043
|
+
"height",
|
|
1044
|
+
"max-height",
|
|
1045
|
+
"max-width",
|
|
1046
|
+
"min-height",
|
|
1047
|
+
"min-width",
|
|
1048
|
+
"tag",
|
|
1049
|
+
"width"
|
|
1040
1050
|
],
|
|
1041
1051
|
"description": ""
|
|
1042
1052
|
},
|
|
@@ -1662,7 +1672,12 @@
|
|
|
1662
1672
|
"elevation",
|
|
1663
1673
|
"expand-icon",
|
|
1664
1674
|
"focusable",
|
|
1675
|
+
"height",
|
|
1665
1676
|
"hide-actions",
|
|
1677
|
+
"max-height",
|
|
1678
|
+
"max-width",
|
|
1679
|
+
"min-height",
|
|
1680
|
+
"min-width",
|
|
1666
1681
|
"readonly",
|
|
1667
1682
|
"ripple",
|
|
1668
1683
|
"rounded",
|
|
@@ -1672,7 +1687,8 @@
|
|
|
1672
1687
|
"text",
|
|
1673
1688
|
"tile",
|
|
1674
1689
|
"title",
|
|
1675
|
-
"value"
|
|
1690
|
+
"value",
|
|
1691
|
+
"width"
|
|
1676
1692
|
],
|
|
1677
1693
|
"description": ""
|
|
1678
1694
|
},
|
|
@@ -1688,10 +1704,16 @@
|
|
|
1688
1704
|
"color",
|
|
1689
1705
|
"expand-icon",
|
|
1690
1706
|
"focusable",
|
|
1707
|
+
"height",
|
|
1691
1708
|
"hide-actions",
|
|
1709
|
+
"max-height",
|
|
1710
|
+
"max-width",
|
|
1711
|
+
"min-height",
|
|
1712
|
+
"min-width",
|
|
1692
1713
|
"readonly",
|
|
1693
1714
|
"ripple",
|
|
1694
|
-
"static"
|
|
1715
|
+
"static",
|
|
1716
|
+
"width"
|
|
1695
1717
|
],
|
|
1696
1718
|
"description": ""
|
|
1697
1719
|
},
|
|
@@ -1727,6 +1749,7 @@
|
|
|
1727
1749
|
"attributes": [
|
|
1728
1750
|
"absolute",
|
|
1729
1751
|
"active",
|
|
1752
|
+
"active-color",
|
|
1730
1753
|
"app",
|
|
1731
1754
|
"appear",
|
|
1732
1755
|
"append-icon",
|
|
@@ -1942,6 +1965,7 @@
|
|
|
1942
1965
|
},
|
|
1943
1966
|
"VImg": {
|
|
1944
1967
|
"attributes": [
|
|
1968
|
+
"absolute",
|
|
1945
1969
|
"alt",
|
|
1946
1970
|
"aspect-ratio",
|
|
1947
1971
|
"color",
|
|
@@ -3455,8 +3479,13 @@
|
|
|
3455
3479
|
"error-icon",
|
|
3456
3480
|
"expand-icon",
|
|
3457
3481
|
"focusable",
|
|
3482
|
+
"height",
|
|
3458
3483
|
"hide-actions",
|
|
3459
3484
|
"icon",
|
|
3485
|
+
"max-height",
|
|
3486
|
+
"max-width",
|
|
3487
|
+
"min-height",
|
|
3488
|
+
"min-width",
|
|
3460
3489
|
"readonly",
|
|
3461
3490
|
"ripple",
|
|
3462
3491
|
"rounded",
|
|
@@ -3468,7 +3497,8 @@
|
|
|
3468
3497
|
"text",
|
|
3469
3498
|
"tile",
|
|
3470
3499
|
"title",
|
|
3471
|
-
"value"
|
|
3500
|
+
"value",
|
|
3501
|
+
"width"
|
|
3472
3502
|
],
|
|
3473
3503
|
"description": ""
|
|
3474
3504
|
},
|
|
@@ -3569,6 +3599,7 @@
|
|
|
3569
3599
|
},
|
|
3570
3600
|
"VTab": {
|
|
3571
3601
|
"attributes": [
|
|
3602
|
+
"active-color",
|
|
3572
3603
|
"append-icon",
|
|
3573
3604
|
"base-color",
|
|
3574
3605
|
"border",
|
|
@@ -4017,9 +4048,11 @@
|
|
|
4017
4048
|
"disabled",
|
|
4018
4049
|
"elevation",
|
|
4019
4050
|
"expand-icon",
|
|
4051
|
+
"false-icon",
|
|
4020
4052
|
"filter-keys",
|
|
4021
4053
|
"filter-mode",
|
|
4022
4054
|
"height",
|
|
4055
|
+
"indeterminate-icon",
|
|
4023
4056
|
"item-children",
|
|
4024
4057
|
"item-props",
|
|
4025
4058
|
"item-title",
|
|
@@ -4036,7 +4069,7 @@
|
|
|
4036
4069
|
"min-width",
|
|
4037
4070
|
"no-filter",
|
|
4038
4071
|
"open-all",
|
|
4039
|
-
"open-
|
|
4072
|
+
"open-on-click",
|
|
4040
4073
|
"opened",
|
|
4041
4074
|
"return-object",
|
|
4042
4075
|
"rounded",
|
|
@@ -4044,10 +4077,12 @@
|
|
|
4044
4077
|
"select-strategy",
|
|
4045
4078
|
"selectable",
|
|
4046
4079
|
"selected",
|
|
4080
|
+
"selected-color",
|
|
4047
4081
|
"slim",
|
|
4048
4082
|
"tag",
|
|
4049
4083
|
"theme",
|
|
4050
4084
|
"tile",
|
|
4085
|
+
"true-icon",
|
|
4051
4086
|
"value-comparator",
|
|
4052
4087
|
"variant",
|
|
4053
4088
|
"width"
|