cadviewer 7.6.20 → 7.6.23

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.
@@ -848,4 +848,5 @@ declare module 'cadviewer' {
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
849
  export function cvjs_setCADViewerSkin(skin: string): void;
850
850
  export function cvjs_setRelativeConversionFilesFolder(converterfilespath: string, converterfilesurlpath: string): void;
851
+ export function cvjs_setZoomExtentsMode(mode: string): void;
851
852
  }