@veltdev/sdk 2.0.2 → 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.
@@ -539,6 +539,12 @@ export declare class CommentElement {
539
539
  */
540
540
  public scrollToCommentByAnnotationId: (annotationId: string) => void;
541
541
 
542
+ /**
543
+ * To select comment by annotation id
544
+ * @param annotationId Comment annotation id
545
+ */
546
+ public selectCommentByAnnotationId: (annotationId: string) => void;
547
+
542
548
  /**
543
549
  * To enable showing recording summary in comments
544
550
  */
@@ -667,6 +673,11 @@ export declare class CommentElement {
667
673
  * Returns Observable<{count: string} | null>.
668
674
  */
669
675
  public getUnreadCommentCountByLocationId: (locationId: string) => Observable<{ count: number } | null>;
676
+
677
+ /**
678
+ * To update comment dialog position
679
+ */
680
+ public updateCommentDialogPosition: () => void;
670
681
  constructor();
671
682
  /**
672
683
  * Subscribe to comments on the current document.
@@ -1198,6 +1209,12 @@ export declare class CommentElement {
1198
1209
  */
1199
1210
  private _scrollToCommentByAnnotationId;
1200
1211
 
1212
+ /**
1213
+ * To select comment by annotation id
1214
+ * @param annotationId Comment annotation id
1215
+ */
1216
+ private _selectCommentByAnnotationId;
1217
+
1201
1218
  /**
1202
1219
  * To enable showing recording summary in comments
1203
1220
  */
@@ -1325,4 +1342,9 @@ export declare class CommentElement {
1325
1342
  * @returns Observable<{count: string} | null>.
1326
1343
  */
1327
1344
  private _getUnreadCommentCountByLocationId;
1345
+
1346
+ /**
1347
+ * To update comment dialog position
1348
+ */
1349
+ private _updateCommentDialogPosition;
1328
1350
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {