@veltdev/sdk 3.0.18 → 3.0.20
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.
|
@@ -32,6 +32,16 @@ export declare class NotificationElement {
|
|
|
32
32
|
* To set tab configuration
|
|
33
33
|
*/
|
|
34
34
|
setTabConfig: (tabConfig: NotificationTabConfig) => void;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* To enable read notifications on for you tab
|
|
38
|
+
*/
|
|
39
|
+
enableReadNotificationsOnForYouTab: () => void;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* To disable read notifications on for you tab
|
|
43
|
+
*/
|
|
44
|
+
disableReadNotificationsOnForYouTab: () => void;
|
|
35
45
|
constructor();
|
|
36
46
|
|
|
37
47
|
/**
|
|
@@ -63,4 +73,14 @@ export declare class NotificationElement {
|
|
|
63
73
|
* To set tab configuration
|
|
64
74
|
*/
|
|
65
75
|
private _setTabConfig;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* To enable read notifications on for you tab
|
|
79
|
+
*/
|
|
80
|
+
private _enableReadNotificationsOnForYouTab;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* To disable read notifications on for you tab
|
|
84
|
+
*/
|
|
85
|
+
private _disableReadNotificationsOnForYouTab;
|
|
66
86
|
}
|
package/app/utils/constants.d.ts
CHANGED
|
@@ -224,6 +224,7 @@ export declare class Constants {
|
|
|
224
224
|
VELT_COMMENT_DIALOG_OPTIONS: string;
|
|
225
225
|
VELT_COMMENT_DIALOG_BODY_THREAD_CARD: string;
|
|
226
226
|
VELT_COMMENT_DIALOG_PRIVATE_BANNER: string;
|
|
227
|
+
VELT_COMMENT_COMPOSER: string;
|
|
227
228
|
VELT_SHADOW_DOM_INTERNAL: string;
|
|
228
229
|
};
|
|
229
230
|
static ATTRIBUTES: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.20",
|
|
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": [
|