@cloudtower/eagle 0.26.7 → 0.26.8
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 +861 -861
- package/dist/esm/index.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/spec/base.d.ts +5 -2
- package/dist/style.css +106 -106
- package/dist/umd/index.js +2 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1636,6 +1636,43 @@ html body {
|
|
|
1636
1636
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1637
1637
|
}
|
|
1638
1638
|
}
|
|
1639
|
+
.obf05yr {
|
|
1640
|
+
display: inline-block;
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
.hsms1n6 {
|
|
1644
|
+
visibility: hidden;
|
|
1645
|
+
position: absolute;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
.fde5mpd {
|
|
1649
|
+
width: 100%;
|
|
1650
|
+
height: 100%;
|
|
1651
|
+
min-height: 124px;
|
|
1652
|
+
display: flex;
|
|
1653
|
+
flex-direction: column;
|
|
1654
|
+
justify-content: center;
|
|
1655
|
+
align-items: center;
|
|
1656
|
+
}
|
|
1657
|
+
.fde5mpd .error-text {
|
|
1658
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1659
|
+
margin-bottom: 16px;
|
|
1660
|
+
font-size: 18px;
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
.iap75of {
|
|
1664
|
+
height: 18px;
|
|
1665
|
+
line-height: 18px;
|
|
1666
|
+
padding: 0 4px;
|
|
1667
|
+
border-radius: 4px;
|
|
1668
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1669
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1670
|
+
display: flex;
|
|
1671
|
+
align-items: center;
|
|
1672
|
+
white-space: nowrap;
|
|
1673
|
+
margin-right: 4px;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1639
1676
|
.buj61ew.ant-btn {
|
|
1640
1677
|
height: 32px;
|
|
1641
1678
|
border-radius: 6px;
|
|
@@ -1913,21 +1950,6 @@ html body {
|
|
|
1913
1950
|
border-radius: unset;
|
|
1914
1951
|
}
|
|
1915
1952
|
|
|
1916
|
-
.fde5mpd {
|
|
1917
|
-
width: 100%;
|
|
1918
|
-
height: 100%;
|
|
1919
|
-
min-height: 124px;
|
|
1920
|
-
display: flex;
|
|
1921
|
-
flex-direction: column;
|
|
1922
|
-
justify-content: center;
|
|
1923
|
-
align-items: center;
|
|
1924
|
-
}
|
|
1925
|
-
.fde5mpd .error-text {
|
|
1926
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1927
|
-
margin-bottom: 16px;
|
|
1928
|
-
font-size: 18px;
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
1953
|
.i1mrf09m {
|
|
1932
1954
|
display: inline-flex;
|
|
1933
1955
|
align-items: center;
|
|
@@ -1946,19 +1968,6 @@ html body {
|
|
|
1946
1968
|
animation: rotate 680ms linear infinite;
|
|
1947
1969
|
}
|
|
1948
1970
|
|
|
1949
|
-
.iap75of {
|
|
1950
|
-
height: 18px;
|
|
1951
|
-
line-height: 18px;
|
|
1952
|
-
padding: 0 4px;
|
|
1953
|
-
border-radius: 4px;
|
|
1954
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1955
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1956
|
-
display: flex;
|
|
1957
|
-
align-items: center;
|
|
1958
|
-
white-space: nowrap;
|
|
1959
|
-
margin-right: 4px;
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
1971
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1963
1972
|
flex-direction: row;
|
|
1964
1973
|
justify-content: stretch;
|
|
@@ -2042,15 +2051,6 @@ html body {
|
|
|
2042
2051
|
padding: 0;
|
|
2043
2052
|
}
|
|
2044
2053
|
|
|
2045
|
-
.obf05yr {
|
|
2046
|
-
display: inline-block;
|
|
2047
|
-
}
|
|
2048
|
-
|
|
2049
|
-
.hsms1n6 {
|
|
2050
|
-
visibility: hidden;
|
|
2051
|
-
position: absolute;
|
|
2052
|
-
}
|
|
2053
|
-
|
|
2054
2054
|
.p12gwtiw {
|
|
2055
2055
|
display: flex;
|
|
2056
2056
|
justify-content: space-between;
|
|
@@ -2249,61 +2249,6 @@ html body {
|
|
|
2249
2249
|
width: 36px;
|
|
2250
2250
|
}
|
|
2251
2251
|
|
|
2252
|
-
.s34f1qb.ant-switch {
|
|
2253
|
-
min-width: 40px;
|
|
2254
|
-
height: 24px;
|
|
2255
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2256
|
-
overflow: hidden;
|
|
2257
|
-
}
|
|
2258
|
-
.s34f1qb.ant-switch:focus {
|
|
2259
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2260
|
-
}
|
|
2261
|
-
.s34f1qb.ant-switch-small {
|
|
2262
|
-
min-width: 26px;
|
|
2263
|
-
height: 16px;
|
|
2264
|
-
}
|
|
2265
|
-
.s34f1qb.ant-switch-large {
|
|
2266
|
-
min-width: 52px;
|
|
2267
|
-
height: 32px;
|
|
2268
|
-
}
|
|
2269
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2270
|
-
height: 20px;
|
|
2271
|
-
width: 20px;
|
|
2272
|
-
}
|
|
2273
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2274
|
-
border-radius: 10px;
|
|
2275
|
-
transition-delay: 120ms;
|
|
2276
|
-
}
|
|
2277
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2278
|
-
height: 14px;
|
|
2279
|
-
width: 14px;
|
|
2280
|
-
top: 1px;
|
|
2281
|
-
left: 1px;
|
|
2282
|
-
}
|
|
2283
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2284
|
-
height: 28px;
|
|
2285
|
-
width: 28px;
|
|
2286
|
-
}
|
|
2287
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2288
|
-
border-radius: 14px;
|
|
2289
|
-
}
|
|
2290
|
-
.s34f1qb.ant-switch-checked {
|
|
2291
|
-
background-color: #00ba5d;
|
|
2292
|
-
}
|
|
2293
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2294
|
-
left: calc(100% - 20px - 2px);
|
|
2295
|
-
}
|
|
2296
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2297
|
-
left: calc(100% - 14px - 1px);
|
|
2298
|
-
}
|
|
2299
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2300
|
-
left: calc(100% - 28px - 2px);
|
|
2301
|
-
}
|
|
2302
|
-
|
|
2303
|
-
.c1to9vb9 {
|
|
2304
|
-
margin-left: 5px;
|
|
2305
|
-
}
|
|
2306
|
-
|
|
2307
2252
|
.cz04yix {
|
|
2308
2253
|
display: flex;
|
|
2309
2254
|
flex-direction: column;
|
|
@@ -2969,6 +2914,61 @@ input.rrg1fkn.ant-input {
|
|
|
2969
2914
|
border-bottom-left-radius: 0;
|
|
2970
2915
|
}
|
|
2971
2916
|
|
|
2917
|
+
.s34f1qb.ant-switch {
|
|
2918
|
+
min-width: 40px;
|
|
2919
|
+
height: 24px;
|
|
2920
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2921
|
+
overflow: hidden;
|
|
2922
|
+
}
|
|
2923
|
+
.s34f1qb.ant-switch:focus {
|
|
2924
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2925
|
+
}
|
|
2926
|
+
.s34f1qb.ant-switch-small {
|
|
2927
|
+
min-width: 26px;
|
|
2928
|
+
height: 16px;
|
|
2929
|
+
}
|
|
2930
|
+
.s34f1qb.ant-switch-large {
|
|
2931
|
+
min-width: 52px;
|
|
2932
|
+
height: 32px;
|
|
2933
|
+
}
|
|
2934
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2935
|
+
height: 20px;
|
|
2936
|
+
width: 20px;
|
|
2937
|
+
}
|
|
2938
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2939
|
+
border-radius: 10px;
|
|
2940
|
+
transition-delay: 120ms;
|
|
2941
|
+
}
|
|
2942
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2943
|
+
height: 14px;
|
|
2944
|
+
width: 14px;
|
|
2945
|
+
top: 1px;
|
|
2946
|
+
left: 1px;
|
|
2947
|
+
}
|
|
2948
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2949
|
+
height: 28px;
|
|
2950
|
+
width: 28px;
|
|
2951
|
+
}
|
|
2952
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2953
|
+
border-radius: 14px;
|
|
2954
|
+
}
|
|
2955
|
+
.s34f1qb.ant-switch-checked {
|
|
2956
|
+
background-color: #00ba5d;
|
|
2957
|
+
}
|
|
2958
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2959
|
+
left: calc(100% - 20px - 2px);
|
|
2960
|
+
}
|
|
2961
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2962
|
+
left: calc(100% - 14px - 1px);
|
|
2963
|
+
}
|
|
2964
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2965
|
+
left: calc(100% - 28px - 2px);
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2968
|
+
.c1to9vb9 {
|
|
2969
|
+
margin-left: 5px;
|
|
2970
|
+
}
|
|
2971
|
+
|
|
2972
2972
|
.t1upn1sz {
|
|
2973
2973
|
height: 100%;
|
|
2974
2974
|
}
|
|
@@ -3963,6 +3963,20 @@ input.rrg1fkn.ant-input {
|
|
|
3963
3963
|
margin-left: 24px;
|
|
3964
3964
|
}
|
|
3965
3965
|
|
|
3966
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3967
|
+
display: flex;
|
|
3968
|
+
}
|
|
3969
|
+
|
|
3970
|
+
.igz4le8 {
|
|
3971
|
+
height: 24px;
|
|
3972
|
+
width: 56px !important;
|
|
3973
|
+
margin-right: 4px;
|
|
3974
|
+
}
|
|
3975
|
+
|
|
3976
|
+
.c1riexje {
|
|
3977
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3978
|
+
}
|
|
3979
|
+
|
|
3966
3980
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3967
3981
|
border-radius: 6px;
|
|
3968
3982
|
}
|
|
@@ -4018,20 +4032,6 @@ input.rrg1fkn.ant-input {
|
|
|
4018
4032
|
transform: rotate(180deg);
|
|
4019
4033
|
}
|
|
4020
4034
|
|
|
4021
|
-
.igz4le8 {
|
|
4022
|
-
height: 24px;
|
|
4023
|
-
width: 56px !important;
|
|
4024
|
-
margin-right: 4px;
|
|
4025
|
-
}
|
|
4026
|
-
|
|
4027
|
-
.c1riexje {
|
|
4028
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4029
|
-
}
|
|
4030
|
-
|
|
4031
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4032
|
-
display: flex;
|
|
4033
|
-
}
|
|
4034
|
-
|
|
4035
4035
|
.m1thnes4 {
|
|
4036
4036
|
color: rgba(44, 56, 82, 0.6);
|
|
4037
4037
|
text-align: center;
|
package/dist/umd/index.js
CHANGED
|
@@ -4960,7 +4960,8 @@
|
|
|
4960
4960
|
antdSwitch: antd.Switch,
|
|
4961
4961
|
antdCollapse: antd.Collapse,
|
|
4962
4962
|
antdTreeSelect: antd.TreeSelect,
|
|
4963
|
-
antdDrawer: antd.Drawer
|
|
4963
|
+
antdDrawer: antd.Drawer,
|
|
4964
|
+
antdSteps: antd.Steps
|
|
4964
4965
|
};
|
|
4965
4966
|
kit.option.isSelectOption = true;
|
|
4966
4967
|
kit.button.__ANT_BUTTON = true;
|