@cloudtower/eagle 0.25.0 → 0.25.2

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
@@ -633,6 +633,23 @@
633
633
  display: none;
634
634
  }
635
635
 
636
+ body {
637
+ font-feature-settings: normal;
638
+ -webkit-font-feature-settings: normal;
639
+ font-variant: normal;
640
+ min-width: 1280px;
641
+ overflow: hidden;
642
+ }
643
+
644
+ p {
645
+ margin: 0;
646
+ }
647
+
648
+ #root {
649
+ width: 100vw;
650
+ overflow-x: auto;
651
+ }
652
+
636
653
  .disable-select {
637
654
  -webkit-touch-callout: none;
638
655
  -webkit-user-select: none;
@@ -685,6 +702,10 @@
685
702
  border-color: #e75a3a;
686
703
  }
687
704
 
705
+ .ant-picker-cell {
706
+ vertical-align: middle;
707
+ }
708
+
688
709
  .ant-modal {
689
710
  margin: 0 auto;
690
711
  max-width: 100%;
@@ -905,7 +926,7 @@
905
926
  }
906
927
 
907
928
  .select.ant-select-single .ant-select-selector .ant-select-selection-item :first-child {
908
- line-height: 30px;
929
+ line-height: 32px;
909
930
  }
910
931
 
