@engagently/types 8.0.3 → 9.0.2
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.
|
@@ -124,7 +124,8 @@ export declare enum DiscussionMessagesSlots {
|
|
|
124
124
|
export declare enum DiscussionIconSlots {
|
|
125
125
|
LIVE_MODE_ICON = "liveModeIcon",
|
|
126
126
|
REPLIES_TOGGLE_ICON_open = "repliesToggleIcon_open",
|
|
127
|
-
REPLIES_TOGGLE_ICON_closed = "repliesToggleIcon_closed"
|
|
127
|
+
REPLIES_TOGGLE_ICON_closed = "repliesToggleIcon_closed",
|
|
128
|
+
BACK_TO_DISCUSSION_ICON = "backToDiscussionIcon"
|
|
128
129
|
}
|
|
129
130
|
export declare enum DiscussionSlots {
|
|
130
131
|
CUSTOM_CALL_TO_ACTION = "customCallToAction"
|
|
@@ -108,6 +108,13 @@ export declare enum PageStatus {
|
|
|
108
108
|
Full = "FULL",
|
|
109
109
|
Partial = "PARTIAL"
|
|
110
110
|
}
|
|
111
|
+
export declare enum SubscriptionType {
|
|
112
|
+
ReactionToMyCommentaries = "REACTION_TO_MY_COMMENTARIES",
|
|
113
|
+
ReplyToMyCommentaries = "REPLY_TO_MY_COMMENTARIES"
|
|
114
|
+
}
|
|
115
|
+
export declare enum TransportType {
|
|
116
|
+
Email = "EMAIL"
|
|
117
|
+
}
|
|
111
118
|
export declare enum UserDeletionStatus {
|
|
112
119
|
Completed = "COMPLETED",
|
|
113
120
|
InProgress = "IN_PROGRESS",
|
package/dist/i18n/i18n.d.ts
CHANGED
|
@@ -60,7 +60,11 @@ export declare const defaultResources: {
|
|
|
60
60
|
"load-older-replies": string;
|
|
61
61
|
logout: string;
|
|
62
62
|
"logout-hint": string;
|
|
63
|
+
notification: string;
|
|
64
|
+
notification_other: string;
|
|
63
65
|
options: string;
|
|
66
|
+
reaction: string;
|
|
67
|
+
reaction_other: string;
|
|
64
68
|
reply: string;
|
|
65
69
|
reply_other: string;
|
|
66
70
|
"reply-count": string;
|
|
@@ -541,10 +545,14 @@ export declare const defaultResources: {
|
|
|
541
545
|
lists: string;
|
|
542
546
|
message: string;
|
|
543
547
|
messages: string;
|
|
548
|
+
notification: string;
|
|
549
|
+
notifications: string;
|
|
544
550
|
participation: string;
|
|
545
551
|
participations: string;
|
|
546
552
|
poll: string;
|
|
547
553
|
polls: string;
|
|
554
|
+
reaction: string;
|
|
555
|
+
reactions: string;
|
|
548
556
|
replies: string;
|
|
549
557
|
reply: string;
|
|
550
558
|
"reply-do": string;
|
|
@@ -633,6 +641,13 @@ export declare const defaultResources: {
|
|
|
633
641
|
};
|
|
634
642
|
title: string;
|
|
635
643
|
};
|
|
644
|
+
notifications: {
|
|
645
|
+
"email-hint": string;
|
|
646
|
+
notification: {
|
|
647
|
+
REACTION_TO_MY_COMMENTARIES: string;
|
|
648
|
+
REPLY_TO_MY_COMMENTARIES: string;
|
|
649
|
+
};
|
|
650
|
+
};
|
|
636
651
|
};
|
|
637
652
|
};
|
|
638
653
|
};
|
|
@@ -693,7 +708,11 @@ export declare const defaultResources: {
|
|
|
693
708
|
"load-older-replies": string;
|
|
694
709
|
logout: string;
|
|
695
710
|
"logout-hint": string;
|
|
711
|
+
notification: string;
|
|
712
|
+
notification_other: string;
|
|
696
713
|
options: string;
|
|
714
|
+
reaction: string;
|
|
715
|
+
reaction_other: string;
|
|
697
716
|
reply: string;
|
|
698
717
|
reply_other: string;
|
|
699
718
|
"reply-count": string;
|
|
@@ -1173,10 +1192,14 @@ export declare const defaultResources: {
|
|
|
1173
1192
|
lists: string;
|
|
1174
1193
|
message: string;
|
|
1175
1194
|
messages: string;
|
|
1195
|
+
notification: string;
|
|
1196
|
+
notifications: string;
|
|
1176
1197
|
participation: string;
|
|
1177
1198
|
participations: string;
|
|
1178
1199
|
poll: string;
|
|
1179
1200
|
polls: string;
|
|
1201
|
+
reaction: string;
|
|
1202
|
+
reactions: string;
|
|
1180
1203
|
replies: string;
|
|
1181
1204
|
reply: string;
|
|
1182
1205
|
"reply-do": string;
|
|
@@ -1265,6 +1288,13 @@ export declare const defaultResources: {
|
|
|
1265
1288
|
};
|
|
1266
1289
|
title: string;
|
|
1267
1290
|
};
|
|
1291
|
+
notifications: {
|
|
1292
|
+
"email-hint": string;
|
|
1293
|
+
notification: {
|
|
1294
|
+
REACTION_TO_MY_COMMENTARIES: string;
|
|
1295
|
+
REPLY_TO_MY_COMMENTARIES: string;
|
|
1296
|
+
};
|
|
1297
|
+
};
|
|
1268
1298
|
};
|
|
1269
1299
|
};
|
|
1270
1300
|
};
|
|
@@ -1325,7 +1355,11 @@ export declare const defaultResources: {
|
|
|
1325
1355
|
"load-older-replies": string;
|
|
1326
1356
|
logout: string;
|
|
1327
1357
|
"logout-hint": string;
|
|
1358
|
+
notification: string;
|
|
1359
|
+
notification_other: string;
|
|
1328
1360
|
options: string;
|
|
1361
|
+
reaction: string;
|
|
1362
|
+
reaction_other: string;
|
|
1329
1363
|
reply: string;
|
|
1330
1364
|
reply_other: string;
|
|
1331
1365
|
"reply-count": string;
|
|
@@ -1801,10 +1835,14 @@ export declare const defaultResources: {
|
|
|
1801
1835
|
lists: string;
|
|
1802
1836
|
message: string;
|
|
1803
1837
|
messages: string;
|
|
1838
|
+
notification: string;
|
|
1839
|
+
notifications: string;
|
|
1804
1840
|
participation: string;
|
|
1805
1841
|
participations: string;
|
|
1806
1842
|
poll: string;
|
|
1807
1843
|
polls: string;
|
|
1844
|
+
reaction: string;
|
|
1845
|
+
reactions: string;
|
|
1808
1846
|
replies: string;
|
|
1809
1847
|
reply: string;
|
|
1810
1848
|
"reply-do": string;
|
|
@@ -1893,6 +1931,13 @@ export declare const defaultResources: {
|
|
|
1893
1931
|
};
|
|
1894
1932
|
title: string;
|
|
1895
1933
|
};
|
|
1934
|
+
notifications: {
|
|
1935
|
+
"email-hint": string;
|
|
1936
|
+
notification: {
|
|
1937
|
+
REACTION_TO_MY_COMMENTARIES: string;
|
|
1938
|
+
REPLY_TO_MY_COMMENTARIES: string;
|
|
1939
|
+
};
|
|
1940
|
+
};
|
|
1896
1941
|
};
|
|
1897
1942
|
};
|
|
1898
1943
|
};
|
|
@@ -1955,7 +2000,11 @@ declare const resources: {
|
|
|
1955
2000
|
"load-older-replies": string;
|
|
1956
2001
|
logout: string;
|
|
1957
2002
|
"logout-hint": string;
|
|
2003
|
+
notification: string;
|
|
2004
|
+
notification_other: string;
|
|
1958
2005
|
options: string;
|
|
2006
|
+
reaction: string;
|
|
2007
|
+
reaction_other: string;
|
|
1959
2008
|
reply: string;
|
|
1960
2009
|
reply_other: string;
|
|
1961
2010
|
"reply-count": string;
|
|
@@ -2436,10 +2485,14 @@ declare const resources: {
|
|
|
2436
2485
|
lists: string;
|
|
2437
2486
|
message: string;
|
|
2438
2487
|
messages: string;
|
|
2488
|
+
notification: string;
|
|
2489
|
+
notifications: string;
|
|
2439
2490
|
participation: string;
|
|
2440
2491
|
participations: string;
|
|
2441
2492
|
poll: string;
|
|
2442
2493
|
polls: string;
|
|
2494
|
+
reaction: string;
|
|
2495
|
+
reactions: string;
|
|
2443
2496
|
replies: string;
|
|
2444
2497
|
reply: string;
|
|
2445
2498
|
"reply-do": string;
|
|
@@ -2528,6 +2581,13 @@ declare const resources: {
|
|
|
2528
2581
|
};
|
|
2529
2582
|
title: string;
|
|
2530
2583
|
};
|
|
2584
|
+
notifications: {
|
|
2585
|
+
"email-hint": string;
|
|
2586
|
+
notification: {
|
|
2587
|
+
REACTION_TO_MY_COMMENTARIES: string;
|
|
2588
|
+
REPLY_TO_MY_COMMENTARIES: string;
|
|
2589
|
+
};
|
|
2590
|
+
};
|
|
2531
2591
|
};
|
|
2532
2592
|
};
|
|
2533
2593
|
};
|
|
@@ -2588,7 +2648,11 @@ declare const resources: {
|
|
|
2588
2648
|
"load-older-replies": string;
|
|
2589
2649
|
logout: string;
|
|
2590
2650
|
"logout-hint": string;
|
|
2651
|
+
notification: string;
|
|
2652
|
+
notification_other: string;
|
|
2591
2653
|
options: string;
|
|
2654
|
+
reaction: string;
|
|
2655
|
+
reaction_other: string;
|
|
2592
2656
|
reply: string;
|
|
2593
2657
|
reply_other: string;
|
|
2594
2658
|
"reply-count": string;
|
|
@@ -3068,10 +3132,14 @@ declare const resources: {
|
|
|
3068
3132
|
lists: string;
|
|
3069
3133
|
message: string;
|
|
3070
3134
|
messages: string;
|
|
3135
|
+
notification: string;
|
|
3136
|
+
notifications: string;
|
|
3071
3137
|
participation: string;
|
|
3072
3138
|
participations: string;
|
|
3073
3139
|
poll: string;
|
|
3074
3140
|
polls: string;
|
|
3141
|
+
reaction: string;
|
|
3142
|
+
reactions: string;
|
|
3075
3143
|
replies: string;
|
|
3076
3144
|
reply: string;
|
|
3077
3145
|
"reply-do": string;
|
|
@@ -3160,6 +3228,13 @@ declare const resources: {
|
|
|
3160
3228
|
};
|
|
3161
3229
|
title: string;
|
|
3162
3230
|
};
|
|
3231
|
+
notifications: {
|
|
3232
|
+
"email-hint": string;
|
|
3233
|
+
notification: {
|
|
3234
|
+
REACTION_TO_MY_COMMENTARIES: string;
|
|
3235
|
+
REPLY_TO_MY_COMMENTARIES: string;
|
|
3236
|
+
};
|
|
3237
|
+
};
|
|
3163
3238
|
};
|
|
3164
3239
|
};
|
|
3165
3240
|
};
|
|
@@ -3220,7 +3295,11 @@ declare const resources: {
|
|
|
3220
3295
|
"load-older-replies": string;
|
|
3221
3296
|
logout: string;
|
|
3222
3297
|
"logout-hint": string;
|
|
3298
|
+
notification: string;
|
|
3299
|
+
notification_other: string;
|
|
3223
3300
|
options: string;
|
|
3301
|
+
reaction: string;
|
|
3302
|
+
reaction_other: string;
|
|
3224
3303
|
reply: string;
|
|
3225
3304
|
reply_other: string;
|
|
3226
3305
|
"reply-count": string;
|
|
@@ -3696,10 +3775,14 @@ declare const resources: {
|
|
|
3696
3775
|
lists: string;
|
|
3697
3776
|
message: string;
|
|
3698
3777
|
messages: string;
|
|
3778
|
+
notification: string;
|
|
3779
|
+
notifications: string;
|
|
3699
3780
|
participation: string;
|
|
3700
3781
|
participations: string;
|
|
3701
3782
|
poll: string;
|
|
3702
3783
|
polls: string;
|
|
3784
|
+
reaction: string;
|
|
3785
|
+
reactions: string;
|
|
3703
3786
|
replies: string;
|
|
3704
3787
|
reply: string;
|
|
3705
3788
|
"reply-do": string;
|
|
@@ -3788,6 +3871,13 @@ declare const resources: {
|
|
|
3788
3871
|
};
|
|
3789
3872
|
title: string;
|
|
3790
3873
|
};
|
|
3874
|
+
notifications: {
|
|
3875
|
+
"email-hint": string;
|
|
3876
|
+
notification: {
|
|
3877
|
+
REACTION_TO_MY_COMMENTARIES: string;
|
|
3878
|
+
REPLY_TO_MY_COMMENTARIES: string;
|
|
3879
|
+
};
|
|
3880
|
+
};
|
|
3791
3881
|
};
|
|
3792
3882
|
};
|
|
3793
3883
|
};
|
|
@@ -20,9 +20,7 @@ export declare const CHIP_VARIANTS: readonly ["filled", "outlined"];
|
|
|
20
20
|
export type ChipVariants = (typeof CHIP_VARIANTS)[number];
|
|
21
21
|
/** Switch */
|
|
22
22
|
export declare const SWITCH_SIZES: readonly ["default", "compact"];
|
|
23
|
-
export declare const SWITCH_LABEL_POSITIONS: readonly ["left", "right"];
|
|
24
23
|
export type SwitchSizes = (typeof SWITCH_SIZES)[number];
|
|
25
|
-
export type SwitchLabelPositions = (typeof SWITCH_LABEL_POSITIONS)[number];
|
|
26
24
|
/** Typography */
|
|
27
25
|
export declare const TYPOGRAPHY_VARIANTS: readonly ["p", "h1", "h2", "h3", "h4", "h5", "span", "div"];
|
|
28
26
|
export type TypographyVariants = (typeof TYPOGRAPHY_VARIANTS)[number];
|