@veltdev/types-dev 5.0.2-beta.46 → 5.0.2-beta.47
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.
|
@@ -1390,6 +1390,16 @@ export declare class CommentElement {
|
|
|
1390
1390
|
*/
|
|
1391
1391
|
public getComposerData: (request: GetComposerDataRequest) => ComposerTextChangeEvent | null;
|
|
1392
1392
|
|
|
1393
|
+
/**
|
|
1394
|
+
* To enable pin drag
|
|
1395
|
+
*/
|
|
1396
|
+
public enablePinDrag: () => void;
|
|
1397
|
+
|
|
1398
|
+
/**
|
|
1399
|
+
* To disable pin drag
|
|
1400
|
+
*/
|
|
1401
|
+
public disablePinDrag: () => void;
|
|
1402
|
+
|
|
1393
1403
|
constructor();
|
|
1394
1404
|
/**
|
|
1395
1405
|
* Subscribe to comments on the current document.
|
|
@@ -2751,4 +2761,14 @@ export declare class CommentElement {
|
|
|
2751
2761
|
* @param type 'dropdown' | 'checkbox'
|
|
2752
2762
|
*/
|
|
2753
2763
|
private _setAssignToType;
|
|
2764
|
+
|
|
2765
|
+
/**
|
|
2766
|
+
* To enable pin drag
|
|
2767
|
+
*/
|
|
2768
|
+
private _enablePinDrag;
|
|
2769
|
+
|
|
2770
|
+
/**
|
|
2771
|
+
* To disable pin drag
|
|
2772
|
+
*/
|
|
2773
|
+
private _disablePinDrag;
|
|
2754
2774
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/types-dev",
|
|
3
|
-
"version": "5.0.2-beta.
|
|
3
|
+
"version": "5.0.2-beta.47",
|
|
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": [
|