@cloudtower/eagle 0.25.4 → 0.25.5

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/style.css CHANGED
@@ -1618,19 +1618,6 @@ body {
1618
1618
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1619
1619
  }
1620
1620
  }
1621
- .iap75of {
1622
- height: 18px;
1623
- line-height: 18px;
1624
- padding: 0 4px;
1625
- border-radius: 4px;
1626
- background: rgba(235, 239, 245, 0.6);
1627
- border: 1px solid rgba(223, 228, 235, 0.6);
1628
- display: flex;
1629
- align-items: center;
1630
- white-space: nowrap;
1631
- margin-right: 4px;
1632
- }
1633
-
1634
1621
  .buj61ew.ant-btn {
1635
1622
  height: 32px;
1636
1623
  border-radius: 6px;
@@ -1879,21 +1866,6 @@ body {
1879
1866
  padding: 0;
1880
1867
  }
1881
1868
 
1882
- .fde5mpd {
1883
- width: 100%;
1884
- height: 100%;
1885
- min-height: 124px;
1886
- display: flex;
1887
- flex-direction: column;
1888
- justify-content: center;
1889
- align-items: center;
1890
- }
1891
- .fde5mpd .error-text {
1892
- color: rgba(10, 37, 85, 0.6);
1893
- margin-bottom: 16px;
1894
- font-size: 18px;
1895
- }
1896
-
1897
1869
  .bpq0js6 {
1898
1870
  padding: 4px 11px;
1899
1871
  }
@@ -1923,6 +1895,21 @@ body {
1923
1895
  border-radius: unset;
1924
1896
  }
1925
1897
 
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
+
1926
1913
  .i1mrf09m {
1927
1914
  display: inline-flex;
1928
1915
  align-items: center;
@@ -1941,6 +1928,19 @@ body {
1941
1928
  animation: rotate 680ms linear infinite;
1942
1929
  }
1943
1930
 
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
1944
  .obf05yr {
1945
1945
  display: inline-block;
1946
1946
  }
@@ -1950,6 +1950,63 @@ body {
1950
1950
  position: absolute;
1951
1951
  }
1952
1952
 
1953
+ .p12gwtiw {
1954
+ display: flex;
1955
+ justify-content: space-between;
1956
+ align-items: center;
1957
+ padding: 10px 0;
1958
+ color: rgba(44, 56, 82, 0.6);
1959
+ font-size: 12px;
1960
+ line-height: 24px;
1961
+ }
1962
+ .p12gwtiw .pagination-left {
1963
+ padding: 2px 8px;
1964
+ }
1965
+ .p12gwtiw .dropdown-trigger {
1966
+ display: flex;
1967
+ align-items: center;
1968
+ border-radius: 6px;
1969
+ cursor: pointer;
1970
+ transition: all 0.3s ease;
1971
+ }
1972
+ .p12gwtiw .dropdown-trigger:hover {
1973
+ background: rgba(211, 218, 235, 0.6);
1974
+ color: #0080ff;
1975
+ }
1976
+ .p12gwtiw .dropdown-trigger .icon-inner {
1977
+ margin-left: 4px;
1978
+ }
1979
+ .p12gwtiw .pagination-right {
1980
+ display: flex;
1981
+ align-items: center;
1982
+ color: #0080ff;
1983
+ font-weight: bold;
1984
+ }
1985
+ .p12gwtiw .pagination-right .icon-inner {
1986
+ margin-left: 4px;
1987
+ }
1988
+ .p12gwtiw .pagination-right .prev-btn,
1989
+ .p12gwtiw .pagination-right .next-btn {
1990
+ padding: 0 8px;
1991
+ }
1992
+ .p12gwtiw .pagination-right .prev-btn > span,
1993
+ .p12gwtiw .pagination-right .next-btn > span {
1994
+ color: #0080ff;
1995
+ }
1996
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1997
+ transform: rotate(180deg);
1998
+ }
1999
+
2000
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2001
+ max-height: calc(100vh - 128px);
2002
+ overflow-y: auto;
2003
+ }
2004
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2005
+ padding: 4px 20px;
2006
+ font-size: 12px;
2007
+ line-height: 18px;
2008
+ }
2009
+
1953
2010
  .rxbeqvl.ant-radio-wrapper {
1954
2011
  display: inline-flex;
1955
2012
  align-items: baseline;
@@ -2092,61 +2149,6 @@ body {
2092
2149
  width: 36px;
2093
2150
  }
2094
2151
 
2095
- .s34f1qb.ant-switch {
2096
- min-width: 40px;
2097
- height: 24px;
2098
- background: rgba(172, 186, 211, 0.6);
2099
- overflow: hidden;
2100
- }
2101
- .s34f1qb.ant-switch:focus {
2102
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2103
- }
2104
- .s34f1qb.ant-switch-small {
2105
- min-width: 26px;
2106
- height: 16px;
2107
- }
2108
- .s34f1qb.ant-switch-large {
2109
- min-width: 52px;
2110
- height: 32px;
2111
- }
2112
- .s34f1qb.ant-switch .ant-switch-handle {
2113
- height: 20px;
2114
- width: 20px;
2115
- }
2116
- .s34f1qb.ant-switch .ant-switch-handle::before {
2117
- border-radius: 10px;
2118
- transition-delay: 120ms;
2119
- }
2120
- .s34f1qb.ant-switch-small .ant-switch-handle {
2121
- height: 14px;
2122
- width: 14px;
2123
- top: 1px;
2124
- left: 1px;
2125
- }
2126
- .s34f1qb.ant-switch-large .ant-switch-handle {
2127
- height: 28px;
2128
- width: 28px;
2129
- }
2130
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2131
- border-radius: 14px;
2132
- }
2133
- .s34f1qb.ant-switch-checked {
2134
- background-color: #00ba5d;
2135
- }
2136
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2137
- left: calc(100% - 20px - 2px);
2138
- }
2139
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2140
- left: calc(100% - 14px - 1px);
2141
- }
2142
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2143
- left: calc(100% - 28px - 2px);
2144
- }
2145
-
2146
- .c1to9vb9 {
2147
- margin-left: 5px;
2148
- }
2149
-
2150
2152
  .cz04yix {
2151
2153
  display: flex;
2152
2154
  flex-direction: column;
@@ -2812,63 +2814,6 @@ input.rrg1fkn.ant-input {
2812
2814
  border-bottom-left-radius: 0;
2813
2815
  }
2814
2816
 
2815
- .p12gwtiw {
2816
- display: flex;
2817
- justify-content: space-between;
2818
- align-items: center;
2819
- padding: 10px 0;
2820
- color: rgba(44, 56, 82, 0.6);
2821
- font-size: 12px;
2822
- line-height: 24px;
2823
- }
2824
- .p12gwtiw .pagination-left {
2825
- padding: 2px 8px;
2826
- }
2827
- .p12gwtiw .dropdown-trigger {
2828
- display: flex;
2829
- align-items: center;
2830
- border-radius: 6px;
2831
- cursor: pointer;
2832
- transition: all 0.3s ease;
2833
- }
2834
- .p12gwtiw .dropdown-trigger:hover {
2835
- background: rgba(211, 218, 235, 0.6);
2836
- color: #0080ff;
2837
- }
2838
- .p12gwtiw .dropdown-trigger .icon-inner {
2839
- margin-left: 4px;
2840
- }
2841
- .p12gwtiw .pagination-right {
2842
- display: flex;
2843
- align-items: center;
2844
- color: #0080ff;
2845
- font-weight: bold;
2846
- }
2847
- .p12gwtiw .pagination-right .icon-inner {
2848
- margin-left: 4px;
2849
- }
2850
- .p12gwtiw .pagination-right .prev-btn,
2851
- .p12gwtiw .pagination-right .next-btn {
2852
- padding: 0 8px;
2853
- }
2854
- .p12gwtiw .pagination-right .prev-btn > span,
2855
- .p12gwtiw .pagination-right .next-btn > span {
2856
- color: #0080ff;
2857
- }
2858
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2859
- transform: rotate(180deg);
2860
- }
2861
-
2862
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2863
- max-height: calc(100vh - 128px);
2864
- overflow-y: auto;
2865
- }
2866
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2867
- padding: 4px 20px;
2868
- font-size: 12px;
2869
- line-height: 18px;
2870
- }
2871
-
2872
2817
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2873
2818
  flex-direction: row;
