@veltdev/types-dev 4.6.7-beta.6 → 4.6.7-beta.8
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.
|
@@ -1269,6 +1269,16 @@ export declare class CommentElement {
|
|
|
1269
1269
|
*/
|
|
1270
1270
|
public disableScreenshot: () => void;
|
|
1271
1271
|
|
|
1272
|
+
/**
|
|
1273
|
+
* To enable paginated contact list
|
|
1274
|
+
*/
|
|
1275
|
+
public enablePaginatedContactList: () => void;
|
|
1276
|
+
|
|
1277
|
+
/**
|
|
1278
|
+
* To disable paginated contact list
|
|
1279
|
+
*/
|
|
1280
|
+
public disablePaginatedContactList: () => void;
|
|
1281
|
+
|
|
1272
1282
|
constructor();
|
|
1273
1283
|
/**
|
|
1274
1284
|
* Subscribe to comments on the current document.
|
|
@@ -2516,4 +2526,14 @@ export declare class CommentElement {
|
|
|
2516
2526
|
* To disable screenshot
|
|
2517
2527
|
*/
|
|
2518
2528
|
private _disableScreenshot;
|
|
2529
|
+
|
|
2530
|
+
/**
|
|
2531
|
+
* To enable paginated contact list
|
|
2532
|
+
*/
|
|
2533
|
+
private _enablePaginatedContactList;
|
|
2534
|
+
|
|
2535
|
+
/**
|
|
2536
|
+
* To disable paginated contact list
|
|
2537
|
+
*/
|
|
2538
|
+
private _disablePaginatedContactList;
|
|
2519
2539
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/types-dev",
|
|
3
|
-
"version": "4.6.7-beta.
|
|
3
|
+
"version": "4.6.7-beta.8",
|
|
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": [
|