cadviewer 9.86.5 → 9.87.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.
@@ -296,6 +296,7 @@ declare module 'cadviewer' {
296
296
  export function cvjs_GroupOn_OthersOff(group: any): void;
297
297
  export function cvjs_GroupOn_AllOff(group: any): void;
298
298
  export function cvjs_GroupOff(group: any): void;
299
+ export function cvjs_setDefaulSpaceObjectColor(colorObject: any): void;
299
300
  export function cvjs_ApplyPatternOnSpaceObjectId(layer: string, Id: string, graphicalPattern: string, colorHex: string, fillOpacity: number): void;
300
301
  export function cvjs_ApplyPatternOnSpaceObjectNode(layer: string, nodeId: string, graphicalPattern: string, colorHex: string, fillOpacity: number): void;
301
302
  export function cvjs_ApplyPatternOnUrl(layer: string, nodeId: string, graphicalPattern: string, colorHex: string, fillOpacity: number): void;