2874
2819
  justify-content: stretch;
@@ -2952,6 +2897,61 @@ input.rrg1fkn.ant-input {
2952
2897
  padding: 0;
2953
2898
  }
2954
2899
 
2900
+ .s34f1qb.ant-switch {
2901
+ min-width: 40px;
2902
+ height: 24px;
2903
+ background: rgba(172, 186, 211, 0.6);
2904
+ overflow: hidden;
2905
+ }
2906
+ .s34f1qb.ant-switch:focus {
2907
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2908
+ }
2909
+ .s34f1qb.ant-switch-small {
2910
+ min-width: 26px;
2911
+ height: 16px;
2912
+ }
2913
+ .s34f1qb.ant-switch-large {
2914
+ min-width: 52px;
2915
+ height: 32px;
2916
+ }
2917
+ .s34f1qb.ant-switch .ant-switch-handle {
2918
+ height: 20px;
2919
+ width: 20px;
2920
+ }
2921
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2922
+ border-radius: 10px;
2923
+ transition-delay: 120ms;
2924
+ }
2925
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2926
+ height: 14px;
2927
+ width: 14px;
2928
+ top: 1px;
2929
+ left: 1px;
2930
+ }
2931
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2932
+ height: 28px;
2933
+ width: 28px;
2934
+ }
2935
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2936
+ border-radius: 14px;
2937
+ }
2938
+ .s34f1qb.ant-switch-checked {
2939
+ background-color: #00ba5d;
2940
+ }
2941
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2942
+ left: calc(100% - 20px - 2px);
2943
+ }
2944
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2945
+ left: calc(100% - 14px - 1px);
2946
+ }
2947
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2948
+ left: calc(100% - 28px - 2px);
2949
+ }
2950
+
2951
+ .c1to9vb9 {
2952
+ margin-left: 5px;
2953
+ }
2954
+
2955
2955
  .t1upn1sz {
2956
2956
  height: 100%;
2957
2957
  }
