@veltdev/sdk 3.0.75 → 3.0.77
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.
|
@@ -1051,6 +1051,17 @@ export declare class CommentElement {
|
|
|
1051
1051
|
* Subscribe to comment actions
|
|
1052
1052
|
*/
|
|
1053
1053
|
public on: <T extends keyof CommentEventTypesMap>(action: T) => Observable<CommentEventTypesMap[T]>;
|
|
1054
|
+
|
|
1055
|
+
/**
|
|
1056
|
+
* To enable read only
|
|
1057
|
+
*/
|
|
1058
|
+
public enableReadOnly: () => void;
|
|
1059
|
+
|
|
1060
|
+
/**
|
|
1061
|
+
* To disable read only
|
|
1062
|
+
*/
|
|
1063
|
+
public disableReadOnly: () => void;
|
|
1064
|
+
|
|
1054
1065
|
constructor();
|
|
1055
1066
|
/**
|
|
1056
1067
|
* Subscribe to comments on the current document.
|
|
@@ -2085,4 +2096,14 @@ export declare class CommentElement {
|
|
|
2085
2096
|
* Subscribe to comment actions
|
|
2086
2097
|
*/
|
|
2087
2098
|
private _on;
|
|
2099
|
+
|
|
2100
|
+
/**
|
|
2101
|
+
* To enable read only
|
|
2102
|
+
*/
|
|
2103
|
+
private _enableReadOnly;
|
|
2104
|
+
|
|
2105
|
+
/**
|
|
2106
|
+
* To disable read only
|
|
2107
|
+
*/
|
|
2108
|
+
private _disableReadOnly;
|
|
2088
2109
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.77",
|
|
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": [
|