@cloudtower/eagle 0.24.1 → 0.24.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
@@ -1597,147 +1597,6 @@ input[type=submit] {
1597
1597
  cursor: pointer;
1598
1598
  }
1599
1599
 
1600
- .fde5mpd {
1601
- width: 100%;
1602
- height: 100%;
1603
- min-height: 124px;
1604
- display: flex;
1605
- flex-direction: column;
1606
- justify-content: center;
1607
- align-items: center;
1608
- }
1609
- .fde5mpd .error-text {
1610
- color: rgba(10, 37, 85, 0.6);
1611
- margin-bottom: 16px;
1612
- font-size: 18px;
1613
- }
1614
-
1615
- .iap75of {
1616
- height: 18px;
1617
- line-height: 18px;
1618
- padding: 0 4px;
1619
- border-radius: 4px;
1620
- background: rgba(235, 239, 245, 0.6);
1621
- border: 1px solid rgba(223, 228, 235, 0.6);
1622
- display: flex;
1623
- align-items: center;
1624
- white-space: nowrap;
1625
- margin-right: 4px;
1626
- }
1627
-
1628
- .i1mrf09m {
1629
- display: inline-flex;
1630
- align-items: center;
1631
- }
1632
- .i1mrf09m .icon-inner {
1633
- display: inline-flex;
1634
- align-items: center;
1635
- justify-content: center;
1636
- }
1637
- .i1mrf09m .icon-inner + span,
1638
- .i1mrf09m span + .icon-inner.suffix {
1639
- margin-left: 4px;
1640
- }
1641
- .i1mrf09m.is-rotate img,
1642
- .i1mrf09m.is-rotate svg {
1643
- animation: rotate 680ms linear infinite;
1644
- }
1645
-
1646
- .bpq0js6 {
1647
- padding: 4px 11px;
1648
- }
1649
-
1650
- .b15sn34c {
1651
- white-space: nowrap;
1652
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1653
- }
1654
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1655
- --color: #0080ff;
1656
- }
1657
- .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] {
1658
- --color: #0080ff;
1659
- }
1660
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1661
- margin-left: 1px;
1662
- }
1663
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1664
- border-top-right-radius: 0;
1665
- border-bottom-right-radius: 0;
1666
- }
1667
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1668
- border-top-left-radius: 0;
1669
- border-bottom-left-radius: 0;
1670
- }
1671
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1672
- border-radius: unset;
1673
- }
1674
-
1675
- .obf05yr {
1676
- display: inline-block;
1677
- }
1678
-
1679
- .hsms1n6 {
1680
- visibility: hidden;
1681
- position: absolute;
1682
- }
1683
-
1684
- .p12gwtiw {
1685
- display: flex;
1686
- justify-content: space-between;
1687
- align-items: center;
1688
- padding: 10px 0;
1689
- color: rgba(44, 56, 82, 0.6);
1690
- font-size: 12px;
1691
- line-height: 24px;
1692
- }
1693
- .p12gwtiw .pagination-left {
1694
- padding: 2px 8px;
1695
- }
1696
- .p12gwtiw .dropdown-trigger {
1697
- display: flex;
1698
- align-items: center;
1699
- border-radius: 6px;
1700
- cursor: pointer;
1701
- transition: all 0.3s ease;
1702
- }
1703
- .p12gwtiw .dropdown-trigger:hover {
1704
- background: rgba(211, 218, 235, 0.6);
1705
- color: #0080ff;
1706
- }
1707
- .p12gwtiw .dropdown-trigger .icon-inner {
1708
- margin-left: 4px;
1709
- }
1710
- .p12gwtiw .pagination-right {
1711
- display: flex;
1712
- align-items: center;
1713
- color: #0080ff;
1714
- font-weight: bold;
1715
- }
1716
- .p12gwtiw .pagination-right .icon-inner {
1717
- margin-left: 4px;
1718
- }
1719
- .p12gwtiw .pagination-right .prev-btn,
1720
- .p12gwtiw .pagination-right .next-btn {
1721
- padding: 0 8px;
1722
- }
1723
- .p12gwtiw .pagination-right .prev-btn > span,
1724
- .p12gwtiw .pagination-right .next-btn > span {
1725
- color: #0080ff;
1726
- }
1727
- .p12gwtiw .pagination-right .next-btn .icon-inner {
1728
- transform: rotate(180deg);
1729
- }
1730
-
1731
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1732
- max-height: calc(100vh - 128px);
1733
- overflow-y: auto;
1734
- }
1735
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1736
- padding: 4px 20px;
1737
- font-size: 12px;
1738
- line-height: 18px;
1739
- }
1740
-
1741
1600
  .buj61ew.ant-btn {
1742
1601
  height: 32px;
1743
1602
  border-radius: 6px;
@@ -1986,6 +1845,230 @@ input[type=submit] {
1986
1845
  padding: 0;
1987
1846
  }
1988
1847
 
1848
+ .bpq0js6 {
1849
+ padding: 4px 11px;
1850
+ }
1851
+
1852
+ .b15sn34c {
1853
+ white-space: nowrap;
1854
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1855
+ }
1856
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1857
+ --color: #0080ff;
1858
+ }
1859
+ .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] {
1860
+ --color: #0080ff;
1861
+ }
1862
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1863
+ margin-left: 1px;
1864
+ }
1865
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1866
+ border-top-right-radius: 0;
1867
+ border-bottom-right-radius: 0;
1868
+ }
1869
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1870
+ border-top-left-radius: 0;
1871
+ border-bottom-left-radius: 0;
1872
+ }
1873
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1874
+ border-radius: unset;
1875
+ }
1876
+
1877
+ .fde5mpd {
1878
+ width: 100%;
1879
+ height: 100%;
1880
+ min-height: 124px;
1881
+ display: flex;
1882
+ flex-direction: column;
1883
+ justify-content: center;
1884
+ align-items: center;
1885
+ }
1886
+ .fde5mpd .error-text {
1887
+ color: rgba(10, 37, 85, 0.6);
1888
+ margin-bottom: 16px;
1889
+ font-size: 18px;
1890
+ }
1891
+
1892
+ .i1mrf09m {
1893
+ display: inline-flex;
1894
+ align-items: center;
1895
+ }
1896
+ .i1mrf09m .icon-inner {
1897
+ display: inline-flex;
1898
+ align-items: center;
1899
+ justify-content: center;
1900
+ }
1901
+ .i1mrf09m .icon-inner + span,
1902
+ .i1mrf09m span + .icon-inner.suffix {
1903
+ margin-left: 4px;
1904
+ }
1905
+ .i1mrf09m.is-rotate img,
1906
+ .i1mrf09m.is-rotate svg {
1907
+ animation: rotate 680ms linear infinite;
1908
+ }
1909
+
1910
+ .iap75of {
1911
+ height: 18px;
1912
+ line-height: 18px;
1913
+ padding: 0 4px;
1914
+ border-radius: 4px;
1915
+ background: rgba(235, 239, 245, 0.6);
1916
+ border: 1px solid rgba(223, 228, 235, 0.6);
1917
+ display: flex;
1918
+ align-items: center;
1919
+ white-space: nowrap;
1920
+ margin-right: 4px;
1921
+ }
1922
+
1923
+ .obf05yr {
1924
+ display: inline-block;
1925
+ }
1926
+
1927
+ .hsms1n6 {
1928
+ visibility: hidden;
1929
+ position: absolute;
1930
+ }
1931
+
1932
+ .p12gwtiw {
1933
+ display: flex;
1934
+ justify-content: space-between;
1935
+ align-items: center;
1936
+ padding: 10px 0;
1937
+ color: rgba(44, 56, 82, 0.6);
1938
+ font-size: 12px;
1939
+ line-height: 24px;
1940
+ }
1941
+ .p12gwtiw .pagination-left {
1942
+ padding: 2px 8px;
1943
+ }
1944
+ .p12gwtiw .dropdown-trigger {
1945
+ display: flex;
1946
+ align-items: center;
1947
+ border-radius: 6px;
1948
+ cursor: pointer;
1949
+ transition: all 0.3s ease;
1950
+ }
1951
+ .p12gwtiw .dropdown-trigger:hover {
1952
+ background: rgba(211, 218, 235, 0.6);
1953
+ color: #0080ff;
1954
+ }
1955
+ .p12gwtiw .dropdown-trigger .icon-inner {
1956
+ margin-left: 4px;
1957
+ }
1958
+ .p12gwtiw .pagination-right {
1959
+ display: flex;
1960
+ align-items: center;
1961
+ color: #0080ff;
1962
+ font-weight: bold;
1963
+ }
1964
+ .p12gwtiw .pagination-right .icon-inner {
1965
+ margin-left: 4px;
1966
+ }
1967
+ .p12gwtiw .pagination-right .prev-btn,
1968
+ .p12gwtiw .pagination-right .next-btn {
1969
+ padding: 0 8px;
1970
+ }
1971
+ .p12gwtiw .pagination-right .prev-btn > span,
1972
+ .p12gwtiw .pagination-right .next-btn > span {
1973
+ color: #0080ff;
1974
+ }
1975
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1976
+ transform: rotate(180deg);
1977
+ }
1978
+
1979
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1980
+ max-height: calc(100vh - 128px);
1981
+ overflow-y: auto;
1982
+ }
1983
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1984
+ padding: 4px 20px;
1985
+ font-size: 12px;
1986
+ line-height: 18px;
1987
+ }
1988
+
1989
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
1990
+ flex-direction: row;
1991
+ justify-content: stretch;
1992
+ }
1993
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
1994
+ padding: 0;
1995
+ margin-right: 4px;
1996
+ flex: 1;
1997
+ overflow: visible;
1998
+ }
1999
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2000
+ display: none;
2001
+ }
2002
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2003
+ width: 100%;
2004
+ min-height: unset;
2005
+ }
2006
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2007
+ height: 26px;
2008
+ line-height: 26px;
2009
+ width: 100%;
2010
+ text-align: center;
2011
+ padding: 0;
2012
+ font-size: 12px;
2013
+ font-weight: normal;
2014
+ }
2015
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2016
+ margin-right: 10px;
2017
+ }
2018
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2019
+ display: none;
2020
+ }
2021
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2022
+ border-radius: 4px 0 0 4px;
2023
+ }
2024
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2025
+ margin-right: 0;
2026
+ }
2027
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2028
+ border-radius: 0 4px 4px 0;
2029
+ }
2030
+ .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 {
2031
+ content: "";
2032
+ width: 0;
2033
+ height: 0;
2034
+ border: 13px solid transparent;
2035
+ position: absolute;
2036
+ top: 0;
2037
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2038
+ right: -21px;
2039
+ z-index: 2;
2040
+ }
2041
+ .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 {
2042
+ content: "";
2043
+ width: 0;
2044
+ height: 0;
2045
+ border: 13px solid transparent;
2046
+ position: absolute;
2047
+ top: 0;
2048
+ border-left: 8px solid #fff;
2049
+ left: 0;
2050
+ }
2051
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2052
+ background-color: rgba(0, 136, 255, 0.1);
2053
+ }
2054
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2055
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2056
+ }
2057
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2058
+ color: #005ed1;
2059
+ }
2060
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2061
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2062
+ background-color: rgba(237, 241, 250, 0.6);
2063
+ }
2064
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2065
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2066
+ color: rgba(44, 56, 82, 0.6);
2067
+ }
2068
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2069
+ padding: 0;
2070
+ }
2071
+
1989
2072
  .rxbeqvl.ant-radio-wrapper {
1990
2073
  display: inline-flex;
1991
2074
  align-items: baseline;
@@ -2793,89 +2876,6 @@ input.rrg1fkn.ant-input {
2793
2876
  border-bottom-left-radius: 0;
2794
2877
  }
2795
2878
 
2796
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2797
- flex-direction: row;
2798
- justify-content: stretch;
2799
- }
2800
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2801
- padding: 0;
2802
- margin-right: 4px;
2803
- flex: 1;
2804
- overflow: visible;
2805
- }
2806
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2807
- display: none;
2808
- }
2809
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2810
- width: 100%;
2811
- min-height: unset;
2812
- }
2813
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2814
- height: 26px;
2815
- line-height: 26px;
2816
- width: 100%;
2817
- text-align: center;
2818
- padding: 0;
2819
- font-size: 12px;
2820
- font-weight: normal;
2821
- }
2822
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2823
- margin-right: 10px;
2824
- }
2825
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2826
- display: none;
2827
- }
2828
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2829
- border-radius: 4px 0 0 4px;
2830
- }
2831
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2832
- margin-right: 0;
2833
- }
2834
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2835
- border-radius: 0 4px 4px 0;
2836
- }
2837
- .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 {
2838
- content: "";
2839
- width: 0;
2840
- height: 0;
2841
- border: 13px solid transparent;
2842
- position: absolute;
2843
- top: 0;
2844
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2845
- right: -21px;
2846
- z-index: 2;
2847
- }
2848
- .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 {
2849
- content: "";
2850
- width: 0;
2851
- height: 0;
2852
- border: 13px solid transparent;
2853
- position: absolute;
2854
- top: 0;
2855
- border-left: 8px solid #fff;
2856
- left: 0;
2857
- }
2858
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2859
- background-color: rgba(0, 136, 255, 0.1);
2860
- }
2861
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2862
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2863
- }
2864
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2865
- color: #005ed1;
2866
- }
2867
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2868
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2869
- background-color: rgba(237, 241, 250, 0.6);
2870
- }
2871
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2872
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2873
- color: rgba(44, 56, 82, 0.6);
2874
- }
2875
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2876
- padding: 0;
2877
- }
2878
-
2879
2879
  .s34f1qb.ant-switch {
2880
2880
  min-width: 40px;
2881
2881
  height: 24px;
@@ -3294,10 +3294,6 @@ input.rrg1fkn.ant-input {
3294
3294
  background: #fff;
3295
3295
  }
3296
3296
 
3297
- .i1e4sgug {
3298
- display: inline-block;
3299
- }
3300
-
3301
3297
  .s1fc623g {
3302
3298
  width: 430px !important;
3303
3299
  }
@@ -3372,6 +3368,10 @@ input.rrg1fkn.ant-input {
3372
3368
  background: rgba(225, 230, 241, 0.6);
3373
3369
  }
3374
3370
 
3371
+ .i1e4sgug {
3372
+ display: inline-block;
3373
+ }
3374
+
3375
3375
  .d6j0lbj {
3376
3376
  font-family: Inter;
3377
3377
  font-style: normal;
@@ -3918,6 +3918,20 @@ input.rrg1fkn.ant-input {
3918
3918
  margin-left: 24px;
3919
3919
  }
3920
3920
 
3921
+ .igz4le8 {
3922
+ height: 24px;
3923
+ width: 56px !important;
3924
+ margin-right: 4px;
3925
+ }
3926
+
3927
+ .c1riexje {
3928
+ color: rgba(44, 56, 82, 0.6);
3929
+ }
3930
+
3931
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3932
+ display: flex;
3933
+ }
3934
+
3921
3935
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3922
3936
  border-radius: 6px;
3923
3937
  }
