@cloudtower/eagle 0.25.0 → 0.25.1

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;
@@ -905,7 +922,7 @@
905
922
  }
906
923
 
907
924
  .select.ant-select-single .ant-select-selector .ant-select-selection-item :first-child {
908
- line-height: 30px;
925
+ line-height: 32px;
909
926
  }
910
927
 
911
928
  .select:focus .ant-select-selection {
@@ -1654,6 +1671,24 @@ body {
1654
1671
  border-radius: unset;
1655
1672
  }
1656
1673
 
1674
+ .i1mrf09m {
1675
+ display: inline-flex;
1676
+ align-items: center;
1677
+ }
1678
+ .i1mrf09m .icon-inner {
1679
+ display: inline-flex;
1680
+ align-items: center;
1681
+ justify-content: center;
1682
+ }
1683
+ .i1mrf09m .icon-inner + span,
1684
+ .i1mrf09m span + .icon-inner.suffix {
1685
+ margin-left: 4px;
1686
+ }
1687
+ .i1mrf09m.is-rotate img,
1688
+ .i1mrf09m.is-rotate svg {
1689
+ animation: rotate 680ms linear infinite;
1690
+ }
1691
+
1657
1692
  .buj61ew.ant-btn {
1658
1693
  height: 32px;
1659
1694
  border-radius: 6px;
@@ -1902,22 +1937,13 @@ body {
1902
1937
  padding: 0;
1903
1938
  }
1904
1939
 
1905
- .i1mrf09m {
1906
- display: inline-flex;
1907
- align-items: center;
1908
- }
1909
- .i1mrf09m .icon-inner {
1910
- display: inline-flex;
1911
- align-items: center;
1912
- justify-content: center;
1913
- }
1914
- .i1mrf09m .icon-inner + span,
1915
- .i1mrf09m span + .icon-inner.suffix {
1916
- margin-left: 4px;
1940
+ .obf05yr {
1941
+ display: inline-block;
1917
1942
  }
1918
- .i1mrf09m.is-rotate img,
1919
- .i1mrf09m.is-rotate svg {
1920
- animation: rotate 680ms linear infinite;
1943
+
1944
+ .hsms1n6 {
1945
+ visibility: hidden;
1946
+ position: absolute;
1921
1947
  }
1922
1948
 
1923
1949
  .p12gwtiw {
@@ -2642,6 +2668,61 @@ input.rrg1fkn.ant-input {
2642
2668
  border-bottom-left-radius: 0;
2643
2669
  }
2644
2670
 
2671
+ .s34f1qb.ant-switch {
2672
+ min-width: 40px;
2673
+ height: 24px;
2674
+ background: rgba(172, 186, 211, 0.6);
2675
+ overflow: hidden;
2676
+ }
2677
+ .s34f1qb.ant-switch:focus {
2678
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2679
+ }
2680
+ .s34f1qb.ant-switch-small {
2681
+ min-width: 26px;
2682
+ height: 16px;
2683
+ }
2684
+ .s34f1qb.ant-switch-large {
2685
+ min-width: 52px;
2686
+ height: 32px;
2687
+ }
2688
+ .s34f1qb.ant-switch .ant-switch-handle {
2689
+ height: 20px;
2690
+ width: 20px;
2691
+ }
2692
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2693
+ border-radius: 10px;
2694
+ transition-delay: 120ms;
2695
+ }
2696
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2697
+ height: 14px;
2698
+ width: 14px;
2699
+ top: 1px;
2700
+ left: 1px;
2701
+ }
2702
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2703
+ height: 28px;
2704
+ width: 28px;
2705
+ }
2706
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2707
+ border-radius: 14px;
2708
+ }
2709
+ .s34f1qb.ant-switch-checked {
2710
+ background-color: #00ba5d;
2711
+ }
2712
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2713
+ left: calc(100% - 20px - 2px);
2714
+ }
2715
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2716
+ left: calc(100% - 14px - 1px);
2717
+ }
2718
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2719
+ left: calc(100% - 28px - 2px);
2720
+ }
2721
+
2722
+ .c1to9vb9 {
2723
+ margin-left: 5px;
2724
+ }
2725
+
2645
2726
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2646
2727
  flex-direction: row;
