@veltdev/sdk-staging 6.0.8-beta.1 → 6.0.8-beta.2
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.
|
@@ -742,6 +742,15 @@ export declare class CommentElement {
|
|
|
742
742
|
*/
|
|
743
743
|
public showResolvedCommentsOnDom: () => void;
|
|
744
744
|
|
|
745
|
+
/**
|
|
746
|
+
* Stop downloading resolved (terminal-status) comments on the initial fetch. They load on demand
|
|
747
|
+
* the first time the user asks to see them. Default: disabled.
|
|
748
|
+
*/
|
|
749
|
+
public enableLazyLoadResolvedComments: () => void;
|
|
750
|
+
|
|
751
|
+
/** Re-enable fetching resolved comments on the initial fetch. Takes effect immediately. */
|
|
752
|
+
public disableLazyLoadResolvedComments: () => void;
|
|
753
|
+
|
|
745
754
|
/**
|
|
746
755
|
* To hide resolved comments on DOM
|
|
747
756
|
*/
|
|
@@ -2121,6 +2130,15 @@ export declare class CommentElement {
|
|
|
2121
2130
|
*/
|
|
2122
2131
|
private _disableChangeDetectionInCommentMode;
|
|
2123
2132
|
|
|
2133
|
+
/**
|
|
2134
|
+
* Stop downloading resolved (terminal-status) comments on the initial fetch. They load on demand
|
|
2135
|
+
* the first time the user asks to see them. Default: disabled.
|
|
2136
|
+
*/
|
|
2137
|
+
private _enableLazyLoadResolvedComments;
|
|
2138
|
+
|
|
2139
|
+
/** Re-enable fetching resolved comments on the initial fetch. Takes effect immediately. */
|
|
2140
|
+
private _disableLazyLoadResolvedComments;
|
|
2141
|
+
|
|
2124
2142
|
/**
|
|
2125
2143
|
* To show resolved comments on DOM
|
|
2126
2144
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk-staging",
|
|
3
|
-
"version": "6.0.8-beta.
|
|
3
|
+
"version": "6.0.8-beta.2",
|
|
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": [
|