cadviewer 9.26.3 → 9.26.5
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.
package/dist/cadviewer.d.ts
CHANGED
|
@@ -849,7 +849,7 @@ declare module 'cadviewer' {
|
|
|
849
849
|
export function cvjs_returnAllRedlineStickyNoteObjects(): any;
|
|
850
850
|
export function cvjs_setQtipZindex(zindex: number): void;
|
|
851
851
|
export function cvjs_setQtipLocation(qtip_location_my: number, qtip_location_at: number): void;
|
|
852
|
-
export function cvjs_changeSpaceFixedLocation(rmid: string): void;
|
|
852
|
+
export function cvjs_changeSpaceFixedLocation(rmid: string, evt: any): void;
|
|
853
853
|
export function cvjs_handleObjectsParceTextOnly(flag: boolean): void;
|
|
854
854
|
export function cvjs_processHandleObjects(): void;
|
|
855
855
|
export function cvjs_getTextOnId(id: string): string;
|