@cloudtower/eagle 0.24.1 → 0.24.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/TableForm/types.d.ts +1 -0
- package/dist/esm/index.js +3 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +308 -308
- package/dist/umd/index.js +3 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,147 +1597,6 @@ input[type=submit] {
|
|
|
1597
1597
|
cursor: pointer;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
-
.fde5mpd {
|
|
1601
|
-
width: 100%;
|
|
1602
|
-
height: 100%;
|
|
1603
|
-
min-height: 124px;
|
|
1604
|
-
display: flex;
|
|
1605
|
-
flex-direction: column;
|
|
1606
|
-
justify-content: center;
|
|
1607
|
-
align-items: center;
|
|
1608
|
-
}
|
|
1609
|
-
.fde5mpd .error-text {
|
|
1610
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1611
|
-
margin-bottom: 16px;
|
|
1612
|
-
font-size: 18px;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
.iap75of {
|
|
1616
|
-
height: 18px;
|
|
1617
|
-
line-height: 18px;
|
|
1618
|
-
padding: 0 4px;
|
|
1619
|
-
border-radius: 4px;
|
|
1620
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1621
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1622
|
-
display: flex;
|
|
1623
|
-
align-items: center;
|
|
1624
|
-
white-space: nowrap;
|
|
1625
|
-
margin-right: 4px;
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
|
-
.i1mrf09m {
|
|
1629
|
-
display: inline-flex;
|
|
1630
|
-
align-items: center;
|
|
1631
|
-
}
|
|
1632
|
-
.i1mrf09m .icon-inner {
|
|
1633
|
-
display: inline-flex;
|
|
1634
|
-
align-items: center;
|
|
1635
|
-
justify-content: center;
|
|
1636
|
-
}
|
|
1637
|
-
.i1mrf09m .icon-inner + span,
|
|
1638
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1639
|
-
margin-left: 4px;
|
|
1640
|
-
}
|
|
1641
|
-
.i1mrf09m.is-rotate img,
|
|
1642
|
-
.i1mrf09m.is-rotate svg {
|
|
1643
|
-
animation: rotate 680ms linear infinite;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
.bpq0js6 {
|
|
1647
|
-
padding: 4px 11px;
|
|
1648
|
-
}
|
|
1649
|
-
|
|
1650
|
-
.b15sn34c {
|
|
1651
|
-
white-space: nowrap;
|
|
1652
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1653
|
-
}
|
|
1654
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1655
|
-
--color: #0080ff;
|
|
1656
|
-
}
|
|
1657
|
-
.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] {
|
|
1658
|
-
--color: #0080ff;
|
|
1659
|
-
}
|
|
1660
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1661
|
-
margin-left: 1px;
|
|
1662
|
-
}
|
|
1663
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1664
|
-
border-top-right-radius: 0;
|
|
1665
|
-
border-bottom-right-radius: 0;
|
|
1666
|
-
}
|
|
1667
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1668
|
-
border-top-left-radius: 0;
|
|
1669
|
-
border-bottom-left-radius: 0;
|
|
1670
|
-
}
|
|
1671
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1672
|
-
border-radius: unset;
|
|
1673
|
-
}
|
|
1674
|
-
|
|
1675
|
-
.obf05yr {
|
|
1676
|
-
display: inline-block;
|
|
1677
|
-
}
|
|
1678
|
-
|
|
1679
|
-
.hsms1n6 {
|
|
1680
|
-
visibility: hidden;
|
|
1681
|
-
position: absolute;
|
|
1682
|
-
}
|
|
1683
|
-
|
|
1684
|
-
.p12gwtiw {
|
|
1685
|
-
display: flex;
|
|
1686
|
-
justify-content: space-between;
|
|
1687
|
-
align-items: center;
|
|
1688
|
-
padding: 10px 0;
|
|
1689
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1690
|
-
font-size: 12px;
|
|
1691
|
-
line-height: 24px;
|
|
1692
|
-
}
|
|
1693
|
-
.p12gwtiw .pagination-left {
|
|
1694
|
-
padding: 2px 8px;
|
|
1695
|
-
}
|
|
1696
|
-
.p12gwtiw .dropdown-trigger {
|
|
1697
|
-
display: flex;
|
|
1698
|
-
align-items: center;
|
|
1699
|
-
border-radius: 6px;
|
|
1700
|
-
cursor: pointer;
|
|
1701
|
-
transition: all 0.3s ease;
|
|
1702
|
-
}
|
|
1703
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1704
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1705
|
-
color: #0080ff;
|
|
1706
|
-
}
|
|
1707
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1708
|
-
margin-left: 4px;
|
|
1709
|
-
}
|
|
1710
|
-
.p12gwtiw .pagination-right {
|
|
1711
|
-
display: flex;
|
|
1712
|
-
align-items: center;
|
|
1713
|
-
color: #0080ff;
|
|
1714
|
-
font-weight: bold;
|
|
1715
|
-
}
|
|
1716
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1717
|
-
margin-left: 4px;
|
|
1718
|
-
}
|
|
1719
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1720
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1721
|
-
padding: 0 8px;
|
|
1722
|
-
}
|
|
1723
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1724
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1725
|
-
color: #0080ff;
|
|
1726
|
-
}
|
|
1727
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1728
|
-
transform: rotate(180deg);
|
|
1729
|
-
}
|
|
1730
|
-
|
|
1731
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1732
|
-
max-height: calc(100vh - 128px);
|
|
1733
|
-
overflow-y: auto;
|
|
1734
|
-
}
|
|
1735
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1736
|
-
padding: 4px 20px;
|
|
1737
|
-
font-size: 12px;
|
|
1738
|
-
line-height: 18px;
|
|
1739
|
-
}
|
|
1740
|
-
|
|
1741
1600
|
.buj61ew.ant-btn {
|
|
1742
1601
|
height: 32px;
|
|
1743
1602
|
border-radius: 6px;
|
|
@@ -1986,6 +1845,147 @@ input[type=submit] {
|
|
|
1986
1845
|
padding: 0;
|
|
1987
1846
|
}
|
|
1988
1847
|
|
|
1848
|
+
.bpq0js6 {
|
|
1849
|
+
padding: 4px 11px;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
.b15sn34c {
|
|
1853
|
+
white-space: nowrap;
|
|
1854
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1855
|
+
}
|
|
1856
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1857
|
+
--color: #0080ff;
|
|
1858
|
+
}
|
|
1859
|
+
.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] {
|
|
1860
|
+
--color: #0080ff;
|
|
1861
|
+
}
|
|
1862
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1863
|
+
margin-left: 1px;
|
|
1864
|
+
}
|
|
1865
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1866
|
+
border-top-right-radius: 0;
|
|
1867
|
+
border-bottom-right-radius: 0;
|
|
1868
|
+
}
|
|
1869
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1870
|
+
border-top-left-radius: 0;
|
|
1871
|
+
border-bottom-left-radius: 0;
|
|
1872
|
+
}
|
|
1873
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1874
|
+
border-radius: unset;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
.fde5mpd {
|
|
1878
|
+
width: 100%;
|
|
1879
|
+
height: 100%;
|
|
1880
|
+
min-height: 124px;
|
|
1881
|
+
display: flex;
|
|
1882
|
+
flex-direction: column;
|
|
1883
|
+
justify-content: center;
|
|
1884
|
+
align-items: center;
|
|
1885
|
+
}
|
|
1886
|
+
.fde5mpd .error-text {
|
|
1887
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1888
|
+
margin-bottom: 16px;
|
|
1889
|
+
font-size: 18px;
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
.i1mrf09m {
|
|
1893
|
+
display: inline-flex;
|
|
1894
|
+
align-items: center;
|
|
1895
|
+
}
|
|
1896
|
+
.i1mrf09m .icon-inner {
|
|
1897
|
+
display: inline-flex;
|
|
1898
|
+
align-items: center;
|
|
1899
|
+
justify-content: center;
|
|
1900
|
+
}
|
|
1901
|
+
.i1mrf09m .icon-inner + span,
|
|
1902
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1903
|
+
margin-left: 4px;
|
|
1904
|
+
}
|
|
1905
|
+
.i1mrf09m.is-rotate img,
|
|
1906
|
+
.i1mrf09m.is-rotate svg {
|
|
1907
|
+
animation: rotate 680ms linear infinite;
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1910
|
+
.iap75of {
|
|
1911
|
+
height: 18px;
|
|
1912
|
+
line-height: 18px;
|
|
1913
|
+
padding: 0 4px;
|
|
1914
|
+
border-radius: 4px;
|
|
1915
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1916
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1917
|
+
display: flex;
|
|
1918
|
+
align-items: center;
|
|
1919
|
+
white-space: nowrap;
|
|
1920
|
+
margin-right: 4px;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
|
+
.obf05yr {
|
|
1924
|
+
display: inline-block;
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1927
|
+
.hsms1n6 {
|
|
1928
|
+
visibility: hidden;
|
|
1929
|
+
position: absolute;
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
|
+
.p12gwtiw {
|
|
1933
|
+
display: flex;
|
|
1934
|
+
justify-content: space-between;
|
|
1935
|
+
align-items: center;
|
|
1936
|
+
padding: 10px 0;
|
|
1937
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1938
|
+
font-size: 12px;
|
|
1939
|
+
line-height: 24px;
|
|
1940
|
+
}
|
|
1941
|
+
.p12gwtiw .pagination-left {
|
|
1942
|
+
padding: 2px 8px;
|
|
1943
|
+
}
|
|
1944
|
+
.p12gwtiw .dropdown-trigger {
|
|
1945
|
+
display: flex;
|
|
1946
|
+
align-items: center;
|
|
1947
|
+
border-radius: 6px;
|
|
1948
|
+
cursor: pointer;
|
|
1949
|
+
transition: all 0.3s ease;
|
|
1950
|
+
}
|
|
1951
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1952
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1953
|
+
color: #0080ff;
|
|
1954
|
+
}
|
|
1955
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1956
|
+
margin-left: 4px;
|
|
1957
|
+
}
|
|
1958
|
+
.p12gwtiw .pagination-right {
|
|
1959
|
+
display: flex;
|
|
1960
|
+
align-items: center;
|
|
1961
|
+
color: #0080ff;
|
|
1962
|
+
font-weight: bold;
|
|
1963
|
+
}
|
|
1964
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1965
|
+
margin-left: 4px;
|
|
1966
|
+
}
|
|
1967
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1968
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1969
|
+
padding: 0 8px;
|
|
1970
|
+
}
|
|
1971
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1972
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1973
|
+
color: #0080ff;
|
|
1974
|
+
}
|
|
1975
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1976
|
+
transform: rotate(180deg);
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1980
|
+
max-height: calc(100vh - 128px);
|
|
1981
|
+
overflow-y: auto;
|
|
1982
|
+
}
|
|
1983
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1984
|
+
padding: 4px 20px;
|
|
1985
|
+
font-size: 12px;
|
|
1986
|
+
line-height: 18px;
|
|
1987
|
+
}
|
|
1988
|
+
|
|
1989
1989
|
.rxbeqvl.ant-radio-wrapper {
|
|
1990
1990
|
display: inline-flex;
|
|
1991
1991
|
align-items: baseline;
|
|
@@ -2082,50 +2082,133 @@ input[type=submit] {
|
|
|
2082
2082
|
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2083
2083
|
border-color: #0080ff;
|
|
2084
2084
|
}
|
|
2085
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2086
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2085
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2086
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2087
|
+
}
|
|
2088
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2089
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2090
|
+
border-color: #ccd4e3;
|
|
2091
|
+
opacity: 0.5;
|
|
2092
|
+
}
|
|
2093
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2094
|
+
color: #00122e;
|
|
2095
|
+
border-color: #ccd4e3;
|
|
2096
|
+
}
|
|
2097
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2098
|
+
color: #00122e;
|
|
2099
|
+
border-color: #ccd4e3;
|
|
2100
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2101
|
+
}
|
|
2102
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2103
|
+
margin-right: 8px;
|
|
2104
|
+
display: inline;
|
|
2105
|
+
border: none;
|
|
2106
|
+
padding: 0;
|
|
2107
|
+
width: 36px;
|
|
2108
|
+
background: transparent;
|
|
2109
|
+
}
|
|
2110
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2111
|
+
box-shadow: none;
|
|
2112
|
+
}
|
|
2113
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2114
|
+
margin-right: 0;
|
|
2115
|
+
width: initial;
|
|
2116
|
+
box-shadow: none;
|
|
2117
|
+
}
|
|
2118
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2119
|
+
display: none;
|
|
2120
|
+
}
|
|
2121
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2122
|
+
display: inline;
|
|
2123
|
+
}
|
|
2124
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2125
|
+
display: inline;
|
|
2126
|
+
margin-right: 8px;
|
|
2127
|
+
padding: 0;
|
|
2128
|
+
width: 36px;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2132
|
+
flex-direction: row;
|
|
2133
|
+
justify-content: stretch;
|
|
2134
|
+
}
|
|
2135
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2136
|
+
padding: 0;
|
|
2137
|
+
margin-right: 4px;
|
|
2138
|
+
flex: 1;
|
|
2139
|
+
overflow: visible;
|
|
2140
|
+
}
|
|
2141
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2142
|
+
display: none;
|
|
2143
|
+
}
|
|
2144
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2145
|
+
width: 100%;
|
|
2146
|
+
min-height: unset;
|
|
2147
|
+
}
|
|
2148
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2149
|
+
height: 26px;
|
|
2150
|
+
line-height: 26px;
|
|
2151
|
+
width: 100%;
|
|
2152
|
+
text-align: center;
|
|
2153
|
+
padding: 0;
|
|
2154
|
+
font-size: 12px;
|
|
2155
|
+
font-weight: normal;
|
|
2156
|
+
}
|
|
2157
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2158
|
+
margin-right: 10px;
|
|
2159
|
+
}
|
|
2160
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2161
|
+
display: none;
|
|
2162
|
+
}
|
|
2163
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2164
|
+
border-radius: 4px 0 0 4px;
|
|
2087
2165
|
}
|
|
2088
|
-
.
|
|
2089
|
-
|
|
2090
|
-
border-color: #ccd4e3;
|
|
2091
|
-
opacity: 0.5;
|
|
2166
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2167
|
+
margin-right: 0;
|
|
2092
2168
|
}
|
|
2093
|
-
.
|
|
2094
|
-
|
|
2095
|
-
border-color: #ccd4e3;
|
|
2169
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2170
|
+
border-radius: 0 4px 4px 0;
|
|
2096
2171
|
}
|
|
2097
|
-
.
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2172
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2173
|
+
content: "";
|
|
2174
|
+
width: 0;
|
|
2175
|
+
height: 0;
|
|
2176
|
+
border: 13px solid transparent;
|
|
2177
|
+
position: absolute;
|
|
2178
|
+
top: 0;
|
|
2179
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2180
|
+
right: -21px;
|
|
2181
|
+
z-index: 2;
|
|
2101
2182
|
}
|
|
2102
|
-
.
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2183
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2184
|
+
content: "";
|
|
2185
|
+
width: 0;
|
|
2186
|
+
height: 0;
|
|
2187
|
+
border: 13px solid transparent;
|
|
2188
|
+
position: absolute;
|
|
2189
|
+
top: 0;
|
|
2190
|
+
border-left: 8px solid #fff;
|
|
2191
|
+
left: 0;
|
|
2109
2192
|
}
|
|
2110
|
-
.
|
|
2111
|
-
|
|
2193
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2194
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2112
2195
|
}
|
|
2113
|
-
.
|
|
2114
|
-
|
|
2115
|
-
width: initial;
|
|
2116
|
-
box-shadow: none;
|
|
2196
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2197
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2117
2198
|
}
|
|
2118
|
-
.
|
|
2119
|
-
|
|
2199
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2200
|
+
color: #005ed1;
|
|
2120
2201
|
}
|
|
2121
|
-
.
|
|
2122
|
-
|
|
2202
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2203
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2204
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2123
2205
|
}
|
|
2124
|
-
.
|
|
2125
|
-
|
|
2126
|
-
|
|
2206
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2207
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2208
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2209
|
+
}
|
|
2210
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2127
2211
|
padding: 0;
|
|
2128
|
-
width: 36px;
|
|
2129
2212
|
}
|
|
2130
2213
|
|
|
2131
2214
|
.cz04yix {
|
|
@@ -2793,89 +2876,6 @@ input.rrg1fkn.ant-input {
|
|
|
2793
2876
|
border-bottom-left-radius: 0;
|
|
2794
2877
|
}
|
|
2795
2878
|
|
|
2796
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2797
|
-
flex-direction: row;
|
|
2798
|
-
justify-content: stretch;
|
|
2799
|
-
}
|
|
2800
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2801
|
-
padding: 0;
|
|
2802
|
-
margin-right: 4px;
|
|
2803
|
-
flex: 1;
|
|
2804
|
-
overflow: visible;
|
|
2805
|
-
}
|
|
2806
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2807
|
-
display: none;
|
|
2808
|
-
}
|
|
2809
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2810
|
-
width: 100%;
|
|
2811
|
-
min-height: unset;
|
|
2812
|
-
}
|
|
2813
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2814
|
-
height: 26px;
|
|
2815
|
-
line-height: 26px;
|
|
2816
|
-
width: 100%;
|
|
2817
|
-
text-align: center;
|
|
2818
|
-
padding: 0;
|
|
2819
|
-
font-size: 12px;
|
|
2820
|
-
font-weight: normal;
|
|
2821
|
-
}
|
|
2822
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2823
|
-
margin-right: 10px;
|
|
2824
|
-
}
|
|
2825
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2826
|
-
display: none;
|
|
2827
|
-
}
|
|
2828
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2829
|
-
border-radius: 4px 0 0 4px;
|
|
2830
|
-
}
|
|
2831
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2832
|
-
margin-right: 0;
|
|
2833
|
-
}
|
|
2834
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2835
|
-
border-radius: 0 4px 4px 0;
|
|
2836
|
-
}
|
|
2837
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2838
|
-
content: "";
|
|
2839
|
-
width: 0;
|
|
2840
|
-
height: 0;
|
|
2841
|
-
border: 13px solid transparent;
|
|
2842
|
-
position: absolute;
|
|
2843
|
-
top: 0;
|
|
2844
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2845
|
-
right: -21px;
|
|
2846
|
-
z-index: 2;
|
|
2847
|
-
}
|
|
2848
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2849
|
-
content: "";
|
|
2850
|
-
width: 0;
|
|
2851
|
-
height: 0;
|
|
2852
|
-
border: 13px solid transparent;
|
|
2853
|
-
position: absolute;
|
|
2854
|
-
top: 0;
|
|
2855
|
-
border-left: 8px solid #fff;
|
|
2856
|
-
left: 0;
|
|
2857
|
-
}
|
|
2858
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2859
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2860
|
-
}
|
|
2861
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2862
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2863
|
-
}
|
|
2864
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2865
|
-
color: #005ed1;
|
|
2866
|
-
}
|
|
2867
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2868
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2869
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2870
|
-
}
|
|
2871
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2872
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2873
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2874
|
-
}
|
|
2875
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2876
|
-
padding: 0;
|
|
2877
|
-
}
|
|
2878
|
-
|
|
2879
2879
|
.s34f1qb.ant-switch {
|
|
2880
2880
|
min-width: 40px;
|
|
2881
2881
|
height: 24px;
|
|
@@ -3294,10 +3294,6 @@ input.rrg1fkn.ant-input {
|
|
|
3294
3294
|
background: #fff;
|
|
3295
3295
|
}
|
|
3296
3296
|
|
|
3297
|
-
.i1e4sgug {
|
|
3298
|
-
display: inline-block;
|
|
3299
|
-
}
|
|
3300
|
-
|
|
3301
3297
|
.s1fc623g {
|
|
3302
3298
|
width: 430px !important;
|
|
3303
3299
|
}
|
|
@@ -3372,6 +3368,10 @@ input.rrg1fkn.ant-input {
|
|
|
3372
3368
|
background: rgba(225, 230, 241, 0.6);
|
|
3373
3369
|
}
|
|
3374
3370
|
|
|
3371
|
+
.i1e4sgug {
|
|
3372
|
+
display: inline-block;
|
|
3373
|
+
}
|
|
3374
|
+
|
|
3375
3375
|
.d6j0lbj {
|
|
3376
3376
|
font-family: Inter;
|
|
3377
3377
|
font-style: normal;
|
|
@@ -4178,6 +4178,52 @@ input.rrg1fkn.ant-input {
|
|
|
4178
4178
|
background: rgba(163, 180, 204, 0.18);
|
|
4179
4179
|
}
|
|
4180
4180
|
|
|
4181
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4182
|
+
display: var(--at4ovwe-0);
|
|
4183
|
+
}
|
|
4184
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4185
|
+
padding: 5px 12px;
|
|
4186
|
+
display: inline-flex;
|
|
4187
|
+
line-height: 1.5715;
|
|
4188
|
+
height: 100%;
|
|
4189
|
+
width: 100%;
|
|
4190
|
+
}
|
|
4191
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4192
|
+
content: var(--at4ovwe-1);
|
|
4193
|
+
display: var(--at4ovwe-2);
|
|
4194
|
+
flex: none;
|
|
4195
|
+
align-items: center;
|
|
4196
|
+
margin-left: 4px;
|
|
4197
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4198
|
+
}
|
|
4199
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4200
|
+
content: var(--at4ovwe-3);
|
|
4201
|
+
display: var(--at4ovwe-4);
|
|
4202
|
+
flex: none;
|
|
4203
|
+
align-items: center;
|
|
4204
|
+
margin-right: 4px;
|
|
4205
|
+
cursor: auto;
|
|
4206
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4207
|
+
}
|
|
4208
|
+
.at4ovwe.ant-input-number {
|
|
4209
|
+
width: 100%;
|
|
4210
|
+
border-radius: 6px;
|
|
4211
|
+
}
|
|
4212
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4213
|
+
border-color: #0096ff;
|
|
4214
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4215
|
+
}
|
|
4216
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4217
|
+
border-color: #e75a3a;
|
|
4218
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4219
|
+
}
|
|
4220
|
+
.at4ovwe .ant-input-number-input {
|
|
4221
|
+
padding: 0;
|
|
4222
|
+
margin: 0;
|
|
4223
|
+
height: auto;
|
|
4224
|
+
font-size: inherit;
|
|
4225
|
+
}
|
|
4226
|
+
|
|
4181
4227
|
.tc40oxa {
|
|
4182
4228
|
margin-bottom: 4px;
|
|
4183
4229
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4374,52 +4420,6 @@ input.rrg1fkn.ant-input {
|
|
|
4374
4420
|
margin-right: 8px;
|
|
4375
4421
|
}
|
|
4376
4422
|
|
|
4377
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4378
|
-
display: var(--at4ovwe-0);
|
|
4379
|
-
}
|
|
4380
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4381
|
-
padding: 5px 12px;
|
|
4382
|
-
display: inline-flex;
|
|
4383
|
-
line-height: 1.5715;
|
|
4384
|
-
height: 100%;
|
|
4385
|
-
width: 100%;
|
|
4386
|
-
}
|
|
4387
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4388
|
-
content: var(--at4ovwe-1);
|
|
4389
|
-
display: var(--at4ovwe-2);
|
|
4390
|
-
flex: none;
|
|
4391
|
-
align-items: center;
|
|
4392
|
-
margin-left: 4px;
|
|
4393
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4394
|
-
}
|
|
4395
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4396
|
-
content: var(--at4ovwe-3);
|
|
4397
|
-
display: var(--at4ovwe-4);
|
|
4398
|
-
flex: none;
|
|
4399
|
-
align-items: center;
|
|
4400
|
-
margin-right: 4px;
|
|
4401
|
-
cursor: auto;
|
|
4402
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4403
|
-
}
|
|
4404
|
-
.at4ovwe.ant-input-number {
|
|
4405
|
-
width: 100%;
|
|
4406
|
-
border-radius: 6px;
|
|
4407
|
-
}
|
|
4408
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4409
|
-
border-color: #0096ff;
|
|
4410
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4411
|
-
}
|
|
4412
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4413
|
-
border-color: #e75a3a;
|
|
4414
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4415
|
-
}
|
|
4416
|
-
.at4ovwe .ant-input-number-input {
|
|
4417
|
-
padding: 0;
|
|
4418
|
-
margin: 0;
|
|
4419
|
-
height: auto;
|
|
4420
|
-
font-size: inherit;
|
|
4421
|
-
}
|
|
4422
|
-
|
|
4423
4423
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4424
4424
|
display: var(--a6dbbkm-0);
|
|
4425
4425
|
}
|
package/dist/umd/index.js
CHANGED
|
@@ -3948,7 +3948,8 @@
|
|
|
3948
3948
|
_onChange(val, data);
|
|
3949
3949
|
},
|
|
3950
3950
|
onBlur: _onBlur,
|
|
3951
|
-
rowIndex
|
|
3951
|
+
rowIndex,
|
|
3952
|
+
error: validateResult == null ? void 0 : validateResult.isError
|
|
3952
3953
|
}) : renderDefaultComponent();
|
|
3953
3954
|
const CellDescription = React.useMemo(() => {
|
|
3954
3955
|
var _a;
|
|
@@ -4800,6 +4801,7 @@
|
|
|
4800
4801
|
get: function () { return antd.Row; }
|
|
4801
4802
|
});
|
|
4802
4803
|
exports.Architecture = Architecture;
|
|
4804
|
+
exports.BaseIcon = BaseIcon;
|
|
4803
4805
|
exports.Button = Button;
|
|
4804
4806
|
exports.ButtonStyle = ButtonStyle;
|
|
4805
4807
|
exports.EntityAsyncStatus = EntityAsyncStatus;
|