cadviewer 10.1.11 → 10.2.4
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
|
@@ -640,6 +640,7 @@ declare module 'cadviewer' {
|
|
|
640
640
|
export function cvjs_rotateRedline(f_div: string): void;
|
|
641
641
|
export function cvjs_resizeRedline(f_div: string): void;
|
|
642
642
|
export function cvjs_moveRedline(f_div: string): void;
|
|
643
|
+
export function cvjs_deleteRedlineDirect(f_div: string, redID: string): void;
|
|
643
644
|
export function cvjs_saveScreenAsImage_UploadSharepointListItem(serverPath: any, image_fileName: any, user_name: any, list_name: any, record_id: any): void;
|
|
644
645
|
export function cvjs_batchConvertDrawingsToPDF(drawingFilesArray: any, pageOrint: any, pageSize: any, pageRes: any): void;
|
|
645
646
|
export function cvjs_batchConvertOnLoadEndCustomMethod(): void;
|