@vuetify/nightly 4.0.0-dev-20230513.0 → 4.0.0-dev-20230515.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 +5 -2
- package/dist/json/importMap.json +4 -4
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +188 -188
- package/dist/vuetify-labs.esm.js +52 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +52 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +222 -222
- package/dist/vuetify.d.ts +1 -1
- package/dist/vuetify.esm.js +52 -9
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +52 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +716 -713
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +8 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs +20 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +8 -11
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +8 -8
- package/lib/components/VCombobox/VCombobox.mjs +20 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +8 -11
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.css +8 -8
- package/lib/components/VSelect/VSelect.mjs +10 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +7 -11
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +1 -1
- package/lib/util/helpers.mjs +1 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,14 +1,17 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-dev-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-dev-20230515.0...v) (2023-05-15)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
# [4.0.0-dev-
|
5
|
+
# [4.0.0-dev-20230515.0](https://github.com/vuetifyjs/vuetify/compare/v3.2.4...v4.0.0-dev-20230515.0) (2023-05-15)
|
6
6
|
|
7
7
|
|
8
8
|
### Bug Fixes
|
9
9
|
|
10
10
|
* **group:** respect selection order in v-model ([#17325](https://github.com/vuetifyjs/vuetify/issues/17325)) ([1de8468](https://github.com/vuetifyjs/vuetify/commit/1de84681a2437e7400ee68f9616a636e33789c6b)), closes [#17227](https://github.com/vuetifyjs/vuetify/issues/17227)
|
11
|
+
* **VCombobox:** close menu on icon mousedown ([3d91fe7](https://github.com/vuetifyjs/vuetify/commit/3d91fe7906ad84f8c177e3815a72074d778081c9)), closes [#17280](https://github.com/vuetifyjs/vuetify/issues/17280) [#17355](https://github.com/vuetifyjs/vuetify/issues/17355)
|
12
|
+
* **VCombobox:** show menu icon when hideNoData is disabled ([c69dc9e](https://github.com/vuetifyjs/vuetify/commit/c69dc9e851e48e8fbff56119d9077b94e1666b82))
|
11
13
|
* **VSelect:** don't erase readonly items array type ([24396ea](https://github.com/vuetifyjs/vuetify/commit/24396ea3d71dc458529d0a99b07bebb4d950947f)), closes [#17361](https://github.com/vuetifyjs/vuetify/issues/17361)
|
14
|
+
* **VSelect:** don't rotate append-inner-icon ([4d60eb7](https://github.com/vuetifyjs/vuetify/commit/4d60eb7b67b55e4a5a20d7f61c75175d967e9bf9)), closes [#4447](https://github.com/vuetifyjs/vuetify/issues/4447)
|
12
15
|
* **VSwitch:** only apply auto width when using inset prop ([ad49126](https://github.com/vuetifyjs/vuetify/commit/ad4912683cd48a5ac733cf895917a458d5763f48)), closes [#17312](https://github.com/vuetifyjs/vuetify/issues/17312)
|
13
16
|
|
14
17
|
|
package/dist/json/importMap.json
CHANGED
@@ -264,10 +264,6 @@
|
|
264
264
|
"from": "components/VMain/index.mjs",
|
265
265
|
"styles": []
|
266
266
|
},
|
267
|
-
"VMenu": {
|
268
|
-
"from": "components/VMenu/index.mjs",
|
269
|
-
"styles": []
|
270
|
-
},
|
271
267
|
"VMessages": {
|
272
268
|
"from": "components/VMessages/index.mjs",
|
273
269
|
"styles": []
|
@@ -348,6 +344,10 @@
|
|
348
344
|
"from": "components/VTabs/index.mjs",
|
349
345
|
"styles": []
|
350
346
|
},
|
347
|
+
"VMenu": {
|
348
|
+
"from": "components/VMenu/index.mjs",
|
349
|
+
"styles": []
|
350
|
+
},
|
351
351
|
"VTable": {
|
352
352
|
"from": "components/VTable/index.mjs",
|
353
353
|
"styles": []
|
package/dist/json/web-types.json
CHANGED
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v4.0.0-dev-
|
2
|
+
* Vuetify v4.0.0-dev-20230515.0
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -15954,6 +15954,169 @@ html.overflow-y-hidden {
|
|
15954
15954
|
font-weight: normal;
|
15955
15955
|
padding: 0.2em 0.4rem;
|
15956
15956
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
15957
|
+
}.v-data-table {
|
15958
|
+
width: 100%;
|
15959
|
+
}
|
15960
|
+
|
15961
|
+
.v-data-table__table {
|
15962
|
+
width: 100%;
|
15963
|
+
border-collapse: separate;
|
15964
|
+
border-spacing: 0;
|
15965
|
+
}
|
15966
|
+
|
15967
|
+
.v-data-table__tr--focus {
|
15968
|
+
border: 1px dotted black;
|
15969
|
+
}
|
15970
|
+
.v-data-table__tr--clickable {
|
15971
|
+
cursor: pointer;
|
15972
|
+
}
|
15973
|
+
|
15974
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td,
|
15975
|
+
.v-data-table .v-table__wrapper > table > thead > tr th,
|
15976
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td,
|
15977
|
+
.v-data-table .v-table__wrapper > table tbody > tr th {
|
15978
|
+
background: rgb(var(--v-theme-surface));
|
15979
|
+
}
|
15980
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
15981
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
15982
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
15983
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
15984
|
+
text-align: end;
|
15985
|
+
}
|
15986
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
15987
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
15988
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
15989
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
15990
|
+
flex-direction: row-reverse;
|
15991
|
+
}
|
15992
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
15993
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
15994
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
15995
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
15996
|
+
text-align: center;
|
15997
|
+
}
|
15998
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
15999
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
16000
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
16001
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
16002
|
+
justify-content: center;
|
16003
|
+
}
|
16004
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
16005
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
16006
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
16007
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
16008
|
+
padding: 0 8px;
|
16009
|
+
}
|
16010
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
16011
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
16012
|
+
align-items: center;
|
16013
|
+
}
|
16014
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
16015
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
16016
|
+
cursor: pointer;
|
16017
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
16018
|
+
}
|
16019
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
16020
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
16021
|
+
opacity: 0;
|
16022
|
+
}
|
16023
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
16024
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
16025
|
+
opacity: 0.5;
|
16026
|
+
}
|
16027
|
+
|
16028
|
+
.v-data-table-column--fixed {
|
16029
|
+
position: sticky;
|
16030
|
+
z-index: 2;
|
16031
|
+
left: 0;
|
16032
|
+
}
|
16033
|
+
|
16034
|
+
.v-data-table-column--last-fixed {
|
16035
|
+
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
16036
|
+
}
|
16037
|
+
|
16038
|
+
.v-data-table-group-header-row td {
|
16039
|
+
background: lightgrey;
|
16040
|
+
}
|
16041
|
+
.v-data-table-group-header-row td > span {
|
16042
|
+
padding-left: 5px;
|
16043
|
+
}
|
16044
|
+
|
16045
|
+
.v-data-table--loading .v-data-table__td {
|
16046
|
+
opacity: 0.3;
|
16047
|
+
}
|
16048
|
+
|
16049
|
+
.v-data-table__progress th {
|
16050
|
+
position: relative;
|
16051
|
+
border: none !important;
|
16052
|
+
height: auto !important;
|
16053
|
+
}
|
16054
|
+
|
16055
|
+
.v-data-table-group-header-row__column {
|
16056
|
+
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
16057
|
+
}
|
16058
|
+
|
16059
|
+
.v-data-table-header__content {
|
16060
|
+
display: flex;
|
16061
|
+
align-items: center;
|
16062
|
+
}
|
16063
|
+
|
16064
|
+
.v-data-table-header__sort-badge {
|
16065
|
+
display: inline-flex;
|
16066
|
+
justify-content: center;
|
16067
|
+
align-items: center;
|
16068
|
+
font-size: 0.875rem;
|
16069
|
+
padding: 4px;
|
16070
|
+
border-radius: 50%;
|
16071
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
16072
|
+
min-width: 20px;
|
16073
|
+
min-height: 20px;
|
16074
|
+
width: 20px;
|
16075
|
+
height: 20px;
|
16076
|
+
}
|
16077
|
+
|
16078
|
+
.v-data-table-headers__loader {
|
16079
|
+
bottom: auto;
|
16080
|
+
top: 0;
|
16081
|
+
left: 0;
|
16082
|
+
position: absolute;
|
16083
|
+
right: 0;
|
16084
|
+
width: 100%;
|
16085
|
+
z-index: 1;
|
16086
|
+
}
|
16087
|
+
|
16088
|
+
.v-data-table-rows-no-data {
|
16089
|
+
text-align: center;
|
16090
|
+
}.v-data-table-footer {
|
16091
|
+
display: flex;
|
16092
|
+
align-items: center;
|
16093
|
+
flex-wrap: wrap;
|
16094
|
+
padding: 0 8px;
|
16095
|
+
justify-content: flex-end;
|
16096
|
+
}
|
16097
|
+
|
16098
|
+
.v-data-table-footer__items-per-page {
|
16099
|
+
padding-inline-end: 24px;
|
16100
|
+
display: flex;
|
16101
|
+
align-items: center;
|
16102
|
+
justify-content: space-between;
|
16103
|
+
}
|
16104
|
+
.v-data-table-footer__items-per-page > span {
|
16105
|
+
padding-inline-end: 24px;
|
16106
|
+
}
|
16107
|
+
|
16108
|
+
.v-data-table-footer__info {
|
16109
|
+
display: flex;
|
16110
|
+
padding-inline-end: 24px;
|
16111
|
+
}
|
16112
|
+
|
16113
|
+
.v-data-table-footer__pagination {
|
16114
|
+
display: flex;
|
16115
|
+
align-items: center;
|
16116
|
+
}
|
16117
|
+
|
16118
|
+
.v-data-table-footer__page {
|
16119
|
+
padding: 0 8px;
|
15957
16120
|
}.v-infinite-scroll--horizontal {
|
15958
16121
|
display: flex;
|
15959
16122
|
flex-direction: row;
|
@@ -16199,169 +16362,6 @@ html.overflow-y-hidden {
|
|
16199
16362
|
100% {
|
16200
16363
|
transform: translateX(100%);
|
16201
16364
|
}
|
16202
|
-
}.v-data-table {
|
16203
|
-
width: 100%;
|
16204
|
-
}
|
16205
|
-
|
16206
|
-
.v-data-table__table {
|
16207
|
-
width: 100%;
|
16208
|
-
border-collapse: separate;
|
16209
|
-
border-spacing: 0;
|
16210
|
-
}
|
16211
|
-
|
16212
|
-
.v-data-table__tr--focus {
|
16213
|
-
border: 1px dotted black;
|
16214
|
-
}
|
16215
|
-
.v-data-table__tr--clickable {
|
16216
|
-
cursor: pointer;
|
16217
|
-
}
|
16218
|
-
|
16219
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td,
|
16220
|
-
.v-data-table .v-table__wrapper > table > thead > tr th,
|
16221
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td,
|
16222
|
-
.v-data-table .v-table__wrapper > table tbody > tr th {
|
16223
|
-
background: rgb(var(--v-theme-surface));
|
16224
|
-
}
|
16225
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
16226
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
16227
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
16228
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
16229
|
-
text-align: end;
|
16230
|
-
}
|
16231
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
16232
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
16233
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
16234
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
16235
|
-
flex-direction: row-reverse;
|
16236
|
-
}
|
16237
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
16238
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
16239
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
16240
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
16241
|
-
text-align: center;
|
16242
|
-
}
|
16243
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
16244
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
16245
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
16246
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
16247
|
-
justify-content: center;
|
16248
|
-
}
|
16249
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
16250
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
16251
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
16252
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
16253
|
-
padding: 0 8px;
|
16254
|
-
}
|
16255
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
16256
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
16257
|
-
align-items: center;
|
16258
|
-
}
|
16259
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
16260
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
16261
|
-
cursor: pointer;
|
16262
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
16263
|
-
}
|
16264
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
16265
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
16266
|
-
opacity: 0;
|
16267
|
-
}
|
16268
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
16269
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
16270
|
-
opacity: 0.5;
|
16271
|
-
}
|
16272
|
-
|
16273
|
-
.v-data-table-column--fixed {
|
16274
|
-
position: sticky;
|
16275
|
-
z-index: 2;
|
16276
|
-
left: 0;
|
16277
|
-
}
|
16278
|
-
|
16279
|
-
.v-data-table-column--last-fixed {
|
16280
|
-
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
16281
|
-
}
|
16282
|
-
|
16283
|
-
.v-data-table-group-header-row td {
|
16284
|
-
background: lightgrey;
|
16285
|
-
}
|
16286
|
-
.v-data-table-group-header-row td > span {
|
16287
|
-
padding-left: 5px;
|
16288
|
-
}
|
16289
|
-
|
16290
|
-
.v-data-table--loading .v-data-table__td {
|
16291
|
-
opacity: 0.3;
|
16292
|
-
}
|
16293
|
-
|
16294
|
-
.v-data-table__progress th {
|
16295
|
-
position: relative;
|
16296
|
-
border: none !important;
|
16297
|
-
height: auto !important;
|
16298
|
-
}
|
16299
|
-
|
16300
|
-
.v-data-table-group-header-row__column {
|
16301
|
-
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
16302
|
-
}
|
16303
|
-
|
16304
|
-
.v-data-table-header__content {
|
16305
|
-
display: flex;
|
16306
|
-
align-items: center;
|
16307
|
-
}
|
16308
|
-
|
16309
|
-
.v-data-table-header__sort-badge {
|
16310
|
-
display: inline-flex;
|
16311
|
-
justify-content: center;
|
16312
|
-
align-items: center;
|
16313
|
-
font-size: 0.875rem;
|
16314
|
-
padding: 4px;
|
16315
|
-
border-radius: 50%;
|
16316
|
-
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
16317
|
-
min-width: 20px;
|
16318
|
-
min-height: 20px;
|
16319
|
-
width: 20px;
|
16320
|
-
height: 20px;
|
16321
|
-
}
|
16322
|
-
|
16323
|
-
.v-data-table-headers__loader {
|
16324
|
-
bottom: auto;
|
16325
|
-
top: 0;
|
16326
|
-
left: 0;
|
16327
|
-
position: absolute;
|
16328
|
-
right: 0;
|
16329
|
-
width: 100%;
|
16330
|
-
z-index: 1;
|
16331
|
-
}
|
16332
|
-
|
16333
|
-
.v-data-table-rows-no-data {
|
16334
|
-
text-align: center;
|
16335
|
-
}.v-data-table-footer {
|
16336
|
-
display: flex;
|
16337
|
-
align-items: center;
|
16338
|
-
flex-wrap: wrap;
|
16339
|
-
padding: 0 8px;
|
16340
|
-
justify-content: flex-end;
|
16341
|
-
}
|
16342
|
-
|
16343
|
-
.v-data-table-footer__items-per-page {
|
16344
|
-
padding-inline-end: 24px;
|
16345
|
-
display: flex;
|
16346
|
-
align-items: center;
|
16347
|
-
justify-content: space-between;
|
16348
|
-
}
|
16349
|
-
.v-data-table-footer__items-per-page > span {
|
16350
|
-
padding-inline-end: 24px;
|
16351
|
-
}
|
16352
|
-
|
16353
|
-
.v-data-table-footer__info {
|
16354
|
-
display: flex;
|
16355
|
-
padding-inline-end: 24px;
|
16356
|
-
}
|
16357
|
-
|
16358
|
-
.v-data-table-footer__pagination {
|
16359
|
-
display: flex;
|
16360
|
-
align-items: center;
|
16361
|
-
}
|
16362
|
-
|
16363
|
-
.v-data-table-footer__page {
|
16364
|
-
padding: 0 8px;
|
16365
16365
|
}.v-application {
|
16366
16366
|
display: flex;
|
16367
16367
|
background: rgb(var(--v-theme-background));
|
@@ -16621,10 +16621,6 @@ html.overflow-y-hidden {
|
|
16621
16621
|
align-self: flex-start;
|
16622
16622
|
flex: 1 1;
|
16623
16623
|
}
|
16624
|
-
.v-autocomplete .v-field .v-field__append-inner > .v-icon {
|
16625
|
-
margin-inline-start: 4px;
|
16626
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
16627
|
-
}
|
16628
16624
|
.v-autocomplete .v-field:not(.v-field--focused) input {
|
16629
16625
|
min-width: 0;
|
16630
16626
|
}
|
@@ -16651,10 +16647,6 @@ html.overflow-y-hidden {
|
|
16651
16647
|
line-height: inherit;
|
16652
16648
|
max-width: 100%;
|
16653
16649
|
}
|
16654
|
-
.v-autocomplete--active-menu .v-field__append-inner > .v-icon {
|
16655
|
-
opacity: var(--v-high-emphasis-opacity);
|
16656
|
-
transform: rotate(180deg);
|
16657
|
-
}
|
16658
16650
|
.v-autocomplete--chips .v-autocomplete__selection {
|
16659
16651
|
margin-top: 2px;
|
16660
16652
|
margin-bottom: var(--autocomplete-chips-margin-bottom);
|
@@ -16688,6 +16680,14 @@ html.overflow-y-hidden {
|
|
16688
16680
|
}
|
16689
16681
|
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
|
16690
16682
|
opacity: 0;
|
16683
|
+
}
|
16684
|
+
.v-autocomplete__menu-icon {
|
16685
|
+
margin-inline-start: 4px;
|
16686
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
16687
|
+
}
|
16688
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
16689
|
+
opacity: var(--v-high-emphasis-opacity);
|
16690
|
+
transform: rotate(180deg);
|
16691
16691
|
}.v-avatar {
|
16692
16692
|
flex: none;
|
16693
16693
|
align-items: center;
|
@@ -18396,10 +18396,6 @@ html.overflow-y-hidden {
|
|
18396
18396
|
align-self: flex-start;
|
18397
18397
|
flex: 1 1;
|
18398
18398
|
}
|
18399
|
-
.v-combobox .v-field .v-field__append-inner > .v-icon {
|
18400
|
-
margin-inline-start: 4px;
|
18401
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18402
|
-
}
|
18403
18399
|
.v-combobox .v-field:not(.v-field--focused) input {
|
18404
18400
|
min-width: 0;
|
18405
18401
|
}
|
@@ -18426,10 +18422,6 @@ html.overflow-y-hidden {
|
|
18426
18422
|
line-height: inherit;
|
18427
18423
|
max-width: 100%;
|
18428
18424
|
}
|
18429
|
-
.v-combobox--active-menu .v-field__append-inner > .v-icon {
|
18430
|
-
opacity: var(--v-high-emphasis-opacity);
|
18431
|
-
transform: rotate(180deg);
|
18432
|
-
}
|
18433
18425
|
.v-combobox--chips .v-combobox__selection {
|
18434
18426
|
margin-top: 2px;
|
18435
18427
|
margin-bottom: var(--combobox-chips-margin-bottom);
|
@@ -18463,6 +18455,14 @@ html.overflow-y-hidden {
|
|
18463
18455
|
}
|
18464
18456
|
.v-combobox--single .v-field--focused .v-combobox__selection {
|
18465
18457
|
opacity: 0;
|
18458
|
+
}
|
18459
|
+
.v-combobox__menu-icon {
|
18460
|
+
margin-inline-start: 4px;
|
18461
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18462
|
+
}
|
18463
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
18464
|
+
opacity: var(--v-high-emphasis-opacity);
|
18465
|
+
transform: rotate(180deg);
|
18466
18466
|
}.v-container {
|
18467
18467
|
width: 100%;
|
18468
18468
|
padding: 16px;
|
@@ -21616,10 +21616,6 @@ html.v-overlay-scroll-blocked {
|
|
21616
21616
|
transition: none;
|
21617
21617
|
pointer-events: none;
|
21618
21618
|
}
|
21619
|
-
.v-select .v-field .v-field__append-inner > .v-icon {
|
21620
|
-
margin-inline-start: 4px;
|
21621
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21622
|
-
}
|
21623
21619
|
.v-select .v-field--dirty .v-select__selection {
|
21624
21620
|
margin-inline-end: 2px;
|
21625
21621
|
}
|
@@ -21639,10 +21635,6 @@ html.v-overlay-scroll-blocked {
|
|
21639
21635
|
line-height: inherit;
|
21640
21636
|
max-width: 100%;
|
21641
21637
|
}
|
21642
|
-
.v-select--active-menu .v-field__append-inner > .v-icon {
|
21643
|
-
opacity: var(--v-high-emphasis-opacity);
|
21644
|
-
transform: rotate(180deg);
|
21645
|
-
}
|
21646
21638
|
.v-select--chips .v-select__selection {
|
21647
21639
|
margin-top: 2px;
|
21648
21640
|
margin-bottom: var(--select-chips-margin-bottom);
|
@@ -21652,6 +21644,14 @@ html.v-overlay-scroll-blocked {
|
|
21652
21644
|
}
|
21653
21645
|
.v-select--selected .v-field .v-field__input > input {
|
21654
21646
|
opacity: 0;
|
21647
|
+
}
|
21648
|
+
.v-select__menu-icon {
|
21649
|
+
margin-inline-start: 4px;
|
21650
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21651
|
+
}
|
21652
|
+
.v-select--active-menu .v-select__menu-icon {
|
21653
|
+
opacity: var(--v-high-emphasis-opacity);
|
21654
|
+
transform: rotate(180deg);
|
21655
21655
|
}.v-selection-control {
|
21656
21656
|
align-items: center;
|
21657
21657
|
contain: layout;
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v4.0.0-dev-
|
2
|
+
* Vuetify v4.0.0-dev-20230515.0
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -385,6 +385,7 @@ function focusChild(el, location) {
|
|
385
385
|
if (_el) _el.focus();else focusChild(el, location === 'next' ? 'first' : 'last');
|
386
386
|
}
|
387
387
|
}
|
388
|
+
function noop() {}
|
388
389
|
|
389
390
|
const block = ['top', 'bottom'];
|
390
391
|
const inline = ['start', 'end', 'left', 'right'];
|
@@ -10354,7 +10355,6 @@ const VSelect = genericComponent()({
|
|
10354
10355
|
'v-select--selected': model.value.length
|
10355
10356
|
}, props.class],
|
10356
10357
|
"style": props.style,
|
10357
|
-
"appendInnerIcon": props.menuIcon,
|
10358
10358
|
"readonly": true,
|
10359
10359
|
"placeholder": placeholder,
|
10360
10360
|
"onClick:clear": onClear,
|
@@ -10461,7 +10461,16 @@ const VSelect = genericComponent()({
|
|
10461
10461
|
}, [item.title, props.multiple && index < selections.value.length - 1 && createVNode("span", {
|
10462
10462
|
"class": "v-select__selection-comma"
|
10463
10463
|
}, [createTextVNode(",")])])]);
|
10464
|
-
})])
|
10464
|
+
})]),
|
10465
|
+
'append-inner': function () {
|
10466
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
10467
|
+
args[_key] = arguments[_key];
|
10468
|
+
}
|
10469
|
+
return createVNode(Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? createVNode(VIcon, {
|
10470
|
+
"class": "v-select__menu-icon",
|
10471
|
+
"icon": props.menuIcon
|
10472
|
+
}, null) : undefined]);
|
10473
|
+
}
|
10465
10474
|
});
|
10466
10475
|
});
|
10467
10476
|
return forwardRefs({
|
@@ -10676,6 +10685,13 @@ const VAutocomplete = genericComponent()({
|
|
10676
10685
|
if (props.hideNoData && !items.value.length || props.readonly || form?.isReadonly.value) return;
|
10677
10686
|
menu.value = true;
|
10678
10687
|
}
|
10688
|
+
function onMousedownMenuIcon(e) {
|
10689
|
+
if (isFocused.value) {
|
10690
|
+
e.preventDefault();
|
10691
|
+
e.stopPropagation();
|
10692
|
+
}
|
10693
|
+
menu.value = !menu.value;
|
10694
|
+
}
|
10679
10695
|
function onKeydown(e) {
|
10680
10696
|
if (props.readonly || form?.isReadonly.value) return;
|
10681
10697
|
const selectionStart = vTextFieldRef.value.selectionStart;
|
@@ -10803,7 +10819,6 @@ const VAutocomplete = genericComponent()({
|
|
10803
10819
|
'v-autocomplete--selecting-index': selectionIndex.value > -1
|
10804
10820
|
}, props.class],
|
10805
10821
|
"style": props.style,
|
10806
|
-
"appendInnerIcon": props.menuIcon,
|
10807
10822
|
"readonly": props.readonly,
|
10808
10823
|
"placeholder": isDirty ? undefined : props.placeholder,
|
10809
10824
|
"onClick:clear": onClear,
|
@@ -10908,7 +10923,18 @@ const VAutocomplete = genericComponent()({
|
|
10908
10923
|
}, [item.title, props.multiple && index < selections.value.length - 1 && createVNode("span", {
|
10909
10924
|
"class": "v-autocomplete__selection-comma"
|
10910
10925
|
}, [createTextVNode(",")])])]);
|
10911
|
-
})])
|
10926
|
+
})]),
|
10927
|
+
'append-inner': function () {
|
10928
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
10929
|
+
args[_key] = arguments[_key];
|
10930
|
+
}
|
10931
|
+
return createVNode(Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? createVNode(VIcon, {
|
10932
|
+
"class": "v-autocomplete__menu-icon",
|
10933
|
+
"icon": props.menuIcon,
|
10934
|
+
"onMousedown": onMousedownMenuIcon,
|
10935
|
+
"onClick": noop
|
10936
|
+
}, null) : undefined]);
|
10937
|
+
}
|
10912
10938
|
});
|
10913
10939
|
});
|
10914
10940
|
return forwardRefs({
|
@@ -14142,6 +14168,13 @@ const VCombobox = genericComponent()({
|
|
14142
14168
|
if (props.hideNoData && !items.value.length || props.readonly || form?.isReadonly.value) return;
|
14143
14169
|
menu.value = true;
|
14144
14170
|
}
|
14171
|
+
function onMousedownMenuIcon(e) {
|
14172
|
+
if (isFocused.value) {
|
14173
|
+
e.preventDefault();
|
14174
|
+
e.stopPropagation();
|
14175
|
+
}
|
14176
|
+
menu.value = !menu.value;
|
14177
|
+
}
|
14145
14178
|
function onKeydown(e) {
|
14146
14179
|
if (props.readonly || form?.isReadonly.value) return;
|
14147
14180
|
const selectionStart = vTextFieldRef.value.selectionStart;
|
@@ -14265,7 +14298,6 @@ const VCombobox = genericComponent()({
|
|
14265
14298
|
[`v-combobox--${props.multiple ? 'multiple' : 'single'}`]: true
|
14266
14299
|
}, props.class],
|
14267
14300
|
"style": props.style,
|
14268
|
-
"appendInnerIcon": props.items.length ? props.menuIcon : undefined,
|
14269
14301
|
"readonly": props.readonly,
|
14270
14302
|
"placeholder": isDirty ? undefined : props.placeholder,
|
14271
14303
|
"onClick:clear": onClear,
|
@@ -14370,7 +14402,18 @@ const VCombobox = genericComponent()({
|
|
14370
14402
|
}, [item.title, props.multiple && index < selections.value.length - 1 && createVNode("span", {
|
14371
14403
|
"class": "v-combobox__selection-comma"
|
14372
14404
|
}, [createTextVNode(",")])])]);
|
14373
|
-
})])
|
14405
|
+
})]),
|
14406
|
+
'append-inner': function () {
|
14407
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
14408
|
+
args[_key] = arguments[_key];
|
14409
|
+
}
|
14410
|
+
return createVNode(Fragment, null, [slots['append-inner']?.(...args), (!props.hideNoData || props.items.length) && props.menuIcon ? createVNode(VIcon, {
|
14411
|
+
"class": "v-combobox__menu-icon",
|
14412
|
+
"icon": props.menuIcon,
|
14413
|
+
"onMousedown": onMousedownMenuIcon,
|
14414
|
+
"onClick": noop
|
14415
|
+
}, null) : undefined]);
|
14416
|
+
}
|
14374
14417
|
});
|
14375
14418
|
});
|
14376
14419
|
return forwardRefs({
|
@@ -21668,7 +21711,7 @@ function createVuetify$1() {
|
|
21668
21711
|
date
|
21669
21712
|
};
|
21670
21713
|
}
|
21671
|
-
const version$1 = "4.0.0-dev-
|
21714
|
+
const version$1 = "4.0.0-dev-20230515.0";
|
21672
21715
|
createVuetify$1.version = version$1;
|
21673
21716
|
|
21674
21717
|
// Vue's inject() can only be used in setup
|
@@ -21680,7 +21723,7 @@ function inject(key) {
|
|
21680
21723
|
}
|
21681
21724
|
}
|
21682
21725
|
|
21683
|
-
const version = "4.0.0-dev-
|
21726
|
+
const version = "4.0.0-dev-20230515.0";
|
21684
21727
|
|
21685
21728
|
const createVuetify = function () {
|
21686
21729
|
let options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|