@veltdev/sdk 3.0.26 → 3.0.27
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.
|
@@ -779,6 +779,22 @@ export declare class CommentElement {
|
|
|
779
779
|
*/
|
|
780
780
|
public getSelectedComments: () => Observable<CommentAnnotation[]>;
|
|
781
781
|
|
|
782
|
+
/**
|
|
783
|
+
* To enable delete reply confirmation
|
|
784
|
+
*/
|
|
785
|
+
public enableDeleteReplyConfirmation: () => void;
|
|
786
|
+
|
|
787
|
+
/**
|
|
788
|
+
* To disable delete reply confirmation
|
|
789
|
+
*/
|
|
790
|
+
public disableDeleteReplyConfirmation: () => void;
|
|
791
|
+
|
|
792
|
+
/**
|
|
793
|
+
* Subscribe to copy link
|
|
794
|
+
* @returns link to be copied
|
|
795
|
+
*/
|
|
796
|
+
public onCopyLink: () => Observable<string>;
|
|
797
|
+
|
|
782
798
|
constructor();
|
|
783
799
|
/**
|
|
784
800
|
* Subscribe to comments on the current document.
|
|
@@ -1545,4 +1561,20 @@ export declare class CommentElement {
|
|
|
1545
1561
|
* @returns list of selected comments
|
|
1546
1562
|
*/
|
|
1547
1563
|
private _getSelectedComments;
|
|
1548
|
-
|
|
1564
|
+
|
|
1565
|
+
/**
|
|
1566
|
+
* To enable delete reply confirmation
|
|
1567
|
+
*/
|
|
1568
|
+
private _enableDeleteReplyConfirmation;
|
|
1569
|
+
|
|
1570
|
+
/**
|
|
1571
|
+
* To disable delete reply confirmation
|
|
1572
|
+
*/
|
|
1573
|
+
private _disableDeleteReplyConfirmation;
|
|
1574
|
+
|
|
1575
|
+
/**
|
|
1576
|
+
* Subscribe to copy link
|
|
1577
|
+
* @returns link to be copied
|
|
1578
|
+
*/
|
|
1579
|
+
private _onCopyLink;
|
|
1580
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.27",
|
|
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": [
|