@cloudtower/eagle 0.25.14-alpha.4 → 0.25.15
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/Button/index.d.ts +1 -1
- package/dist/components/Empty/index.d.ts +6 -2
- package/dist/components/KitStoreProvider/index.d.ts +1 -4
- package/dist/components/TableForm/Columns/index.d.ts +3 -3
- package/dist/components.css +167 -167
- package/dist/esm/index.js +676 -549
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/spec/base.d.ts +4 -1
- package/dist/store/index.d.ts +3 -21
- package/dist/style.css +149 -149
- package/dist/umd/index.js +673 -547
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
- package/dist/components/KitStoreProvider/ReduxContextProvider.d.ts +0 -9
package/dist/style.css
CHANGED
|
@@ -1636,6 +1636,50 @@ 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
|
+
.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
|
+
.bpq0js6 {
|
|
1655
|
+
padding: 4px 11px;
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1658
|
+
.b15sn34c {
|
|
1659
|
+
white-space: nowrap;
|
|
1660
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1661
|
+
}
|
|
1662
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1663
|
+
--color: #0080ff;
|
|
1664
|
+
}
|
|
1665
|
+
.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] {
|
|
1666
|
+
--color: #0080ff;
|
|
1667
|
+
}
|
|
1668
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1669
|
+
margin-left: 1px;
|
|
1670
|
+
}
|
|
1671
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1672
|
+
border-top-right-radius: 0;
|
|
1673
|
+
border-bottom-right-radius: 0;
|
|
1674
|
+
}
|
|
1675
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1676
|
+
border-top-left-radius: 0;
|
|
1677
|
+
border-bottom-left-radius: 0;
|
|
1678
|
+
}
|
|
1679
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1680
|
+
border-radius: unset;
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1639
1683
|
.buj61ew.ant-btn {
|
|
1640
1684
|
height: 32px;
|
|
1641
1685
|
border-radius: 6px;
|
|
@@ -1884,63 +1928,6 @@ html body {
|
|
|
1884
1928
|
padding: 0;
|
|
1885
1929
|
}
|
|
1886
1930
|
|
|
1887
|
-
.iap75of {
|
|
1888
|
-
height: 18px;
|
|
1889
|
-
line-height: 18px;
|
|
1890
|
-
padding: 0 4px;
|
|
1891
|
-
border-radius: 4px;
|
|
1892
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1893
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1894
|
-
display: flex;
|
|
1895
|
-
align-items: center;
|
|
1896
|
-
white-space: nowrap;
|
|
1897
|
-
margin-right: 4px;
|
|
1898
|
-
}
|
|
1899
|
-
|
|
1900
|
-
.bpq0js6 {
|
|
1901
|
-
padding: 4px 11px;
|
|
1902
|
-
}
|
|
1903
|
-
|
|
1904
|
-
.b15sn34c {
|
|
1905
|
-
white-space: nowrap;
|
|
1906
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1907
|
-
}
|
|
1908
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1909
|
-
--color: #0080ff;
|
|
1910
|
-
}
|
|
1911
|
-
.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] {
|
|
1912
|
-
--color: #0080ff;
|
|
1913
|
-
}
|
|
1914
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1915
|
-
margin-left: 1px;
|
|
1916
|
-
}
|
|
1917
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1918
|
-
border-top-right-radius: 0;
|
|
1919
|
-
border-bottom-right-radius: 0;
|
|
1920
|
-
}
|
|
1921
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1922
|
-
border-top-left-radius: 0;
|
|
1923
|
-
border-bottom-left-radius: 0;
|
|
1924
|
-
}
|
|
1925
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1926
|
-
border-radius: unset;
|
|
1927
|
-
}
|
|
1928
|
-
|
|
1929
|
-
.fde5mpd {
|
|
1930
|
-
width: 100%;
|
|
1931
|
-
height: 100%;
|
|
1932
|
-
min-height: 124px;
|
|
1933
|
-
display: flex;
|
|
1934
|
-
flex-direction: column;
|
|
1935
|
-
justify-content: center;
|
|
1936
|
-
align-items: center;
|
|
1937
|
-
}
|
|
1938
|
-
.fde5mpd .error-text {
|
|
1939
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1940
|
-
margin-bottom: 16px;
|
|
1941
|
-
font-size: 18px;
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
1931
|
.i1mrf09m {
|
|
1945
1932
|
display: inline-flex;
|
|
1946
1933
|
align-items: center;
|
|
@@ -1959,13 +1946,17 @@ html body {
|
|
|
1959
1946
|
animation: rotate 680ms linear infinite;
|
|
1960
1947
|
}
|
|
1961
1948
|
|
|
1962
|
-
.
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
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;
|
|
1969
1960
|
}
|
|
1970
1961
|
|
|
1971
1962
|
.p12gwtiw {
|
|
@@ -2166,6 +2157,15 @@ html body {
|
|
|
2166
2157
|
width: 36px;
|
|
2167
2158
|
}
|
|
2168
2159
|
|
|
2160
|
+
.obf05yr {
|
|
2161
|
+
display: inline-block;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
.hsms1n6 {
|
|
2165
|
+
visibility: hidden;
|
|
2166
|
+
position: absolute;
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
2169
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2170
2170
|
flex-direction: row;
|
|
2171
2171
|
justify-content: stretch;
|
|
@@ -2969,87 +2969,6 @@ input.rrg1fkn.ant-input {
|
|
|
2969
2969
|
margin-left: 5px;
|
|
2970
2970
|
}
|
|
2971
2971
|
|
|
2972
|
-
.s1fc623g {
|
|
2973
|
-
width: 430px !important;
|
|
2974
|
-
}
|
|
2975
|
-
|
|
2976
|
-
.da3mx0o .ant-select-item-group {
|
|
2977
|
-
padding: 8px 16px;
|
|
2978
|
-
line-height: 18px;
|
|
2979
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2980
|
-
height: 34px;
|
|
2981
|
-
min-height: 34px;
|
|
2982
|
-
box-sizing: border-box;
|
|
2983
|
-
margin-top: 8px;
|
|
2984
|
-
}
|
|
2985
|
-
|
|
2986
|
-
.onr9gzt {
|
|
2987
|
-
display: flex;
|
|
2988
|
-
flex-direction: column;
|
|
2989
|
-
margin: 1px 8px;
|
|
2990
|
-
padding: 8px;
|
|
2991
|
-
border-radius: 4px;
|
|
2992
|
-
}
|
|
2993
|
-
.onr9gzt .selected-icon {
|
|
2994
|
-
display: none;
|
|
2995
|
-
}
|
|
2996
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
2997
|
-
padding-left: 8px;
|
|
2998
|
-
}
|
|
2999
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
3000
|
-
background-color: white;
|
|
3001
|
-
}
|
|
3002
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3003
|
-
color: #0080ff;
|
|
3004
|
-
}
|
|
3005
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3006
|
-
display: block;
|
|
3007
|
-
}
|
|
3008
|
-
.onr9gzt.ant-select-item-option-active {
|
|
3009
|
-
background: rgba(0, 136, 255, 0.16);
|
|
3010
|
-
}
|
|
3011
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3012
|
-
color: #0080ff;
|
|
3013
|
-
}
|
|
3014
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3015
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3016
|
-
color: #0080ff;
|
|
3017
|
-
}
|
|
3018
|
-
|
|
3019
|
-
.oiy0apc {
|
|
3020
|
-
display: flex;
|
|
3021
|
-
justify-content: space-between;
|
|
3022
|
-
height: 20px;
|
|
3023
|
-
line-height: 20px;
|
|
3024
|
-
}
|
|
3025
|
-
.oiy0apc .timezone-title {
|
|
3026
|
-
color: #2d3a56;
|
|
3027
|
-
overflow: hidden;
|
|
3028
|
-
text-overflow: ellipsis;
|
|
3029
|
-
}
|
|
3030
|
-
|
|
3031
|
-
.of4y382 {
|
|
3032
|
-
display: flex;
|
|
3033
|
-
justify-content: space-between;
|
|
3034
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3035
|
-
height: 18px;
|
|
3036
|
-
line-height: 18px;
|
|
3037
|
-
margin-top: 2px;
|
|
3038
|
-
}
|
|
3039
|
-
|
|
3040
|
-
.t19903l9 {
|
|
3041
|
-
border: none;
|
|
3042
|
-
margin-right: 0;
|
|
3043
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3044
|
-
}
|
|
3045
|
-
|
|
3046
|
-
.ohwbvxu {
|
|
3047
|
-
pointer-events: none;
|
|
3048
|
-
height: 32px;
|
|
3049
|
-
width: 100%;
|
|
3050
|
-
opacity: 0;
|
|
3051
|
-
}
|
|
3052
|
-
|
|
3053
2972
|
.t1upn1sz {
|
|
3054
2973
|
height: 100%;
|
|
3055
2974
|
}
|
|
@@ -3413,6 +3332,87 @@ input.rrg1fkn.ant-input {
|
|
|
3413
3332
|
background: #fff;
|
|
3414
3333
|
}
|
|
3415
3334
|
|
|
3335
|
+
.s1fc623g {
|
|
3336
|
+
width: 430px !important;
|
|
3337
|
+
}
|
|
3338
|
+
|
|
3339
|
+
.da3mx0o .ant-select-item-group {
|
|
3340
|
+
padding: 8px 16px;
|
|
3341
|
+
line-height: 18px;
|
|
3342
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3343
|
+
height: 34px;
|
|
3344
|
+
min-height: 34px;
|
|
3345
|
+
box-sizing: border-box;
|
|
3346
|
+
margin-top: 8px;
|
|
3347
|
+
}
|
|
3348
|
+
|
|
3349
|
+
.onr9gzt {
|
|
3350
|
+
display: flex;
|
|
3351
|
+
flex-direction: column;
|
|
3352
|
+
margin: 1px 8px;
|
|
3353
|
+
padding: 8px;
|
|
3354
|
+
border-radius: 4px;
|
|
3355
|
+
}
|
|
3356
|
+
.onr9gzt .selected-icon {
|
|
3357
|
+
display: none;
|
|
3358
|
+
}
|
|
3359
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3360
|
+
padding-left: 8px;
|
|
3361
|
+
}
|
|
3362
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3363
|
+
background-color: white;
|
|
3364
|
+
}
|
|
3365
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3366
|
+
color: #0080ff;
|
|
3367
|
+
}
|
|
3368
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3369
|
+
display: block;
|
|
3370
|
+
}
|
|
3371
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3372
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3373
|
+
}
|
|
3374
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3375
|
+
color: #0080ff;
|
|
3376
|
+
}
|
|
3377
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3378
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3379
|
+
color: #0080ff;
|
|
3380
|
+
}
|
|
3381
|
+
|
|
3382
|
+
.oiy0apc {
|
|
3383
|
+
display: flex;
|
|
3384
|
+
justify-content: space-between;
|
|
3385
|
+
height: 20px;
|
|
3386
|
+
line-height: 20px;
|
|
3387
|
+
}
|
|
3388
|
+
.oiy0apc .timezone-title {
|
|
3389
|
+
color: #2d3a56;
|
|
3390
|
+
overflow: hidden;
|
|
3391
|
+
text-overflow: ellipsis;
|
|
3392
|
+
}
|
|
3393
|
+
|
|
3394
|
+
.of4y382 {
|
|
3395
|
+
display: flex;
|
|
3396
|
+
justify-content: space-between;
|
|
3397
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3398
|
+
height: 18px;
|
|
3399
|
+
line-height: 18px;
|
|
3400
|
+
margin-top: 2px;
|
|
3401
|
+
}
|
|
3402
|
+
|
|
3403
|
+
.t19903l9 {
|
|
3404
|
+
border: none;
|
|
3405
|
+
margin-right: 0;
|
|
3406
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3409
|
+
.ohwbvxu {
|
|
3410
|
+
pointer-events: none;
|
|
3411
|
+
height: 32px;
|
|
3412
|
+
width: 100%;
|
|
3413
|
+
opacity: 0;
|
|
3414
|
+
}
|
|
3415
|
+
|
|
3416
3416
|
.i1e4sgug {
|
|
3417
3417
|
display: inline-block;
|
|
3418
3418
|
}
|
|
@@ -3963,10 +3963,6 @@ 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
3966
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3971
3967
|
border-radius: 6px;
|
|
3972
3968
|
}
|
|
@@ -4032,6 +4028,10 @@ input.rrg1fkn.ant-input {
|
|
|
4032
4028
|
color: rgba(44, 56, 82, 0.6);
|
|
4033
4029
|
}
|
|
4034
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;
|