@veltdev/sdk 4.3.0-beta.7 → 4.4.0-beta.1
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.
|
@@ -1103,6 +1103,15 @@ export declare class CommentElement {
|
|
|
1103
1103
|
*/
|
|
1104
1104
|
public disableSvgAsImg: () => void;
|
|
1105
1105
|
|
|
1106
|
+
/**
|
|
1107
|
+
* To enable full expanded
|
|
1108
|
+
*/
|
|
1109
|
+
public enableFullExpanded: () => void;
|
|
1110
|
+
|
|
1111
|
+
/**
|
|
1112
|
+
* To disable full expanded
|
|
1113
|
+
*/
|
|
1114
|
+
public disableFullExpanded: () => void;
|
|
1106
1115
|
constructor();
|
|
1107
1116
|
/**
|
|
1108
1117
|
* Subscribe to comments on the current document.
|
|
@@ -2187,4 +2196,14 @@ export declare class CommentElement {
|
|
|
2187
2196
|
* To disable svg as img
|
|
2188
2197
|
*/
|
|
2189
2198
|
private _disableSvgAsImg;
|
|
2190
|
-
|
|
2199
|
+
|
|
2200
|
+
/**
|
|
2201
|
+
* To enable full expanded
|
|
2202
|
+
*/
|
|
2203
|
+
private _enableFullExpanded;
|
|
2204
|
+
|
|
2205
|
+
/**
|
|
2206
|
+
* To disable full expanded
|
|
2207
|
+
*/
|
|
2208
|
+
private _disableFullExpanded;
|
|
2209
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0-beta.1",
|
|
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": [
|