@@ -3973,20 +3987,6 @@ input.rrg1fkn.ant-input {
3973
3987
  transform: rotate(180deg);
3974
3988
  }
3975
3989
 
3976
- .igz4le8 {
3977
- height: 24px;
3978
- width: 56px !important;
3979
- margin-right: 4px;
3980
- }
3981
-
3982
- .c1riexje {
3983
- color: rgba(44, 56, 82, 0.6);
3984
- }
3985
-
3986
- .iiqau4c.ant-input-group.ant-input-group-compact {
3987
- display: flex;
3988
- }
3989
-
3990
3990
  .m1thnes4 {
3991
3991
  color: rgba(44, 56, 82, 0.6);
3992
3992
  text-align: center;
package/dist/umd/index.js CHANGED
@@ -3948,7 +3948,8 @@
3948
3948
  _onChange(val, data);
3949
3949
  },
3950
3950
  onBlur: _onBlur,
3951
- rowIndex
3951
+ rowIndex,
3952
+ error: validateResult == null ? void 0 : validateResult.isError
3952
3953
  }) : renderDefaultComponent();
3953
3954
  const CellDescription = React.useMemo(() => {
3954
3955
  var _a;
@@ -4800,6 +4801,7 @@
4800
4801
  get: function () { return antd.Row; }
4801
4802
  });
4802
4803
  exports.Architecture = Architecture;
4804
+ exports.BaseIcon = BaseIcon;
4803
4805
  exports.Button = Button;
4804
4806
  exports.ButtonStyle = ButtonStyle;
4805
4807
  exports.EntityAsyncStatus = EntityAsyncStatus;