@veltdev/sdk 4.5.0-beta.43 → 4.5.0-beta.45
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.
|
@@ -98,6 +98,16 @@ export declare class NotificationElement {
|
|
|
98
98
|
*/
|
|
99
99
|
setSettingsInitialConfig: (settings: NotificationInitialSettingsConfig[]) => void;
|
|
100
100
|
|
|
101
|
+
/**
|
|
102
|
+
* To open notifications panel
|
|
103
|
+
*/
|
|
104
|
+
openNotificationsPanel: () => void;
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* To close notifications panel
|
|
108
|
+
*/
|
|
109
|
+
closeNotificationsPanel: () => void;
|
|
110
|
+
|
|
101
111
|
constructor();
|
|
102
112
|
|
|
103
113
|
/**
|
|
@@ -194,4 +204,14 @@ export declare class NotificationElement {
|
|
|
194
204
|
* To set settings initial config
|
|
195
205
|
*/
|
|
196
206
|
private _setSettingsInitialConfig;
|
|
197
|
-
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* To open notifications panel
|
|
210
|
+
*/
|
|
211
|
+
private _openNotificationsPanel;
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* To close notifications panel
|
|
215
|
+
*/
|
|
216
|
+
private _closeNotificationsPanel;
|
|
217
|
+
}
|
|
@@ -99,6 +99,26 @@ export declare class RecorderElement {
|
|
|
99
99
|
*/
|
|
100
100
|
disableRecordingMic: () => void;
|
|
101
101
|
|
|
102
|
+
/**
|
|
103
|
+
* To enable onboarding tooltip
|
|
104
|
+
*/
|
|
105
|
+
enableOnboardingTooltip: () => void;
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* To disable onboarding tooltip
|
|
109
|
+
*/
|
|
110
|
+
disableOnboardingTooltip: () => void;
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* To enable retake on video editor
|
|
114
|
+
*/
|
|
115
|
+
enableRetakeOnVideoEditor: () => void;
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* To disable retake on video editor
|
|
119
|
+
*/
|
|
120
|
+
disableRetakeOnVideoEditor: () => void;
|
|
121
|
+
|
|
102
122
|
constructor();
|
|
103
123
|
|
|
104
124
|
private _initRecording;
|
|
@@ -193,4 +213,24 @@ export declare class RecorderElement {
|
|
|
193
213
|
* To disable recording mic
|
|
194
214
|
*/
|
|
195
215
|
private _disableRecordingMic;
|
|
196
|
-
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* To enable onboarding tooltip
|
|
219
|
+
*/
|
|
220
|
+
private _enableOnboardingTooltip;
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* To disable onboarding tooltip
|
|
224
|
+
*/
|
|
225
|
+
private _disableOnboardingTooltip;
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* To enable retake on video editor
|
|
229
|
+
*/
|
|
230
|
+
private _enableRetakeOnVideoEditor;
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* To disable retake on video editor
|
|
234
|
+
*/
|
|
235
|
+
private _disableRetakeOnVideoEditor;
|
|
236
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "4.5.0-beta.
|
|
3
|
+
"version": "4.5.0-beta.45",
|
|
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": [
|