@cloudtower/eagle 0.24.0 → 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/README.md +58 -0
- 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 +284 -284
- 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,39 +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
|
-
.i1mrf09m {
|
|
1616
|
-
display: inline-flex;
|
|
1617
|
-
align-items: center;
|
|
1618
|
-
}
|
|
1619
|
-
.i1mrf09m .icon-inner {
|
|
1620
|
-
display: inline-flex;
|
|
1621
|
-
align-items: center;
|
|
1622
|
-
justify-content: center;
|
|
1623
|
-
}
|
|
1624
|
-
.i1mrf09m .icon-inner + span,
|
|
1625
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1626
|
-
margin-left: 4px;
|
|
1627
|
-
}
|
|
1628
|
-
.i1mrf09m.is-rotate img,
|
|
1629
|
-
.i1mrf09m.is-rotate svg {
|
|
1630
|
-
animation: rotate 680ms linear infinite;
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
1600
|
.buj61ew.ant-btn {
|
|
1634
1601
|
height: 32px;
|
|
1635
1602
|
border-radius: 6px;
|
|
@@ -1878,6 +1845,68 @@ input[type=submit] {
|
|
|
1878
1845
|
padding: 0;
|
|
1879
1846
|
}
|
|
1880
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
|
+
|
|
1881
1910
|
.iap75of {
|
|
1882
1911
|
height: 18px;
|
|
1883
1912
|
line-height: 18px;
|
|
@@ -1891,6 +1920,72 @@ input[type=submit] {
|
|
|
1891
1920
|
margin-right: 4px;
|
|
1892
1921
|
}
|
|
1893
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
|
+
|
|
1894
1989
|
.rxbeqvl.ant-radio-wrapper {
|
|
1895
1990
|
display: inline-flex;
|
|
1896
1991
|
align-items: baseline;
|
|
@@ -2033,101 +2128,6 @@ input[type=submit] {
|
|
|
2033
2128
|
width: 36px;
|
|
2034
2129
|
}
|
|
2035
2130
|
|
|
2036
|
-
.p12gwtiw {
|
|
2037
|
-
display: flex;
|
|
2038
|
-
justify-content: space-between;
|
|
2039
|
-
align-items: center;
|
|
2040
|
-
padding: 10px 0;
|
|
2041
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2042
|
-
font-size: 12px;
|
|
2043
|
-
line-height: 24px;
|
|
2044
|
-
}
|
|
2045
|
-
.p12gwtiw .pagination-left {
|
|
2046
|
-
padding: 2px 8px;
|
|
2047
|
-
}
|
|
2048
|
-
.p12gwtiw .dropdown-trigger {
|
|
2049
|
-
display: flex;
|
|
2050
|
-
align-items: center;
|
|
2051
|
-
border-radius: 6px;
|
|
2052
|
-
cursor: pointer;
|
|
2053
|
-
transition: all 0.3s ease;
|
|
2054
|
-
}
|
|
2055
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
2056
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2057
|
-
color: #0080ff;
|
|
2058
|
-
}
|
|
2059
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2060
|
-
margin-left: 4px;
|
|
2061
|
-
}
|
|
2062
|
-
.p12gwtiw .pagination-right {
|
|
2063
|
-
display: flex;
|
|
2064
|
-
align-items: center;
|
|
2065
|
-
color: #0080ff;
|
|
2066
|
-
font-weight: bold;
|
|
2067
|
-
}
|
|
2068
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
2069
|
-
margin-left: 4px;
|
|
2070
|
-
}
|
|
2071
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
2072
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
2073
|
-
padding: 0 8px;
|
|
2074
|
-
}
|
|
2075
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2076
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2077
|
-
color: #0080ff;
|
|
2078
|
-
}
|
|
2079
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2080
|
-
transform: rotate(180deg);
|
|
2081
|
-
}
|
|
2082
|
-
|
|
2083
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2084
|
-
max-height: calc(100vh - 128px);
|
|
2085
|
-
overflow-y: auto;
|
|
2086
|
-
}
|
|
2087
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2088
|
-
padding: 4px 20px;
|
|
2089
|
-
font-size: 12px;
|
|
2090
|
-
line-height: 18px;
|
|
2091
|
-
}
|
|
2092
|
-
|
|
2093
|
-
.bpq0js6 {
|
|
2094
|
-
padding: 4px 11px;
|
|
2095
|
-
}
|
|
2096
|
-
|
|
2097
|
-
.b15sn34c {
|
|
2098
|
-
white-space: nowrap;
|
|
2099
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2100
|
-
}
|
|
2101
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
2102
|
-
--color: #0080ff;
|
|
2103
|
-
}
|
|
2104
|
-
.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] {
|
|
2105
|
-
--color: #0080ff;
|
|
2106
|
-
}
|
|
2107
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
2108
|
-
margin-left: 1px;
|
|
2109
|
-
}
|
|
2110
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
2111
|
-
border-top-right-radius: 0;
|
|
2112
|
-
border-bottom-right-radius: 0;
|
|
2113
|
-
}
|
|
2114
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
2115
|
-
border-top-left-radius: 0;
|
|
2116
|
-
border-bottom-left-radius: 0;
|
|
2117
|
-
}
|
|
2118
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
2119
|
-
border-radius: unset;
|
|
2120
|
-
}
|
|
2121
|
-
|
|
2122
|
-
.obf05yr {
|
|
2123
|
-
display: inline-block;
|
|
2124
|
-
}
|
|
2125
|
-
|
|
2126
|
-
.hsms1n6 {
|
|
2127
|
-
visibility: hidden;
|
|
2128
|
-
position: absolute;
|
|
2129
|
-
}
|
|
2130
|
-
|
|
2131
2131
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2132
2132
|
flex-direction: row;
|
|
2133
2133
|
justify-content: stretch;
|
|
@@ -2190,80 +2190,25 @@ input[type=submit] {
|
|
|
2190
2190
|
border-left: 8px solid #fff;
|
|
2191
2191
|
left: 0;
|
|
2192
2192
|
}
|
|
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);
|
|
2195
|
-
}
|
|
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;
|
|
2198
|
-
}
|
|
2199
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2200
|
-
color: #005ed1;
|
|
2201
|
-
}
|
|
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);
|
|
2205
|
-
}
|
|
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 {
|
|
2211
|
-
padding: 0;
|
|
2212
|
-
}
|
|
2213
|
-
|
|
2214
|
-
.s34f1qb.ant-switch {
|
|
2215
|
-
min-width: 40px;
|
|
2216
|
-
height: 24px;
|
|
2217
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2218
|
-
overflow: hidden;
|
|
2219
|
-
}
|
|
2220
|
-
.s34f1qb.ant-switch:focus {
|
|
2221
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2222
|
-
}
|
|
2223
|
-
.s34f1qb.ant-switch-small {
|
|
2224
|
-
min-width: 26px;
|
|
2225
|
-
height: 16px;
|
|
2226
|
-
}
|
|
2227
|
-
.s34f1qb.ant-switch-large {
|
|
2228
|
-
min-width: 52px;
|
|
2229
|
-
height: 32px;
|
|
2230
|
-
}
|
|
2231
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2232
|
-
height: 20px;
|
|
2233
|
-
width: 20px;
|
|
2234
|
-
}
|
|
2235
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2236
|
-
border-radius: 10px;
|
|
2237
|
-
transition-delay: 120ms;
|
|
2238
|
-
}
|
|
2239
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2240
|
-
height: 14px;
|
|
2241
|
-
width: 14px;
|
|
2242
|
-
top: 1px;
|
|
2243
|
-
left: 1px;
|
|
2244
|
-
}
|
|
2245
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2246
|
-
height: 28px;
|
|
2247
|
-
width: 28px;
|
|
2248
|
-
}
|
|
2249
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2250
|
-
border-radius: 14px;
|
|
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);
|
|
2251
2195
|
}
|
|
2252
|
-
.
|
|
2253
|
-
|
|
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;
|
|
2254
2198
|
}
|
|
2255
|
-
.
|
|
2256
|
-
|
|
2199
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2200
|
+
color: #005ed1;
|
|
2257
2201
|
}
|
|
2258
|
-
.
|
|
2259
|
-
|
|
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);
|
|
2260
2205
|
}
|
|
2261
|
-
.
|
|
2262
|
-
|
|
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);
|
|
2263
2209
|
}
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
margin-left: 5px;
|
|
2210
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2211
|
+
padding: 0;
|
|
2267
2212
|
}
|
|
2268
2213
|
|
|
2269
2214
|
.cz04yix {
|
|
@@ -2931,78 +2876,59 @@ input.rrg1fkn.ant-input {
|
|
|
2931
2876
|
border-bottom-left-radius: 0;
|
|
2932
2877
|
}
|
|
2933
2878
|
|
|
2934
|
-
.
|
|
2935
|
-
width:
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
padding: 8px 16px;
|
|
2940
|
-
line-height: 18px;
|
|
2941
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2942
|
-
height: 34px;
|
|
2943
|
-
min-height: 34px;
|
|
2944
|
-
box-sizing: border-box;
|
|
2945
|
-
margin-top: 8px;
|
|
2879
|
+
.s34f1qb.ant-switch {
|
|
2880
|
+
min-width: 40px;
|
|
2881
|
+
height: 24px;
|
|
2882
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2883
|
+
overflow: hidden;
|
|
2946
2884
|
}
|
|
2947
|
-
|
|
2948
|
-
.
|
|
2949
|
-
display: flex;
|
|
2950
|
-
flex-direction: column;
|
|
2951
|
-
margin: 1px 8px;
|
|
2952
|
-
padding: 8px;
|
|
2953
|
-
border-radius: 4px;
|
|
2885
|
+
.s34f1qb.ant-switch:focus {
|
|
2886
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2954
2887
|
}
|
|
2955
|
-
.
|
|
2956
|
-
|
|
2888
|
+
.s34f1qb.ant-switch-small {
|
|
2889
|
+
min-width: 26px;
|
|
2890
|
+
height: 16px;
|
|
2957
2891
|
}
|
|
2958
|
-
.
|
|
2959
|
-
|
|
2892
|
+
.s34f1qb.ant-switch-large {
|
|
2893
|
+
min-width: 52px;
|
|
2894
|
+
height: 32px;
|
|
2960
2895
|
}
|
|
2961
|
-
.
|
|
2962
|
-
|
|
2896
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2897
|
+
height: 20px;
|
|
2898
|
+
width: 20px;
|
|
2963
2899
|
}
|
|
2964
|
-
.
|
|
2965
|
-
|
|
2900
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2901
|
+
border-radius: 10px;
|
|
2902
|
+
transition-delay: 120ms;
|
|
2966
2903
|
}
|
|
2967
|
-
.
|
|
2968
|
-
|
|
2904
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2905
|
+
height: 14px;
|
|
2906
|
+
width: 14px;
|
|
2907
|
+
top: 1px;
|
|
2908
|
+
left: 1px;
|
|
2969
2909
|
}
|
|
2970
|
-
.
|
|
2971
|
-
|
|
2910
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2911
|
+
height: 28px;
|
|
2912
|
+
width: 28px;
|
|
2972
2913
|
}
|
|
2973
|
-
.
|
|
2974
|
-
|
|
2914
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2915
|
+
border-radius: 14px;
|
|
2975
2916
|
}
|
|
2976
|
-
.
|
|
2977
|
-
background:
|
|
2978
|
-
color: #0080ff;
|
|
2917
|
+
.s34f1qb.ant-switch-checked {
|
|
2918
|
+
background-color: #00ba5d;
|
|
2979
2919
|
}
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
display: flex;
|
|
2983
|
-
justify-content: space-between;
|
|
2984
|
-
height: 20px;
|
|
2985
|
-
line-height: 20px;
|
|
2920
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2921
|
+
left: calc(100% - 20px - 2px);
|
|
2986
2922
|
}
|
|
2987
|
-
.
|
|
2988
|
-
|
|
2989
|
-
overflow: hidden;
|
|
2990
|
-
text-overflow: ellipsis;
|
|
2923
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2924
|
+
left: calc(100% - 14px - 1px);
|
|
2991
2925
|
}
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
display: flex;
|
|
2995
|
-
justify-content: space-between;
|
|
2996
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2997
|
-
height: 18px;
|
|
2998
|
-
line-height: 18px;
|
|
2999
|
-
margin-top: 2px;
|
|
2926
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2927
|
+
left: calc(100% - 28px - 2px);
|
|
3000
2928
|
}
|
|
3001
2929
|
|
|
3002
|
-
.
|
|
3003
|
-
|
|
3004
|
-
margin-right: 0;
|
|
3005
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2930
|
+
.c1to9vb9 {
|
|
2931
|
+
margin-left: 5px;
|
|
3006
2932
|
}
|
|
3007
2933
|
|
|
3008
2934
|
.t1upn1sz {
|
|
@@ -3368,6 +3294,80 @@ input.rrg1fkn.ant-input {
|
|
|
3368
3294
|
background: #fff;
|
|
3369
3295
|
}
|
|
3370
3296
|
|
|
3297
|
+
.s1fc623g {
|
|
3298
|
+
width: 430px !important;
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3301
|
+
.da3mx0o .ant-select-item-group {
|
|
3302
|
+
padding: 8px 16px;
|
|
3303
|
+
line-height: 18px;
|
|
3304
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3305
|
+
height: 34px;
|
|
3306
|
+
min-height: 34px;
|
|
3307
|
+
box-sizing: border-box;
|
|
3308
|
+
margin-top: 8px;
|
|
3309
|
+
}
|
|
3310
|
+
|
|
3311
|
+
.onr9gzt {
|
|
3312
|
+
display: flex;
|
|
3313
|
+
flex-direction: column;
|
|
3314
|
+
margin: 1px 8px;
|
|
3315
|
+
padding: 8px;
|
|
3316
|
+
border-radius: 4px;
|
|
3317
|
+
}
|
|
3318
|
+
.onr9gzt .selected-icon {
|
|
3319
|
+
display: none;
|
|
3320
|
+
}
|
|
3321
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3322
|
+
padding-left: 8px;
|
|
3323
|
+
}
|
|
3324
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3325
|
+
background-color: white;
|
|
3326
|
+
}
|
|
3327
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3328
|
+
color: #0080ff;
|
|
3329
|
+
}
|
|
3330
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3331
|
+
display: block;
|
|
3332
|
+
}
|
|
3333
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3334
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3335
|
+
}
|
|
3336
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3337
|
+
color: #0080ff;
|
|
3338
|
+
}
|
|
3339
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3340
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3341
|
+
color: #0080ff;
|
|
3342
|
+
}
|
|
3343
|
+
|
|
3344
|
+
.oiy0apc {
|
|
3345
|
+
display: flex;
|
|
3346
|
+
justify-content: space-between;
|
|
3347
|
+
height: 20px;
|
|
3348
|
+
line-height: 20px;
|
|
3349
|
+
}
|
|
3350
|
+
.oiy0apc .timezone-title {
|
|
3351
|
+
color: #2d3a56;
|
|
3352
|
+
overflow: hidden;
|
|
3353
|
+
text-overflow: ellipsis;
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
.of4y382 {
|
|
3357
|
+
display: flex;
|
|
3358
|
+
justify-content: space-between;
|
|
3359
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3360
|
+
height: 18px;
|
|
3361
|
+
line-height: 18px;
|
|
3362
|
+
margin-top: 2px;
|
|
3363
|
+
}
|
|
3364
|
+
|
|
3365
|
+
.t19903l9 {
|
|
3366
|
+
border: none;
|
|
3367
|
+
margin-right: 0;
|
|
3368
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3369
|
+
}
|
|
3370
|
+
|
|
3371
3371
|
.i1e4sgug {
|
|
3372
3372
|
display: inline-block;
|
|
3373
3373
|
}
|
|
@@ -3918,16 +3918,6 @@ input.rrg1fkn.ant-input {
|
|
|
3918
3918
|
margin-left: 24px;
|
|
3919
3919
|
}
|
|
3920
3920
|
|
|
3921
|
-
.igz4le8 {
|
|
3922
|
-
height: 24px;
|
|
3923
|
-
width: 56px !important;
|
|
3924
|
-
margin-right: 4px;
|
|
3925
|
-
}
|
|
3926
|
-
|
|
3927
|
-
.c1riexje {
|
|
3928
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3929
|
-
}
|
|
3930
|
-
|
|
3931
3921
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3932
3922
|
border-radius: 6px;
|
|
3933
3923
|
}
|
|
@@ -3983,6 +3973,16 @@ input.rrg1fkn.ant-input {
|
|
|
3983
3973
|
transform: rotate(180deg);
|
|
3984
3974
|
}
|
|
3985
3975
|
|
|
3976
|
+
.igz4le8 {
|
|
3977
|
+
height: 24px;
|
|
3978
|
+
width: 56px !important;
|
|
3979
|
+
margin-right: 4px;
|
|
3980
|
+
}
|
|
3981
|
+
|
|
3982
|
+
.c1riexje {
|
|
3983
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3984
|
+
}
|
|
3985
|
+
|
|
3986
3986
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3987
3987
|
display: flex;
|
|
3988
3988
|
}
|
|
@@ -4420,25 +4420,6 @@ input.rrg1fkn.ant-input {
|
|
|
4420
4420
|
margin-right: 8px;
|
|
4421
4421
|
}
|
|
4422
4422
|
|
|
4423
|
-
.feau332.ant-form-item {
|
|
4424
|
-
margin-bottom: 0;
|
|
4425
|
-
}
|
|
4426
|
-
.feau332 .ant-form-item-explain {
|
|
4427
|
-
display: none;
|
|
4428
|
-
min-height: 18px;
|
|
4429
|
-
margin-top: 5px;
|
|
4430
|
-
font-family: "Inter";
|
|
4431
|
-
font-weight: 400;
|
|
4432
|
-
font-size: 12px;
|
|
4433
|
-
line-height: 18px;
|
|
4434
|
-
}
|
|
4435
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4436
|
-
white-space: pre-wrap;
|
|
4437
|
-
}
|
|
4438
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4439
|
-
display: block;
|
|
4440
|
-
}
|
|
4441
|
-
|
|
4442
4423
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4443
4424
|
display: var(--a6dbbkm-0);
|
|
4444
4425
|
}
|
|
@@ -4468,4 +4449,23 @@ input.rrg1fkn.ant-input {
|
|
|
4468
4449
|
margin: 0;
|
|
4469
4450
|
height: auto;
|
|
4470
4451
|
font-size: inherit;
|
|
4452
|
+
}
|
|
4453
|
+
|
|
4454
|
+
.feau332.ant-form-item {
|
|
4455
|
+
margin-bottom: 0;
|
|
4456
|
+
}
|
|
4457
|
+
.feau332 .ant-form-item-explain {
|
|
4458
|
+
display: none;
|
|
4459
|
+
min-height: 18px;
|
|
4460
|
+
margin-top: 5px;
|
|
4461
|
+
font-family: "Inter";
|
|
4462
|
+
font-weight: 400;
|
|
4463
|
+
font-size: 12px;
|
|
4464
|
+
line-height: 18px;
|
|
4465
|
+
}
|
|
4466
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4467
|
+
white-space: pre-wrap;
|
|
4468
|
+
}
|
|
4469
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4470
|
+
display: block;
|
|
4471
4471
|
}
|
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;
|