@@ -3790,10 +3790,6 @@ input.rrg1fkn.ant-input {
3790
3790
  line-height: 12px;
3791
3791
  }
3792
3792
 
3793
- .i1e4sgug {
3794
- display: inline-block;
3795
- }
3796
-
3797
3793
  .s1fc623g {
3798
3794
  width: 430px !important;
3799
3795
  }
@@ -3871,6 +3867,10 @@ input.rrg1fkn.ant-input {
3871
3867
  background: rgba(225, 230, 241, 0.6);
3872
3868
  }
3873
3869
 
3870
+ .i1e4sgug {
3871
+ display: inline-block;
3872
+ }
3873
+
3874
3874
  .c198s9j3 {
3875
3875
  color: #2d3a56;
3876
3876
  line-height: 22px;
@@ -4444,25 +4444,6 @@ input.rrg1fkn.ant-input {
4444
4444
  margin-right: 8px;
4445
4445
  }
4446
4446
 
4447
- .feau332.ant-form-item {
4448
- margin-bottom: 0;
4449
- }
4450
- .feau332 .ant-form-item-explain {
4451
- display: none;
4452
- min-height: 18px;
4453
- margin-top: 5px;
4454
- font-family: "Inter";
4455
- font-weight: 400;
4456
- font-size: 12px;
4457
- line-height: 18px;
4458
- }
4459
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4460
- white-space: pre-wrap;
4461
- }
4462
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4463
- display: block;
4464
- }
4465
-
4466
4447
  .a6dbbkm .ant-input-number-handler-wrap {
4467
4448
  display: var(--a6dbbkm-0);
4468
4449
  }
@@ -4492,4 +4473,23 @@ input.rrg1fkn.ant-input {
4492
4473
  margin: 0;
4493
4474
  height: auto;
4494
4475
  font-size: inherit;
4476
+ }
4477
+
4478
+ .feau332.ant-form-item {
4479
+ margin-bottom: 0;
4480
+ }
4481
+ .feau332 .ant-form-item-explain {
4482
+ display: none;
4483
+ min-height: 18px;
4484
+ margin-top: 5px;
4485
+ font-family: "Inter";
4486
+ font-weight: 400;
4487
+ font-size: 12px;
4488
+ line-height: 18px;
4489
+ }
4490
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4491
+ white-space: pre-wrap;
4492
+ }
4493
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4494
+ display: block;
4495
4495
  }
package/dist/umd/index.js CHANGED
@@ -4606,7 +4606,6 @@
4606
4606
  buttonGroup: ButtonGroup,
4607
4607
  steps: Steps,
4608
4608
  form: antd.Form,
4609
- formItem: antd.Form.Item,
4610
4609
  simplePagination: SimplePagination,
4611
4610
  space: antd.Space,
4612
4611
  timeZoneSelect: TimeZoneSelect,