cadviewer 8.67.18 → 8.68.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.
@@ -568,6 +568,7 @@ declare module 'cadviewer' {
568
568
  export function cvjs_supressPopUpModalMode(modal_mode: boolean): void;
569
569
  export function cvjs_supressSingleSpaceHighlight(modal_mode: boolean): void;
570
570
  export function cvjs_addSpaceObjectDirectXY(f_div: string, path: string, jsonObject: any, c_flag: number, txt: any, sf: number, col: any, txtst: any, scl: any, tcol: any, left: number): void;
571
+ export function cvjs_addSpaceObjectDirect(f_div: string, path: string, jsonObject: any, c_flag: number, txt: any, sf: number, col: any, txtst: any, scl: any, tcol: any, left: number): void;
571
572
  export function cvjs_addFixedSizeCustomSpaceObjectXY(f_div: string, image: string, jsonObject: any, c_flag: number, txt: any, scale: number, styles: any, tscale: any, col: any, left: number): void;
572
573
  export function cvjs_moveFixedSizeCustomSpaceObjectXY(f_div: string, spaceObjectId: string, xcor: number, ycor: number): void;
573
574
  export function cvjs_addFixedSizeCustomSpaceObject(f_div: string, svgImagePath: string, spaceObjectId: string, spaceObjectName: string, spaceObjectType: string, spaceObjectLayer: any): void;