@veltdev/sdk 4.5.4-beta.4 → 4.5.4
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.
|
@@ -1234,6 +1234,16 @@ export declare class CommentElement {
|
|
|
1234
1234
|
*/
|
|
1235
1235
|
public setAllowedFileTypes: (allowedFileTypes: string[]) => void;
|
|
1236
1236
|
|
|
1237
|
+
/**
|
|
1238
|
+
* To enable force close all on esc
|
|
1239
|
+
*/
|
|
1240
|
+
public enableForceCloseAllOnEsc: () => void;
|
|
1241
|
+
|
|
1242
|
+
/**
|
|
1243
|
+
* To disable force close all on esc
|
|
1244
|
+
*/
|
|
1245
|
+
public disableForceCloseAllOnEsc: () => void;
|
|
1246
|
+
|
|
1237
1247
|
constructor();
|
|
1238
1248
|
/**
|
|
1239
1249
|
* Subscribe to comments on the current document.
|
|
@@ -2446,4 +2456,14 @@ export declare class CommentElement {
|
|
|
2446
2456
|
* To set allowed file types
|
|
2447
2457
|
*/
|
|
2448
2458
|
private _setAllowedFileTypes;
|
|
2459
|
+
|
|
2460
|
+
/**
|
|
2461
|
+
* To enable force close all on esc
|
|
2462
|
+
*/
|
|
2463
|
+
private _enableForceCloseAllOnEsc;
|
|
2464
|
+
|
|
2465
|
+
/**
|
|
2466
|
+
* To disable force close all on esc
|
|
2467
|
+
*/
|
|
2468
|
+
private _disableForceCloseAllOnEsc;
|
|
2449
2469
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "4.5.4
|
|
3
|
+
"version": "4.5.4",
|
|
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": [
|