vuetify 3.5.6 → 3.5.8
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/_component-variables-labs.sass +2 -0
- package/dist/json/attributes.json +461 -41
- package/dist/json/importMap-labs.json +16 -4
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +120 -0
- package/dist/json/web-types.json +1173 -53
- package/dist/vuetify-labs.css +1547 -1407
- package/dist/vuetify-labs.d.ts +1672 -127
- package/dist/vuetify-labs.esm.js +428 -94
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +428 -94
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +438 -432
- package/dist/vuetify.d.ts +78 -142
- package/dist/vuetify.esm.js +121 -82
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +121 -82
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +147 -135
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VApp/index.d.mts +8 -6
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs +28 -27
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs +3 -1
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +4 -4
- package/lib/components/VCombobox/VCombobox.mjs +40 -27
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +2 -2
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +50 -94
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +8 -6
- package/lib/components/VSelect/VSelect.mjs +18 -17
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.css +9 -5
- package/lib/components/VSwitch/VSwitch.mjs +2 -0
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +10 -7
- package/lib/components/VSwitch/_variables.scss +2 -0
- package/lib/components/VToolbar/VToolbar.css +3 -1
- package/lib/components/VToolbar/VToolbar.sass +2 -1
- package/lib/components/index.d.mts +38 -105
- package/lib/composables/date/adapters/vuetify.mjs +21 -3
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/transition.mjs +7 -5
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +42 -37
- package/lib/labs/VCalendar/VCalendarInterval.css +1 -0
- package/lib/labs/VCalendar/VCalendarInterval.sass +1 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +6 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs +5 -2
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +6 -0
- package/lib/labs/VEmptyState/VEmptyState.css +59 -0
- package/lib/labs/VEmptyState/VEmptyState.mjs +145 -0
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +1 -0
- package/lib/labs/VEmptyState/VEmptyState.sass +53 -0
- package/lib/labs/VEmptyState/_variables.scss +22 -0
- package/lib/labs/VEmptyState/index.d.mts +415 -0
- package/lib/labs/VEmptyState/index.mjs +2 -0
- package/lib/labs/VEmptyState/index.mjs.map +1 -0
- package/lib/labs/VFab/VFab.css +69 -0
- package/lib/labs/VFab/VFab.mjs +114 -0
- package/lib/labs/VFab/VFab.mjs.map +1 -0
- package/lib/labs/VFab/VFab.sass +82 -0
- package/lib/labs/VFab/_mixins.scss +22 -0
- package/lib/labs/VFab/_variables.scss +33 -0
- package/lib/labs/VFab/index.d.mts +656 -0
- package/lib/labs/VFab/index.mjs +2 -0
- package/lib/labs/VFab/index.mjs.map +1 -0
- package/lib/labs/VSparkline/VBarline.mjs +8 -7
- package/lib/labs/VSparkline/VBarline.mjs.map +1 -1
- package/lib/labs/VSparkline/VTrendline.mjs +14 -6
- package/lib/labs/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/labs/VSparkline/index.d.mts +27 -0
- package/lib/labs/VSparkline/util/line.mjs +6 -0
- package/lib/labs/VSparkline/util/line.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.css +3 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +56 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.sass +2 -0
- package/lib/labs/VSpeedDial/index.d.mts +649 -0
- package/lib/labs/VSpeedDial/index.mjs +2 -0
- package/lib/labs/VSpeedDial/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +1907 -193
- package/lib/labs/components.mjs +3 -0
- package/lib/labs/components.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VPicker": {
|
|
4
|
+
"from": "labs/VPicker/index.mjs",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VPickerTitle": {
|
|
8
|
+
"from": "labs/VPicker/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
3
11
|
"VCalendar": {
|
|
4
12
|
"from": "labs/VCalendar/index.mjs",
|
|
5
13
|
"styles": []
|
|
@@ -24,12 +32,12 @@
|
|
|
24
32
|
"from": "labs/VCalendar/index.mjs",
|
|
25
33
|
"styles": []
|
|
26
34
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
35
|
+
"VEmptyState": {
|
|
36
|
+
"from": "labs/VEmptyState/index.mjs",
|
|
29
37
|
"styles": []
|
|
30
38
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
39
|
+
"VFab": {
|
|
40
|
+
"from": "labs/VFab/index.mjs",
|
|
33
41
|
"styles": []
|
|
34
42
|
},
|
|
35
43
|
"VConfirmEdit": {
|
|
@@ -39,6 +47,10 @@
|
|
|
39
47
|
"VSparkline": {
|
|
40
48
|
"from": "labs/VSparkline/index.mjs",
|
|
41
49
|
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VSpeedDial": {
|
|
52
|
+
"from": "labs/VSpeedDial/index.mjs",
|
|
53
|
+
"styles": []
|
|
42
54
|
}
|
|
43
55
|
}
|
|
44
56
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "components/
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VAlert": {
|
|
8
|
-
"from": "components/VAlert/index.mjs",
|
|
3
|
+
"VAutocomplete": {
|
|
4
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
9
5
|
"styles": []
|
|
10
6
|
},
|
|
11
|
-
"
|
|
12
|
-
"from": "components/
|
|
7
|
+
"VApp": {
|
|
8
|
+
"from": "components/VApp/index.mjs",
|
|
13
9
|
"styles": []
|
|
14
10
|
},
|
|
15
11
|
"VAppBar": {
|
|
@@ -24,12 +20,16 @@
|
|
|
24
20
|
"from": "components/VAppBar/index.mjs",
|
|
25
21
|
"styles": []
|
|
26
22
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
23
|
+
"VAlert": {
|
|
24
|
+
"from": "components/VAlert/index.mjs",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
27
|
+
"VAlertTitle": {
|
|
28
|
+
"from": "components/VAlert/index.mjs",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge/index.mjs",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
35
|
"VBanner": {
|
|
@@ -52,40 +52,24 @@
|
|
|
52
52
|
"from": "components/VBottomNavigation/index.mjs",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
-
"VBreadcrumbs": {
|
|
56
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VBreadcrumbsItem": {
|
|
60
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
|
-
"VBreadcrumbsDivider": {
|
|
64
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
55
|
"VBtn": {
|
|
68
56
|
"from": "components/VBtn/index.mjs",
|
|
69
57
|
"styles": []
|
|
70
58
|
},
|
|
71
|
-
"VBtnGroup": {
|
|
72
|
-
"from": "components/VBtnGroup/index.mjs",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
59
|
"VBottomSheet": {
|
|
76
60
|
"from": "components/VBottomSheet/index.mjs",
|
|
77
61
|
"styles": []
|
|
78
62
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
63
|
+
"VBreadcrumbs": {
|
|
64
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
81
65
|
"styles": []
|
|
82
66
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
67
|
+
"VBreadcrumbsItem": {
|
|
68
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
85
69
|
"styles": []
|
|
86
70
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "components/
|
|
71
|
+
"VBreadcrumbsDivider": {
|
|
72
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
89
73
|
"styles": []
|
|
90
74
|
},
|
|
91
75
|
"VCard": {
|
|
@@ -112,6 +96,22 @@
|
|
|
112
96
|
"from": "components/VCard/index.mjs",
|
|
113
97
|
"styles": []
|
|
114
98
|
},
|
|
99
|
+
"VBtnToggle": {
|
|
100
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
101
|
+
"styles": []
|
|
102
|
+
},
|
|
103
|
+
"VBtnGroup": {
|
|
104
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
105
|
+
"styles": []
|
|
106
|
+
},
|
|
107
|
+
"VCarousel": {
|
|
108
|
+
"from": "components/VCarousel/index.mjs",
|
|
109
|
+
"styles": []
|
|
110
|
+
},
|
|
111
|
+
"VCarouselItem": {
|
|
112
|
+
"from": "components/VCarousel/index.mjs",
|
|
113
|
+
"styles": []
|
|
114
|
+
},
|
|
115
115
|
"VCheckbox": {
|
|
116
116
|
"from": "components/VCheckbox/index.mjs",
|
|
117
117
|
"styles": []
|
|
@@ -120,6 +120,10 @@
|
|
|
120
120
|
"from": "components/VCheckbox/index.mjs",
|
|
121
121
|
"styles": []
|
|
122
122
|
},
|
|
123
|
+
"VChipGroup": {
|
|
124
|
+
"from": "components/VChipGroup/index.mjs",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
123
127
|
"VChip": {
|
|
124
128
|
"from": "components/VChip/index.mjs",
|
|
125
129
|
"styles": []
|
|
@@ -128,22 +132,18 @@
|
|
|
128
132
|
"from": "components/VCode/index.mjs",
|
|
129
133
|
"styles": []
|
|
130
134
|
},
|
|
131
|
-
"VChipGroup": {
|
|
132
|
-
"from": "components/VChipGroup/index.mjs",
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
135
|
"VCounter": {
|
|
136
136
|
"from": "components/VCounter/index.mjs",
|
|
137
137
|
"styles": []
|
|
138
138
|
},
|
|
139
|
-
"VCombobox": {
|
|
140
|
-
"from": "components/VCombobox/index.mjs",
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
139
|
"VColorPicker": {
|
|
144
140
|
"from": "components/VColorPicker/index.mjs",
|
|
145
141
|
"styles": []
|
|
146
142
|
},
|
|
143
|
+
"VCombobox": {
|
|
144
|
+
"from": "components/VCombobox/index.mjs",
|
|
145
|
+
"styles": []
|
|
146
|
+
},
|
|
147
147
|
"VDatePicker": {
|
|
148
148
|
"from": "components/VDatePicker/index.mjs",
|
|
149
149
|
"styles": []
|
|
@@ -168,14 +168,6 @@
|
|
|
168
168
|
"from": "components/VDatePicker/index.mjs",
|
|
169
169
|
"styles": []
|
|
170
170
|
},
|
|
171
|
-
"VDialog": {
|
|
172
|
-
"from": "components/VDialog/index.mjs",
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VDivider": {
|
|
176
|
-
"from": "components/VDivider/index.mjs",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
171
|
"VDataTable": {
|
|
180
172
|
"from": "components/VDataTable/index.mjs",
|
|
181
173
|
"styles": []
|
|
@@ -204,8 +196,12 @@
|
|
|
204
196
|
"from": "components/VDataTable/index.mjs",
|
|
205
197
|
"styles": []
|
|
206
198
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
199
|
+
"VDialog": {
|
|
200
|
+
"from": "components/VDialog/index.mjs",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
203
|
+
"VDivider": {
|
|
204
|
+
"from": "components/VDivider/index.mjs",
|
|
209
205
|
"styles": []
|
|
210
206
|
},
|
|
211
207
|
"VField": {
|
|
@@ -216,6 +212,10 @@
|
|
|
216
212
|
"from": "components/VField/index.mjs",
|
|
217
213
|
"styles": []
|
|
218
214
|
},
|
|
215
|
+
"VFileInput": {
|
|
216
|
+
"from": "components/VFileInput/index.mjs",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
219
|
"VExpansionPanels": {
|
|
220
220
|
"from": "components/VExpansionPanel/index.mjs",
|
|
221
221
|
"styles": []
|
|
@@ -256,14 +256,6 @@
|
|
|
256
256
|
"from": "components/VIcon/index.mjs",
|
|
257
257
|
"styles": []
|
|
258
258
|
},
|
|
259
|
-
"VItemGroup": {
|
|
260
|
-
"from": "components/VItemGroup/index.mjs",
|
|
261
|
-
"styles": []
|
|
262
|
-
},
|
|
263
|
-
"VItem": {
|
|
264
|
-
"from": "components/VItemGroup/index.mjs",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
259
|
"VImg": {
|
|
268
260
|
"from": "components/VImg/index.mjs",
|
|
269
261
|
"styles": []
|
|
@@ -272,16 +264,16 @@
|
|
|
272
264
|
"from": "components/VInfiniteScroll/index.mjs",
|
|
273
265
|
"styles": []
|
|
274
266
|
},
|
|
275
|
-
"
|
|
276
|
-
"from": "components/
|
|
267
|
+
"VItemGroup": {
|
|
268
|
+
"from": "components/VItemGroup/index.mjs",
|
|
277
269
|
"styles": []
|
|
278
270
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
271
|
+
"VItem": {
|
|
272
|
+
"from": "components/VItemGroup/index.mjs",
|
|
281
273
|
"styles": []
|
|
282
274
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
275
|
+
"VInput": {
|
|
276
|
+
"from": "components/VInput/index.mjs",
|
|
285
277
|
"styles": []
|
|
286
278
|
},
|
|
287
279
|
"VLabel": {
|
|
@@ -324,22 +316,30 @@
|
|
|
324
316
|
"from": "components/VList/index.mjs",
|
|
325
317
|
"styles": []
|
|
326
318
|
},
|
|
319
|
+
"VKbd": {
|
|
320
|
+
"from": "components/VKbd/index.mjs",
|
|
321
|
+
"styles": []
|
|
322
|
+
},
|
|
327
323
|
"VMain": {
|
|
328
324
|
"from": "components/VMain/index.mjs",
|
|
329
325
|
"styles": []
|
|
330
326
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
327
|
+
"VMenu": {
|
|
328
|
+
"from": "components/VMenu/index.mjs",
|
|
333
329
|
"styles": []
|
|
334
330
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
331
|
+
"VMessages": {
|
|
332
|
+
"from": "components/VMessages/index.mjs",
|
|
337
333
|
"styles": []
|
|
338
334
|
},
|
|
339
335
|
"VNavigationDrawer": {
|
|
340
336
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
341
337
|
"styles": []
|
|
342
338
|
},
|
|
339
|
+
"VOtpInput": {
|
|
340
|
+
"from": "components/VOtpInput/index.mjs",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
343
343
|
"VOverlay": {
|
|
344
344
|
"from": "components/VOverlay/index.mjs",
|
|
345
345
|
"styles": []
|
|
@@ -348,28 +348,32 @@
|
|
|
348
348
|
"from": "components/VPagination/index.mjs",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
|
-
"VProgressLinear": {
|
|
352
|
-
"from": "components/VProgressLinear/index.mjs",
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
351
|
"VProgressCircular": {
|
|
356
352
|
"from": "components/VProgressCircular/index.mjs",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
355
|
+
"VProgressLinear": {
|
|
356
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
357
|
+
"styles": []
|
|
358
|
+
},
|
|
359
359
|
"VRadioGroup": {
|
|
360
360
|
"from": "components/VRadioGroup/index.mjs",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
363
|
+
"VSelectionControl": {
|
|
364
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
367
|
"VRating": {
|
|
368
368
|
"from": "components/VRating/index.mjs",
|
|
369
369
|
"styles": []
|
|
370
370
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
371
|
+
"VSelect": {
|
|
372
|
+
"from": "components/VSelect/index.mjs",
|
|
373
|
+
"styles": []
|
|
374
|
+
},
|
|
375
|
+
"VSelectionControlGroup": {
|
|
376
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
373
377
|
"styles": []
|
|
374
378
|
},
|
|
375
379
|
"VSheet": {
|
|
@@ -380,14 +384,6 @@
|
|
|
380
384
|
"from": "components/VSkeletonLoader/index.mjs",
|
|
381
385
|
"styles": []
|
|
382
386
|
},
|
|
383
|
-
"VSelectionControlGroup": {
|
|
384
|
-
"from": "components/VSelectionControlGroup/index.mjs",
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
|
-
"VSnackbar": {
|
|
388
|
-
"from": "components/VSnackbar/index.mjs",
|
|
389
|
-
"styles": []
|
|
390
|
-
},
|
|
391
387
|
"VSlideGroup": {
|
|
392
388
|
"from": "components/VSlideGroup/index.mjs",
|
|
393
389
|
"styles": []
|
|
@@ -396,6 +392,14 @@
|
|
|
396
392
|
"from": "components/VSlideGroup/index.mjs",
|
|
397
393
|
"styles": []
|
|
398
394
|
},
|
|
395
|
+
"VSlider": {
|
|
396
|
+
"from": "components/VSlider/index.mjs",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
399
|
+
"VSwitch": {
|
|
400
|
+
"from": "components/VSwitch/index.mjs",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
399
403
|
"VStepper": {
|
|
400
404
|
"from": "components/VStepper/index.mjs",
|
|
401
405
|
"styles": []
|
|
@@ -420,12 +424,8 @@
|
|
|
420
424
|
"from": "components/VStepper/index.mjs",
|
|
421
425
|
"styles": []
|
|
422
426
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
425
|
-
"styles": []
|
|
426
|
-
},
|
|
427
|
-
"VSystemBar": {
|
|
428
|
-
"from": "components/VSystemBar/index.mjs",
|
|
427
|
+
"VSnackbar": {
|
|
428
|
+
"from": "components/VSnackbar/index.mjs",
|
|
429
429
|
"styles": []
|
|
430
430
|
},
|
|
431
431
|
"VTabs": {
|
|
@@ -436,18 +436,34 @@
|
|
|
436
436
|
"from": "components/VTabs/index.mjs",
|
|
437
437
|
"styles": []
|
|
438
438
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
439
|
+
"VSystemBar": {
|
|
440
|
+
"from": "components/VSystemBar/index.mjs",
|
|
441
441
|
"styles": []
|
|
442
442
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
443
|
+
"VTextField": {
|
|
444
|
+
"from": "components/VTextField/index.mjs",
|
|
445
445
|
"styles": []
|
|
446
446
|
},
|
|
447
447
|
"VTextarea": {
|
|
448
448
|
"from": "components/VTextarea/index.mjs",
|
|
449
449
|
"styles": []
|
|
450
450
|
},
|
|
451
|
+
"VTable": {
|
|
452
|
+
"from": "components/VTable/index.mjs",
|
|
453
|
+
"styles": []
|
|
454
|
+
},
|
|
455
|
+
"VTooltip": {
|
|
456
|
+
"from": "components/VTooltip/index.mjs",
|
|
457
|
+
"styles": []
|
|
458
|
+
},
|
|
459
|
+
"VWindow": {
|
|
460
|
+
"from": "components/VWindow/index.mjs",
|
|
461
|
+
"styles": []
|
|
462
|
+
},
|
|
463
|
+
"VWindowItem": {
|
|
464
|
+
"from": "components/VWindow/index.mjs",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
451
467
|
"VTimeline": {
|
|
452
468
|
"from": "components/VTimeline/index.mjs",
|
|
453
469
|
"styles": []
|
|
@@ -456,10 +472,6 @@
|
|
|
456
472
|
"from": "components/VTimeline/index.mjs",
|
|
457
473
|
"styles": []
|
|
458
474
|
},
|
|
459
|
-
"VTextField": {
|
|
460
|
-
"from": "components/VTextField/index.mjs",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
475
|
"VToolbar": {
|
|
464
476
|
"from": "components/VToolbar/index.mjs",
|
|
465
477
|
"styles": []
|
|
@@ -472,18 +484,6 @@
|
|
|
472
484
|
"from": "components/VToolbar/index.mjs",
|
|
473
485
|
"styles": []
|
|
474
486
|
},
|
|
475
|
-
"VTooltip": {
|
|
476
|
-
"from": "components/VTooltip/index.mjs",
|
|
477
|
-
"styles": []
|
|
478
|
-
},
|
|
479
|
-
"VWindow": {
|
|
480
|
-
"from": "components/VWindow/index.mjs",
|
|
481
|
-
"styles": []
|
|
482
|
-
},
|
|
483
|
-
"VWindowItem": {
|
|
484
|
-
"from": "components/VWindow/index.mjs",
|
|
485
|
-
"styles": []
|
|
486
|
-
},
|
|
487
487
|
"VDataIterator": {
|
|
488
488
|
"from": "components/VDataIterator/index.mjs",
|
|
489
489
|
"styles": []
|
|
@@ -536,14 +536,14 @@
|
|
|
536
536
|
"from": "components/VNoSsr/index.mjs",
|
|
537
537
|
"styles": []
|
|
538
538
|
},
|
|
539
|
-
"VParallax": {
|
|
540
|
-
"from": "components/VParallax/index.mjs",
|
|
541
|
-
"styles": []
|
|
542
|
-
},
|
|
543
539
|
"VRadio": {
|
|
544
540
|
"from": "components/VRadio/index.mjs",
|
|
545
541
|
"styles": []
|
|
546
542
|
},
|
|
543
|
+
"VParallax": {
|
|
544
|
+
"from": "components/VParallax/index.mjs",
|
|
545
|
+
"styles": []
|
|
546
|
+
},
|
|
547
547
|
"VRangeSlider": {
|
|
548
548
|
"from": "components/VRangeSlider/index.mjs",
|
|
549
549
|
"styles": []
|
|
@@ -560,10 +560,6 @@
|
|
|
560
560
|
"from": "components/VValidation/index.mjs",
|
|
561
561
|
"styles": []
|
|
562
562
|
},
|
|
563
|
-
"VVirtualScroll": {
|
|
564
|
-
"from": "components/VVirtualScroll/index.mjs",
|
|
565
|
-
"styles": []
|
|
566
|
-
},
|
|
567
563
|
"VFabTransition": {
|
|
568
564
|
"from": "components/transitions/index.mjs",
|
|
569
565
|
"styles": []
|
|
@@ -627,6 +623,10 @@
|
|
|
627
623
|
"VDialogTransition": {
|
|
628
624
|
"from": "components/transitions/index.mjs",
|
|
629
625
|
"styles": []
|
|
626
|
+
},
|
|
627
|
+
"VVirtualScroll": {
|
|
628
|
+
"from": "components/VVirtualScroll/index.mjs",
|
|
629
|
+
"styles": []
|
|
630
630
|
}
|
|
631
631
|
},
|
|
632
632
|
"directives": [
|
package/dist/json/tags.json
CHANGED
|
@@ -1455,6 +1455,31 @@
|
|
|
1455
1455
|
],
|
|
1456
1456
|
"description": ""
|
|
1457
1457
|
},
|
|
1458
|
+
"VEmptyState": {
|
|
1459
|
+
"attributes": [
|
|
1460
|
+
"action-text",
|
|
1461
|
+
"bg-color",
|
|
1462
|
+
"color",
|
|
1463
|
+
"headline",
|
|
1464
|
+
"height",
|
|
1465
|
+
"href",
|
|
1466
|
+
"icon",
|
|
1467
|
+
"image",
|
|
1468
|
+
"justify",
|
|
1469
|
+
"max-height",
|
|
1470
|
+
"max-width",
|
|
1471
|
+
"min-height",
|
|
1472
|
+
"min-width",
|
|
1473
|
+
"size",
|
|
1474
|
+
"text",
|
|
1475
|
+
"text-width",
|
|
1476
|
+
"theme",
|
|
1477
|
+
"title",
|
|
1478
|
+
"to",
|
|
1479
|
+
"width"
|
|
1480
|
+
],
|
|
1481
|
+
"description": ""
|
|
1482
|
+
},
|
|
1458
1483
|
"VExpandTransition": {
|
|
1459
1484
|
"attributes": [
|
|
1460
1485
|
"disabled",
|
|
@@ -1532,6 +1557,57 @@
|
|
|
1532
1557
|
],
|
|
1533
1558
|
"description": ""
|
|
1534
1559
|
},
|
|
1560
|
+
"VFab": {
|
|
1561
|
+
"attributes": [
|
|
1562
|
+
"absolute",
|
|
1563
|
+
"active",
|
|
1564
|
+
"app",
|
|
1565
|
+
"appear",
|
|
1566
|
+
"append-icon",
|
|
1567
|
+
"block",
|
|
1568
|
+
"border",
|
|
1569
|
+
"color",
|
|
1570
|
+
"density",
|
|
1571
|
+
"disabled",
|
|
1572
|
+
"elevation",
|
|
1573
|
+
"exact",
|
|
1574
|
+
"extended",
|
|
1575
|
+
"flat",
|
|
1576
|
+
"height",
|
|
1577
|
+
"href",
|
|
1578
|
+
"icon",
|
|
1579
|
+
"loading",
|
|
1580
|
+
"location",
|
|
1581
|
+
"max-height",
|
|
1582
|
+
"max-width",
|
|
1583
|
+
"min-height",
|
|
1584
|
+
"min-width",
|
|
1585
|
+
"model-value",
|
|
1586
|
+
"name",
|
|
1587
|
+
"offset",
|
|
1588
|
+
"order",
|
|
1589
|
+
"position",
|
|
1590
|
+
"prepend-icon",
|
|
1591
|
+
"replace",
|
|
1592
|
+
"ripple",
|
|
1593
|
+
"rounded",
|
|
1594
|
+
"selected-class",
|
|
1595
|
+
"size",
|
|
1596
|
+
"slim",
|
|
1597
|
+
"stacked",
|
|
1598
|
+
"symbol",
|
|
1599
|
+
"tag",
|
|
1600
|
+
"text",
|
|
1601
|
+
"theme",
|
|
1602
|
+
"tile",
|
|
1603
|
+
"to",
|
|
1604
|
+
"transition",
|
|
1605
|
+
"value",
|
|
1606
|
+
"variant",
|
|
1607
|
+
"width"
|
|
1608
|
+
],
|
|
1609
|
+
"description": ""
|
|
1610
|
+
},
|
|
1535
1611
|
"VFabTransition": {
|
|
1536
1612
|
"attributes": [
|
|
1537
1613
|
"disabled",
|
|
@@ -2845,9 +2921,12 @@
|
|
|
2845
2921
|
"gradient-direction",
|
|
2846
2922
|
"height",
|
|
2847
2923
|
"id",
|
|
2924
|
+
"item-value",
|
|
2848
2925
|
"label-size",
|
|
2849
2926
|
"labels",
|
|
2850
2927
|
"line-width",
|
|
2928
|
+
"max",
|
|
2929
|
+
"min",
|
|
2851
2930
|
"model-value",
|
|
2852
2931
|
"padding",
|
|
2853
2932
|
"show-labels",
|
|
@@ -2857,6 +2936,47 @@
|
|
|
2857
2936
|
],
|
|
2858
2937
|
"description": ""
|
|
2859
2938
|
},
|
|
2939
|
+
"VSpeedDial": {
|
|
2940
|
+
"attributes": [
|
|
2941
|
+
"activator",
|
|
2942
|
+
"activator-props",
|
|
2943
|
+
"attach",
|
|
2944
|
+
"close-delay",
|
|
2945
|
+
"close-on-back",
|
|
2946
|
+
"close-on-content-click",
|
|
2947
|
+
"contained",
|
|
2948
|
+
"content-class",
|
|
2949
|
+
"content-props",
|
|
2950
|
+
"disabled",
|
|
2951
|
+
"eager",
|
|
2952
|
+
"height",
|
|
2953
|
+
"id",
|
|
2954
|
+
"location",
|
|
2955
|
+
"location-strategy",
|
|
2956
|
+
"max-height",
|
|
2957
|
+
"max-width",
|
|
2958
|
+
"min-height",
|
|
2959
|
+
"min-width",
|
|
2960
|
+
"model-value",
|
|
2961
|
+
"no-click-animation",
|
|
2962
|
+
"offset",
|
|
2963
|
+
"opacity",
|
|
2964
|
+
"open-delay",
|
|
2965
|
+
"open-on-click",
|
|
2966
|
+
"open-on-focus",
|
|
2967
|
+
"open-on-hover",
|
|
2968
|
+
"origin",
|
|
2969
|
+
"persistent",
|
|
2970
|
+
"scrim",
|
|
2971
|
+
"scroll-strategy",
|
|
2972
|
+
"target",
|
|
2973
|
+
"theme",
|
|
2974
|
+
"transition",
|
|
2975
|
+
"width",
|
|
2976
|
+
"z-index"
|
|
2977
|
+
],
|
|
2978
|
+
"description": ""
|
|
2979
|
+
},
|
|
2860
2980
|
"VStepper": {
|
|
2861
2981
|
"attributes": [
|
|
2862
2982
|
"alt-labels",
|