@veltdev/sdk 1.0.30 → 1.0.32
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.
|
@@ -486,6 +486,11 @@ export declare class CommentElement {
|
|
|
486
486
|
* To disable comment tool
|
|
487
487
|
*/
|
|
488
488
|
public disableCommentTool: () => any;
|
|
489
|
+
|
|
490
|
+
/**
|
|
491
|
+
* To set total media length.
|
|
492
|
+
*/
|
|
493
|
+
public setTotalMediaLength: (totalMediaLength: number) => void;
|
|
489
494
|
constructor();
|
|
490
495
|
/**
|
|
491
496
|
* Subscribe to comments on the current document.
|
|
@@ -965,4 +970,9 @@ export declare class CommentElement {
|
|
|
965
970
|
* To disable comment tool
|
|
966
971
|
*/
|
|
967
972
|
private _disableCommentTool;
|
|
973
|
+
|
|
974
|
+
/**
|
|
975
|
+
* To set total media length.
|
|
976
|
+
*/
|
|
977
|
+
private _setTotalMediaLength;
|
|
968
978
|
}
|
package/app/utils/constants.d.ts
CHANGED
|
@@ -197,6 +197,7 @@ export declare class Constants {
|
|
|
197
197
|
VELT_AREA_TOOL: string;
|
|
198
198
|
VELT_AREAS: string;
|
|
199
199
|
VELT_INLINE_COMMENT: string;
|
|
200
|
+
VELT_VIDEO_COMMENTS_TIMELINE: string;
|
|
200
201
|
};
|
|
201
202
|
static ATTRIBUTES: {
|
|
202
203
|
VELT_ID: string;
|
|
@@ -267,6 +268,7 @@ export declare class Constants {
|
|
|
267
268
|
SNIPPYLY_COMMENT_SIDEBAR_GROUP_BY: string;
|
|
268
269
|
SNIPPYLY_COMMENT_DIALOG_AUTO_POPULATE_TEXT: string;
|
|
269
270
|
SNIPPYLY_HUDDLE_DATA: string;
|
|
271
|
+
VELT_TAB_ID: string;
|
|
270
272
|
};
|
|
271
273
|
static LOCAL_STORAGE: {
|
|
272
274
|
SNIPPYLY_DEFAULT_MEDIA_SOURCE_OPTIONS: string;
|