@vuetify/nightly 3.6.0-alpha.2-dev.2024-04-19 → 3.6.0-alpha.2-dev.2024-04-23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -2
- package/dist/json/attributes.json +4 -0
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +128 -128
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +11 -1
- package/dist/vuetify-labs.css +2374 -2370
- package/dist/vuetify-labs.d.ts +9 -0
- package/dist/vuetify-labs.esm.js +10 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +518 -514
- package/dist/vuetify.d.ts +52 -43
- package/dist/vuetify.esm.js +10 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +11 -11
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDialog/VDialog.css +7 -3
- package/lib/components/VDialog/VDialog.sass +3 -0
- package/lib/components/VDialog/_variables.scss +4 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +7 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +9 -0
- package/lib/components/index.d.mts +9 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2-dev.2024-04-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2-dev.2024-04-23...v) (2024-04-23)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.6.0-alpha.2-dev.2024-04-
|
|
5
|
+
# [3.6.0-alpha.2-dev.2024-04-23](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2...v3.6.0-alpha.2-dev.2024-04-23) (2024-04-23)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
10
|
* **VDataTable:** add missing scss variable for loading opacity ([69b5cc8](https://github.com/vuetifyjs/vuetify/commit/69b5cc8e36092350987f53a32b4820c22785a612))
|
|
11
|
+
* **VDialog:** adjust styling to better match material spec ([383bbdc](https://github.com/vuetifyjs/vuetify/commit/383bbdc2e642922ac50de1b88b4be156510b8b2d))
|
|
11
12
|
* **VSpeedDial:** proxy VMenu model ([245f6d3](https://github.com/vuetifyjs/vuetify/commit/245f6d3868c62d41048a9f91769ae2e327cc2366))
|
|
12
13
|
|
|
13
14
|
|
|
@@ -15,6 +16,7 @@
|
|
|
15
16
|
|
|
16
17
|
* support css cascade layers ([#19641](https://github.com/vuetifyjs/vuetify/issues/19641)) ([4820347](https://github.com/vuetifyjs/vuetify/commit/4820347463f5ea139bea08a712dd4573c3f492b4))
|
|
17
18
|
* **VBtn:** add new readonly prop ([72f33dc](https://github.com/vuetifyjs/vuetify/commit/72f33dcd84ef3a3799ec1312a5eaa42e320b3e92))
|
|
19
|
+
* **VNavigationDrawer:** add new persistent prop ([#19552](https://github.com/vuetifyjs/vuetify/issues/19552)) ([74cc2bf](https://github.com/vuetifyjs/vuetify/commit/74cc2bf338cf3b785ddc7d69636ae5cb05d89e1e))
|
|
18
20
|
|
|
19
21
|
|
|
20
22
|
|
|
@@ -6663,6 +6663,10 @@
|
|
|
6663
6663
|
"type": "boolean\n",
|
|
6664
6664
|
"description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background."
|
|
6665
6665
|
},
|
|
6666
|
+
"VNavigationDrawer/persistent": {
|
|
6667
|
+
"type": "boolean\n",
|
|
6668
|
+
"description": "Clicking outside or pressing **esc** key will not dismiss the dialog."
|
|
6669
|
+
},
|
|
6666
6670
|
"VNavigationDrawer/touchless": {
|
|
6667
6671
|
"type": "boolean\n",
|
|
6668
6672
|
"description": "Disable mobile touch functionality."
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "labs/
|
|
3
|
+
"VNumberInput": {
|
|
4
|
+
"from": "labs/VNumberInput/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
7
|
"VCalendar": {
|
|
@@ -32,12 +32,8 @@
|
|
|
32
32
|
"from": "labs/VEmptyState/index.mjs",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VPickerTitle": {
|
|
40
|
-
"from": "labs/VPicker/index.mjs",
|
|
35
|
+
"VFab": {
|
|
36
|
+
"from": "labs/VFab/index.mjs",
|
|
41
37
|
"styles": []
|
|
42
38
|
},
|
|
43
39
|
"VTimePicker": {
|
|
@@ -52,6 +48,14 @@
|
|
|
52
48
|
"from": "labs/VTimePicker/index.mjs",
|
|
53
49
|
"styles": []
|
|
54
50
|
},
|
|
51
|
+
"VPicker": {
|
|
52
|
+
"from": "labs/VPicker/index.mjs",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VPickerTitle": {
|
|
56
|
+
"from": "labs/VPicker/index.mjs",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
55
59
|
"VTreeview": {
|
|
56
60
|
"from": "labs/VTreeview/index.mjs",
|
|
57
61
|
"styles": []
|
|
@@ -64,10 +68,6 @@
|
|
|
64
68
|
"from": "labs/VTreeview/index.mjs",
|
|
65
69
|
"styles": []
|
|
66
70
|
},
|
|
67
|
-
"VNumberInput": {
|
|
68
|
-
"from": "labs/VNumberInput/index.mjs",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
71
|
"VConfirmEdit": {
|
|
72
72
|
"from": "labs/VConfirmEdit/index.mjs",
|
|
73
73
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -28,8 +28,12 @@
|
|
|
28
28
|
"from": "components/VAutocomplete/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
31
|
+
"VAvatar": {
|
|
32
|
+
"from": "components/VAvatar/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VBottomNavigation": {
|
|
36
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
33
37
|
"styles": []
|
|
34
38
|
},
|
|
35
39
|
"VBanner": {
|
|
@@ -44,16 +48,8 @@
|
|
|
44
48
|
"from": "components/VBanner/index.mjs",
|
|
45
49
|
"styles": []
|
|
46
50
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VBottomNavigation": {
|
|
52
|
-
"from": "components/VBottomNavigation/index.mjs",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VBottomSheet": {
|
|
56
|
-
"from": "components/VBottomSheet/index.mjs",
|
|
51
|
+
"VBadge": {
|
|
52
|
+
"from": "components/VBadge/index.mjs",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
55
|
"VBreadcrumbs": {
|
|
@@ -68,26 +64,10 @@
|
|
|
68
64
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
69
65
|
"styles": []
|
|
70
66
|
},
|
|
71
|
-
"VBtnToggle": {
|
|
72
|
-
"from": "components/VBtnToggle/index.mjs",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
67
|
"VBtnGroup": {
|
|
76
68
|
"from": "components/VBtnGroup/index.mjs",
|
|
77
69
|
"styles": []
|
|
78
70
|
},
|
|
79
|
-
"VBtn": {
|
|
80
|
-
"from": "components/VBtn/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCarousel": {
|
|
84
|
-
"from": "components/VCarousel/index.mjs",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VCarouselItem": {
|
|
88
|
-
"from": "components/VCarousel/index.mjs",
|
|
89
|
-
"styles": []
|
|
90
|
-
},
|
|
91
71
|
"VCard": {
|
|
92
72
|
"from": "components/VCard/index.mjs",
|
|
93
73
|
"styles": []
|
|
@@ -112,62 +92,50 @@
|
|
|
112
92
|
"from": "components/VCard/index.mjs",
|
|
113
93
|
"styles": []
|
|
114
94
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
117
|
-
"styles": []
|
|
118
|
-
},
|
|
119
|
-
"VCheckboxBtn": {
|
|
120
|
-
"from": "components/VCheckbox/index.mjs",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
|
-
"VChipGroup": {
|
|
124
|
-
"from": "components/VChipGroup/index.mjs",
|
|
95
|
+
"VBottomSheet": {
|
|
96
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
125
97
|
"styles": []
|
|
126
98
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
99
|
+
"VBtn": {
|
|
100
|
+
"from": "components/VBtn/index.mjs",
|
|
129
101
|
"styles": []
|
|
130
102
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
103
|
+
"VBtnToggle": {
|
|
104
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
133
105
|
"styles": []
|
|
134
106
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
107
|
+
"VCheckbox": {
|
|
108
|
+
"from": "components/VCheckbox/index.mjs",
|
|
137
109
|
"styles": []
|
|
138
110
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
111
|
+
"VCheckboxBtn": {
|
|
112
|
+
"from": "components/VCheckbox/index.mjs",
|
|
141
113
|
"styles": []
|
|
142
114
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
115
|
+
"VCarousel": {
|
|
116
|
+
"from": "components/VCarousel/index.mjs",
|
|
145
117
|
"styles": []
|
|
146
118
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
119
|
+
"VCarouselItem": {
|
|
120
|
+
"from": "components/VCarousel/index.mjs",
|
|
149
121
|
"styles": []
|
|
150
122
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
123
|
+
"VChipGroup": {
|
|
124
|
+
"from": "components/VChipGroup/index.mjs",
|
|
153
125
|
"styles": []
|
|
154
126
|
},
|
|
155
|
-
"
|
|
156
|
-
"from": "components/
|
|
127
|
+
"VCode": {
|
|
128
|
+
"from": "components/VCode/index.mjs",
|
|
157
129
|
"styles": []
|
|
158
130
|
},
|
|
159
|
-
"
|
|
160
|
-
"from": "components/
|
|
131
|
+
"VChip": {
|
|
132
|
+
"from": "components/VChip/index.mjs",
|
|
161
133
|
"styles": []
|
|
162
134
|
},
|
|
163
135
|
"VColorPicker": {
|
|
164
136
|
"from": "components/VColorPicker/index.mjs",
|
|
165
137
|
"styles": []
|
|
166
138
|
},
|
|
167
|
-
"VCounter": {
|
|
168
|
-
"from": "components/VCounter/index.mjs",
|
|
169
|
-
"styles": []
|
|
170
|
-
},
|
|
171
139
|
"VDataTable": {
|
|
172
140
|
"from": "components/VDataTable/index.mjs",
|
|
173
141
|
"styles": []
|
|
@@ -196,8 +164,36 @@
|
|
|
196
164
|
"from": "components/VDataTable/index.mjs",
|
|
197
165
|
"styles": []
|
|
198
166
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
167
|
+
"VDatePicker": {
|
|
168
|
+
"from": "components/VDatePicker/index.mjs",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VDatePickerControls": {
|
|
172
|
+
"from": "components/VDatePicker/index.mjs",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
|
+
"VDatePickerHeader": {
|
|
176
|
+
"from": "components/VDatePicker/index.mjs",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
|
+
"VDatePickerMonth": {
|
|
180
|
+
"from": "components/VDatePicker/index.mjs",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
|
+
"VDatePickerMonths": {
|
|
184
|
+
"from": "components/VDatePicker/index.mjs",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VDatePickerYears": {
|
|
188
|
+
"from": "components/VDatePicker/index.mjs",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VCounter": {
|
|
192
|
+
"from": "components/VCounter/index.mjs",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VCombobox": {
|
|
196
|
+
"from": "components/VCombobox/index.mjs",
|
|
201
197
|
"styles": []
|
|
202
198
|
},
|
|
203
199
|
"VExpansionPanels": {
|
|
@@ -216,18 +212,34 @@
|
|
|
216
212
|
"from": "components/VExpansionPanel/index.mjs",
|
|
217
213
|
"styles": []
|
|
218
214
|
},
|
|
219
|
-
"
|
|
220
|
-
"from": "components/
|
|
215
|
+
"VDialog": {
|
|
216
|
+
"from": "components/VDialog/index.mjs",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VField": {
|
|
220
|
+
"from": "components/VField/index.mjs",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
223
|
+
"VFieldLabel": {
|
|
224
|
+
"from": "components/VField/index.mjs",
|
|
221
225
|
"styles": []
|
|
222
226
|
},
|
|
223
227
|
"VDivider": {
|
|
224
228
|
"from": "components/VDivider/index.mjs",
|
|
225
229
|
"styles": []
|
|
226
230
|
},
|
|
231
|
+
"VFileInput": {
|
|
232
|
+
"from": "components/VFileInput/index.mjs",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
227
235
|
"VFooter": {
|
|
228
236
|
"from": "components/VFooter/index.mjs",
|
|
229
237
|
"styles": []
|
|
230
238
|
},
|
|
239
|
+
"VImg": {
|
|
240
|
+
"from": "components/VImg/index.mjs",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
231
243
|
"VIcon": {
|
|
232
244
|
"from": "components/VIcon/index.mjs",
|
|
233
245
|
"styles": []
|
|
@@ -248,16 +260,8 @@
|
|
|
248
260
|
"from": "components/VIcon/index.mjs",
|
|
249
261
|
"styles": []
|
|
250
262
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
253
|
-
"styles": []
|
|
254
|
-
},
|
|
255
|
-
"VFieldLabel": {
|
|
256
|
-
"from": "components/VField/index.mjs",
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
|
-
"VImg": {
|
|
260
|
-
"from": "components/VImg/index.mjs",
|
|
263
|
+
"VKbd": {
|
|
264
|
+
"from": "components/VKbd/index.mjs",
|
|
261
265
|
"styles": []
|
|
262
266
|
},
|
|
263
267
|
"VInfiniteScroll": {
|
|
@@ -268,10 +272,6 @@
|
|
|
268
272
|
"from": "components/VInput/index.mjs",
|
|
269
273
|
"styles": []
|
|
270
274
|
},
|
|
271
|
-
"VKbd": {
|
|
272
|
-
"from": "components/VKbd/index.mjs",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
275
|
"VItemGroup": {
|
|
276
276
|
"from": "components/VItemGroup/index.mjs",
|
|
277
277
|
"styles": []
|
|
@@ -284,6 +284,10 @@
|
|
|
284
284
|
"from": "components/VLabel/index.mjs",
|
|
285
285
|
"styles": []
|
|
286
286
|
},
|
|
287
|
+
"VMain": {
|
|
288
|
+
"from": "components/VMain/index.mjs",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
287
291
|
"VList": {
|
|
288
292
|
"from": "components/VList/index.mjs",
|
|
289
293
|
"styles": []
|
|
@@ -320,22 +324,10 @@
|
|
|
320
324
|
"from": "components/VList/index.mjs",
|
|
321
325
|
"styles": []
|
|
322
326
|
},
|
|
323
|
-
"VMain": {
|
|
324
|
-
"from": "components/VMain/index.mjs",
|
|
325
|
-
"styles": []
|
|
326
|
-
},
|
|
327
327
|
"VMenu": {
|
|
328
328
|
"from": "components/VMenu/index.mjs",
|
|
329
329
|
"styles": []
|
|
330
330
|
},
|
|
331
|
-
"VMessages": {
|
|
332
|
-
"from": "components/VMessages/index.mjs",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
|
-
"VOverlay": {
|
|
336
|
-
"from": "components/VOverlay/index.mjs",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
331
|
"VNavigationDrawer": {
|
|
340
332
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
341
333
|
"styles": []
|
|
@@ -344,38 +336,38 @@
|
|
|
344
336
|
"from": "components/VOtpInput/index.mjs",
|
|
345
337
|
"styles": []
|
|
346
338
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
339
|
+
"VMessages": {
|
|
340
|
+
"from": "components/VMessages/index.mjs",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
343
|
+
"VOverlay": {
|
|
344
|
+
"from": "components/VOverlay/index.mjs",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
347
|
"VPagination": {
|
|
352
348
|
"from": "components/VPagination/index.mjs",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
351
|
+
"VRadioGroup": {
|
|
352
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
353
|
+
"styles": []
|
|
354
|
+
},
|
|
355
355
|
"VProgressCircular": {
|
|
356
356
|
"from": "components/VProgressCircular/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
|
"VRating": {
|
|
364
364
|
"from": "components/VRating/index.mjs",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
|
-
"VSelectionControl": {
|
|
368
|
-
"from": "components/VSelectionControl/index.mjs",
|
|
369
|
-
"styles": []
|
|
370
|
-
},
|
|
371
367
|
"VSelect": {
|
|
372
368
|
"from": "components/VSelect/index.mjs",
|
|
373
369
|
"styles": []
|
|
374
370
|
},
|
|
375
|
-
"VSkeletonLoader": {
|
|
376
|
-
"from": "components/VSkeletonLoader/index.mjs",
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
371
|
"VSelectionControlGroup": {
|
|
380
372
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
381
373
|
"styles": []
|
|
@@ -388,10 +380,18 @@
|
|
|
388
380
|
"from": "components/VSlideGroup/index.mjs",
|
|
389
381
|
"styles": []
|
|
390
382
|
},
|
|
383
|
+
"VSelectionControl": {
|
|
384
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
385
|
+
"styles": []
|
|
386
|
+
},
|
|
391
387
|
"VSheet": {
|
|
392
388
|
"from": "components/VSheet/index.mjs",
|
|
393
389
|
"styles": []
|
|
394
390
|
},
|
|
391
|
+
"VSlider": {
|
|
392
|
+
"from": "components/VSlider/index.mjs",
|
|
393
|
+
"styles": []
|
|
394
|
+
},
|
|
395
395
|
"VSnackbar": {
|
|
396
396
|
"from": "components/VSnackbar/index.mjs",
|
|
397
397
|
"styles": []
|
|
@@ -420,8 +420,8 @@
|
|
|
420
420
|
"from": "components/VStepper/index.mjs",
|
|
421
421
|
"styles": []
|
|
422
422
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
423
|
+
"VSkeletonLoader": {
|
|
424
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
|
425
425
|
"styles": []
|
|
426
426
|
},
|
|
427
427
|
"VTable": {
|
|
@@ -436,14 +436,6 @@
|
|
|
436
436
|
"from": "components/VSystemBar/index.mjs",
|
|
437
437
|
"styles": []
|
|
438
438
|
},
|
|
439
|
-
"VTextField": {
|
|
440
|
-
"from": "components/VTextField/index.mjs",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
|
-
"VTextarea": {
|
|
444
|
-
"from": "components/VTextarea/index.mjs",
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
439
|
"VTab": {
|
|
448
440
|
"from": "components/VTabs/index.mjs",
|
|
449
441
|
"styles": []
|
|
@@ -460,16 +452,12 @@
|
|
|
460
452
|
"from": "components/VTabs/index.mjs",
|
|
461
453
|
"styles": []
|
|
462
454
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
|
-
"VToolbarTitle": {
|
|
468
|
-
"from": "components/VToolbar/index.mjs",
|
|
455
|
+
"VTextField": {
|
|
456
|
+
"from": "components/VTextField/index.mjs",
|
|
469
457
|
"styles": []
|
|
470
458
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
459
|
+
"VTextarea": {
|
|
460
|
+
"from": "components/VTextarea/index.mjs",
|
|
473
461
|
"styles": []
|
|
474
462
|
},
|
|
475
463
|
"VTimeline": {
|
|
@@ -484,6 +472,18 @@
|
|
|
484
472
|
"from": "components/VTooltip/index.mjs",
|
|
485
473
|
"styles": []
|
|
486
474
|
},
|
|
475
|
+
"VToolbar": {
|
|
476
|
+
"from": "components/VToolbar/index.mjs",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
479
|
+
"VToolbarTitle": {
|
|
480
|
+
"from": "components/VToolbar/index.mjs",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
483
|
+
"VToolbarItems": {
|
|
484
|
+
"from": "components/VToolbar/index.mjs",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
487
487
|
"VWindow": {
|
|
488
488
|
"from": "components/VWindow/index.mjs",
|
|
489
489
|
"styles": []
|
|
@@ -500,8 +500,8 @@
|
|
|
500
500
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
501
501
|
"styles": []
|
|
502
502
|
},
|
|
503
|
-
"
|
|
504
|
-
"from": "components/
|
|
503
|
+
"VForm": {
|
|
504
|
+
"from": "components/VForm/index.mjs",
|
|
505
505
|
"styles": []
|
|
506
506
|
},
|
|
507
507
|
"VContainer": {
|
|
@@ -520,8 +520,8 @@
|
|
|
520
520
|
"from": "components/VGrid/index.mjs",
|
|
521
521
|
"styles": []
|
|
522
522
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
523
|
+
"VHover": {
|
|
524
|
+
"from": "components/VHover/index.mjs",
|
|
525
525
|
"styles": []
|
|
526
526
|
},
|
|
527
527
|
"VLayout": {
|
|
@@ -568,10 +568,6 @@
|
|
|
568
568
|
"from": "components/VValidation/index.mjs",
|
|
569
569
|
"styles": []
|
|
570
570
|
},
|
|
571
|
-
"VVirtualScroll": {
|
|
572
|
-
"from": "components/VVirtualScroll/index.mjs",
|
|
573
|
-
"styles": []
|
|
574
|
-
},
|
|
575
571
|
"VFabTransition": {
|
|
576
572
|
"from": "components/transitions/index.mjs",
|
|
577
573
|
"styles": []
|
|
@@ -635,6 +631,10 @@
|
|
|
635
631
|
"VDialogTransition": {
|
|
636
632
|
"from": "components/transitions/index.mjs",
|
|
637
633
|
"styles": []
|
|
634
|
+
},
|
|
635
|
+
"VVirtualScroll": {
|
|
636
|
+
"from": "components/VVirtualScroll/index.mjs",
|
|
637
|
+
"styles": []
|
|
638
638
|
}
|
|
639
639
|
},
|
|
640
640
|
"directives": [
|
package/dist/json/tags.json
CHANGED
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.0-alpha.2-dev.2024-04-
|
|
5
|
+
"version": "3.6.0-alpha.2-dev.2024-04-23",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -26141,6 +26141,16 @@
|
|
|
26141
26141
|
"type": "boolean"
|
|
26142
26142
|
}
|
|
26143
26143
|
},
|
|
26144
|
+
{
|
|
26145
|
+
"name": "persistent",
|
|
26146
|
+
"description": "Clicking outside or pressing **esc** key will not dismiss the dialog.",
|
|
26147
|
+
"doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
|
|
26148
|
+
"default": "false",
|
|
26149
|
+
"value": {
|
|
26150
|
+
"kind": "expression",
|
|
26151
|
+
"type": "boolean"
|
|
26152
|
+
}
|
|
26153
|
+
},
|
|
26144
26154
|
{
|
|
26145
26155
|
"name": "touchless",
|
|
26146
26156
|
"description": "Disable mobile touch functionality.",
|