@vuetify/nightly 3.3.0-dev-20230502.0 → 3.3.0-dev-20230504.0
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 +3 -2
- package/dist/json/importMap.json +56 -56
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +361 -361
- package/dist/vuetify-labs.d.ts +5 -1
- package/dist/vuetify-labs.esm.js +9 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +9 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +38 -38
- package/dist/vuetify.d.ts +23 -19
- package/dist/vuetify.esm.js +9 -9
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +9 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +5 -1
- package/lib/blueprints/md1.d.ts +5 -1
- package/lib/blueprints/md2.d.ts +5 -1
- package/lib/blueprints/md3.d.ts +5 -1
- package/lib/composables/display.mjs +6 -6
- package/lib/composables/display.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +23 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.3.0-dev-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.3.0-dev-20230504.0...v) (2023-05-04)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.3.0-dev-
|
|
5
|
+
# [3.3.0-dev-20230504.0](https://github.com/vuetifyjs/vuetify/compare/v3.2.1...v3.3.0-dev-20230504.0) (2023-05-04)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
### Features
|
|
25
25
|
|
|
26
|
+
* **ssr:** add server-side clientWidth/height options ([178b013](https://github.com/vuetifyjs/vuetify/commit/178b013b3e5eb97090a0571e3e9a66c9ee079b74)), closes [#17252](https://github.com/vuetifyjs/vuetify/issues/17252)
|
|
26
27
|
* **VColorPicker:** accept rgb)(/hsl()/hsv() swatches ([42f7cbd](https://github.com/vuetifyjs/vuetify/commit/42f7cbd4e568bca7bd9076b8f869b3deb412facc)), closes [#8833](https://github.com/vuetifyjs/vuetify/issues/8833)
|
|
27
28
|
|
|
28
29
|
|
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
|
+
"VAutocomplete": {
|
|
16
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
19
|
"VAlert": {
|
|
20
20
|
"from": "components/VAlert/index.mjs",
|
|
21
21
|
"styles": []
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"from": "components/VAlert/index.mjs",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
27
|
+
"VApp": {
|
|
28
|
+
"from": "components/VApp/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
31
|
"VAvatar": {
|
|
@@ -36,44 +36,40 @@
|
|
|
36
36
|
"from": "components/VBadge/index.mjs",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
39
|
+
"VBreadcrumbs": {
|
|
40
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
43
|
+
"VBreadcrumbsItem": {
|
|
44
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
47
|
+
"VBreadcrumbsDivider": {
|
|
48
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
51
|
"VBottomNavigation": {
|
|
52
52
|
"from": "components/VBottomNavigation/index.mjs",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VBreadcrumbsItem": {
|
|
60
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
|
55
|
+
"VBanner": {
|
|
56
|
+
"from": "components/VBanner/index.mjs",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
59
|
+
"VBannerActions": {
|
|
60
|
+
"from": "components/VBanner/index.mjs",
|
|
65
61
|
"styles": []
|
|
66
62
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
63
|
+
"VBannerText": {
|
|
64
|
+
"from": "components/VBanner/index.mjs",
|
|
69
65
|
"styles": []
|
|
70
66
|
},
|
|
71
67
|
"VBtnGroup": {
|
|
72
68
|
"from": "components/VBtnGroup/index.mjs",
|
|
73
69
|
"styles": []
|
|
74
70
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
71
|
+
"VBtn": {
|
|
72
|
+
"from": "components/VBtn/index.mjs",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
79
75
|
"VCard": {
|
|
@@ -100,6 +96,10 @@
|
|
|
100
96
|
"from": "components/VCard/index.mjs",
|
|
101
97
|
"styles": []
|
|
102
98
|
},
|
|
99
|
+
"VBtnToggle": {
|
|
100
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
101
|
+
"styles": []
|
|
102
|
+
},
|
|
103
103
|
"VCarousel": {
|
|
104
104
|
"from": "components/VCarousel/index.mjs",
|
|
105
105
|
"styles": []
|
|
@@ -120,20 +120,16 @@
|
|
|
120
120
|
"from": "components/VChip/index.mjs",
|
|
121
121
|
"styles": []
|
|
122
122
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
123
|
+
"VColorPicker": {
|
|
124
|
+
"from": "components/VColorPicker/index.mjs",
|
|
125
125
|
"styles": []
|
|
126
126
|
},
|
|
127
127
|
"VCode": {
|
|
128
128
|
"from": "components/VCode/index.mjs",
|
|
129
129
|
"styles": []
|
|
130
130
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
|
-
"VCombobox": {
|
|
136
|
-
"from": "components/VCombobox/index.mjs",
|
|
131
|
+
"VChipGroup": {
|
|
132
|
+
"from": "components/VChipGroup/index.mjs",
|
|
137
133
|
"styles": []
|
|
138
134
|
},
|
|
139
135
|
"VCounter": {
|
|
@@ -144,8 +140,8 @@
|
|
|
144
140
|
"from": "components/VDialog/index.mjs",
|
|
145
141
|
"styles": []
|
|
146
142
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
143
|
+
"VCombobox": {
|
|
144
|
+
"from": "components/VCombobox/index.mjs",
|
|
149
145
|
"styles": []
|
|
150
146
|
},
|
|
151
147
|
"VExpansionPanels": {
|
|
@@ -164,6 +160,10 @@
|
|
|
164
160
|
"from": "components/VExpansionPanel/index.mjs",
|
|
165
161
|
"styles": []
|
|
166
162
|
},
|
|
163
|
+
"VDivider": {
|
|
164
|
+
"from": "components/VDivider/index.mjs",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
167
|
"VField": {
|
|
168
168
|
"from": "components/VField/index.mjs",
|
|
169
169
|
"styles": []
|
|
@@ -200,6 +200,10 @@
|
|
|
200
200
|
"from": "components/VIcon/index.mjs",
|
|
201
201
|
"styles": []
|
|
202
202
|
},
|
|
203
|
+
"VLabel": {
|
|
204
|
+
"from": "components/VLabel/index.mjs",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
203
207
|
"VImg": {
|
|
204
208
|
"from": "components/VImg/index.mjs",
|
|
205
209
|
"styles": []
|
|
@@ -220,10 +224,6 @@
|
|
|
220
224
|
"from": "components/VKbd/index.mjs",
|
|
221
225
|
"styles": []
|
|
222
226
|
},
|
|
223
|
-
"VLabel": {
|
|
224
|
-
"from": "components/VLabel/index.mjs",
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
227
|
"VList": {
|
|
228
228
|
"from": "components/VList/index.mjs",
|
|
229
229
|
"styles": []
|
|
@@ -272,10 +272,6 @@
|
|
|
272
272
|
"from": "components/VMessages/index.mjs",
|
|
273
273
|
"styles": []
|
|
274
274
|
},
|
|
275
|
-
"VNavigationDrawer": {
|
|
276
|
-
"from": "components/VNavigationDrawer/index.mjs",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
275
|
"VOverlay": {
|
|
280
276
|
"from": "components/VOverlay/index.mjs",
|
|
281
277
|
"styles": []
|
|
@@ -284,6 +280,10 @@
|
|
|
284
280
|
"from": "components/VPagination/index.mjs",
|
|
285
281
|
"styles": []
|
|
286
282
|
},
|
|
283
|
+
"VNavigationDrawer": {
|
|
284
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
287
287
|
"VProgressCircular": {
|
|
288
288
|
"from": "components/VProgressCircular/index.mjs",
|
|
289
289
|
"styles": []
|
|
@@ -304,14 +304,14 @@
|
|
|
304
304
|
"from": "components/VSelect/index.mjs",
|
|
305
305
|
"styles": []
|
|
306
306
|
},
|
|
307
|
-
"VSelectionControl": {
|
|
308
|
-
"from": "components/VSelectionControl/index.mjs",
|
|
309
|
-
"styles": []
|
|
310
|
-
},
|
|
311
307
|
"VSelectionControlGroup": {
|
|
312
308
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
313
309
|
"styles": []
|
|
314
310
|
},
|
|
311
|
+
"VSelectionControl": {
|
|
312
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
313
|
+
"styles": []
|
|
314
|
+
},
|
|
315
315
|
"VSheet": {
|
|
316
316
|
"from": "components/VSheet/index.mjs",
|
|
317
317
|
"styles": []
|
|
@@ -332,14 +332,14 @@
|
|
|
332
332
|
"from": "components/VSnackbar/index.mjs",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
|
-
"VSwitch": {
|
|
336
|
-
"from": "components/VSwitch/index.mjs",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
335
|
"VSystemBar": {
|
|
340
336
|
"from": "components/VSystemBar/index.mjs",
|
|
341
337
|
"styles": []
|
|
342
338
|
},
|
|
339
|
+
"VTable": {
|
|
340
|
+
"from": "components/VTable/index.mjs",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
343
343
|
"VTabs": {
|
|
344
344
|
"from": "components/VTabs/index.mjs",
|
|
345
345
|
"styles": []
|
|
@@ -348,18 +348,14 @@
|
|
|
348
348
|
"from": "components/VTabs/index.mjs",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
351
|
+
"VSwitch": {
|
|
352
|
+
"from": "components/VSwitch/index.mjs",
|
|
353
353
|
"styles": []
|
|
354
354
|
},
|
|
355
355
|
"VTextarea": {
|
|
356
356
|
"from": "components/VTextarea/index.mjs",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
|
-
"VTextField": {
|
|
360
|
-
"from": "components/VTextField/index.mjs",
|
|
361
|
-
"styles": []
|
|
362
|
-
},
|
|
363
359
|
"VTimeline": {
|
|
364
360
|
"from": "components/VTimeline/index.mjs",
|
|
365
361
|
"styles": []
|
|
@@ -368,6 +364,10 @@
|
|
|
368
364
|
"from": "components/VTimeline/index.mjs",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
367
|
+
"VTextField": {
|
|
368
|
+
"from": "components/VTextField/index.mjs",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
371
371
|
"VToolbar": {
|
|
372
372
|
"from": "components/VToolbar/index.mjs",
|
|
373
373
|
"styles": []
|
package/dist/json/web-types.json
CHANGED