@veltdev/sdk 4.5.4-beta.2 → 4.5.4-beta.3
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.
|
@@ -108,6 +108,16 @@ export declare class NotificationElement {
|
|
|
108
108
|
*/
|
|
109
109
|
closeNotificationsPanel: () => void;
|
|
110
110
|
|
|
111
|
+
/**
|
|
112
|
+
* To enable current document only
|
|
113
|
+
*/
|
|
114
|
+
enableCurrentDocumentOnly: () => void;
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* To disable current document only
|
|
118
|
+
*/
|
|
119
|
+
disableCurrentDocumentOnly: () => void;
|
|
120
|
+
|
|
111
121
|
constructor();
|
|
112
122
|
|
|
113
123
|
/**
|
|
@@ -214,4 +224,14 @@ export declare class NotificationElement {
|
|
|
214
224
|
* To close notifications panel
|
|
215
225
|
*/
|
|
216
226
|
private _closeNotificationsPanel;
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* To enable current document only
|
|
230
|
+
*/
|
|
231
|
+
private _enableCurrentDocumentOnly;
|
|
232
|
+
|
|
233
|
+
/**
|
|
234
|
+
* To disable current document only
|
|
235
|
+
*/
|
|
236
|
+
private _disableCurrentDocumentOnly;
|
|
217
237
|
}
|
|
@@ -154,6 +154,16 @@ export declare class RecorderElement {
|
|
|
154
154
|
*/
|
|
155
155
|
disablePictureInPicture: () => void;
|
|
156
156
|
|
|
157
|
+
/**
|
|
158
|
+
* To enable playback on preview click
|
|
159
|
+
*/
|
|
160
|
+
enablePlaybackOnPreviewClick: () => void;
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* To disable playback on preview click
|
|
164
|
+
*/
|
|
165
|
+
disablePlaybackOnPreviewClick: () => void;
|
|
166
|
+
|
|
157
167
|
constructor();
|
|
158
168
|
|
|
159
169
|
private _initRecording;
|
|
@@ -303,4 +313,14 @@ export declare class RecorderElement {
|
|
|
303
313
|
* To disable picture in picture
|
|
304
314
|
*/
|
|
305
315
|
private _disablePictureInPicture;
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* To enable playback on preview click
|
|
319
|
+
*/
|
|
320
|
+
private _enablePlaybackOnPreviewClick;
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* To disable playback on preview click
|
|
324
|
+
*/
|
|
325
|
+
private _disablePlaybackOnPreviewClick;
|
|
306
326
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "4.5.4-beta.
|
|
3
|
+
"version": "4.5.4-beta.3",
|
|
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": [
|