vuetify 3.6.9 → 3.6.11
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 +2 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +6 -6
- package/dist/vuetify-labs.css +2443 -2443
- package/dist/vuetify-labs.d.ts +18 -30
- package/dist/vuetify-labs.esm.js +94 -85
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +94 -85
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1862 -1862
- package/dist/vuetify.d.ts +48 -48
- package/dist/vuetify.esm.js +41 -20
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +41 -20
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +11 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +5 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +13 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +48 -48
- package/lib/labs/VNumberInput/VNumberInput.mjs +48 -55
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +2 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +5 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +18 -30
- package/lib/labs/components.d.mts +18 -30
- package/package.json +2 -2
|
@@ -2125,7 +2125,7 @@
|
|
|
2125
2125
|
},
|
|
2126
2126
|
"VCarouselItem/gradient": {
|
|
2127
2127
|
"type": "string\n",
|
|
2128
|
-
"description": "The gradient to apply to the image.
|
|
2128
|
+
"description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
|
|
2129
2129
|
},
|
|
2130
2130
|
"VCarouselItem/lazy-src": {
|
|
2131
2131
|
"type": "string\n",
|
|
@@ -6089,7 +6089,7 @@
|
|
|
6089
6089
|
},
|
|
6090
6090
|
"VImg/gradient": {
|
|
6091
6091
|
"type": "string\n",
|
|
6092
|
-
"description": "The gradient to apply to the image.
|
|
6092
|
+
"description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
|
|
6093
6093
|
},
|
|
6094
6094
|
"VImg/lazy-src": {
|
|
6095
6095
|
"type": "string\n",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
"from": "labs/VNumberInput/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
31
|
+
"VStepperVertical": {
|
|
32
|
+
"from": "labs/VStepperVertical/index.mjs",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
35
|
+
"VStepperVerticalItem": {
|
|
36
|
+
"from": "labs/VStepperVertical/index.mjs",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "labs/
|
|
39
|
+
"VStepperVerticalActions": {
|
|
40
|
+
"from": "labs/VStepperVertical/index.mjs",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
43
|
"VPicker": {
|
|
@@ -60,29 +60,29 @@
|
|
|
60
60
|
"from": "labs/VTreeview/index.mjs",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
63
|
+
"VTimePicker": {
|
|
64
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
67
|
+
"VTimePickerClock": {
|
|
68
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "labs/
|
|
71
|
+
"VTimePickerControls": {
|
|
72
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
75
|
"VDateInput": {
|
|
76
76
|
"from": "labs/VDateInput/index.mjs",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
|
-
"VSnackbarQueue": {
|
|
80
|
-
"from": "labs/VSnackbarQueue/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
79
|
"VPullToRefresh": {
|
|
84
80
|
"from": "labs/VPullToRefresh/index.mjs",
|
|
85
81
|
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VSnackbarQueue": {
|
|
84
|
+
"from": "labs/VSnackbarQueue/index.mjs",
|
|
85
|
+
"styles": []
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VAutocomplete": {
|
|
4
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
3
7
|
"VApp": {
|
|
4
8
|
"from": "components/VApp/index.mjs",
|
|
5
9
|
"styles": []
|
|
6
10
|
},
|
|
11
|
+
"VAlert": {
|
|
12
|
+
"from": "components/VAlert/index.mjs",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VAlertTitle": {
|
|
16
|
+
"from": "components/VAlert/index.mjs",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
7
19
|
"VAppBar": {
|
|
8
20
|
"from": "components/VAppBar/index.mjs",
|
|
9
21
|
"styles": []
|
|
@@ -16,38 +28,38 @@
|
|
|
16
28
|
"from": "components/VAppBar/index.mjs",
|
|
17
29
|
"styles": []
|
|
18
30
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "components/
|
|
31
|
+
"VBottomNavigation": {
|
|
32
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
21
33
|
"styles": []
|
|
22
34
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "components/
|
|
35
|
+
"VAvatar": {
|
|
36
|
+
"from": "components/VAvatar/index.mjs",
|
|
25
37
|
"styles": []
|
|
26
38
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
39
|
+
"VBreadcrumbs": {
|
|
40
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
29
41
|
"styles": []
|
|
30
42
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
43
|
+
"VBreadcrumbsItem": {
|
|
44
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VBreadcrumbsDivider": {
|
|
48
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
33
49
|
"styles": []
|
|
34
50
|
},
|
|
35
51
|
"VBadge": {
|
|
36
52
|
"from": "components/VBadge/index.mjs",
|
|
37
53
|
"styles": []
|
|
38
54
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
55
|
+
"VBottomSheet": {
|
|
56
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
41
57
|
"styles": []
|
|
42
58
|
},
|
|
43
59
|
"VBtn": {
|
|
44
60
|
"from": "components/VBtn/index.mjs",
|
|
45
61
|
"styles": []
|
|
46
62
|
},
|
|
47
|
-
"VBottomSheet": {
|
|
48
|
-
"from": "components/VBottomSheet/index.mjs",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
63
|
"VBanner": {
|
|
52
64
|
"from": "components/VBanner/index.mjs",
|
|
53
65
|
"styles": []
|
|
@@ -60,20 +72,8 @@
|
|
|
60
72
|
"from": "components/VBanner/index.mjs",
|
|
61
73
|
"styles": []
|
|
62
74
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
|
-
"VBreadcrumbsItem": {
|
|
68
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
|
-
"VBreadcrumbsDivider": {
|
|
72
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VBtnGroup": {
|
|
76
|
-
"from": "components/VBtnGroup/index.mjs",
|
|
75
|
+
"VBtnToggle": {
|
|
76
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
79
|
"VCarousel": {
|
|
@@ -84,6 +84,10 @@
|
|
|
84
84
|
"from": "components/VCarousel/index.mjs",
|
|
85
85
|
"styles": []
|
|
86
86
|
},
|
|
87
|
+
"VBtnGroup": {
|
|
88
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
87
91
|
"VCheckbox": {
|
|
88
92
|
"from": "components/VCheckbox/index.mjs",
|
|
89
93
|
"styles": []
|
|
@@ -92,10 +96,6 @@
|
|
|
92
96
|
"from": "components/VCheckbox/index.mjs",
|
|
93
97
|
"styles": []
|
|
94
98
|
},
|
|
95
|
-
"VChip": {
|
|
96
|
-
"from": "components/VChip/index.mjs",
|
|
97
|
-
"styles": []
|
|
98
|
-
},
|
|
99
99
|
"VCard": {
|
|
100
100
|
"from": "components/VCard/index.mjs",
|
|
101
101
|
"styles": []
|
|
@@ -120,12 +120,28 @@
|
|
|
120
120
|
"from": "components/VCard/index.mjs",
|
|
121
121
|
"styles": []
|
|
122
122
|
},
|
|
123
|
+
"VChip": {
|
|
124
|
+
"from": "components/VChip/index.mjs",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
127
|
+
"VColorPicker": {
|
|
128
|
+
"from": "components/VColorPicker/index.mjs",
|
|
129
|
+
"styles": []
|
|
130
|
+
},
|
|
131
|
+
"VCounter": {
|
|
132
|
+
"from": "components/VCounter/index.mjs",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
|
+
"VCode": {
|
|
136
|
+
"from": "components/VCode/index.mjs",
|
|
137
|
+
"styles": []
|
|
138
|
+
},
|
|
123
139
|
"VChipGroup": {
|
|
124
140
|
"from": "components/VChipGroup/index.mjs",
|
|
125
141
|
"styles": []
|
|
126
142
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
143
|
+
"VCombobox": {
|
|
144
|
+
"from": "components/VCombobox/index.mjs",
|
|
129
145
|
"styles": []
|
|
130
146
|
},
|
|
131
147
|
"VDataTable": {
|
|
@@ -156,22 +172,6 @@
|
|
|
156
172
|
"from": "components/VDataTable/index.mjs",
|
|
157
173
|
"styles": []
|
|
158
174
|
},
|
|
159
|
-
"VCode": {
|
|
160
|
-
"from": "components/VCode/index.mjs",
|
|
161
|
-
"styles": []
|
|
162
|
-
},
|
|
163
|
-
"VColorPicker": {
|
|
164
|
-
"from": "components/VColorPicker/index.mjs",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
|
-
"VCombobox": {
|
|
168
|
-
"from": "components/VCombobox/index.mjs",
|
|
169
|
-
"styles": []
|
|
170
|
-
},
|
|
171
|
-
"VCounter": {
|
|
172
|
-
"from": "components/VCounter/index.mjs",
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
175
|
"VDatePicker": {
|
|
176
176
|
"from": "components/VDatePicker/index.mjs",
|
|
177
177
|
"styles": []
|
|
@@ -200,6 +200,22 @@
|
|
|
200
200
|
"from": "components/VEmptyState/index.mjs",
|
|
201
201
|
"styles": []
|
|
202
202
|
},
|
|
203
|
+
"VDialog": {
|
|
204
|
+
"from": "components/VDialog/index.mjs",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"VFab": {
|
|
208
|
+
"from": "components/VFab/index.mjs",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
211
|
+
"VField": {
|
|
212
|
+
"from": "components/VField/index.mjs",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VFieldLabel": {
|
|
216
|
+
"from": "components/VField/index.mjs",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
203
219
|
"VExpansionPanels": {
|
|
204
220
|
"from": "components/VExpansionPanel/index.mjs",
|
|
205
221
|
"styles": []
|
|
@@ -216,32 +232,16 @@
|
|
|
216
232
|
"from": "components/VExpansionPanel/index.mjs",
|
|
217
233
|
"styles": []
|
|
218
234
|
},
|
|
219
|
-
"VDialog": {
|
|
220
|
-
"from": "components/VDialog/index.mjs",
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
|
-
"VField": {
|
|
224
|
-
"from": "components/VField/index.mjs",
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
|
-
"VFieldLabel": {
|
|
228
|
-
"from": "components/VField/index.mjs",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
235
|
"VDivider": {
|
|
232
236
|
"from": "components/VDivider/index.mjs",
|
|
233
237
|
"styles": []
|
|
234
238
|
},
|
|
235
|
-
"VFab": {
|
|
236
|
-
"from": "components/VFab/index.mjs",
|
|
237
|
-
"styles": []
|
|
238
|
-
},
|
|
239
239
|
"VFileInput": {
|
|
240
240
|
"from": "components/VFileInput/index.mjs",
|
|
241
241
|
"styles": []
|
|
242
242
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
243
|
+
"VImg": {
|
|
244
|
+
"from": "components/VImg/index.mjs",
|
|
245
245
|
"styles": []
|
|
246
246
|
},
|
|
247
247
|
"VFooter": {
|
|
@@ -268,6 +268,18 @@
|
|
|
268
268
|
"from": "components/VIcon/index.mjs",
|
|
269
269
|
"styles": []
|
|
270
270
|
},
|
|
271
|
+
"VKbd": {
|
|
272
|
+
"from": "components/VKbd/index.mjs",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VInput": {
|
|
276
|
+
"from": "components/VInput/index.mjs",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"VLabel": {
|
|
280
|
+
"from": "components/VLabel/index.mjs",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
271
283
|
"VItemGroup": {
|
|
272
284
|
"from": "components/VItemGroup/index.mjs",
|
|
273
285
|
"styles": []
|
|
@@ -276,16 +288,12 @@
|
|
|
276
288
|
"from": "components/VItemGroup/index.mjs",
|
|
277
289
|
"styles": []
|
|
278
290
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
|
-
"VKbd": {
|
|
284
|
-
"from": "components/VKbd/index.mjs",
|
|
291
|
+
"VInfiniteScroll": {
|
|
292
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
|
285
293
|
"styles": []
|
|
286
294
|
},
|
|
287
|
-
"
|
|
288
|
-
"from": "components/
|
|
295
|
+
"VMessages": {
|
|
296
|
+
"from": "components/VMessages/index.mjs",
|
|
289
297
|
"styles": []
|
|
290
298
|
},
|
|
291
299
|
"VList": {
|
|
@@ -324,10 +332,6 @@
|
|
|
324
332
|
"from": "components/VList/index.mjs",
|
|
325
333
|
"styles": []
|
|
326
334
|
},
|
|
327
|
-
"VLabel": {
|
|
328
|
-
"from": "components/VLabel/index.mjs",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
335
|
"VMain": {
|
|
332
336
|
"from": "components/VMain/index.mjs",
|
|
333
337
|
"styles": []
|
|
@@ -336,32 +340,28 @@
|
|
|
336
340
|
"from": "components/VMenu/index.mjs",
|
|
337
341
|
"styles": []
|
|
338
342
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
341
|
-
"styles": []
|
|
342
|
-
},
|
|
343
|
-
"VMessages": {
|
|
344
|
-
"from": "components/VMessages/index.mjs",
|
|
343
|
+
"VOtpInput": {
|
|
344
|
+
"from": "components/VOtpInput/index.mjs",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
347
|
"VOverlay": {
|
|
348
348
|
"from": "components/VOverlay/index.mjs",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
351
|
+
"VNavigationDrawer": {
|
|
352
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
353
353
|
"styles": []
|
|
354
354
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
355
|
+
"VProgressLinear": {
|
|
356
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
359
|
+
"VPagination": {
|
|
360
|
+
"from": "components/VPagination/index.mjs",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
363
|
+
"VProgressCircular": {
|
|
364
|
+
"from": "components/VProgressCircular/index.mjs",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
367
|
"VRadioGroup": {
|
|
@@ -372,14 +372,14 @@
|
|
|
372
372
|
"from": "components/VRating/index.mjs",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
|
-
"VSelectionControl": {
|
|
376
|
-
"from": "components/VSelectionControl/index.mjs",
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
375
|
"VSelect": {
|
|
380
376
|
"from": "components/VSelect/index.mjs",
|
|
381
377
|
"styles": []
|
|
382
378
|
},
|
|
379
|
+
"VSelectionControl": {
|
|
380
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
381
|
+
"styles": []
|
|
382
|
+
},
|
|
383
383
|
"VSelectionControlGroup": {
|
|
384
384
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
385
385
|
"styles": []
|
|
@@ -388,16 +388,12 @@
|
|
|
388
388
|
"from": "components/VSheet/index.mjs",
|
|
389
389
|
"styles": []
|
|
390
390
|
},
|
|
391
|
-
"VSkeletonLoader": {
|
|
392
|
-
"from": "components/VSkeletonLoader/index.mjs",
|
|
393
|
-
"styles": []
|
|
394
|
-
},
|
|
395
391
|
"VSlider": {
|
|
396
392
|
"from": "components/VSlider/index.mjs",
|
|
397
393
|
"styles": []
|
|
398
394
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
395
|
+
"VSkeletonLoader": {
|
|
396
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
|
401
397
|
"styles": []
|
|
402
398
|
},
|
|
403
399
|
"VSlideGroup": {
|
|
@@ -408,6 +404,10 @@
|
|
|
408
404
|
"from": "components/VSlideGroup/index.mjs",
|
|
409
405
|
"styles": []
|
|
410
406
|
},
|
|
407
|
+
"VSnackbar": {
|
|
408
|
+
"from": "components/VSnackbar/index.mjs",
|
|
409
|
+
"styles": []
|
|
410
|
+
},
|
|
411
411
|
"VStepper": {
|
|
412
412
|
"from": "components/VStepper/index.mjs",
|
|
413
413
|
"styles": []
|
|
@@ -432,10 +432,6 @@
|
|
|
432
432
|
"from": "components/VStepper/index.mjs",
|
|
433
433
|
"styles": []
|
|
434
434
|
},
|
|
435
|
-
"VSwitch": {
|
|
436
|
-
"from": "components/VSwitch/index.mjs",
|
|
437
|
-
"styles": []
|
|
438
|
-
},
|
|
439
435
|
"VTab": {
|
|
440
436
|
"from": "components/VTabs/index.mjs",
|
|
441
437
|
"styles": []
|
|
@@ -452,14 +448,26 @@
|
|
|
452
448
|
"from": "components/VTabs/index.mjs",
|
|
453
449
|
"styles": []
|
|
454
450
|
},
|
|
455
|
-
"VTextField": {
|
|
456
|
-
"from": "components/VTextField/index.mjs",
|
|
457
|
-
"styles": []
|
|
458
|
-
},
|
|
459
451
|
"VSystemBar": {
|
|
460
452
|
"from": "components/VSystemBar/index.mjs",
|
|
461
453
|
"styles": []
|
|
462
454
|
},
|
|
455
|
+
"VSwitch": {
|
|
456
|
+
"from": "components/VSwitch/index.mjs",
|
|
457
|
+
"styles": []
|
|
458
|
+
},
|
|
459
|
+
"VTable": {
|
|
460
|
+
"from": "components/VTable/index.mjs",
|
|
461
|
+
"styles": []
|
|
462
|
+
},
|
|
463
|
+
"VTextarea": {
|
|
464
|
+
"from": "components/VTextarea/index.mjs",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
467
|
+
"VTextField": {
|
|
468
|
+
"from": "components/VTextField/index.mjs",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
463
471
|
"VToolbar": {
|
|
464
472
|
"from": "components/VToolbar/index.mjs",
|
|
465
473
|
"styles": []
|
|
@@ -472,12 +480,12 @@
|
|
|
472
480
|
"from": "components/VToolbar/index.mjs",
|
|
473
481
|
"styles": []
|
|
474
482
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
483
|
+
"VTimeline": {
|
|
484
|
+
"from": "components/VTimeline/index.mjs",
|
|
477
485
|
"styles": []
|
|
478
486
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
487
|
+
"VTimelineItem": {
|
|
488
|
+
"from": "components/VTimeline/index.mjs",
|
|
481
489
|
"styles": []
|
|
482
490
|
},
|
|
483
491
|
"VTooltip": {
|
|
@@ -492,14 +500,6 @@
|
|
|
492
500
|
"from": "components/VWindow/index.mjs",
|
|
493
501
|
"styles": []
|
|
494
502
|
},
|
|
495
|
-
"VTimeline": {
|
|
496
|
-
"from": "components/VTimeline/index.mjs",
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
|
-
"VTimelineItem": {
|
|
500
|
-
"from": "components/VTimeline/index.mjs",
|
|
501
|
-
"styles": []
|
|
502
|
-
},
|
|
503
503
|
"VConfirmEdit": {
|
|
504
504
|
"from": "components/VConfirmEdit/index.mjs",
|
|
505
505
|
"styles": []
|
|
@@ -512,6 +512,10 @@
|
|
|
512
512
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
513
513
|
"styles": []
|
|
514
514
|
},
|
|
515
|
+
"VForm": {
|
|
516
|
+
"from": "components/VForm/index.mjs",
|
|
517
|
+
"styles": []
|
|
518
|
+
},
|
|
515
519
|
"VContainer": {
|
|
516
520
|
"from": "components/VGrid/index.mjs",
|
|
517
521
|
"styles": []
|
|
@@ -528,10 +532,6 @@
|
|
|
528
532
|
"from": "components/VGrid/index.mjs",
|
|
529
533
|
"styles": []
|
|
530
534
|
},
|
|
531
|
-
"VForm": {
|
|
532
|
-
"from": "components/VForm/index.mjs",
|
|
533
|
-
"styles": []
|
|
534
|
-
},
|
|
535
535
|
"VHover": {
|
|
536
536
|
"from": "components/VHover/index.mjs",
|
|
537
537
|
"styles": []
|
|
@@ -556,14 +556,14 @@
|
|
|
556
556
|
"from": "components/VNoSsr/index.mjs",
|
|
557
557
|
"styles": []
|
|
558
558
|
},
|
|
559
|
-
"VRadio": {
|
|
560
|
-
"from": "components/VRadio/index.mjs",
|
|
561
|
-
"styles": []
|
|
562
|
-
},
|
|
563
559
|
"VParallax": {
|
|
564
560
|
"from": "components/VParallax/index.mjs",
|
|
565
561
|
"styles": []
|
|
566
562
|
},
|
|
563
|
+
"VRadio": {
|
|
564
|
+
"from": "components/VRadio/index.mjs",
|
|
565
|
+
"styles": []
|
|
566
|
+
},
|
|
567
567
|
"VRangeSlider": {
|
|
568
568
|
"from": "components/VRangeSlider/index.mjs",
|
|
569
569
|
"styles": []
|
|
@@ -584,14 +584,6 @@
|
|
|
584
584
|
"from": "components/VThemeProvider/index.mjs",
|
|
585
585
|
"styles": []
|
|
586
586
|
},
|
|
587
|
-
"VValidation": {
|
|
588
|
-
"from": "components/VValidation/index.mjs",
|
|
589
|
-
"styles": []
|
|
590
|
-
},
|
|
591
|
-
"VVirtualScroll": {
|
|
592
|
-
"from": "components/VVirtualScroll/index.mjs",
|
|
593
|
-
"styles": []
|
|
594
|
-
},
|
|
595
587
|
"VFabTransition": {
|
|
596
588
|
"from": "components/transitions/index.mjs",
|
|
597
589
|
"styles": []
|
|
@@ -655,6 +647,14 @@
|
|
|
655
647
|
"VDialogTransition": {
|
|
656
648
|
"from": "components/transitions/index.mjs",
|
|
657
649
|
"styles": []
|
|
650
|
+
},
|
|
651
|
+
"VValidation": {
|
|
652
|
+
"from": "components/VValidation/index.mjs",
|
|
653
|
+
"styles": []
|
|
654
|
+
},
|
|
655
|
+
"VVirtualScroll": {
|
|
656
|
+
"from": "components/VVirtualScroll/index.mjs",
|
|
657
|
+
"styles": []
|
|
658
658
|
}
|
|
659
659
|
},
|
|
660
660
|
"directives": [
|
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.6.
|
|
5
|
+
"version": "3.6.11",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -6814,7 +6814,7 @@
|
|
|
6814
6814
|
},
|
|
6815
6815
|
{
|
|
6816
6816
|
"name": "gradient",
|
|
6817
|
-
"description": "The gradient to apply to the image.
|
|
6817
|
+
"description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes.",
|
|
6818
6818
|
"doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
|
|
6819
6819
|
"value": {
|
|
6820
6820
|
"kind": "expression",
|
|
@@ -20994,7 +20994,7 @@
|
|
|
20994
20994
|
},
|
|
20995
20995
|
{
|
|
20996
20996
|
"name": "actions",
|
|
20997
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VExpansionPanel/VExpansionPanelTitle.tsx#
|
|
20997
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VExpansionPanel/VExpansionPanelTitle.tsx#L22-L28.json))",
|
|
20998
20998
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
|
|
20999
20999
|
"vue-properties": [
|
|
21000
21000
|
{
|
|
@@ -23837,7 +23837,7 @@
|
|
|
23837
23837
|
},
|
|
23838
23838
|
{
|
|
23839
23839
|
"name": "gradient",
|
|
23840
|
-
"description": "The gradient to apply to the image.
|
|
23840
|
+
"description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes.",
|
|
23841
23841
|
"doc-url": "https://vuetifyjs.com/api/VImg#props",
|
|
23842
23842
|
"value": {
|
|
23843
23843
|
"kind": "expression",
|
|
@@ -46867,7 +46867,7 @@
|
|
|
46867
46867
|
"name": "selectStrategy",
|
|
46868
46868
|
"description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.",
|
|
46869
46869
|
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
|
46870
|
-
"default": "'
|
|
46870
|
+
"default": "'single-leaf'",
|
|
46871
46871
|
"value": {
|
|
46872
46872
|
"kind": "expression",
|
|
46873
46873
|
"type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)"
|
|
@@ -47019,7 +47019,7 @@
|
|
|
47019
47019
|
"name": "openStrategy",
|
|
47020
47020
|
"description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected.",
|
|
47021
47021
|
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
|
47022
|
-
"default": "'
|
|
47022
|
+
"default": "'list'",
|
|
47023
47023
|
"value": {
|
|
47024
47024
|
"kind": "expression",
|
|
47025
47025
|
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>"
|