911
932
  .select:focus .ant-select-selection {
@@ -1597,63 +1618,6 @@ body {
1597
1618
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1598
1619
  }
1599
1620
  }
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
- .bpq0js6 {
1629
- padding: 4px 11px;
1630
- }
1631
-
1632
- .b15sn34c {
1633
- white-space: nowrap;
1634
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1635
- }
1636
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1637
- --color: #0080ff;
1638
- }
1639
- .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] {
1640
- --color: #0080ff;
1641
- }
1642
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1643
- margin-left: 1px;
1644
- }
1645
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1646
- border-top-right-radius: 0;
1647
- border-bottom-right-radius: 0;
1648
- }
1649
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1650
- border-top-left-radius: 0;
1651
- border-bottom-left-radius: 0;
1652
- }
1653
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1654
- border-radius: unset;
1655
- }
1656
-
1657
1621
  .buj61ew.ant-btn {
1658
1622
  height: 32px;
1659
1623
  border-radius: 6px;
@@ -1902,6 +1866,50 @@ body {
1902
1866
  padding: 0;
1903
1867
  }
1904
1868
 
1869
+ .bpq0js6 {
1870
+ padding: 4px 11px;
1871
+ }
1872
+
1873
+ .b15sn34c {
1874
+ white-space: nowrap;
1875
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1876
+ }
1877
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1878
+ --color: #0080ff;
1879
+ }
1880
+ .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] {
1881
+ --color: #0080ff;
1882
+ }
1883
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1884
+ margin-left: 1px;
1885
+ }
1886
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1887
+ border-top-right-radius: 0;
1888
+ border-bottom-right-radius: 0;
1889
+ }
1890
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1891
+ border-top-left-radius: 0;
1892
+ border-bottom-left-radius: 0;
1893
+ }
1894
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1895
+ border-radius: unset;
1896
+ }
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
+
1905
1913
  .i1mrf09m {
1906
1914
  display: inline-flex;
1907
1915
  align-items: center;
@@ -1920,6 +1928,28 @@ body {
1920
1928
  animation: rotate 680ms linear infinite;
1921
1929
  }
1922
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
+ .obf05yr {
1945
+ display: inline-block;
1946
+ }
1947
+
1948
+ .hsms1n6 {
1949
+ visibility: hidden;
1950
+ position: absolute;
1951
+ }
1952
+
1923
1953
  .p12gwtiw {
1924
1954
  display: flex;
1925
1955
  justify-content: space-between;
@@ -1977,6 +2007,148 @@ body {
1977
2007
  line-height: 18px;
1978
2008
  }
1979
2009
 
2010
+ .rxbeqvl.ant-radio-wrapper {
2011
+ display: inline-flex;
2012
+ align-items: baseline;
2013
+ white-space: pre-wrap;
2014
+ }
2015
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2016
+ position: relative;
2017
+ top: 3px;
2018
+ }
2019
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2020
+ border-color: rgba(107, 128, 167, 0.6);
2021
+ }
2022
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2023
+ border-color: #0080ff;
2024
+ }
2025
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2026
+ border-color: #0080ff;
2027
+ background: #0080ff;
2028
+ }
2029
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2030
+ top: 4px;
2031
+ left: 4px;
2032
+ width: 6px;
2033
+ height: 6px;
2034
+ background: #fff;
2035
+ }
2036
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2037
+ opacity: 0.5;
2038
+ }
2039
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2040
+ border-color: rgba(107, 128, 167, 0.6);
2041
+ background: rgba(211, 218, 235, 0.6);
2042
+ }
2043
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2044
+ background: #00122e;
2045
+ }
2046
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2047
+ color: #00122e;
2048
+ opacity: 0.5;
2049
+ }
2050
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2051
+ color: #00122e;
2052
+ }
2053
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2054
+ display: inline-block;
2055
+ padding: 0;
2056
+ padding-left: 12px;
2057
+ }
2058
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2059
+ margin-bottom: 0;
2060
+ white-space: pre-wrap;
2061
+ color: rgba(44, 56, 82, 0.6);
2062
+ }
2063
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2064
+ padding-left: 8px;
2065
+ }
2066
+
2067
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2068
+ border-radius: 5px 0 0 5px;
2069
+ }
2070
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2071
+ border-radius: 0 5px 5px 0;
2072
+ }
2073
+
2074
+ .r1f0aqcc {
2075
+ color: #00122e;
2076
+ border-color: #ccd4e3;
2077
+ }
2078
+ .r1f0aqcc:first-child {
2079
+ color: #00122e;
2080
+ border-color: #a3b4cc;
2081
+ }
2082
+ .r1f0aqcc.ant-radio-button-wrapper {
2083
+ padding: 0 12px;
2084
+ line-height: 32px;
2085
+ height: 32px;
2086
+ }
2087
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2088
+ white-space: nowrap;
2089
+ }
2090
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2091
+ background: #ccd4e3;
2092
+ }
2093
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2094
+ background: #0080ff;
2095
+ }
2096
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2097
+ background: #ccd4e3;
2098
+ opacity: 0.5;
2099
+ }
2100
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2101
+ border-right-color: #0080ff;
2102
+ }
2103
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2104
+ border-color: #0080ff;
2105
+ }
2106
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2107
+ background: rgba(0, 136, 255, 0.1);
2108
+ }
2109
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2110
+ background: rgba(211, 218, 235, 0.6);
2111
+ border-color: #ccd4e3;
2112
+ opacity: 0.5;
2113
+ }
2114
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2115
+ color: #00122e;
2116
+ border-color: #ccd4e3;
2117
+ }
2118
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2119
+ color: #00122e;
2120
+ border-color: #ccd4e3;
2121
+ background: rgba(172, 186, 211, 0.6);
2122
+ }
2123
+ .r1f0aqcc .ant-radio-button-input {
2124
+ margin-right: 8px;
2125
+ display: inline;
2126
+ border: none;
2127
+ padding: 0;
2128
+ width: 36px;
2129
+ background: transparent;
2130
+ }
2131
+ .r1f0aqcc .ant-radio-button-input:focus {
2132
+ box-shadow: none;
2133
+ }
2134
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2135
+ margin-right: 0;
2136
+ width: initial;
2137
+ box-shadow: none;
2138
+ }
2139
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2140
+ display: none;
2141
+ }
2142
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2143
+ display: inline;
2144
+ }
2145
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2146
+ display: inline;
2147
+ margin-right: 8px;
2148
+ padding: 0;
2149
+ width: 36px;
2150
+ }
2151
+
1980
2152
  .cz04yix {
1981
2153
  display: flex;
1982
2154
  flex-direction: column;
@@ -2725,15 +2897,6 @@ input.rrg1fkn.ant-input {
2725
2897
  padding: 0;
2726
2898
  }
2727
2899
 
2728
- .obf05yr {
2729
- display: inline-block;
2730
- }
2731
-
2732
- .hsms1n6 {
2733
- visibility: hidden;
2734
- position: absolute;
2735
- }
2736
-
2737
2900
  .s34f1qb.ant-switch {
2738
2901
  min-width: 40px;
2739
2902
  height: 24px;
@@ -2789,148 +2952,6 @@ input.rrg1fkn.ant-input {
2789
2952
  margin-left: 5px;
2790
2953
  }
2791
2954
 
2792
- .rxbeqvl.ant-radio-wrapper {
2793
- display: inline-flex;
2794
- align-items: baseline;
2795
- white-space: pre-wrap;
2796
- }
2797
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2798
- position: relative;
2799
- top: 3px;
2800
- }
2801
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2802
- border-color: rgba(107, 128, 167, 0.6);
2803
- }
2804
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2805
- border-color: #0080ff;
2806
- }
2807
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2808
- border-color: #0080ff;
2809
- background: #0080ff;
2810
- }
2811
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2812
- top: 4px;
2813
- left: 4px;
2814
- width: 6px;
2815
- height: 6px;
2816
- background: #fff;
2817
- }
2818
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2819
- opacity: 0.5;
2820
- }
2821
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2822
- border-color: rgba(107, 128, 167, 0.6);
2823
- background: rgba(211, 218, 235, 0.6);
2824
- }
2825
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2826
- background: #00122e;
2827
- }
2828
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2829
- color: #00122e;
2830
- opacity: 0.5;
2831
- }
2832
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2833
- color: #00122e;
2834
- }
2835
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2836
- display: inline-block;
2837
- padding: 0;
2838
- padding-left: 12px;
2839
- }
2840
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2841
- margin-bottom: 0;
2842
- white-space: pre-wrap;
2843
- color: rgba(44, 56, 82, 0.6);
2844
- }
2845
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2846
- padding-left: 8px;
2847
- }
2848
-
2849
- .r5ie79y .ant-radio-button-wrapper:first-child {
2850
- border-radius: 5px 0 0 5px;
2851
- }
2852
- .r5ie79y .ant-radio-button-wrapper:last-child {
2853
- border-radius: 0 5px 5px 0;
2854
- }
2855
-
2856
- .r1f0aqcc {
2857
- color: #00122e;
2858
- border-color: #ccd4e3;
2859
- }
2860
- .r1f0aqcc:first-child {
2861
- color: #00122e;
2862
- border-color: #a3b4cc;
2863
- }
2864
- .r1f0aqcc.ant-radio-button-wrapper {
2865
- padding: 0 12px;
2866
- line-height: 32px;
2867
- height: 32px;
2868
- }
2869
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2870
- white-space: nowrap;
2871
- }
2872
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2873
- background: #ccd4e3;
2874
- }
2875
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2876
- background: #0080ff;
2877
- }
2878
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2879
- background: #ccd4e3;
2880
- opacity: 0.5;
2881
- }
2882
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2883
- border-right-color: #0080ff;
2884
- }
2885
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2886
- border-color: #0080ff;
2887
- }
2888
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2889
- background: rgba(0, 136, 255, 0.1);
2890
- }
2891
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2892
- background: rgba(211, 218, 235, 0.6);
2893
- border-color: #ccd4e3;
2894
- opacity: 0.5;
2895
- }
2896
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2897
- color: #00122e;
2898
- border-color: #ccd4e3;
2899
- }
2900
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2901
- color: #00122e;
2902
- border-color: #ccd4e3;
2903
- background: rgba(172, 186, 211, 0.6);
2904
- }
2905
- .r1f0aqcc .ant-radio-button-input {
2906
- margin-right: 8px;
2907
- display: inline;
2908
- border: none;
2909
- padding: 0;
2910
- width: 36px;
2911
- background: transparent;
2912
- }
2913
- .r1f0aqcc .ant-radio-button-input:focus {
2914
- box-shadow: none;
2915
- }
2916
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2917
- margin-right: 0;
2918
- width: initial;
2919
- box-shadow: none;
2920
- }
2921
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2922
- display: none;
2923
- }
2924
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2925
- display: inline;
2926
- }
2927
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2928
- display: inline;
2929
- margin-right: 8px;
2930
- padding: 0;
2931
- width: 36px;
2932
- }
2933
-
2934
2955
  .t1upn1sz {
2935
2956
  height: 100%;
2936
2957
  }
