@ray-js/robot-map-sdk 0.0.6-beta.3 → 0.0.6-beta.5

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/index.d.ts CHANGED
@@ -1985,8 +1985,10 @@ declare class EditControlLayer extends Container {
1985
1985
  private calculateVerticalScaleButtonRotation;
1986
1986
  /**
1987
1987
  * 更新点集(公共方法)
1988
+ * @param points 点集
1989
+ * @param updateText 是否更新文本
1988
1990
  */
1989
- updatePoints(points: Point[]): void;
1991
+ updatePoints(points: Point[], updateText?: boolean): void;
1990
1992
  /**
1991
1993
  * 更新轮廓边框
1992
1994
  */
@@ -1997,8 +1999,9 @@ declare class EditControlLayer extends Container {
1997
1999
  updateMoveLine(): void;
1998
2000
  /**
1999
2001
  * 更新尺寸文本
2002
+ * @param updateText 是否更新文本内容
2000
2003
  */
2001
- updateSizeText(): void;
2004
+ updateSizeText(updateText?: boolean): void;
2002
2005
  /**
2003
2006
  * 更新尺寸文本位置
2004
2007
  */