@cloudtower/eagle 0.24.23 → 0.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Fields/index.d.ts +2 -2
- package/dist/components.css +244 -244
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +20 -21
- package/dist/spec/base.d.ts +4 -4
- package/dist/style.css +431 -431
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/types.d.ts +0 -15
- package/package.json +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const fields: {
|
|
3
|
-
Int: ({ input, meta, onBlur, autoComplete, supportNegativeValue, ...props }: import("
|
|
4
|
-
Integer: ({ meta, input, onBlur, ...props }: import("
|
|
3
|
+
Int: ({ input, meta, onBlur, autoComplete, supportNegativeValue, ...props }: import("../..").IntFieldProps) => JSX.Element;
|
|
4
|
+
Integer: ({ meta, input, onBlur, ...props }: import("../..").IntegerFieldProps) => JSX.Element;
|
|
5
5
|
Float: ({ input, meta, onBlur, autoComplete, ...props }: import("../../spec").FloatFieldProps) => JSX.Element;
|
|
6
6
|
DateTime: ({ input }: import("../../spec").FieldBaseProps) => JSX.Element;
|
|
7
7
|
TimePicker: ({ input, meta, ...props }: import("../../spec/react-final-form").FieldRenderProps<any, HTMLElement> & {
|
package/dist/components.css
CHANGED
|
@@ -1802,19 +1802,6 @@ body {
|
|
|
1802
1802
|
font-size: 18px;
|
|
1803
1803
|
}
|
|
1804
1804
|
|
|
1805
|
-
.iap75of {
|
|
1806
|
-
height: 18px;
|
|
1807
|
-
line-height: 18px;
|
|
1808
|
-
padding: 0 4px;
|
|
1809
|
-
border-radius: 4px;
|
|
1810
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1811
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1812
|
-
display: flex;
|
|
1813
|
-
align-items: center;
|
|
1814
|
-
white-space: nowrap;
|
|
1815
|
-
margin-right: 4px;
|
|
1816
|
-
}
|
|
1817
|
-
|
|
1818
1805
|
.i1mrf09m {
|
|
1819
1806
|
display: inline-flex;
|
|
1820
1807
|
align-items: center;
|
|
@@ -1833,6 +1820,19 @@ body {
|
|
|
1833
1820
|
animation: rotate 680ms linear infinite;
|
|
1834
1821
|
}
|
|
1835
1822
|
|
|
1823
|
+
.iap75of {
|
|
1824
|
+
height: 18px;
|
|
1825
|
+
line-height: 18px;
|
|
1826
|
+
padding: 0 4px;
|
|
1827
|
+
border-radius: 4px;
|
|
1828
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1829
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1830
|
+
display: flex;
|
|
1831
|
+
align-items: center;
|
|
1832
|
+
white-space: nowrap;
|
|
1833
|
+
margin-right: 4px;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
1836
|
.obf05yr {
|
|
1837
1837
|
display: inline-block;
|
|
1838
1838
|
}
|
|
@@ -1842,59 +1842,203 @@ body {
|
|
|
1842
1842
|
position: absolute;
|
|
1843
1843
|
}
|
|
1844
1844
|
|
|
1845
|
-
.
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1845
|
+
.p12gwtiw {
|
|
1846
|
+
display: flex;
|
|
1847
|
+
justify-content: space-between;
|
|
1848
|
+
align-items: center;
|
|
1849
|
+
padding: 10px 0;
|
|
1850
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1851
|
+
font-size: 12px;
|
|
1852
|
+
line-height: 24px;
|
|
1850
1853
|
}
|
|
1851
|
-
.
|
|
1852
|
-
|
|
1854
|
+
.p12gwtiw .pagination-left {
|
|
1855
|
+
padding: 2px 8px;
|
|
1853
1856
|
}
|
|
1854
|
-
.
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
+
.p12gwtiw .dropdown-trigger {
|
|
1858
|
+
display: flex;
|
|
1859
|
+
align-items: center;
|
|
1860
|
+
border-radius: 6px;
|
|
1861
|
+
cursor: pointer;
|
|
1862
|
+
transition: all 0.3s ease;
|
|
1857
1863
|
}
|
|
1858
|
-
.
|
|
1859
|
-
|
|
1860
|
-
|
|
1864
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1865
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1866
|
+
color: #0080ff;
|
|
1861
1867
|
}
|
|
1862
|
-
.
|
|
1863
|
-
|
|
1864
|
-
width: 20px;
|
|
1868
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1869
|
+
margin-left: 4px;
|
|
1865
1870
|
}
|
|
1866
|
-
.
|
|
1867
|
-
|
|
1868
|
-
|
|
1871
|
+
.p12gwtiw .pagination-right {
|
|
1872
|
+
display: flex;
|
|
1873
|
+
align-items: center;
|
|
1874
|
+
color: #0080ff;
|
|
1875
|
+
font-weight: bold;
|
|
1869
1876
|
}
|
|
1870
|
-
.
|
|
1871
|
-
|
|
1872
|
-
width: 14px;
|
|
1873
|
-
top: 1px;
|
|
1874
|
-
left: 1px;
|
|
1877
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1878
|
+
margin-left: 4px;
|
|
1875
1879
|
}
|
|
1876
|
-
.
|
|
1877
|
-
|
|
1878
|
-
|
|
1880
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1881
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1882
|
+
padding: 0 8px;
|
|
1879
1883
|
}
|
|
1880
|
-
.
|
|
1881
|
-
|
|
1884
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1885
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1886
|
+
color: #0080ff;
|
|
1882
1887
|
}
|
|
1883
|
-
.
|
|
1884
|
-
|
|
1888
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1889
|
+
transform: rotate(180deg);
|
|
1885
1890
|
}
|
|
1886
|
-
|
|
1887
|
-
|
|
1891
|
+
|
|
1892
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1893
|
+
max-height: calc(100vh - 128px);
|
|
1894
|
+
overflow-y: auto;
|
|
1888
1895
|
}
|
|
1889
|
-
.
|
|
1890
|
-
|
|
1896
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1897
|
+
padding: 4px 20px;
|
|
1898
|
+
font-size: 12px;
|
|
1899
|
+
line-height: 18px;
|
|
1891
1900
|
}
|
|
1892
|
-
|
|
1893
|
-
|
|
1901
|
+
|
|
1902
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1903
|
+
display: inline-flex;
|
|
1904
|
+
align-items: baseline;
|
|
1905
|
+
white-space: pre-wrap;
|
|
1906
|
+
}
|
|
1907
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1908
|
+
position: relative;
|
|
1909
|
+
top: 3px;
|
|
1910
|
+
}
|
|
1911
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1912
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1913
|
+
}
|
|
1914
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1915
|
+
border-color: #0080ff;
|
|
1916
|
+
}
|
|
1917
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1918
|
+
border-color: #0080ff;
|
|
1919
|
+
background: #0080ff;
|
|
1920
|
+
}
|
|
1921
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1922
|
+
top: 4px;
|
|
1923
|
+
left: 4px;
|
|
1924
|
+
width: 6px;
|
|
1925
|
+
height: 6px;
|
|
1926
|
+
background: #fff;
|
|
1927
|
+
}
|
|
1928
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1929
|
+
opacity: 0.5;
|
|
1930
|
+
}
|
|
1931
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1932
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1933
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1934
|
+
}
|
|
1935
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1936
|
+
background: #00122e;
|
|
1937
|
+
}
|
|
1938
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1939
|
+
color: #00122e;
|
|
1940
|
+
opacity: 0.5;
|
|
1941
|
+
}
|
|
1942
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1943
|
+
color: #00122e;
|
|
1944
|
+
}
|
|
1945
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1946
|
+
display: inline-block;
|
|
1947
|
+
padding: 0;
|
|
1948
|
+
padding-left: 12px;
|
|
1949
|
+
}
|
|
1950
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1951
|
+
margin-bottom: 0;
|
|
1952
|
+
white-space: pre-wrap;
|
|
1953
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1954
|
+
}
|
|
1955
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
1956
|
+
padding-left: 8px;
|
|
1894
1957
|
}
|
|
1895
1958
|
|
|
1896
|
-
.
|
|
1897
|
-
|
|
1959
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
1960
|
+
border-radius: 5px 0 0 5px;
|
|
1961
|
+
}
|
|
1962
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
1963
|
+
border-radius: 0 5px 5px 0;
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
.r1f0aqcc {
|
|
1967
|
+
color: #00122e;
|
|
1968
|
+
border-color: #ccd4e3;
|
|
1969
|
+
}
|
|
1970
|
+
.r1f0aqcc:first-child {
|
|
1971
|
+
color: #00122e;
|
|
1972
|
+
border-color: #a3b4cc;
|
|
1973
|
+
}
|
|
1974
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
1975
|
+
padding: 0 12px;
|
|
1976
|
+
line-height: 32px;
|
|
1977
|
+
height: 32px;
|
|
1978
|
+
}
|
|
1979
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
1980
|
+
white-space: nowrap;
|
|
1981
|
+
}
|
|
1982
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
1983
|
+
background: #ccd4e3;
|
|
1984
|
+
}
|
|
1985
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
1986
|
+
background: #0080ff;
|
|
1987
|
+
}
|
|
1988
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
1989
|
+
background: #ccd4e3;
|
|
1990
|
+
opacity: 0.5;
|
|
1991
|
+
}
|
|
1992
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
1993
|
+
border-right-color: #0080ff;
|
|
1994
|
+
}
|
|
1995
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
1996
|
+
border-color: #0080ff;
|
|
1997
|
+
}
|
|
1998
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
1999
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2000
|
+
}
|
|
2001
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2002
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2003
|
+
border-color: #ccd4e3;
|
|
2004
|
+
opacity: 0.5;
|
|
2005
|
+
}
|
|
2006
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2007
|
+
color: #00122e;
|
|
2008
|
+
border-color: #ccd4e3;
|
|
2009
|
+
}
|
|
2010
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2011
|
+
color: #00122e;
|
|
2012
|
+
border-color: #ccd4e3;
|
|
2013
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2014
|
+
}
|
|
2015
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2016
|
+
margin-right: 8px;
|
|
2017
|
+
display: inline;
|
|
2018
|
+
border: none;
|
|
2019
|
+
padding: 0;
|
|
2020
|
+
width: 36px;
|
|
2021
|
+
background: transparent;
|
|
2022
|
+
}
|
|
2023
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2024
|
+
box-shadow: none;
|
|
2025
|
+
}
|
|
2026
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2027
|
+
margin-right: 0;
|
|
2028
|
+
width: initial;
|
|
2029
|
+
box-shadow: none;
|
|
2030
|
+
}
|
|
2031
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2032
|
+
display: none;
|
|
2033
|
+
}
|
|
2034
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2035
|
+
display: inline;
|
|
2036
|
+
}
|
|
2037
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2038
|
+
display: inline;
|
|
2039
|
+
margin-right: 8px;
|
|
2040
|
+
padding: 0;
|
|
2041
|
+
width: 36px;
|
|
1898
2042
|
}
|
|
1899
2043
|
|
|
1900
2044
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
@@ -2645,203 +2789,59 @@ input.rrg1fkn.ant-input {
|
|
|
2645
2789
|
border-bottom-left-radius: 0;
|
|
2646
2790
|
}
|
|
2647
2791
|
|
|
2648
|
-
.
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
white-space: pre-wrap;
|
|
2652
|
-
}
|
|
2653
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2654
|
-
position: relative;
|
|
2655
|
-
top: 3px;
|
|
2656
|
-
}
|
|
2657
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2658
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2659
|
-
}
|
|
2660
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2661
|
-
border-color: #0080ff;
|
|
2662
|
-
}
|
|
2663
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2664
|
-
border-color: #0080ff;
|
|
2665
|
-
background: #0080ff;
|
|
2666
|
-
}
|
|
2667
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2668
|
-
top: 4px;
|
|
2669
|
-
left: 4px;
|
|
2670
|
-
width: 6px;
|
|
2671
|
-
height: 6px;
|
|
2672
|
-
background: #fff;
|
|
2673
|
-
}
|
|
2674
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2675
|
-
opacity: 0.5;
|
|
2676
|
-
}
|
|
2677
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2678
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2679
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2680
|
-
}
|
|
2681
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2682
|
-
background: #00122e;
|
|
2683
|
-
}
|
|
2684
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2685
|
-
color: #00122e;
|
|
2686
|
-
opacity: 0.5;
|
|
2687
|
-
}
|
|
2688
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2689
|
-
color: #00122e;
|
|
2690
|
-
}
|
|
2691
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2692
|
-
display: inline-block;
|
|
2693
|
-
padding: 0;
|
|
2694
|
-
padding-left: 12px;
|
|
2695
|
-
}
|
|
2696
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2697
|
-
margin-bottom: 0;
|
|
2698
|
-
white-space: pre-wrap;
|
|
2699
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2700
|
-
}
|
|
2701
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2702
|
-
padding-left: 8px;
|
|
2703
|
-
}
|
|
2704
|
-
|
|
2705
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2706
|
-
border-radius: 5px 0 0 5px;
|
|
2707
|
-
}
|
|
2708
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2709
|
-
border-radius: 0 5px 5px 0;
|
|
2710
|
-
}
|
|
2711
|
-
|
|
2712
|
-
.r1f0aqcc {
|
|
2713
|
-
color: #00122e;
|
|
2714
|
-
border-color: #ccd4e3;
|
|
2715
|
-
}
|
|
2716
|
-
.r1f0aqcc:first-child {
|
|
2717
|
-
color: #00122e;
|
|
2718
|
-
border-color: #a3b4cc;
|
|
2719
|
-
}
|
|
2720
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2721
|
-
padding: 0 12px;
|
|
2722
|
-
line-height: 32px;
|
|
2723
|
-
height: 32px;
|
|
2724
|
-
}
|
|
2725
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2726
|
-
white-space: nowrap;
|
|
2727
|
-
}
|
|
2728
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2729
|
-
background: #ccd4e3;
|
|
2730
|
-
}
|
|
2731
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2732
|
-
background: #0080ff;
|
|
2733
|
-
}
|
|
2734
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2735
|
-
background: #ccd4e3;
|
|
2736
|
-
opacity: 0.5;
|
|
2737
|
-
}
|
|
2738
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2739
|
-
border-right-color: #0080ff;
|
|
2740
|
-
}
|
|
2741
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2742
|
-
border-color: #0080ff;
|
|
2743
|
-
}
|
|
2744
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2745
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2746
|
-
}
|
|
2747
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2748
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2749
|
-
border-color: #ccd4e3;
|
|
2750
|
-
opacity: 0.5;
|
|
2751
|
-
}
|
|
2752
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2753
|
-
color: #00122e;
|
|
2754
|
-
border-color: #ccd4e3;
|
|
2755
|
-
}
|
|
2756
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2757
|
-
color: #00122e;
|
|
2758
|
-
border-color: #ccd4e3;
|
|
2792
|
+
.s34f1qb.ant-switch {
|
|
2793
|
+
min-width: 40px;
|
|
2794
|
+
height: 24px;
|
|
2759
2795
|
background: rgba(172, 186, 211, 0.6);
|
|
2796
|
+
overflow: hidden;
|
|
2760
2797
|
}
|
|
2761
|
-
.
|
|
2762
|
-
|
|
2763
|
-
display: inline;
|
|
2764
|
-
border: none;
|
|
2765
|
-
padding: 0;
|
|
2766
|
-
width: 36px;
|
|
2767
|
-
background: transparent;
|
|
2768
|
-
}
|
|
2769
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2770
|
-
box-shadow: none;
|
|
2771
|
-
}
|
|
2772
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2773
|
-
margin-right: 0;
|
|
2774
|
-
width: initial;
|
|
2775
|
-
box-shadow: none;
|
|
2776
|
-
}
|
|
2777
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2778
|
-
display: none;
|
|
2779
|
-
}
|
|
2780
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2781
|
-
display: inline;
|
|
2798
|
+
.s34f1qb.ant-switch:focus {
|
|
2799
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2782
2800
|
}
|
|
2783
|
-
.
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
padding: 0;
|
|
2787
|
-
width: 36px;
|
|
2801
|
+
.s34f1qb.ant-switch-small {
|
|
2802
|
+
min-width: 26px;
|
|
2803
|
+
height: 16px;
|
|
2788
2804
|
}
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
justify-content: space-between;
|
|
2793
|
-
align-items: center;
|
|
2794
|
-
padding: 10px 0;
|
|
2795
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2796
|
-
font-size: 12px;
|
|
2797
|
-
line-height: 24px;
|
|
2805
|
+
.s34f1qb.ant-switch-large {
|
|
2806
|
+
min-width: 52px;
|
|
2807
|
+
height: 32px;
|
|
2798
2808
|
}
|
|
2799
|
-
.
|
|
2800
|
-
|
|
2809
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2810
|
+
height: 20px;
|
|
2811
|
+
width: 20px;
|
|
2801
2812
|
}
|
|
2802
|
-
.
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
border-radius: 6px;
|
|
2806
|
-
cursor: pointer;
|
|
2807
|
-
transition: all 0.3s ease;
|
|
2813
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2814
|
+
border-radius: 10px;
|
|
2815
|
+
transition-delay: 120ms;
|
|
2808
2816
|
}
|
|
2809
|
-
.
|
|
2810
|
-
|
|
2811
|
-
|
|
2817
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2818
|
+
height: 14px;
|
|
2819
|
+
width: 14px;
|
|
2820
|
+
top: 1px;
|
|
2821
|
+
left: 1px;
|
|
2812
2822
|
}
|
|
2813
|
-
.
|
|
2814
|
-
|
|
2823
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2824
|
+
height: 28px;
|
|
2825
|
+
width: 28px;
|
|
2815
2826
|
}
|
|
2816
|
-
.
|
|
2817
|
-
|
|
2818
|
-
align-items: center;
|
|
2819
|
-
color: #0080ff;
|
|
2820
|
-
font-weight: bold;
|
|
2827
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2828
|
+
border-radius: 14px;
|
|
2821
2829
|
}
|
|
2822
|
-
.
|
|
2823
|
-
|
|
2830
|
+
.s34f1qb.ant-switch-checked {
|
|
2831
|
+
background-color: #00ba5d;
|
|
2824
2832
|
}
|
|
2825
|
-
.
|
|
2826
|
-
|
|
2827
|
-
padding: 0 8px;
|
|
2833
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2834
|
+
left: calc(100% - 20px - 2px);
|
|
2828
2835
|
}
|
|
2829
|
-
.
|
|
2830
|
-
|
|
2831
|
-
color: #0080ff;
|
|
2836
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2837
|
+
left: calc(100% - 14px - 1px);
|
|
2832
2838
|
}
|
|
2833
|
-
.
|
|
2834
|
-
|
|
2839
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2840
|
+
left: calc(100% - 28px - 2px);
|
|
2835
2841
|
}
|
|
2836
2842
|
|
|
2837
|
-
.
|
|
2838
|
-
|
|
2839
|
-
overflow-y: auto;
|
|
2840
|
-
}
|
|
2841
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2842
|
-
padding: 4px 20px;
|
|
2843
|
-
font-size: 12px;
|
|
2844
|
-
line-height: 18px;
|
|
2843
|
+
.c1to9vb9 {
|
|
2844
|
+
margin-left: 5px;
|
|
2845
2845
|
}
|
|
2846
2846
|
|
|
2847
2847
|
.t1upn1sz {
|
|
@@ -3838,16 +3838,6 @@ input.rrg1fkn.ant-input {
|
|
|
3838
3838
|
margin-left: 24px;
|
|
3839
3839
|
}
|
|
3840
3840
|
|
|
3841
|
-
.igz4le8 {
|
|
3842
|
-
height: 24px;
|
|
3843
|
-
width: 56px !important;
|
|
3844
|
-
margin-right: 4px;
|
|
3845
|
-
}
|
|
3846
|
-
|
|
3847
|
-
.c1riexje {
|
|
3848
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3849
|
-
}
|
|
3850
|
-
|
|
3851
3841
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3852
3842
|
border-radius: 6px;
|
|
3853
3843
|
}
|
|
@@ -3903,6 +3893,16 @@ input.rrg1fkn.ant-input {
|
|
|
3903
3893
|
transform: rotate(180deg);
|
|
3904
3894
|
}
|
|
3905
3895
|
|
|
3896
|
+
.igz4le8 {
|
|
3897
|
+
height: 24px;
|
|
3898
|
+
width: 56px !important;
|
|
3899
|
+
margin-right: 4px;
|
|
3900
|
+
}
|
|
3901
|
+
|
|
3902
|
+
.c1riexje {
|
|
3903
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3904
|
+
}
|
|
3905
|
+
|
|
3906
3906
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3907
3907
|
display: flex;
|
|
3908
3908
|
}
|