package/dist/umd/index.js CHANGED
@@ -4,6 +4,22 @@
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.index = {}, global.antd, global.React, global.cs, global._, global.reactSvgUniqueId, global.parrot, global.reactI18next, global.core, global.react, global.moment, global.reactDom, global.reactIs, global.icons, global.redux, global.reactRedux, global.iconsReact, global.reactBeautifulDnd, global.TimeZones, global.dayjs, null, global.enUS, global.zhCN));
5
5
  })(this, (function (exports, antd, React, cs, _, reactSvgUniqueId, parrot, reactI18next, core, react, moment, reactDom, reactIs, icons, redux, reactRedux, iconsReact, reactBeautifulDnd, TimeZones, dayjs, recharts, enUS, zhCN) { 'use strict';
6
6
 
7
+ const EMPTY_FUNCTION = () => {
8
+ };
9
+
10
+ function getSize(el) {
11
+ if (!el) {
12
+ return {
13
+ width: 0,
14
+ height: 0
15
+ };
16
+ }
17
+ return {
18
+ width: el.offsetWidth,
19
+ height: el.offsetHeight
20
+ };
21
+ }
22
+
7
23
  const MAGIC_METRIC_NULL = -2;
8
24
  function formatBits(bits, decimals = 2) {
9
25
  if (bits <= 0 || bits === MAGIC_METRIC_NULL) {
@@ -168,22 +184,6 @@
168
184
  };
169
185
  }
170
186
 
171
- const EMPTY_FUNCTION = () => {
172
- };
173
-
174
- function getSize(el) {
175
- if (!el) {
176
- return {
177
- width: 0,
178
- height: 0
179
- };
180
- }
181
- return {
182
- width: el.offsetWidth,
183
- height: el.offsetHeight
184
- };
185
- }
186
-
187
187
  var img$9 = "data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.11092 7.0535C3.91566 6.85824 3.91566 6.54166 4.11092 6.3464C4.30619 6.15114 4.62277 6.15114 4.81803 6.3464L8.00001 9.52838L8.35226 9.17613L8.35356 9.17482L11.182 6.3464C11.3773 6.15114 11.6938 6.15114 11.8891 6.3464C12.0844 6.54166 12.0844 6.85824 11.8891 7.0535L10.4408 8.50184C10.4288 8.51384 10.4166 8.52604 10.4042 8.53843L9.13138 9.81122C9.11899 9.82361 9.1068 9.83581 9.09479 9.84781L9.06067 9.88193L9.057 9.88556C8.70964 10.2323 8.5226 10.41 8.30903 10.4794C8.10819 10.5447 7.89184 10.5447 7.691 10.4794C7.47748 10.4101 7.29048 10.2324 6.94327 9.88581L6.93935 9.88193L4.11092 7.0535Z' fill='%230080FF'/%3e%3c/svg%3e";
188
188
 
189
189
  var img$8 = "data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.11092 7.0535C3.91566 6.85824 3.91566 6.54166 4.11092 6.3464C4.30619 6.15114 4.62277 6.15114 4.81803 6.3464L8.00001 9.52838L8.35226 9.17613L8.35356 9.17482L11.182 6.3464C11.3773 6.15114 11.6938 6.15114 11.8891 6.3464C12.0844 6.54166 12.0844 6.85824 11.8891 7.0535L10.4408 8.50184C10.4288 8.51384 10.4166 8.52604 10.4042 8.53843L9.13138 9.81122C9.11899 9.82361 9.1068 9.83581 9.09479 9.84781L9.06067 9.88193L9.057 9.88556C8.70964 10.2323 8.5226 10.41 8.30903 10.4794C8.10819 10.5447 7.89184 10.5447 7.691 10.4794C7.47748 10.4101 7.29048 10.2324 6.94327 9.88581L6.93935 9.88193L4.11092 7.0535Z' fill='%232C3852' fill-opacity='0.6'/%3e%3c/svg%3e";
@@ -4748,25 +4748,6 @@
4748
4748
  Architecture2["X86_64"] = "X86_64";
4749
4749
  return Architecture2;
4750
4750
  })(Architecture || {});
4751
- var UserSource = /* @__PURE__ */ ((UserSource2) => {
4752
- UserSource2["Ldap"] = "LDAP";
4753
- UserSource2["Local"] = "LOCAL";
4754
- return UserSource2;
4755
- })(UserSource || {});
4756
- var EntityAsyncStatus = /* @__PURE__ */ ((EntityAsyncStatus2) => {
4757
- EntityAsyncStatus2["Creating"] = "CREATING";
4758
- EntityAsyncStatus2["Deleting"] = "DELETING";
4759
- EntityAsyncStatus2["Updating"] = "UPDATING";
4760
- return EntityAsyncStatus2;
4761
- })(EntityAsyncStatus || {});
4762
- var TaskStatus = /* @__PURE__ */ ((TaskStatus2) => {
4763
- TaskStatus2["Executing"] = "EXECUTING";
4764
- TaskStatus2["Failed"] = "FAILED";
4765
- TaskStatus2["Paused"] = "PAUSED";
4766
- TaskStatus2["Pending"] = "PENDING";
4767
- TaskStatus2["Successed"] = "SUCCESSED";
4768
- return TaskStatus2;
4769
- })(TaskStatus || {});
4770
4751
 
4771
4752
  var __defProp = Object.defineProperty;
4772
4753
  var __defProps = Object.defineProperties;
@@ -4835,7 +4816,6 @@
4835
4816
  exports.BaseIcon = BaseIcon;
4836
4817
  exports.Button = Button;
4837
4818
  exports.ButtonStyle = ButtonStyle;
4838
- exports.EntityAsyncStatus = EntityAsyncStatus;
4839
4819
  exports.FailedLoad = FailedLoad;
4840
4820
  exports.FullView = FullView;
4841
4821
  exports.Icon = Icon;
@@ -4843,11 +4823,9 @@
4843
4823
  exports.KitStoreProvider = KitStoreProvider;
4844
4824
  exports.ModalActions = ModalActions;
4845
4825
  exports.ModalStack = ModalStack;
4846
- exports.TaskStatus = TaskStatus;
4847
4826
  exports.Typo = Typo;
4848
4827
  exports.UIKitProvider = UIKitProvider;
4849
4828
  exports.UIKitStore = UIKitStore;
4850
- exports.UserSource = UserSource;
4851
4829
  exports.ValidateTriggerType = ValidateTriggerType;
4852
4830
  exports.WizardBody = WizardBody;
4853
4831
  exports.antdKit = antdKit;