@veltdev/sdk 3.0.15 → 3.0.17
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.
|
@@ -761,6 +761,12 @@ export declare class CommentElement {
|
|
|
761
761
|
*/
|
|
762
762
|
public updateContext: (annotationId: string, context: any, config?: UpdateContextConfig) => Promise<any>;
|
|
763
763
|
|
|
764
|
+
/**
|
|
765
|
+
* Subscribe to selected comments
|
|
766
|
+
* @returns list of selected comments
|
|
767
|
+
*/
|
|
768
|
+
public getSelectedComments: () => Observable<CommentAnnotation[]>;
|
|
769
|
+
|
|
764
770
|
constructor();
|
|
765
771
|
/**
|
|
766
772
|
* Subscribe to comments on the current document.
|
|
@@ -1509,4 +1515,10 @@ export declare class CommentElement {
|
|
|
1509
1515
|
* @returns Promise<any>
|
|
1510
1516
|
*/
|
|
1511
1517
|
private _updateContext;
|
|
1518
|
+
|
|
1519
|
+
/**
|
|
1520
|
+
* Subscribe to selected comments
|
|
1521
|
+
* @returns list of selected comments
|
|
1522
|
+
*/
|
|
1523
|
+
private _getSelectedComments;
|
|
1512
1524
|
}
|
|
@@ -23,6 +23,11 @@ export declare class ContactElement {
|
|
|
23
23
|
*/
|
|
24
24
|
public setAtHereLabel: (label: string) => void;
|
|
25
25
|
|
|
26
|
+
/**
|
|
27
|
+
* Set @here description.
|
|
28
|
+
*/
|
|
29
|
+
public setAtHereDescription: (description: string) => void;
|
|
30
|
+
|
|
26
31
|
/**
|
|
27
32
|
* Disable @here for contact list.
|
|
28
33
|
*/
|
|
@@ -61,6 +66,11 @@ export declare class ContactElement {
|
|
|
61
66
|
*/
|
|
62
67
|
private _setAtHereLabel;
|
|
63
68
|
|
|
69
|
+
/**
|
|
70
|
+
* Enable @here description.
|
|
71
|
+
*/
|
|
72
|
+
private _setAtHereDescription;
|
|
73
|
+
|
|
64
74
|
/**
|
|
65
75
|
* Disable @here for contact list.
|
|
66
76
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.17",
|
|
4
4
|
"description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
|
|
5
5
|
"homepage": "https://velt.dev",
|
|
6
6
|
"keywords": [
|