cadviewer 10.34.7 → 10.35.2

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.
@@ -943,4 +943,5 @@ declare module 'cadviewer' {
943
943
  export function cvjs_processHandleObjectsRedlineRect(f_div: string, redID: string, processtext: boolean): any;
944
944
  export function cvjs_processHandleObjectsRect(f_div: string, vbX: number, vbY: number, vbW: number, vbH: number, processtext: boolean): any;
945
945
  export function cvjs_normalizeFixedLineWeights(factor: number): void;
946
+ export function cvjs_getLayerTable(f_div: string): any;
946
947
  }