cadviewer 11.4.9 → 11.5.1

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.
@@ -985,5 +985,7 @@ declare module 'cadviewer' {
985
985
  export function cvjs_setSpaceObjectHighlightStyles(defaultColor: any, highlightColor: any, selectColor: any): void;
986
986
  export function cvjs_repositionFreehandCanvas(): void;
987
987
  export function cvjs_removeMultiSelectItem(spaceID: string): void;
988
+ export function cvjs_returnFoundTextElement(): string;
989
+ export function cvjs_findTextElement(bindobjects: boolean): void;
988
990
  }
989
991