@veltdev/sdk 2.0.3 → 2.0.4
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.
|
@@ -673,6 +673,11 @@ export declare class CommentElement {
|
|
|
673
673
|
* Returns Observable<{count: string} | null>.
|
|
674
674
|
*/
|
|
675
675
|
public getUnreadCommentCountByLocationId: (locationId: string) => Observable<{ count: number } | null>;
|
|
676
|
+
|
|
677
|
+
/**
|
|
678
|
+
* To update comment dialog position
|
|
679
|
+
*/
|
|
680
|
+
public updateCommentDialogPosition: () => void;
|
|
676
681
|
constructor();
|
|
677
682
|
/**
|
|
678
683
|
* Subscribe to comments on the current document.
|
|
@@ -1337,4 +1342,9 @@ export declare class CommentElement {
|
|
|
1337
1342
|
* @returns Observable<{count: string} | null>.
|
|
1338
1343
|
*/
|
|
1339
1344
|
private _getUnreadCommentCountByLocationId;
|
|
1345
|
+
|
|
1346
|
+
/**
|
|
1347
|
+
* To update comment dialog position
|
|
1348
|
+
*/
|
|
1349
|
+
private _updateCommentDialogPosition;
|
|
1340
1350
|
}
|