@veltdev/sdk 3.0.43 → 3.0.45
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.
|
@@ -857,7 +857,7 @@ export declare class CommentElement {
|
|
|
857
857
|
* To enable comment sidebar custom filter mode
|
|
858
858
|
*/
|
|
859
859
|
public enableSidebarCustomActions: () => void;
|
|
860
|
-
|
|
860
|
+
|
|
861
861
|
/**
|
|
862
862
|
* To disable comment sidebar custom filter mode
|
|
863
863
|
*/
|
|
@@ -869,6 +869,16 @@ export declare class CommentElement {
|
|
|
869
869
|
// */
|
|
870
870
|
// public onCommentNavigationButtonClick: () => Observable<any>;
|
|
871
871
|
|
|
872
|
+
/**
|
|
873
|
+
* To enable resolve status access admin only
|
|
874
|
+
*/
|
|
875
|
+
public enableResolveStatusAccessAdminOnly: () => void;
|
|
876
|
+
|
|
877
|
+
/**
|
|
878
|
+
* To disable resolve status access admin only
|
|
879
|
+
*/
|
|
880
|
+
public disableResolveStatusAccessAdminOnly: () => void;
|
|
881
|
+
|
|
872
882
|
constructor();
|
|
873
883
|
/**
|
|
874
884
|
* Subscribe to comments on the current document.
|
|
@@ -1696,7 +1706,7 @@ export declare class CommentElement {
|
|
|
1696
1706
|
* @returns comment sidebar data
|
|
1697
1707
|
*/
|
|
1698
1708
|
private _onCommentSidebarInit;
|
|
1699
|
-
|
|
1709
|
+
|
|
1700
1710
|
/**
|
|
1701
1711
|
* To subscribe to comment sidebar data
|
|
1702
1712
|
* @returns comment sidebar data
|
|
@@ -1724,4 +1734,14 @@ export declare class CommentElement {
|
|
|
1724
1734
|
// * @returns comment navigation button click
|
|
1725
1735
|
// */
|
|
1726
1736
|
// private _onCommentNavigationButtonClick;
|
|
1737
|
+
|
|
1738
|
+
/**
|
|
1739
|
+
* To enable resolve status access admin only
|
|
1740
|
+
*/
|
|
1741
|
+
private _enableResolveStatusAccessAdminOnly;
|
|
1742
|
+
|
|
1743
|
+
/**
|
|
1744
|
+
* To disable resolve status access admin only
|
|
1745
|
+
*/
|
|
1746
|
+
private _disableResolveStatusAccessAdminOnly;
|
|
1727
1747
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.45",
|
|
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": [
|