@vuetify/nightly 3.1.2-dev-20230113.0 → 3.1.2-next-20230113.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 +2 -2
- package/dist/json/importMap.json +4 -4
- package/dist/vuetify-labs.css +126 -126
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +201 -201
- package/dist/vuetify.d.ts +1 -1
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- 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 +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.2-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.2-next-20230113.0...v) (2023-01-13)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.1.2-
|
|
5
|
+
## [3.1.2-next-20230113.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.1...v3.1.2-next-20230113.0) (2023-01-13)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
package/dist/json/importMap.json
CHANGED
|
@@ -400,14 +400,14 @@
|
|
|
400
400
|
"from": "components/VMain/index.mjs",
|
|
401
401
|
"styles": []
|
|
402
402
|
},
|
|
403
|
-
"VMenu": {
|
|
404
|
-
"from": "components/VMenu/index.mjs",
|
|
405
|
-
"styles": []
|
|
406
|
-
},
|
|
407
403
|
"VMessages": {
|
|
408
404
|
"from": "components/VMessages/index.mjs",
|
|
409
405
|
"styles": []
|
|
410
406
|
},
|
|
407
|
+
"VMenu": {
|
|
408
|
+
"from": "components/VMenu/index.mjs",
|
|
409
|
+
"styles": []
|
|
410
|
+
},
|
|
411
411
|
"VNavigationDrawer": {
|
|
412
412
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
413
413
|
"styles": []
|
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.2-
|
|
2
|
+
* Vuetify v3.1.2-next-20230113.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -18873,6 +18873,76 @@ html.overflow-y-hidden {
|
|
|
18873
18873
|
.v-autocomplete--selection-slot.v-text-field input {
|
|
18874
18874
|
position: relative;
|
|
18875
18875
|
padding-inline-start: 0;
|
|
18876
|
+
}.v-badge {
|
|
18877
|
+
display: inline-block;
|
|
18878
|
+
line-height: 1;
|
|
18879
|
+
}
|
|
18880
|
+
|
|
18881
|
+
.v-badge__badge {
|
|
18882
|
+
align-items: center;
|
|
18883
|
+
border-radius: 10px;
|
|
18884
|
+
font-size: 0.75rem;
|
|
18885
|
+
font-weight: 500;
|
|
18886
|
+
height: 1.25rem;
|
|
18887
|
+
justify-content: center;
|
|
18888
|
+
min-width: 20px;
|
|
18889
|
+
padding: 4px 6px;
|
|
18890
|
+
pointer-events: auto;
|
|
18891
|
+
position: absolute;
|
|
18892
|
+
text-align: center;
|
|
18893
|
+
text-indent: 0;
|
|
18894
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18895
|
+
white-space: nowrap;
|
|
18896
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
18897
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
18898
|
+
}
|
|
18899
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
18900
|
+
border-radius: inherit;
|
|
18901
|
+
border-style: solid;
|
|
18902
|
+
border-width: 2px;
|
|
18903
|
+
bottom: 0;
|
|
18904
|
+
color: rgb(var(--v-theme-background));
|
|
18905
|
+
content: "";
|
|
18906
|
+
left: 0;
|
|
18907
|
+
position: absolute;
|
|
18908
|
+
right: 0;
|
|
18909
|
+
top: 0;
|
|
18910
|
+
transform: scale(1.2);
|
|
18911
|
+
}
|
|
18912
|
+
.v-badge--dot .v-badge__badge {
|
|
18913
|
+
border-radius: 4.5px;
|
|
18914
|
+
height: 9px;
|
|
18915
|
+
min-width: 0;
|
|
18916
|
+
padding: 0;
|
|
18917
|
+
width: 9px;
|
|
18918
|
+
}
|
|
18919
|
+
.v-badge--dot .v-badge__badge::after {
|
|
18920
|
+
border-width: 1.5px;
|
|
18921
|
+
}
|
|
18922
|
+
.v-badge--inline .v-badge__badge {
|
|
18923
|
+
position: relative;
|
|
18924
|
+
vertical-align: middle;
|
|
18925
|
+
}
|
|
18926
|
+
.v-badge__badge .v-icon {
|
|
18927
|
+
color: inherit;
|
|
18928
|
+
font-size: 0.75rem;
|
|
18929
|
+
margin: 0 -2px;
|
|
18930
|
+
}
|
|
18931
|
+
.v-badge__badge img,
|
|
18932
|
+
.v-badge__badge .v-img {
|
|
18933
|
+
height: 100%;
|
|
18934
|
+
width: 100%;
|
|
18935
|
+
}
|
|
18936
|
+
|
|
18937
|
+
.v-badge__wrapper {
|
|
18938
|
+
display: flex;
|
|
18939
|
+
position: relative;
|
|
18940
|
+
}
|
|
18941
|
+
.v-badge--inline .v-badge__wrapper {
|
|
18942
|
+
align-items: center;
|
|
18943
|
+
display: inline-flex;
|
|
18944
|
+
justify-content: center;
|
|
18945
|
+
margin: 0 4px;
|
|
18876
18946
|
}.v-avatar {
|
|
18877
18947
|
flex: none;
|
|
18878
18948
|
align-items: center;
|
|
@@ -18960,76 +19030,6 @@ html.overflow-y-hidden {
|
|
|
18960
19030
|
.v-avatar .v-img {
|
|
18961
19031
|
height: 100%;
|
|
18962
19032
|
width: 100%;
|
|
18963
|
-
}.v-badge {
|
|
18964
|
-
display: inline-block;
|
|
18965
|
-
line-height: 1;
|
|
18966
|
-
}
|
|
18967
|
-
|
|
18968
|
-
.v-badge__badge {
|
|
18969
|
-
align-items: center;
|
|
18970
|
-
border-radius: 10px;
|
|
18971
|
-
font-size: 0.75rem;
|
|
18972
|
-
font-weight: 500;
|
|
18973
|
-
height: 1.25rem;
|
|
18974
|
-
justify-content: center;
|
|
18975
|
-
min-width: 20px;
|
|
18976
|
-
padding: 4px 6px;
|
|
18977
|
-
pointer-events: auto;
|
|
18978
|
-
position: absolute;
|
|
18979
|
-
text-align: center;
|
|
18980
|
-
text-indent: 0;
|
|
18981
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18982
|
-
white-space: nowrap;
|
|
18983
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
18984
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
18985
|
-
}
|
|
18986
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
18987
|
-
border-radius: inherit;
|
|
18988
|
-
border-style: solid;
|
|
18989
|
-
border-width: 2px;
|
|
18990
|
-
bottom: 0;
|
|
18991
|
-
color: rgb(var(--v-theme-background));
|
|
18992
|
-
content: "";
|
|
18993
|
-
left: 0;
|
|
18994
|
-
position: absolute;
|
|
18995
|
-
right: 0;
|
|
18996
|
-
top: 0;
|
|
18997
|
-
transform: scale(1.2);
|
|
18998
|
-
}
|
|
18999
|
-
.v-badge--dot .v-badge__badge {
|
|
19000
|
-
border-radius: 4.5px;
|
|
19001
|
-
height: 9px;
|
|
19002
|
-
min-width: 0;
|
|
19003
|
-
padding: 0;
|
|
19004
|
-
width: 9px;
|
|
19005
|
-
}
|
|
19006
|
-
.v-badge--dot .v-badge__badge::after {
|
|
19007
|
-
border-width: 1.5px;
|
|
19008
|
-
}
|
|
19009
|
-
.v-badge--inline .v-badge__badge {
|
|
19010
|
-
position: relative;
|
|
19011
|
-
vertical-align: middle;
|
|
19012
|
-
}
|
|
19013
|
-
.v-badge__badge .v-icon {
|
|
19014
|
-
color: inherit;
|
|
19015
|
-
font-size: 0.75rem;
|
|
19016
|
-
margin: 0 -2px;
|
|
19017
|
-
}
|
|
19018
|
-
.v-badge__badge img,
|
|
19019
|
-
.v-badge__badge .v-img {
|
|
19020
|
-
height: 100%;
|
|
19021
|
-
width: 100%;
|
|
19022
|
-
}
|
|
19023
|
-
|
|
19024
|
-
.v-badge__wrapper {
|
|
19025
|
-
display: flex;
|
|
19026
|
-
position: relative;
|
|
19027
|
-
}
|
|
19028
|
-
.v-badge--inline .v-badge__wrapper {
|
|
19029
|
-
align-items: center;
|
|
19030
|
-
display: inline-flex;
|
|
19031
|
-
justify-content: center;
|
|
19032
|
-
margin: 0 4px;
|
|
19033
19033
|
}.v-banner {
|
|
19034
19034
|
display: grid;
|
|
19035
19035
|
flex: 1 1;
|
|
@@ -21634,6 +21634,35 @@ html.overflow-y-hidden {
|
|
|
21634
21634
|
flex: 0 1 auto;
|
|
21635
21635
|
font-size: 12px;
|
|
21636
21636
|
transition-duration: 150ms;
|
|
21637
|
+
}.v-divider {
|
|
21638
|
+
display: block;
|
|
21639
|
+
flex: 1 1 100%;
|
|
21640
|
+
height: 0px;
|
|
21641
|
+
max-height: 0px;
|
|
21642
|
+
opacity: var(--v-border-opacity);
|
|
21643
|
+
transition: inherit;
|
|
21644
|
+
border-style: solid;
|
|
21645
|
+
border-width: thin 0 0 0;
|
|
21646
|
+
}
|
|
21647
|
+
.v-divider--vertical {
|
|
21648
|
+
align-self: stretch;
|
|
21649
|
+
border-width: 0 thin 0 0;
|
|
21650
|
+
display: inline-flex;
|
|
21651
|
+
height: inherit;
|
|
21652
|
+
margin-left: -1px;
|
|
21653
|
+
max-height: 100%;
|
|
21654
|
+
max-width: 0px;
|
|
21655
|
+
vertical-align: text-bottom;
|
|
21656
|
+
width: 0px;
|
|
21657
|
+
}
|
|
21658
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
21659
|
+
max-width: calc(100% - 72px);
|
|
21660
|
+
margin-inline-start: 72px;
|
|
21661
|
+
}
|
|
21662
|
+
.v-divider--inset.v-divider--vertical {
|
|
21663
|
+
margin-bottom: 8px;
|
|
21664
|
+
margin-top: 8px;
|
|
21665
|
+
max-height: calc(100% - 16px);
|
|
21637
21666
|
}.v-dialog {
|
|
21638
21667
|
align-items: center;
|
|
21639
21668
|
justify-content: center;
|
|
@@ -21710,35 +21739,6 @@ html.overflow-y-hidden {
|
|
|
21710
21739
|
-webkit-backface-visibility: hidden;
|
|
21711
21740
|
backface-visibility: hidden;
|
|
21712
21741
|
overflow-y: auto;
|
|
21713
|
-
}.v-divider {
|
|
21714
|
-
display: block;
|
|
21715
|
-
flex: 1 1 100%;
|
|
21716
|
-
height: 0px;
|
|
21717
|
-
max-height: 0px;
|
|
21718
|
-
opacity: var(--v-border-opacity);
|
|
21719
|
-
transition: inherit;
|
|
21720
|
-
border-style: solid;
|
|
21721
|
-
border-width: thin 0 0 0;
|
|
21722
|
-
}
|
|
21723
|
-
.v-divider--vertical {
|
|
21724
|
-
align-self: stretch;
|
|
21725
|
-
border-width: 0 thin 0 0;
|
|
21726
|
-
display: inline-flex;
|
|
21727
|
-
height: inherit;
|
|
21728
|
-
margin-left: -1px;
|
|
21729
|
-
max-height: 100%;
|
|
21730
|
-
max-width: 0px;
|
|
21731
|
-
vertical-align: text-bottom;
|
|
21732
|
-
width: 0px;
|
|
21733
|
-
}
|
|
21734
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
|
21735
|
-
max-width: calc(100% - 72px);
|
|
21736
|
-
margin-inline-start: 72px;
|
|
21737
|
-
}
|
|
21738
|
-
.v-divider--inset.v-divider--vertical {
|
|
21739
|
-
margin-bottom: 8px;
|
|
21740
|
-
margin-top: 8px;
|
|
21741
|
-
max-height: calc(100% - 16px);
|
|
21742
21742
|
}.v-expansion-panel {
|
|
21743
21743
|
background-color: rgb(var(--v-theme-surface));
|
|
21744
21744
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -22390,6 +22390,32 @@ textarea.v-field__input::placeholder {
|
|
|
22390
22390
|
.v-file-input .v-chip {
|
|
22391
22391
|
margin-top: 2px;
|
|
22392
22392
|
margin-bottom: var(--file-input-chips-margin-bottom);
|
|
22393
|
+
}.v-footer {
|
|
22394
|
+
align-items: center;
|
|
22395
|
+
display: flex;
|
|
22396
|
+
flex: 1 1 auto;
|
|
22397
|
+
padding: 8px 16px;
|
|
22398
|
+
position: relative;
|
|
22399
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22400
|
+
border-style: solid;
|
|
22401
|
+
border-width: 0;
|
|
22402
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22403
|
+
border-radius: 0;
|
|
22404
|
+
background: rgb(var(--v-theme-surface));
|
|
22405
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
22406
|
+
}
|
|
22407
|
+
.v-footer--border {
|
|
22408
|
+
border-width: thin;
|
|
22409
|
+
box-shadow: none;
|
|
22410
|
+
}
|
|
22411
|
+
.v-footer--absolute {
|
|
22412
|
+
position: absolute;
|
|
22413
|
+
}
|
|
22414
|
+
.v-footer--fixed {
|
|
22415
|
+
position: fixed;
|
|
22416
|
+
}
|
|
22417
|
+
.v-footer--rounded {
|
|
22418
|
+
border-radius: 4px;
|
|
22393
22419
|
}.v-icon {
|
|
22394
22420
|
--v-icon-size-multiplier: 1;
|
|
22395
22421
|
align-items: center;
|
|
@@ -25236,32 +25262,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25236
25262
|
}
|
|
25237
25263
|
.v-window-y-reverse-transition-leave-to {
|
|
25238
25264
|
transform: translateY(100%);
|
|
25239
|
-
}.v-footer {
|
|
25240
|
-
align-items: center;
|
|
25241
|
-
display: flex;
|
|
25242
|
-
flex: 1 1 auto;
|
|
25243
|
-
padding: 8px 16px;
|
|
25244
|
-
position: relative;
|
|
25245
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25246
|
-
border-style: solid;
|
|
25247
|
-
border-width: 0;
|
|
25248
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
25249
|
-
border-radius: 0;
|
|
25250
|
-
background: rgb(var(--v-theme-surface));
|
|
25251
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
25252
|
-
}
|
|
25253
|
-
.v-footer--border {
|
|
25254
|
-
border-width: thin;
|
|
25255
|
-
box-shadow: none;
|
|
25256
|
-
}
|
|
25257
|
-
.v-footer--absolute {
|
|
25258
|
-
position: absolute;
|
|
25259
|
-
}
|
|
25260
|
-
.v-footer--fixed {
|
|
25261
|
-
position: fixed;
|
|
25262
|
-
}
|
|
25263
|
-
.v-footer--rounded {
|
|
25264
|
-
border-radius: 4px;
|
|
25265
25265
|
}.v-data-table-footer {
|
|
25266
25266
|
display: flex;
|
|
25267
25267
|
align-items: center;
|
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.2-
|
|
2
|
+
* Vuetify v3.1.2-next-20230113.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -20085,7 +20085,7 @@ function createVuetify$1() {
|
|
|
20085
20085
|
locale
|
|
20086
20086
|
};
|
|
20087
20087
|
}
|
|
20088
|
-
const version$1 = "3.1.2-
|
|
20088
|
+
const version$1 = "3.1.2-next-20230113.0";
|
|
20089
20089
|
createVuetify$1.version = version$1;
|
|
20090
20090
|
|
|
20091
20091
|
// Vue's inject() can only be used in setup
|
|
@@ -20098,7 +20098,7 @@ function inject(key) {
|
|
|
20098
20098
|
}
|
|
20099
20099
|
}
|
|
20100
20100
|
|
|
20101
|
-
const version = "3.1.2-
|
|
20101
|
+
const version = "3.1.2-next-20230113.0";
|
|
20102
20102
|
|
|
20103
20103
|
const createVuetify = function () {
|
|
20104
20104
|
let options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|