@veltdev/sdk-staging 5.0.2-beta.86 → 5.0.2-beta.88
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.
- package/app/models/element/comment-element.model.d.ts +4 -0
- package/package.json +1 -1
- package/velt.js +66 -66
|
@@ -946,6 +946,8 @@ export declare class CommentElement {
|
|
|
946
946
|
* To disable collapsed comment
|
|
947
947
|
*/
|
|
948
948
|
public disableCollapsedComments: () => void;
|
|
949
|
+
public enableCollapsedRepliesPreview: () => void;
|
|
950
|
+
public disableCollapsedRepliesPreview: () => void;
|
|
949
951
|
|
|
950
952
|
/**
|
|
951
953
|
* To enable query params comments
|
|
@@ -2294,6 +2296,8 @@ export declare class CommentElement {
|
|
|
2294
2296
|
* To disable collapsed comment
|
|
2295
2297
|
*/
|
|
2296
2298
|
private _disableCollapsedComments;
|
|
2299
|
+
private _enableCollapsedRepliesPreview;
|
|
2300
|
+
private _disableCollapsedRepliesPreview;
|
|
2297
2301
|
|
|
2298
2302
|
/**
|
|
2299
2303
|
* To enable query params comments
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk-staging",
|
|
3
|
-
"version": "5.0.2-beta.
|
|
3
|
+
"version": "5.0.2-beta.88",
|
|
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": [
|