vuetify 3.8.9 → 3.8.11
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 +3247 -3239
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +180 -180
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +6004 -5986
- package/dist/vuetify-labs.cjs +104 -55
- package/dist/vuetify-labs.css +5367 -5364
- package/dist/vuetify-labs.d.ts +70 -60
- package/dist/vuetify-labs.esm.js +104 -55
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +104 -55
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +98 -54
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4065 -4062
- package/dist/vuetify.d.ts +65 -60
- package/dist/vuetify.esm.js +98 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +98 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +413 -410
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +5 -0
- package/lib/components/VBtnGroup/VBtnGroup.css +2 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +2 -1
- package/lib/components/VCarousel/VCarousel.css +0 -1
- package/lib/components/VCarousel/VCarousel.js +1 -0
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -1
- package/lib/components/VDataTable/VDataTable.css +6 -3
- package/lib/components/VDataTable/VDataTable.sass +4 -2
- package/lib/components/VDatePicker/VDatePicker.js +19 -13
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.css +3 -8
- package/lib/components/VDatePicker/VDatePickerMonth.js +8 -3
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.sass +3 -8
- package/lib/components/VDatePicker/VDatePickerYears.js +1 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VList/VList.js +1 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListChildren.js +4 -3
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +10 -0
- package/lib/components/VList/VListGroup.js +2 -2
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.css +2 -0
- package/lib/components/VList/VListItem.sass +2 -0
- package/lib/components/VList/_variables.scss +1 -0
- package/lib/components/VNumberInput/VNumberInput.js +4 -10
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/hold.js +4 -0
- package/lib/components/VNumberInput/hold.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +17 -1
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.css +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.sass +3 -1
- package/lib/components/VTextField/VTextField.js +4 -4
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.js +4 -4
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/composables/autofocus.d.ts +7 -0
- package/lib/composables/autofocus.js +10 -0
- package/lib/composables/autofocus.js.map +1 -0
- package/lib/composables/calendar.d.ts +1 -0
- package/lib/composables/calendar.js +7 -3
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/group.js +1 -0
- package/lib/composables/group.js.map +1 -1
- package/lib/composables/hotkey.d.ts +9 -0
- package/lib/composables/hotkey.js +131 -0
- package/lib/composables/hotkey.js.map +1 -0
- package/lib/composables/intersectionObserver.js +2 -2
- package/lib/composables/intersectionObserver.js.map +1 -1
- package/lib/composables/selectLink.js +2 -2
- package/lib/composables/selectLink.js.map +1 -1
- package/lib/composables/transition.js +3 -3
- package/lib/composables/transition.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +60 -60
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.js +1 -0
- package/lib/labs/VFileUpload/VFileUploadItem.js.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js +3 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.js +2 -1
- package/lib/labs/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.d.ts +10 -0
- package/lib/labs/VTreeview/VTreeviewItem.js +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/util/helpers.d.ts +3 -0
- package/lib/util/helpers.js +7 -0
- package/lib/util/helpers.js.map +1 -1
- package/package.json +8 -8
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VColorInput": {
|
|
4
|
+
"from": "labs/VColorInput",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
3
7
|
"VCalendar": {
|
|
4
8
|
"from": "labs/VCalendar",
|
|
5
9
|
"styles": []
|
|
@@ -24,6 +28,10 @@
|
|
|
24
28
|
"from": "labs/VCalendar",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
31
|
+
"VIconBtn": {
|
|
32
|
+
"from": "labs/VIconBtn",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
27
35
|
"VFileUpload": {
|
|
28
36
|
"from": "labs/VFileUpload",
|
|
29
37
|
"styles": []
|
|
@@ -32,8 +40,12 @@
|
|
|
32
40
|
"from": "labs/VFileUpload",
|
|
33
41
|
"styles": []
|
|
34
42
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
43
|
+
"VPicker": {
|
|
44
|
+
"from": "labs/VPicker",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VPickerTitle": {
|
|
48
|
+
"from": "labs/VPicker",
|
|
37
49
|
"styles": []
|
|
38
50
|
},
|
|
39
51
|
"VStepperVertical": {
|
|
@@ -48,12 +60,16 @@
|
|
|
48
60
|
"from": "labs/VStepperVertical",
|
|
49
61
|
"styles": []
|
|
50
62
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "labs/
|
|
63
|
+
"VTreeview": {
|
|
64
|
+
"from": "labs/VTreeview",
|
|
53
65
|
"styles": []
|
|
54
66
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "labs/
|
|
67
|
+
"VTreeviewItem": {
|
|
68
|
+
"from": "labs/VTreeview",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
|
+
"VTreeviewGroup": {
|
|
72
|
+
"from": "labs/VTreeview",
|
|
57
73
|
"styles": []
|
|
58
74
|
},
|
|
59
75
|
"VTimePicker": {
|
|
@@ -68,26 +84,10 @@
|
|
|
68
84
|
"from": "labs/VTimePicker",
|
|
69
85
|
"styles": []
|
|
70
86
|
},
|
|
71
|
-
"VTreeview": {
|
|
72
|
-
"from": "labs/VTreeview",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VTreeviewItem": {
|
|
76
|
-
"from": "labs/VTreeview",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VTreeviewGroup": {
|
|
80
|
-
"from": "labs/VTreeview",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
87
|
"VDateInput": {
|
|
84
88
|
"from": "labs/VDateInput",
|
|
85
89
|
"styles": []
|
|
86
90
|
},
|
|
87
|
-
"VColorInput": {
|
|
88
|
-
"from": "labs/VColorInput",
|
|
89
|
-
"styles": []
|
|
90
|
-
},
|
|
91
91
|
"VPullToRefresh": {
|
|
92
92
|
"from": "labs/VPullToRefresh",
|
|
93
93
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,39 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "components/
|
|
3
|
+
"VAppBar": {
|
|
4
|
+
"from": "components/VAppBar",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"from": "components/
|
|
7
|
+
"VAppBarNavIcon": {
|
|
8
|
+
"from": "components/VAppBar",
|
|
9
9
|
"styles": []
|
|
10
10
|
},
|
|
11
|
-
"
|
|
12
|
-
"from": "components/
|
|
11
|
+
"VAppBarTitle": {
|
|
12
|
+
"from": "components/VAppBar",
|
|
13
13
|
"styles": []
|
|
14
14
|
},
|
|
15
15
|
"VAutocomplete": {
|
|
16
16
|
"from": "components/VAutocomplete",
|
|
17
17
|
"styles": []
|
|
18
18
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "components/
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VAppBar": {
|
|
24
|
-
"from": "components/VAppBar",
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
|
-
"VAppBarNavIcon": {
|
|
28
|
-
"from": "components/VAppBar",
|
|
19
|
+
"VAlert": {
|
|
20
|
+
"from": "components/VAlert",
|
|
29
21
|
"styles": []
|
|
30
22
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
23
|
+
"VAlertTitle": {
|
|
24
|
+
"from": "components/VAlert",
|
|
33
25
|
"styles": []
|
|
34
26
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
27
|
+
"VAvatar": {
|
|
28
|
+
"from": "components/VAvatar",
|
|
37
29
|
"styles": []
|
|
38
30
|
},
|
|
39
31
|
"VBanner": {
|
|
@@ -52,6 +44,14 @@
|
|
|
52
44
|
"from": "components/VBottomSheet",
|
|
53
45
|
"styles": []
|
|
54
46
|
},
|
|
47
|
+
"VBadge": {
|
|
48
|
+
"from": "components/VBadge",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VBottomNavigation": {
|
|
52
|
+
"from": "components/VBottomNavigation",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
55
|
"VBreadcrumbs": {
|
|
56
56
|
"from": "components/VBreadcrumbs",
|
|
57
57
|
"styles": []
|
|
@@ -68,42 +68,10 @@
|
|
|
68
68
|
"from": "components/VBtn",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
|
-
"VBottomNavigation": {
|
|
72
|
-
"from": "components/VBottomNavigation",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
71
|
"VBtnToggle": {
|
|
76
72
|
"from": "components/VBtnToggle",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
79
|
-
"VCarousel": {
|
|
80
|
-
"from": "components/VCarousel",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCarouselItem": {
|
|
84
|
-
"from": "components/VCarousel",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VCheckbox": {
|
|
88
|
-
"from": "components/VCheckbox",
|
|
89
|
-
"styles": []
|
|
90
|
-
},
|
|
91
|
-
"VCheckboxBtn": {
|
|
92
|
-
"from": "components/VCheckbox",
|
|
93
|
-
"styles": []
|
|
94
|
-
},
|
|
95
|
-
"VBtnGroup": {
|
|
96
|
-
"from": "components/VBtnGroup",
|
|
97
|
-
"styles": []
|
|
98
|
-
},
|
|
99
|
-
"VChipGroup": {
|
|
100
|
-
"from": "components/VChipGroup",
|
|
101
|
-
"styles": []
|
|
102
|
-
},
|
|
103
|
-
"VCode": {
|
|
104
|
-
"from": "components/VCode",
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
75
|
"VCard": {
|
|
108
76
|
"from": "components/VCard",
|
|
109
77
|
"styles": []
|
|
@@ -128,46 +96,50 @@
|
|
|
128
96
|
"from": "components/VCard",
|
|
129
97
|
"styles": []
|
|
130
98
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
99
|
+
"VCheckbox": {
|
|
100
|
+
"from": "components/VCheckbox",
|
|
133
101
|
"styles": []
|
|
134
102
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
103
|
+
"VCheckboxBtn": {
|
|
104
|
+
"from": "components/VCheckbox",
|
|
137
105
|
"styles": []
|
|
138
106
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
107
|
+
"VBtnGroup": {
|
|
108
|
+
"from": "components/VBtnGroup",
|
|
141
109
|
"styles": []
|
|
142
110
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
111
|
+
"VChipGroup": {
|
|
112
|
+
"from": "components/VChipGroup",
|
|
145
113
|
"styles": []
|
|
146
114
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
115
|
+
"VCarousel": {
|
|
116
|
+
"from": "components/VCarousel",
|
|
149
117
|
"styles": []
|
|
150
118
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
119
|
+
"VCarouselItem": {
|
|
120
|
+
"from": "components/VCarousel",
|
|
153
121
|
"styles": []
|
|
154
122
|
},
|
|
155
|
-
"
|
|
156
|
-
"from": "components/
|
|
123
|
+
"VChip": {
|
|
124
|
+
"from": "components/VChip",
|
|
157
125
|
"styles": []
|
|
158
126
|
},
|
|
159
|
-
"
|
|
160
|
-
"from": "components/
|
|
127
|
+
"VColorPicker": {
|
|
128
|
+
"from": "components/VColorPicker",
|
|
161
129
|
"styles": []
|
|
162
130
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
131
|
+
"VCode": {
|
|
132
|
+
"from": "components/VCode",
|
|
165
133
|
"styles": []
|
|
166
134
|
},
|
|
167
135
|
"VCombobox": {
|
|
168
136
|
"from": "components/VCombobox",
|
|
169
137
|
"styles": []
|
|
170
138
|
},
|
|
139
|
+
"VCounter": {
|
|
140
|
+
"from": "components/VCounter",
|
|
141
|
+
"styles": []
|
|
142
|
+
},
|
|
171
143
|
"VDatePicker": {
|
|
172
144
|
"from": "components/VDatePicker",
|
|
173
145
|
"styles": []
|
|
@@ -192,16 +164,32 @@
|
|
|
192
164
|
"from": "components/VDatePicker",
|
|
193
165
|
"styles": []
|
|
194
166
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
167
|
+
"VDataTable": {
|
|
168
|
+
"from": "components/VDataTable",
|
|
197
169
|
"styles": []
|
|
198
170
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
171
|
+
"VDataTableHeaders": {
|
|
172
|
+
"from": "components/VDataTable",
|
|
201
173
|
"styles": []
|
|
202
174
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
175
|
+
"VDataTableFooter": {
|
|
176
|
+
"from": "components/VDataTable",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
|
+
"VDataTableRows": {
|
|
180
|
+
"from": "components/VDataTable",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
|
+
"VDataTableRow": {
|
|
184
|
+
"from": "components/VDataTable",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VDataTableVirtual": {
|
|
188
|
+
"from": "components/VDataTable",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VDataTableServer": {
|
|
192
|
+
"from": "components/VDataTable",
|
|
205
193
|
"styles": []
|
|
206
194
|
},
|
|
207
195
|
"VExpansionPanels": {
|
|
@@ -220,10 +208,30 @@
|
|
|
220
208
|
"from": "components/VExpansionPanel",
|
|
221
209
|
"styles": []
|
|
222
210
|
},
|
|
211
|
+
"VDivider": {
|
|
212
|
+
"from": "components/VDivider",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VDialog": {
|
|
216
|
+
"from": "components/VDialog",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VEmptyState": {
|
|
220
|
+
"from": "components/VEmptyState",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
223
223
|
"VFab": {
|
|
224
224
|
"from": "components/VFab",
|
|
225
225
|
"styles": []
|
|
226
226
|
},
|
|
227
|
+
"VField": {
|
|
228
|
+
"from": "components/VField",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
231
|
+
"VFieldLabel": {
|
|
232
|
+
"from": "components/VField",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
227
235
|
"VFileInput": {
|
|
228
236
|
"from": "components/VFileInput",
|
|
229
237
|
"styles": []
|
|
@@ -232,30 +240,46 @@
|
|
|
232
240
|
"from": "components/VFooter",
|
|
233
241
|
"styles": []
|
|
234
242
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
243
|
+
"VIcon": {
|
|
244
|
+
"from": "components/VIcon",
|
|
237
245
|
"styles": []
|
|
238
246
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
247
|
+
"VComponentIcon": {
|
|
248
|
+
"from": "components/VIcon",
|
|
241
249
|
"styles": []
|
|
242
250
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
251
|
+
"VSvgIcon": {
|
|
252
|
+
"from": "components/VIcon",
|
|
245
253
|
"styles": []
|
|
246
254
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
255
|
+
"VLigatureIcon": {
|
|
256
|
+
"from": "components/VIcon",
|
|
249
257
|
"styles": []
|
|
250
258
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
259
|
+
"VClassIcon": {
|
|
260
|
+
"from": "components/VIcon",
|
|
261
|
+
"styles": []
|
|
262
|
+
},
|
|
263
|
+
"VInfiniteScroll": {
|
|
264
|
+
"from": "components/VInfiniteScroll",
|
|
253
265
|
"styles": []
|
|
254
266
|
},
|
|
255
267
|
"VInput": {
|
|
256
268
|
"from": "components/VInput",
|
|
257
269
|
"styles": []
|
|
258
270
|
},
|
|
271
|
+
"VImg": {
|
|
272
|
+
"from": "components/VImg",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VItemGroup": {
|
|
276
|
+
"from": "components/VItemGroup",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"VItem": {
|
|
280
|
+
"from": "components/VItemGroup",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
259
283
|
"VLabel": {
|
|
260
284
|
"from": "components/VLabel",
|
|
261
285
|
"styles": []
|
|
@@ -300,6 +324,10 @@
|
|
|
300
324
|
"from": "components/VList",
|
|
301
325
|
"styles": []
|
|
302
326
|
},
|
|
327
|
+
"VMain": {
|
|
328
|
+
"from": "components/VMain",
|
|
329
|
+
"styles": []
|
|
330
|
+
},
|
|
303
331
|
"VMenu": {
|
|
304
332
|
"from": "components/VMenu",
|
|
305
333
|
"styles": []
|
|
@@ -308,14 +336,6 @@
|
|
|
308
336
|
"from": "components/VMessages",
|
|
309
337
|
"styles": []
|
|
310
338
|
},
|
|
311
|
-
"VNavigationDrawer": {
|
|
312
|
-
"from": "components/VNavigationDrawer",
|
|
313
|
-
"styles": []
|
|
314
|
-
},
|
|
315
|
-
"VMain": {
|
|
316
|
-
"from": "components/VMain",
|
|
317
|
-
"styles": []
|
|
318
|
-
},
|
|
319
339
|
"VNumberInput": {
|
|
320
340
|
"from": "components/VNumberInput",
|
|
321
341
|
"styles": []
|
|
@@ -324,6 +344,14 @@
|
|
|
324
344
|
"from": "components/VOtpInput",
|
|
325
345
|
"styles": []
|
|
326
346
|
},
|
|
347
|
+
"VPagination": {
|
|
348
|
+
"from": "components/VPagination",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
351
|
+
"VNavigationDrawer": {
|
|
352
|
+
"from": "components/VNavigationDrawer",
|
|
353
|
+
"styles": []
|
|
354
|
+
},
|
|
327
355
|
"VOverlay": {
|
|
328
356
|
"from": "components/VOverlay",
|
|
329
357
|
"styles": []
|
|
@@ -336,14 +364,14 @@
|
|
|
336
364
|
"from": "components/VProgressCircular",
|
|
337
365
|
"styles": []
|
|
338
366
|
},
|
|
339
|
-
"VPagination": {
|
|
340
|
-
"from": "components/VPagination",
|
|
341
|
-
"styles": []
|
|
342
|
-
},
|
|
343
367
|
"VRadioGroup": {
|
|
344
368
|
"from": "components/VRadioGroup",
|
|
345
369
|
"styles": []
|
|
346
370
|
},
|
|
371
|
+
"VRating": {
|
|
372
|
+
"from": "components/VRating",
|
|
373
|
+
"styles": []
|
|
374
|
+
},
|
|
347
375
|
"VSelect": {
|
|
348
376
|
"from": "components/VSelect",
|
|
349
377
|
"styles": []
|
|
@@ -356,12 +384,8 @@
|
|
|
356
384
|
"from": "components/VSelectionControlGroup",
|
|
357
385
|
"styles": []
|
|
358
386
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
361
|
-
"styles": []
|
|
362
|
-
},
|
|
363
|
-
"VSheet": {
|
|
364
|
-
"from": "components/VSheet",
|
|
387
|
+
"VSkeletonLoader": {
|
|
388
|
+
"from": "components/VSkeletonLoader",
|
|
365
389
|
"styles": []
|
|
366
390
|
},
|
|
367
391
|
"VSlideGroup": {
|
|
@@ -376,14 +400,14 @@
|
|
|
376
400
|
"from": "components/VSnackbar",
|
|
377
401
|
"styles": []
|
|
378
402
|
},
|
|
379
|
-
"VSkeletonLoader": {
|
|
380
|
-
"from": "components/VSkeletonLoader",
|
|
381
|
-
"styles": []
|
|
382
|
-
},
|
|
383
403
|
"VSlider": {
|
|
384
404
|
"from": "components/VSlider",
|
|
385
405
|
"styles": []
|
|
386
406
|
},
|
|
407
|
+
"VSheet": {
|
|
408
|
+
"from": "components/VSheet",
|
|
409
|
+
"styles": []
|
|
410
|
+
},
|
|
387
411
|
"VStepper": {
|
|
388
412
|
"from": "components/VStepper",
|
|
389
413
|
"styles": []
|
|
@@ -416,6 +440,10 @@
|
|
|
416
440
|
"from": "components/VSystemBar",
|
|
417
441
|
"styles": []
|
|
418
442
|
},
|
|
443
|
+
"VTable": {
|
|
444
|
+
"from": "components/VTable",
|
|
445
|
+
"styles": []
|
|
446
|
+
},
|
|
419
447
|
"VTab": {
|
|
420
448
|
"from": "components/VTabs",
|
|
421
449
|
"styles": []
|
|
@@ -440,6 +468,14 @@
|
|
|
440
468
|
"from": "components/VTextField",
|
|
441
469
|
"styles": []
|
|
442
470
|
},
|
|
471
|
+
"VTimeline": {
|
|
472
|
+
"from": "components/VTimeline",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
475
|
+
"VTimelineItem": {
|
|
476
|
+
"from": "components/VTimeline",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
443
479
|
"VToolbar": {
|
|
444
480
|
"from": "components/VToolbar",
|
|
445
481
|
"styles": []
|
|
@@ -452,22 +488,10 @@
|
|
|
452
488
|
"from": "components/VToolbar",
|
|
453
489
|
"styles": []
|
|
454
490
|
},
|
|
455
|
-
"VTimeline": {
|
|
456
|
-
"from": "components/VTimeline",
|
|
457
|
-
"styles": []
|
|
458
|
-
},
|
|
459
|
-
"VTimelineItem": {
|
|
460
|
-
"from": "components/VTimeline",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
491
|
"VTooltip": {
|
|
464
492
|
"from": "components/VTooltip",
|
|
465
493
|
"styles": []
|
|
466
494
|
},
|
|
467
|
-
"VTable": {
|
|
468
|
-
"from": "components/VTable",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
495
|
"VWindow": {
|
|
472
496
|
"from": "components/VWindow",
|
|
473
497
|
"styles": []
|
|
@@ -476,10 +500,6 @@
|
|
|
476
500
|
"from": "components/VWindow",
|
|
477
501
|
"styles": []
|
|
478
502
|
},
|
|
479
|
-
"VChip": {
|
|
480
|
-
"from": "components/VChip",
|
|
481
|
-
"styles": []
|
|
482
|
-
},
|
|
483
503
|
"VConfirmEdit": {
|
|
484
504
|
"from": "components/VConfirmEdit",
|
|
485
505
|
"styles": []
|
|
@@ -492,46 +512,6 @@
|
|
|
492
512
|
"from": "components/VDefaultsProvider",
|
|
493
513
|
"styles": []
|
|
494
514
|
},
|
|
495
|
-
"VHover": {
|
|
496
|
-
"from": "components/VHover",
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
|
-
"VContainer": {
|
|
500
|
-
"from": "components/VGrid",
|
|
501
|
-
"styles": []
|
|
502
|
-
},
|
|
503
|
-
"VCol": {
|
|
504
|
-
"from": "components/VGrid",
|
|
505
|
-
"styles": []
|
|
506
|
-
},
|
|
507
|
-
"VRow": {
|
|
508
|
-
"from": "components/VGrid",
|
|
509
|
-
"styles": []
|
|
510
|
-
},
|
|
511
|
-
"VSpacer": {
|
|
512
|
-
"from": "components/VGrid",
|
|
513
|
-
"styles": []
|
|
514
|
-
},
|
|
515
|
-
"VIcon": {
|
|
516
|
-
"from": "components/VIcon",
|
|
517
|
-
"styles": []
|
|
518
|
-
},
|
|
519
|
-
"VComponentIcon": {
|
|
520
|
-
"from": "components/VIcon",
|
|
521
|
-
"styles": []
|
|
522
|
-
},
|
|
523
|
-
"VSvgIcon": {
|
|
524
|
-
"from": "components/VIcon",
|
|
525
|
-
"styles": []
|
|
526
|
-
},
|
|
527
|
-
"VLigatureIcon": {
|
|
528
|
-
"from": "components/VIcon",
|
|
529
|
-
"styles": []
|
|
530
|
-
},
|
|
531
|
-
"VClassIcon": {
|
|
532
|
-
"from": "components/VIcon",
|
|
533
|
-
"styles": []
|
|
534
|
-
},
|
|
535
515
|
"VForm": {
|
|
536
516
|
"from": "components/VForm",
|
|
537
517
|
"styles": []
|
|
@@ -560,40 +540,36 @@
|
|
|
560
540
|
"from": "components/VParallax",
|
|
561
541
|
"styles": []
|
|
562
542
|
},
|
|
563
|
-
"VRadio": {
|
|
564
|
-
"from": "components/VRadio",
|
|
565
|
-
"styles": []
|
|
566
|
-
},
|
|
567
543
|
"VRangeSlider": {
|
|
568
544
|
"from": "components/VRangeSlider",
|
|
569
545
|
"styles": []
|
|
570
546
|
},
|
|
571
|
-
"
|
|
572
|
-
"from": "components/
|
|
547
|
+
"VRadio": {
|
|
548
|
+
"from": "components/VRadio",
|
|
573
549
|
"styles": []
|
|
574
550
|
},
|
|
575
|
-
"
|
|
576
|
-
"from": "components/
|
|
551
|
+
"VResponsive": {
|
|
552
|
+
"from": "components/VResponsive",
|
|
577
553
|
"styles": []
|
|
578
554
|
},
|
|
579
555
|
"VSnackbarQueue": {
|
|
580
556
|
"from": "components/VSnackbarQueue",
|
|
581
557
|
"styles": []
|
|
582
558
|
},
|
|
583
|
-
"
|
|
584
|
-
"from": "components/
|
|
559
|
+
"VSparkline": {
|
|
560
|
+
"from": "components/VSparkline",
|
|
585
561
|
"styles": []
|
|
586
562
|
},
|
|
587
|
-
"
|
|
588
|
-
"from": "components/
|
|
563
|
+
"VSpeedDial": {
|
|
564
|
+
"from": "components/VSpeedDial",
|
|
589
565
|
"styles": []
|
|
590
566
|
},
|
|
591
567
|
"VValidation": {
|
|
592
568
|
"from": "components/VValidation",
|
|
593
569
|
"styles": []
|
|
594
570
|
},
|
|
595
|
-
"
|
|
596
|
-
"from": "components/
|
|
571
|
+
"VThemeProvider": {
|
|
572
|
+
"from": "components/VThemeProvider",
|
|
597
573
|
"styles": []
|
|
598
574
|
},
|
|
599
575
|
"VFabTransition": {
|
|
@@ -660,8 +636,32 @@
|
|
|
660
636
|
"from": "components/transitions",
|
|
661
637
|
"styles": []
|
|
662
638
|
},
|
|
663
|
-
"
|
|
664
|
-
"from": "components/
|
|
639
|
+
"VVirtualScroll": {
|
|
640
|
+
"from": "components/VVirtualScroll",
|
|
641
|
+
"styles": []
|
|
642
|
+
},
|
|
643
|
+
"VContainer": {
|
|
644
|
+
"from": "components/VGrid",
|
|
645
|
+
"styles": []
|
|
646
|
+
},
|
|
647
|
+
"VCol": {
|
|
648
|
+
"from": "components/VGrid",
|
|
649
|
+
"styles": []
|
|
650
|
+
},
|
|
651
|
+
"VRow": {
|
|
652
|
+
"from": "components/VGrid",
|
|
653
|
+
"styles": []
|
|
654
|
+
},
|
|
655
|
+
"VSpacer": {
|
|
656
|
+
"from": "components/VGrid",
|
|
657
|
+
"styles": []
|
|
658
|
+
},
|
|
659
|
+
"VApp": {
|
|
660
|
+
"from": "components/VApp",
|
|
661
|
+
"styles": []
|
|
662
|
+
},
|
|
663
|
+
"VHover": {
|
|
664
|
+
"from": "components/VHover",
|
|
665
665
|
"styles": []
|
|
666
666
|
}
|
|
667
667
|
},
|
package/dist/json/tags.json
CHANGED
|
@@ -2451,6 +2451,7 @@
|
|
|
2451
2451
|
"expand-icon",
|
|
2452
2452
|
"fluid",
|
|
2453
2453
|
"prepend-icon",
|
|
2454
|
+
"raw-id",
|
|
2454
2455
|
"subgroup",
|
|
2455
2456
|
"tag",
|
|
2456
2457
|
"title",
|
|
@@ -4397,6 +4398,7 @@
|
|
|
4397
4398
|
"expand-icon",
|
|
4398
4399
|
"fluid",
|
|
4399
4400
|
"prepend-icon",
|
|
4401
|
+
"raw-id",
|
|
4400
4402
|
"tag",
|
|
4401
4403
|
"title",
|
|
4402
4404
|
"value"
|