cadviewer 8.80.6 → 8.82.7
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
|
@@ -356,9 +356,8 @@ declare module 'cadviewer' {
|
|
|
356
356
|
export function cvjs_setCurrentRedlineValues_NameUserid(currentRedline_username: string, currentRedline_userid: string): void;
|
|
357
357
|
export function cvjs_setCurrentRedlineValues_Userid(currentRedline_userid: string): void;
|
|
358
358
|
export function cvjs_setCurrentRedlineValues_ColorStokeWidth(currentRedline_color: string, currentRedline_strokeWidth: any): void;
|
|
359
|
-
export function
|
|
360
|
-
export function
|
|
361
|
-
export function cvjs_setCurrentRedlineValues_StrokeWidth(currentRedline_strokeWidth: any): void;
|
|
359
|
+
export function cvjs_setCurrentRedlineValues_FillColor(redlineFillColor: string): void;
|
|
360
|
+
export function cvjs_setCurrentRedlineValues_FillOpacity(redlineFillOpacity: number): void;
|
|
362
361
|
export function cvjs_setCurrentNodeValuesFromExistingNode(cNode_underbar: any): void;
|
|
363
362
|
export function cvjs_addVqRoomsGraphics_newNode_polygon(cvjs_cNode_underbar: any, graphicsObject: any): void;
|
|
364
363
|
export function cvjs_addVqRoomsGraphics_newNode_circle(cvjs_cNode_underbar: any, graphicsObject: any): void;
|
|
@@ -608,6 +607,7 @@ declare module 'cadviewer' {
|
|
|
608
607
|
export function cvjs_drawRedlineFilledRectangle(f_div: string): void;
|
|
609
608
|
export function cvjs_drawRedlineCloud(f_div: string): void;
|
|
610
609
|
export function cvjs_drawRedlineEllipse(f_div: string): void;
|
|
610
|
+
export function cvjs_drawRedlineCircle(f_div: string): void;
|
|
611
611
|
export function cvjs_drawRedlinePolyline(f_div: string): void;
|
|
612
612
|
export function cvjs_drawRedlineFilledPolygon(f_div: string): void;
|
|
613
613
|
export function cvjs_drawRedlineArrow(f_div: string): void;
|
|
@@ -873,4 +873,9 @@ declare module 'cadviewer' {
|
|
|
873
873
|
export function cvjs_close_StickyNote(sId: any): void;
|
|
874
874
|
export function cvjs_show_StickyNote(sId: any): void;
|
|
875
875
|
export function cvjs_hide_StickyNote(sId: any): void;
|
|
876
|
+
export function cvjs_setHrefOpenWindow(flag: boolean): void;
|
|
877
|
+
export function cvjs_sendToBack(f_div: string): void;
|
|
878
|
+
export function cvjs_bringToFront(f_div: string): void;
|
|
879
|
+
export function cvjs_bringForward(f_div: string): void;
|
|
880
|
+
export function cvjs_sendBackward(f_div: string): void;
|
|
876
881
|
}
|