cadviewer 10.35.5 → 10.36.1
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
|
@@ -647,7 +647,6 @@ declare module 'cadviewer' {
|
|
|
647
647
|
export function cvjs_batchConvertDrawingsToPDF(drawingFilesArray: any, pageOrint: any, pageSize: any, pageRes: any): void;
|
|
648
648
|
export function cvjs_batchConvertOnLoadEndCustomMethod(): void;
|
|
649
649
|
export function cvjs_clearDrawingSpaceObjects(): void;
|
|
650
|
-
export function cvjs_clearDrawing(): void;
|
|
651
650
|
export function cvjs_clearDrawingStickyNotes(): void;
|
|
652
651
|
export function cvjs_clearDrawingHyperlinks(): void;
|
|
653
652
|
export function cvjs_clearDrawingRedlines(): void;
|
|
@@ -931,6 +930,7 @@ declare module 'cadviewer' {
|
|
|
931
930
|
export function cvjs_removeHandleObjects(): void;
|
|
932
931
|
export function cvjs_setZoomImageWallpaperControls(scale_fac: number, scale_breakpoint: number): void;
|
|
933
932
|
export function cvjs_activateZoomImageWallpaper(): void;
|
|
933
|
+
export function cvjs_deactivateZoomImageWallpaper(): void;
|
|
934
934
|
export function cvjs_setZoomImageWallpaper(flag: boolean): void;
|
|
935
935
|
export function cvjs_isZoomImageWallpaperActive(): boolean;
|
|
936
936
|
export function cvjs_clearObjectAction(): void;
|