@cloudtower/eagle 0.25.9 → 0.25.10
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/dist/UIKitProvider/index.d.ts +1 -3
- package/dist/components/Button/index.d.ts +1 -1
- package/dist/components/TableForm/Columns/index.d.ts +7 -7
- package/dist/components/message/__tests__/index.test.d.ts +1 -0
- package/dist/components/message/index.d.ts +52 -0
- package/dist/components/message/style/index.d.ts +2 -0
- package/dist/components/message-group/index.d.ts +8 -4
- package/dist/components.css +317 -317
- package/dist/esm/index.js +959 -797
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +2 -2
- package/dist/style.css +1009 -1009
- package/dist/umd/index.js +780 -606
- package/dist/umd/stats1.html +1 -1
- package/package.json +6 -5
package/dist/components.css
CHANGED
|
@@ -1797,6 +1797,33 @@ html body {
|
|
|
1797
1797
|
padding: 0;
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
|
+
.i1mrf09m {
|
|
1801
|
+
display: inline-flex;
|
|
1802
|
+
align-items: center;
|
|
1803
|
+
}
|
|
1804
|
+
.i1mrf09m .icon-inner {
|
|
1805
|
+
display: inline-flex;
|
|
1806
|
+
align-items: center;
|
|
1807
|
+
justify-content: center;
|
|
1808
|
+
}
|
|
1809
|
+
.i1mrf09m .icon-inner + span,
|
|
1810
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1811
|
+
margin-left: 4px;
|
|
1812
|
+
}
|
|
1813
|
+
.i1mrf09m.is-rotate img,
|
|
1814
|
+
.i1mrf09m.is-rotate svg {
|
|
1815
|
+
animation: rotate 680ms linear infinite;
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
.obf05yr {
|
|
1819
|
+
display: inline-block;
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
.hsms1n6 {
|
|
1823
|
+
visibility: hidden;
|
|
1824
|
+
position: absolute;
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1800
1827
|
.fde5mpd {
|
|
1801
1828
|
width: 100%;
|
|
1802
1829
|
height: 100%;
|
|
@@ -1812,6 +1839,19 @@ html body {
|
|
|
1812
1839
|
font-size: 18px;
|
|
1813
1840
|
}
|
|
1814
1841
|
|
|
1842
|
+
.iap75of {
|
|
1843
|
+
height: 18px;
|
|
1844
|
+
line-height: 18px;
|
|
1845
|
+
padding: 0 4px;
|
|
1846
|
+
border-radius: 4px;
|
|
1847
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1848
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1849
|
+
display: flex;
|
|
1850
|
+
align-items: center;
|
|
1851
|
+
white-space: nowrap;
|
|
1852
|
+
margin-right: 4px;
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1815
1855
|
.bpq0js6 {
|
|
1816
1856
|
padding: 4px 11px;
|
|
1817
1857
|
}
|
|
@@ -1841,46 +1881,6 @@ html body {
|
|
|
1841
1881
|
border-radius: unset;
|
|
1842
1882
|
}
|
|
1843
1883
|
|
|
1844
|
-
.i1mrf09m {
|
|
1845
|
-
display: inline-flex;
|
|
1846
|
-
align-items: center;
|
|
1847
|
-
}
|
|
1848
|
-
.i1mrf09m .icon-inner {
|
|
1849
|
-
display: inline-flex;
|
|
1850
|
-
align-items: center;
|
|
1851
|
-
justify-content: center;
|
|
1852
|
-
}
|
|
1853
|
-
.i1mrf09m .icon-inner + span,
|
|
1854
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1855
|
-
margin-left: 4px;
|
|
1856
|
-
}
|
|
1857
|
-
.i1mrf09m.is-rotate img,
|
|
1858
|
-
.i1mrf09m.is-rotate svg {
|
|
1859
|
-
animation: rotate 680ms linear infinite;
|
|
1860
|
-
}
|
|
1861
|
-
|
|
1862
|
-
.iap75of {
|
|
1863
|
-
height: 18px;
|
|
1864
|
-
line-height: 18px;
|
|
1865
|
-
padding: 0 4px;
|
|
1866
|
-
border-radius: 4px;
|
|
1867
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1868
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1869
|
-
display: flex;
|
|
1870
|
-
align-items: center;
|
|
1871
|
-
white-space: nowrap;
|
|
1872
|
-
margin-right: 4px;
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
.obf05yr {
|
|
1876
|
-
display: inline-block;
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
.hsms1n6 {
|
|
1880
|
-
visibility: hidden;
|
|
1881
|
-
position: absolute;
|
|
1882
|
-
}
|
|
1883
|
-
|
|
1884
1884
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1885
1885
|
flex-direction: row;
|
|
1886
1886
|
justify-content: stretch;
|
|
@@ -1964,146 +1964,59 @@ html body {
|
|
|
1964
1964
|
padding: 0;
|
|
1965
1965
|
}
|
|
1966
1966
|
|
|
1967
|
-
.
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1973
|
-
position: relative;
|
|
1974
|
-
top: 3px;
|
|
1975
|
-
}
|
|
1976
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1977
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1978
|
-
}
|
|
1979
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1980
|
-
border-color: #0080ff;
|
|
1981
|
-
}
|
|
1982
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1983
|
-
border-color: #0080ff;
|
|
1984
|
-
background: #0080ff;
|
|
1985
|
-
}
|
|
1986
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1987
|
-
top: 4px;
|
|
1988
|
-
left: 4px;
|
|
1989
|
-
width: 6px;
|
|
1990
|
-
height: 6px;
|
|
1991
|
-
background: #fff;
|
|
1992
|
-
}
|
|
1993
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1994
|
-
opacity: 0.5;
|
|
1995
|
-
}
|
|
1996
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1997
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1998
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1999
|
-
}
|
|
2000
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2001
|
-
background: #00122e;
|
|
2002
|
-
}
|
|
2003
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2004
|
-
color: #00122e;
|
|
2005
|
-
opacity: 0.5;
|
|
2006
|
-
}
|
|
2007
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2008
|
-
color: #00122e;
|
|
2009
|
-
}
|
|
2010
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2011
|
-
display: inline-block;
|
|
2012
|
-
padding: 0;
|
|
2013
|
-
padding-left: 12px;
|
|
2014
|
-
}
|
|
2015
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2016
|
-
margin-bottom: 0;
|
|
2017
|
-
white-space: pre-wrap;
|
|
2018
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2019
|
-
}
|
|
2020
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2021
|
-
padding-left: 8px;
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2025
|
-
border-radius: 5px 0 0 5px;
|
|
2026
|
-
}
|
|
2027
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2028
|
-
border-radius: 0 5px 5px 0;
|
|
1967
|
+
.s34f1qb.ant-switch {
|
|
1968
|
+
min-width: 40px;
|
|
1969
|
+
height: 24px;
|
|
1970
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1971
|
+
overflow: hidden;
|
|
2029
1972
|
}
|
|
2030
|
-
|
|
2031
|
-
.
|
|
2032
|
-
color: #00122e;
|
|
2033
|
-
border-color: #ccd4e3;
|
|
1973
|
+
.s34f1qb.ant-switch:focus {
|
|
1974
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2034
1975
|
}
|
|
2035
|
-
.
|
|
2036
|
-
|
|
2037
|
-
|
|
1976
|
+
.s34f1qb.ant-switch-small {
|
|
1977
|
+
min-width: 26px;
|
|
1978
|
+
height: 16px;
|
|
2038
1979
|
}
|
|
2039
|
-
.
|
|
2040
|
-
|
|
2041
|
-
line-height: 32px;
|
|
1980
|
+
.s34f1qb.ant-switch-large {
|
|
1981
|
+
min-width: 52px;
|
|
2042
1982
|
height: 32px;
|
|
2043
1983
|
}
|
|
2044
|
-
.
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2048
|
-
background: #ccd4e3;
|
|
2049
|
-
}
|
|
2050
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2051
|
-
background: #0080ff;
|
|
2052
|
-
}
|
|
2053
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2054
|
-
background: #ccd4e3;
|
|
2055
|
-
opacity: 0.5;
|
|
2056
|
-
}
|
|
2057
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2058
|
-
border-right-color: #0080ff;
|
|
2059
|
-
}
|
|
2060
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2061
|
-
border-color: #0080ff;
|
|
2062
|
-
}
|
|
2063
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2064
|
-
background: rgba(0, 136, 255, 0.1);
|
|
1984
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1985
|
+
height: 20px;
|
|
1986
|
+
width: 20px;
|
|
2065
1987
|
}
|
|
2066
|
-
.
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
opacity: 0.5;
|
|
1988
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1989
|
+
border-radius: 10px;
|
|
1990
|
+
transition-delay: 120ms;
|
|
2070
1991
|
}
|
|
2071
|
-
.
|
|
2072
|
-
|
|
2073
|
-
|
|
1992
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1993
|
+
height: 14px;
|
|
1994
|
+
width: 14px;
|
|
1995
|
+
top: 1px;
|
|
1996
|
+
left: 1px;
|
|
2074
1997
|
}
|
|
2075
|
-
.
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1998
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1999
|
+
height: 28px;
|
|
2000
|
+
width: 28px;
|
|
2079
2001
|
}
|
|
2080
|
-
.
|
|
2081
|
-
|
|
2082
|
-
display: inline;
|
|
2083
|
-
border: none;
|
|
2084
|
-
padding: 0;
|
|
2085
|
-
width: 36px;
|
|
2086
|
-
background: transparent;
|
|
2002
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2003
|
+
border-radius: 14px;
|
|
2087
2004
|
}
|
|
2088
|
-
.
|
|
2089
|
-
|
|
2005
|
+
.s34f1qb.ant-switch-checked {
|
|
2006
|
+
background-color: #00ba5d;
|
|
2090
2007
|
}
|
|
2091
|
-
.
|
|
2092
|
-
|
|
2093
|
-
width: initial;
|
|
2094
|
-
box-shadow: none;
|
|
2008
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2009
|
+
left: calc(100% - 20px - 2px);
|
|
2095
2010
|
}
|
|
2096
|
-
.
|
|
2097
|
-
|
|
2011
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2012
|
+
left: calc(100% - 14px - 1px);
|
|
2098
2013
|
}
|
|
2099
|
-
.
|
|
2100
|
-
|
|
2014
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2015
|
+
left: calc(100% - 28px - 2px);
|
|
2101
2016
|
}
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
margin-
|
|
2105
|
-
padding: 0;
|
|
2106
|
-
width: 36px;
|
|
2017
|
+
|
|
2018
|
+
.c1to9vb9 {
|
|
2019
|
+
margin-left: 5px;
|
|
2107
2020
|
}
|
|
2108
2021
|
|
|
2109
2022
|
.p12gwtiw {
|
|
@@ -2828,59 +2741,146 @@ input.rrg1fkn.ant-input {
|
|
|
2828
2741
|
border-bottom-left-radius: 0;
|
|
2829
2742
|
}
|
|
2830
2743
|
|
|
2831
|
-
.
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
overflow: hidden;
|
|
2744
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2745
|
+
display: inline-flex;
|
|
2746
|
+
align-items: baseline;
|
|
2747
|
+
white-space: pre-wrap;
|
|
2836
2748
|
}
|
|
2837
|
-
.
|
|
2838
|
-
|
|
2749
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2750
|
+
position: relative;
|
|
2751
|
+
top: 3px;
|
|
2839
2752
|
}
|
|
2840
|
-
.
|
|
2841
|
-
|
|
2842
|
-
height: 16px;
|
|
2753
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2754
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2843
2755
|
}
|
|
2844
|
-
.
|
|
2845
|
-
|
|
2756
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2757
|
+
border-color: #0080ff;
|
|
2758
|
+
}
|
|
2759
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2760
|
+
border-color: #0080ff;
|
|
2761
|
+
background: #0080ff;
|
|
2762
|
+
}
|
|
2763
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2764
|
+
top: 4px;
|
|
2765
|
+
left: 4px;
|
|
2766
|
+
width: 6px;
|
|
2767
|
+
height: 6px;
|
|
2768
|
+
background: #fff;
|
|
2769
|
+
}
|
|
2770
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2771
|
+
opacity: 0.5;
|
|
2772
|
+
}
|
|
2773
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2774
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2775
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2776
|
+
}
|
|
2777
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2778
|
+
background: #00122e;
|
|
2779
|
+
}
|
|
2780
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2781
|
+
color: #00122e;
|
|
2782
|
+
opacity: 0.5;
|
|
2783
|
+
}
|
|
2784
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2785
|
+
color: #00122e;
|
|
2786
|
+
}
|
|
2787
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2788
|
+
display: inline-block;
|
|
2789
|
+
padding: 0;
|
|
2790
|
+
padding-left: 12px;
|
|
2791
|
+
}
|
|
2792
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2793
|
+
margin-bottom: 0;
|
|
2794
|
+
white-space: pre-wrap;
|
|
2795
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2796
|
+
}
|
|
2797
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2798
|
+
padding-left: 8px;
|
|
2799
|
+
}
|
|
2800
|
+
|
|
2801
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2802
|
+
border-radius: 5px 0 0 5px;
|
|
2803
|
+
}
|
|
2804
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2805
|
+
border-radius: 0 5px 5px 0;
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
.r1f0aqcc {
|
|
2809
|
+
color: #00122e;
|
|
2810
|
+
border-color: #ccd4e3;
|
|
2811
|
+
}
|
|
2812
|
+
.r1f0aqcc:first-child {
|
|
2813
|
+
color: #00122e;
|
|
2814
|
+
border-color: #a3b4cc;
|
|
2815
|
+
}
|
|
2816
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2817
|
+
padding: 0 12px;
|
|
2818
|
+
line-height: 32px;
|
|
2846
2819
|
height: 32px;
|
|
2847
2820
|
}
|
|
2848
|
-
.
|
|
2849
|
-
|
|
2850
|
-
width: 20px;
|
|
2821
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2822
|
+
white-space: nowrap;
|
|
2851
2823
|
}
|
|
2852
|
-
.
|
|
2853
|
-
|
|
2854
|
-
transition-delay: 120ms;
|
|
2824
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2825
|
+
background: #ccd4e3;
|
|
2855
2826
|
}
|
|
2856
|
-
.
|
|
2857
|
-
|
|
2858
|
-
width: 14px;
|
|
2859
|
-
top: 1px;
|
|
2860
|
-
left: 1px;
|
|
2827
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2828
|
+
background: #0080ff;
|
|
2861
2829
|
}
|
|
2862
|
-
.
|
|
2863
|
-
|
|
2864
|
-
|
|
2830
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2831
|
+
background: #ccd4e3;
|
|
2832
|
+
opacity: 0.5;
|
|
2865
2833
|
}
|
|
2866
|
-
.
|
|
2867
|
-
border-
|
|
2834
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2835
|
+
border-right-color: #0080ff;
|
|
2836
|
+
}
|
|
2837
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2838
|
+
border-color: #0080ff;
|
|
2839
|
+
}
|
|
2840
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2841
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2842
|
+
}
|
|
2843
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2844
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2845
|
+
border-color: #ccd4e3;
|
|
2846
|
+
opacity: 0.5;
|
|
2847
|
+
}
|
|
2848
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2849
|
+
color: #00122e;
|
|
2850
|
+
border-color: #ccd4e3;
|
|
2851
|
+
}
|
|
2852
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2853
|
+
color: #00122e;
|
|
2854
|
+
border-color: #ccd4e3;
|
|
2855
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2856
|
+
}
|
|
2857
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2858
|
+
margin-right: 8px;
|
|
2859
|
+
display: inline;
|
|
2860
|
+
border: none;
|
|
2861
|
+
padding: 0;
|
|
2862
|
+
width: 36px;
|
|
2863
|
+
background: transparent;
|
|
2868
2864
|
}
|
|
2869
|
-
.
|
|
2870
|
-
|
|
2865
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2866
|
+
box-shadow: none;
|
|
2871
2867
|
}
|
|
2872
|
-
.
|
|
2873
|
-
|
|
2868
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2869
|
+
margin-right: 0;
|
|
2870
|
+
width: initial;
|
|
2871
|
+
box-shadow: none;
|
|
2874
2872
|
}
|
|
2875
|
-
.
|
|
2876
|
-
|
|
2873
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2874
|
+
display: none;
|
|
2877
2875
|
}
|
|
2878
|
-
.
|
|
2879
|
-
|
|
2876
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2877
|
+
display: inline;
|
|
2880
2878
|
}
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
margin-
|
|
2879
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2880
|
+
display: inline;
|
|
2881
|
+
margin-right: 8px;
|
|
2882
|
+
padding: 0;
|
|
2883
|
+
width: 36px;
|
|
2884
2884
|
}
|
|
2885
2885
|
|
|
2886
2886
|
.t1upn1sz {
|
|
@@ -3246,6 +3246,87 @@ input.rrg1fkn.ant-input {
|
|
|
3246
3246
|
background: #fff;
|
|
3247
3247
|
}
|
|
3248
3248
|
|
|
3249
|
+
.s1fc623g {
|
|
3250
|
+
width: 430px !important;
|
|
3251
|
+
}
|
|
3252
|
+
|
|
3253
|
+
.da3mx0o .ant-select-item-group {
|
|
3254
|
+
padding: 8px 16px;
|
|
3255
|
+
line-height: 18px;
|
|
3256
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3257
|
+
height: 34px;
|
|
3258
|
+
min-height: 34px;
|
|
3259
|
+
box-sizing: border-box;
|
|
3260
|
+
margin-top: 8px;
|
|
3261
|
+
}
|
|
3262
|
+
|
|
3263
|
+
.onr9gzt {
|
|
3264
|
+
display: flex;
|
|
3265
|
+
flex-direction: column;
|
|
3266
|
+
margin: 1px 8px;
|
|
3267
|
+
padding: 8px;
|
|
3268
|
+
border-radius: 4px;
|
|
3269
|
+
}
|
|
3270
|
+
.onr9gzt .selected-icon {
|
|
3271
|
+
display: none;
|
|
3272
|
+
}
|
|
3273
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3274
|
+
padding-left: 8px;
|
|
3275
|
+
}
|
|
3276
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3277
|
+
background-color: white;
|
|
3278
|
+
}
|
|
3279
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3280
|
+
color: #0080ff;
|
|
3281
|
+
}
|
|
3282
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3283
|
+
display: block;
|
|
3284
|
+
}
|
|
3285
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3286
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3287
|
+
}
|
|
3288
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3289
|
+
color: #0080ff;
|
|
3290
|
+
}
|
|
3291
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3292
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3293
|
+
color: #0080ff;
|
|
3294
|
+
}
|
|
3295
|
+
|
|
3296
|
+
.oiy0apc {
|
|
3297
|
+
display: flex;
|
|
3298
|
+
justify-content: space-between;
|
|
3299
|
+
height: 20px;
|
|
3300
|
+
line-height: 20px;
|
|
3301
|
+
}
|
|
3302
|
+
.oiy0apc .timezone-title {
|
|
3303
|
+
color: #2d3a56;
|
|
3304
|
+
overflow: hidden;
|
|
3305
|
+
text-overflow: ellipsis;
|
|
3306
|
+
}
|
|
3307
|
+
|
|
3308
|
+
.of4y382 {
|
|
3309
|
+
display: flex;
|
|
3310
|
+
justify-content: space-between;
|
|
3311
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3312
|
+
height: 18px;
|
|
3313
|
+
line-height: 18px;
|
|
3314
|
+
margin-top: 2px;
|
|
3315
|
+
}
|
|
3316
|
+
|
|
3317
|
+
.t19903l9 {
|
|
3318
|
+
border: none;
|
|
3319
|
+
margin-right: 0;
|
|
3320
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3321
|
+
}
|
|
3322
|
+
|
|
3323
|
+
.ohwbvxu {
|
|
3324
|
+
pointer-events: none;
|
|
3325
|
+
height: 32px;
|
|
3326
|
+
width: 100%;
|
|
3327
|
+
opacity: 0;
|
|
3328
|
+
}
|
|
3329
|
+
|
|
3249
3330
|
.d6j0lbj {
|
|
3250
3331
|
font-family: Inter;
|
|
3251
3332
|
font-style: normal;
|
|
@@ -3721,87 +3802,6 @@ input.rrg1fkn.ant-input {
|
|
|
3721
3802
|
line-height: 12px;
|
|
3722
3803
|
}
|
|
3723
3804
|
|
|
3724
|
-
.s1fc623g {
|
|
3725
|
-
width: 430px !important;
|
|
3726
|
-
}
|
|
3727
|
-
|
|
3728
|
-
.da3mx0o .ant-select-item-group {
|
|
3729
|
-
padding: 8px 16px;
|
|
3730
|
-
line-height: 18px;
|
|
3731
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3732
|
-
height: 34px;
|
|
3733
|
-
min-height: 34px;
|
|
3734
|
-
box-sizing: border-box;
|
|
3735
|
-
margin-top: 8px;
|
|
3736
|
-
}
|
|
3737
|
-
|
|
3738
|
-
.onr9gzt {
|
|
3739
|
-
display: flex;
|
|
3740
|
-
flex-direction: column;
|
|
3741
|
-
margin: 1px 8px;
|
|
3742
|
-
padding: 8px;
|
|
3743
|
-
border-radius: 4px;
|
|
3744
|
-
}
|
|
3745
|
-
.onr9gzt .selected-icon {
|
|
3746
|
-
display: none;
|
|
3747
|
-
}
|
|
3748
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
3749
|
-
padding-left: 8px;
|
|
3750
|
-
}
|
|
3751
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
3752
|
-
background-color: white;
|
|
3753
|
-
}
|
|
3754
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3755
|
-
color: #0080ff;
|
|
3756
|
-
}
|
|
3757
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3758
|
-
display: block;
|
|
3759
|
-
}
|
|
3760
|
-
.onr9gzt.ant-select-item-option-active {
|
|
3761
|
-
background: rgba(0, 136, 255, 0.16);
|
|
3762
|
-
}
|
|
3763
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3764
|
-
color: #0080ff;
|
|
3765
|
-
}
|
|
3766
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3767
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3768
|
-
color: #0080ff;
|
|
3769
|
-
}
|
|
3770
|
-
|
|
3771
|
-
.oiy0apc {
|
|
3772
|
-
display: flex;
|
|
3773
|
-
justify-content: space-between;
|
|
3774
|
-
height: 20px;
|
|
3775
|
-
line-height: 20px;
|
|
3776
|
-
}
|
|
3777
|
-
.oiy0apc .timezone-title {
|
|
3778
|
-
color: #2d3a56;
|
|
3779
|
-
overflow: hidden;
|
|
3780
|
-
text-overflow: ellipsis;
|
|
3781
|
-
}
|
|
3782
|
-
|
|
3783
|
-
.of4y382 {
|
|
3784
|
-
display: flex;
|
|
3785
|
-
justify-content: space-between;
|
|
3786
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3787
|
-
height: 18px;
|
|
3788
|
-
line-height: 18px;
|
|
3789
|
-
margin-top: 2px;
|
|
3790
|
-
}
|
|
3791
|
-
|
|
3792
|
-
.t19903l9 {
|
|
3793
|
-
border: none;
|
|
3794
|
-
margin-right: 0;
|
|
3795
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3796
|
-
}
|
|
3797
|
-
|
|
3798
|
-
.ohwbvxu {
|
|
3799
|
-
pointer-events: none;
|
|
3800
|
-
height: 32px;
|
|
3801
|
-
width: 100%;
|
|
3802
|
-
opacity: 0;
|
|
3803
|
-
}
|
|
3804
|
-
|
|
3805
3805
|
.i1e4sgug {
|
|
3806
3806
|
display: inline-block;
|
|
3807
3807
|
}
|
|
@@ -4137,6 +4137,37 @@ input.rrg1fkn.ant-input {
|
|
|
4137
4137
|
background: rgba(163, 180, 204, 0.18);
|
|
4138
4138
|
}
|
|
4139
4139
|
|
|
4140
|
+
.f1p9ti6d {
|
|
4141
|
+
width: 100%;
|
|
4142
|
+
margin-bottom: 0 !important;
|
|
4143
|
+
flex-flow: nowrap !important;
|
|
4144
|
+
line-break: auto;
|
|
4145
|
+
}
|
|
4146
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
4147
|
+
text-align: left !important;
|
|
4148
|
+
padding-bottom: 0 !important;
|
|
4149
|
+
}
|
|
4150
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
4151
|
+
min-height: 32px;
|
|
4152
|
+
height: auto;
|
|
4153
|
+
font-size: 13px;
|
|
4154
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4155
|
+
white-space: normal;
|
|
4156
|
+
}
|
|
4157
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4158
|
+
border-color: #ff4d4f !important;
|
|
4159
|
+
}
|
|
4160
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
4161
|
+
margin-top: 4px;
|
|
4162
|
+
font-size: 12px;
|
|
4163
|
+
min-height: 0px;
|
|
4164
|
+
}
|
|
4165
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
4166
|
+
font-size: 12px;
|
|
4167
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4168
|
+
min-height: 0px;
|
|
4169
|
+
}
|
|
4170
|
+
|
|
4140
4171
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
4141
4172
|
display: var(--at4ovwe-0);
|
|
4142
4173
|
}
|
|
@@ -4379,37 +4410,6 @@ input.rrg1fkn.ant-input {
|
|
|
4379
4410
|
margin-right: 8px;
|
|
4380
4411
|
}
|
|
4381
4412
|
|
|
4382
|
-
.f1p9ti6d {
|
|
4383
|
-
width: 100%;
|
|
4384
|
-
margin-bottom: 0 !important;
|
|
4385
|
-
flex-flow: nowrap !important;
|
|
4386
|
-
line-break: auto;
|
|
4387
|
-
}
|
|
4388
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
4389
|
-
text-align: left !important;
|
|
4390
|
-
padding-bottom: 0 !important;
|
|
4391
|
-
}
|
|
4392
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
4393
|
-
min-height: 32px;
|
|
4394
|
-
height: auto;
|
|
4395
|
-
font-size: 13px;
|
|
4396
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4397
|
-
white-space: normal;
|
|
4398
|
-
}
|
|
4399
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4400
|
-
border-color: #ff4d4f !important;
|
|
4401
|
-
}
|
|
4402
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
4403
|
-
margin-top: 4px;
|
|
4404
|
-
font-size: 12px;
|
|
4405
|
-
min-height: 0px;
|
|
4406
|
-
}
|
|
4407
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
4408
|
-
font-size: 12px;
|
|
4409
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4410
|
-
min-height: 0px;
|
|
4411
|
-
}
|
|
4412
|
-
|
|
4413
4413
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4414
4414
|
display: var(--a6dbbkm-0);
|
|
4415
4415
|
}
|