@vuetify/nightly 3.0.4 → 3.0.5-dev-20221212.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 +13 -2
- package/dist/json/importMap.json +12 -12
- package/dist/vuetify.css +65 -66
- package/dist/vuetify.d.ts +201 -159
- package/dist/vuetify.esm.js +39 -23
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +39 -23
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +26 -26
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.ts +1 -1
- package/lib/components/VAutocomplete/index.d.ts +21 -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/index.d.ts +21 -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/index.d.ts +21 -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 +198 -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 +3 -3
- 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,19 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.0.5-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.0.5-dev-20221212.0...v) (2022-12-12)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.0.5-
|
|
5
|
+
## [3.0.5-dev-20221212.0](https://github.com/vuetifyjs/vuetify/compare/v3.0.4...v3.0.5-dev-20221212.0) (2022-12-12)
|
|
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
|
+
* **VChip:** component always shows cursor pointer ([#16256](https://github.com/vuetifyjs/vuetify/issues/16256)) ([420af68](https://github.com/vuetifyjs/vuetify/commit/420af68795322391b825969295dea916a0a02a6b))
|
|
13
|
+
* **VTab:** increase selector specificity ([ca345ff](https://github.com/vuetifyjs/vuetify/commit/ca345ff40487c51c07cbb21b7af774c4dac1fd79)), closes [#16254](https://github.com/vuetifyjs/vuetify/issues/16254)
|
|
14
|
+
* **VToolbar:** provide default VBtn variant ([41111a7](https://github.com/vuetifyjs/vuetify/commit/41111a7d3ad529aaf8d044c9ff4ea60d8b632359)), closes [#16239](https://github.com/vuetifyjs/vuetify/issues/16239)
|
|
15
|
+
* **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)
|
|
16
|
+
* change _isVue references to vue3's __isVue ([#16231](https://github.com/vuetifyjs/vuetify/issues/16231)) ([6a6c710](https://github.com/vuetifyjs/vuetify/commit/6a6c710a5baa952746d8d997bde5e99e17f3adb3))
|
|
6
17
|
|
|
7
18
|
|
|
8
19
|
|
package/dist/json/importMap.json
CHANGED
|
@@ -140,6 +140,14 @@
|
|
|
140
140
|
"from": "components/transitions/index.mjs",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
|
+
"VAlert": {
|
|
144
|
+
"from": "components/VAlert/index.mjs",
|
|
145
|
+
"styles": []
|
|
146
|
+
},
|
|
147
|
+
"VAlertTitle": {
|
|
148
|
+
"from": "components/VAlert/index.mjs",
|
|
149
|
+
"styles": []
|
|
150
|
+
},
|
|
143
151
|
"VAppBar": {
|
|
144
152
|
"from": "components/VAppBar/index.mjs",
|
|
145
153
|
"styles": []
|
|
@@ -152,14 +160,6 @@
|
|
|
152
160
|
"from": "components/VAppBar/index.mjs",
|
|
153
161
|
"styles": []
|
|
154
162
|
},
|
|
155
|
-
"VAlert": {
|
|
156
|
-
"from": "components/VAlert/index.mjs",
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
|
-
"VAlertTitle": {
|
|
160
|
-
"from": "components/VAlert/index.mjs",
|
|
161
|
-
"styles": []
|
|
162
|
-
},
|
|
163
163
|
"VAutocomplete": {
|
|
164
164
|
"from": "components/VAutocomplete/index.mjs",
|
|
165
165
|
"styles": []
|
|
@@ -172,6 +172,10 @@
|
|
|
172
172
|
"from": "components/VBadge/index.mjs",
|
|
173
173
|
"styles": []
|
|
174
174
|
},
|
|
175
|
+
"VBottomNavigation": {
|
|
176
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
175
179
|
"VBanner": {
|
|
176
180
|
"from": "components/VBanner/index.mjs",
|
|
177
181
|
"styles": []
|
|
@@ -184,10 +188,6 @@
|
|
|
184
188
|
"from": "components/VBanner/index.mjs",
|
|
185
189
|
"styles": []
|
|
186
190
|
},
|
|
187
|
-
"VBottomNavigation": {
|
|
188
|
-
"from": "components/VBottomNavigation/index.mjs",
|
|
189
|
-
"styles": []
|
|
190
|
-
},
|
|
191
191
|
"VBreadcrumbs": {
|
|
192
192
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
193
193
|
"styles": []
|
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.0.
|
|
2
|
+
* Vuetify v3.0.5-dev-20221212.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 {
|
|
@@ -24372,48 +24371,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24372
24371
|
border-top: 0px !important;
|
|
24373
24372
|
position: sticky;
|
|
24374
24373
|
bottom: 0;
|
|
24375
|
-
}.v-textarea .v-field {
|
|
24376
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
|
24377
|
-
}
|
|
24378
|
-
.v-textarea .v-field__field {
|
|
24379
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
|
24380
|
-
}
|
|
24381
|
-
.v-textarea .v-field__input {
|
|
24382
|
-
flex: 1 1 auto;
|
|
24383
|
-
outline: none;
|
|
24384
|
-
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
24385
|
-
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
24386
|
-
}
|
|
24387
|
-
.v-textarea--auto-grow .v-field__input {
|
|
24388
|
-
overflow: hidden;
|
|
24389
|
-
}
|
|
24390
|
-
.v-textarea--no-resize .v-field__input {
|
|
24391
|
-
resize: none;
|
|
24392
|
-
}
|
|
24393
|
-
.v-textarea__sizer {
|
|
24394
|
-
visibility: hidden;
|
|
24395
|
-
position: absolute;
|
|
24396
|
-
top: 0;
|
|
24397
|
-
left: 0;
|
|
24398
|
-
height: 0 !important;
|
|
24399
|
-
min-height: 0 !important;
|
|
24400
|
-
pointer-events: none;
|
|
24401
|
-
}
|
|
24402
|
-
.v-textarea .v-field--no-label textarea,
|
|
24403
|
-
.v-textarea .v-field--active textarea {
|
|
24404
|
-
opacity: 1;
|
|
24405
|
-
}
|
|
24406
|
-
.v-textarea textarea {
|
|
24407
|
-
opacity: 0;
|
|
24408
|
-
flex: 1;
|
|
24409
|
-
min-width: 0;
|
|
24410
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24411
|
-
}
|
|
24412
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
24413
|
-
outline: none;
|
|
24414
|
-
}
|
|
24415
|
-
.v-textarea textarea:invalid {
|
|
24416
|
-
box-shadow: none;
|
|
24417
24374
|
}/* region BLOCK */
|
|
24418
24375
|
.v-text-field input {
|
|
24419
24376
|
color: inherit;
|
|
@@ -24483,7 +24440,49 @@ html.v-overlay-scroll-blocked {
|
|
|
24483
24440
|
padding: 0;
|
|
24484
24441
|
}
|
|
24485
24442
|
|
|
24486
|
-
/* endregion */.v-
|
|
24443
|
+
/* endregion */.v-textarea .v-field {
|
|
24444
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
24445
|
+
}
|
|
24446
|
+
.v-textarea .v-field__field {
|
|
24447
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
24448
|
+
}
|
|
24449
|
+
.v-textarea .v-field__input {
|
|
24450
|
+
flex: 1 1 auto;
|
|
24451
|
+
outline: none;
|
|
24452
|
+
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
24453
|
+
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
24454
|
+
}
|
|
24455
|
+
.v-textarea--auto-grow .v-field__input {
|
|
24456
|
+
overflow: hidden;
|
|
24457
|
+
}
|
|
24458
|
+
.v-textarea--no-resize .v-field__input {
|
|
24459
|
+
resize: none;
|
|
24460
|
+
}
|
|
24461
|
+
.v-textarea__sizer {
|
|
24462
|
+
visibility: hidden;
|
|
24463
|
+
position: absolute;
|
|
24464
|
+
top: 0;
|
|
24465
|
+
left: 0;
|
|
24466
|
+
height: 0 !important;
|
|
24467
|
+
min-height: 0 !important;
|
|
24468
|
+
pointer-events: none;
|
|
24469
|
+
}
|
|
24470
|
+
.v-textarea .v-field--no-label textarea,
|
|
24471
|
+
.v-textarea .v-field--active textarea {
|
|
24472
|
+
opacity: 1;
|
|
24473
|
+
}
|
|
24474
|
+
.v-textarea textarea {
|
|
24475
|
+
opacity: 0;
|
|
24476
|
+
flex: 1;
|
|
24477
|
+
min-width: 0;
|
|
24478
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24479
|
+
}
|
|
24480
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
24481
|
+
outline: none;
|
|
24482
|
+
}
|
|
24483
|
+
.v-textarea textarea:invalid {
|
|
24484
|
+
box-shadow: none;
|
|
24485
|
+
}.v-theme-provider {
|
|
24487
24486
|
background: rgb(var(--v-theme-background));
|
|
24488
24487
|
color: rgb(var(--v-theme-on-background));
|
|
24489
24488
|
}.v-timeline .v-timeline-divider__dot {
|
|
@@ -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));
|