vuetify 3.5.5 → 3.5.7
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 +352 -40
- package/dist/json/importMap-labs.json +16 -8
- package/dist/json/importMap.json +122 -118
- package/dist/json/tags.json +93 -0
- package/dist/json/web-types.json +1084 -52
- package/dist/vuetify-labs.css +2121 -1996
- package/dist/vuetify-labs.d.ts +1336 -128
- package/dist/vuetify-labs.esm.js +332 -81
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +332 -81
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +838 -839
- package/dist/vuetify.d.ts +320 -145
- package/dist/vuetify.esm.js +87 -75
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +87 -75
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +60 -58
- 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 +33 -29
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- 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 +22 -23
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +50 -94
- package/lib/components/VDataTable/index.d.mts +214 -1
- package/lib/components/VDataTable/index.mjs +1 -0
- package/lib/components/VDataTable/index.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +4 -7
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +4 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +27 -0
- package/lib/components/VLayout/index.d.mts +8 -6
- package/lib/components/VSelect/VSelect.mjs +20 -18
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +3 -1
- package/lib/components/VToolbar/VToolbar.sass +2 -1
- package/lib/components/index.d.mts +279 -106
- package/lib/composables/filter.mjs +1 -1
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/goto.mjs +2 -2
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +42 -39
- 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 +4 -4
- package/lib/labs/VSparkline/VBarline.mjs.map +1 -1
- package/lib/labs/VSparkline/VTrendline.mjs +6 -2
- package/lib/labs/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/labs/VSparkline/index.d.mts +12 -0
- package/lib/labs/VSparkline/util/line.mjs +2 -0
- package/lib/labs/VSparkline/util/line.mjs.map +1 -1
- package/lib/labs/components.d.mts +1066 -2
- package/lib/labs/components.mjs +2 -0
- package/lib/labs/components.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,13 +1,5 @@
|
|
|
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
|
-
},
|
|
11
3
|
"VCalendar": {
|
|
12
4
|
"from": "labs/VCalendar/index.mjs",
|
|
13
5
|
"styles": []
|
|
@@ -32,6 +24,22 @@
|
|
|
32
24
|
"from": "labs/VCalendar/index.mjs",
|
|
33
25
|
"styles": []
|
|
34
26
|
},
|
|
27
|
+
"VFab": {
|
|
28
|
+
"from": "labs/VFab/index.mjs",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VEmptyState": {
|
|
32
|
+
"from": "labs/VEmptyState/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VPicker": {
|
|
36
|
+
"from": "labs/VPicker/index.mjs",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VPickerTitle": {
|
|
40
|
+
"from": "labs/VPicker/index.mjs",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
35
43
|
"VConfirmEdit": {
|
|
36
44
|
"from": "labs/VConfirmEdit/index.mjs",
|
|
37
45
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp/index.mjs",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VAppBar": {
|
|
8
4
|
"from": "components/VAppBar/index.mjs",
|
|
9
5
|
"styles": []
|
|
@@ -16,6 +12,10 @@
|
|
|
16
12
|
"from": "components/VAppBar/index.mjs",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
15
|
+
"VApp": {
|
|
16
|
+
"from": "components/VApp/index.mjs",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
19
|
"VAlert": {
|
|
20
20
|
"from": "components/VAlert/index.mjs",
|
|
21
21
|
"styles": []
|
|
@@ -28,12 +28,20 @@
|
|
|
28
28
|
"from": "components/VAvatar/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
31
35
|
"VAutocomplete": {
|
|
32
36
|
"from": "components/VAutocomplete/index.mjs",
|
|
33
37
|
"styles": []
|
|
34
38
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
39
|
+
"VBottomNavigation": {
|
|
40
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VBottomSheet": {
|
|
44
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
37
45
|
"styles": []
|
|
38
46
|
},
|
|
39
47
|
"VBanner": {
|
|
@@ -48,18 +56,6 @@
|
|
|
48
56
|
"from": "components/VBanner/index.mjs",
|
|
49
57
|
"styles": []
|
|
50
58
|
},
|
|
51
|
-
"VBottomSheet": {
|
|
52
|
-
"from": "components/VBottomSheet/index.mjs",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VBottomNavigation": {
|
|
56
|
-
"from": "components/VBottomNavigation/index.mjs",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VBtn": {
|
|
60
|
-
"from": "components/VBtn/index.mjs",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
59
|
"VBreadcrumbs": {
|
|
64
60
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
65
61
|
"styles": []
|
|
@@ -72,14 +68,14 @@
|
|
|
72
68
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
73
69
|
"styles": []
|
|
74
70
|
},
|
|
75
|
-
"VBtnToggle": {
|
|
76
|
-
"from": "components/VBtnToggle/index.mjs",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
71
|
"VBtnGroup": {
|
|
80
72
|
"from": "components/VBtnGroup/index.mjs",
|
|
81
73
|
"styles": []
|
|
82
74
|
},
|
|
75
|
+
"VBtn": {
|
|
76
|
+
"from": "components/VBtn/index.mjs",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
83
79
|
"VCarousel": {
|
|
84
80
|
"from": "components/VCarousel/index.mjs",
|
|
85
81
|
"styles": []
|
|
@@ -112,12 +108,8 @@
|
|
|
112
108
|
"from": "components/VCard/index.mjs",
|
|
113
109
|
"styles": []
|
|
114
110
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
117
|
-
"styles": []
|
|
118
|
-
},
|
|
119
|
-
"VCode": {
|
|
120
|
-
"from": "components/VCode/index.mjs",
|
|
111
|
+
"VBtnToggle": {
|
|
112
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
121
113
|
"styles": []
|
|
122
114
|
},
|
|
123
115
|
"VCheckbox": {
|
|
@@ -128,26 +120,58 @@
|
|
|
128
120
|
"from": "components/VCheckbox/index.mjs",
|
|
129
121
|
"styles": []
|
|
130
122
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
123
|
+
"VChip": {
|
|
124
|
+
"from": "components/VChip/index.mjs",
|
|
133
125
|
"styles": []
|
|
134
126
|
},
|
|
135
127
|
"VChipGroup": {
|
|
136
128
|
"from": "components/VChipGroup/index.mjs",
|
|
137
129
|
"styles": []
|
|
138
130
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
131
|
+
"VCode": {
|
|
132
|
+
"from": "components/VCode/index.mjs",
|
|
141
133
|
"styles": []
|
|
142
134
|
},
|
|
143
135
|
"VColorPicker": {
|
|
144
136
|
"from": "components/VColorPicker/index.mjs",
|
|
145
137
|
"styles": []
|
|
146
138
|
},
|
|
139
|
+
"VCombobox": {
|
|
140
|
+
"from": "components/VCombobox/index.mjs",
|
|
141
|
+
"styles": []
|
|
142
|
+
},
|
|
143
|
+
"VDatePicker": {
|
|
144
|
+
"from": "components/VDatePicker/index.mjs",
|
|
145
|
+
"styles": []
|
|
146
|
+
},
|
|
147
|
+
"VDatePickerControls": {
|
|
148
|
+
"from": "components/VDatePicker/index.mjs",
|
|
149
|
+
"styles": []
|
|
150
|
+
},
|
|
151
|
+
"VDatePickerHeader": {
|
|
152
|
+
"from": "components/VDatePicker/index.mjs",
|
|
153
|
+
"styles": []
|
|
154
|
+
},
|
|
155
|
+
"VDatePickerMonth": {
|
|
156
|
+
"from": "components/VDatePicker/index.mjs",
|
|
157
|
+
"styles": []
|
|
158
|
+
},
|
|
159
|
+
"VDatePickerMonths": {
|
|
160
|
+
"from": "components/VDatePicker/index.mjs",
|
|
161
|
+
"styles": []
|
|
162
|
+
},
|
|
163
|
+
"VDatePickerYears": {
|
|
164
|
+
"from": "components/VDatePicker/index.mjs",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
147
167
|
"VDataTable": {
|
|
148
168
|
"from": "components/VDataTable/index.mjs",
|
|
149
169
|
"styles": []
|
|
150
170
|
},
|
|
171
|
+
"VDataTableHeaders": {
|
|
172
|
+
"from": "components/VDataTable/index.mjs",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
151
175
|
"VDataTableFooter": {
|
|
152
176
|
"from": "components/VDataTable/index.mjs",
|
|
153
177
|
"styles": []
|
|
@@ -168,36 +192,32 @@
|
|
|
168
192
|
"from": "components/VDataTable/index.mjs",
|
|
169
193
|
"styles": []
|
|
170
194
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VDatePickerControls": {
|
|
176
|
-
"from": "components/VDatePicker/index.mjs",
|
|
195
|
+
"VCounter": {
|
|
196
|
+
"from": "components/VCounter/index.mjs",
|
|
177
197
|
"styles": []
|
|
178
198
|
},
|
|
179
|
-
"
|
|
180
|
-
"from": "components/
|
|
199
|
+
"VDialog": {
|
|
200
|
+
"from": "components/VDialog/index.mjs",
|
|
181
201
|
"styles": []
|
|
182
202
|
},
|
|
183
|
-
"
|
|
184
|
-
"from": "components/
|
|
203
|
+
"VField": {
|
|
204
|
+
"from": "components/VField/index.mjs",
|
|
185
205
|
"styles": []
|
|
186
206
|
},
|
|
187
|
-
"
|
|
188
|
-
"from": "components/
|
|
207
|
+
"VFieldLabel": {
|
|
208
|
+
"from": "components/VField/index.mjs",
|
|
189
209
|
"styles": []
|
|
190
210
|
},
|
|
191
|
-
"
|
|
192
|
-
"from": "components/
|
|
211
|
+
"VDivider": {
|
|
212
|
+
"from": "components/VDivider/index.mjs",
|
|
193
213
|
"styles": []
|
|
194
214
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
215
|
+
"VFileInput": {
|
|
216
|
+
"from": "components/VFileInput/index.mjs",
|
|
197
217
|
"styles": []
|
|
198
218
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
219
|
+
"VFooter": {
|
|
220
|
+
"from": "components/VFooter/index.mjs",
|
|
201
221
|
"styles": []
|
|
202
222
|
},
|
|
203
223
|
"VExpansionPanels": {
|
|
@@ -216,18 +236,6 @@
|
|
|
216
236
|
"from": "components/VExpansionPanel/index.mjs",
|
|
217
237
|
"styles": []
|
|
218
238
|
},
|
|
219
|
-
"VField": {
|
|
220
|
-
"from": "components/VField/index.mjs",
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
|
-
"VFieldLabel": {
|
|
224
|
-
"from": "components/VField/index.mjs",
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
|
-
"VFileInput": {
|
|
228
|
-
"from": "components/VFileInput/index.mjs",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
239
|
"VIcon": {
|
|
232
240
|
"from": "components/VIcon/index.mjs",
|
|
233
241
|
"styles": []
|
|
@@ -248,16 +256,12 @@
|
|
|
248
256
|
"from": "components/VIcon/index.mjs",
|
|
249
257
|
"styles": []
|
|
250
258
|
},
|
|
251
|
-
"VFooter": {
|
|
252
|
-
"from": "components/VFooter/index.mjs",
|
|
253
|
-
"styles": []
|
|
254
|
-
},
|
|
255
259
|
"VImg": {
|
|
256
260
|
"from": "components/VImg/index.mjs",
|
|
257
261
|
"styles": []
|
|
258
262
|
},
|
|
259
|
-
"
|
|
260
|
-
"from": "components/
|
|
263
|
+
"VInfiniteScroll": {
|
|
264
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
|
261
265
|
"styles": []
|
|
262
266
|
},
|
|
263
267
|
"VItemGroup": {
|
|
@@ -268,16 +272,12 @@
|
|
|
268
272
|
"from": "components/VItemGroup/index.mjs",
|
|
269
273
|
"styles": []
|
|
270
274
|
},
|
|
271
|
-
"VInfiniteScroll": {
|
|
272
|
-
"from": "components/VInfiniteScroll/index.mjs",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
275
|
"VKbd": {
|
|
276
276
|
"from": "components/VKbd/index.mjs",
|
|
277
277
|
"styles": []
|
|
278
278
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
279
|
+
"VInput": {
|
|
280
|
+
"from": "components/VInput/index.mjs",
|
|
281
281
|
"styles": []
|
|
282
282
|
},
|
|
283
283
|
"VList": {
|
|
@@ -316,30 +316,34 @@
|
|
|
316
316
|
"from": "components/VList/index.mjs",
|
|
317
317
|
"styles": []
|
|
318
318
|
},
|
|
319
|
-
"
|
|
320
|
-
"from": "components/
|
|
321
|
-
"styles": []
|
|
322
|
-
},
|
|
323
|
-
"VNavigationDrawer": {
|
|
324
|
-
"from": "components/VNavigationDrawer/index.mjs",
|
|
319
|
+
"VLabel": {
|
|
320
|
+
"from": "components/VLabel/index.mjs",
|
|
325
321
|
"styles": []
|
|
326
322
|
},
|
|
327
323
|
"VMenu": {
|
|
328
324
|
"from": "components/VMenu/index.mjs",
|
|
329
325
|
"styles": []
|
|
330
326
|
},
|
|
327
|
+
"VMain": {
|
|
328
|
+
"from": "components/VMain/index.mjs",
|
|
329
|
+
"styles": []
|
|
330
|
+
},
|
|
331
331
|
"VMessages": {
|
|
332
332
|
"from": "components/VMessages/index.mjs",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
335
|
+
"VNavigationDrawer": {
|
|
336
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
337
337
|
"styles": []
|
|
338
338
|
},
|
|
339
339
|
"VOverlay": {
|
|
340
340
|
"from": "components/VOverlay/index.mjs",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
|
+
"VOtpInput": {
|
|
344
|
+
"from": "components/VOtpInput/index.mjs",
|
|
345
|
+
"styles": []
|
|
346
|
+
},
|
|
343
347
|
"VPagination": {
|
|
344
348
|
"from": "components/VPagination/index.mjs",
|
|
345
349
|
"styles": []
|
|
@@ -348,16 +352,12 @@
|
|
|
348
352
|
"from": "components/VProgressCircular/index.mjs",
|
|
349
353
|
"styles": []
|
|
350
354
|
},
|
|
351
|
-
"VProgressLinear": {
|
|
352
|
-
"from": "components/VProgressLinear/index.mjs",
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
355
|
"VRadioGroup": {
|
|
356
356
|
"from": "components/VRadioGroup/index.mjs",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
359
|
+
"VProgressLinear": {
|
|
360
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
363
|
"VSelect": {
|
|
@@ -368,18 +368,14 @@
|
|
|
368
368
|
"from": "components/VSelectionControl/index.mjs",
|
|
369
369
|
"styles": []
|
|
370
370
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
371
|
+
"VRating": {
|
|
372
|
+
"from": "components/VRating/index.mjs",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
375
|
"VSelectionControlGroup": {
|
|
376
376
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
377
377
|
"styles": []
|
|
378
378
|
},
|
|
379
|
-
"VSlider": {
|
|
380
|
-
"from": "components/VSlider/index.mjs",
|
|
381
|
-
"styles": []
|
|
382
|
-
},
|
|
383
379
|
"VSlideGroup": {
|
|
384
380
|
"from": "components/VSlideGroup/index.mjs",
|
|
385
381
|
"styles": []
|
|
@@ -392,6 +388,10 @@
|
|
|
392
388
|
"from": "components/VSkeletonLoader/index.mjs",
|
|
393
389
|
"styles": []
|
|
394
390
|
},
|
|
391
|
+
"VSlider": {
|
|
392
|
+
"from": "components/VSlider/index.mjs",
|
|
393
|
+
"styles": []
|
|
394
|
+
},
|
|
395
395
|
"VStepper": {
|
|
396
396
|
"from": "components/VStepper/index.mjs",
|
|
397
397
|
"styles": []
|
|
@@ -416,12 +416,12 @@
|
|
|
416
416
|
"from": "components/VStepper/index.mjs",
|
|
417
417
|
"styles": []
|
|
418
418
|
},
|
|
419
|
-
"
|
|
420
|
-
"from": "components/
|
|
419
|
+
"VSheet": {
|
|
420
|
+
"from": "components/VSheet/index.mjs",
|
|
421
421
|
"styles": []
|
|
422
422
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
423
|
+
"VSnackbar": {
|
|
424
|
+
"from": "components/VSnackbar/index.mjs",
|
|
425
425
|
"styles": []
|
|
426
426
|
},
|
|
427
427
|
"VSwitch": {
|
|
@@ -432,20 +432,24 @@
|
|
|
432
432
|
"from": "components/VTable/index.mjs",
|
|
433
433
|
"styles": []
|
|
434
434
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
435
|
+
"VTabs": {
|
|
436
|
+
"from": "components/VTabs/index.mjs",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
439
|
+
"VTab": {
|
|
440
|
+
"from": "components/VTabs/index.mjs",
|
|
437
441
|
"styles": []
|
|
438
442
|
},
|
|
439
443
|
"VTextField": {
|
|
440
444
|
"from": "components/VTextField/index.mjs",
|
|
441
445
|
"styles": []
|
|
442
446
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
447
|
+
"VTextarea": {
|
|
448
|
+
"from": "components/VTextarea/index.mjs",
|
|
445
449
|
"styles": []
|
|
446
450
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
451
|
+
"VSystemBar": {
|
|
452
|
+
"from": "components/VSystemBar/index.mjs",
|
|
449
453
|
"styles": []
|
|
450
454
|
},
|
|
451
455
|
"VToolbar": {
|
|
@@ -460,6 +464,10 @@
|
|
|
460
464
|
"from": "components/VToolbar/index.mjs",
|
|
461
465
|
"styles": []
|
|
462
466
|
},
|
|
467
|
+
"VTooltip": {
|
|
468
|
+
"from": "components/VTooltip/index.mjs",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
463
471
|
"VTimeline": {
|
|
464
472
|
"from": "components/VTimeline/index.mjs",
|
|
465
473
|
"styles": []
|
|
@@ -468,10 +476,6 @@
|
|
|
468
476
|
"from": "components/VTimeline/index.mjs",
|
|
469
477
|
"styles": []
|
|
470
478
|
},
|
|
471
|
-
"VTooltip": {
|
|
472
|
-
"from": "components/VTooltip/index.mjs",
|
|
473
|
-
"styles": []
|
|
474
|
-
},
|
|
475
479
|
"VWindow": {
|
|
476
480
|
"from": "components/VWindow/index.mjs",
|
|
477
481
|
"styles": []
|
|
@@ -512,6 +516,10 @@
|
|
|
512
516
|
"from": "components/VHover/index.mjs",
|
|
513
517
|
"styles": []
|
|
514
518
|
},
|
|
519
|
+
"VLazy": {
|
|
520
|
+
"from": "components/VLazy/index.mjs",
|
|
521
|
+
"styles": []
|
|
522
|
+
},
|
|
515
523
|
"VLayout": {
|
|
516
524
|
"from": "components/VLayout/index.mjs",
|
|
517
525
|
"styles": []
|
|
@@ -520,10 +528,6 @@
|
|
|
520
528
|
"from": "components/VLayout/index.mjs",
|
|
521
529
|
"styles": []
|
|
522
530
|
},
|
|
523
|
-
"VLazy": {
|
|
524
|
-
"from": "components/VLazy/index.mjs",
|
|
525
|
-
"styles": []
|
|
526
|
-
},
|
|
527
531
|
"VLocaleProvider": {
|
|
528
532
|
"from": "components/VLocaleProvider/index.mjs",
|
|
529
533
|
"styles": []
|
|
@@ -540,12 +544,16 @@
|
|
|
540
544
|
"from": "components/VRadio/index.mjs",
|
|
541
545
|
"styles": []
|
|
542
546
|
},
|
|
547
|
+
"VRangeSlider": {
|
|
548
|
+
"from": "components/VRangeSlider/index.mjs",
|
|
549
|
+
"styles": []
|
|
550
|
+
},
|
|
543
551
|
"VResponsive": {
|
|
544
552
|
"from": "components/VResponsive/index.mjs",
|
|
545
553
|
"styles": []
|
|
546
554
|
},
|
|
547
|
-
"
|
|
548
|
-
"from": "components/
|
|
555
|
+
"VValidation": {
|
|
556
|
+
"from": "components/VValidation/index.mjs",
|
|
549
557
|
"styles": []
|
|
550
558
|
},
|
|
551
559
|
"VThemeProvider": {
|
|
@@ -556,10 +564,6 @@
|
|
|
556
564
|
"from": "components/VVirtualScroll/index.mjs",
|
|
557
565
|
"styles": []
|
|
558
566
|
},
|
|
559
|
-
"VValidation": {
|
|
560
|
-
"from": "components/VValidation/index.mjs",
|
|
561
|
-
"styles": []
|
|
562
|
-
},
|
|
563
567
|
"VFabTransition": {
|
|
564
568
|
"from": "components/transitions/index.mjs",
|
|
565
569
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -1123,6 +1123,18 @@
|
|
|
1123
1123
|
"attributes": [],
|
|
1124
1124
|
"description": ""
|
|
1125
1125
|
},
|
|
1126
|
+
"VDataTableHeaders": {
|
|
1127
|
+
"attributes": [
|
|
1128
|
+
"color",
|
|
1129
|
+
"header-props",
|
|
1130
|
+
"loading",
|
|
1131
|
+
"multi-sort",
|
|
1132
|
+
"sort-asc-icon",
|
|
1133
|
+
"sort-desc-icon",
|
|
1134
|
+
"sticky"
|
|
1135
|
+
],
|
|
1136
|
+
"description": ""
|
|
1137
|
+
},
|
|
1126
1138
|
"VDataTableRow": {
|
|
1127
1139
|
"attributes": [
|
|
1128
1140
|
"cell-props",
|
|
@@ -1443,6 +1455,31 @@
|
|
|
1443
1455
|
],
|
|
1444
1456
|
"description": ""
|
|
1445
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
|
+
},
|
|
1446
1483
|
"VExpandTransition": {
|
|
1447
1484
|
"attributes": [
|
|
1448
1485
|
"disabled",
|
|
@@ -1466,6 +1503,7 @@
|
|
|
1466
1503
|
"eager",
|
|
1467
1504
|
"elevation",
|
|
1468
1505
|
"expand-icon",
|
|
1506
|
+
"focusable",
|
|
1469
1507
|
"hide-actions",
|
|
1470
1508
|
"readonly",
|
|
1471
1509
|
"ripple",
|
|
@@ -1491,6 +1529,7 @@
|
|
|
1491
1529
|
"collapse-icon",
|
|
1492
1530
|
"color",
|
|
1493
1531
|
"expand-icon",
|
|
1532
|
+
"focusable",
|
|
1494
1533
|
"hide-actions",
|
|
1495
1534
|
"readonly",
|
|
1496
1535
|
"ripple",
|
|
@@ -1503,6 +1542,7 @@
|
|
|
1503
1542
|
"color",
|
|
1504
1543
|
"disabled",
|
|
1505
1544
|
"flat",
|
|
1545
|
+
"focusable",
|
|
1506
1546
|
"mandatory",
|
|
1507
1547
|
"max",
|
|
1508
1548
|
"model-value",
|
|
@@ -1517,6 +1557,57 @@
|
|
|
1517
1557
|
],
|
|
1518
1558
|
"description": ""
|
|
1519
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
|
+
},
|
|
1520
1611
|
"VFabTransition": {
|
|
1521
1612
|
"attributes": [
|
|
1522
1613
|
"disabled",
|
|
@@ -2833,6 +2924,8 @@
|
|
|
2833
2924
|
"label-size",
|
|
2834
2925
|
"labels",
|
|
2835
2926
|
"line-width",
|
|
2927
|
+
"max",
|
|
2928
|
+
"min",
|
|
2836
2929
|
"model-value",
|
|
2837
2930
|
"padding",
|
|
2838
2931
|
"show-labels",
|