@vuetify/nightly 3.8.8-dev.2025-06-04 → 3.8.8-dev.2025-06-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/CHANGELOG.md +5 -3
- package/dist/json/attributes.json +3640 -3616
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +158 -158
- package/dist/json/tags.json +7 -1
- package/dist/json/web-types.json +6660 -6606
- package/dist/vuetify-labs.cjs +38 -5
- package/dist/vuetify-labs.css +4973 -4973
- package/dist/vuetify-labs.d.ts +96 -60
- package/dist/vuetify-labs.esm.js +38 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +38 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +38 -5
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3676 -3676
- package/dist/vuetify.d.ts +96 -60
- package/dist/vuetify.esm.js +38 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +38 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +173 -172
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBadge/VBadge.d.ts +60 -0
- package/lib/components/VBadge/VBadge.js +7 -2
- package/lib/components/VBadge/VBadge.js.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.d.ts +9 -3
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +29 -0
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -24,6 +24,10 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
+
"VColorInput": {
|
28
|
+
"from": "labs/VColorInput",
|
29
|
+
"styles": []
|
30
|
+
},
|
27
31
|
"VFileUpload": {
|
28
32
|
"from": "labs/VFileUpload",
|
29
33
|
"styles": []
|
@@ -36,12 +40,16 @@
|
|
36
40
|
"from": "labs/VIconBtn",
|
37
41
|
"styles": []
|
38
42
|
},
|
39
|
-
"
|
40
|
-
"from": "labs/
|
43
|
+
"VStepperVertical": {
|
44
|
+
"from": "labs/VStepperVertical",
|
41
45
|
"styles": []
|
42
46
|
},
|
43
|
-
"
|
44
|
-
"from": "labs/
|
47
|
+
"VStepperVerticalItem": {
|
48
|
+
"from": "labs/VStepperVertical",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VStepperVerticalActions": {
|
52
|
+
"from": "labs/VStepperVertical",
|
45
53
|
"styles": []
|
46
54
|
},
|
47
55
|
"VTreeview": {
|
@@ -56,20 +64,12 @@
|
|
56
64
|
"from": "labs/VTreeview",
|
57
65
|
"styles": []
|
58
66
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
61
|
-
"styles": []
|
62
|
-
},
|
63
|
-
"VStepperVerticalItem": {
|
64
|
-
"from": "labs/VStepperVertical",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VStepperVerticalActions": {
|
68
|
-
"from": "labs/VStepperVertical",
|
67
|
+
"VPicker": {
|
68
|
+
"from": "labs/VPicker",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
71
|
+
"VPickerTitle": {
|
72
|
+
"from": "labs/VPicker",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
75
|
"VTimePicker": {
|
@@ -88,8 +88,8 @@
|
|
88
88
|
"from": "labs/VPullToRefresh",
|
89
89
|
"styles": []
|
90
90
|
},
|
91
|
-
"
|
92
|
-
"from": "labs/
|
91
|
+
"VDateInput": {
|
92
|
+
"from": "labs/VDateInput",
|
93
93
|
"styles": []
|
94
94
|
}
|
95
95
|
}
|
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
|
"VAppBar": {
|
8
4
|
"from": "components/VAppBar",
|
9
5
|
"styles": []
|
@@ -16,6 +12,10 @@
|
|
16
12
|
"from": "components/VAppBar",
|
17
13
|
"styles": []
|
18
14
|
},
|
15
|
+
"VApp": {
|
16
|
+
"from": "components/VApp",
|
17
|
+
"styles": []
|
18
|
+
},
|
19
19
|
"VAlert": {
|
20
20
|
"from": "components/VAlert",
|
21
21
|
"styles": []
|
@@ -24,18 +24,14 @@
|
|
24
24
|
"from": "components/VAlert",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"VAutocomplete": {
|
28
|
-
"from": "components/VAutocomplete",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VBadge": {
|
32
|
-
"from": "components/VBadge",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
27
|
"VAvatar": {
|
36
28
|
"from": "components/VAvatar",
|
37
29
|
"styles": []
|
38
30
|
},
|
31
|
+
"VAutocomplete": {
|
32
|
+
"from": "components/VAutocomplete",
|
33
|
+
"styles": []
|
34
|
+
},
|
39
35
|
"VBanner": {
|
40
36
|
"from": "components/VBanner",
|
41
37
|
"styles": []
|
@@ -48,6 +44,22 @@
|
|
48
44
|
"from": "components/VBanner",
|
49
45
|
"styles": []
|
50
46
|
},
|
47
|
+
"VBottomSheet": {
|
48
|
+
"from": "components/VBottomSheet",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VBadge": {
|
52
|
+
"from": "components/VBadge",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VBottomNavigation": {
|
56
|
+
"from": "components/VBottomNavigation",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VBtn": {
|
60
|
+
"from": "components/VBtn",
|
61
|
+
"styles": []
|
62
|
+
},
|
51
63
|
"VBreadcrumbs": {
|
52
64
|
"from": "components/VBreadcrumbs",
|
53
65
|
"styles": []
|
@@ -60,6 +72,10 @@
|
|
60
72
|
"from": "components/VBreadcrumbs",
|
61
73
|
"styles": []
|
62
74
|
},
|
75
|
+
"VBtnToggle": {
|
76
|
+
"from": "components/VBtnToggle",
|
77
|
+
"styles": []
|
78
|
+
},
|
63
79
|
"VCard": {
|
64
80
|
"from": "components/VCard",
|
65
81
|
"styles": []
|
@@ -84,20 +100,24 @@
|
|
84
100
|
"from": "components/VCard",
|
85
101
|
"styles": []
|
86
102
|
},
|
87
|
-
"
|
88
|
-
"from": "components/
|
103
|
+
"VCarousel": {
|
104
|
+
"from": "components/VCarousel",
|
89
105
|
"styles": []
|
90
106
|
},
|
91
|
-
"
|
92
|
-
"from": "components/
|
107
|
+
"VCarouselItem": {
|
108
|
+
"from": "components/VCarousel",
|
93
109
|
"styles": []
|
94
110
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
111
|
+
"VChip": {
|
112
|
+
"from": "components/VChip",
|
97
113
|
"styles": []
|
98
114
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
115
|
+
"VCombobox": {
|
116
|
+
"from": "components/VCombobox",
|
117
|
+
"styles": []
|
118
|
+
},
|
119
|
+
"VCode": {
|
120
|
+
"from": "components/VCode",
|
101
121
|
"styles": []
|
102
122
|
},
|
103
123
|
"VCheckbox": {
|
@@ -108,44 +128,44 @@
|
|
108
128
|
"from": "components/VCheckbox",
|
109
129
|
"styles": []
|
110
130
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
131
|
+
"VBtnGroup": {
|
132
|
+
"from": "components/VBtnGroup",
|
113
133
|
"styles": []
|
114
134
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
135
|
+
"VColorPicker": {
|
136
|
+
"from": "components/VColorPicker",
|
117
137
|
"styles": []
|
118
138
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
139
|
+
"VCounter": {
|
140
|
+
"from": "components/VCounter",
|
121
141
|
"styles": []
|
122
142
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
143
|
+
"VDataTable": {
|
144
|
+
"from": "components/VDataTable",
|
125
145
|
"styles": []
|
126
146
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
147
|
+
"VDataTableHeaders": {
|
148
|
+
"from": "components/VDataTable",
|
129
149
|
"styles": []
|
130
150
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
151
|
+
"VDataTableFooter": {
|
152
|
+
"from": "components/VDataTable",
|
133
153
|
"styles": []
|
134
154
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
155
|
+
"VDataTableRows": {
|
156
|
+
"from": "components/VDataTable",
|
137
157
|
"styles": []
|
138
158
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
159
|
+
"VDataTableRow": {
|
160
|
+
"from": "components/VDataTable",
|
141
161
|
"styles": []
|
142
162
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
163
|
+
"VDataTableVirtual": {
|
164
|
+
"from": "components/VDataTable",
|
145
165
|
"styles": []
|
146
166
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
167
|
+
"VDataTableServer": {
|
168
|
+
"from": "components/VDataTable",
|
149
169
|
"styles": []
|
150
170
|
},
|
151
171
|
"VDatePicker": {
|
@@ -176,76 +196,36 @@
|
|
176
196
|
"from": "components/VDialog",
|
177
197
|
"styles": []
|
178
198
|
},
|
179
|
-
"
|
180
|
-
"from": "components/
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VDataTableHeaders": {
|
184
|
-
"from": "components/VDataTable",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
|
-
"VDataTableFooter": {
|
188
|
-
"from": "components/VDataTable",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
|
-
"VDataTableRows": {
|
192
|
-
"from": "components/VDataTable",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VDataTableRow": {
|
196
|
-
"from": "components/VDataTable",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VDataTableVirtual": {
|
200
|
-
"from": "components/VDataTable",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
|
-
"VDataTableServer": {
|
204
|
-
"from": "components/VDataTable",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
|
-
"VExpansionPanels": {
|
208
|
-
"from": "components/VExpansionPanel",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
|
-
"VExpansionPanel": {
|
212
|
-
"from": "components/VExpansionPanel",
|
213
|
-
"styles": []
|
214
|
-
},
|
215
|
-
"VExpansionPanelText": {
|
216
|
-
"from": "components/VExpansionPanel",
|
199
|
+
"VEmptyState": {
|
200
|
+
"from": "components/VEmptyState",
|
217
201
|
"styles": []
|
218
202
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
203
|
+
"VDivider": {
|
204
|
+
"from": "components/VDivider",
|
221
205
|
"styles": []
|
222
206
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
207
|
+
"VChipGroup": {
|
208
|
+
"from": "components/VChipGroup",
|
225
209
|
"styles": []
|
226
210
|
},
|
227
211
|
"VFab": {
|
228
212
|
"from": "components/VFab",
|
229
213
|
"styles": []
|
230
214
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
233
|
-
"styles": []
|
234
|
-
},
|
235
|
-
"VFieldLabel": {
|
236
|
-
"from": "components/VField",
|
215
|
+
"VFileInput": {
|
216
|
+
"from": "components/VFileInput",
|
237
217
|
"styles": []
|
238
218
|
},
|
239
219
|
"VFooter": {
|
240
220
|
"from": "components/VFooter",
|
241
221
|
"styles": []
|
242
222
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
223
|
+
"VField": {
|
224
|
+
"from": "components/VField",
|
245
225
|
"styles": []
|
246
226
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
227
|
+
"VFieldLabel": {
|
228
|
+
"from": "components/VField",
|
249
229
|
"styles": []
|
250
230
|
},
|
251
231
|
"VIcon": {
|
@@ -268,18 +248,14 @@
|
|
268
248
|
"from": "components/VIcon",
|
269
249
|
"styles": []
|
270
250
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
251
|
+
"VInfiniteScroll": {
|
252
|
+
"from": "components/VInfiniteScroll",
|
273
253
|
"styles": []
|
274
254
|
},
|
275
255
|
"VImg": {
|
276
256
|
"from": "components/VImg",
|
277
257
|
"styles": []
|
278
258
|
},
|
279
|
-
"VLabel": {
|
280
|
-
"from": "components/VLabel",
|
281
|
-
"styles": []
|
282
|
-
},
|
283
259
|
"VItemGroup": {
|
284
260
|
"from": "components/VItemGroup",
|
285
261
|
"styles": []
|
@@ -288,14 +264,18 @@
|
|
288
264
|
"from": "components/VItemGroup",
|
289
265
|
"styles": []
|
290
266
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
267
|
+
"VLabel": {
|
268
|
+
"from": "components/VLabel",
|
293
269
|
"styles": []
|
294
270
|
},
|
295
271
|
"VKbd": {
|
296
272
|
"from": "components/VKbd",
|
297
273
|
"styles": []
|
298
274
|
},
|
275
|
+
"VInput": {
|
276
|
+
"from": "components/VInput",
|
277
|
+
"styles": []
|
278
|
+
},
|
299
279
|
"VList": {
|
300
280
|
"from": "components/VList",
|
301
281
|
"styles": []
|
@@ -332,16 +312,20 @@
|
|
332
312
|
"from": "components/VList",
|
333
313
|
"styles": []
|
334
314
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
315
|
+
"VMenu": {
|
316
|
+
"from": "components/VMenu",
|
337
317
|
"styles": []
|
338
318
|
},
|
339
319
|
"VMain": {
|
340
320
|
"from": "components/VMain",
|
341
321
|
"styles": []
|
342
322
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
323
|
+
"VMessages": {
|
324
|
+
"from": "components/VMessages",
|
325
|
+
"styles": []
|
326
|
+
},
|
327
|
+
"VPagination": {
|
328
|
+
"from": "components/VPagination",
|
345
329
|
"styles": []
|
346
330
|
},
|
347
331
|
"VNavigationDrawer": {
|
@@ -352,12 +336,16 @@
|
|
352
336
|
"from": "components/VOtpInput",
|
353
337
|
"styles": []
|
354
338
|
},
|
339
|
+
"VNumberInput": {
|
340
|
+
"from": "components/VNumberInput",
|
341
|
+
"styles": []
|
342
|
+
},
|
355
343
|
"VOverlay": {
|
356
344
|
"from": "components/VOverlay",
|
357
345
|
"styles": []
|
358
346
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
347
|
+
"VRadioGroup": {
|
348
|
+
"from": "components/VRadioGroup",
|
361
349
|
"styles": []
|
362
350
|
},
|
363
351
|
"VProgressLinear": {
|
@@ -368,10 +356,6 @@
|
|
368
356
|
"from": "components/VProgressCircular",
|
369
357
|
"styles": []
|
370
358
|
},
|
371
|
-
"VRadioGroup": {
|
372
|
-
"from": "components/VRadioGroup",
|
373
|
-
"styles": []
|
374
|
-
},
|
375
359
|
"VSelectionControl": {
|
376
360
|
"from": "components/VSelectionControl",
|
377
361
|
"styles": []
|
@@ -384,14 +368,22 @@
|
|
384
368
|
"from": "components/VSelect",
|
385
369
|
"styles": []
|
386
370
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
371
|
+
"VSkeletonLoader": {
|
372
|
+
"from": "components/VSkeletonLoader",
|
373
|
+
"styles": []
|
374
|
+
},
|
375
|
+
"VSelectionControlGroup": {
|
376
|
+
"from": "components/VSelectionControlGroup",
|
389
377
|
"styles": []
|
390
378
|
},
|
391
379
|
"VSnackbar": {
|
392
380
|
"from": "components/VSnackbar",
|
393
381
|
"styles": []
|
394
382
|
},
|
383
|
+
"VSheet": {
|
384
|
+
"from": "components/VSheet",
|
385
|
+
"styles": []
|
386
|
+
},
|
395
387
|
"VSlideGroup": {
|
396
388
|
"from": "components/VSlideGroup",
|
397
389
|
"styles": []
|
@@ -404,10 +396,6 @@
|
|
404
396
|
"from": "components/VSlider",
|
405
397
|
"styles": []
|
406
398
|
},
|
407
|
-
"VSkeletonLoader": {
|
408
|
-
"from": "components/VSkeletonLoader",
|
409
|
-
"styles": []
|
410
|
-
},
|
411
399
|
"VStepper": {
|
412
400
|
"from": "components/VStepper",
|
413
401
|
"styles": []
|
@@ -432,6 +420,18 @@
|
|
432
420
|
"from": "components/VStepper",
|
433
421
|
"styles": []
|
434
422
|
},
|
423
|
+
"VSystemBar": {
|
424
|
+
"from": "components/VSystemBar",
|
425
|
+
"styles": []
|
426
|
+
},
|
427
|
+
"VSwitch": {
|
428
|
+
"from": "components/VSwitch",
|
429
|
+
"styles": []
|
430
|
+
},
|
431
|
+
"VTextarea": {
|
432
|
+
"from": "components/VTextarea",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
435
|
"VTab": {
|
436
436
|
"from": "components/VTabs",
|
437
437
|
"styles": []
|
@@ -448,44 +448,24 @@
|
|
448
448
|
"from": "components/VTabs",
|
449
449
|
"styles": []
|
450
450
|
},
|
451
|
-
"VSwitch": {
|
452
|
-
"from": "components/VSwitch",
|
453
|
-
"styles": []
|
454
|
-
},
|
455
|
-
"VSystemBar": {
|
456
|
-
"from": "components/VSystemBar",
|
457
|
-
"styles": []
|
458
|
-
},
|
459
451
|
"VTable": {
|
460
452
|
"from": "components/VTable",
|
461
453
|
"styles": []
|
462
454
|
},
|
463
|
-
"VTimeline": {
|
464
|
-
"from": "components/VTimeline",
|
465
|
-
"styles": []
|
466
|
-
},
|
467
|
-
"VTimelineItem": {
|
468
|
-
"from": "components/VTimeline",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
|
-
"VTextarea": {
|
472
|
-
"from": "components/VTextarea",
|
473
|
-
"styles": []
|
474
|
-
},
|
475
455
|
"VTextField": {
|
476
456
|
"from": "components/VTextField",
|
477
457
|
"styles": []
|
478
458
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
459
|
+
"VTooltip": {
|
460
|
+
"from": "components/VTooltip",
|
481
461
|
"styles": []
|
482
462
|
},
|
483
|
-
"
|
484
|
-
"from": "components/
|
463
|
+
"VTimeline": {
|
464
|
+
"from": "components/VTimeline",
|
485
465
|
"styles": []
|
486
466
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
467
|
+
"VTimelineItem": {
|
468
|
+
"from": "components/VTimeline",
|
489
469
|
"styles": []
|
490
470
|
},
|
491
471
|
"VToolbar": {
|
@@ -500,6 +480,14 @@
|
|
500
480
|
"from": "components/VToolbar",
|
501
481
|
"styles": []
|
502
482
|
},
|
483
|
+
"VWindow": {
|
484
|
+
"from": "components/VWindow",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VWindowItem": {
|
488
|
+
"from": "components/VWindow",
|
489
|
+
"styles": []
|
490
|
+
},
|
503
491
|
"VConfirmEdit": {
|
504
492
|
"from": "components/VConfirmEdit",
|
505
493
|
"styles": []
|
@@ -536,6 +524,10 @@
|
|
536
524
|
"from": "components/VHover",
|
537
525
|
"styles": []
|
538
526
|
},
|
527
|
+
"VLazy": {
|
528
|
+
"from": "components/VLazy",
|
529
|
+
"styles": []
|
530
|
+
},
|
539
531
|
"VLayout": {
|
540
532
|
"from": "components/VLayout",
|
541
533
|
"styles": []
|
@@ -544,18 +536,14 @@
|
|
544
536
|
"from": "components/VLayout",
|
545
537
|
"styles": []
|
546
538
|
},
|
547
|
-
"
|
548
|
-
"from": "components/
|
539
|
+
"VLocaleProvider": {
|
540
|
+
"from": "components/VLocaleProvider",
|
549
541
|
"styles": []
|
550
542
|
},
|
551
543
|
"VNoSsr": {
|
552
544
|
"from": "components/VNoSsr",
|
553
545
|
"styles": []
|
554
546
|
},
|
555
|
-
"VLocaleProvider": {
|
556
|
-
"from": "components/VLocaleProvider",
|
557
|
-
"styles": []
|
558
|
-
},
|
559
547
|
"VParallax": {
|
560
548
|
"from": "components/VParallax",
|
561
549
|
"styles": []
|
@@ -572,10 +560,6 @@
|
|
572
560
|
"from": "components/VResponsive",
|
573
561
|
"styles": []
|
574
562
|
},
|
575
|
-
"VSnackbarQueue": {
|
576
|
-
"from": "components/VSnackbarQueue",
|
577
|
-
"styles": []
|
578
|
-
},
|
579
563
|
"VSparkline": {
|
580
564
|
"from": "components/VSparkline",
|
581
565
|
"styles": []
|
@@ -584,20 +568,20 @@
|
|
584
568
|
"from": "components/VSpeedDial",
|
585
569
|
"styles": []
|
586
570
|
},
|
587
|
-
"
|
588
|
-
"from": "components/
|
571
|
+
"VSnackbarQueue": {
|
572
|
+
"from": "components/VSnackbarQueue",
|
589
573
|
"styles": []
|
590
574
|
},
|
591
|
-
"
|
592
|
-
"from": "components/
|
575
|
+
"VThemeProvider": {
|
576
|
+
"from": "components/VThemeProvider",
|
593
577
|
"styles": []
|
594
578
|
},
|
595
579
|
"VVirtualScroll": {
|
596
580
|
"from": "components/VVirtualScroll",
|
597
581
|
"styles": []
|
598
582
|
},
|
599
|
-
"
|
600
|
-
"from": "components/
|
583
|
+
"VValidation": {
|
584
|
+
"from": "components/VValidation",
|
601
585
|
"styles": []
|
602
586
|
},
|
603
587
|
"VFabTransition": {
|
@@ -663,6 +647,22 @@
|
|
663
647
|
"VDialogTransition": {
|
664
648
|
"from": "components/transitions",
|
665
649
|
"styles": []
|
650
|
+
},
|
651
|
+
"VExpansionPanels": {
|
652
|
+
"from": "components/VExpansionPanel",
|
653
|
+
"styles": []
|
654
|
+
},
|
655
|
+
"VExpansionPanel": {
|
656
|
+
"from": "components/VExpansionPanel",
|
657
|
+
"styles": []
|
658
|
+
},
|
659
|
+
"VExpansionPanelText": {
|
660
|
+
"from": "components/VExpansionPanel",
|
661
|
+
"styles": []
|
662
|
+
},
|
663
|
+
"VExpansionPanelTitle": {
|
664
|
+
"from": "components/VExpansionPanel",
|
665
|
+
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|
package/dist/json/tags.json
CHANGED
@@ -245,11 +245,16 @@
|
|
245
245
|
"content",
|
246
246
|
"dot",
|
247
247
|
"floating",
|
248
|
+
"height",
|
248
249
|
"icon",
|
249
250
|
"inline",
|
250
251
|
"label",
|
251
252
|
"location",
|
252
253
|
"max",
|
254
|
+
"max-height",
|
255
|
+
"max-width",
|
256
|
+
"min-height",
|
257
|
+
"min-width",
|
253
258
|
"model-value",
|
254
259
|
"offset-x",
|
255
260
|
"offset-y",
|
@@ -258,7 +263,8 @@
|
|
258
263
|
"text-color",
|
259
264
|
"theme",
|
260
265
|
"tile",
|
261
|
-
"transition"
|
266
|
+
"transition",
|
267
|
+
"width"
|
262
268
|
],
|
263
269
|
"description": ""
|
264
270
|
},
|