2647
2728
  justify-content: stretch;
@@ -2725,70 +2806,6 @@ input.rrg1fkn.ant-input {
2725
2806
  padding: 0;
2726
2807
  }
2727
2808
 
2728
- .obf05yr {
2729
- display: inline-block;
2730
- }
2731
-
2732
- .hsms1n6 {
2733
- visibility: hidden;
2734
- position: absolute;
2735
- }
2736
-
2737
- .s34f1qb.ant-switch {
2738
- min-width: 40px;
2739
- height: 24px;
2740
- background: rgba(172, 186, 211, 0.6);
2741
- overflow: hidden;
2742
- }
2743
- .s34f1qb.ant-switch:focus {
2744
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2745
- }
2746
- .s34f1qb.ant-switch-small {
2747
- min-width: 26px;
2748
- height: 16px;
2749
- }
2750
- .s34f1qb.ant-switch-large {
2751
- min-width: 52px;
2752
- height: 32px;
2753
- }
2754
- .s34f1qb.ant-switch .ant-switch-handle {
2755
- height: 20px;
2756
- width: 20px;
2757
- }
2758
- .s34f1qb.ant-switch .ant-switch-handle::before {
2759
- border-radius: 10px;
2760
- transition-delay: 120ms;
2761
- }
2762
- .s34f1qb.ant-switch-small .ant-switch-handle {
2763
- height: 14px;
2764
- width: 14px;
2765
- top: 1px;
2766
- left: 1px;
2767
- }
2768
- .s34f1qb.ant-switch-large .ant-switch-handle {
2769
- height: 28px;
2770
- width: 28px;
2771
- }
2772
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2773
- border-radius: 14px;
2774
- }
2775
- .s34f1qb.ant-switch-checked {
2776
- background-color: #00ba5d;
2777
- }
2778
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2779
- left: calc(100% - 20px - 2px);
2780
- }
2781
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2782
- left: calc(100% - 14px - 1px);
2783
- }
2784
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2785
- left: calc(100% - 28px - 2px);
2786
- }
2787
-
2788
- .c1to9vb9 {
2789
- margin-left: 5px;
2790
- }
2791
-
2792
2809
  .rxbeqvl.ant-radio-wrapper {
2793
2810
  display: inline-flex;
2794
2811
  align-items: baseline;
@@ -3925,6 +3942,20 @@ input.rrg1fkn.ant-input {
3925
3942
  margin-left: 24px;
3926
3943
  }
3927
3944
 
3945
+ .igz4le8 {
3946
+ height: 24px;
3947
+ width: 56px !important;
3948
+ margin-right: 4px;
3949
+ }
3950
+
3951
+ .c1riexje {
3952
+ color: rgba(44, 56, 82, 0.6);
3953
+ }
3954
+
3955
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3956
+ display: flex;
3957
+ }
3958
+
3928
3959
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3929
3960
  border-radius: 6px;
3930
3961
  }
@@ -3980,20 +4011,6 @@ input.rrg1fkn.ant-input {
3980
4011
  transform: rotate(180deg);
3981
4012
  }
3982
4013
 
3983
- .igz4le8 {
3984
- height: 24px;
3985
- width: 56px !important;
3986
- margin-right: 4px;
3987
- }
3988
-
3989
- .c1riexje {
3990
- color: rgba(44, 56, 82, 0.6);
3991
- }
3992
-
3993
- .iiqau4c.ant-input-group.ant-input-group-compact {
3994
- display: flex;
3995
- }
3996
-
3997
4014
  .m1thnes4 {
3998
4015
  color: rgba(44, 56, 82, 0.6);
3999
4016
  text-align: center;
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;