vuetify 3.8.9 → 3.8.10
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 +3370 -3362
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +160 -160
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +5992 -5974
- package/dist/vuetify-labs.cjs +89 -40
- package/dist/vuetify-labs.css +5399 -5390
- package/dist/vuetify-labs.d.ts +69 -59
- package/dist/vuetify-labs.esm.js +89 -40
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +89 -40
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +83 -39
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5526 -5517
- package/dist/vuetify.d.ts +64 -59
- package/dist/vuetify.esm.js +83 -39
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +83 -39
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +390 -387
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtnGroup/VBtnGroup.css +2 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +2 -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/VDatePickerYears.js +1 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VField/VField.js +10 -2
- package/lib/components/VField/VField.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/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/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 +59 -59
- 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
|
@@ -24,36 +24,40 @@
|
|
|
24
24
|
"from": "labs/VCalendar",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
27
|
+
"VColorInput": {
|
|
28
|
+
"from": "labs/VColorInput",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
31
|
+
"VPicker": {
|
|
32
|
+
"from": "labs/VPicker",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VPickerTitle": {
|
|
36
|
+
"from": "labs/VPicker",
|
|
33
37
|
"styles": []
|
|
34
38
|
},
|
|
35
39
|
"VIconBtn": {
|
|
36
40
|
"from": "labs/VIconBtn",
|
|
37
41
|
"styles": []
|
|
38
42
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "labs/
|
|
43
|
+
"VTreeview": {
|
|
44
|
+
"from": "labs/VTreeview",
|
|
41
45
|
"styles": []
|
|
42
46
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "labs/
|
|
47
|
+
"VTreeviewItem": {
|
|
48
|
+
"from": "labs/VTreeview",
|
|
45
49
|
"styles": []
|
|
46
50
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "labs/
|
|
51
|
+
"VTreeviewGroup": {
|
|
52
|
+
"from": "labs/VTreeview",
|
|
49
53
|
"styles": []
|
|
50
54
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "labs/
|
|
55
|
+
"VFileUpload": {
|
|
56
|
+
"from": "labs/VFileUpload",
|
|
53
57
|
"styles": []
|
|
54
58
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "labs/
|
|
59
|
+
"VFileUploadItem": {
|
|
60
|
+
"from": "labs/VFileUpload",
|
|
57
61
|
"styles": []
|
|
58
62
|
},
|
|
59
63
|
"VTimePicker": {
|
|
@@ -68,26 +72,22 @@
|
|
|
68
72
|
"from": "labs/VTimePicker",
|
|
69
73
|
"styles": []
|
|
70
74
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "labs/
|
|
75
|
+
"VStepperVertical": {
|
|
76
|
+
"from": "labs/VStepperVertical",
|
|
73
77
|
"styles": []
|
|
74
78
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "labs/
|
|
79
|
+
"VStepperVerticalItem": {
|
|
80
|
+
"from": "labs/VStepperVertical",
|
|
77
81
|
"styles": []
|
|
78
82
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "labs/
|
|
83
|
+
"VStepperVerticalActions": {
|
|
84
|
+
"from": "labs/VStepperVertical",
|
|
81
85
|
"styles": []
|
|
82
86
|
},
|
|
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,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VAlert": {
|
|
8
4
|
"from": "components/VAlert",
|
|
9
5
|
"styles": []
|
|
@@ -12,12 +8,8 @@
|
|
|
12
8
|
"from": "components/VAlert",
|
|
13
9
|
"styles": []
|
|
14
10
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "components/
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
|
-
"VAvatar": {
|
|
20
|
-
"from": "components/VAvatar",
|
|
11
|
+
"VApp": {
|
|
12
|
+
"from": "components/VApp",
|
|
21
13
|
"styles": []
|
|
22
14
|
},
|
|
23
15
|
"VAppBar": {
|
|
@@ -32,8 +24,12 @@
|
|
|
32
24
|
"from": "components/VAppBar",
|
|
33
25
|
"styles": []
|
|
34
26
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
27
|
+
"VAvatar": {
|
|
28
|
+
"from": "components/VAvatar",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VAutocomplete": {
|
|
32
|
+
"from": "components/VAutocomplete",
|
|
37
33
|
"styles": []
|
|
38
34
|
},
|
|
39
35
|
"VBanner": {
|
|
@@ -52,56 +48,32 @@
|
|
|
52
48
|
"from": "components/VBottomSheet",
|
|
53
49
|
"styles": []
|
|
54
50
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VBreadcrumbsItem": {
|
|
60
|
-
"from": "components/VBreadcrumbs",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
|
-
"VBreadcrumbsDivider": {
|
|
64
|
-
"from": "components/VBreadcrumbs",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
|
-
"VBtn": {
|
|
68
|
-
"from": "components/VBtn",
|
|
51
|
+
"VBadge": {
|
|
52
|
+
"from": "components/VBadge",
|
|
69
53
|
"styles": []
|
|
70
54
|
},
|
|
71
55
|
"VBottomNavigation": {
|
|
72
56
|
"from": "components/VBottomNavigation",
|
|
73
57
|
"styles": []
|
|
74
58
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VCarousel": {
|
|
80
|
-
"from": "components/VCarousel",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCarouselItem": {
|
|
84
|
-
"from": "components/VCarousel",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VCheckbox": {
|
|
88
|
-
"from": "components/VCheckbox",
|
|
59
|
+
"VBtnGroup": {
|
|
60
|
+
"from": "components/VBtnGroup",
|
|
89
61
|
"styles": []
|
|
90
62
|
},
|
|
91
|
-
"
|
|
92
|
-
"from": "components/
|
|
63
|
+
"VBreadcrumbs": {
|
|
64
|
+
"from": "components/VBreadcrumbs",
|
|
93
65
|
"styles": []
|
|
94
66
|
},
|
|
95
|
-
"
|
|
96
|
-
"from": "components/
|
|
67
|
+
"VBreadcrumbsItem": {
|
|
68
|
+
"from": "components/VBreadcrumbs",
|
|
97
69
|
"styles": []
|
|
98
70
|
},
|
|
99
|
-
"
|
|
100
|
-
"from": "components/
|
|
71
|
+
"VBreadcrumbsDivider": {
|
|
72
|
+
"from": "components/VBreadcrumbs",
|
|
101
73
|
"styles": []
|
|
102
74
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
75
|
+
"VBtnToggle": {
|
|
76
|
+
"from": "components/VBtnToggle",
|
|
105
77
|
"styles": []
|
|
106
78
|
},
|
|
107
79
|
"VCard": {
|
|
@@ -128,44 +100,44 @@
|
|
|
128
100
|
"from": "components/VCard",
|
|
129
101
|
"styles": []
|
|
130
102
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
103
|
+
"VCheckbox": {
|
|
104
|
+
"from": "components/VCheckbox",
|
|
133
105
|
"styles": []
|
|
134
106
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
107
|
+
"VCheckboxBtn": {
|
|
108
|
+
"from": "components/VCheckbox",
|
|
137
109
|
"styles": []
|
|
138
110
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
111
|
+
"VChipGroup": {
|
|
112
|
+
"from": "components/VChipGroup",
|
|
141
113
|
"styles": []
|
|
142
114
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
115
|
+
"VCode": {
|
|
116
|
+
"from": "components/VCode",
|
|
145
117
|
"styles": []
|
|
146
118
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
119
|
+
"VCarousel": {
|
|
120
|
+
"from": "components/VCarousel",
|
|
149
121
|
"styles": []
|
|
150
122
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
123
|
+
"VCarouselItem": {
|
|
124
|
+
"from": "components/VCarousel",
|
|
153
125
|
"styles": []
|
|
154
126
|
},
|
|
155
|
-
"
|
|
156
|
-
"from": "components/
|
|
127
|
+
"VChip": {
|
|
128
|
+
"from": "components/VChip",
|
|
157
129
|
"styles": []
|
|
158
130
|
},
|
|
159
|
-
"
|
|
160
|
-
"from": "components/
|
|
131
|
+
"VCombobox": {
|
|
132
|
+
"from": "components/VCombobox",
|
|
161
133
|
"styles": []
|
|
162
134
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
135
|
+
"VCounter": {
|
|
136
|
+
"from": "components/VCounter",
|
|
165
137
|
"styles": []
|
|
166
138
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
139
|
+
"VColorPicker": {
|
|
140
|
+
"from": "components/VColorPicker",
|
|
169
141
|
"styles": []
|
|
170
142
|
},
|
|
171
143
|
"VDatePicker": {
|
|
@@ -196,6 +168,38 @@
|
|
|
196
168
|
"from": "components/VDialog",
|
|
197
169
|
"styles": []
|
|
198
170
|
},
|
|
171
|
+
"VBtn": {
|
|
172
|
+
"from": "components/VBtn",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
|
+
"VDataTable": {
|
|
176
|
+
"from": "components/VDataTable",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
|
+
"VDataTableHeaders": {
|
|
180
|
+
"from": "components/VDataTable",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
|
+
"VDataTableFooter": {
|
|
184
|
+
"from": "components/VDataTable",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VDataTableRows": {
|
|
188
|
+
"from": "components/VDataTable",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VDataTableRow": {
|
|
192
|
+
"from": "components/VDataTable",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VDataTableVirtual": {
|
|
196
|
+
"from": "components/VDataTable",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VDataTableServer": {
|
|
200
|
+
"from": "components/VDataTable",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
199
203
|
"VDivider": {
|
|
200
204
|
"from": "components/VDivider",
|
|
201
205
|
"styles": []
|
|
@@ -204,6 +208,18 @@
|
|
|
204
208
|
"from": "components/VEmptyState",
|
|
205
209
|
"styles": []
|
|
206
210
|
},
|
|
211
|
+
"VField": {
|
|
212
|
+
"from": "components/VField",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VFieldLabel": {
|
|
216
|
+
"from": "components/VField",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VFileInput": {
|
|
220
|
+
"from": "components/VFileInput",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
207
223
|
"VExpansionPanels": {
|
|
208
224
|
"from": "components/VExpansionPanel",
|
|
209
225
|
"styles": []
|
|
@@ -224,22 +240,6 @@
|
|
|
224
240
|
"from": "components/VFab",
|
|
225
241
|
"styles": []
|
|
226
242
|
},
|
|
227
|
-
"VFileInput": {
|
|
228
|
-
"from": "components/VFileInput",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
|
-
"VFooter": {
|
|
232
|
-
"from": "components/VFooter",
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
|
-
"VField": {
|
|
236
|
-
"from": "components/VField",
|
|
237
|
-
"styles": []
|
|
238
|
-
},
|
|
239
|
-
"VFieldLabel": {
|
|
240
|
-
"from": "components/VField",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
243
|
"VItemGroup": {
|
|
244
244
|
"from": "components/VItemGroup",
|
|
245
245
|
"styles": []
|
|
@@ -256,6 +256,34 @@
|
|
|
256
256
|
"from": "components/VInput",
|
|
257
257
|
"styles": []
|
|
258
258
|
},
|
|
259
|
+
"VIcon": {
|
|
260
|
+
"from": "components/VIcon",
|
|
261
|
+
"styles": []
|
|
262
|
+
},
|
|
263
|
+
"VComponentIcon": {
|
|
264
|
+
"from": "components/VIcon",
|
|
265
|
+
"styles": []
|
|
266
|
+
},
|
|
267
|
+
"VSvgIcon": {
|
|
268
|
+
"from": "components/VIcon",
|
|
269
|
+
"styles": []
|
|
270
|
+
},
|
|
271
|
+
"VLigatureIcon": {
|
|
272
|
+
"from": "components/VIcon",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VClassIcon": {
|
|
276
|
+
"from": "components/VIcon",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"VInfiniteScroll": {
|
|
280
|
+
"from": "components/VInfiniteScroll",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
|
+
"VFooter": {
|
|
284
|
+
"from": "components/VFooter",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
259
287
|
"VLabel": {
|
|
260
288
|
"from": "components/VLabel",
|
|
261
289
|
"styles": []
|
|
@@ -300,54 +328,62 @@
|
|
|
300
328
|
"from": "components/VList",
|
|
301
329
|
"styles": []
|
|
302
330
|
},
|
|
303
|
-
"
|
|
304
|
-
"from": "components/
|
|
331
|
+
"VMain": {
|
|
332
|
+
"from": "components/VMain",
|
|
305
333
|
"styles": []
|
|
306
334
|
},
|
|
307
335
|
"VMessages": {
|
|
308
336
|
"from": "components/VMessages",
|
|
309
337
|
"styles": []
|
|
310
338
|
},
|
|
311
|
-
"
|
|
312
|
-
"from": "components/
|
|
313
|
-
"styles": []
|
|
314
|
-
},
|
|
315
|
-
"VMain": {
|
|
316
|
-
"from": "components/VMain",
|
|
317
|
-
"styles": []
|
|
318
|
-
},
|
|
319
|
-
"VNumberInput": {
|
|
320
|
-
"from": "components/VNumberInput",
|
|
339
|
+
"VMenu": {
|
|
340
|
+
"from": "components/VMenu",
|
|
321
341
|
"styles": []
|
|
322
342
|
},
|
|
323
343
|
"VOtpInput": {
|
|
324
344
|
"from": "components/VOtpInput",
|
|
325
345
|
"styles": []
|
|
326
346
|
},
|
|
347
|
+
"VNavigationDrawer": {
|
|
348
|
+
"from": "components/VNavigationDrawer",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
327
351
|
"VOverlay": {
|
|
328
352
|
"from": "components/VOverlay",
|
|
329
353
|
"styles": []
|
|
330
354
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
355
|
+
"VPagination": {
|
|
356
|
+
"from": "components/VPagination",
|
|
333
357
|
"styles": []
|
|
334
358
|
},
|
|
335
359
|
"VProgressCircular": {
|
|
336
360
|
"from": "components/VProgressCircular",
|
|
337
361
|
"styles": []
|
|
338
362
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
363
|
+
"VNumberInput": {
|
|
364
|
+
"from": "components/VNumberInput",
|
|
341
365
|
"styles": []
|
|
342
366
|
},
|
|
343
367
|
"VRadioGroup": {
|
|
344
368
|
"from": "components/VRadioGroup",
|
|
345
369
|
"styles": []
|
|
346
370
|
},
|
|
371
|
+
"VProgressLinear": {
|
|
372
|
+
"from": "components/VProgressLinear",
|
|
373
|
+
"styles": []
|
|
374
|
+
},
|
|
375
|
+
"VRating": {
|
|
376
|
+
"from": "components/VRating",
|
|
377
|
+
"styles": []
|
|
378
|
+
},
|
|
347
379
|
"VSelect": {
|
|
348
380
|
"from": "components/VSelect",
|
|
349
381
|
"styles": []
|
|
350
382
|
},
|
|
383
|
+
"VSheet": {
|
|
384
|
+
"from": "components/VSheet",
|
|
385
|
+
"styles": []
|
|
386
|
+
},
|
|
351
387
|
"VSelectionControl": {
|
|
352
388
|
"from": "components/VSelectionControl",
|
|
353
389
|
"styles": []
|
|
@@ -356,12 +392,8 @@
|
|
|
356
392
|
"from": "components/VSelectionControlGroup",
|
|
357
393
|
"styles": []
|
|
358
394
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
361
|
-
"styles": []
|
|
362
|
-
},
|
|
363
|
-
"VSheet": {
|
|
364
|
-
"from": "components/VSheet",
|
|
395
|
+
"VSkeletonLoader": {
|
|
396
|
+
"from": "components/VSkeletonLoader",
|
|
365
397
|
"styles": []
|
|
366
398
|
},
|
|
367
399
|
"VSlideGroup": {
|
|
@@ -372,14 +404,6 @@
|
|
|
372
404
|
"from": "components/VSlideGroup",
|
|
373
405
|
"styles": []
|
|
374
406
|
},
|
|
375
|
-
"VSnackbar": {
|
|
376
|
-
"from": "components/VSnackbar",
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
|
-
"VSkeletonLoader": {
|
|
380
|
-
"from": "components/VSkeletonLoader",
|
|
381
|
-
"styles": []
|
|
382
|
-
},
|
|
383
407
|
"VSlider": {
|
|
384
408
|
"from": "components/VSlider",
|
|
385
409
|
"styles": []
|
|
@@ -408,12 +432,20 @@
|
|
|
408
432
|
"from": "components/VStepper",
|
|
409
433
|
"styles": []
|
|
410
434
|
},
|
|
435
|
+
"VSnackbar": {
|
|
436
|
+
"from": "components/VSnackbar",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
411
439
|
"VSwitch": {
|
|
412
440
|
"from": "components/VSwitch",
|
|
413
441
|
"styles": []
|
|
414
442
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
443
|
+
"VTable": {
|
|
444
|
+
"from": "components/VTable",
|
|
445
|
+
"styles": []
|
|
446
|
+
},
|
|
447
|
+
"VTextField": {
|
|
448
|
+
"from": "components/VTextField",
|
|
417
449
|
"styles": []
|
|
418
450
|
},
|
|
419
451
|
"VTab": {
|
|
@@ -432,12 +464,12 @@
|
|
|
432
464
|
"from": "components/VTabs",
|
|
433
465
|
"styles": []
|
|
434
466
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
467
|
+
"VSystemBar": {
|
|
468
|
+
"from": "components/VSystemBar",
|
|
437
469
|
"styles": []
|
|
438
470
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
471
|
+
"VTextarea": {
|
|
472
|
+
"from": "components/VTextarea",
|
|
441
473
|
"styles": []
|
|
442
474
|
},
|
|
443
475
|
"VToolbar": {
|
|
@@ -464,10 +496,6 @@
|
|
|
464
496
|
"from": "components/VTooltip",
|
|
465
497
|
"styles": []
|
|
466
498
|
},
|
|
467
|
-
"VTable": {
|
|
468
|
-
"from": "components/VTable",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
499
|
"VWindow": {
|
|
472
500
|
"from": "components/VWindow",
|
|
473
501
|
"styles": []
|
|
@@ -476,10 +504,6 @@
|
|
|
476
504
|
"from": "components/VWindow",
|
|
477
505
|
"styles": []
|
|
478
506
|
},
|
|
479
|
-
"VChip": {
|
|
480
|
-
"from": "components/VChip",
|
|
481
|
-
"styles": []
|
|
482
|
-
},
|
|
483
507
|
"VConfirmEdit": {
|
|
484
508
|
"from": "components/VConfirmEdit",
|
|
485
509
|
"styles": []
|
|
@@ -492,8 +516,8 @@
|
|
|
492
516
|
"from": "components/VDefaultsProvider",
|
|
493
517
|
"styles": []
|
|
494
518
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
519
|
+
"VForm": {
|
|
520
|
+
"from": "components/VForm",
|
|
497
521
|
"styles": []
|
|
498
522
|
},
|
|
499
523
|
"VContainer": {
|
|
@@ -512,28 +536,8 @@
|
|
|
512
536
|
"from": "components/VGrid",
|
|
513
537
|
"styles": []
|
|
514
538
|
},
|
|
515
|
-
"
|
|
516
|
-
"from": "components/
|
|
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
|
-
"VForm": {
|
|
536
|
-
"from": "components/VForm",
|
|
539
|
+
"VHover": {
|
|
540
|
+
"from": "components/VHover",
|
|
537
541
|
"styles": []
|
|
538
542
|
},
|
|
539
543
|
"VLayout": {
|
|
@@ -588,14 +592,14 @@
|
|
|
588
592
|
"from": "components/VThemeProvider",
|
|
589
593
|
"styles": []
|
|
590
594
|
},
|
|
591
|
-
"VValidation": {
|
|
592
|
-
"from": "components/VValidation",
|
|
593
|
-
"styles": []
|
|
594
|
-
},
|
|
595
595
|
"VVirtualScroll": {
|
|
596
596
|
"from": "components/VVirtualScroll",
|
|
597
597
|
"styles": []
|
|
598
598
|
},
|
|
599
|
+
"VValidation": {
|
|
600
|
+
"from": "components/VValidation",
|
|
601
|
+
"styles": []
|
|
602
|
+
},
|
|
599
603
|
"VFabTransition": {
|
|
600
604
|
"from": "components/transitions",
|
|
601
605
|
"styles": []
|
|
@@ -659,10 +663,6 @@
|
|
|
659
663
|
"VDialogTransition": {
|
|
660
664
|
"from": "components/transitions",
|
|
661
665
|
"styles": []
|
|
662
|
-
},
|
|
663
|
-
"VInfiniteScroll": {
|
|
664
|
-
"from": "components/VInfiniteScroll",
|
|
665
|
-
"styles": []
|
|
666
666
|
}
|
|
667
667
|
},
|
|
668
668
|
"directives": [
|
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"
|