@vuetify/nightly 4.0.0-dev-20230206.0 → 4.0.0-master-20230206.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 +48 -48
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +278 -278
- package/dist/vuetify-labs.esm.js +5 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +154 -154
- package/dist/vuetify.d.ts +13 -13
- package/dist/vuetify.esm.js +5 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -1
- package/lib/composables/nested/nested.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.ts +13 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-master-20230206.0...v) (2023-02-06)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
# [4.0.0-
|
5
|
+
# [4.0.0-master-20230206.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.3...v4.0.0-master-20230206.0) (2023-02-06)
|
6
6
|
|
7
7
|
|
8
8
|
### Bug Fixes
|
9
9
|
|
10
|
+
* getUid must be called from inside a setup function ([#16591](https://github.com/vuetifyjs/vuetify/issues/16591)) ([b7c4ec0](https://github.com/vuetifyjs/vuetify/commit/b7c4ec0d1a48d1dc65783d82685b32fa9600d4a2)), closes [#16558](https://github.com/vuetifyjs/vuetify/issues/16558)
|
10
11
|
* **locale:** update swedish locale messages ([#16556](https://github.com/vuetifyjs/vuetify/issues/16556)) ([d0e1434](https://github.com/vuetifyjs/vuetify/commit/d0e1434f5525f689451434e4553b7bb652789e1a))
|
11
12
|
* **states:** use theme opacity variables ([824df5c](https://github.com/vuetifyjs/vuetify/commit/824df5ce109bb90e588057edb8d805854bafdf42))
|
12
13
|
* **VBtnToggle:** create makeProps function for VBtnGroup ([18e6dbe](https://github.com/vuetifyjs/vuetify/commit/18e6dbe7fe7ca941968a21c09eac9b311635d4cd)), closes [#16253](https://github.com/vuetifyjs/vuetify/issues/16253)
|
package/dist/json/importMap.json
CHANGED
@@ -4,10 +4,6 @@
|
|
4
4
|
"from": "components/VDefaultsProvider/index.mjs",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"VForm": {
|
8
|
-
"from": "components/VForm/index.mjs",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
7
|
"VContainer": {
|
12
8
|
"from": "components/VGrid/index.mjs",
|
13
9
|
"styles": []
|
@@ -28,6 +24,10 @@
|
|
28
24
|
"from": "components/VHover/index.mjs",
|
29
25
|
"styles": []
|
30
26
|
},
|
27
|
+
"VForm": {
|
28
|
+
"from": "components/VForm/index.mjs",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
31
|
"VLayout": {
|
32
32
|
"from": "components/VLayout/index.mjs",
|
33
33
|
"styles": []
|
@@ -36,26 +36,26 @@
|
|
36
36
|
"from": "components/VLayout/index.mjs",
|
37
37
|
"styles": []
|
38
38
|
},
|
39
|
-
"VLazy": {
|
40
|
-
"from": "components/VLazy/index.mjs",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
39
|
"VLocaleProvider": {
|
44
40
|
"from": "components/VLocaleProvider/index.mjs",
|
45
41
|
"styles": []
|
46
42
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
43
|
+
"VLazy": {
|
44
|
+
"from": "components/VLazy/index.mjs",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
47
|
+
"VNoSsr": {
|
48
|
+
"from": "components/VNoSsr/index.mjs",
|
53
49
|
"styles": []
|
54
50
|
},
|
55
51
|
"VRadio": {
|
56
52
|
"from": "components/VRadio/index.mjs",
|
57
53
|
"styles": []
|
58
54
|
},
|
55
|
+
"VParallax": {
|
56
|
+
"from": "components/VParallax/index.mjs",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
59
|
"VRangeSlider": {
|
60
60
|
"from": "components/VRangeSlider/index.mjs",
|
61
61
|
"styles": []
|
@@ -160,14 +160,14 @@
|
|
160
160
|
"from": "components/VAlert/index.mjs",
|
161
161
|
"styles": []
|
162
162
|
},
|
163
|
-
"VAutocomplete": {
|
164
|
-
"from": "components/VAutocomplete/index.mjs",
|
165
|
-
"styles": []
|
166
|
-
},
|
167
163
|
"VAvatar": {
|
168
164
|
"from": "components/VAvatar/index.mjs",
|
169
165
|
"styles": []
|
170
166
|
},
|
167
|
+
"VAutocomplete": {
|
168
|
+
"from": "components/VAutocomplete/index.mjs",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
171
|
"VBadge": {
|
172
172
|
"from": "components/VBadge/index.mjs",
|
173
173
|
"styles": []
|
@@ -184,10 +184,6 @@
|
|
184
184
|
"from": "components/VBanner/index.mjs",
|
185
185
|
"styles": []
|
186
186
|
},
|
187
|
-
"VBottomNavigation": {
|
188
|
-
"from": "components/VBottomNavigation/index.mjs",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
187
|
"VBreadcrumbs": {
|
192
188
|
"from": "components/VBreadcrumbs/index.mjs",
|
193
189
|
"styles": []
|
@@ -204,10 +200,6 @@
|
|
204
200
|
"from": "components/VBtn/index.mjs",
|
205
201
|
"styles": []
|
206
202
|
},
|
207
|
-
"VBtnGroup": {
|
208
|
-
"from": "components/VBtnGroup/index.mjs",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
203
|
"VBtnToggle": {
|
212
204
|
"from": "components/VBtnToggle/index.mjs",
|
213
205
|
"styles": []
|
@@ -236,6 +228,10 @@
|
|
236
228
|
"from": "components/VCard/index.mjs",
|
237
229
|
"styles": []
|
238
230
|
},
|
231
|
+
"VBtnGroup": {
|
232
|
+
"from": "components/VBtnGroup/index.mjs",
|
233
|
+
"styles": []
|
234
|
+
},
|
239
235
|
"VCarousel": {
|
240
236
|
"from": "components/VCarousel/index.mjs",
|
241
237
|
"styles": []
|
@@ -256,14 +252,18 @@
|
|
256
252
|
"from": "components/VChip/index.mjs",
|
257
253
|
"styles": []
|
258
254
|
},
|
259
|
-
"VChipGroup": {
|
260
|
-
"from": "components/VChipGroup/index.mjs",
|
261
|
-
"styles": []
|
262
|
-
},
|
263
255
|
"VCode": {
|
264
256
|
"from": "components/VCode/index.mjs",
|
265
257
|
"styles": []
|
266
258
|
},
|
259
|
+
"VBottomNavigation": {
|
260
|
+
"from": "components/VBottomNavigation/index.mjs",
|
261
|
+
"styles": []
|
262
|
+
},
|
263
|
+
"VChipGroup": {
|
264
|
+
"from": "components/VChipGroup/index.mjs",
|
265
|
+
"styles": []
|
266
|
+
},
|
267
267
|
"VColorPicker": {
|
268
268
|
"from": "components/VColorPicker/index.mjs",
|
269
269
|
"styles": []
|
@@ -276,10 +276,6 @@
|
|
276
276
|
"from": "components/VCounter/index.mjs",
|
277
277
|
"styles": []
|
278
278
|
},
|
279
|
-
"VDialog": {
|
280
|
-
"from": "components/VDialog/index.mjs",
|
281
|
-
"styles": []
|
282
|
-
},
|
283
279
|
"VDivider": {
|
284
280
|
"from": "components/VDivider/index.mjs",
|
285
281
|
"styles": []
|
@@ -312,8 +308,8 @@
|
|
312
308
|
"from": "components/VFileInput/index.mjs",
|
313
309
|
"styles": []
|
314
310
|
},
|
315
|
-
"
|
316
|
-
"from": "components/
|
311
|
+
"VDialog": {
|
312
|
+
"from": "components/VDialog/index.mjs",
|
317
313
|
"styles": []
|
318
314
|
},
|
319
315
|
"VIcon": {
|
@@ -336,6 +332,10 @@
|
|
336
332
|
"from": "components/VIcon/index.mjs",
|
337
333
|
"styles": []
|
338
334
|
},
|
335
|
+
"VFooter": {
|
336
|
+
"from": "components/VFooter/index.mjs",
|
337
|
+
"styles": []
|
338
|
+
},
|
339
339
|
"VImg": {
|
340
340
|
"from": "components/VImg/index.mjs",
|
341
341
|
"styles": []
|
@@ -416,22 +416,22 @@
|
|
416
416
|
"from": "components/VOverlay/index.mjs",
|
417
417
|
"styles": []
|
418
418
|
},
|
419
|
-
"VPagination": {
|
420
|
-
"from": "components/VPagination/index.mjs",
|
421
|
-
"styles": []
|
422
|
-
},
|
423
419
|
"VProgressCircular": {
|
424
420
|
"from": "components/VProgressCircular/index.mjs",
|
425
421
|
"styles": []
|
426
422
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
423
|
+
"VPagination": {
|
424
|
+
"from": "components/VPagination/index.mjs",
|
429
425
|
"styles": []
|
430
426
|
},
|
431
427
|
"VRadioGroup": {
|
432
428
|
"from": "components/VRadioGroup/index.mjs",
|
433
429
|
"styles": []
|
434
430
|
},
|
431
|
+
"VProgressLinear": {
|
432
|
+
"from": "components/VProgressLinear/index.mjs",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
435
|
"VRating": {
|
436
436
|
"from": "components/VRating/index.mjs",
|
437
437
|
"styles": []
|
@@ -448,10 +448,6 @@
|
|
448
448
|
"from": "components/VSelectionControlGroup/index.mjs",
|
449
449
|
"styles": []
|
450
450
|
},
|
451
|
-
"VSheet": {
|
452
|
-
"from": "components/VSheet/index.mjs",
|
453
|
-
"styles": []
|
454
|
-
},
|
455
451
|
"VSlideGroup": {
|
456
452
|
"from": "components/VSlideGroup/index.mjs",
|
457
453
|
"styles": []
|
@@ -460,6 +456,10 @@
|
|
460
456
|
"from": "components/VSlideGroup/index.mjs",
|
461
457
|
"styles": []
|
462
458
|
},
|
459
|
+
"VSheet": {
|
460
|
+
"from": "components/VSheet/index.mjs",
|
461
|
+
"styles": []
|
462
|
+
},
|
463
463
|
"VSlider": {
|
464
464
|
"from": "components/VSlider/index.mjs",
|
465
465
|
"styles": []
|
@@ -472,10 +472,6 @@
|
|
472
472
|
"from": "components/VSwitch/index.mjs",
|
473
473
|
"styles": []
|
474
474
|
},
|
475
|
-
"VSystemBar": {
|
476
|
-
"from": "components/VSystemBar/index.mjs",
|
477
|
-
"styles": []
|
478
|
-
},
|
479
475
|
"VTabs": {
|
480
476
|
"from": "components/VTabs/index.mjs",
|
481
477
|
"styles": []
|
@@ -484,6 +480,10 @@
|
|
484
480
|
"from": "components/VTabs/index.mjs",
|
485
481
|
"styles": []
|
486
482
|
},
|
483
|
+
"VSystemBar": {
|
484
|
+
"from": "components/VSystemBar/index.mjs",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
487
|
"VTable": {
|
488
488
|
"from": "components/VTable/index.mjs",
|
489
489
|
"styles": []
|
package/dist/json/web-types.json
CHANGED