cadviewer 9.63.4 → 9.64.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.
package/dist/cadviewer.d.ts
CHANGED
|
@@ -870,6 +870,7 @@ declare module 'cadviewer' {
|
|
|
870
870
|
export function cvjs_getActivePaletteColorList(): any;
|
|
871
871
|
export function cvjs_setActivePaletteColor(colornumber: number, hex: string):void;
|
|
872
872
|
export function cvjs_setISOtimeStamp(filename: string, isostamp: string): void;
|
|
873
|
+
export function cvjs_setISOtimeStampCompare(filename: string, isostamp: string): void;
|
|
873
874
|
export function cvjs_fileLoadModal_externalModal(methodflag: boolean, method: any, servertype: string): void;
|
|
874
875
|
export function cvjs_returnRedlineObjectID(RedlineID: string): any;
|
|
875
876
|
export function cvjs_changeRedlineObjectColor(redlineId: string, hexColor: string): void;
|