@touchvue/ui 1.0.0-beta.58 → 1.0.0-beta.59
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/es/components/calendar/src/calendar.d.ts +4 -0
- package/es/components/calendar/src/calendar.vue.d.ts +9 -0
- package/es/components/checkboxes/src/Checkboxes.vue.d.ts +2 -0
- package/es/components/ellipsis/index.d.ts +15 -0
- package/es/components/ellipsis/src/Ellipsis.vue.d.ts +9 -0
- package/es/components/grid/src/grid-item.vue.d.ts +2 -0
- package/es/components/timeline/src/timeline.d.ts +1 -1
- package/es/components/timeline/src/timeline.vue.d.ts +1 -1
- package/es/packages/components/box/src/box.vue2.mjs +39 -1
- package/es/packages/components/box/src/box.vue2.mjs.map +1 -1
- package/es/packages/components/button/src/button.mjs +1 -1
- package/es/packages/components/button/src/button.mjs.map +1 -1
- package/es/packages/components/button/src/button.vue2.mjs +60 -20
- package/es/packages/components/button/src/button.vue2.mjs.map +1 -1
- package/es/packages/components/calendar/src/calendar.mjs +4 -0
- package/es/packages/components/calendar/src/calendar.mjs.map +1 -1
- package/es/packages/components/calendar/src/calendar.vue2.mjs +4 -0
- package/es/packages/components/calendar/src/calendar.vue2.mjs.map +1 -1
- package/es/packages/components/center-scroll/src/center-scroll.mjs +1 -1
- package/es/packages/components/center-scroll/src/center-scroll.mjs.map +1 -1
- package/es/packages/components/checkboxes/src/Checkboxes.vue2.mjs +8 -4
- package/es/packages/components/checkboxes/src/Checkboxes.vue2.mjs.map +1 -1
- package/es/packages/components/datepicker/src/DatePicker.vue2.mjs +1 -1
- package/es/packages/components/datepicker/src/DatePicker.vue2.mjs.map +1 -1
- package/es/packages/components/dialog/src/dialog.mjs +1 -1
- package/es/packages/components/dialog/src/dialog.mjs.map +1 -1
- package/es/packages/components/ellipsis/src/Ellipsis.vue2.mjs +4 -0
- package/es/packages/components/ellipsis/src/Ellipsis.vue2.mjs.map +1 -1
- package/es/packages/components/float/src/float.mjs +1 -1
- package/es/packages/components/float/src/float.mjs.map +1 -1
- package/es/packages/components/form/src/form.vue2.mjs +1 -1
- package/es/packages/components/form/src/form.vue2.mjs.map +1 -1
- package/es/packages/components/grid/src/grid-item.vue2.mjs +11 -4
- package/es/packages/components/grid/src/grid-item.vue2.mjs.map +1 -1
- package/es/packages/components/guider/src/guider.vue2.mjs +1 -1
- package/es/packages/components/guider/src/guider.vue2.mjs.map +1 -1
- package/es/packages/components/header/src/header.vue2.mjs.map +1 -1
- package/es/packages/components/input/src/input.vue2.mjs +6 -4
- package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
- package/es/packages/components/padding/src/padding.vue2.mjs +1 -1
- package/es/packages/components/padding/src/padding.vue2.mjs.map +1 -1
- package/es/packages/components/page/src/page.vue2.mjs +6 -6
- package/es/packages/components/page/src/page.vue2.mjs.map +1 -1
- package/es/packages/components/param/src/param.mjs +1 -1
- package/es/packages/components/param/src/param.mjs.map +1 -1
- package/es/packages/components/rate/src/rate.vue2.mjs +1 -1
- package/es/packages/components/rate/src/rate.vue2.mjs.map +1 -1
- package/es/packages/components/scroll/src/scroll.mjs +1 -1
- package/es/packages/components/scroll/src/scroll.mjs.map +1 -1
- package/es/packages/components/tab/src/tab.vue2.mjs +3 -0
- package/es/packages/components/tab/src/tab.vue2.mjs.map +1 -1
- package/es/packages/components/tag/src/tag.vue2.mjs +39 -1
- package/es/packages/components/tag/src/tag.vue2.mjs.map +1 -1
- package/es/packages/components/text/src/text.vue2.mjs +14 -3
- package/es/packages/components/text/src/text.vue2.mjs.map +1 -1
- package/es/packages/components/timeline/src/timeline.vue.mjs.map +1 -1
- package/es/packages/components/timeline/src/timeline.vue2.mjs +1 -1
- package/es/packages/components/timeline/src/timeline.vue2.mjs.map +1 -1
- package/es/packages/components/tip/index.mjs +1 -1
- package/es/packages/components/tip/index.mjs.map +1 -1
- package/es/packages/components/tooltip/src/tooltip.mjs +1 -1
- package/es/packages/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/utils/constants/base.d.ts +1 -1
- package/lib/components/calendar/src/calendar.d.ts +4 -0
- package/lib/components/calendar/src/calendar.vue.d.ts +9 -0
- package/lib/components/checkboxes/src/Checkboxes.vue.d.ts +2 -0
- package/lib/components/ellipsis/index.d.ts +15 -0
- package/lib/components/ellipsis/src/Ellipsis.vue.d.ts +9 -0
- package/lib/components/grid/src/grid-item.vue.d.ts +2 -0
- package/lib/components/timeline/src/timeline.d.ts +1 -1
- package/lib/components/timeline/src/timeline.vue.d.ts +1 -1
- package/lib/packages/components/box/src/box.vue2.js +38 -0
- package/lib/packages/components/box/src/box.vue2.js.map +1 -1
- package/lib/packages/components/button/src/button.js +1 -1
- package/lib/packages/components/button/src/button.js.map +1 -1
- package/lib/packages/components/button/src/button.vue2.js +59 -19
- package/lib/packages/components/button/src/button.vue2.js.map +1 -1
- package/lib/packages/components/calendar/src/calendar.js +4 -0
- package/lib/packages/components/calendar/src/calendar.js.map +1 -1
- package/lib/packages/components/calendar/src/calendar.vue2.js +4 -0
- package/lib/packages/components/calendar/src/calendar.vue2.js.map +1 -1
- package/lib/packages/components/center-scroll/src/center-scroll.js +1 -1
- package/lib/packages/components/center-scroll/src/center-scroll.js.map +1 -1
- package/lib/packages/components/checkboxes/src/Checkboxes.vue2.js +7 -3
- package/lib/packages/components/checkboxes/src/Checkboxes.vue2.js.map +1 -1
- package/lib/packages/components/datepicker/src/DatePicker.vue2.js +1 -1
- package/lib/packages/components/datepicker/src/DatePicker.vue2.js.map +1 -1
- package/lib/packages/components/dialog/src/dialog.js +1 -1
- package/lib/packages/components/dialog/src/dialog.js.map +1 -1
- package/lib/packages/components/ellipsis/src/Ellipsis.vue2.js +4 -0
- package/lib/packages/components/ellipsis/src/Ellipsis.vue2.js.map +1 -1
- package/lib/packages/components/float/src/float.js +1 -1
- package/lib/packages/components/float/src/float.js.map +1 -1
- package/lib/packages/components/form/src/form.vue2.js +1 -1
- package/lib/packages/components/form/src/form.vue2.js.map +1 -1
- package/lib/packages/components/grid/src/grid-item.vue2.js +10 -3
- package/lib/packages/components/grid/src/grid-item.vue2.js.map +1 -1
- package/lib/packages/components/guider/src/guider.vue2.js +1 -1
- package/lib/packages/components/guider/src/guider.vue2.js.map +1 -1
- package/lib/packages/components/header/src/header.vue2.js.map +1 -1
- package/lib/packages/components/input/src/input.vue2.js +6 -4
- package/lib/packages/components/input/src/input.vue2.js.map +1 -1
- package/lib/packages/components/padding/src/padding.vue2.js +1 -1
- package/lib/packages/components/padding/src/padding.vue2.js.map +1 -1
- package/lib/packages/components/page/src/page.vue2.js +5 -5
- package/lib/packages/components/page/src/page.vue2.js.map +1 -1
- package/lib/packages/components/param/src/param.js +1 -1
- package/lib/packages/components/param/src/param.js.map +1 -1
- package/lib/packages/components/rate/src/rate.vue2.js +1 -1
- package/lib/packages/components/rate/src/rate.vue2.js.map +1 -1
- package/lib/packages/components/scroll/src/scroll.js +1 -1
- package/lib/packages/components/scroll/src/scroll.js.map +1 -1
- package/lib/packages/components/tab/src/tab.vue2.js +3 -0
- package/lib/packages/components/tab/src/tab.vue2.js.map +1 -1
- package/lib/packages/components/tag/src/tag.vue2.js +38 -0
- package/lib/packages/components/tag/src/tag.vue2.js.map +1 -1
- package/lib/packages/components/text/src/text.vue2.js +13 -2
- package/lib/packages/components/text/src/text.vue2.js.map +1 -1
- package/lib/packages/components/timeline/src/timeline.vue.js.map +1 -1
- package/lib/packages/components/timeline/src/timeline.vue2.js +1 -1
- package/lib/packages/components/timeline/src/timeline.vue2.js.map +1 -1
- package/lib/packages/components/tip/index.js +1 -1
- package/lib/packages/components/tip/index.js.map +1 -1
- package/lib/packages/components/tooltip/src/tooltip.js +1 -1
- package/lib/packages/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/utils/constants/base.d.ts +1 -1
- package/package.json +1 -1
- package/theme/components/index.css +293 -39
- package/theme/index.css +293 -39
- package/theme/skin/default.css +293 -39
package/theme/index.css
CHANGED
|
@@ -785,10 +785,10 @@ html body .height-full {
|
|
|
785
785
|
.to-grid:not(.is-wrap) {
|
|
786
786
|
white-space: nowrap;
|
|
787
787
|
}
|
|
788
|
-
.to-grid:not(.dir-v):not(.col-1) >
|
|
788
|
+
.to-grid:not(.dir-v):not(.col-1) > *:not(.to-grid) {
|
|
789
789
|
position: relative;
|
|
790
790
|
}
|
|
791
|
-
.to-grid:not(.dir-v):not(.col-1) >
|
|
791
|
+
.to-grid:not(.dir-v):not(.col-1) > *:not(.to-grid)::after {
|
|
792
792
|
content: '';
|
|
793
793
|
position: absolute;
|
|
794
794
|
transform: translateY(-50%);
|
|
@@ -798,15 +798,15 @@ html body .height-full {
|
|
|
798
798
|
border-left: var(--divider);
|
|
799
799
|
z-index: 2;
|
|
800
800
|
}
|
|
801
|
-
.to-grid:not(.dir-v):not(.col-1) > *:last-child::after {
|
|
801
|
+
.to-grid:not(.dir-v):not(.col-1) > *:not(.to-grid):last-child::after {
|
|
802
802
|
display: none;
|
|
803
803
|
}
|
|
804
|
-
.to-grid.dir-v >
|
|
805
|
-
.to-grid.col-1 >
|
|
804
|
+
.to-grid.dir-v > *:not(.to-grid),
|
|
805
|
+
.to-grid.col-1 > *:not(.to-grid) {
|
|
806
806
|
position: relative;
|
|
807
807
|
}
|
|
808
|
-
.to-grid.dir-v >
|
|
809
|
-
.to-grid.col-1 >
|
|
808
|
+
.to-grid.dir-v > *:not(.to-grid)::after,
|
|
809
|
+
.to-grid.col-1 > *:not(.to-grid)::after {
|
|
810
810
|
content: '';
|
|
811
811
|
position: absolute;
|
|
812
812
|
transform: translateX(-50%);
|
|
@@ -816,13 +816,28 @@ html body .height-full {
|
|
|
816
816
|
border-top: var(--divider);
|
|
817
817
|
z-index: 2;
|
|
818
818
|
}
|
|
819
|
-
.to-grid.dir-v > *:last-child::after,
|
|
820
|
-
.to-grid.col-1 > *:last-child::after {
|
|
819
|
+
.to-grid.dir-v > *:not(.to-grid):last-child::after,
|
|
820
|
+
.to-grid.col-1 > *:not(.to-grid):last-child::after {
|
|
821
821
|
display: none;
|
|
822
822
|
}
|
|
823
823
|
.to-grid-item {
|
|
824
824
|
box-sizing: border-box;
|
|
825
825
|
}
|
|
826
|
+
.to-grid-item.align-top {
|
|
827
|
+
align-self: flex-start;
|
|
828
|
+
}
|
|
829
|
+
.to-grid-item.align-center {
|
|
830
|
+
align-self: center;
|
|
831
|
+
}
|
|
832
|
+
.to-grid-item.align-bottom {
|
|
833
|
+
align-self: flex-end;
|
|
834
|
+
}
|
|
835
|
+
.to-grid-item.align-stretch {
|
|
836
|
+
align-self: stretch;
|
|
837
|
+
}
|
|
838
|
+
.to-grid-item.align-baseline {
|
|
839
|
+
align-self: baseline;
|
|
840
|
+
}
|
|
826
841
|
.to-grid.height-full:not(.dir-v) > .to-grid-item {
|
|
827
842
|
height: 100%;
|
|
828
843
|
}
|
|
@@ -1891,6 +1906,13 @@ html body .height-full {
|
|
|
1891
1906
|
--active-bg: #ababab;
|
|
1892
1907
|
--active-color: var(--color);
|
|
1893
1908
|
--active-border: var(--border);
|
|
1909
|
+
--gd-border-start: transparent;
|
|
1910
|
+
--gd-border-end: transparent;
|
|
1911
|
+
--gd-border-deg: 90deg;
|
|
1912
|
+
--hover-gd-border-start: var(--gd-border-start);
|
|
1913
|
+
--hover-gd-border-end: var(--gd-border-end);
|
|
1914
|
+
--active-gd-border-start: var(--gd-border-start);
|
|
1915
|
+
--active-gd-border-end: var(--gd-border-end);
|
|
1894
1916
|
}
|
|
1895
1917
|
.to-tag {
|
|
1896
1918
|
display: inline-flex;
|
|
@@ -1913,6 +1935,35 @@ html body .height-full {
|
|
|
1913
1935
|
align-items: center;
|
|
1914
1936
|
box-sizing: border-box;
|
|
1915
1937
|
vertical-align: top;
|
|
1938
|
+
position: relative;
|
|
1939
|
+
}
|
|
1940
|
+
.to-tag-wrapper::after {
|
|
1941
|
+
border: var(--border);
|
|
1942
|
+
border-radius: var(--radius);
|
|
1943
|
+
content: '';
|
|
1944
|
+
position: absolute;
|
|
1945
|
+
left: 0;
|
|
1946
|
+
top: 0;
|
|
1947
|
+
bottom: 0;
|
|
1948
|
+
right: 0;
|
|
1949
|
+
z-index: 2;
|
|
1950
|
+
pointer-events: none;
|
|
1951
|
+
padding: var(--gd-border-thick);
|
|
1952
|
+
background: linear-gradient(var(--gd-border-deg), var(--gd-border-start), var(--gd-border-end));
|
|
1953
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
1954
|
+
-webkit-mask-composite: xor;
|
|
1955
|
+
mask-composite: exclude;
|
|
1956
|
+
}
|
|
1957
|
+
.to-tag.is-gd-border .to-tag-wrapper {
|
|
1958
|
+
background: transparent;
|
|
1959
|
+
}
|
|
1960
|
+
.to-tag.is-gd-border .to-tag-wrapper::after {
|
|
1961
|
+
border: 0 none;
|
|
1962
|
+
padding: var(--gd-border-thick);
|
|
1963
|
+
background: var(--gd-border);
|
|
1964
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
1965
|
+
-webkit-mask-composite: xor;
|
|
1966
|
+
mask-composite: exclude;
|
|
1916
1967
|
}
|
|
1917
1968
|
.to-tag-content {
|
|
1918
1969
|
display: inline-flex;
|
|
@@ -1927,6 +1978,10 @@ html body .height-full {
|
|
|
1927
1978
|
margin-left: var(--remove-margin);
|
|
1928
1979
|
}
|
|
1929
1980
|
.to-tag-text {
|
|
1981
|
+
background: var(--color);
|
|
1982
|
+
-webkit-background-clip: text;
|
|
1983
|
+
-webkit-text-fill-color: transparent;
|
|
1984
|
+
background-clip: text;
|
|
1930
1985
|
font-size: var(--size);
|
|
1931
1986
|
display: inline-flex;
|
|
1932
1987
|
align-items: center;
|
|
@@ -1957,6 +2012,22 @@ html body .height-full {
|
|
|
1957
2012
|
border-radius: var(--dot-radius);
|
|
1958
2013
|
background: var(--dot-color);
|
|
1959
2014
|
}
|
|
2015
|
+
.to-tag.is-gd-border-hover.is-link .to-tag-wrapper:hover::after {
|
|
2016
|
+
border: 0 none;
|
|
2017
|
+
padding: var(--gd-hover-border-thick, var(--gd-border-thick));
|
|
2018
|
+
background: var(--gd-hover-border);
|
|
2019
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2020
|
+
-webkit-mask-composite: xor;
|
|
2021
|
+
mask-composite: exclude;
|
|
2022
|
+
}
|
|
2023
|
+
.to-tag.is-gd-border-active.is-link .to-tag-wrapper:active::after {
|
|
2024
|
+
border: 0 none;
|
|
2025
|
+
padding: var(--gd-active-border-thick, var(--gd-border-thick));
|
|
2026
|
+
background: var(--gd-active-border);
|
|
2027
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2028
|
+
-webkit-mask-composite: xor;
|
|
2029
|
+
mask-composite: exclude;
|
|
2030
|
+
}
|
|
1960
2031
|
.to-tag.type-number {
|
|
1961
2032
|
--radius: 999em;
|
|
1962
2033
|
--padding: 0 0.25em;
|
|
@@ -2073,11 +2144,31 @@ html body .height-full {
|
|
|
2073
2144
|
color: var(--hover-color);
|
|
2074
2145
|
border: var(--hover-border);
|
|
2075
2146
|
}
|
|
2147
|
+
.to-tag.is-link .to-tag-wrapper:hover .to-tag-text {
|
|
2148
|
+
background: var(--hover-color);
|
|
2149
|
+
-webkit-background-clip: text;
|
|
2150
|
+
background-clip: text;
|
|
2151
|
+
-webkit-text-fill-color: transparent;
|
|
2152
|
+
}
|
|
2153
|
+
.to-tag.is-link .to-tag-wrapper:hover::after {
|
|
2154
|
+
border: var(--hover-border);
|
|
2155
|
+
background: linear-gradient(var(--gd-border-deg), var(--hover-gd-border-start), var(--hover-gd-border-end));
|
|
2156
|
+
}
|
|
2076
2157
|
.to-tag.is-link .to-tag-wrapper:active {
|
|
2077
2158
|
background: var(--active-bg);
|
|
2078
2159
|
color: var(--active-color);
|
|
2079
2160
|
border: var(--active-border);
|
|
2080
2161
|
}
|
|
2162
|
+
.to-tag.is-link .to-tag-wrapper:active .to-tag-text {
|
|
2163
|
+
background: var(--active-color);
|
|
2164
|
+
-webkit-background-clip: text;
|
|
2165
|
+
background-clip: text;
|
|
2166
|
+
-webkit-text-fill-color: transparent;
|
|
2167
|
+
}
|
|
2168
|
+
.to-tag.is-link .to-tag-wrapper:active::after {
|
|
2169
|
+
border: var(--active-border);
|
|
2170
|
+
background: linear-gradient(var(--gd-border-deg), var(--active-gd-border-start), var(--active-gd-border-end));
|
|
2171
|
+
}
|
|
2081
2172
|
.to-box {
|
|
2082
2173
|
--bg: var(--color-bg);
|
|
2083
2174
|
--bg-size: 100% 100%;
|
|
@@ -2101,7 +2192,6 @@ html body .height-full {
|
|
|
2101
2192
|
--gd-border-start: transparent;
|
|
2102
2193
|
--gd-border-end: transparent;
|
|
2103
2194
|
--gd-border-deg: 90deg;
|
|
2104
|
-
--gd-border-thick: 0;
|
|
2105
2195
|
--hover-gd-border-start: var(--gd-border-start);
|
|
2106
2196
|
--hover-gd-border-end: var(--gd-border-end);
|
|
2107
2197
|
--active-gd-border-start: var(--gd-border-start);
|
|
@@ -2140,6 +2230,17 @@ html body .height-full {
|
|
|
2140
2230
|
.to-box.height-full {
|
|
2141
2231
|
height: 100%;
|
|
2142
2232
|
}
|
|
2233
|
+
.to-box.is-gd-border {
|
|
2234
|
+
background: transparent;
|
|
2235
|
+
}
|
|
2236
|
+
.to-box.is-gd-border:before {
|
|
2237
|
+
border: 0 none;
|
|
2238
|
+
padding: var(--gd-border-thick);
|
|
2239
|
+
background: var(--gd-border);
|
|
2240
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2241
|
+
-webkit-mask-composite: xor;
|
|
2242
|
+
mask-composite: exclude;
|
|
2243
|
+
}
|
|
2143
2244
|
.to-box.is-checked {
|
|
2144
2245
|
overflow: hidden;
|
|
2145
2246
|
border: var(--check-border);
|
|
@@ -2213,6 +2314,22 @@ html body .height-full {
|
|
|
2213
2314
|
border: var(--hover-border);
|
|
2214
2315
|
background: linear-gradient(var(--gd-border-deg), var(--active-gd-border-start), var(--active-gd-border-end));
|
|
2215
2316
|
}
|
|
2317
|
+
.to-box.is-gd-border-hover.is-link:hover:before {
|
|
2318
|
+
border: 0 none;
|
|
2319
|
+
padding: var(--gd-hover-border-thick, var(--gd-border-thick));
|
|
2320
|
+
background: var(--gd-hover-border);
|
|
2321
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2322
|
+
-webkit-mask-composite: xor;
|
|
2323
|
+
mask-composite: exclude;
|
|
2324
|
+
}
|
|
2325
|
+
.to-box.is-gd-border-active.is-link:active:before {
|
|
2326
|
+
border: 0 none;
|
|
2327
|
+
padding: var(--gd-active-border-thick, var(--gd-border-thick));
|
|
2328
|
+
background: var(--gd-active-border);
|
|
2329
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2330
|
+
-webkit-mask-composite: xor;
|
|
2331
|
+
mask-composite: exclude;
|
|
2332
|
+
}
|
|
2216
2333
|
.to-breadcrumb {
|
|
2217
2334
|
--size: 1em;
|
|
2218
2335
|
--height: 1;
|
|
@@ -2292,7 +2409,6 @@ html body .height-full {
|
|
|
2292
2409
|
--gd-border-start: transparent;
|
|
2293
2410
|
--gd-border-end: transparent;
|
|
2294
2411
|
--gd-border-deg: 90deg;
|
|
2295
|
-
--gd-border-thick: 0;
|
|
2296
2412
|
--hover-gd-border-start: var(--gd-border-start);
|
|
2297
2413
|
--hover-gd-border-end: var(--gd-border-end);
|
|
2298
2414
|
--active-gd-border-start: var(--gd-border-start);
|
|
@@ -2302,7 +2418,6 @@ html body .height-full {
|
|
|
2302
2418
|
justify-content: center;
|
|
2303
2419
|
flex-shrink: 0;
|
|
2304
2420
|
width: var(--width);
|
|
2305
|
-
color: var(--color);
|
|
2306
2421
|
border: 0 none;
|
|
2307
2422
|
position: relative;
|
|
2308
2423
|
padding: var(--padding);
|
|
@@ -2312,9 +2427,17 @@ html body .height-full {
|
|
|
2312
2427
|
background-size: var(--bg-size);
|
|
2313
2428
|
cursor: pointer;
|
|
2314
2429
|
border-radius: var(--radius);
|
|
2430
|
+
vertical-align: top;
|
|
2431
|
+
display: inline-flex;
|
|
2432
|
+
}
|
|
2433
|
+
.to-button-content {
|
|
2315
2434
|
display: inline-flex;
|
|
2316
2435
|
align-items: center;
|
|
2317
2436
|
vertical-align: top;
|
|
2437
|
+
background: var(--color);
|
|
2438
|
+
-webkit-background-clip: text;
|
|
2439
|
+
-webkit-text-fill-color: transparent;
|
|
2440
|
+
background-clip: text;
|
|
2318
2441
|
}
|
|
2319
2442
|
.to-button-expand,
|
|
2320
2443
|
.to-button-icon {
|
|
@@ -2326,8 +2449,8 @@ html body .height-full {
|
|
|
2326
2449
|
.to-button-expand {
|
|
2327
2450
|
--opacity: 0.5;
|
|
2328
2451
|
}
|
|
2329
|
-
.to-button-icon {
|
|
2330
|
-
margin-
|
|
2452
|
+
.to-button-icon + .to-button-text {
|
|
2453
|
+
margin-left: var(--icon-margin);
|
|
2331
2454
|
}
|
|
2332
2455
|
.to-button-text {
|
|
2333
2456
|
font-size: var(--size);
|
|
@@ -2358,38 +2481,80 @@ html body .height-full {
|
|
|
2358
2481
|
-webkit-mask-composite: xor;
|
|
2359
2482
|
mask-composite: exclude;
|
|
2360
2483
|
}
|
|
2484
|
+
.to-button.is-gd-border {
|
|
2485
|
+
background: transparent;
|
|
2486
|
+
}
|
|
2487
|
+
.to-button.is-gd-border::before {
|
|
2488
|
+
border: 0 none;
|
|
2489
|
+
padding: var(--gd-border-thick);
|
|
2490
|
+
background: var(--gd-border);
|
|
2491
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2492
|
+
-webkit-mask-composite: xor;
|
|
2493
|
+
mask-composite: exclude;
|
|
2494
|
+
}
|
|
2361
2495
|
.to-button:hover {
|
|
2362
|
-
color: var(--hover-color);
|
|
2363
2496
|
background: var(--hover-bg);
|
|
2364
2497
|
background-size: var(--bg-size);
|
|
2365
2498
|
}
|
|
2499
|
+
.to-button:hover .to-button-content {
|
|
2500
|
+
background: var(--hover-color);
|
|
2501
|
+
-webkit-background-clip: text;
|
|
2502
|
+
-webkit-text-fill-color: transparent;
|
|
2503
|
+
background-clip: text;
|
|
2504
|
+
}
|
|
2366
2505
|
.to-button:hover:before {
|
|
2367
2506
|
border: var(--hover-border);
|
|
2368
2507
|
background: linear-gradient(var(--gd-border-deg), var(--hover-gd-border-start), var(--hover-gd-border-end));
|
|
2369
2508
|
}
|
|
2370
2509
|
.to-button:active {
|
|
2371
|
-
color: var(--active-color);
|
|
2372
2510
|
background: var(--active-bg);
|
|
2373
2511
|
background-size: var(--bg-size);
|
|
2374
2512
|
}
|
|
2513
|
+
.to-button:active .to-button-content {
|
|
2514
|
+
background: var(--active-color);
|
|
2515
|
+
-webkit-background-clip: text;
|
|
2516
|
+
-webkit-text-fill-color: transparent;
|
|
2517
|
+
background-clip: text;
|
|
2518
|
+
}
|
|
2375
2519
|
.to-button:active:before {
|
|
2376
2520
|
border: var(--active-border);
|
|
2377
2521
|
background: linear-gradient(var(--gd-border-deg), var(--active-gd-border-start), var(--active-gd-border-end));
|
|
2378
2522
|
}
|
|
2523
|
+
.to-button.is-gd-border-hover:hover::before {
|
|
2524
|
+
border: 0 none;
|
|
2525
|
+
padding: var(--gd-hover-border-thick, var(--gd-border-thick));
|
|
2526
|
+
background: var(--gd-hover-border);
|
|
2527
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2528
|
+
-webkit-mask-composite: xor;
|
|
2529
|
+
mask-composite: exclude;
|
|
2530
|
+
}
|
|
2531
|
+
.to-button.is-gd-border-active:active::before {
|
|
2532
|
+
border: 0 none;
|
|
2533
|
+
padding: var(--gd-active-border-thick, var(--gd-border-thick));
|
|
2534
|
+
background: var(--gd-active-border);
|
|
2535
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2536
|
+
-webkit-mask-composite: xor;
|
|
2537
|
+
mask-composite: exclude;
|
|
2538
|
+
}
|
|
2379
2539
|
.to-button.icon-position-right .to-button-icon {
|
|
2380
2540
|
order: 2;
|
|
2381
|
-
|
|
2382
|
-
|
|
2541
|
+
}
|
|
2542
|
+
.to-button.icon-position-right .to-button-icon + .to-button-text {
|
|
2543
|
+
margin-left: 0;
|
|
2544
|
+
margin-right: var(--icon-margin);
|
|
2383
2545
|
}
|
|
2384
2546
|
.to-button.icon-position-top,
|
|
2385
2547
|
.to-button.icon-position-bottom {
|
|
2386
2548
|
--height: auto;
|
|
2387
2549
|
--padding: 1em 1.5em;
|
|
2550
|
+
}
|
|
2551
|
+
.to-button.icon-position-top .to-button-content,
|
|
2552
|
+
.to-button.icon-position-bottom .to-button-content {
|
|
2388
2553
|
flex-direction: column;
|
|
2389
2554
|
}
|
|
2390
|
-
.to-button.icon-position-top .to-button-icon {
|
|
2391
|
-
margin-
|
|
2392
|
-
margin-
|
|
2555
|
+
.to-button.icon-position-top .to-button-icon + .to-button-text {
|
|
2556
|
+
margin-left: 0;
|
|
2557
|
+
margin-top: var(--icon-margin);
|
|
2393
2558
|
}
|
|
2394
2559
|
.to-button.icon-position-top .to-button-text + .to-button-expand,
|
|
2395
2560
|
.to-button.icon-position-bottom .to-button-text + .to-button-expand {
|
|
@@ -2398,8 +2563,10 @@ html body .height-full {
|
|
|
2398
2563
|
}
|
|
2399
2564
|
.to-button.icon-position-bottom .to-button-icon {
|
|
2400
2565
|
order: 2;
|
|
2401
|
-
|
|
2402
|
-
|
|
2566
|
+
}
|
|
2567
|
+
.to-button.icon-position-bottom .to-button-icon + .to-button-text {
|
|
2568
|
+
margin-left: 0;
|
|
2569
|
+
margin-bottom: var(--icon-margin);
|
|
2403
2570
|
}
|
|
2404
2571
|
.to-button.width-full {
|
|
2405
2572
|
--width: 100%;
|
|
@@ -3154,6 +3321,7 @@ html body .height-full {
|
|
|
3154
3321
|
--padding: 0;
|
|
3155
3322
|
--shadow: none;
|
|
3156
3323
|
--width: 100%;
|
|
3324
|
+
--min-width: 10em;
|
|
3157
3325
|
--size: 1em;
|
|
3158
3326
|
--weight: normal;
|
|
3159
3327
|
--radius: var(--radius-fe);
|
|
@@ -3225,6 +3393,8 @@ html body .height-full {
|
|
|
3225
3393
|
}
|
|
3226
3394
|
.to-select {
|
|
3227
3395
|
border-radius: var(--radius);
|
|
3396
|
+
width: var(--width);
|
|
3397
|
+
min-width: var(--min-width);
|
|
3228
3398
|
}
|
|
3229
3399
|
.to-select-el {
|
|
3230
3400
|
box-sizing: border-box;
|
|
@@ -3502,7 +3672,7 @@ html body .height-full {
|
|
|
3502
3672
|
.to-select.is-filterable .to-select-tag:has(.to-tag) {
|
|
3503
3673
|
padding-bottom: 0;
|
|
3504
3674
|
}
|
|
3505
|
-
.media-pc .to-select:not(.is-placeholder):hover .to-select-arrow {
|
|
3675
|
+
.media-pc .to-select:not(.is-placeholder):hover .to-select-clear + .to-select-arrow {
|
|
3506
3676
|
display: none;
|
|
3507
3677
|
}
|
|
3508
3678
|
.to-select.to-select-mode-line {
|
|
@@ -3712,7 +3882,7 @@ html body .height-full {
|
|
|
3712
3882
|
--hover-bg: rgba(0, 0, 0, 0.1);
|
|
3713
3883
|
--hover-color: var(--color);
|
|
3714
3884
|
--active-border: var(--border);
|
|
3715
|
-
--active-bg: rgba(0, 0, 0, 0.
|
|
3885
|
+
--active-bg: rgba(0, 0, 0, 0.3);
|
|
3716
3886
|
--active-color: var(--color);
|
|
3717
3887
|
--fn-gap: 0.5em;
|
|
3718
3888
|
--tip-color: var(--color-fg);
|
|
@@ -3797,7 +3967,10 @@ html body .height-full {
|
|
|
3797
3967
|
text-overflow: ellipsis;
|
|
3798
3968
|
white-space: nowrap;
|
|
3799
3969
|
font-weight: var(--weight);
|
|
3800
|
-
|
|
3970
|
+
background: var(--color);
|
|
3971
|
+
-webkit-background-clip: text;
|
|
3972
|
+
-webkit-text-fill-color: transparent;
|
|
3973
|
+
background-clip: text;
|
|
3801
3974
|
}
|
|
3802
3975
|
.to-header-center {
|
|
3803
3976
|
position: absolute;
|
|
@@ -3830,18 +4003,28 @@ html body .height-full {
|
|
|
3830
4003
|
background: var(--hover-bg);
|
|
3831
4004
|
border: var(--hover-border);
|
|
3832
4005
|
}
|
|
3833
|
-
.to-header.is-link:not(:has(.to-button:hover)):hover .to-header-back
|
|
3834
|
-
.to-header.is-link:not(:has(.to-button:hover)):hover .to-header-title-text {
|
|
4006
|
+
.to-header.is-link:not(:has(.to-button:hover)):hover .to-header-back {
|
|
3835
4007
|
color: var(--hover-color);
|
|
3836
4008
|
}
|
|
4009
|
+
.to-header.is-link:not(:has(.to-button:hover)):hover .to-header-title-text {
|
|
4010
|
+
background: var(--hover-color);
|
|
4011
|
+
-webkit-background-clip: text;
|
|
4012
|
+
-webkit-text-fill-color: transparent;
|
|
4013
|
+
background-clip: text;
|
|
4014
|
+
}
|
|
3837
4015
|
.to-header.is-link:not(:has(.to-button:active)):active {
|
|
3838
4016
|
background: var(--active-bg);
|
|
3839
4017
|
border: var(--active-border);
|
|
3840
4018
|
}
|
|
3841
|
-
.to-header.is-link:not(:has(.to-button:active)):active .to-header-back
|
|
3842
|
-
.to-header.is-link:not(:has(.to-button:active)):active .to-header-title-text {
|
|
4019
|
+
.to-header.is-link:not(:has(.to-button:active)):active .to-header-back {
|
|
3843
4020
|
color: var(--active-color);
|
|
3844
4021
|
}
|
|
4022
|
+
.to-header.is-link:not(:has(.to-button:active)):active .to-header-title-text {
|
|
4023
|
+
background: var(--active-color);
|
|
4024
|
+
-webkit-background-clip: text;
|
|
4025
|
+
-webkit-text-fill-color: transparent;
|
|
4026
|
+
background-clip: text;
|
|
4027
|
+
}
|
|
3845
4028
|
.to-hide:not(.to-hide-keep) {
|
|
3846
4029
|
display: none !important;
|
|
3847
4030
|
}
|
|
@@ -4335,7 +4518,7 @@ html body .height-full {
|
|
|
4335
4518
|
--content-lh: 1.5em;
|
|
4336
4519
|
--content-weight: normal;
|
|
4337
4520
|
--content-color: var(--color-fg-fade);
|
|
4338
|
-
--detail-margin:
|
|
4521
|
+
--detail-margin: 1em;
|
|
4339
4522
|
--detail-bg: #f7f7f7;
|
|
4340
4523
|
--detail-bg-size: 100% 100%;
|
|
4341
4524
|
--detail-padding: 1em;
|
|
@@ -4343,6 +4526,7 @@ html body .height-full {
|
|
|
4343
4526
|
--detail-lh: 1.8em;
|
|
4344
4527
|
--detail-size: 1em;
|
|
4345
4528
|
--detail-color: var(--color-fg);
|
|
4529
|
+
--detail-content-margin: 0.5em;
|
|
4346
4530
|
--fn-gap: 1em;
|
|
4347
4531
|
--fn-margin: 1em;
|
|
4348
4532
|
--fn-align: center;
|
|
@@ -4420,7 +4604,10 @@ html body .height-full {
|
|
|
4420
4604
|
}
|
|
4421
4605
|
.to-msg-title {
|
|
4422
4606
|
order: 1;
|
|
4423
|
-
|
|
4607
|
+
background: var(--title-color);
|
|
4608
|
+
-webkit-background-clip: text;
|
|
4609
|
+
-webkit-text-fill-color: transparent;
|
|
4610
|
+
background-clip: text;
|
|
4424
4611
|
font-size: var(--title-size);
|
|
4425
4612
|
font-weight: var(--title-weight);
|
|
4426
4613
|
line-height: calc(var(--title-lh) / var(--title-size));
|
|
@@ -4448,6 +4635,7 @@ html body .height-full {
|
|
|
4448
4635
|
padding: var(--detail-padding);
|
|
4449
4636
|
text-align: left;
|
|
4450
4637
|
overflow: auto;
|
|
4638
|
+
margin-top: var(--detail-margin);
|
|
4451
4639
|
}
|
|
4452
4640
|
.to-msg-detail-button {
|
|
4453
4641
|
--height: 1.5em;
|
|
@@ -4458,7 +4646,7 @@ html body .height-full {
|
|
|
4458
4646
|
}
|
|
4459
4647
|
.to-msg-detail-content {
|
|
4460
4648
|
line-height: calc(var(--detail-lh) / var(--detail-size) * 1em);
|
|
4461
|
-
margin-top: calc(var(--detail-margin) / var(--detail-size) * 1em);
|
|
4649
|
+
margin-top: calc(var(--detail-content-margin) / var(--detail-size) * 1em);
|
|
4462
4650
|
font-size: var(--detail-size);
|
|
4463
4651
|
color: var(--detail-color);
|
|
4464
4652
|
}
|
|
@@ -4593,6 +4781,24 @@ html body .height-full {
|
|
|
4593
4781
|
align-items: center;
|
|
4594
4782
|
gap: var(--gap);
|
|
4595
4783
|
}
|
|
4784
|
+
.to-page.align-center {
|
|
4785
|
+
justify-content: center;
|
|
4786
|
+
}
|
|
4787
|
+
.to-page.align-center .to-page-slot {
|
|
4788
|
+
display: none;
|
|
4789
|
+
}
|
|
4790
|
+
.to-page.align-left {
|
|
4791
|
+
justify-content: flex-start;
|
|
4792
|
+
}
|
|
4793
|
+
.to-page.align-left .to-page-slot {
|
|
4794
|
+
display: none;
|
|
4795
|
+
}
|
|
4796
|
+
.to-page.align-right {
|
|
4797
|
+
justify-content: flex-end;
|
|
4798
|
+
}
|
|
4799
|
+
.to-page.align-right .to-page-slot {
|
|
4800
|
+
display: none;
|
|
4801
|
+
}
|
|
4596
4802
|
.to-page-total {
|
|
4597
4803
|
font-size: var(--total-size);
|
|
4598
4804
|
font-weight: var(--total-weight);
|
|
@@ -4607,7 +4813,6 @@ html body .height-full {
|
|
|
4607
4813
|
align-items: center;
|
|
4608
4814
|
}
|
|
4609
4815
|
.to-page-pager-list {
|
|
4610
|
-
flex: 1;
|
|
4611
4816
|
display: flex;
|
|
4612
4817
|
gap: var(--pager-list-gap);
|
|
4613
4818
|
}
|
|
@@ -4719,6 +4924,7 @@ html body .height-full {
|
|
|
4719
4924
|
}
|
|
4720
4925
|
.to-page-size-select {
|
|
4721
4926
|
--height: var(--size-height);
|
|
4927
|
+
--min-width: 0;
|
|
4722
4928
|
}
|
|
4723
4929
|
.to-page-jumper {
|
|
4724
4930
|
order: var(--jumper-order);
|
|
@@ -5241,7 +5447,6 @@ html body .height-full {
|
|
|
5241
5447
|
color: var(--box-color);
|
|
5242
5448
|
border-radius: var(--box-radius);
|
|
5243
5449
|
border: var(--box-border);
|
|
5244
|
-
margin-right: var(--box-margin);
|
|
5245
5450
|
}
|
|
5246
5451
|
.to-checkbox-box:after {
|
|
5247
5452
|
content: "\e6cd";
|
|
@@ -5252,8 +5457,13 @@ html body .height-full {
|
|
|
5252
5457
|
flex: 1;
|
|
5253
5458
|
color: var(--label-color);
|
|
5254
5459
|
font-weight: var(--label-weight);
|
|
5460
|
+
margin-left: var(--box-margin);
|
|
5255
5461
|
}
|
|
5256
5462
|
.to-checkbox-label-text {
|
|
5463
|
+
background: var(--label-color);
|
|
5464
|
+
-webkit-background-clip: text;
|
|
5465
|
+
-webkit-text-fill-color: transparent;
|
|
5466
|
+
background-clip: text;
|
|
5257
5467
|
font-size: var(--label-size);
|
|
5258
5468
|
}
|
|
5259
5469
|
.to-checkbox.is-checked {
|
|
@@ -6065,6 +6275,12 @@ html body .height-full {
|
|
|
6065
6275
|
font-size: var(--item-on-size);
|
|
6066
6276
|
font-weight: var(--item-on-weight);
|
|
6067
6277
|
}
|
|
6278
|
+
.to-tab-item.is-on .to-tab-item-label {
|
|
6279
|
+
background: var(--item-on-color);
|
|
6280
|
+
-webkit-background-clip: text;
|
|
6281
|
+
-webkit-text-fill-color: transparent;
|
|
6282
|
+
background-clip: text;
|
|
6283
|
+
}
|
|
6068
6284
|
.to-tab-item:has(+.is-on) .to-tab-item-main:after {
|
|
6069
6285
|
width: var(--item-on-divider-width);
|
|
6070
6286
|
border-right: var(--item-on-divider);
|
|
@@ -6766,8 +6982,6 @@ html body .height-full {
|
|
|
6766
6982
|
--hover-border: 1px solid var(--hover-color);
|
|
6767
6983
|
--active-color: var(--color-primary);
|
|
6768
6984
|
--active-border: 0 none;
|
|
6769
|
-
--start: var(--color-primary);
|
|
6770
|
-
--end: var(--color-success);
|
|
6771
6985
|
}
|
|
6772
6986
|
.to-text {
|
|
6773
6987
|
display: inline-flex;
|
|
@@ -6789,6 +7003,24 @@ html body .height-full {
|
|
|
6789
7003
|
-webkit-background-clip: text;
|
|
6790
7004
|
-webkit-text-fill-color: transparent;
|
|
6791
7005
|
}
|
|
7006
|
+
.to-text.is-gd-color {
|
|
7007
|
+
background: var(--color);
|
|
7008
|
+
-webkit-background-clip: text;
|
|
7009
|
+
-webkit-text-fill-color: transparent;
|
|
7010
|
+
background-clip: text;
|
|
7011
|
+
}
|
|
7012
|
+
.to-text.is-gd-hover:hover {
|
|
7013
|
+
background: var(--hover-color);
|
|
7014
|
+
-webkit-background-clip: text;
|
|
7015
|
+
-webkit-text-fill-color: transparent;
|
|
7016
|
+
background-clip: text;
|
|
7017
|
+
}
|
|
7018
|
+
.to-text.is-gd-active:active {
|
|
7019
|
+
background: var(--active-color);
|
|
7020
|
+
-webkit-background-clip: text;
|
|
7021
|
+
-webkit-text-fill-color: transparent;
|
|
7022
|
+
background-clip: text;
|
|
7023
|
+
}
|
|
6792
7024
|
.to-text.decos-s {
|
|
6793
7025
|
text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.3);
|
|
6794
7026
|
}
|
|
@@ -6895,6 +7127,10 @@ html body .height-full {
|
|
|
6895
7127
|
}
|
|
6896
7128
|
.to-tip-content {
|
|
6897
7129
|
flex: 1;
|
|
7130
|
+
background: var(--color);
|
|
7131
|
+
-webkit-background-clip: text;
|
|
7132
|
+
-webkit-text-fill-color: transparent;
|
|
7133
|
+
background-clip: text;
|
|
6898
7134
|
font-size: var(--size);
|
|
6899
7135
|
}
|
|
6900
7136
|
.to-tip-remove {
|
|
@@ -7081,6 +7317,10 @@ html body .height-full {
|
|
|
7081
7317
|
position: relative;
|
|
7082
7318
|
}
|
|
7083
7319
|
.to-tooltip-content-text {
|
|
7320
|
+
background: var(--color);
|
|
7321
|
+
-webkit-background-clip: text;
|
|
7322
|
+
-webkit-text-fill-color: transparent;
|
|
7323
|
+
background-clip: text;
|
|
7084
7324
|
font-size: var(--size);
|
|
7085
7325
|
}
|
|
7086
7326
|
.to-tooltip-arrow {
|
|
@@ -8097,7 +8337,10 @@ html body .height-full {
|
|
|
8097
8337
|
color: var(--label-color);
|
|
8098
8338
|
}
|
|
8099
8339
|
.to-param-label-text {
|
|
8100
|
-
|
|
8340
|
+
background: var(--label-color);
|
|
8341
|
+
-webkit-background-clip: text;
|
|
8342
|
+
-webkit-text-fill-color: transparent;
|
|
8343
|
+
background-clip: text;
|
|
8101
8344
|
line-height: var(--label-lh);
|
|
8102
8345
|
font-size: var(--label-size);
|
|
8103
8346
|
}
|
|
@@ -8116,7 +8359,10 @@ html body .height-full {
|
|
|
8116
8359
|
white-space: nowrap;
|
|
8117
8360
|
text-overflow: ellipsis;
|
|
8118
8361
|
font-family: var(--value-family);
|
|
8119
|
-
|
|
8362
|
+
background: var(--value-color);
|
|
8363
|
+
-webkit-background-clip: text;
|
|
8364
|
+
-webkit-text-fill-color: transparent;
|
|
8365
|
+
background-clip: text;
|
|
8120
8366
|
line-height: var(--value-lh);
|
|
8121
8367
|
font-size: var(--value-size);
|
|
8122
8368
|
}
|
|
@@ -8495,6 +8741,10 @@ html body .height-full {
|
|
|
8495
8741
|
border-radius: var(--date-radius);
|
|
8496
8742
|
}
|
|
8497
8743
|
.to-timeline-date-text {
|
|
8744
|
+
background: var(--date-color);
|
|
8745
|
+
-webkit-background-clip: text;
|
|
8746
|
+
-webkit-text-fill-color: transparent;
|
|
8747
|
+
background-clip: text;
|
|
8498
8748
|
font-size: var(--date-size);
|
|
8499
8749
|
}
|
|
8500
8750
|
.to-timeline-time {
|
|
@@ -8510,6 +8760,10 @@ html body .height-full {
|
|
|
8510
8760
|
border-radius: calc(var(--time-radius));
|
|
8511
8761
|
}
|
|
8512
8762
|
.to-timeline-time-text {
|
|
8763
|
+
background: var(--time-color);
|
|
8764
|
+
-webkit-background-clip: text;
|
|
8765
|
+
-webkit-text-fill-color: transparent;
|
|
8766
|
+
background-clip: text;
|
|
8513
8767
|
font-size: var(--time-size);
|
|
8514
8768
|
}
|
|
8515
8769
|
.to-timeline-content {
|