vuetify 3.7.18 → 3.7.19
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 +2834 -2822
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +5323 -5273
- package/dist/vuetify-labs.css +3725 -3725
- package/dist/vuetify-labs.d.ts +74 -32
- package/dist/vuetify-labs.esm.js +98 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +98 -27
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3391 -3391
- package/dist/vuetify.d.ts +86 -83
- package/dist/vuetify.esm.js +25 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +25 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +10 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +18 -3
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +91 -88
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.mjs +2 -2
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/index.d.mts +35 -32
- package/lib/composables/calendar.mjs +1 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +51 -51
- package/lib/labs/VDateInput/VDateInput.mjs +75 -18
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +43 -0
- package/lib/labs/components.d.mts +43 -4
- package/lib/util/helpers.mjs +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VCalendar": {
|
|
4
|
+
"from": "labs/VCalendar/index.mjs",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VCalendarDay": {
|
|
8
|
+
"from": "labs/VCalendar/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VCalendarHeader": {
|
|
12
|
+
"from": "labs/VCalendar/index.mjs",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VCalendarInterval": {
|
|
16
|
+
"from": "labs/VCalendar/index.mjs",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
|
+
"VCalendarIntervalEvent": {
|
|
20
|
+
"from": "labs/VCalendar/index.mjs",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VCalendarMonthDay": {
|
|
24
|
+
"from": "labs/VCalendar/index.mjs",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
3
27
|
"VFileUpload": {
|
|
4
28
|
"from": "labs/VFileUpload/index.mjs",
|
|
5
29
|
"styles": []
|
|
@@ -56,36 +80,12 @@
|
|
|
56
80
|
"from": "labs/VTreeview/index.mjs",
|
|
57
81
|
"styles": []
|
|
58
82
|
},
|
|
59
|
-
"VDateInput": {
|
|
60
|
-
"from": "labs/VDateInput/index.mjs",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
83
|
"VPullToRefresh": {
|
|
64
84
|
"from": "labs/VPullToRefresh/index.mjs",
|
|
65
85
|
"styles": []
|
|
66
86
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
|
-
"VCalendarDay": {
|
|
72
|
-
"from": "labs/VCalendar/index.mjs",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VCalendarHeader": {
|
|
76
|
-
"from": "labs/VCalendar/index.mjs",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VCalendarInterval": {
|
|
80
|
-
"from": "labs/VCalendar/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCalendarIntervalEvent": {
|
|
84
|
-
"from": "labs/VCalendar/index.mjs",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VCalendarMonthDay": {
|
|
88
|
-
"from": "labs/VCalendar/index.mjs",
|
|
87
|
+
"VDateInput": {
|
|
88
|
+
"from": "labs/VDateInput/index.mjs",
|
|
89
89
|
"styles": []
|
|
90
90
|
},
|
|
91
91
|
"VSnackbarQueue": {
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VAutocomplete": {
|
|
4
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
3
7
|
"VAppBar": {
|
|
4
8
|
"from": "components/VAppBar/index.mjs",
|
|
5
9
|
"styles": []
|
|
@@ -12,10 +16,6 @@
|
|
|
12
16
|
"from": "components/VAppBar/index.mjs",
|
|
13
17
|
"styles": []
|
|
14
18
|
},
|
|
15
|
-
"VApp": {
|
|
16
|
-
"from": "components/VApp/index.mjs",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
19
|
"VAlert": {
|
|
20
20
|
"from": "components/VAlert/index.mjs",
|
|
21
21
|
"styles": []
|
|
@@ -24,16 +24,20 @@
|
|
|
24
24
|
"from": "components/VAlert/index.mjs",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
27
|
+
"VApp": {
|
|
28
|
+
"from": "components/VApp/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
31
|
"VAvatar": {
|
|
32
32
|
"from": "components/VAvatar/index.mjs",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
35
|
+
"VBadge": {
|
|
36
|
+
"from": "components/VBadge/index.mjs",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VBottomSheet": {
|
|
40
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
37
41
|
"styles": []
|
|
38
42
|
},
|
|
39
43
|
"VBanner": {
|
|
@@ -48,22 +52,14 @@
|
|
|
48
52
|
"from": "components/VBanner/index.mjs",
|
|
49
53
|
"styles": []
|
|
50
54
|
},
|
|
51
|
-
"VBadge": {
|
|
52
|
-
"from": "components/VBadge/index.mjs",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VBottomSheet": {
|
|
56
|
-
"from": "components/VBottomSheet/index.mjs",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VBtnGroup": {
|
|
60
|
-
"from": "components/VBtnGroup/index.mjs",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
55
|
"VBtn": {
|
|
64
56
|
"from": "components/VBtn/index.mjs",
|
|
65
57
|
"styles": []
|
|
66
58
|
},
|
|
59
|
+
"VBottomNavigation": {
|
|
60
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
67
63
|
"VBreadcrumbs": {
|
|
68
64
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
69
65
|
"styles": []
|
|
@@ -76,6 +72,18 @@
|
|
|
76
72
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
75
|
+
"VBtnGroup": {
|
|
76
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VCarousel": {
|
|
80
|
+
"from": "components/VCarousel/index.mjs",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VCarouselItem": {
|
|
84
|
+
"from": "components/VCarousel/index.mjs",
|
|
85
|
+
"styles": []
|
|
86
|
+
},
|
|
79
87
|
"VCard": {
|
|
80
88
|
"from": "components/VCard/index.mjs",
|
|
81
89
|
"styles": []
|
|
@@ -100,20 +108,16 @@
|
|
|
100
108
|
"from": "components/VCard/index.mjs",
|
|
101
109
|
"styles": []
|
|
102
110
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
|
-
"VCarouselItem": {
|
|
108
|
-
"from": "components/VCarousel/index.mjs",
|
|
111
|
+
"VBtnToggle": {
|
|
112
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
109
113
|
"styles": []
|
|
110
114
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
115
|
+
"VChipGroup": {
|
|
116
|
+
"from": "components/VChipGroup/index.mjs",
|
|
113
117
|
"styles": []
|
|
114
118
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
119
|
+
"VColorPicker": {
|
|
120
|
+
"from": "components/VColorPicker/index.mjs",
|
|
117
121
|
"styles": []
|
|
118
122
|
},
|
|
119
123
|
"VCheckbox": {
|
|
@@ -124,24 +128,24 @@
|
|
|
124
128
|
"from": "components/VCheckbox/index.mjs",
|
|
125
129
|
"styles": []
|
|
126
130
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
131
|
+
"VChip": {
|
|
132
|
+
"from": "components/VChip/index.mjs",
|
|
129
133
|
"styles": []
|
|
130
134
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
135
|
+
"VCode": {
|
|
136
|
+
"from": "components/VCode/index.mjs",
|
|
133
137
|
"styles": []
|
|
134
138
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
139
|
+
"VCounter": {
|
|
140
|
+
"from": "components/VCounter/index.mjs",
|
|
137
141
|
"styles": []
|
|
138
142
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
143
|
+
"VCombobox": {
|
|
144
|
+
"from": "components/VCombobox/index.mjs",
|
|
141
145
|
"styles": []
|
|
142
146
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
147
|
+
"VDialog": {
|
|
148
|
+
"from": "components/VDialog/index.mjs",
|
|
145
149
|
"styles": []
|
|
146
150
|
},
|
|
147
151
|
"VDataTable": {
|
|
@@ -196,38 +200,22 @@
|
|
|
196
200
|
"from": "components/VDatePicker/index.mjs",
|
|
197
201
|
"styles": []
|
|
198
202
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
201
|
-
"styles": []
|
|
202
|
-
},
|
|
203
|
-
"VDialog": {
|
|
204
|
-
"from": "components/VDialog/index.mjs",
|
|
205
|
-
"styles": []
|
|
206
|
-
},
|
|
207
|
-
"VEmptyState": {
|
|
208
|
-
"from": "components/VEmptyState/index.mjs",
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
|
-
"VExpansionPanels": {
|
|
212
|
-
"from": "components/VExpansionPanel/index.mjs",
|
|
213
|
-
"styles": []
|
|
214
|
-
},
|
|
215
|
-
"VExpansionPanel": {
|
|
216
|
-
"from": "components/VExpansionPanel/index.mjs",
|
|
217
|
-
"styles": []
|
|
218
|
-
},
|
|
219
|
-
"VExpansionPanelText": {
|
|
220
|
-
"from": "components/VExpansionPanel/index.mjs",
|
|
203
|
+
"VDivider": {
|
|
204
|
+
"from": "components/VDivider/index.mjs",
|
|
221
205
|
"styles": []
|
|
222
206
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
207
|
+
"VFab": {
|
|
208
|
+
"from": "components/VFab/index.mjs",
|
|
225
209
|
"styles": []
|
|
226
210
|
},
|
|
227
211
|
"VFileInput": {
|
|
228
212
|
"from": "components/VFileInput/index.mjs",
|
|
229
213
|
"styles": []
|
|
230
214
|
},
|
|
215
|
+
"VEmptyState": {
|
|
216
|
+
"from": "components/VEmptyState/index.mjs",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
231
219
|
"VField": {
|
|
232
220
|
"from": "components/VField/index.mjs",
|
|
233
221
|
"styles": []
|
|
@@ -240,6 +228,10 @@
|
|
|
240
228
|
"from": "components/VFooter/index.mjs",
|
|
241
229
|
"styles": []
|
|
242
230
|
},
|
|
231
|
+
"VInput": {
|
|
232
|
+
"from": "components/VInput/index.mjs",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
243
235
|
"VIcon": {
|
|
244
236
|
"from": "components/VIcon/index.mjs",
|
|
245
237
|
"styles": []
|
|
@@ -260,6 +252,10 @@
|
|
|
260
252
|
"from": "components/VIcon/index.mjs",
|
|
261
253
|
"styles": []
|
|
262
254
|
},
|
|
255
|
+
"VInfiniteScroll": {
|
|
256
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
|
257
|
+
"styles": []
|
|
258
|
+
},
|
|
263
259
|
"VItemGroup": {
|
|
264
260
|
"from": "components/VItemGroup/index.mjs",
|
|
265
261
|
"styles": []
|
|
@@ -268,20 +264,16 @@
|
|
|
268
264
|
"from": "components/VItemGroup/index.mjs",
|
|
269
265
|
"styles": []
|
|
270
266
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
|
-
"VInfiniteScroll": {
|
|
276
|
-
"from": "components/VInfiniteScroll/index.mjs",
|
|
267
|
+
"VLabel": {
|
|
268
|
+
"from": "components/VLabel/index.mjs",
|
|
277
269
|
"styles": []
|
|
278
270
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
271
|
+
"VImg": {
|
|
272
|
+
"from": "components/VImg/index.mjs",
|
|
281
273
|
"styles": []
|
|
282
274
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
275
|
+
"VKbd": {
|
|
276
|
+
"from": "components/VKbd/index.mjs",
|
|
285
277
|
"styles": []
|
|
286
278
|
},
|
|
287
279
|
"VList": {
|
|
@@ -320,28 +312,32 @@
|
|
|
320
312
|
"from": "components/VList/index.mjs",
|
|
321
313
|
"styles": []
|
|
322
314
|
},
|
|
323
|
-
"
|
|
324
|
-
"from": "components/
|
|
315
|
+
"VExpansionPanels": {
|
|
316
|
+
"from": "components/VExpansionPanel/index.mjs",
|
|
325
317
|
"styles": []
|
|
326
318
|
},
|
|
327
|
-
"
|
|
328
|
-
"from": "components/
|
|
319
|
+
"VExpansionPanel": {
|
|
320
|
+
"from": "components/VExpansionPanel/index.mjs",
|
|
329
321
|
"styles": []
|
|
330
322
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
323
|
+
"VExpansionPanelText": {
|
|
324
|
+
"from": "components/VExpansionPanel/index.mjs",
|
|
333
325
|
"styles": []
|
|
334
326
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
327
|
+
"VExpansionPanelTitle": {
|
|
328
|
+
"from": "components/VExpansionPanel/index.mjs",
|
|
337
329
|
"styles": []
|
|
338
330
|
},
|
|
339
331
|
"VNavigationDrawer": {
|
|
340
332
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
341
333
|
"styles": []
|
|
342
334
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
335
|
+
"VMain": {
|
|
336
|
+
"from": "components/VMain/index.mjs",
|
|
337
|
+
"styles": []
|
|
338
|
+
},
|
|
339
|
+
"VMenu": {
|
|
340
|
+
"from": "components/VMenu/index.mjs",
|
|
345
341
|
"styles": []
|
|
346
342
|
},
|
|
347
343
|
"VMessages": {
|
|
@@ -352,40 +348,32 @@
|
|
|
352
348
|
"from": "components/VOverlay/index.mjs",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
351
|
+
"VOtpInput": {
|
|
352
|
+
"from": "components/VOtpInput/index.mjs",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
359
355
|
"VProgressCircular": {
|
|
360
356
|
"from": "components/VProgressCircular/index.mjs",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
359
|
+
"VPagination": {
|
|
360
|
+
"from": "components/VPagination/index.mjs",
|
|
365
361
|
"styles": []
|
|
366
362
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
363
|
+
"VProgressLinear": {
|
|
364
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
371
367
|
"VRadioGroup": {
|
|
372
368
|
"from": "components/VRadioGroup/index.mjs",
|
|
373
369
|
"styles": []
|
|
374
370
|
},
|
|
375
|
-
"VSelectionControl": {
|
|
376
|
-
"from": "components/VSelectionControl/index.mjs",
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
371
|
"VSelect": {
|
|
380
372
|
"from": "components/VSelect/index.mjs",
|
|
381
373
|
"styles": []
|
|
382
374
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
|
-
"VSheet": {
|
|
388
|
-
"from": "components/VSheet/index.mjs",
|
|
375
|
+
"VRating": {
|
|
376
|
+
"from": "components/VRating/index.mjs",
|
|
389
377
|
"styles": []
|
|
390
378
|
},
|
|
391
379
|
"VSlideGroup": {
|
|
@@ -396,20 +384,36 @@
|
|
|
396
384
|
"from": "components/VSlideGroup/index.mjs",
|
|
397
385
|
"styles": []
|
|
398
386
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
387
|
+
"VSelectionControl": {
|
|
388
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
391
|
+
"VSkeletonLoader": {
|
|
392
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
|
401
393
|
"styles": []
|
|
402
394
|
},
|
|
403
395
|
"VSnackbar": {
|
|
404
396
|
"from": "components/VSnackbar/index.mjs",
|
|
405
397
|
"styles": []
|
|
406
398
|
},
|
|
399
|
+
"VSheet": {
|
|
400
|
+
"from": "components/VSheet/index.mjs",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VSelectionControlGroup": {
|
|
404
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
405
|
+
"styles": []
|
|
406
|
+
},
|
|
407
407
|
"VSwitch": {
|
|
408
408
|
"from": "components/VSwitch/index.mjs",
|
|
409
409
|
"styles": []
|
|
410
410
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
411
|
+
"VSlider": {
|
|
412
|
+
"from": "components/VSlider/index.mjs",
|
|
413
|
+
"styles": []
|
|
414
|
+
},
|
|
415
|
+
"VSystemBar": {
|
|
416
|
+
"from": "components/VSystemBar/index.mjs",
|
|
413
417
|
"styles": []
|
|
414
418
|
},
|
|
415
419
|
"VStepper": {
|
|
@@ -436,10 +440,6 @@
|
|
|
436
440
|
"from": "components/VStepper/index.mjs",
|
|
437
441
|
"styles": []
|
|
438
442
|
},
|
|
439
|
-
"VTextField": {
|
|
440
|
-
"from": "components/VTextField/index.mjs",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
443
|
"VTab": {
|
|
444
444
|
"from": "components/VTabs/index.mjs",
|
|
445
445
|
"styles": []
|
|
@@ -456,40 +456,40 @@
|
|
|
456
456
|
"from": "components/VTabs/index.mjs",
|
|
457
457
|
"styles": []
|
|
458
458
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
459
|
+
"VTextarea": {
|
|
460
|
+
"from": "components/VTextarea/index.mjs",
|
|
461
461
|
"styles": []
|
|
462
462
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
463
|
+
"VToolbar": {
|
|
464
|
+
"from": "components/VToolbar/index.mjs",
|
|
465
465
|
"styles": []
|
|
466
466
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
467
|
+
"VToolbarTitle": {
|
|
468
|
+
"from": "components/VToolbar/index.mjs",
|
|
469
469
|
"styles": []
|
|
470
470
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
471
|
+
"VToolbarItems": {
|
|
472
|
+
"from": "components/VToolbar/index.mjs",
|
|
473
473
|
"styles": []
|
|
474
474
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
475
|
+
"VTable": {
|
|
476
|
+
"from": "components/VTable/index.mjs",
|
|
477
477
|
"styles": []
|
|
478
478
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
479
|
+
"VTimeline": {
|
|
480
|
+
"from": "components/VTimeline/index.mjs",
|
|
481
481
|
"styles": []
|
|
482
482
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
483
|
+
"VTimelineItem": {
|
|
484
|
+
"from": "components/VTimeline/index.mjs",
|
|
485
485
|
"styles": []
|
|
486
486
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
487
|
+
"VTextField": {
|
|
488
|
+
"from": "components/VTextField/index.mjs",
|
|
489
489
|
"styles": []
|
|
490
490
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
491
|
+
"VTooltip": {
|
|
492
|
+
"from": "components/VTooltip/index.mjs",
|
|
493
493
|
"styles": []
|
|
494
494
|
},
|
|
495
495
|
"VWindow": {
|
|
@@ -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": []
|
|
@@ -536,6 +532,10 @@
|
|
|
536
532
|
"from": "components/VHover/index.mjs",
|
|
537
533
|
"styles": []
|
|
538
534
|
},
|
|
535
|
+
"VForm": {
|
|
536
|
+
"from": "components/VForm/index.mjs",
|
|
537
|
+
"styles": []
|
|
538
|
+
},
|
|
539
539
|
"VLayout": {
|
|
540
540
|
"from": "components/VLayout/index.mjs",
|
|
541
541
|
"styles": []
|
|
@@ -572,26 +572,26 @@
|
|
|
572
572
|
"from": "components/VResponsive/index.mjs",
|
|
573
573
|
"styles": []
|
|
574
574
|
},
|
|
575
|
-
"VSpeedDial": {
|
|
576
|
-
"from": "components/VSpeedDial/index.mjs",
|
|
577
|
-
"styles": []
|
|
578
|
-
},
|
|
579
575
|
"VSparkline": {
|
|
580
576
|
"from": "components/VSparkline/index.mjs",
|
|
581
577
|
"styles": []
|
|
582
578
|
},
|
|
583
|
-
"
|
|
584
|
-
"from": "components/
|
|
579
|
+
"VSpeedDial": {
|
|
580
|
+
"from": "components/VSpeedDial/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
|
"VVirtualScroll": {
|
|
592
588
|
"from": "components/VVirtualScroll/index.mjs",
|
|
593
589
|
"styles": []
|
|
594
590
|
},
|
|
591
|
+
"VValidation": {
|
|
592
|
+
"from": "components/VValidation/index.mjs",
|
|
593
|
+
"styles": []
|
|
594
|
+
},
|
|
595
595
|
"VFabTransition": {
|
|
596
596
|
"from": "components/transitions/index.mjs",
|
|
597
597
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -1354,6 +1354,7 @@
|
|
|
1354
1354
|
"direction",
|
|
1355
1355
|
"dirty",
|
|
1356
1356
|
"disabled",
|
|
1357
|
+
"display-format",
|
|
1357
1358
|
"elevation",
|
|
1358
1359
|
"error",
|
|
1359
1360
|
"error-messages",
|
|
@@ -1381,6 +1382,8 @@
|
|
|
1381
1382
|
"min",
|
|
1382
1383
|
"min-height",
|
|
1383
1384
|
"min-width",
|
|
1385
|
+
"mobile",
|
|
1386
|
+
"mobile-breakpoint",
|
|
1384
1387
|
"mode-icon",
|
|
1385
1388
|
"model-modifiers",
|
|
1386
1389
|
"model-value",
|