@veltdev/types-dev 6.0.7-beta.2 → 6.0.8-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.
|
@@ -1338,6 +1338,19 @@ export declare class CommentElement {
|
|
|
1338
1338
|
*/
|
|
1339
1339
|
public disableDraftMode: () => void;
|
|
1340
1340
|
|
|
1341
|
+
/**
|
|
1342
|
+
* To enable the draft-confirmation popup: before Velt persists an unsent composer as a
|
|
1343
|
+
* draft, ask the user whether to keep or delete it. Requires draft mode to also be
|
|
1344
|
+
* enabled. Defaults to disabled.
|
|
1345
|
+
*/
|
|
1346
|
+
public enableDraftConfirmation: () => void;
|
|
1347
|
+
|
|
1348
|
+
/**
|
|
1349
|
+
* To disable the draft-confirmation popup. Unsent composer content is then persisted
|
|
1350
|
+
* as a draft silently, which is the default behaviour.
|
|
1351
|
+
*/
|
|
1352
|
+
public disableDraftConfirmation: () => void;
|
|
1353
|
+
|
|
1341
1354
|
/**
|
|
1342
1355
|
* To enable filter comments on dom
|
|
1343
1356
|
*/
|
|
@@ -2698,6 +2711,16 @@ export declare class CommentElement {
|
|
|
2698
2711
|
*/
|
|
2699
2712
|
private _disableDraftMode;
|
|
2700
2713
|
|
|
2714
|
+
/**
|
|
2715
|
+
* To enable the draft-confirmation popup
|
|
2716
|
+
*/
|
|
2717
|
+
private _enableDraftConfirmation;
|
|
2718
|
+
|
|
2719
|
+
/**
|
|
2720
|
+
* To disable the draft-confirmation popup
|
|
2721
|
+
*/
|
|
2722
|
+
private _disableDraftConfirmation;
|
|
2723
|
+
|
|
2701
2724
|
/**
|
|
2702
2725
|
* To enable filter comments on dom
|
|
2703
2726
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/types-dev",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.8-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": [
|