cadviewer 10.30.15 → 10.32.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.
@@ -937,4 +937,6 @@ declare module 'cadviewer' {
937
937
  export function cvjs_suppressPublishPDFModal(flag: boolean): void;
938
938
  export function cvjs_enableMeasurementRedlineObjects(flag: boolean): void;
939
939
  export function cvjs_publishMultiPagePDF(f_div: string, lSettings: any, lJSON: any, currentView: string, pType: string, lColors: any, fileList: any, res: number, psize:string, wfac: number, pdfname:string): void;
940
+ export function cvjs_setScrollWheelThrottleDelay(ms: number): void;
941
+ export function cvjs_setScrollWheelZoomSteps(steps: number): void;
940
942
  }