cadviewer 8.11.2 → 8.16.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.
@@ -851,4 +851,7 @@ declare module 'cadviewer' {
851
851
  export function cvjs_setZoomExtentsMode(mode: string): void;
852
852
  export function cvjs_computeDynamicRedlineNamePath(): string;
853
853
  export function cvjs_saveScreenAsPDF_serverSettings(methodflag: boolean, method: any, path:string, stype: string, dflag: boolean, eflag: boolean, sflag: boolean ): void;
854
+ export function cvjs_getActivePaletteColor(colornumber: number): any;
855
+ export function cvjs_getActivePaletteColorList(): any;
856
+ export function cvjs_setActivePaletteColor(colornumber: number, hex: string):void;
854
857
  }