cadviewer 10.77.8 → 10.78.6

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.
@@ -959,7 +959,7 @@ declare module 'cadviewer' {
959
959
  export function cvjs_setMeasurementDefaultType(measurementType: string): void;
960
960
  export function cvjs_setSpaceObjctColor(f_div: string): void;
961
961
  export function cvjs_getDefaultLayerTable(): any;
962
- export function cvjs_setClickCounterActiveType(currentQuickCountType: string, currentQuickCountStyle: any): void;
962
+ export function cvjs_setClickCounterActiveType(currentQuickCountType: string, currentQuickCountID: string, currentQuickCountStyle: any): void;
963
963
  export function cvjs_setAllClickCounterObjects(clickCounterCollection: any): void;
964
964
  export function cvjs_returnAllClickCounterObjects(): any;
965
965
  }