@cloudtower/eagle 0.25.0 → 0.25.2
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.css +245 -224
- package/dist/esm/index.js +17 -36
- package/dist/esm/stats1.html +1 -1
- package/dist/hooks/index.d.ts +0 -1
- package/dist/spec/type.d.ts +0 -26
- package/dist/store/modal.d.ts +0 -8
- package/dist/style.css +230 -209
- package/dist/umd/index.js +16 -38
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/constants.d.ts +0 -10
- package/dist/utils/formatValue.d.ts +1 -1
- package/dist/utils/index.d.ts +0 -1
- package/dist/variables.scss +6 -0
- package/package.json +5 -5
- package/dist/hooks/utils.d.ts +0 -3
- package/dist/utils/types.d.ts +0 -69
package/dist/components.css
CHANGED
|
@@ -633,6 +633,23 @@
|
|
|
633
633
|
display: none;
|
|
634
634
|
}
|
|
635
635
|
|
|
636
|
+
body {
|
|
637
|
+
font-feature-settings: normal;
|
|
638
|
+
-webkit-font-feature-settings: normal;
|
|
639
|
+
font-variant: normal;
|
|
640
|
+
min-width: 1280px;
|
|
641
|
+
overflow: hidden;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
p {
|
|
645
|
+
margin: 0;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
#root {
|
|
649
|
+
width: 100vw;
|
|
650
|
+
overflow-x: auto;
|
|
651
|
+
}
|
|
652
|
+
|
|
636
653
|
.disable-select {
|
|
637
654
|
-webkit-touch-callout: none;
|
|
638
655
|
-webkit-user-select: none;
|
|
@@ -685,6 +702,10 @@
|
|
|
685
702
|
border-color: #e75a3a;
|
|
686
703
|
}
|
|
687
704
|
|
|
705
|
+
.ant-picker-cell {
|
|
706
|
+
vertical-align: middle;
|
|
707
|
+
}
|
|
708
|
+
|
|
688
709
|
.ant-modal {
|
|
689
710
|
margin: 0 auto;
|
|
690
711
|
max-width: 100%;
|
|
@@ -905,7 +926,7 @@
|
|
|
905
926
|
}
|
|
906
927
|
|
|
907
928
|
.select.ant-select-single .ant-select-selector .ant-select-selection-item :first-child {
|
|
908
|
-
line-height:
|
|
929
|
+
line-height: 32px;
|
|
909
930
|
}
|
|
910
931
|
|
|
911
932
|
.select:focus .ant-select-selection {
|
|
@@ -1510,6 +1531,15 @@ body {
|
|
|
1510
1531
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1511
1532
|
}
|
|
1512
1533
|
}
|
|
1534
|
+
.obf05yr {
|
|
1535
|
+
display: inline-block;
|
|
1536
|
+
}
|
|
1537
|
+
|
|
1538
|
+
.hsms1n6 {
|
|
1539
|
+
visibility: hidden;
|
|
1540
|
+
position: absolute;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1513
1543
|
.buj61ew.ant-btn {
|
|
1514
1544
|
height: 32px;
|
|
1515
1545
|
border-radius: 6px;
|
|
@@ -1758,48 +1788,17 @@ body {
|
|
|
1758
1788
|
padding: 0;
|
|
1759
1789
|
}
|
|
1760
1790
|
|
|
1761
|
-
.
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
}
|
|
1769
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1770
|
-
--color: #0080ff;
|
|
1771
|
-
}
|
|
1772
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1773
|
-
--color: #0080ff;
|
|
1774
|
-
}
|
|
1775
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1776
|
-
margin-left: 1px;
|
|
1777
|
-
}
|
|
1778
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1779
|
-
border-top-right-radius: 0;
|
|
1780
|
-
border-bottom-right-radius: 0;
|
|
1781
|
-
}
|
|
1782
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1783
|
-
border-top-left-radius: 0;
|
|
1784
|
-
border-bottom-left-radius: 0;
|
|
1785
|
-
}
|
|
1786
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1787
|
-
border-radius: unset;
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
.fde5mpd {
|
|
1791
|
-
width: 100%;
|
|
1792
|
-
height: 100%;
|
|
1793
|
-
min-height: 124px;
|
|
1791
|
+
.iap75of {
|
|
1792
|
+
height: 18px;
|
|
1793
|
+
line-height: 18px;
|
|
1794
|
+
padding: 0 4px;
|
|
1795
|
+
border-radius: 4px;
|
|
1796
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1797
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1794
1798
|
display: flex;
|
|
1795
|
-
flex-direction: column;
|
|
1796
|
-
justify-content: center;
|
|
1797
1799
|
align-items: center;
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1801
|
-
margin-bottom: 16px;
|
|
1802
|
-
font-size: 18px;
|
|
1800
|
+
white-space: nowrap;
|
|
1801
|
+
margin-right: 4px;
|
|
1803
1802
|
}
|
|
1804
1803
|
|
|
1805
1804
|
.i1mrf09m {
|
|
@@ -1820,26 +1819,48 @@ body {
|
|
|
1820
1819
|
animation: rotate 680ms linear infinite;
|
|
1821
1820
|
}
|
|
1822
1821
|
|
|
1823
|
-
.
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
border-radius: 4px;
|
|
1828
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1829
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1822
|
+
.fde5mpd {
|
|
1823
|
+
width: 100%;
|
|
1824
|
+
height: 100%;
|
|
1825
|
+
min-height: 124px;
|
|
1830
1826
|
display: flex;
|
|
1827
|
+
flex-direction: column;
|
|
1828
|
+
justify-content: center;
|
|
1831
1829
|
align-items: center;
|
|
1832
|
-
|
|
1833
|
-
|
|
1830
|
+
}
|
|
1831
|
+
.fde5mpd .error-text {
|
|
1832
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1833
|
+
margin-bottom: 16px;
|
|
1834
|
+
font-size: 18px;
|
|
1834
1835
|
}
|
|
1835
1836
|
|
|
1836
|
-
.
|
|
1837
|
-
|
|
1837
|
+
.bpq0js6 {
|
|
1838
|
+
padding: 4px 11px;
|
|
1838
1839
|
}
|
|
1839
1840
|
|
|
1840
|
-
.
|
|
1841
|
-
|
|
1842
|
-
|
|
1841
|
+
.b15sn34c {
|
|
1842
|
+
white-space: nowrap;
|
|
1843
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1844
|
+
}
|
|
1845
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1846
|
+
--color: #0080ff;
|
|
1847
|
+
}
|
|
1848
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1849
|
+
--color: #0080ff;
|
|
1850
|
+
}
|
|
1851
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1852
|
+
margin-left: 1px;
|
|
1853
|
+
}
|
|
1854
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1855
|
+
border-top-right-radius: 0;
|
|
1856
|
+
border-bottom-right-radius: 0;
|
|
1857
|
+
}
|
|
1858
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1859
|
+
border-top-left-radius: 0;
|
|
1860
|
+
border-bottom-left-radius: 0;
|
|
1861
|
+
}
|
|
1862
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1863
|
+
border-radius: unset;
|
|
1843
1864
|
}
|
|
1844
1865
|
|
|
1845
1866
|
.p12gwtiw {
|
|
@@ -1899,146 +1920,59 @@ body {
|
|
|
1899
1920
|
line-height: 18px;
|
|
1900
1921
|
}
|
|
1901
1922
|
|
|
1902
|
-
.
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
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;
|
|
1957
|
-
}
|
|
1958
|
-
|
|
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;
|
|
1923
|
+
.s34f1qb.ant-switch {
|
|
1924
|
+
min-width: 40px;
|
|
1925
|
+
height: 24px;
|
|
1926
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1927
|
+
overflow: hidden;
|
|
1964
1928
|
}
|
|
1965
|
-
|
|
1966
|
-
.
|
|
1967
|
-
color: #00122e;
|
|
1968
|
-
border-color: #ccd4e3;
|
|
1929
|
+
.s34f1qb.ant-switch:focus {
|
|
1930
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1969
1931
|
}
|
|
1970
|
-
.
|
|
1971
|
-
|
|
1972
|
-
|
|
1932
|
+
.s34f1qb.ant-switch-small {
|
|
1933
|
+
min-width: 26px;
|
|
1934
|
+
height: 16px;
|
|
1973
1935
|
}
|
|
1974
|
-
.
|
|
1975
|
-
|
|
1976
|
-
line-height: 32px;
|
|
1936
|
+
.s34f1qb.ant-switch-large {
|
|
1937
|
+
min-width: 52px;
|
|
1977
1938
|
height: 32px;
|
|
1978
1939
|
}
|
|
1979
|
-
.
|
|
1980
|
-
|
|
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);
|
|
1940
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1941
|
+
height: 20px;
|
|
1942
|
+
width: 20px;
|
|
2000
1943
|
}
|
|
2001
|
-
.
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
opacity: 0.5;
|
|
1944
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1945
|
+
border-radius: 10px;
|
|
1946
|
+
transition-delay: 120ms;
|
|
2005
1947
|
}
|
|
2006
|
-
.
|
|
2007
|
-
|
|
2008
|
-
|
|
1948
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1949
|
+
height: 14px;
|
|
1950
|
+
width: 14px;
|
|
1951
|
+
top: 1px;
|
|
1952
|
+
left: 1px;
|
|
2009
1953
|
}
|
|
2010
|
-
.
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1954
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1955
|
+
height: 28px;
|
|
1956
|
+
width: 28px;
|
|
2014
1957
|
}
|
|
2015
|
-
.
|
|
2016
|
-
|
|
2017
|
-
display: inline;
|
|
2018
|
-
border: none;
|
|
2019
|
-
padding: 0;
|
|
2020
|
-
width: 36px;
|
|
2021
|
-
background: transparent;
|
|
1958
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1959
|
+
border-radius: 14px;
|
|
2022
1960
|
}
|
|
2023
|
-
.
|
|
2024
|
-
|
|
1961
|
+
.s34f1qb.ant-switch-checked {
|
|
1962
|
+
background-color: #00ba5d;
|
|
2025
1963
|
}
|
|
2026
|
-
.
|
|
2027
|
-
|
|
2028
|
-
width: initial;
|
|
2029
|
-
box-shadow: none;
|
|
1964
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1965
|
+
left: calc(100% - 20px - 2px);
|
|
2030
1966
|
}
|
|
2031
|
-
.
|
|
2032
|
-
|
|
1967
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1968
|
+
left: calc(100% - 14px - 1px);
|
|
2033
1969
|
}
|
|
2034
|
-
.
|
|
2035
|
-
|
|
1970
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1971
|
+
left: calc(100% - 28px - 2px);
|
|
2036
1972
|
}
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
margin-
|
|
2040
|
-
padding: 0;
|
|
2041
|
-
width: 36px;
|
|
1973
|
+
|
|
1974
|
+
.c1to9vb9 {
|
|
1975
|
+
margin-left: 5px;
|
|
2042
1976
|
}
|
|
2043
1977
|
|
|
2044
1978
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
@@ -2789,59 +2723,146 @@ input.rrg1fkn.ant-input {
|
|
|
2789
2723
|
border-bottom-left-radius: 0;
|
|
2790
2724
|
}
|
|
2791
2725
|
|
|
2792
|
-
.
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
overflow: hidden;
|
|
2726
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2727
|
+
display: inline-flex;
|
|
2728
|
+
align-items: baseline;
|
|
2729
|
+
white-space: pre-wrap;
|
|
2797
2730
|
}
|
|
2798
|
-
.
|
|
2799
|
-
|
|
2731
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2732
|
+
position: relative;
|
|
2733
|
+
top: 3px;
|
|
2800
2734
|
}
|
|
2801
|
-
.
|
|
2802
|
-
|
|
2803
|
-
height: 16px;
|
|
2735
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2736
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2804
2737
|
}
|
|
2805
|
-
.
|
|
2806
|
-
|
|
2807
|
-
height: 32px;
|
|
2738
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2739
|
+
border-color: #0080ff;
|
|
2808
2740
|
}
|
|
2809
|
-
.
|
|
2810
|
-
|
|
2811
|
-
|
|
2741
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2742
|
+
border-color: #0080ff;
|
|
2743
|
+
background: #0080ff;
|
|
2812
2744
|
}
|
|
2813
|
-
.
|
|
2814
|
-
|
|
2815
|
-
|
|
2745
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2746
|
+
top: 4px;
|
|
2747
|
+
left: 4px;
|
|
2748
|
+
width: 6px;
|
|
2749
|
+
height: 6px;
|
|
2750
|
+
background: #fff;
|
|
2816
2751
|
}
|
|
2817
|
-
.
|
|
2818
|
-
|
|
2819
|
-
width: 14px;
|
|
2820
|
-
top: 1px;
|
|
2821
|
-
left: 1px;
|
|
2752
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2753
|
+
opacity: 0.5;
|
|
2822
2754
|
}
|
|
2823
|
-
.
|
|
2824
|
-
|
|
2825
|
-
|
|
2755
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2756
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2757
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2826
2758
|
}
|
|
2827
|
-
.
|
|
2828
|
-
|
|
2759
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2760
|
+
background: #00122e;
|
|
2829
2761
|
}
|
|
2830
|
-
.
|
|
2831
|
-
|
|
2762
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2763
|
+
color: #00122e;
|
|
2764
|
+
opacity: 0.5;
|
|
2832
2765
|
}
|
|
2833
|
-
.
|
|
2834
|
-
|
|
2766
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2767
|
+
color: #00122e;
|
|
2835
2768
|
}
|
|
2836
|
-
.
|
|
2837
|
-
|
|
2769
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2770
|
+
display: inline-block;
|
|
2771
|
+
padding: 0;
|
|
2772
|
+
padding-left: 12px;
|
|
2838
2773
|
}
|
|
2839
|
-
.
|
|
2840
|
-
|
|
2774
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2775
|
+
margin-bottom: 0;
|
|
2776
|
+
white-space: pre-wrap;
|
|
2777
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2778
|
+
}
|
|
2779
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2780
|
+
padding-left: 8px;
|
|
2841
2781
|
}
|
|
2842
2782
|
|
|
2843
|
-
.
|
|
2844
|
-
|
|
2783
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2784
|
+
border-radius: 5px 0 0 5px;
|
|
2785
|
+
}
|
|
2786
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2787
|
+
border-radius: 0 5px 5px 0;
|
|
2788
|
+
}
|
|
2789
|
+
|
|
2790
|
+
.r1f0aqcc {
|
|
2791
|
+
color: #00122e;
|
|
2792
|
+
border-color: #ccd4e3;
|
|
2793
|
+
}
|
|
2794
|
+
.r1f0aqcc:first-child {
|
|
2795
|
+
color: #00122e;
|
|
2796
|
+
border-color: #a3b4cc;
|
|
2797
|
+
}
|
|
2798
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2799
|
+
padding: 0 12px;
|
|
2800
|
+
line-height: 32px;
|
|
2801
|
+
height: 32px;
|
|
2802
|
+
}
|
|
2803
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2804
|
+
white-space: nowrap;
|
|
2805
|
+
}
|
|
2806
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2807
|
+
background: #ccd4e3;
|
|
2808
|
+
}
|
|
2809
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2810
|
+
background: #0080ff;
|
|
2811
|
+
}
|
|
2812
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2813
|
+
background: #ccd4e3;
|
|
2814
|
+
opacity: 0.5;
|
|
2815
|
+
}
|
|
2816
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2817
|
+
border-right-color: #0080ff;
|
|
2818
|
+
}
|
|
2819
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2820
|
+
border-color: #0080ff;
|
|
2821
|
+
}
|
|
2822
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2823
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2824
|
+
}
|
|
2825
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2826
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2827
|
+
border-color: #ccd4e3;
|
|
2828
|
+
opacity: 0.5;
|
|
2829
|
+
}
|
|
2830
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2831
|
+
color: #00122e;
|
|
2832
|
+
border-color: #ccd4e3;
|
|
2833
|
+
}
|
|
2834
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2835
|
+
color: #00122e;
|
|
2836
|
+
border-color: #ccd4e3;
|
|
2837
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2838
|
+
}
|
|
2839
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2840
|
+
margin-right: 8px;
|
|
2841
|
+
display: inline;
|
|
2842
|
+
border: none;
|
|
2843
|
+
padding: 0;
|
|
2844
|
+
width: 36px;
|
|
2845
|
+
background: transparent;
|
|
2846
|
+
}
|
|
2847
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2848
|
+
box-shadow: none;
|
|
2849
|
+
}
|
|
2850
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2851
|
+
margin-right: 0;
|
|
2852
|
+
width: initial;
|
|
2853
|
+
box-shadow: none;
|
|
2854
|
+
}
|
|
2855
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2856
|
+
display: none;
|
|
2857
|
+
}
|
|
2858
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2859
|
+
display: inline;
|
|
2860
|
+
}
|
|
2861
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2862
|
+
display: inline;
|
|
2863
|
+
margin-right: 8px;
|
|
2864
|
+
padding: 0;
|
|
2865
|
+
width: 36px;
|
|
2845
2866
|
}
|
|
2846
2867
|
|
|
2847
2868
|
.t1upn1sz {
|
|
@@ -3207,6 +3228,10 @@ input.rrg1fkn.ant-input {
|
|
|
3207
3228
|
background: #fff;
|
|
3208
3229
|
}
|
|
3209
3230
|
|
|
3231
|
+
.i1e4sgug {
|
|
3232
|
+
display: inline-block;
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3210
3235
|
.s1fc623g {
|
|
3211
3236
|
width: 430px !important;
|
|
3212
3237
|
}
|
|
@@ -3288,10 +3313,6 @@ input.rrg1fkn.ant-input {
|
|
|
3288
3313
|
opacity: 0;
|
|
3289
3314
|
}
|
|
3290
3315
|
|
|
3291
|
-
.i1e4sgug {
|
|
3292
|
-
display: inline-block;
|
|
3293
|
-
}
|
|
3294
|
-
|
|
3295
3316
|
.d6j0lbj {
|
|
3296
3317
|
font-family: Inter;
|
|
3297
3318
|
font-style: normal;
|
package/dist/esm/index.js
CHANGED
|
@@ -23,6 +23,22 @@ import 'recharts';
|
|
|
23
23
|
import enUS from 'antd/lib/locale/en_US';
|
|
24
24
|
import zhCN from 'antd/lib/locale/zh_CN';
|
|
25
25
|
|
|
26
|
+
const EMPTY_FUNCTION = () => {
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
function getSize(el) {
|
|
30
|
+
if (!el) {
|
|
31
|
+
return {
|
|
32
|
+
width: 0,
|
|
33
|
+
height: 0
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
width: el.offsetWidth,
|
|
38
|
+
height: el.offsetHeight
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
|
|
26
42
|
const MAGIC_METRIC_NULL = -2;
|
|
27
43
|
function formatBits(bits, decimals = 2) {
|
|
28
44
|
if (bits <= 0 || bits === MAGIC_METRIC_NULL) {
|
|
@@ -187,22 +203,6 @@ function formatSpeed(input, decimals = 0) {
|
|
|
187
203
|
};
|
|
188
204
|
}
|
|
189
205
|
|
|
190
|
-
const EMPTY_FUNCTION = () => {
|
|
191
|
-
};
|
|
192
|
-
|
|
193
|
-
function getSize(el) {
|
|
194
|
-
if (!el) {
|
|
195
|
-
return {
|
|
196
|
-
width: 0,
|
|
197
|
-
height: 0
|
|
198
|
-
};
|
|
199
|
-
}
|
|
200
|
-
return {
|
|
201
|
-
width: el.offsetWidth,
|
|
202
|
-
height: el.offsetHeight
|
|
203
|
-
};
|
|
204
|
-
}
|
|
205
|
-
|
|
206
206
|
var img$9 = "data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.11092 7.0535C3.91566 6.85824 3.91566 6.54166 4.11092 6.3464C4.30619 6.15114 4.62277 6.15114 4.81803 6.3464L8.00001 9.52838L8.35226 9.17613L8.35356 9.17482L11.182 6.3464C11.3773 6.15114 11.6938 6.15114 11.8891 6.3464C12.0844 6.54166 12.0844 6.85824 11.8891 7.0535L10.4408 8.50184C10.4288 8.51384 10.4166 8.52604 10.4042 8.53843L9.13138 9.81122C9.11899 9.82361 9.1068 9.83581 9.09479 9.84781L9.06067 9.88193L9.057 9.88556C8.70964 10.2323 8.5226 10.41 8.30903 10.4794C8.10819 10.5447 7.89184 10.5447 7.691 10.4794C7.47748 10.4101 7.29048 10.2324 6.94327 9.88581L6.93935 9.88193L4.11092 7.0535Z' fill='%230080FF'/%3e%3c/svg%3e";
|
|
207
207
|
|
|
208
208
|
var img$8 = "data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.11092 7.0535C3.91566 6.85824 3.91566 6.54166 4.11092 6.3464C4.30619 6.15114 4.62277 6.15114 4.81803 6.3464L8.00001 9.52838L8.35226 9.17613L8.35356 9.17482L11.182 6.3464C11.3773 6.15114 11.6938 6.15114 11.8891 6.3464C12.0844 6.54166 12.0844 6.85824 11.8891 7.0535L10.4408 8.50184C10.4288 8.51384 10.4166 8.52604 10.4042 8.53843L9.13138 9.81122C9.11899 9.82361 9.1068 9.83581 9.09479 9.84781L9.06067 9.88193L9.057 9.88556C8.70964 10.2323 8.5226 10.41 8.30903 10.4794C8.10819 10.5447 7.89184 10.5447 7.691 10.4794C7.47748 10.4101 7.29048 10.2324 6.94327 9.88581L6.93935 9.88193L4.11092 7.0535Z' fill='%232C3852' fill-opacity='0.6'/%3e%3c/svg%3e";
|
|
@@ -4767,25 +4767,6 @@ var Architecture = /* @__PURE__ */ ((Architecture2) => {
|
|
|
4767
4767
|
Architecture2["X86_64"] = "X86_64";
|
|
4768
4768
|
return Architecture2;
|
|
4769
4769
|
})(Architecture || {});
|
|
4770
|
-
var UserSource = /* @__PURE__ */ ((UserSource2) => {
|
|
4771
|
-
UserSource2["Ldap"] = "LDAP";
|
|
4772
|
-
UserSource2["Local"] = "LOCAL";
|
|
4773
|
-
return UserSource2;
|
|
4774
|
-
})(UserSource || {});
|
|
4775
|
-
var EntityAsyncStatus = /* @__PURE__ */ ((EntityAsyncStatus2) => {
|
|
4776
|
-
EntityAsyncStatus2["Creating"] = "CREATING";
|
|
4777
|
-
EntityAsyncStatus2["Deleting"] = "DELETING";
|
|
4778
|
-
EntityAsyncStatus2["Updating"] = "UPDATING";
|
|
4779
|
-
return EntityAsyncStatus2;
|
|
4780
|
-
})(EntityAsyncStatus || {});
|
|
4781
|
-
var TaskStatus = /* @__PURE__ */ ((TaskStatus2) => {
|
|
4782
|
-
TaskStatus2["Executing"] = "EXECUTING";
|
|
4783
|
-
TaskStatus2["Failed"] = "FAILED";
|
|
4784
|
-
TaskStatus2["Paused"] = "PAUSED";
|
|
4785
|
-
TaskStatus2["Pending"] = "PENDING";
|
|
4786
|
-
TaskStatus2["Successed"] = "SUCCESSED";
|
|
4787
|
-
return TaskStatus2;
|
|
4788
|
-
})(TaskStatus || {});
|
|
4789
4770
|
|
|
4790
4771
|
var __defProp = Object.defineProperty;
|
|
4791
4772
|
var __defProps = Object.defineProperties;
|
|
@@ -4842,4 +4823,4 @@ const useUIKit = () => {
|
|
|
4842
4823
|
return useContext(kitContext);
|
|
4843
4824
|
};
|
|
4844
4825
|
|
|
4845
|
-
export { Architecture, BaseIcon, Button, ButtonStyle,
|
|
4826
|
+
export { Architecture, BaseIcon, Button, ButtonStyle, FailedLoad, FullView, Icon, InputTagItem, KitStoreProvider, ModalActions, ModalStack, Typo, UIKitProvider, UIKitStore, ValidateTriggerType, WizardBody, antdKit, closeModal, createBatchMessageMethods, kitContext, popModal, pushModal, tableStyleCover, tickFormatter, useElementsSize, useKitDispatch, useKitSelector, useUIKit };
|