cadviewer 8.77.1 → 8.78.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/cadviewer.d.ts
CHANGED
|
@@ -702,6 +702,7 @@ declare module 'cadviewer' {
|
|
|
702
702
|
export function cvjs_modifySpaceObjectDirectXY(f_div: string, id: string, svgImagePath: string, texts: any, scale: number, styles: any, scaleText: any, colors: any, leftFactor: number): boolean;
|
|
703
703
|
export function cvjs_coreModifySpaceObjectDirectXY(xcor: any, ycor: any, this_Node_underbar: any, spaceObjectId: any): void;
|
|
704
704
|
export function cvjs_moveSpaceObjectDirectXY(f_div: string, anyID: string, coordinate_flag: number, xpos: any, ypos: any): boolean;
|
|
705
|
+
export function cvjs_moveSpaceObjectDirect(f_div: string, anyID: string, coordinate_flag: number, xpos: any, ypos: any): boolean;
|
|
705
706
|
export function cvjs_getSpaceObjectDirectXYCoord(f_div: string, anyID: string, coordinate_flag: number): any;
|
|
706
707
|
export function cvjs_deleteSpaceObjectDirectXY(f_div: string, anyID: string): boolean;
|
|
707
708
|
export function cvjs_deleteSpaceObjectDirect(f_div: string, anyID: string): boolean;
|
|
@@ -868,4 +869,8 @@ declare module 'cadviewer' {
|
|
|
868
869
|
export function cvjs_CompareDrawings(f_div: string, drawing1: string, drawing2: string): void;
|
|
869
870
|
export function cvjs_setComputeSpaceObjectParentStatus(flag: boolean): void;
|
|
870
871
|
export function cvjs_searchAllTextInstances(searchString: string, exactMatch :boolean): any;
|
|
872
|
+
export function cvjs_open_StickyNote(sId: any): void;
|
|
873
|
+
export function cvjs_close_StickyNote(sId: any): void;
|
|
874
|
+
export function cvjs_show_StickyNote(sId: any): void;
|
|
875
|
+
export function cvjs_hide_StickyNote(sId: any): void;
|
|
871
876
|
}
|