cadviewer 7.2.7 → 7.5.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
|
@@ -825,11 +825,11 @@ declare module 'cadviewer' {
|
|
|
825
825
|
export function cvjs_restAPI_getSVGContentData(remainOnServer: boolean): string;
|
|
826
826
|
export function cvjs_setMouseTouchHandlers_SpaceObject(f_div: any, active_floorplan_div_nr: any, room: any): void;
|
|
827
827
|
export function cvjs_setSpaceObjectsCustomMenu(serverFolder: any, fileName: any, flag: any): void;
|
|
828
|
-
export function cvjs_setIconImageSize(f_div: string, pixelheight:
|
|
828
|
+
export function cvjs_setIconImageSize(f_div: string, pixelheight: any, pixelheight_large: any): void;
|
|
829
829
|
export function cvjs_changeSpaceObjectNode(currentNode: string, newNode: string): boolean;
|
|
830
830
|
export function cvjs_hideSpaceObjectID(spaceID: string): boolean;
|
|
831
831
|
export function cvjs_showSpaceObjectID(spaceID: string): boolean;
|
|
832
|
-
export function cvjs_setCADViewerInterfaceVersion(version:
|
|
832
|
+
export function cvjs_setCADViewerInterfaceVersion(version: any): void;
|
|
833
833
|
export function cvjs_getSpaceObjectByType(getType: string): any;
|
|
834
834
|
export function cvjs_returnAllRedlineObjects(): any;
|
|
835
835
|
export function cvjs_returnAllStickyNoteObjects(): any;
|
|
@@ -846,4 +846,6 @@ declare module 'cadviewer' {
|
|
|
846
846
|
export function cvjs_setWatermarks(textline1: string, textline2: string, hexcolor: string, sendtoback: boolean): void;
|
|
847
847
|
export function cvjs_insertSpaceObjectsCustomMenu(jsonMenu: any): void;
|
|
848
848
|
export function cvjs_styleQTip_color(state :boolean, titlebar :string, content :string, header_1 :string, header_info_1:string, header_info_2 :string ):void;
|
|
849
|
+
export function cvjs_setCADViewerSkin(skin: string): void;
|
|
850
|
+
export function cvjs_setRelativeConversionFilesFolder(converterfilespath: string, converterfilesurlpath: string): void;
|
|
849
851
|
}
|