@veltdev/sdk-staging 5.0.2-beta.33 → 5.0.2-beta.35
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.
|
@@ -4,6 +4,8 @@ export interface TranscriptionDoneEvent extends RecorderData {
|
|
|
4
4
|
}
|
|
5
5
|
export interface RecordingDoneEvent extends RecorderData {
|
|
6
6
|
}
|
|
7
|
+
export interface RecordingDoneLocalEvent extends RecorderData {
|
|
8
|
+
}
|
|
7
9
|
export interface RecordingDeleteEvent extends RecorderData {
|
|
8
10
|
}
|
|
9
11
|
export interface RecordingEditDoneEvent extends RecorderData {
|
|
@@ -35,6 +37,7 @@ export interface RecordingSaveInitiatedEvent {
|
|
|
35
37
|
export type RecorderEventTypesMap = {
|
|
36
38
|
[RecorderEventTypes.TRANSCRIPTION_DONE]: TranscriptionDoneEvent;
|
|
37
39
|
[RecorderEventTypes.RECORDING_DONE]: RecordingDoneEvent;
|
|
40
|
+
[RecorderEventTypes.RECORDING_DONE_LOCAL]: RecordingDoneLocalEvent;
|
|
38
41
|
[RecorderEventTypes.RECORDING_EDIT_DONE]: RecordingEditDoneEvent;
|
|
39
42
|
[RecorderEventTypes.DELETE_RECORDING]: RecordingDeleteEvent;
|
|
40
43
|
[RecorderEventTypes.RECORDING_STARTED]: RecordingStartedEvent;
|
package/app/utils/constants.d.ts
CHANGED
|
@@ -236,8 +236,20 @@ export declare class Constants {
|
|
|
236
236
|
VELT_COMMENT_SIDEBAR_FOCUSED_THREAD_BACK_BUTTON_V2: string;
|
|
237
237
|
VELT_COMMENT_SIDEBAR_FOCUSED_THREAD_DIALOG_CONTAINER_V2: string;
|
|
238
238
|
VELT_COMMENT_BUBBLE: string;
|
|
239
|
+
VELT_COMMENT_BUBBLE_AVATAR: string;
|
|
240
|
+
VELT_COMMENT_BUBBLE_COMMENTS_COUNT: string;
|
|
241
|
+
VELT_COMMENT_BUBBLE_UNREAD_ICON: string;
|
|
239
242
|
VELT_COMMENT_THREAD: string;
|
|
240
243
|
VELT_COMMENT_PIN: string;
|
|
244
|
+
VELT_COMMENT_PIN_NUMBER: string;
|
|
245
|
+
VELT_COMMENT_PIN_INDEX: string;
|
|
246
|
+
VELT_COMMENT_PIN_TRIANGLE: string;
|
|
247
|
+
VELT_COMMENT_PIN_PRIVATE_COMMENT_INDICATOR: string;
|
|
248
|
+
VELT_COMMENT_PIN_GHOST_COMMENT_INDICATOR: string;
|
|
249
|
+
VELT_COMMENT_PIN_UNREAD_COMMENT_INDICATOR: string;
|
|
250
|
+
VELT_SIDEBAR_BUTTON_ICON: string;
|
|
251
|
+
VELT_SIDEBAR_BUTTON_COMMENTS_COUNT: string;
|
|
252
|
+
VELT_SIDEBAR_BUTTON_UNREAD_ICON: string;
|
|
241
253
|
VELT_COMMENT_TEXT: string;
|
|
242
254
|
VELT_CHART_COMMENT: string;
|
|
243
255
|
VELT_CANVAS_COMMENT: string;
|
|
@@ -359,6 +371,36 @@ export declare class Constants {
|
|
|
359
371
|
VELT_SKELETON_LOADER: string;
|
|
360
372
|
VELT_SHADOW_DOM_INTERNAL: string;
|
|
361
373
|
VELT_SINGLE_EDITOR_MODE_PANEL: string;
|
|
374
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_LIST: string;
|
|
375
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_PANEL: string;
|
|
376
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_COMPOSER_CONTAINER: string;
|
|
377
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_COMMENT_COUNT: string;
|
|
378
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_EMPTY_PLACEHOLDER: string;
|
|
379
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_CLOSE_BUTTON: string;
|
|
380
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_NEW_THREAD_BUTTON: string;
|
|
381
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_RESET_FILTER_BUTTON: string;
|
|
382
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN: string;
|
|
383
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_TRIGGER: string;
|
|
384
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT: string;
|
|
385
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_ALL: string;
|
|
386
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_READ: string;
|
|
387
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_RESOLVED: string;
|
|
388
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_UNREAD: string;
|
|
389
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_SELECTED_ICON: string;
|
|
390
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_SORT_DATE: string;
|
|
391
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_SORT_UNREAD: string;
|
|
392
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN: string;
|
|
393
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_TRIGGER: string;
|
|
394
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_CONTENT: string;
|
|
395
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_CONTENT_MARK_ALL_READ: string;
|
|
396
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_CONTENT_MARK_ALL_RESOLVED: string;
|
|
397
|
+
VELT_TEXT_COMMENT: string;
|
|
398
|
+
VELT_TEXT_COMMENT_TOOL: string;
|
|
399
|
+
VELT_TEXT_COMMENT_TOOLBAR: string;
|
|
400
|
+
VELT_TEXT_COMMENT_TOOLBAR_COMMENT_ANNOTATION: string;
|
|
401
|
+
VELT_TEXT_COMMENT_TOOLBAR_DIVIDER: string;
|
|
402
|
+
VELT_TEXT_COMMENT_TOOLBAR_COPYWRITER: string;
|
|
403
|
+
VELT_TEXT_COMMENT_TOOLBAR_GENERIC: string;
|
|
362
404
|
};
|
|
363
405
|
static ATTRIBUTES: {
|
|
364
406
|
VELT_COMMENT_CONTAINER: string;
|
package/app/utils/enums.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ export declare const RecorderEventTypes: {
|
|
|
84
84
|
readonly RECORDING_RESUMED: "recordingResumed";
|
|
85
85
|
readonly RECORDING_CANCELLED: "recordingCancelled";
|
|
86
86
|
readonly RECORDING_STOPPED: "recordingStopped";
|
|
87
|
+
readonly RECORDING_DONE_LOCAL: "recordingDoneLocal";
|
|
87
88
|
};
|
|
88
89
|
export declare const CoreEventTypes: {
|
|
89
90
|
readonly PERMISSION_PROVIDER: "permissionProvider";
|
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.35",
|
|
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": [
|