@cloudtower/eagle 0.26.1 → 0.26.3

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
@@ -1636,6 +1636,39 @@ 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
+ .i1mrf09m {
1640
+ display: inline-flex;
1641
+ align-items: center;
1642
+ }
1643
+ .i1mrf09m .icon-inner {
1644
+ display: inline-flex;
1645
+ align-items: center;
1646
+ justify-content: center;
1647
+ }
1648
+ .i1mrf09m .icon-inner + span,
1649
+ .i1mrf09m span + .icon-inner.suffix {
1650
+ margin-left: 4px;
1651
+ }
1652
+ .i1mrf09m.is-rotate img,
1653
+ .i1mrf09m.is-rotate svg {
1654
+ animation: rotate 680ms linear infinite;
1655
+ }
1656
+
1657
+ .fde5mpd {
1658
+ width: 100%;
1659
+ height: 100%;
1660
+ min-height: 124px;
1661
+ display: flex;
1662
+ flex-direction: column;
1663
+ justify-content: center;
1664
+ align-items: center;
1665
+ }
1666
+ .fde5mpd .error-text {
1667
+ color: rgba(10, 37, 85, 0.6);
1668
+ margin-bottom: 16px;
1669
+ font-size: 18px;
1670
+ }
1671
+
1639
1672
  .buj61ew.ant-btn {
1640
1673
  height: 32px;
1641
1674
  border-radius: 6px;
@@ -1884,6 +1917,63 @@ html body {
1884
1917
  padding: 0;
1885
1918
  }
1886
1919
 
1920
+ .p12gwtiw {
1921
+ display: flex;
1922
+ justify-content: space-between;
1923
+ align-items: center;
1924
+ padding: 10px 0;
1925
+ color: rgba(44, 56, 82, 0.6);
1926
+ font-size: 12px;
1927
+ line-height: 24px;
1928
+ }
1929
+ .p12gwtiw .pagination-left {
1930
+ padding: 2px 8px;
1931
+ }
1932
+ .p12gwtiw .dropdown-trigger {
1933
+ display: flex;
1934
+ align-items: center;
1935
+ border-radius: 6px;
1936
+ cursor: pointer;
1937
+ transition: all 0.3s ease;
1938
+ }
1939
+ .p12gwtiw .dropdown-trigger:hover {
1940
+ background: rgba(211, 218, 235, 0.6);
1941
+ color: #0080ff;
1942
+ }
1943
+ .p12gwtiw .dropdown-trigger .icon-inner {
1944
+ margin-left: 4px;
1945
+ }
1946
+ .p12gwtiw .pagination-right {
1947
+ display: flex;
1948
+ align-items: center;
1949
+ color: #0080ff;
1950
+ font-weight: bold;
1951
+ }
1952
+ .p12gwtiw .pagination-right .icon-inner {
1953
+ margin-left: 4px;
1954
+ }
1955
+ .p12gwtiw .pagination-right .prev-btn,
1956
+ .p12gwtiw .pagination-right .next-btn {
1957
+ padding: 0 8px;
1958
+ }
1959
+ .p12gwtiw .pagination-right .prev-btn > span,
1960
+ .p12gwtiw .pagination-right .next-btn > span {
1961
+ color: #0080ff;
1962
+ }
1963
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1964
+ transform: rotate(180deg);
1965
+ }
1966
+
1967
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1968
+ max-height: calc(100vh - 128px);
1969
+ overflow-y: auto;
1970
+ }
1971
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1972
+ padding: 4px 20px;
1973
+ font-size: 12px;
1974
+ line-height: 18px;
1975
+ }
1976
+
1887
1977
  .bpq0js6 {
1888
1978
  padding: 4px 11px;
1889
1979
  }
@@ -1913,39 +2003,6 @@ html body {
1913
2003
  border-radius: unset;
1914
2004
  }
