@vuetify/nightly 3.0.4 → 3.0.5-dev-20221213.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 +14 -2
- package/dist/json/importMap.json +24 -24
- package/dist/vuetify.css +22 -23
- package/dist/vuetify.d.ts +262 -163
- package/dist/vuetify.esm.js +46 -26
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +46 -26
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +30 -30
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.ts +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +41 -24
- package/lib/components/VBtn/index.d.ts +2 -3
- package/lib/components/VCard/index.d.ts +2 -3
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +1 -1
- package/lib/components/VChipGroup/index.d.ts +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +41 -24
- package/lib/components/VDialog/index.d.ts +21 -6
- package/lib/components/VExpansionPanel/index.d.ts +1 -1
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +5 -8
- package/lib/components/VFileInput/index.d.ts +3 -4
- package/lib/components/VMenu/index.d.ts +21 -6
- package/lib/components/VOverlay/VOverlay.mjs +5 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +8 -1
- package/lib/components/VPagination/index.d.ts +1 -1
- package/lib/components/VSelect/VSelect.mjs +6 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +41 -24
- package/lib/components/VSnackbar/index.d.ts +25 -10
- package/lib/components/VTabs/VTab.css +1 -2
- package/lib/components/VTabs/VTab.sass +4 -3
- package/lib/components/VTextField/index.d.ts +20 -29
- package/lib/components/VTextarea/index.d.ts +2 -3
- package/lib/components/VToolbar/VToolbar.mjs +6 -0
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +2 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +21 -6
- package/lib/components/index.d.ts +255 -156
- package/lib/composables/loader.mjs +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/stack.mjs +16 -9
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.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 +7 -7
- package/lib/services/goto/util.mjs +1 -1
- package/lib/services/goto/util.mjs.map +1 -1
- package/lib/util/console.mjs +3 -3
- package/lib/util/console.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.0.5-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.0.5-dev-20221213.0...v) (2022-12-13)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.0.5-
|
|
5
|
+
## [3.0.5-dev-20221213.0](https://github.com/vuetifyjs/vuetify/compare/v3.0.4...v3.0.5-dev-20221213.0) (2022-12-13)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **loader:** add String to prop types ([a533a7e](https://github.com/vuetifyjs/vuetify/commit/a533a7e454abba660d5e4f1e519142538bdd6bb9))
|
|
11
|
+
* **validation:** don't truncate error message passed as string ([#16246](https://github.com/vuetifyjs/vuetify/issues/16246)) ([3688c00](https://github.com/vuetifyjs/vuetify/commit/3688c00113e153e48f47cb8695c74c840dad095c)), closes [#16242](https://github.com/vuetifyjs/vuetify/issues/16242)
|
|
12
|
+
* **VAutocomplete/VCombobox/VSelect:** return-object comparison ([#16114](https://github.com/vuetifyjs/vuetify/issues/16114)) ([74f7601](https://github.com/vuetifyjs/vuetify/commit/74f7601b398e30ed396ebc9e332baf7a22780bca)), closes [#16046](https://github.com/vuetifyjs/vuetify/issues/16046)
|
|
13
|
+
* **VChip:** component always shows cursor pointer ([#16256](https://github.com/vuetifyjs/vuetify/issues/16256)) ([420af68](https://github.com/vuetifyjs/vuetify/commit/420af68795322391b825969295dea916a0a02a6b))
|
|
14
|
+
* **VTab:** increase selector specificity ([ca345ff](https://github.com/vuetifyjs/vuetify/commit/ca345ff40487c51c07cbb21b7af774c4dac1fd79)), closes [#16254](https://github.com/vuetifyjs/vuetify/issues/16254)
|
|
15
|
+
* **VToolbar:** provide default VBtn variant ([41111a7](https://github.com/vuetifyjs/vuetify/commit/41111a7d3ad529aaf8d044c9ff4ea60d8b632359)), closes [#16239](https://github.com/vuetifyjs/vuetify/issues/16239)
|
|
16
|
+
* **VTooltip:** tooltip overlay interfering with VMenu ([#15934](https://github.com/vuetifyjs/vuetify/issues/15934)) ([c48d7e4](https://github.com/vuetifyjs/vuetify/commit/c48d7e49551f25b270f766c12e6ec05ac4cb1058)), closes [#15784](https://github.com/vuetifyjs/vuetify/issues/15784)
|
|
17
|
+
* change _isVue references to vue3's __isVue ([#16231](https://github.com/vuetifyjs/vuetify/issues/16231)) ([6a6c710](https://github.com/vuetifyjs/vuetify/commit/6a6c710a5baa952746d8d997bde5e99e17f3adb3))
|
|
6
18
|
|
|
7
19
|
|
|
8
20
|
|
package/dist/json/importMap.json
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
9
9
|
"styles": []
|
|
10
10
|
},
|
|
11
|
-
"
|
|
12
|
-
"from": "components/
|
|
11
|
+
"VHover": {
|
|
12
|
+
"from": "components/VHover/index.mjs",
|
|
13
13
|
"styles": []
|
|
14
14
|
},
|
|
15
15
|
"VContainer": {
|
|
@@ -28,16 +28,8 @@
|
|
|
28
28
|
"from": "components/VGrid/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VLayout": {
|
|
36
|
-
"from": "components/VLayout/index.mjs",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VLayoutItem": {
|
|
40
|
-
"from": "components/VLayout/index.mjs",
|
|
31
|
+
"VForm": {
|
|
32
|
+
"from": "components/VForm/index.mjs",
|
|
41
33
|
"styles": []
|
|
42
34
|
},
|
|
43
35
|
"VLazy": {
|
|
@@ -48,6 +40,14 @@
|
|
|
48
40
|
"from": "components/VLocaleProvider/index.mjs",
|
|
49
41
|
"styles": []
|
|
50
42
|
},
|
|
43
|
+
"VLayout": {
|
|
44
|
+
"from": "components/VLayout/index.mjs",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VLayoutItem": {
|
|
48
|
+
"from": "components/VLayout/index.mjs",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
51
|
"VNoSsr": {
|
|
52
52
|
"from": "components/VNoSsr/index.mjs",
|
|
53
53
|
"styles": []
|
|
@@ -256,26 +256,26 @@
|
|
|
256
256
|
"from": "components/VChip/index.mjs",
|
|
257
257
|
"styles": []
|
|
258
258
|
},
|
|
259
|
-
"VChipGroup": {
|
|
260
|
-
"from": "components/VChipGroup/index.mjs",
|
|
261
|
-
"styles": []
|
|
262
|
-
},
|
|
263
259
|
"VCode": {
|
|
264
260
|
"from": "components/VCode/index.mjs",
|
|
265
261
|
"styles": []
|
|
266
262
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
263
|
+
"VChipGroup": {
|
|
264
|
+
"from": "components/VChipGroup/index.mjs",
|
|
269
265
|
"styles": []
|
|
270
266
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
267
|
+
"VColorPicker": {
|
|
268
|
+
"from": "components/VColorPicker/index.mjs",
|
|
273
269
|
"styles": []
|
|
274
270
|
},
|
|
275
271
|
"VCounter": {
|
|
276
272
|
"from": "components/VCounter/index.mjs",
|
|
277
273
|
"styles": []
|
|
278
274
|
},
|
|
275
|
+
"VCombobox": {
|
|
276
|
+
"from": "components/VCombobox/index.mjs",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
279
|
"VDialog": {
|
|
280
280
|
"from": "components/VDialog/index.mjs",
|
|
281
281
|
"styles": []
|
|
@@ -428,14 +428,14 @@
|
|
|
428
428
|
"from": "components/VProgressLinear/index.mjs",
|
|
429
429
|
"styles": []
|
|
430
430
|
},
|
|
431
|
-
"VRadioGroup": {
|
|
432
|
-
"from": "components/VRadioGroup/index.mjs",
|
|
433
|
-
"styles": []
|
|
434
|
-
},
|
|
435
431
|
"VRating": {
|
|
436
432
|
"from": "components/VRating/index.mjs",
|
|
437
433
|
"styles": []
|
|
438
434
|
},
|
|
435
|
+
"VRadioGroup": {
|
|
436
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
439
439
|
"VSelect": {
|
|
440
440
|
"from": "components/VSelect/index.mjs",
|
|
441
441
|
"styles": []
|
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.0.
|
|
2
|
+
* Vuetify v3.0.5-dev-20221213.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -24199,9 +24199,8 @@ html.v-overlay-scroll-blocked {
|
|
|
24199
24199
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
24200
24200
|
margin-inline-end: 52px;
|
|
24201
24201
|
}
|
|
24202
|
-
}.v-tab {
|
|
24202
|
+
}.v-tab.v-tab {
|
|
24203
24203
|
--v-btn-height: var(--v-tabs-height);
|
|
24204
|
-
position: relative;
|
|
24205
24204
|
min-width: 90px;
|
|
24206
24205
|
}
|
|
24207
24206
|
.v-slide-group--horizontal .v-tab {
|
|
@@ -25150,6 +25149,26 @@ html.v-overlay-scroll-blocked {
|
|
|
25150
25149
|
}
|
|
25151
25150
|
.v-window-y-reverse-transition-leave-to {
|
|
25152
25151
|
transform: translateY(100%);
|
|
25152
|
+
}.v-color-picker-canvas {
|
|
25153
|
+
position: relative;
|
|
25154
|
+
overflow: hidden;
|
|
25155
|
+
contain: strict;
|
|
25156
|
+
}
|
|
25157
|
+
.v-color-picker-canvas__dot {
|
|
25158
|
+
position: absolute;
|
|
25159
|
+
top: 0;
|
|
25160
|
+
left: 0;
|
|
25161
|
+
width: 15px;
|
|
25162
|
+
height: 15px;
|
|
25163
|
+
background: transparent;
|
|
25164
|
+
border-radius: 50%;
|
|
25165
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25166
|
+
}
|
|
25167
|
+
.v-color-picker-canvas__dot--disabled {
|
|
25168
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25169
|
+
}
|
|
25170
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
25171
|
+
will-change: transform;
|
|
25153
25172
|
}.v-color-picker-edit {
|
|
25154
25173
|
display: flex;
|
|
25155
25174
|
}
|
|
@@ -25281,26 +25300,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25281
25300
|
justify-content: center;
|
|
25282
25301
|
width: 100%;
|
|
25283
25302
|
height: 100%;
|
|
25284
|
-
}.v-color-picker-canvas {
|
|
25285
|
-
position: relative;
|
|
25286
|
-
overflow: hidden;
|
|
25287
|
-
contain: strict;
|
|
25288
|
-
}
|
|
25289
|
-
.v-color-picker-canvas__dot {
|
|
25290
|
-
position: absolute;
|
|
25291
|
-
top: 0;
|
|
25292
|
-
left: 0;
|
|
25293
|
-
width: 15px;
|
|
25294
|
-
height: 15px;
|
|
25295
|
-
background: transparent;
|
|
25296
|
-
border-radius: 50%;
|
|
25297
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25298
|
-
}
|
|
25299
|
-
.v-color-picker-canvas__dot--disabled {
|
|
25300
|
-
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25301
|
-
}
|
|
25302
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
25303
|
-
will-change: transform;
|
|
25304
25303
|
}.v-slider-thumb {
|
|
25305
25304
|
touch-action: none;
|
|
25306
25305
|
color: rgb(var(--v-theme-surface-variant));
|