cadviewer 10.53.8 → 10.55.3
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
|
@@ -911,6 +911,8 @@ declare module 'cadviewer' {
|
|
|
911
911
|
export function cvjs_selectPaperSize(paperSize: string): void;
|
|
912
912
|
export function cvjs_addHandleFunc_ResizeDragRotateRedlineSpaceObject(id: string, action: string, type: string): void;
|
|
913
913
|
export function cvjs_setBearerToken(token: string): void;
|
|
914
|
+
export function cvjs_setRequestHeader(header: string, value: string): void;
|
|
915
|
+
export function cvjs_setRequestHeaders(header1: string, value1: string, header2: string, value2: string): void;
|
|
914
916
|
export function cvjs_setRedlineModeInfo(flag: boolean): void;
|
|
915
917
|
export function cvjs_polygonControlsPointsStyle(controlPointsStyleObject: any): void;
|
|
916
918
|
export function cvjs_displayPolygonControlsPoint(f_div :string, objectId: string, showhide: string, type: string): void;
|
|
@@ -949,4 +951,5 @@ declare module 'cadviewer' {
|
|
|
949
951
|
export function cvjs_getLayerTable(f_div: string): any;
|
|
950
952
|
export function cvjs_setViewBox(f_div: string, x: number, y: number, width: number, height: number): void;
|
|
951
953
|
export function cvjs_setScrollWheelDefaultZoomFactor(factor: number): void;
|
|
954
|
+
export function cvjs_setPrintPDFLineWeightFactor(factor: number): void;
|
|
952
955
|
}
|