cadviewer 10.48.2 → 10.49.7

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.
@@ -145,6 +145,7 @@ declare module 'cadviewer' {
145
145
  export function cvjs_setRelativeScriptsPath(scriptsPath: string): void;
146
146
  export function cvjs_setCustomPdfFolder(customPdfFolderName: string, forcedUpdate: boolean): void;
147
147
  export function cvjs_getCurrentPage(): number;
148
+ export function cvjs_getCurrentPageName(): string;
148
149
  export function cvjs_LoadDrawingPDF_base(FileNamePath: any): void;
149
150
  export function cvjs_checkSVGOnServerBeforeLoadFirst(): void;
150
151
  export function cvjs_checkSVGOnServerBeforeLoad(newfile: any): void;