@cloudtower/eagle 0.25.6 → 0.25.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/UIKitProvider/index.d.ts +3 -0
- package/dist/components.css +26 -8
- package/dist/esm/index.js +13 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +250 -232
- package/dist/umd/index.js +13 -2
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -421,6 +421,15 @@
|
|
|
421
421
|
display: none;
|
|
422
422
|
}
|
|
423
423
|
|
|
424
|
+
.ant-message-notice-content {
|
|
425
|
+
max-width: 800px;
|
|
426
|
+
}
|
|
427
|
+
.ant-message-notice-content .ant-message-custom-content {
|
|
428
|
+
overflow: hidden;
|
|
429
|
+
white-space: nowrap;
|
|
430
|
+
text-overflow: ellipsis;
|
|
431
|
+
}
|
|
432
|
+
|
|
424
433
|
#top_bar {
|
|
425
434
|
display: flex;
|
|
426
435
|
align-items: center;
|
|
@@ -633,6 +642,15 @@
|
|
|
633
642
|
display: none;
|
|
634
643
|
}
|
|
635
644
|
|
|
645
|
+
.ant-message-notice-content {
|
|
646
|
+
max-width: 800px;
|
|
647
|
+
}
|
|
648
|
+
.ant-message-notice-content .ant-message-custom-content {
|
|
649
|
+
overflow: hidden;
|
|
650
|
+
white-space: nowrap;
|
|
651
|
+
text-overflow: ellipsis;
|
|
652
|
+
}
|
|
653
|
+
|
|
636
654
|
body {
|
|
637
655
|
font-feature-settings: normal;
|
|
638
656
|
-webkit-font-feature-settings: normal;
|
|
@@ -1618,6 +1636,34 @@ body {
|
|
|
1618
1636
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1619
1637
|
}
|
|
1620
1638
|
}
|
|
1639
|
+
.fde5mpd {
|
|
1640
|
+
width: 100%;
|
|
1641
|
+
height: 100%;
|
|
1642
|
+
min-height: 124px;
|
|
1643
|
+
display: flex;
|
|
1644
|
+
flex-direction: column;
|
|
1645
|
+
justify-content: center;
|
|
1646
|
+
align-items: center;
|
|
1647
|
+
}
|
|
1648
|
+
.fde5mpd .error-text {
|
|
1649
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1650
|
+
margin-bottom: 16px;
|
|
1651
|
+
font-size: 18px;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
.iap75of {
|
|
1655
|
+
height: 18px;
|
|
1656
|
+
line-height: 18px;
|
|
1657
|
+
padding: 0 4px;
|
|
1658
|
+
border-radius: 4px;
|
|
1659
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1660
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1661
|
+
display: flex;
|
|
1662
|
+
align-items: center;
|
|
1663
|
+
white-space: nowrap;
|
|
1664
|
+
margin-right: 4px;
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1621
1667
|
.buj61ew.ant-btn {
|
|
1622
1668
|
height: 32px;
|
|
1623
1669
|
border-radius: 6px;
|
|
@@ -1895,21 +1941,6 @@ body {
|
|
|
1895
1941
|
border-radius: unset;
|
|
1896
1942
|
}
|
|
1897
1943
|
|
|
1898
|
-
.fde5mpd {
|
|
1899
|
-
width: 100%;
|
|
1900
|
-
height: 100%;
|
|
1901
|
-
min-height: 124px;
|
|
1902
|
-
display: flex;
|
|
1903
|
-
flex-direction: column;
|
|
1904
|
-
justify-content: center;
|
|
1905
|
-
align-items: center;
|
|
1906
|
-
}
|
|
1907
|
-
.fde5mpd .error-text {
|
|
1908
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1909
|
-
margin-bottom: 16px;
|
|
1910
|
-
font-size: 18px;
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
1944
|
.i1mrf09m {
|
|
1914
1945
|
display: inline-flex;
|
|
1915
1946
|
align-items: center;
|
|
@@ -1928,83 +1959,6 @@ body {
|
|
|
1928
1959
|
animation: rotate 680ms linear infinite;
|
|
1929
1960
|
}
|
|
1930
1961
|
|
|
1931
|
-
.iap75of {
|
|
1932
|
-
height: 18px;
|
|
1933
|
-
line-height: 18px;
|
|
1934
|
-
padding: 0 4px;
|
|
1935
|
-
border-radius: 4px;
|
|
1936
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1937
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1938
|
-
display: flex;
|
|
1939
|
-
align-items: center;
|
|
1940
|
-
white-space: nowrap;
|
|
1941
|
-
margin-right: 4px;
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
.s34f1qb.ant-switch {
|
|
1945
|
-
min-width: 40px;
|
|
1946
|
-
height: 24px;
|
|
1947
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1948
|
-
overflow: hidden;
|
|
1949
|
-
}
|
|
1950
|
-
.s34f1qb.ant-switch:focus {
|
|
1951
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1952
|
-
}
|
|
1953
|
-
.s34f1qb.ant-switch-small {
|
|
1954
|
-
min-width: 26px;
|
|
1955
|
-
height: 16px;
|
|
1956
|
-
}
|
|
1957
|
-
.s34f1qb.ant-switch-large {
|
|
1958
|
-
min-width: 52px;
|
|
1959
|
-
height: 32px;
|
|
1960
|
-
}
|
|
1961
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1962
|
-
height: 20px;
|
|
1963
|
-
width: 20px;
|
|
1964
|
-
}
|
|
1965
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1966
|
-
border-radius: 10px;
|
|
1967
|
-
transition-delay: 120ms;
|
|
1968
|
-
}
|
|
1969
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1970
|
-
height: 14px;
|
|
1971
|
-
width: 14px;
|
|
1972
|
-
top: 1px;
|
|
1973
|
-
left: 1px;
|
|
1974
|
-
}
|
|
1975
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1976
|
-
height: 28px;
|
|
1977
|
-
width: 28px;
|
|
1978
|
-
}
|
|
1979
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1980
|
-
border-radius: 14px;
|
|
1981
|
-
}
|
|
1982
|
-
.s34f1qb.ant-switch-checked {
|
|
1983
|
-
background-color: #00ba5d;
|
|
1984
|
-
}
|
|
1985
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1986
|
-
left: calc(100% - 20px - 2px);
|
|
1987
|
-
}
|
|
1988
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1989
|
-
left: calc(100% - 14px - 1px);
|
|
1990
|
-
}
|
|
1991
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1992
|
-
left: calc(100% - 28px - 2px);
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
|
-
.c1to9vb9 {
|
|
1996
|
-
margin-left: 5px;
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
|
-
.obf05yr {
|
|
2000
|
-
display: inline-block;
|
|
2001
|
-
}
|
|
2002
|
-
|
|
2003
|
-
.hsms1n6 {
|
|
2004
|
-
visibility: hidden;
|
|
2005
|
-
position: absolute;
|
|
2006
|
-
}
|
|
2007
|
-
|
|
2008
1962
|
.rxbeqvl.ant-radio-wrapper {
|
|
2009
1963
|
display: inline-flex;
|
|
2010
1964
|
align-items: baseline;
|
|
@@ -2147,6 +2101,210 @@ body {
|
|
|
2147
2101
|
width: 36px;
|
|
2148
2102
|
}
|
|
2149
2103
|
|
|
2104
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2105
|
+
flex-direction: row;
|
|
2106
|
+
justify-content: stretch;
|
|
2107
|
+
}
|
|
2108
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2109
|
+
padding: 0;
|
|
2110
|
+
margin-right: 4px;
|
|
2111
|
+
flex: 1;
|
|
2112
|
+
overflow: visible;
|
|
2113
|
+
}
|
|
2114
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2115
|
+
display: none;
|
|
2116
|
+
}
|
|
2117
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2118
|
+
width: 100%;
|
|
2119
|
+
min-height: unset;
|
|
2120
|
+
}
|
|
2121
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2122
|
+
height: 26px;
|
|
2123
|
+
line-height: 26px;
|
|
2124
|
+
width: 100%;
|
|
2125
|
+
text-align: center;
|
|
2126
|
+
padding: 0;
|
|
2127
|
+
font-size: 12px;
|
|
2128
|
+
font-weight: normal;
|
|
2129
|
+
}
|
|
2130
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2131
|
+
margin-right: 10px;
|
|
2132
|
+
}
|
|
2133
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2134
|
+
display: none;
|
|
2135
|
+
}
|
|
2136
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2137
|
+
border-radius: 4px 0 0 4px;
|
|
2138
|
+
}
|
|
2139
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2140
|
+
margin-right: 0;
|
|
2141
|
+
}
|
|
2142
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2143
|
+
border-radius: 0 4px 4px 0;
|
|
2144
|
+
}
|
|
2145
|
+
.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 {
|
|
2146
|
+
content: "";
|
|
2147
|
+
width: 0;
|
|
2148
|
+
height: 0;
|
|
2149
|
+
border: 13px solid transparent;
|
|
2150
|
+
position: absolute;
|
|
2151
|
+
top: 0;
|
|
2152
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2153
|
+
right: -21px;
|
|
2154
|
+
z-index: 2;
|
|
2155
|
+
}
|
|
2156
|
+
.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 {
|
|
2157
|
+
content: "";
|
|
2158
|
+
width: 0;
|
|
2159
|
+
height: 0;
|
|
2160
|
+
border: 13px solid transparent;
|
|
2161
|
+
position: absolute;
|
|
2162
|
+
top: 0;
|
|
2163
|
+
border-left: 8px solid #fff;
|
|
2164
|
+
left: 0;
|
|
2165
|
+
}
|
|
2166
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2167
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2168
|
+
}
|
|
2169
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2170
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2171
|
+
}
|
|
2172
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2173
|
+
color: #005ed1;
|
|
2174
|
+
}
|
|
2175
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2176
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2177
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2178
|
+
}
|
|
2179
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2180
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2181
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2182
|
+
}
|
|
2183
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2184
|
+
padding: 0;
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
.obf05yr {
|
|
2188
|
+
display: inline-block;
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
.hsms1n6 {
|
|
2192
|
+
visibility: hidden;
|
|
2193
|
+
position: absolute;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
.p12gwtiw {
|
|
2197
|
+
display: flex;
|
|
2198
|
+
justify-content: space-between;
|
|
2199
|
+
align-items: center;
|
|
2200
|
+
padding: 10px 0;
|
|
2201
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2202
|
+
font-size: 12px;
|
|
2203
|
+
line-height: 24px;
|
|
2204
|
+
}
|
|
2205
|
+
.p12gwtiw .pagination-left {
|
|
2206
|
+
padding: 2px 8px;
|
|
2207
|
+
}
|
|
2208
|
+
.p12gwtiw .dropdown-trigger {
|
|
2209
|
+
display: flex;
|
|
2210
|
+
align-items: center;
|
|
2211
|
+
border-radius: 6px;
|
|
2212
|
+
cursor: pointer;
|
|
2213
|
+
transition: all 0.3s ease;
|
|
2214
|
+
}
|
|
2215
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2216
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2217
|
+
color: #0080ff;
|
|
2218
|
+
}
|
|
2219
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2220
|
+
margin-left: 4px;
|
|
2221
|
+
}
|
|
2222
|
+
.p12gwtiw .pagination-right {
|
|
2223
|
+
display: flex;
|
|
2224
|
+
align-items: center;
|
|
2225
|
+
color: #0080ff;
|
|
2226
|
+
font-weight: bold;
|
|
2227
|
+
}
|
|
2228
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2229
|
+
margin-left: 4px;
|
|
2230
|
+
}
|
|
2231
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2232
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2233
|
+
padding: 0 8px;
|
|
2234
|
+
}
|
|
2235
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2236
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2237
|
+
color: #0080ff;
|
|
2238
|
+
}
|
|
2239
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2240
|
+
transform: rotate(180deg);
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2244
|
+
max-height: calc(100vh - 128px);
|
|
2245
|
+
overflow-y: auto;
|
|
2246
|
+
}
|
|
2247
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2248
|
+
padding: 4px 20px;
|
|
2249
|
+
font-size: 12px;
|
|
2250
|
+
line-height: 18px;
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2253
|
+
.s34f1qb.ant-switch {
|
|
2254
|
+
min-width: 40px;
|
|
2255
|
+
height: 24px;
|
|
2256
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2257
|
+
overflow: hidden;
|
|
2258
|
+
}
|
|
2259
|
+
.s34f1qb.ant-switch:focus {
|
|
2260
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2261
|
+
}
|
|
2262
|
+
.s34f1qb.ant-switch-small {
|
|
2263
|
+
min-width: 26px;
|
|
2264
|
+
height: 16px;
|
|
2265
|
+
}
|
|
2266
|
+
.s34f1qb.ant-switch-large {
|
|
2267
|
+
min-width: 52px;
|
|
2268
|
+
height: 32px;
|
|
2269
|
+
}
|
|
2270
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2271
|
+
height: 20px;
|
|
2272
|
+
width: 20px;
|
|
2273
|
+
}
|
|
2274
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2275
|
+
border-radius: 10px;
|
|
2276
|
+
transition-delay: 120ms;
|
|
2277
|
+
}
|
|
2278
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2279
|
+
height: 14px;
|
|
2280
|
+
width: 14px;
|
|
2281
|
+
top: 1px;
|
|
2282
|
+
left: 1px;
|
|
2283
|
+
}
|
|
2284
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2285
|
+
height: 28px;
|
|
2286
|
+
width: 28px;
|
|
2287
|
+
}
|
|
2288
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2289
|
+
border-radius: 14px;
|
|
2290
|
+
}
|
|
2291
|
+
.s34f1qb.ant-switch-checked {
|
|
2292
|
+
background-color: #00ba5d;
|
|
2293
|
+
}
|
|
2294
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2295
|
+
left: calc(100% - 20px - 2px);
|
|
2296
|
+
}
|
|
2297
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2298
|
+
left: calc(100% - 14px - 1px);
|
|
2299
|
+
}
|
|
2300
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2301
|
+
left: calc(100% - 28px - 2px);
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
.c1to9vb9 {
|
|
2305
|
+
margin-left: 5px;
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2150
2308
|
.cz04yix {
|
|
2151
2309
|
display: flex;
|
|
2152
2310
|
flex-direction: column;
|
|
@@ -2812,146 +2970,6 @@ input.rrg1fkn.ant-input {
|
|
|
2812
2970
|
border-bottom-left-radius: 0;
|
|
2813
2971
|
}
|
|
2814
2972
|
|
|
2815
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2816
|
-
flex-direction: row;
|
|
2817
|
-
justify-content: stretch;
|
|
2818
|
-
}
|
|
2819
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2820
|
-
padding: 0;
|
|
2821
|
-
margin-right: 4px;
|
|
2822
|
-
flex: 1;
|
|
2823
|
-
overflow: visible;
|
|
2824
|
-
}
|
|
2825
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2826
|
-
display: none;
|
|
2827
|
-
}
|
|
2828
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2829
|
-
width: 100%;
|
|
2830
|
-
min-height: unset;
|
|
2831
|
-
}
|
|
2832
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2833
|
-
height: 26px;
|
|
2834
|
-
line-height: 26px;
|
|
2835
|
-
width: 100%;
|
|
2836
|
-
text-align: center;
|
|
2837
|
-
padding: 0;
|
|
2838
|
-
font-size: 12px;
|
|
2839
|
-
font-weight: normal;
|
|
2840
|
-
}
|
|
2841
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2842
|
-
margin-right: 10px;
|
|
2843
|
-
}
|
|
2844
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2845
|
-
display: none;
|
|
2846
|
-
}
|
|
2847
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2848
|
-
border-radius: 4px 0 0 4px;
|
|
2849
|
-
}
|
|
2850
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2851
|
-
margin-right: 0;
|
|
2852
|
-
}
|
|
2853
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2854
|
-
border-radius: 0 4px 4px 0;
|
|
2855
|
-
}
|
|
2856
|
-
.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 {
|
|
2857
|
-
content: "";
|
|
2858
|
-
width: 0;
|
|
2859
|
-
height: 0;
|
|
2860
|
-
border: 13px solid transparent;
|
|
2861
|
-
position: absolute;
|
|
2862
|
-
top: 0;
|
|
2863
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2864
|
-
right: -21px;
|
|
2865
|
-
z-index: 2;
|
|
2866
|
-
}
|
|
2867
|
-
.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 {
|
|
2868
|
-
content: "";
|
|
2869
|
-
width: 0;
|
|
2870
|
-
height: 0;
|
|
2871
|
-
border: 13px solid transparent;
|
|
2872
|
-
position: absolute;
|
|
2873
|
-
top: 0;
|
|
2874
|
-
border-left: 8px solid #fff;
|
|
2875
|
-
left: 0;
|
|
2876
|
-
}
|
|
2877
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2878
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2879
|
-
}
|
|
2880
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2881
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2882
|
-
}
|
|
2883
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2884
|
-
color: #005ed1;
|
|
2885
|
-
}
|
|
2886
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2887
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2888
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2889
|
-
}
|
|
2890
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2891
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2892
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2893
|
-
}
|
|
2894
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2895
|
-
padding: 0;
|
|
2896
|
-
}
|
|
2897
|
-
|
|
2898
|
-
.p12gwtiw {
|
|
2899
|
-
display: flex;
|
|
2900
|
-
justify-content: space-between;
|
|
2901
|
-
align-items: center;
|
|
2902
|
-
padding: 10px 0;
|
|
2903
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2904
|
-
font-size: 12px;
|
|
2905
|
-
line-height: 24px;
|
|
2906
|
-
}
|
|
2907
|
-
.p12gwtiw .pagination-left {
|
|
2908
|
-
padding: 2px 8px;
|
|
2909
|
-
}
|
|
2910
|
-
.p12gwtiw .dropdown-trigger {
|
|
2911
|
-
display: flex;
|
|
2912
|
-
align-items: center;
|
|
2913
|
-
border-radius: 6px;
|
|
2914
|
-
cursor: pointer;
|
|
2915
|
-
transition: all 0.3s ease;
|
|
2916
|
-
}
|
|
2917
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
2918
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2919
|
-
color: #0080ff;
|
|
2920
|
-
}
|
|
2921
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2922
|
-
margin-left: 4px;
|
|
2923
|
-
}
|
|
2924
|
-
.p12gwtiw .pagination-right {
|
|
2925
|
-
display: flex;
|
|
2926
|
-
align-items: center;
|
|
2927
|
-
color: #0080ff;
|
|
2928
|
-
font-weight: bold;
|
|
2929
|
-
}
|
|
2930
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
2931
|
-
margin-left: 4px;
|
|
2932
|
-
}
|
|
2933
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
2934
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
2935
|
-
padding: 0 8px;
|
|
2936
|
-
}
|
|
2937
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2938
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2939
|
-
color: #0080ff;
|
|
2940
|
-
}
|
|
2941
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2942
|
-
transform: rotate(180deg);
|
|
2943
|
-
}
|
|
2944
|
-
|
|
2945
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2946
|
-
max-height: calc(100vh - 128px);
|
|
2947
|
-
overflow-y: auto;
|
|
2948
|
-
}
|
|
2949
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2950
|
-
padding: 4px 20px;
|
|
2951
|
-
font-size: 12px;
|
|
2952
|
-
line-height: 18px;
|
|
2953
|
-
}
|
|
2954
|
-
|
|
2955
2973
|
.t1upn1sz {
|
|
2956
2974
|
height: 100%;
|
|
2957
2975
|
}
|
package/dist/umd/index.js
CHANGED
|
@@ -4803,12 +4803,23 @@
|
|
|
4803
4803
|
getPopupContainer
|
|
4804
4804
|
} = props;
|
|
4805
4805
|
const _kit = React.useMemo(() => {
|
|
4806
|
+
var _a, _b;
|
|
4806
4807
|
if ((message == null ? void 0 : message.batch) != null) {
|
|
4807
4808
|
return __spreadProps(__spreadValues({}, kit), {
|
|
4808
|
-
message: createBatchMessageMethods(message.batch)
|
|
4809
|
+
message: __spreadProps(__spreadValues({}, createBatchMessageMethods(message.batch)), {
|
|
4810
|
+
config: {
|
|
4811
|
+
maxCount: (_a = message == null ? void 0 : message.config) == null ? void 0 : _a.maxCount
|
|
4812
|
+
}
|
|
4813
|
+
})
|
|
4809
4814
|
});
|
|
4810
4815
|
}
|
|
4811
|
-
return kit
|
|
4816
|
+
return __spreadProps(__spreadValues({}, kit), {
|
|
4817
|
+
message: __spreadProps(__spreadValues({}, createBatchMessageMethods()), {
|
|
4818
|
+
config: {
|
|
4819
|
+
maxCount: (_b = message == null ? void 0 : message.config) == null ? void 0 : _b.maxCount
|
|
4820
|
+
}
|
|
4821
|
+
})
|
|
4822
|
+
});
|
|
4812
4823
|
}, [kit, message == null ? void 0 : message.batch]);
|
|
4813
4824
|
React.useEffect(() => {
|
|
4814
4825
|
if (parrot.parrotI18n.language !== lng) {
|