1915
2005
 
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
- .i1mrf09m {
1932
- display: inline-flex;
1933
- align-items: center;
1934
- }
1935
- .i1mrf09m .icon-inner {
1936
- display: inline-flex;
1937
- align-items: center;
1938
- justify-content: center;
1939
- }
1940
- .i1mrf09m .icon-inner + span,
1941
- .i1mrf09m span + .icon-inner.suffix {
1942
- margin-left: 4px;
1943
- }
1944
- .i1mrf09m.is-rotate img,
1945
- .i1mrf09m.is-rotate svg {
1946
- animation: rotate 680ms linear infinite;
1947
- }
1948
-
1949
2006
  .iap75of {
1950
2007
  height: 18px;
1951
2008
  line-height: 18px;
@@ -1959,70 +2016,68 @@ html body {
1959
2016
  margin-right: 4px;
1960
2017
  }
1961
2018
 
1962
- .obf05yr {
1963
- display: inline-block;
2019
+ .s34f1qb.ant-switch {
2020
+ min-width: 40px;
2021
+ height: 24px;
2022
+ background: rgba(172, 186, 211, 0.6);
2023
+ overflow: hidden;
1964
2024
  }
1965
-
1966
- .hsms1n6 {
1967
- visibility: hidden;
1968
- position: absolute;
2025
+ .s34f1qb.ant-switch:focus {
2026
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1969
2027
  }
1970
-
1971
- .p12gwtiw {
1972
- display: flex;
1973
- justify-content: space-between;
1974
- align-items: center;
1975
- padding: 10px 0;
1976
- color: rgba(44, 56, 82, 0.6);
1977
- font-size: 12px;
1978
- line-height: 24px;
2028
+ .s34f1qb.ant-switch-small {
2029
+ min-width: 26px;
2030
+ height: 16px;
1979
2031
  }
1980
- .p12gwtiw .pagination-left {
1981
- padding: 2px 8px;
2032
+ .s34f1qb.ant-switch-large {
2033
+ min-width: 52px;
2034
+ height: 32px;
1982
2035
  }
1983
- .p12gwtiw .dropdown-trigger {
1984
- display: flex;
1985
- align-items: center;
1986
- border-radius: 6px;
1987
- cursor: pointer;
1988
- transition: all 0.3s ease;
2036
+ .s34f1qb.ant-switch .ant-switch-handle {
2037
+ height: 20px;
2038
+ width: 20px;
1989
2039
  }
1990
- .p12gwtiw .dropdown-trigger:hover {
1991
- background: rgba(211, 218, 235, 0.6);
1992
- color: #0080ff;
2040
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2041
+ border-radius: 10px;
2042
+ transition-delay: 120ms;
1993
2043
  }
1994
- .p12gwtiw .dropdown-trigger .icon-inner {
1995
- margin-left: 4px;
2044
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2045
+ height: 14px;
2046
+ width: 14px;
2047
+ top: 1px;
2048
+ left: 1px;
1996
2049
  }
1997
- .p12gwtiw .pagination-right {
1998
- display: flex;
1999
- align-items: center;
2000
- color: #0080ff;
2001
- font-weight: bold;
2050
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2051
+ height: 28px;
2052
+ width: 28px;
2002
2053
  }
2003
- .p12gwtiw .pagination-right .icon-inner {
2004
- margin-left: 4px;
2054
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2055
+ border-radius: 14px;
2005
2056
  }
2006
- .p12gwtiw .pagination-right .prev-btn,
2007
- .p12gwtiw .pagination-right .next-btn {
2008
- padding: 0 8px;
2057
+ .s34f1qb.ant-switch-checked {
2058
+ background-color: #00ba5d;
2009
2059
  }
2010
- .p12gwtiw .pagination-right .prev-btn > span,
2011
- .p12gwtiw .pagination-right .next-btn > span {
2012
- color: #0080ff;
2060
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2061
+ left: calc(100% - 20px - 2px);
2013
2062
  }
2014
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2015
- transform: rotate(180deg);
2063
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2064
+ left: calc(100% - 14px - 1px);
2065
+ }
2066
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2067
+ left: calc(100% - 28px - 2px);
2016
2068
  }
2017
2069
 
2018
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2019
- max-height: calc(100vh - 128px);
2020
- overflow-y: auto;
2070
+ .c1to9vb9 {
2071
+ margin-left: 5px;
2021
2072
  }
2022
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2023
- padding: 4px 20px;
2024
- font-size: 12px;
2025
- line-height: 18px;
2073
+
2074
+ .obf05yr {
2075
+ display: inline-block;
2076
+ }
2077
+
2078
+ .hsms1n6 {
2079
+ visibility: hidden;
2080
+ position: absolute;
2026
2081
  }
2027
2082
 
2028
2083
  .rxbeqvl.ant-radio-wrapper {
@@ -2914,61 +2969,6 @@ input.rrg1fkn.ant-input {
2914
2969
  border-bottom-left-radius: 0;
2915
2970
  }
2916
2971
 
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,16 @@ input.rrg1fkn.ant-input {
3963
3963
  margin-left: 24px;
3964
3964
  }
3965
3965
 
3966
+ .igz4le8 {
3967
+ height: 24px;
3968
+ width: 56px !important;
3969
+ margin-right: 4px;
3970
+ }
3971
+
3972
+ .c1riexje {
3973
+ color: rgba(44, 56, 82, 0.6);
3974
+ }
3975
+
3966
3976
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3967
3977
  border-radius: 6px;
3968
3978
  }
@@ -4018,16 +4028,6 @@ input.rrg1fkn.ant-input {
4018
4028
  transform: rotate(180deg);
4019
4029
  }
4020
4030
 
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
4031
  .iiqau4c.ant-input-group.ant-input-group-compact {
4032
4032
  display: flex;
4033
4033
  }
@@ -4223,6 +4223,37 @@ input.rrg1fkn.ant-input {
4223
4223
  background: rgba(163, 180, 204, 0.18);
4224
4224
  }
4225
4225
 
4226
+ .f1p9ti6d {
4227
+ width: 100%;
4228
+ margin-bottom: 0 !important;
4229
+ flex-flow: nowrap !important;
4230
+ line-break: auto;
4231
+ }
4232
+ .f1p9ti6d > .ant-form-item-label {
4233
+ text-align: left !important;
4234
+ padding-bottom: 0 !important;
4235
+ }
4236
+ .f1p9ti6d > .ant-form-item-label > label {
4237
+ min-height: 32px;
4238
+ height: auto;
4239
+ font-size: 13px;
4240
+ color: rgba(44, 56, 82, 0.6);
4241
+ white-space: normal;
4242
+ }
4243
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
4244
+ border-color: #ff4d4f !important;
4245
+ }
4246
+ .f1p9ti6d .ant-form-item-explain {
4247
+ margin-top: 4px;
4248
+ font-size: 12px;
4249
+ min-height: 0px;
4250
+ }
4251
+ .f1p9ti6d .ant-form-item-extra {
4252
+ font-size: 12px;
4253
+ color: rgba(44, 56, 82, 0.6);
4254
+ min-height: 0px;
4255
+ }
4256
+
4226
4257
  .tc40oxa {
4227
4258
  margin-bottom: 4px;
4228
4259
  color: rgba(44, 56, 82, 0.6);
@@ -4419,37 +4450,6 @@ input.rrg1fkn.ant-input {
4419
4450
  margin-right: 8px;
4420
4451
  }
4421
4452
 
4422
- .f1p9ti6d {
4423
- width: 100%;
4424
- margin-bottom: 0 !important;
4425
- flex-flow: nowrap !important;
4426
- line-break: auto;
4427
- }
4428
- .f1p9ti6d > .ant-form-item-label {
4429
- text-align: left !important;
4430
- padding-bottom: 0 !important;
4431
- }
4432
- .f1p9ti6d > .ant-form-item-label > label {
4433
- min-height: 32px;
4434
- height: auto;
4435
- font-size: 13px;
4436
- color: rgba(44, 56, 82, 0.6);
4437
- white-space: normal;
4438
- }
4439
- .f1p9ti6d.ant-form-item-has-error .ant-input {
4440
- border-color: #ff4d4f !important;
4441
- }
4442
- .f1p9ti6d .ant-form-item-explain {
4443
- margin-top: 4px;
4444
- font-size: 12px;
4445
- min-height: 0px;
4446
- }
4447
- .f1p9ti6d .ant-form-item-extra {
4448
- font-size: 12px;
4449
- color: rgba(44, 56, 82, 0.6);
4450
- min-height: 0px;
4451
- }
4452
-
4453
4453
  .at4ovwe .ant-input-number-handler-wrap {
4454
4454
  display: var(--at4ovwe-0);
4455
4455
  }
@@ -4496,25 +4496,6 @@ input.rrg1fkn.ant-input {
4496
4496
  font-size: inherit;
4497
4497
  }
4498
4498
 
4499
- .feau332.ant-form-item {
4500
- margin-bottom: 0;
4501
- }
4502
- .feau332 .ant-form-item-explain {
4503
- display: none;
4504
- min-height: 18px;
4505
- margin-top: 5px;
4506
- font-family: "Inter";
4507
- font-weight: 400;
4508
- font-size: 12px;
4509
- line-height: 18px;
4510
- }
4511
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4512
- white-space: pre-wrap;
4513
- }
4514
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4515
- display: block;
4516
- }
4517
-
4518
4499
  .a6dbbkm .ant-input-number-handler-wrap {
4519
4500
  display: var(--a6dbbkm-0);
4520
4501
  }
@@ -4544,4 +4525,23 @@ input.rrg1fkn.ant-input {
4544
4525
  margin: 0;
4545
4526
  height: auto;
4546
4527
  font-size: inherit;
4528
+ }
4529
+
4530
+ .feau332.ant-form-item {
4531
+ margin-bottom: 0;
4532
+ }
4533
+ .feau332 .ant-form-item-explain {
4534
+ display: none;
4535
+ min-height: 18px;
4536
+ margin-top: 5px;
4537
+ font-family: "Inter";
4538
+ font-weight: 400;
4539
+ font-size: 12px;
4540
+ line-height: 18px;
4541
+ }
4542
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4543
+ white-space: pre-wrap;
4544
+ }
4545
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4546
+ display: block;
4547
4547
  }
package/dist/umd/index.js CHANGED
@@ -2489,7 +2489,9 @@
2489
2489
  rtl = options.rtl;
2490
2490
  }
2491
2491
  }
2492
- document.addEventListener("visibilitychange", visibilitychangeHandler);
2492
+ if (typeof window !== "undefined") {
2493
+ document.addEventListener("visibilitychange", visibilitychangeHandler);
2494
+ }
2493
2495
  function getRCNotificationInstance(args, callback) {
2494
2496
  const prefixCls = args.prefixCls || localPrefixCls;
2495
2497
  if (messageInstance) {