@vuetify/nightly 3.2.2-master-20230502.0 → 3.3.0-dev-20230502.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 +7 -2
- package/dist/json/attributes.json +14 -14
- package/dist/json/web-types.json +17 -17
- package/dist/vuetify-labs.css +132 -132
- package/dist/vuetify-labs.d.ts +97 -31
- package/dist/vuetify-labs.esm.js +92 -38
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +92 -38
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +38 -38
- package/dist/vuetify.d.ts +97 -31
- package/dist/vuetify.esm.js +92 -38
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +92 -38
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +753 -748
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.ts +97 -31
- package/lib/components/VColorPicker/util/index.mjs +2 -22
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/index.d.ts +97 -31
- 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/util/colorUtils.mjs +68 -3
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/helpers.mjs +3 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.3.0-dev-20230502.0...v) (2023-05-02)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
# [3.3.0-dev-20230502.0](https://github.com/vuetifyjs/vuetify/compare/v3.2.1...v3.3.0-dev-20230502.0) (2023-05-02)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -21,4 +21,9 @@
|
|
|
21
21
|
* **VSheet:** add missing positions ([875fcd4](https://github.com/vuetifyjs/vuetify/commit/875fcd4aeff40e89cc0890a62c5592dcea72c3be)), closes [#17249](https://github.com/vuetifyjs/vuetify/issues/17249)
|
|
22
22
|
|
|
23
23
|
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **VColorPicker:** accept rgb)(/hsl()/hsv() swatches ([42f7cbd](https://github.com/vuetifyjs/vuetify/commit/42f7cbd4e568bca7bd9076b8f869b3deb412facc)), closes [#8833](https://github.com/vuetifyjs/vuetify/issues/8833)
|
|
27
|
+
|
|
28
|
+
|
|
24
29
|
|
|
@@ -2037,7 +2037,7 @@
|
|
|
2037
2037
|
},
|
|
2038
2038
|
"v-color-picker/width": {
|
|
2039
2039
|
"type": "string | number",
|
|
2040
|
-
"description": "Sets the width
|
|
2040
|
+
"description": "Sets the width for the component."
|
|
2041
2041
|
},
|
|
2042
2042
|
"v-color-picker/elevation": {
|
|
2043
2043
|
"type": "string | number",
|
|
@@ -2068,44 +2068,44 @@
|
|
|
2068
2068
|
"description": "Removes the ability to click or target the component"
|
|
2069
2069
|
},
|
|
2070
2070
|
"v-color-picker/mode": {
|
|
2071
|
-
"type": "
|
|
2072
|
-
"description": "Sets
|
|
2071
|
+
"type": "\"rgb\" | \"rgba\" | \"hsl\" | \"hsla\" | \"hex\" | \"hexa\"",
|
|
2072
|
+
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
|
|
2073
2073
|
},
|
|
2074
2074
|
"v-color-picker/hide-canvas": {
|
|
2075
2075
|
"type": "boolean",
|
|
2076
|
-
"description": "
|
|
2076
|
+
"description": "MISSING DESCRIPTION"
|
|
2077
2077
|
},
|
|
2078
2078
|
"v-color-picker/hide-sliders": {
|
|
2079
2079
|
"type": "boolean",
|
|
2080
|
-
"description": "
|
|
2080
|
+
"description": "MISSING DESCRIPTION"
|
|
2081
2081
|
},
|
|
2082
2082
|
"v-color-picker/hide-inputs": {
|
|
2083
2083
|
"type": "boolean",
|
|
2084
|
-
"description": "
|
|
2084
|
+
"description": "MISSING DESCRIPTION"
|
|
2085
2085
|
},
|
|
2086
2086
|
"v-color-picker/show-swatches": {
|
|
2087
2087
|
"type": "boolean",
|
|
2088
|
-
"description": "
|
|
2088
|
+
"description": "MISSING DESCRIPTION"
|
|
2089
2089
|
},
|
|
2090
2090
|
"v-color-picker/canvas-height": {
|
|
2091
2091
|
"type": "string | number",
|
|
2092
|
-
"description": "
|
|
2092
|
+
"description": "MISSING DESCRIPTION"
|
|
2093
2093
|
},
|
|
2094
2094
|
"v-color-picker/dot-size": {
|
|
2095
2095
|
"type": "string | number",
|
|
2096
|
-
"description": "
|
|
2096
|
+
"description": "MISSING DESCRIPTION"
|
|
2097
2097
|
},
|
|
2098
2098
|
"v-color-picker/modes": {
|
|
2099
|
-
"type": "
|
|
2100
|
-
"description": "MISSING DESCRIPTION
|
|
2099
|
+
"type": "(\"rgb\" | \"rgba\" | \"hsl\" | \"hsla\" | \"hex\" | \"hexa\")[]",
|
|
2100
|
+
"description": "MISSING DESCRIPTION"
|
|
2101
2101
|
},
|
|
2102
2102
|
"v-color-picker/swatches-max-height": {
|
|
2103
2103
|
"type": "string | number",
|
|
2104
|
-
"description": "
|
|
2104
|
+
"description": "MISSING DESCRIPTION"
|
|
2105
2105
|
},
|
|
2106
2106
|
"v-color-picker/swatches": {
|
|
2107
|
-
"type": "string[][]",
|
|
2108
|
-
"description": "
|
|
2107
|
+
"type": "(string | number | HSV | RGB | HSL)[][]",
|
|
2108
|
+
"description": "MISSING DESCRIPTION"
|
|
2109
2109
|
},
|
|
2110
2110
|
"v-combobox/flat": {
|
|
2111
2111
|
"type": "boolean",
|
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.3.0-dev-20230502.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -6869,7 +6869,7 @@
|
|
|
6869
6869
|
},
|
|
6870
6870
|
{
|
|
6871
6871
|
"name": "width",
|
|
6872
|
-
"description": "Sets the width
|
|
6872
|
+
"description": "Sets the width for the component.",
|
|
6873
6873
|
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6874
6874
|
"default": "300",
|
|
6875
6875
|
"value": {
|
|
@@ -6946,17 +6946,17 @@
|
|
|
6946
6946
|
},
|
|
6947
6947
|
{
|
|
6948
6948
|
"name": "mode",
|
|
6949
|
-
"description": "Sets
|
|
6949
|
+
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
|
|
6950
6950
|
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6951
6951
|
"default": "'rgba'",
|
|
6952
6952
|
"value": {
|
|
6953
6953
|
"kind": "expression",
|
|
6954
|
-
"type": "
|
|
6954
|
+
"type": "\"rgb\" | \"rgba\" | \"hsl\" | \"hsla\" | \"hex\" | \"hexa\""
|
|
6955
6955
|
}
|
|
6956
6956
|
},
|
|
6957
6957
|
{
|
|
6958
6958
|
"name": "hideCanvas",
|
|
6959
|
-
"description": "
|
|
6959
|
+
"description": "MISSING DESCRIPTION",
|
|
6960
6960
|
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6961
6961
|
"default": "false",
|
|
6962
6962
|
"value": {
|
|
@@ -6967,7 +6967,7 @@
|
|
|
6967
6967
|
},
|
|
6968
6968
|
{
|
|
6969
6969
|
"name": "hideSliders",
|
|
6970
|
-
"description": "
|
|
6970
|
+
"description": "MISSING DESCRIPTION",
|
|
6971
6971
|
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6972
6972
|
"default": "false",
|
|
6973
6973
|
"value": {
|
|
@@ -6978,7 +6978,7 @@
|
|
|
6978
6978
|
},
|
|
6979
6979
|
{
|
|
6980
6980
|
"name": "hideInputs",
|
|
6981
|
-
"description": "
|
|
6981
|
+
"description": "MISSING DESCRIPTION",
|
|
6982
6982
|
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6983
6983
|
"default": "false",
|
|
6984
6984
|
"value": {
|
|
@@ -6989,7 +6989,7 @@
|
|
|
6989
6989
|
},
|
|
6990
6990
|
{
|
|
6991
6991
|
"name": "showSwatches",
|
|
6992
|
-
"description": "
|
|
6992
|
+
"description": "MISSING DESCRIPTION",
|
|
6993
6993
|
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6994
6994
|
"default": "false",
|
|
6995
6995
|
"value": {
|
|
@@ -7000,7 +7000,7 @@
|
|
|
7000
7000
|
},
|
|
7001
7001
|
{
|
|
7002
7002
|
"name": "canvasHeight",
|
|
7003
|
-
"description": "
|
|
7003
|
+
"description": "MISSING DESCRIPTION",
|
|
7004
7004
|
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
7005
7005
|
"default": "150",
|
|
7006
7006
|
"value": {
|
|
@@ -7010,7 +7010,7 @@
|
|
|
7010
7010
|
},
|
|
7011
7011
|
{
|
|
7012
7012
|
"name": "dotSize",
|
|
7013
|
-
"description": "
|
|
7013
|
+
"description": "MISSING DESCRIPTION",
|
|
7014
7014
|
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
7015
7015
|
"default": "10",
|
|
7016
7016
|
"value": {
|
|
@@ -7020,17 +7020,17 @@
|
|
|
7020
7020
|
},
|
|
7021
7021
|
{
|
|
7022
7022
|
"name": "modes",
|
|
7023
|
-
"description": "MISSING DESCRIPTION
|
|
7023
|
+
"description": "MISSING DESCRIPTION",
|
|
7024
7024
|
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
7025
7025
|
"default": "['rgb', 'rgba', 'hsl', 'hsla', 'hex', 'hexa']",
|
|
7026
7026
|
"value": {
|
|
7027
7027
|
"kind": "expression",
|
|
7028
|
-
"type": "
|
|
7028
|
+
"type": "(\"rgb\" | \"rgba\" | \"hsl\" | \"hsla\" | \"hex\" | \"hexa\")[]"
|
|
7029
7029
|
}
|
|
7030
7030
|
},
|
|
7031
7031
|
{
|
|
7032
7032
|
"name": "swatchesMaxHeight",
|
|
7033
|
-
"description": "
|
|
7033
|
+
"description": "MISSING DESCRIPTION",
|
|
7034
7034
|
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
7035
7035
|
"default": "150",
|
|
7036
7036
|
"value": {
|
|
@@ -7040,11 +7040,11 @@
|
|
|
7040
7040
|
},
|
|
7041
7041
|
{
|
|
7042
7042
|
"name": "swatches",
|
|
7043
|
-
"description": "
|
|
7043
|
+
"description": "MISSING DESCRIPTION",
|
|
7044
7044
|
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
7045
7045
|
"value": {
|
|
7046
7046
|
"kind": "expression",
|
|
7047
|
-
"type": "string[][]"
|
|
7047
|
+
"type": "(string | number | HSV | RGB | HSL)[][]"
|
|
7048
7048
|
}
|
|
7049
7049
|
}
|
|
7050
7050
|
],
|
|
@@ -7062,12 +7062,12 @@
|
|
|
7062
7062
|
},
|
|
7063
7063
|
{
|
|
7064
7064
|
"name": "update:mode",
|
|
7065
|
-
"description": "
|
|
7065
|
+
"description": "MISSING DESCRIPTION",
|
|
7066
7066
|
"doc-url": "https://vuetifyjs.com/api/v-color-picker#events",
|
|
7067
7067
|
"arguments": [
|
|
7068
7068
|
{
|
|
7069
7069
|
"name": "argument",
|
|
7070
|
-
"type": "[
|
|
7070
|
+
"type": "[(\"rgb\" | \"rgba\" | \"hsl\" | \"hsla\" | \"hex\" | \"hexa\")]"
|
|
7071
7071
|
}
|
|
7072
7072
|
]
|
|
7073
7073
|
}
|
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.
|
|
2
|
+
* Vuetify v3.3.0-dev-20230502.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16692,77 +16692,6 @@ html.overflow-y-hidden {
|
|
|
16692
16692
|
.v-autocomplete--selection-slot.v-text-field input {
|
|
16693
16693
|
position: relative;
|
|
16694
16694
|
padding-inline-start: 0;
|
|
16695
|
-
}.v-badge {
|
|
16696
|
-
display: inline-block;
|
|
16697
|
-
line-height: 1;
|
|
16698
|
-
}
|
|
16699
|
-
|
|
16700
|
-
.v-badge__badge {
|
|
16701
|
-
align-items: center;
|
|
16702
|
-
display: inline-flex;
|
|
16703
|
-
border-radius: 10px;
|
|
16704
|
-
font-size: 0.75rem;
|
|
16705
|
-
font-weight: 500;
|
|
16706
|
-
height: 1.25rem;
|
|
16707
|
-
justify-content: center;
|
|
16708
|
-
min-width: 20px;
|
|
16709
|
-
padding: 4px 6px;
|
|
16710
|
-
pointer-events: auto;
|
|
16711
|
-
position: absolute;
|
|
16712
|
-
text-align: center;
|
|
16713
|
-
text-indent: 0;
|
|
16714
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
16715
|
-
white-space: nowrap;
|
|
16716
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
16717
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
16718
|
-
}
|
|
16719
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
16720
|
-
border-radius: inherit;
|
|
16721
|
-
border-style: solid;
|
|
16722
|
-
border-width: 2px;
|
|
16723
|
-
bottom: 0;
|
|
16724
|
-
color: rgb(var(--v-theme-background));
|
|
16725
|
-
content: "";
|
|
16726
|
-
left: 0;
|
|
16727
|
-
position: absolute;
|
|
16728
|
-
right: 0;
|
|
16729
|
-
top: 0;
|
|
16730
|
-
transform: scale(1.2);
|
|
16731
|
-
}
|
|
16732
|
-
.v-badge--dot .v-badge__badge {
|
|
16733
|
-
border-radius: 4.5px;
|
|
16734
|
-
height: 9px;
|
|
16735
|
-
min-width: 0;
|
|
16736
|
-
padding: 0;
|
|
16737
|
-
width: 9px;
|
|
16738
|
-
}
|
|
16739
|
-
.v-badge--dot .v-badge__badge::after {
|
|
16740
|
-
border-width: 1.5px;
|
|
16741
|
-
}
|
|
16742
|
-
.v-badge--inline .v-badge__badge {
|
|
16743
|
-
position: relative;
|
|
16744
|
-
vertical-align: middle;
|
|
16745
|
-
}
|
|
16746
|
-
.v-badge__badge .v-icon {
|
|
16747
|
-
color: inherit;
|
|
16748
|
-
font-size: 0.75rem;
|
|
16749
|
-
margin: 0 -2px;
|
|
16750
|
-
}
|
|
16751
|
-
.v-badge__badge img,
|
|
16752
|
-
.v-badge__badge .v-img {
|
|
16753
|
-
height: 100%;
|
|
16754
|
-
width: 100%;
|
|
16755
|
-
}
|
|
16756
|
-
|
|
16757
|
-
.v-badge__wrapper {
|
|
16758
|
-
display: flex;
|
|
16759
|
-
position: relative;
|
|
16760
|
-
}
|
|
16761
|
-
.v-badge--inline .v-badge__wrapper {
|
|
16762
|
-
align-items: center;
|
|
16763
|
-
display: inline-flex;
|
|
16764
|
-
justify-content: center;
|
|
16765
|
-
margin: 0 4px;
|
|
16766
16695
|
}.v-avatar {
|
|
16767
16696
|
flex: none;
|
|
16768
16697
|
align-items: center;
|
|
@@ -16850,6 +16779,77 @@ html.overflow-y-hidden {
|
|
|
16850
16779
|
.v-avatar .v-img {
|
|
16851
16780
|
height: 100%;
|
|
16852
16781
|
width: 100%;
|
|
16782
|
+
}.v-badge {
|
|
16783
|
+
display: inline-block;
|
|
16784
|
+
line-height: 1;
|
|
16785
|
+
}
|
|
16786
|
+
|
|
16787
|
+
.v-badge__badge {
|
|
16788
|
+
align-items: center;
|
|
16789
|
+
display: inline-flex;
|
|
16790
|
+
border-radius: 10px;
|
|
16791
|
+
font-size: 0.75rem;
|
|
16792
|
+
font-weight: 500;
|
|
16793
|
+
height: 1.25rem;
|
|
16794
|
+
justify-content: center;
|
|
16795
|
+
min-width: 20px;
|
|
16796
|
+
padding: 4px 6px;
|
|
16797
|
+
pointer-events: auto;
|
|
16798
|
+
position: absolute;
|
|
16799
|
+
text-align: center;
|
|
16800
|
+
text-indent: 0;
|
|
16801
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
16802
|
+
white-space: nowrap;
|
|
16803
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
16804
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
16805
|
+
}
|
|
16806
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
16807
|
+
border-radius: inherit;
|
|
16808
|
+
border-style: solid;
|
|
16809
|
+
border-width: 2px;
|
|
16810
|
+
bottom: 0;
|
|
16811
|
+
color: rgb(var(--v-theme-background));
|
|
16812
|
+
content: "";
|
|
16813
|
+
left: 0;
|
|
16814
|
+
position: absolute;
|
|
16815
|
+
right: 0;
|
|
16816
|
+
top: 0;
|
|
16817
|
+
transform: scale(1.2);
|
|
16818
|
+
}
|
|
16819
|
+
.v-badge--dot .v-badge__badge {
|
|
16820
|
+
border-radius: 4.5px;
|
|
16821
|
+
height: 9px;
|
|
16822
|
+
min-width: 0;
|
|
16823
|
+
padding: 0;
|
|
16824
|
+
width: 9px;
|
|
16825
|
+
}
|
|
16826
|
+
.v-badge--dot .v-badge__badge::after {
|
|
16827
|
+
border-width: 1.5px;
|
|
16828
|
+
}
|
|
16829
|
+
.v-badge--inline .v-badge__badge {
|
|
16830
|
+
position: relative;
|
|
16831
|
+
vertical-align: middle;
|
|
16832
|
+
}
|
|
16833
|
+
.v-badge__badge .v-icon {
|
|
16834
|
+
color: inherit;
|
|
16835
|
+
font-size: 0.75rem;
|
|
16836
|
+
margin: 0 -2px;
|
|
16837
|
+
}
|
|
16838
|
+
.v-badge__badge img,
|
|
16839
|
+
.v-badge__badge .v-img {
|
|
16840
|
+
height: 100%;
|
|
16841
|
+
width: 100%;
|
|
16842
|
+
}
|
|
16843
|
+
|
|
16844
|
+
.v-badge__wrapper {
|
|
16845
|
+
display: flex;
|
|
16846
|
+
position: relative;
|
|
16847
|
+
}
|
|
16848
|
+
.v-badge--inline .v-badge__wrapper {
|
|
16849
|
+
align-items: center;
|
|
16850
|
+
display: inline-flex;
|
|
16851
|
+
justify-content: center;
|
|
16852
|
+
margin: 0 4px;
|
|
16853
16853
|
}.v-banner {
|
|
16854
16854
|
display: grid;
|
|
16855
16855
|
flex: 1 1;
|
|
@@ -17935,24 +17935,6 @@ html.overflow-y-hidden {
|
|
|
17935
17935
|
width: 50px;
|
|
17936
17936
|
}.v-checkbox .v-selection-control {
|
|
17937
17937
|
min-height: var(--v-input-control-height);
|
|
17938
|
-
}.v-chip-group {
|
|
17939
|
-
display: flex;
|
|
17940
|
-
max-width: 100%;
|
|
17941
|
-
min-width: 0;
|
|
17942
|
-
overflow-x: auto;
|
|
17943
|
-
padding: 4px 0;
|
|
17944
|
-
flex-wrap: wrap;
|
|
17945
|
-
}
|
|
17946
|
-
.v-chip-group .v-chip {
|
|
17947
|
-
margin: 4px 8px 4px 0;
|
|
17948
|
-
}
|
|
17949
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
17950
|
-
opacity: var(--v-activated-opacity);
|
|
17951
|
-
}
|
|
17952
|
-
|
|
17953
|
-
.v-chip-group--column {
|
|
17954
|
-
flex-wrap: wrap;
|
|
17955
|
-
white-space: normal;
|
|
17956
17938
|
}.v-chip {
|
|
17957
17939
|
align-items: center;
|
|
17958
17940
|
cursor: default;
|
|
@@ -18352,6 +18334,24 @@ html.overflow-y-hidden {
|
|
|
18352
18334
|
|
|
18353
18335
|
.v-chip--label {
|
|
18354
18336
|
border-radius: 4px;
|
|
18337
|
+
}.v-chip-group {
|
|
18338
|
+
display: flex;
|
|
18339
|
+
max-width: 100%;
|
|
18340
|
+
min-width: 0;
|
|
18341
|
+
overflow-x: auto;
|
|
18342
|
+
padding: 4px 0;
|
|
18343
|
+
flex-wrap: wrap;
|
|
18344
|
+
}
|
|
18345
|
+
.v-chip-group .v-chip {
|
|
18346
|
+
margin: 4px 8px 4px 0;
|
|
18347
|
+
}
|
|
18348
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
18349
|
+
opacity: var(--v-activated-opacity);
|
|
18350
|
+
}
|
|
18351
|
+
|
|
18352
|
+
.v-chip-group--column {
|
|
18353
|
+
flex-wrap: wrap;
|
|
18354
|
+
white-space: normal;
|
|
18355
18355
|
}.v-color-picker {
|
|
18356
18356
|
align-self: flex-start;
|
|
18357
18357
|
contain: content;
|
|
@@ -20901,6 +20901,34 @@ textarea.v-field__input::placeholder {
|
|
|
20901
20901
|
opacity: 0;
|
|
20902
20902
|
}.v-locale-provider {
|
|
20903
20903
|
display: contents;
|
|
20904
|
+
}.v-main {
|
|
20905
|
+
flex: 1 0 auto;
|
|
20906
|
+
max-width: 100%;
|
|
20907
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20908
|
+
padding-left: var(--v-layout-left);
|
|
20909
|
+
padding-right: var(--v-layout-right);
|
|
20910
|
+
padding-top: var(--v-layout-top);
|
|
20911
|
+
padding-bottom: var(--v-layout-bottom);
|
|
20912
|
+
}
|
|
20913
|
+
.v-main__scroller {
|
|
20914
|
+
max-width: 100%;
|
|
20915
|
+
position: relative;
|
|
20916
|
+
}
|
|
20917
|
+
.v-main--scrollable {
|
|
20918
|
+
display: flex;
|
|
20919
|
+
position: absolute;
|
|
20920
|
+
top: 0;
|
|
20921
|
+
left: 0;
|
|
20922
|
+
width: 100%;
|
|
20923
|
+
height: 100%;
|
|
20924
|
+
}
|
|
20925
|
+
.v-main--scrollable > .v-main__scroller {
|
|
20926
|
+
flex: 1 1 auto;
|
|
20927
|
+
overflow-y: auto;
|
|
20928
|
+
--v-layout-left: 0px;
|
|
20929
|
+
--v-layout-right: 0px;
|
|
20930
|
+
--v-layout-top: 0px;
|
|
20931
|
+
--v-layout-bottom: 0px;
|
|
20904
20932
|
}.v-menu > .v-overlay__content {
|
|
20905
20933
|
display: flex;
|
|
20906
20934
|
flex-direction: column;
|
|
@@ -20930,34 +20958,6 @@ textarea.v-field__input::placeholder {
|
|
|
20930
20958
|
-webkit-hyphens: auto;
|
|
20931
20959
|
hyphens: auto;
|
|
20932
20960
|
transition-duration: 150ms;
|
|
20933
|
-
}.v-main {
|
|
20934
|
-
flex: 1 0 auto;
|
|
20935
|
-
max-width: 100%;
|
|
20936
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20937
|
-
padding-left: var(--v-layout-left);
|
|
20938
|
-
padding-right: var(--v-layout-right);
|
|
20939
|
-
padding-top: var(--v-layout-top);
|
|
20940
|
-
padding-bottom: var(--v-layout-bottom);
|
|
20941
|
-
}
|
|
20942
|
-
.v-main__scroller {
|
|
20943
|
-
max-width: 100%;
|
|
20944
|
-
position: relative;
|
|
20945
|
-
}
|
|
20946
|
-
.v-main--scrollable {
|
|
20947
|
-
display: flex;
|
|
20948
|
-
position: absolute;
|
|
20949
|
-
top: 0;
|
|
20950
|
-
left: 0;
|
|
20951
|
-
width: 100%;
|
|
20952
|
-
height: 100%;
|
|
20953
|
-
}
|
|
20954
|
-
.v-main--scrollable > .v-main__scroller {
|
|
20955
|
-
flex: 1 1 auto;
|
|
20956
|
-
overflow-y: auto;
|
|
20957
|
-
--v-layout-left: 0px;
|
|
20958
|
-
--v-layout-right: 0px;
|
|
20959
|
-
--v-layout-top: 0px;
|
|
20960
|
-
--v-layout-bottom: 0px;
|
|
20961
20961
|
}.v-navigation-drawer {
|
|
20962
20962
|
-webkit-overflow-scrolling: touch;
|
|
20963
20963
|
background: rgb(var(--v-theme-surface));
|
|
@@ -21118,6 +21118,12 @@ html.v-overlay-scroll-blocked {
|
|
|
21118
21118
|
}
|
|
21119
21119
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
21120
21120
|
margin: 0.3rem;
|
|
21121
|
+
}.v-parallax {
|
|
21122
|
+
position: relative;
|
|
21123
|
+
overflow: hidden;
|
|
21124
|
+
}
|
|
21125
|
+
.v-parallax--active > .v-img__img {
|
|
21126
|
+
will-change: transform;
|
|
21121
21127
|
}.v-progress-circular {
|
|
21122
21128
|
align-items: center;
|
|
21123
21129
|
display: inline-flex;
|
|
@@ -21220,12 +21226,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21220
21226
|
100% {
|
|
21221
21227
|
transform: rotate(270deg);
|
|
21222
21228
|
}
|
|
21223
|
-
}.v-parallax {
|
|
21224
|
-
position: relative;
|
|
21225
|
-
overflow: hidden;
|
|
21226
|
-
}
|
|
21227
|
-
.v-parallax--active > .v-img__img {
|
|
21228
|
-
will-change: transform;
|
|
21229
21229
|
}.v-progress-linear {
|
|
21230
21230
|
background: transparent;
|
|
21231
21231
|
overflow: hidden;
|
|
@@ -21440,6 +21440,14 @@ html.v-overlay-scroll-blocked {
|
|
|
21440
21440
|
0% {
|
|
21441
21441
|
background-position-x: var(--v-progress-linear-height);
|
|
21442
21442
|
}
|
|
21443
|
+
}.v-radio-group > .v-input__control {
|
|
21444
|
+
flex-direction: column;
|
|
21445
|
+
}
|
|
21446
|
+
.v-radio-group > .v-input__control > .v-label {
|
|
21447
|
+
margin-inline-start: 8px;
|
|
21448
|
+
}
|
|
21449
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
21450
|
+
margin-top: 8px;
|
|
21443
21451
|
}.v-slider .v-slider__container input {
|
|
21444
21452
|
cursor: default;
|
|
21445
21453
|
padding: 0;
|
|
@@ -23054,14 +23062,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23054
23062
|
}
|
|
23055
23063
|
.v-window-y-reverse-transition-leave-to {
|
|
23056
23064
|
transform: translateY(100%);
|
|
23057
|
-
}.v-radio-group > .v-input__control {
|
|
23058
|
-
flex-direction: column;
|
|
23059
|
-
}
|
|
23060
|
-
.v-radio-group > .v-input__control > .v-label {
|
|
23061
|
-
margin-inline-start: 8px;
|
|
23062
|
-
}
|
|
23063
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
23064
|
-
margin-top: 8px;
|
|
23065
23065
|
}.v-color-picker-canvas {
|
|
23066
23066
|
display: flex;
|
|
23067
23067
|
position: relative;
|