@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
|
@@ -782,10 +782,10 @@ html body .height-full {
|
|
|
782
782
|
.to-grid:not(.is-wrap) {
|
|
783
783
|
white-space: nowrap;
|
|
784
784
|
}
|
|
785
|
-
.to-grid:not(.dir-v):not(.col-1) >
|
|
785
|
+
.to-grid:not(.dir-v):not(.col-1) > *:not(.to-grid) {
|
|
786
786
|
position: relative;
|
|
787
787
|
}
|
|
788
|
-
.to-grid:not(.dir-v):not(.col-1) >
|
|
788
|
+
.to-grid:not(.dir-v):not(.col-1) > *:not(.to-grid)::after {
|
|
789
789
|
content: '';
|
|
790
790
|
position: absolute;
|
|
791
791
|
transform: translateY(-50%);
|
|
@@ -795,15 +795,15 @@ html body .height-full {
|
|
|
795
795
|
border-left: var(--divider);
|
|
796
796
|
z-index: 2;
|
|
797
797
|
}
|
|
798
|
-
.to-grid:not(.dir-v):not(.col-1) > *:last-child::after {
|
|
798
|
+
.to-grid:not(.dir-v):not(.col-1) > *:not(.to-grid):last-child::after {
|
|
799
799
|
display: none;
|
|
800
800
|
}
|
|
801
|
-
.to-grid.dir-v >
|
|
802
|
-
.to-grid.col-1 >
|
|
801
|
+
.to-grid.dir-v > *:not(.to-grid),
|
|
802
|
+
.to-grid.col-1 > *:not(.to-grid) {
|
|
803
803
|
position: relative;
|
|
804
804
|
}
|
|
805
|
-
.to-grid.dir-v >
|
|
806
|
-
.to-grid.col-1 >
|
|
805
|
+
.to-grid.dir-v > *:not(.to-grid)::after,
|
|
806
|
+
.to-grid.col-1 > *:not(.to-grid)::after {
|
|
807
807
|
content: '';
|
|
808
808
|
position: absolute;
|
|
809
809
|
transform: translateX(-50%);
|
|
@@ -813,13 +813,28 @@ html body .height-full {
|
|
|
813
813
|
border-top: var(--divider);
|
|
814
814
|
z-index: 2;
|
|
815
815
|
}
|
|
816
|
-
.to-grid.dir-v > *:last-child::after,
|
|
817
|
-
.to-grid.col-1 > *:last-child::after {
|
|
816
|
+
.to-grid.dir-v > *:not(.to-grid):last-child::after,
|
|
817
|
+
.to-grid.col-1 > *:not(.to-grid):last-child::after {
|
|
818
818
|
display: none;
|
|
819
819
|
}
|
|
820
820
|
.to-grid-item {
|
|
821
821
|
box-sizing: border-box;
|
|
822
822
|
}
|
|
823
|
+
.to-grid-item.align-top {
|
|
824
|
+
align-self: flex-start;
|
|
825
|
+
}
|
|
826
|
+
.to-grid-item.align-center {
|
|
827
|
+
align-self: center;
|
|
828
|
+
}
|
|
829
|
+
.to-grid-item.align-bottom {
|
|
830
|
+
align-self: flex-end;
|
|
831
|
+
}
|
|
832
|
+
.to-grid-item.align-stretch {
|
|
833
|
+
align-self: stretch;
|
|
834
|
+
}
|
|
835
|
+
.to-grid-item.align-baseline {
|
|
836
|
+
align-self: baseline;
|
|
837
|
+
}
|
|
823
838
|
.to-grid.height-full:not(.dir-v) > .to-grid-item {
|
|
824
839
|
height: 100%;
|
|
825
840
|
}
|
|
@@ -1888,6 +1903,13 @@ html body .height-full {
|
|
|
1888
1903
|
--active-bg: #ababab;
|
|
1889
1904
|
--active-color: var(--color);
|
|
1890
1905
|
--active-border: var(--border);
|
|
1906
|
+
--gd-border-start: transparent;
|
|
1907
|
+
--gd-border-end: transparent;
|
|
1908
|
+
--gd-border-deg: 90deg;
|
|
1909
|
+
--hover-gd-border-start: var(--gd-border-start);
|
|
1910
|
+
--hover-gd-border-end: var(--gd-border-end);
|
|
1911
|
+
--active-gd-border-start: var(--gd-border-start);
|
|
1912
|
+
--active-gd-border-end: var(--gd-border-end);
|
|
1891
1913
|
}
|
|
1892
1914
|
.to-tag {
|
|
1893
1915
|
display: inline-flex;
|
|
@@ -1910,6 +1932,35 @@ html body .height-full {
|
|
|
1910
1932
|
align-items: center;
|
|
1911
1933
|
box-sizing: border-box;
|
|
1912
1934
|
vertical-align: top;
|
|
1935
|
+
position: relative;
|
|
1936
|
+
}
|
|
1937
|
+
.to-tag-wrapper::after {
|
|
1938
|
+
border: var(--border);
|
|
1939
|
+
border-radius: var(--radius);
|
|
1940
|
+
content: '';
|
|
1941
|
+
position: absolute;
|
|
1942
|
+
left: 0;
|
|
1943
|
+
top: 0;
|
|
1944
|
+
bottom: 0;
|
|
1945
|
+
right: 0;
|
|
1946
|
+
z-index: 2;
|
|
1947
|
+
pointer-events: none;
|
|
1948
|
+
padding: var(--gd-border-thick);
|
|
1949
|
+
background: linear-gradient(var(--gd-border-deg), var(--gd-border-start), var(--gd-border-end));
|
|
1950
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
1951
|
+
-webkit-mask-composite: xor;
|
|
1952
|
+
mask-composite: exclude;
|
|
1953
|
+
}
|
|
1954
|
+
.to-tag.is-gd-border .to-tag-wrapper {
|
|
1955
|
+
background: transparent;
|
|
1956
|
+
}
|
|
1957
|
+
.to-tag.is-gd-border .to-tag-wrapper::after {
|
|
1958
|
+
border: 0 none;
|
|
1959
|
+
padding: var(--gd-border-thick);
|
|
1960
|
+
background: var(--gd-border);
|
|
1961
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
1962
|
+
-webkit-mask-composite: xor;
|
|
1963
|
+
mask-composite: exclude;
|
|
1913
1964
|
}
|
|
1914
1965
|
.to-tag-content {
|
|
1915
1966
|
display: inline-flex;
|
|
@@ -1924,6 +1975,10 @@ html body .height-full {
|
|
|
1924
1975
|
margin-left: var(--remove-margin);
|
|
1925
1976
|
}
|
|
1926
1977
|
.to-tag-text {
|
|
1978
|
+
background: var(--color);
|
|
1979
|
+
-webkit-background-clip: text;
|
|
1980
|
+
-webkit-text-fill-color: transparent;
|
|
1981
|
+
background-clip: text;
|
|
1927
1982
|
font-size: var(--size);
|
|
1928
1983
|
display: inline-flex;
|
|
1929
1984
|
align-items: center;
|
|
@@ -1954,6 +2009,22 @@ html body .height-full {
|
|
|
1954
2009
|
border-radius: var(--dot-radius);
|
|
1955
2010
|
background: var(--dot-color);
|
|
1956
2011
|
}
|
|
2012
|
+
.to-tag.is-gd-border-hover.is-link .to-tag-wrapper:hover::after {
|
|
2013
|
+
border: 0 none;
|
|
2014
|
+
padding: var(--gd-hover-border-thick, var(--gd-border-thick));
|
|
2015
|
+
background: var(--gd-hover-border);
|
|
2016
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2017
|
+
-webkit-mask-composite: xor;
|
|
2018
|
+
mask-composite: exclude;
|
|
2019
|
+
}
|
|
2020
|
+
.to-tag.is-gd-border-active.is-link .to-tag-wrapper:active::after {
|
|
2021
|
+
border: 0 none;
|
|
2022
|
+
padding: var(--gd-active-border-thick, var(--gd-border-thick));
|
|
2023
|
+
background: var(--gd-active-border);
|
|
2024
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2025
|
+
-webkit-mask-composite: xor;
|
|
2026
|
+
mask-composite: exclude;
|
|
2027
|
+
}
|
|
1957
2028
|
.to-tag.type-number {
|
|
1958
2029
|
--radius: 999em;
|
|
1959
2030
|
--padding: 0 0.25em;
|
|
@@ -2070,11 +2141,31 @@ html body .height-full {
|
|
|
2070
2141
|
color: var(--hover-color);
|
|
2071
2142
|
border: var(--hover-border);
|
|
2072
2143
|
}
|
|
2144
|
+
.to-tag.is-link .to-tag-wrapper:hover .to-tag-text {
|
|
2145
|
+
background: var(--hover-color);
|
|
2146
|
+
-webkit-background-clip: text;
|
|
2147
|
+
background-clip: text;
|
|
2148
|
+
-webkit-text-fill-color: transparent;
|
|
2149
|
+
}
|
|
2150
|
+
.to-tag.is-link .to-tag-wrapper:hover::after {
|
|
2151
|
+
border: var(--hover-border);
|
|
2152
|
+
background: linear-gradient(var(--gd-border-deg), var(--hover-gd-border-start), var(--hover-gd-border-end));
|
|
2153
|
+
}
|
|
2073
2154
|
.to-tag.is-link .to-tag-wrapper:active {
|
|
2074
2155
|
background: var(--active-bg);
|
|
2075
2156
|
color: var(--active-color);
|
|
2076
2157
|
border: var(--active-border);
|
|
2077
2158
|
}
|
|
2159
|
+
.to-tag.is-link .to-tag-wrapper:active .to-tag-text {
|
|
2160
|
+
background: var(--active-color);
|
|
2161
|
+
-webkit-background-clip: text;
|
|
2162
|
+
background-clip: text;
|
|
2163
|
+
-webkit-text-fill-color: transparent;
|
|
2164
|
+
}
|
|
2165
|
+
.to-tag.is-link .to-tag-wrapper:active::after {
|
|
2166
|
+
border: var(--active-border);
|
|
2167
|
+
background: linear-gradient(var(--gd-border-deg), var(--active-gd-border-start), var(--active-gd-border-end));
|
|
2168
|
+
}
|
|
2078
2169
|
.to-box {
|
|
2079
2170
|
--bg: var(--color-bg);
|
|
2080
2171
|
--bg-size: 100% 100%;
|
|
@@ -2098,7 +2189,6 @@ html body .height-full {
|
|
|
2098
2189
|
--gd-border-start: transparent;
|
|
2099
2190
|
--gd-border-end: transparent;
|
|
2100
2191
|
--gd-border-deg: 90deg;
|
|
2101
|
-
--gd-border-thick: 0;
|
|
2102
2192
|
--hover-gd-border-start: var(--gd-border-start);
|
|
2103
2193
|
--hover-gd-border-end: var(--gd-border-end);
|
|
2104
2194
|
--active-gd-border-start: var(--gd-border-start);
|
|
@@ -2137,6 +2227,17 @@ html body .height-full {
|
|
|
2137
2227
|
.to-box.height-full {
|
|
2138
2228
|
height: 100%;
|
|
2139
2229
|
}
|
|
2230
|
+
.to-box.is-gd-border {
|
|
2231
|
+
background: transparent;
|
|
2232
|
+
}
|
|
2233
|
+
.to-box.is-gd-border:before {
|
|
2234
|
+
border: 0 none;
|
|
2235
|
+
padding: var(--gd-border-thick);
|
|
2236
|
+
background: var(--gd-border);
|
|
2237
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2238
|
+
-webkit-mask-composite: xor;
|
|
2239
|
+
mask-composite: exclude;
|
|
2240
|
+
}
|
|
2140
2241
|
.to-box.is-checked {
|
|
2141
2242
|
overflow: hidden;
|
|
2142
2243
|
border: var(--check-border);
|
|
@@ -2210,6 +2311,22 @@ html body .height-full {
|
|
|
2210
2311
|
border: var(--hover-border);
|
|
2211
2312
|
background: linear-gradient(var(--gd-border-deg), var(--active-gd-border-start), var(--active-gd-border-end));
|
|
2212
2313
|
}
|
|
2314
|
+
.to-box.is-gd-border-hover.is-link:hover:before {
|
|
2315
|
+
border: 0 none;
|
|
2316
|
+
padding: var(--gd-hover-border-thick, var(--gd-border-thick));
|
|
2317
|
+
background: var(--gd-hover-border);
|
|
2318
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2319
|
+
-webkit-mask-composite: xor;
|
|
2320
|
+
mask-composite: exclude;
|
|
2321
|
+
}
|
|
2322
|
+
.to-box.is-gd-border-active.is-link:active:before {
|
|
2323
|
+
border: 0 none;
|
|
2324
|
+
padding: var(--gd-active-border-thick, var(--gd-border-thick));
|
|
2325
|
+
background: var(--gd-active-border);
|
|
2326
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2327
|
+
-webkit-mask-composite: xor;
|
|
2328
|
+
mask-composite: exclude;
|
|
2329
|
+
}
|
|
2213
2330
|
.to-breadcrumb {
|
|
2214
2331
|
--size: 1em;
|
|
2215
2332
|
--height: 1;
|
|
@@ -2289,7 +2406,6 @@ html body .height-full {
|
|
|
2289
2406
|
--gd-border-start: transparent;
|
|
2290
2407
|
--gd-border-end: transparent;
|
|
2291
2408
|
--gd-border-deg: 90deg;
|
|
2292
|
-
--gd-border-thick: 0;
|
|
2293
2409
|
--hover-gd-border-start: var(--gd-border-start);
|
|
2294
2410
|
--hover-gd-border-end: var(--gd-border-end);
|
|
2295
2411
|
--active-gd-border-start: var(--gd-border-start);
|
|
@@ -2299,7 +2415,6 @@ html body .height-full {
|
|
|
2299
2415
|
justify-content: center;
|
|
2300
2416
|
flex-shrink: 0;
|
|
2301
2417
|
width: var(--width);
|
|
2302
|
-
color: var(--color);
|
|
2303
2418
|
border: 0 none;
|
|
2304
2419
|
position: relative;
|
|
2305
2420
|
padding: var(--padding);
|
|
@@ -2309,9 +2424,17 @@ html body .height-full {
|
|
|
2309
2424
|
background-size: var(--bg-size);
|
|
2310
2425
|
cursor: pointer;
|
|
2311
2426
|
border-radius: var(--radius);
|
|
2427
|
+
vertical-align: top;
|
|
2428
|
+
display: inline-flex;
|
|
2429
|
+
}
|
|
2430
|
+
.to-button-content {
|
|
2312
2431
|
display: inline-flex;
|
|
2313
2432
|
align-items: center;
|
|
2314
2433
|
vertical-align: top;
|
|
2434
|
+
background: var(--color);
|
|
2435
|
+
-webkit-background-clip: text;
|
|
2436
|
+
-webkit-text-fill-color: transparent;
|
|
2437
|
+
background-clip: text;
|
|
2315
2438
|
}
|
|
2316
2439
|
.to-button-expand,
|
|
2317
2440
|
.to-button-icon {
|
|
@@ -2323,8 +2446,8 @@ html body .height-full {
|
|
|
2323
2446
|
.to-button-expand {
|
|
2324
2447
|
--opacity: 0.5;
|
|
2325
2448
|
}
|
|
2326
|
-
.to-button-icon {
|
|
2327
|
-
margin-
|
|
2449
|
+
.to-button-icon + .to-button-text {
|
|
2450
|
+
margin-left: var(--icon-margin);
|
|
2328
2451
|
}
|
|
2329
2452
|
.to-button-text {
|
|
2330
2453
|
font-size: var(--size);
|
|
@@ -2355,38 +2478,80 @@ html body .height-full {
|
|
|
2355
2478
|
-webkit-mask-composite: xor;
|
|
2356
2479
|
mask-composite: exclude;
|
|
2357
2480
|
}
|
|
2481
|
+
.to-button.is-gd-border {
|
|
2482
|
+
background: transparent;
|
|
2483
|
+
}
|
|
2484
|
+
.to-button.is-gd-border::before {
|
|
2485
|
+
border: 0 none;
|
|
2486
|
+
padding: var(--gd-border-thick);
|
|
2487
|
+
background: var(--gd-border);
|
|
2488
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2489
|
+
-webkit-mask-composite: xor;
|
|
2490
|
+
mask-composite: exclude;
|
|
2491
|
+
}
|
|
2358
2492
|
.to-button:hover {
|
|
2359
|
-
color: var(--hover-color);
|
|
2360
2493
|
background: var(--hover-bg);
|
|
2361
2494
|
background-size: var(--bg-size);
|
|
2362
2495
|
}
|
|
2496
|
+
.to-button:hover .to-button-content {
|
|
2497
|
+
background: var(--hover-color);
|
|
2498
|
+
-webkit-background-clip: text;
|
|
2499
|
+
-webkit-text-fill-color: transparent;
|
|
2500
|
+
background-clip: text;
|
|
2501
|
+
}
|
|
2363
2502
|
.to-button:hover:before {
|
|
2364
2503
|
border: var(--hover-border);
|
|
2365
2504
|
background: linear-gradient(var(--gd-border-deg), var(--hover-gd-border-start), var(--hover-gd-border-end));
|
|
2366
2505
|
}
|
|
2367
2506
|
.to-button:active {
|
|
2368
|
-
color: var(--active-color);
|
|
2369
2507
|
background: var(--active-bg);
|
|
2370
2508
|
background-size: var(--bg-size);
|
|
2371
2509
|
}
|
|
2510
|
+
.to-button:active .to-button-content {
|
|
2511
|
+
background: var(--active-color);
|
|
2512
|
+
-webkit-background-clip: text;
|
|
2513
|
+
-webkit-text-fill-color: transparent;
|
|
2514
|
+
background-clip: text;
|
|
2515
|
+
}
|
|
2372
2516
|
.to-button:active:before {
|
|
2373
2517
|
border: var(--active-border);
|
|
2374
2518
|
background: linear-gradient(var(--gd-border-deg), var(--active-gd-border-start), var(--active-gd-border-end));
|
|
2375
2519
|
}
|
|
2520
|
+
.to-button.is-gd-border-hover:hover::before {
|
|
2521
|
+
border: 0 none;
|
|
2522
|
+
padding: var(--gd-hover-border-thick, var(--gd-border-thick));
|
|
2523
|
+
background: var(--gd-hover-border);
|
|
2524
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2525
|
+
-webkit-mask-composite: xor;
|
|
2526
|
+
mask-composite: exclude;
|
|
2527
|
+
}
|
|
2528
|
+
.to-button.is-gd-border-active:active::before {
|
|
2529
|
+
border: 0 none;
|
|
2530
|
+
padding: var(--gd-active-border-thick, var(--gd-border-thick));
|
|
2531
|
+
background: var(--gd-active-border);
|
|
2532
|
+
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
2533
|
+
-webkit-mask-composite: xor;
|
|
2534
|
+
mask-composite: exclude;
|
|
2535
|
+
}
|
|
2376
2536
|
.to-button.icon-position-right .to-button-icon {
|
|
2377
2537
|
order: 2;
|
|
2378
|
-
|
|
2379
|
-
|
|
2538
|
+
}
|
|
2539
|
+
.to-button.icon-position-right .to-button-icon + .to-button-text {
|
|
2540
|
+
margin-left: 0;
|
|
2541
|
+
margin-right: var(--icon-margin);
|
|
2380
2542
|
}
|
|
2381
2543
|
.to-button.icon-position-top,
|
|
2382
2544
|
.to-button.icon-position-bottom {
|
|
2383
2545
|
--height: auto;
|
|
2384
2546
|
--padding: 1em 1.5em;
|
|
2547
|
+
}
|
|
2548
|
+
.to-button.icon-position-top .to-button-content,
|
|
2549
|
+
.to-button.icon-position-bottom .to-button-content {
|
|
2385
2550
|
flex-direction: column;
|
|
2386
2551
|
}
|
|
2387
|
-
.to-button.icon-position-top .to-button-icon {
|
|
2388
|
-
margin-
|
|
2389
|
-
margin-
|
|
2552
|
+
.to-button.icon-position-top .to-button-icon + .to-button-text {
|
|
2553
|
+
margin-left: 0;
|
|
2554
|
+
margin-top: var(--icon-margin);
|
|
2390
2555
|
}
|
|
2391
2556
|
.to-button.icon-position-top .to-button-text + .to-button-expand,
|
|
2392
2557
|
.to-button.icon-position-bottom .to-button-text + .to-button-expand {
|
|
@@ -2395,8 +2560,10 @@ html body .height-full {
|
|
|
2395
2560
|
}
|
|
2396
2561
|
.to-button.icon-position-bottom .to-button-icon {
|
|
2397
2562
|
order: 2;
|
|
2398
|
-
|
|
2399
|
-
|
|
2563
|
+
}
|
|
2564
|
+
.to-button.icon-position-bottom .to-button-icon + .to-button-text {
|
|
2565
|
+
margin-left: 0;
|
|
2566
|
+
margin-bottom: var(--icon-margin);
|
|
2400
2567
|
}
|
|
2401
2568
|
.to-button.width-full {
|
|
2402
2569
|
--width: 100%;
|
|
@@ -3151,6 +3318,7 @@ html body .height-full {
|
|
|
3151
3318
|
--padding: 0;
|
|
3152
3319
|
--shadow: none;
|
|
3153
3320
|
--width: 100%;
|
|
3321
|
+
--min-width: 10em;
|
|
3154
3322
|
--size: 1em;
|
|
3155
3323
|
--weight: normal;
|
|
3156
3324
|
--radius: var(--radius-fe);
|
|
@@ -3222,6 +3390,8 @@ html body .height-full {
|
|
|
3222
3390
|
}
|
|
3223
3391
|
.to-select {
|
|
3224
3392
|
border-radius: var(--radius);
|
|
3393
|
+
width: var(--width);
|
|
3394
|
+
min-width: var(--min-width);
|
|
3225
3395
|
}
|
|
3226
3396
|
.to-select-el {
|
|
3227
3397
|
box-sizing: border-box;
|
|
@@ -3499,7 +3669,7 @@ html body .height-full {
|
|
|
3499
3669
|
.to-select.is-filterable .to-select-tag:has(.to-tag) {
|
|
3500
3670
|
padding-bottom: 0;
|
|
3501
3671
|
}
|
|
3502
|
-
.media-pc .to-select:not(.is-placeholder):hover .to-select-arrow {
|
|
3672
|
+
.media-pc .to-select:not(.is-placeholder):hover .to-select-clear + .to-select-arrow {
|
|
3503
3673
|
display: none;
|
|
3504
3674
|
}
|
|
3505
3675
|
.to-select.to-select-mode-line {
|
|
@@ -3709,7 +3879,7 @@ html body .height-full {
|
|
|
3709
3879
|
--hover-bg: rgba(0, 0, 0, 0.1);
|
|
3710
3880
|
--hover-color: var(--color);
|
|
3711
3881
|
--active-border: var(--border);
|
|
3712
|
-
--active-bg: rgba(0, 0, 0, 0.
|
|
3882
|
+
--active-bg: rgba(0, 0, 0, 0.3);
|
|
3713
3883
|
--active-color: var(--color);
|
|
3714
3884
|
--fn-gap: 0.5em;
|
|
3715
3885
|
--tip-color: var(--color-fg);
|
|
@@ -3794,7 +3964,10 @@ html body .height-full {
|
|
|
3794
3964
|
text-overflow: ellipsis;
|
|
3795
3965
|
white-space: nowrap;
|
|
3796
3966
|
font-weight: var(--weight);
|
|
3797
|
-
|
|
3967
|
+
background: var(--color);
|
|
3968
|
+
-webkit-background-clip: text;
|
|
3969
|
+
-webkit-text-fill-color: transparent;
|
|
3970
|
+
background-clip: text;
|
|
3798
3971
|
}
|
|
3799
3972
|
.to-header-center {
|
|
3800
3973
|
position: absolute;
|
|
@@ -3827,18 +4000,28 @@ html body .height-full {
|
|
|
3827
4000
|
background: var(--hover-bg);
|
|
3828
4001
|
border: var(--hover-border);
|
|
3829
4002
|
}
|
|
3830
|
-
.to-header.is-link:not(:has(.to-button:hover)):hover .to-header-back
|
|
3831
|
-
.to-header.is-link:not(:has(.to-button:hover)):hover .to-header-title-text {
|
|
4003
|
+
.to-header.is-link:not(:has(.to-button:hover)):hover .to-header-back {
|
|
3832
4004
|
color: var(--hover-color);
|
|
3833
4005
|
}
|
|
4006
|
+
.to-header.is-link:not(:has(.to-button:hover)):hover .to-header-title-text {
|
|
4007
|
+
background: var(--hover-color);
|
|
4008
|
+
-webkit-background-clip: text;
|
|
4009
|
+
-webkit-text-fill-color: transparent;
|
|
4010
|
+
background-clip: text;
|
|
4011
|
+
}
|
|
3834
4012
|
.to-header.is-link:not(:has(.to-button:active)):active {
|
|
3835
4013
|
background: var(--active-bg);
|
|
3836
4014
|
border: var(--active-border);
|
|
3837
4015
|
}
|
|
3838
|
-
.to-header.is-link:not(:has(.to-button:active)):active .to-header-back
|
|
3839
|
-
.to-header.is-link:not(:has(.to-button:active)):active .to-header-title-text {
|
|
4016
|
+
.to-header.is-link:not(:has(.to-button:active)):active .to-header-back {
|
|
3840
4017
|
color: var(--active-color);
|
|
3841
4018
|
}
|
|
4019
|
+
.to-header.is-link:not(:has(.to-button:active)):active .to-header-title-text {
|
|
4020
|
+
background: var(--active-color);
|
|
4021
|
+
-webkit-background-clip: text;
|
|
4022
|
+
-webkit-text-fill-color: transparent;
|
|
4023
|
+
background-clip: text;
|
|
4024
|
+
}
|
|
3842
4025
|
.to-hide:not(.to-hide-keep) {
|
|
3843
4026
|
display: none !important;
|
|
3844
4027
|
}
|
|
@@ -4332,7 +4515,7 @@ html body .height-full {
|
|
|
4332
4515
|
--content-lh: 1.5em;
|
|
4333
4516
|
--content-weight: normal;
|
|
4334
4517
|
--content-color: var(--color-fg-fade);
|
|
4335
|
-
--detail-margin:
|
|
4518
|
+
--detail-margin: 1em;
|
|
4336
4519
|
--detail-bg: #f7f7f7;
|
|
4337
4520
|
--detail-bg-size: 100% 100%;
|
|
4338
4521
|
--detail-padding: 1em;
|
|
@@ -4340,6 +4523,7 @@ html body .height-full {
|
|
|
4340
4523
|
--detail-lh: 1.8em;
|
|
4341
4524
|
--detail-size: 1em;
|
|
4342
4525
|
--detail-color: var(--color-fg);
|
|
4526
|
+
--detail-content-margin: 0.5em;
|
|
4343
4527
|
--fn-gap: 1em;
|
|
4344
4528
|
--fn-margin: 1em;
|
|
4345
4529
|
--fn-align: center;
|
|
@@ -4417,7 +4601,10 @@ html body .height-full {
|
|
|
4417
4601
|
}
|
|
4418
4602
|
.to-msg-title {
|
|
4419
4603
|
order: 1;
|
|
4420
|
-
|
|
4604
|
+
background: var(--title-color);
|
|
4605
|
+
-webkit-background-clip: text;
|
|
4606
|
+
-webkit-text-fill-color: transparent;
|
|
4607
|
+
background-clip: text;
|
|
4421
4608
|
font-size: var(--title-size);
|
|
4422
4609
|
font-weight: var(--title-weight);
|
|
4423
4610
|
line-height: calc(var(--title-lh) / var(--title-size));
|
|
@@ -4445,6 +4632,7 @@ html body .height-full {
|
|
|
4445
4632
|
padding: var(--detail-padding);
|
|
4446
4633
|
text-align: left;
|
|
4447
4634
|
overflow: auto;
|
|
4635
|
+
margin-top: var(--detail-margin);
|
|
4448
4636
|
}
|
|
4449
4637
|
.to-msg-detail-button {
|
|
4450
4638
|
--height: 1.5em;
|
|
@@ -4455,7 +4643,7 @@ html body .height-full {
|
|
|
4455
4643
|
}
|
|
4456
4644
|
.to-msg-detail-content {
|
|
4457
4645
|
line-height: calc(var(--detail-lh) / var(--detail-size) * 1em);
|
|
4458
|
-
margin-top: calc(var(--detail-margin) / var(--detail-size) * 1em);
|
|
4646
|
+
margin-top: calc(var(--detail-content-margin) / var(--detail-size) * 1em);
|
|
4459
4647
|
font-size: var(--detail-size);
|
|
4460
4648
|
color: var(--detail-color);
|
|
4461
4649
|
}
|
|
@@ -4590,6 +4778,24 @@ html body .height-full {
|
|
|
4590
4778
|
align-items: center;
|
|
4591
4779
|
gap: var(--gap);
|
|
4592
4780
|
}
|
|
4781
|
+
.to-page.align-center {
|
|
4782
|
+
justify-content: center;
|
|
4783
|
+
}
|
|
4784
|
+
.to-page.align-center .to-page-slot {
|
|
4785
|
+
display: none;
|
|
4786
|
+
}
|
|
4787
|
+
.to-page.align-left {
|
|
4788
|
+
justify-content: flex-start;
|
|
4789
|
+
}
|
|
4790
|
+
.to-page.align-left .to-page-slot {
|
|
4791
|
+
display: none;
|
|
4792
|
+
}
|
|
4793
|
+
.to-page.align-right {
|
|
4794
|
+
justify-content: flex-end;
|
|
4795
|
+
}
|
|
4796
|
+
.to-page.align-right .to-page-slot {
|
|
4797
|
+
display: none;
|
|
4798
|
+
}
|
|
4593
4799
|
.to-page-total {
|
|
4594
4800
|
font-size: var(--total-size);
|
|
4595
4801
|
font-weight: var(--total-weight);
|
|
@@ -4604,7 +4810,6 @@ html body .height-full {
|
|
|
4604
4810
|
align-items: center;
|
|
4605
4811
|
}
|
|
4606
4812
|
.to-page-pager-list {
|
|
4607
|
-
flex: 1;
|
|
4608
4813
|
display: flex;
|
|
4609
4814
|
gap: var(--pager-list-gap);
|
|
4610
4815
|
}
|
|
@@ -4716,6 +4921,7 @@ html body .height-full {
|
|
|
4716
4921
|
}
|
|
4717
4922
|
.to-page-size-select {
|
|
4718
4923
|
--height: var(--size-height);
|
|
4924
|
+
--min-width: 0;
|
|
4719
4925
|
}
|
|
4720
4926
|
.to-page-jumper {
|
|
4721
4927
|
order: var(--jumper-order);
|
|
@@ -5238,7 +5444,6 @@ html body .height-full {
|
|
|
5238
5444
|
color: var(--box-color);
|
|
5239
5445
|
border-radius: var(--box-radius);
|
|
5240
5446
|
border: var(--box-border);
|
|
5241
|
-
margin-right: var(--box-margin);
|
|
5242
5447
|
}
|
|
5243
5448
|
.to-checkbox-box:after {
|
|
5244
5449
|
content: "\e6cd";
|
|
@@ -5249,8 +5454,13 @@ html body .height-full {
|
|
|
5249
5454
|
flex: 1;
|
|
5250
5455
|
color: var(--label-color);
|
|
5251
5456
|
font-weight: var(--label-weight);
|
|
5457
|
+
margin-left: var(--box-margin);
|
|
5252
5458
|
}
|
|
5253
5459
|
.to-checkbox-label-text {
|
|
5460
|
+
background: var(--label-color);
|
|
5461
|
+
-webkit-background-clip: text;
|
|
5462
|
+
-webkit-text-fill-color: transparent;
|
|
5463
|
+
background-clip: text;
|
|
5254
5464
|
font-size: var(--label-size);
|
|
5255
5465
|
}
|
|
5256
5466
|
.to-checkbox.is-checked {
|
|
@@ -6062,6 +6272,12 @@ html body .height-full {
|
|
|
6062
6272
|
font-size: var(--item-on-size);
|
|
6063
6273
|
font-weight: var(--item-on-weight);
|
|
6064
6274
|
}
|
|
6275
|
+
.to-tab-item.is-on .to-tab-item-label {
|
|
6276
|
+
background: var(--item-on-color);
|
|
6277
|
+
-webkit-background-clip: text;
|
|
6278
|
+
-webkit-text-fill-color: transparent;
|
|
6279
|
+
background-clip: text;
|
|
6280
|
+
}
|
|
6065
6281
|
.to-tab-item:has(+.is-on) .to-tab-item-main:after {
|
|
6066
6282
|
width: var(--item-on-divider-width);
|
|
6067
6283
|
border-right: var(--item-on-divider);
|
|
@@ -6763,8 +6979,6 @@ html body .height-full {
|
|
|
6763
6979
|
--hover-border: 1px solid var(--hover-color);
|
|
6764
6980
|
--active-color: var(--color-primary);
|
|
6765
6981
|
--active-border: 0 none;
|
|
6766
|
-
--start: var(--color-primary);
|
|
6767
|
-
--end: var(--color-success);
|
|
6768
6982
|
}
|
|
6769
6983
|
.to-text {
|
|
6770
6984
|
display: inline-flex;
|
|
@@ -6786,6 +7000,24 @@ html body .height-full {
|
|
|
6786
7000
|
-webkit-background-clip: text;
|
|
6787
7001
|
-webkit-text-fill-color: transparent;
|
|
6788
7002
|
}
|
|
7003
|
+
.to-text.is-gd-color {
|
|
7004
|
+
background: var(--color);
|
|
7005
|
+
-webkit-background-clip: text;
|
|
7006
|
+
-webkit-text-fill-color: transparent;
|
|
7007
|
+
background-clip: text;
|
|
7008
|
+
}
|
|
7009
|
+
.to-text.is-gd-hover:hover {
|
|
7010
|
+
background: var(--hover-color);
|
|
7011
|
+
-webkit-background-clip: text;
|
|
7012
|
+
-webkit-text-fill-color: transparent;
|
|
7013
|
+
background-clip: text;
|
|
7014
|
+
}
|
|
7015
|
+
.to-text.is-gd-active:active {
|
|
7016
|
+
background: var(--active-color);
|
|
7017
|
+
-webkit-background-clip: text;
|
|
7018
|
+
-webkit-text-fill-color: transparent;
|
|
7019
|
+
background-clip: text;
|
|
7020
|
+
}
|
|
6789
7021
|
.to-text.decos-s {
|
|
6790
7022
|
text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.3);
|
|
6791
7023
|
}
|
|
@@ -6892,6 +7124,10 @@ html body .height-full {
|
|
|
6892
7124
|
}
|
|
6893
7125
|
.to-tip-content {
|
|
6894
7126
|
flex: 1;
|
|
7127
|
+
background: var(--color);
|
|
7128
|
+
-webkit-background-clip: text;
|
|
7129
|
+
-webkit-text-fill-color: transparent;
|
|
7130
|
+
background-clip: text;
|
|
6895
7131
|
font-size: var(--size);
|
|
6896
7132
|
}
|
|
6897
7133
|
.to-tip-remove {
|
|
@@ -7078,6 +7314,10 @@ html body .height-full {
|
|
|
7078
7314
|
position: relative;
|
|
7079
7315
|
}
|
|
7080
7316
|
.to-tooltip-content-text {
|
|
7317
|
+
background: var(--color);
|
|
7318
|
+
-webkit-background-clip: text;
|
|
7319
|
+
-webkit-text-fill-color: transparent;
|
|
7320
|
+
background-clip: text;
|
|
7081
7321
|
font-size: var(--size);
|
|
7082
7322
|
}
|
|
7083
7323
|
.to-tooltip-arrow {
|
|
@@ -8094,7 +8334,10 @@ html body .height-full {
|
|
|
8094
8334
|
color: var(--label-color);
|
|
8095
8335
|
}
|
|
8096
8336
|
.to-param-label-text {
|
|
8097
|
-
|
|
8337
|
+
background: var(--label-color);
|
|
8338
|
+
-webkit-background-clip: text;
|
|
8339
|
+
-webkit-text-fill-color: transparent;
|
|
8340
|
+
background-clip: text;
|
|
8098
8341
|
line-height: var(--label-lh);
|
|
8099
8342
|
font-size: var(--label-size);
|
|
8100
8343
|
}
|
|
@@ -8113,7 +8356,10 @@ html body .height-full {
|
|
|
8113
8356
|
white-space: nowrap;
|
|
8114
8357
|
text-overflow: ellipsis;
|
|
8115
8358
|
font-family: var(--value-family);
|
|
8116
|
-
|
|
8359
|
+
background: var(--value-color);
|
|
8360
|
+
-webkit-background-clip: text;
|
|
8361
|
+
-webkit-text-fill-color: transparent;
|
|
8362
|
+
background-clip: text;
|
|
8117
8363
|
line-height: var(--value-lh);
|
|
8118
8364
|
font-size: var(--value-size);
|
|
8119
8365
|
}
|
|
@@ -8492,6 +8738,10 @@ html body .height-full {
|
|
|
8492
8738
|
border-radius: var(--date-radius);
|
|
8493
8739
|
}
|
|
8494
8740
|
.to-timeline-date-text {
|
|
8741
|
+
background: var(--date-color);
|
|
8742
|
+
-webkit-background-clip: text;
|
|
8743
|
+
-webkit-text-fill-color: transparent;
|
|
8744
|
+
background-clip: text;
|
|
8495
8745
|
font-size: var(--date-size);
|
|
8496
8746
|
}
|
|
8497
8747
|
.to-timeline-time {
|
|
@@ -8507,6 +8757,10 @@ html body .height-full {
|
|
|
8507
8757
|
border-radius: calc(var(--time-radius));
|
|
8508
8758
|
}
|
|
8509
8759
|
.to-timeline-time-text {
|
|
8760
|
+
background: var(--time-color);
|
|
8761
|
+
-webkit-background-clip: text;
|
|
8762
|
+
-webkit-text-fill-color: transparent;
|
|
8763
|
+
background-clip: text;
|
|
8510
8764
|
font-size: var(--time-size);
|
|
8511
8765
|
}
|
|
8512
8766
|
.to-timeline-content {
|