iflow-engine 2.2.0 → 2.3.0

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.
@@ -118,10 +118,4 @@ export declare class Engine2d implements IBimComponent {
118
118
  * 清理资源、取消订阅、销毁引擎实例
119
119
  */
120
120
  destroy(): void;
121
- /**
122
- * 判断颜色字符串是否为深色
123
- * @param color CSS 颜色字符串
124
- * @returns 是否为深色
125
- */
126
- private isColorDark;
127
121
  }
@@ -8,11 +8,9 @@ export declare class SectionBoxPanel implements IBimComponent {
8
8
  private isReversed;
9
9
  private range;
10
10
  private hideBtn;
11
- private reverseBtn;
12
11
  private fitBtn;
13
12
  private resetBtn;
14
13
  private hideLabelEl;
15
- private reverseLabelEl;
16
14
  private fitLabelEl;
17
15
  private resetLabelEl;
18
16
  private xLabelEl;