@veltdev/types-dev 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
|
*/
|
|
@@ -2182,6 +2191,15 @@ export declare class CommentElement {
|
|
|
2182
2191
|
*/
|
|
2183
2192
|
private _disableChangeDetectionInCommentMode;
|
|
2184
2193
|
|
|
2194
|
+
/**
|
|
2195
|
+
* Stop downloading resolved (terminal-status) comments on the initial fetch. They load on demand
|
|
2196
|
+
* the first time the user asks to see them. Default: disabled.
|
|
2197
|
+
*/
|
|
2198
|
+
private _enableLazyLoadResolvedComments;
|
|
2199
|
+
|
|
2200
|
+
/** Re-enable fetching resolved comments on the initial fetch. Takes effect immediately. */
|
|
2201
|
+
private _disableLazyLoadResolvedComments;
|
|
2202
|
+
|
|
2185
2203
|
/**
|
|
2186
2204
|
* To show resolved comments on DOM
|
|
2187
2205
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/types-dev",
|
|
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": [
|