@cometchat/chat-uikit-react 5.0.3 → 5.0.5
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.
- package/dist/assets/missedCallIcon.svg +10 -0
- package/dist/index.d.ts +330 -309
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles/CometChatAudioBubble.css +1 -0
- package/dist/styles/CometChatCallLogs.css +2 -2
- package/dist/styles/CometChatMessageInformation.css +3 -1
- package/dist/styles/CometChatMessageList.css +5 -2
- package/dist/styles/CometChatOutgoingCall.css +1 -1
- package/dist/styles/PollsBubble.css +5 -0
- package/dist/styles/StickersKeyboard.css +0 -6
- package/dist/styles/components/CometChatAudioBubble.css +1 -0
- package/dist/styles/components/CometChatCallLogs.css +2 -2
- package/dist/styles/components/CometChatMessageInformation.css +3 -1
- package/dist/styles/components/CometChatMessageList.css +5 -2
- package/dist/styles/components/CometChatOutgoingCall.css +1 -1
- package/dist/styles/components/PollsBubble.css +5 -0
- package/dist/styles/components/StickersKeyboard.css +0 -6
- package/dist/styles/components/index.css +3 -0
- package/dist/styles/index.css +3 -0
- package/dist/types/CometChatUIKit/CometChatUIKitUtility.d.ts +0 -1
- package/dist/types/components/BaseComponents/CometChatAudioBubble/src/webaudio.d.ts +2 -2
- package/dist/types/components/BaseComponents/CometChatContextMenu/CometChatContextMenu.d.ts +2 -0
- package/dist/types/components/BaseComponents/CometChatEmojiKeyboard/useCometChatEmojiKeyboard.d.ts +0 -1
- package/dist/types/components/BaseComponents/CometChatListItem/useCometChatListItem.d.ts +9 -6
- package/dist/types/components/BaseComponents/CometChatMessageBubble/CometChatMessageBubble.d.ts +0 -1
- package/dist/types/components/BaseComponents/CometChatPopover/CometChatPopover.d.ts +2 -0
- package/dist/types/components/Calling/CometChatCallLogs/CometChatCallLogs.d.ts +0 -1
- package/dist/types/components/Calling/CometChatIncomingCall/CometChatIncomingCall.d.ts +0 -1
- package/dist/types/components/Calling/CometChatOutgoingCall/CometChatOutgoingCall.d.ts +0 -1
- package/dist/types/components/Calling/OutgoingCallConfiguration.d.ts +0 -1
- package/dist/types/components/CometChatConversations/controller.d.ts +0 -1
- package/dist/types/components/CometChatMessageList/CometChatMessageList.d.ts +0 -1
- package/dist/types/components/CometChatThreadedMessagePreview/CometChatThreadedMessagePreview.d.ts +0 -1
- package/dist/types/components/CometChatUserMemberWrapper/CometChatUserMemberWrapper.d.ts +0 -1
- package/dist/types/components/CometChatUsers/controller.d.ts +0 -1
- package/dist/types/components/Extensions/Stickers/StickersExtensionDecorator.d.ts +0 -1
- package/dist/types/components/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +0 -1
- package/dist/types/constants/CometChatUIKitConstants.d.ts +5 -1
- package/dist/types/events/CometChatMessageEvents.d.ts +4 -0
- package/dist/types/modals/CometChatActionsView.d.ts +0 -1
- package/dist/types/modals/CometChatMessageTemplate.d.ts +0 -1
- package/dist/types/resources/CometChatLocalize/cometchat-localize.d.ts +251 -269
- package/dist/types/utils/DataSource.d.ts +9 -1
- package/dist/types/utils/DataSourceDecorator.d.ts +9 -1
- package/dist/types/utils/MessagesDataSource.d.ts +10 -3
- package/dist/types/utils/util.d.ts +1 -0
- package/package.json +8 -4
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import * as React from 'react';
|
|
|
2
2
|
import React__default, { JSX as JSX$1, ReactNode, FC } from 'react';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import * as _cometchat_chat_sdk_javascript from '@cometchat/chat-sdk-javascript';
|
|
5
|
-
import { CometChat as CometChat$1 } from '@cometchat/chat-sdk-javascript';
|
|
6
5
|
import { Subject } from 'rxjs';
|
|
7
6
|
|
|
8
7
|
/**
|
|
@@ -395,28 +394,13 @@ declare class CometChatLocalize {
|
|
|
395
394
|
}>;
|
|
396
395
|
static translations: {
|
|
397
396
|
ar: {
|
|
398
|
-
INCOMING_CALL: string;
|
|
399
|
-
OUTGOING_CALL: string;
|
|
400
|
-
CALL_REJECTED: string;
|
|
401
|
-
CALL_ANSWERED: string;
|
|
402
|
-
CALL_CANCELLED: string;
|
|
403
|
-
MISSED_CALL: string;
|
|
404
|
-
CALL_UNANSWERED: string;
|
|
405
397
|
INFO: string;
|
|
406
398
|
REACT: string;
|
|
407
399
|
EDIT: string;
|
|
408
|
-
CONVERSATION_DELETED: string;
|
|
409
400
|
MESSAGE_PRIVATELY: string;
|
|
410
401
|
TRANSLATE: string;
|
|
411
402
|
USERS: string;
|
|
412
403
|
CHATS: string;
|
|
413
|
-
LAST_SEEN: string;
|
|
414
|
-
AT: string;
|
|
415
|
-
WRONG_FILE_TYPE: string;
|
|
416
|
-
MESSAGE_COPIED: string;
|
|
417
|
-
MESSAGE_EDITED: string;
|
|
418
|
-
MESSAGE_DELETED_TEXT: string;
|
|
419
|
-
MESSAGE_TRANSLATED: string;
|
|
420
404
|
SEARCH_EMOJI: string;
|
|
421
405
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
422
406
|
GROUPS: string;
|
|
@@ -438,6 +422,7 @@ declare class CometChatLocalize {
|
|
|
438
422
|
CONVERSATIONS: string;
|
|
439
423
|
CONVERSATION_LIST: string;
|
|
440
424
|
MESSAGES: string;
|
|
425
|
+
WRONG_FILE_TYPE: string;
|
|
441
426
|
MESSAGE_HEADER: string;
|
|
442
427
|
MESSAGE_LIST: string;
|
|
443
428
|
MESSAGE_COMPOSER: string;
|
|
@@ -482,6 +467,7 @@ declare class CometChatLocalize {
|
|
|
482
467
|
MORE_TIMES: string;
|
|
483
468
|
MISSED_VOICE_CALL: string;
|
|
484
469
|
MEET_WITH: string;
|
|
470
|
+
CONVERSATION_DELETED: string;
|
|
485
471
|
MEETING_SCHEDULER: string;
|
|
486
472
|
MISSED_VIDEO_CALL: string;
|
|
487
473
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -542,6 +528,10 @@ declare class CometChatLocalize {
|
|
|
542
528
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
543
529
|
THIS_MESSAGE_DELETED: string;
|
|
544
530
|
MESSAGE_IS_DELETED: string;
|
|
531
|
+
MESSAGE_COPIED: string;
|
|
532
|
+
MESSAGE_EDITED: string;
|
|
533
|
+
MESSAGE_DELETED_TEXT: string;
|
|
534
|
+
MESSAGE_TRANSLATED: string;
|
|
545
535
|
VIEW_ON_YOUTUBE: string;
|
|
546
536
|
SEARCH: string;
|
|
547
537
|
ERROR: string;
|
|
@@ -554,6 +544,13 @@ declare class CometChatLocalize {
|
|
|
554
544
|
INCOMING_VIDEO_CALL: string;
|
|
555
545
|
DECLINE: string;
|
|
556
546
|
ACCEPT: string;
|
|
547
|
+
INCOMING_CALL: string;
|
|
548
|
+
OUTGOING_CALL: string;
|
|
549
|
+
CALL_REJECTED: string;
|
|
550
|
+
CALL_ANSWERED: string;
|
|
551
|
+
CALL_CANCELLED: string;
|
|
552
|
+
MISSED_CALL: string;
|
|
553
|
+
CALL_UNANSWERED: string;
|
|
557
554
|
CALL_INITIATED: string;
|
|
558
555
|
OUTGOING_AUDIO_CALL: string;
|
|
559
556
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -623,6 +620,8 @@ declare class CometChatLocalize {
|
|
|
623
620
|
CHANGE_SCOPE: string;
|
|
624
621
|
STICKER: string;
|
|
625
622
|
LAST_ACTIVE_AT: string;
|
|
623
|
+
LAST_SEEN: string;
|
|
624
|
+
AT: string;
|
|
626
625
|
VOICE_CALL: string;
|
|
627
626
|
VIEW_DETAIL: string;
|
|
628
627
|
VOTES: string;
|
|
@@ -677,10 +676,10 @@ declare class CometChatLocalize {
|
|
|
677
676
|
ONGOING_CALL: string;
|
|
678
677
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
679
678
|
RESIZE: string;
|
|
680
|
-
SETTINGS: string;
|
|
681
|
-
ACTIONS: string;
|
|
682
679
|
READ_MORE: string;
|
|
683
680
|
SHOW_LESS: string;
|
|
681
|
+
SETTINGS: string;
|
|
682
|
+
ACTIONS: string;
|
|
684
683
|
VIEW_PROFILE: string;
|
|
685
684
|
SEND_MESSAGE_IN_PRIVATE: string;
|
|
686
685
|
DELETE: string;
|
|
@@ -777,7 +776,7 @@ declare class CometChatLocalize {
|
|
|
777
776
|
NO_CONVERSATIONS: string;
|
|
778
777
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
779
778
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
780
|
-
OOPS: string;
|
|
779
|
+
"OOPS!": string;
|
|
781
780
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
782
781
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
783
782
|
REACHED_MAX_LIMIT: string;
|
|
@@ -786,33 +785,20 @@ declare class CometChatLocalize {
|
|
|
786
785
|
NO_USERS_FOUND: string;
|
|
787
786
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
788
787
|
SAVE: string;
|
|
788
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
789
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
789
790
|
};
|
|
790
791
|
de: {
|
|
791
|
-
INCOMING_CALL: string;
|
|
792
|
-
OUTGOING_CALL: string;
|
|
793
|
-
CALL_REJECTED: string;
|
|
794
|
-
CALL_ANSWERED: string;
|
|
795
|
-
CALL_CANCELLED: string;
|
|
796
|
-
MISSED_CALL: string;
|
|
797
|
-
CALL_UNANSWERED: string;
|
|
798
792
|
INFO: string;
|
|
799
793
|
REACT: string;
|
|
800
794
|
EDIT: string;
|
|
801
795
|
MESSAGE_PRIVATELY: string;
|
|
802
796
|
TRANSLATE: string;
|
|
803
797
|
USERS: string;
|
|
804
|
-
CONVERSATION_DELETED: string;
|
|
805
|
-
MESSAGE_COPIED: string;
|
|
806
|
-
MESSAGE_EDITED: string;
|
|
807
|
-
MESSAGE_DELETED_TEXT: string;
|
|
808
|
-
MESSAGE_TRANSLATED: string;
|
|
809
798
|
CHATS: string;
|
|
810
|
-
LAST_SEEN: string;
|
|
811
|
-
AT: string;
|
|
812
799
|
SEARCH_EMOJI: string;
|
|
813
800
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
814
801
|
GROUPS: string;
|
|
815
|
-
WRONG_FILE_TYPE: string;
|
|
816
802
|
SHARED: string;
|
|
817
803
|
SOUND_MANAGER: string;
|
|
818
804
|
THEME: string;
|
|
@@ -831,6 +817,7 @@ declare class CometChatLocalize {
|
|
|
831
817
|
CONVERSATIONS: string;
|
|
832
818
|
CONVERSATION_LIST: string;
|
|
833
819
|
MESSAGES: string;
|
|
820
|
+
WRONG_FILE_TYPE: string;
|
|
834
821
|
MESSAGE_HEADER: string;
|
|
835
822
|
MESSAGE_LIST: string;
|
|
836
823
|
MESSAGE_COMPOSER: string;
|
|
@@ -875,6 +862,7 @@ declare class CometChatLocalize {
|
|
|
875
862
|
MORE_TIMES: string;
|
|
876
863
|
MISSED_VOICE_CALL: string;
|
|
877
864
|
MEET_WITH: string;
|
|
865
|
+
CONVERSATION_DELETED: string;
|
|
878
866
|
MEETING_SCHEDULER: string;
|
|
879
867
|
MISSED_VIDEO_CALL: string;
|
|
880
868
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -910,10 +898,6 @@ declare class CometChatLocalize {
|
|
|
910
898
|
ADD_MEMBERS: string;
|
|
911
899
|
SEND_MESSAGE: string;
|
|
912
900
|
UNBLOCK_USER: string;
|
|
913
|
-
/**
|
|
914
|
-
* Returns rtl or ltr based on the active language
|
|
915
|
-
* @returns {String} the direction of the active langauge
|
|
916
|
-
*/
|
|
917
901
|
BLOCK_USER: string;
|
|
918
902
|
DELETE_AND_EXIT: string;
|
|
919
903
|
LEAVE_GROUP: string;
|
|
@@ -939,6 +923,10 @@ declare class CometChatLocalize {
|
|
|
939
923
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
940
924
|
THIS_MESSAGE_DELETED: string;
|
|
941
925
|
MESSAGE_IS_DELETED: string;
|
|
926
|
+
MESSAGE_COPIED: string;
|
|
927
|
+
MESSAGE_EDITED: string;
|
|
928
|
+
MESSAGE_DELETED_TEXT: string;
|
|
929
|
+
MESSAGE_TRANSLATED: string;
|
|
942
930
|
VIEW_ON_YOUTUBE: string;
|
|
943
931
|
SEARCH: string;
|
|
944
932
|
ERROR: string;
|
|
@@ -951,6 +939,13 @@ declare class CometChatLocalize {
|
|
|
951
939
|
INCOMING_VIDEO_CALL: string;
|
|
952
940
|
DECLINE: string;
|
|
953
941
|
ACCEPT: string;
|
|
942
|
+
INCOMING_CALL: string;
|
|
943
|
+
OUTGOING_CALL: string;
|
|
944
|
+
CALL_REJECTED: string;
|
|
945
|
+
CALL_ANSWERED: string;
|
|
946
|
+
CALL_CANCELLED: string;
|
|
947
|
+
MISSED_CALL: string;
|
|
948
|
+
CALL_UNANSWERED: string;
|
|
954
949
|
CALL_INITIATED: string;
|
|
955
950
|
OUTGOING_AUDIO_CALL: string;
|
|
956
951
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -1020,6 +1015,8 @@ declare class CometChatLocalize {
|
|
|
1020
1015
|
CHANGE_SCOPE: string;
|
|
1021
1016
|
STICKER: string;
|
|
1022
1017
|
LAST_ACTIVE_AT: string;
|
|
1018
|
+
LAST_SEEN: string;
|
|
1019
|
+
AT: string;
|
|
1023
1020
|
VOICE_CALL: string;
|
|
1024
1021
|
VIEW_DETAIL: string;
|
|
1025
1022
|
VOTES: string;
|
|
@@ -1174,7 +1171,7 @@ declare class CometChatLocalize {
|
|
|
1174
1171
|
NO_CONVERSATIONS: string;
|
|
1175
1172
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
1176
1173
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
1177
|
-
OOPS: string;
|
|
1174
|
+
"OOPS!": string;
|
|
1178
1175
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
1179
1176
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
1180
1177
|
REACHED_MAX_LIMIT: string;
|
|
@@ -1183,6 +1180,8 @@ declare class CometChatLocalize {
|
|
|
1183
1180
|
NO_USERS_FOUND: string;
|
|
1184
1181
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
1185
1182
|
SAVE: string;
|
|
1183
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
1184
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
1186
1185
|
};
|
|
1187
1186
|
en: {
|
|
1188
1187
|
INFO: string;
|
|
@@ -1290,11 +1289,7 @@ declare class CometChatLocalize {
|
|
|
1290
1289
|
TYPING: string;
|
|
1291
1290
|
IS_TYPING: string;
|
|
1292
1291
|
CLOSE: string;
|
|
1293
|
-
ENTER_GROUP_NAME: string;
|
|
1294
|
-
* Accepts the string to localize and return the localized string
|
|
1295
|
-
* @param {String} str
|
|
1296
|
-
* @returns {String} localized str
|
|
1297
|
-
*/
|
|
1292
|
+
ENTER_GROUP_NAME: string;
|
|
1298
1293
|
ADD_MEMBERS: string;
|
|
1299
1294
|
SEND_MESSAGE: string;
|
|
1300
1295
|
UNBLOCK_USER: string;
|
|
@@ -1580,31 +1575,18 @@ declare class CometChatLocalize {
|
|
|
1580
1575
|
NO_USERS_FOUND: string;
|
|
1581
1576
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
1582
1577
|
SAVE: string;
|
|
1578
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
1579
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
1583
1580
|
};
|
|
1584
1581
|
es: {
|
|
1585
|
-
INCOMING_CALL: string;
|
|
1586
|
-
OUTGOING_CALL: string;
|
|
1587
|
-
CALL_REJECTED: string;
|
|
1588
|
-
CALL_ANSWERED: string;
|
|
1589
|
-
CALL_CANCELLED: string;
|
|
1590
|
-
MISSED_CALL: string;
|
|
1591
|
-
CALL_UNANSWERED: string;
|
|
1592
1582
|
INFO: string;
|
|
1593
1583
|
REACT: string;
|
|
1594
1584
|
EDIT: string;
|
|
1595
1585
|
MESSAGE_PRIVATELY: string;
|
|
1596
|
-
CONVERSATION_DELETED: string;
|
|
1597
|
-
MESSAGE_COPIED: string;
|
|
1598
|
-
MESSAGE_EDITED: string;
|
|
1599
|
-
MESSAGE_DELETED_TEXT: string;
|
|
1600
|
-
MESSAGE_TRANSLATED: string;
|
|
1601
1586
|
TRANSLATE: string;
|
|
1602
|
-
LAST_SEEN: string;
|
|
1603
|
-
AT: string;
|
|
1604
1587
|
USERS: string;
|
|
1605
1588
|
CHATS: string;
|
|
1606
1589
|
SEARCH_EMOJI: string;
|
|
1607
|
-
WRONG_FILE_TYPE: string;
|
|
1608
1590
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
1609
1591
|
GROUPS: string;
|
|
1610
1592
|
SHARED: string;
|
|
@@ -1625,6 +1607,7 @@ declare class CometChatLocalize {
|
|
|
1625
1607
|
CONVERSATIONS: string;
|
|
1626
1608
|
CONVERSATION_LIST: string;
|
|
1627
1609
|
MESSAGES: string;
|
|
1610
|
+
WRONG_FILE_TYPE: string;
|
|
1628
1611
|
MESSAGE_HEADER: string;
|
|
1629
1612
|
MESSAGE_LIST: string;
|
|
1630
1613
|
MESSAGE_COMPOSER: string;
|
|
@@ -1669,6 +1652,7 @@ declare class CometChatLocalize {
|
|
|
1669
1652
|
MORE_TIMES: string;
|
|
1670
1653
|
MISSED_VOICE_CALL: string;
|
|
1671
1654
|
MEET_WITH: string;
|
|
1655
|
+
CONVERSATION_DELETED: string;
|
|
1672
1656
|
MEETING_SCHEDULER: string;
|
|
1673
1657
|
MISSED_VIDEO_CALL: string;
|
|
1674
1658
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -1729,6 +1713,10 @@ declare class CometChatLocalize {
|
|
|
1729
1713
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
1730
1714
|
THIS_MESSAGE_DELETED: string;
|
|
1731
1715
|
MESSAGE_IS_DELETED: string;
|
|
1716
|
+
MESSAGE_COPIED: string;
|
|
1717
|
+
MESSAGE_EDITED: string;
|
|
1718
|
+
MESSAGE_DELETED_TEXT: string;
|
|
1719
|
+
MESSAGE_TRANSLATED: string;
|
|
1732
1720
|
VIEW_ON_YOUTUBE: string;
|
|
1733
1721
|
SEARCH: string;
|
|
1734
1722
|
ERROR: string;
|
|
@@ -1741,6 +1729,13 @@ declare class CometChatLocalize {
|
|
|
1741
1729
|
INCOMING_VIDEO_CALL: string;
|
|
1742
1730
|
DECLINE: string;
|
|
1743
1731
|
ACCEPT: string;
|
|
1732
|
+
INCOMING_CALL: string;
|
|
1733
|
+
OUTGOING_CALL: string;
|
|
1734
|
+
CALL_REJECTED: string;
|
|
1735
|
+
CALL_ANSWERED: string;
|
|
1736
|
+
CALL_CANCELLED: string;
|
|
1737
|
+
MISSED_CALL: string;
|
|
1738
|
+
CALL_UNANSWERED: string;
|
|
1744
1739
|
CALL_INITIATED: string;
|
|
1745
1740
|
OUTGOING_AUDIO_CALL: string;
|
|
1746
1741
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -1810,6 +1805,8 @@ declare class CometChatLocalize {
|
|
|
1810
1805
|
CHANGE_SCOPE: string;
|
|
1811
1806
|
STICKER: string;
|
|
1812
1807
|
LAST_ACTIVE_AT: string;
|
|
1808
|
+
LAST_SEEN: string;
|
|
1809
|
+
AT: string;
|
|
1813
1810
|
VOICE_CALL: string;
|
|
1814
1811
|
VIEW_DETAIL: string;
|
|
1815
1812
|
VOTES: string;
|
|
@@ -1837,8 +1834,6 @@ declare class CometChatLocalize {
|
|
|
1837
1834
|
OBJECTS: string;
|
|
1838
1835
|
SYMBOLS: string;
|
|
1839
1836
|
FLAGS: string;
|
|
1840
|
-
READ_MORE: string;
|
|
1841
|
-
SHOW_LESS: string;
|
|
1842
1837
|
SENT: string;
|
|
1843
1838
|
SEEN: string;
|
|
1844
1839
|
DELIVERED: string;
|
|
@@ -1866,6 +1861,8 @@ declare class CometChatLocalize {
|
|
|
1866
1861
|
ONGOING_CALL: string;
|
|
1867
1862
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
1868
1863
|
RESIZE: string;
|
|
1864
|
+
READ_MORE: string;
|
|
1865
|
+
SHOW_LESS: string;
|
|
1869
1866
|
SETTINGS: string;
|
|
1870
1867
|
ACTIONS: string;
|
|
1871
1868
|
VIEW_PROFILE: string;
|
|
@@ -1964,7 +1961,7 @@ declare class CometChatLocalize {
|
|
|
1964
1961
|
NO_CONVERSATIONS: string;
|
|
1965
1962
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
1966
1963
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
1967
|
-
OOPS: string;
|
|
1964
|
+
"OOPS!": string;
|
|
1968
1965
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
1969
1966
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
1970
1967
|
REACHED_MAX_LIMIT: string;
|
|
@@ -1973,33 +1970,20 @@ declare class CometChatLocalize {
|
|
|
1973
1970
|
NO_USERS_FOUND: string;
|
|
1974
1971
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
1975
1972
|
SAVE: string;
|
|
1973
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
1974
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
1976
1975
|
};
|
|
1977
1976
|
fr: {
|
|
1978
|
-
INCOMING_CALL: string;
|
|
1979
|
-
OUTGOING_CALL: string;
|
|
1980
|
-
CALL_REJECTED: string;
|
|
1981
|
-
CALL_ANSWERED: string;
|
|
1982
|
-
CALL_CANCELLED: string;
|
|
1983
|
-
MISSED_CALL: string;
|
|
1984
|
-
CALL_UNANSWERED: string;
|
|
1985
1977
|
INFO: string;
|
|
1986
1978
|
REACT: string;
|
|
1987
1979
|
EDIT: string;
|
|
1988
1980
|
MESSAGE_PRIVATELY: string;
|
|
1989
1981
|
TRANSLATE: string;
|
|
1990
|
-
CONVERSATION_DELETED: string;
|
|
1991
|
-
MESSAGE_COPIED: string;
|
|
1992
|
-
MESSAGE_EDITED: string;
|
|
1993
|
-
MESSAGE_DELETED_TEXT: string;
|
|
1994
|
-
MESSAGE_TRANSLATED: string;
|
|
1995
1982
|
USERS: string;
|
|
1996
1983
|
CHATS: string;
|
|
1997
|
-
LAST_SEEN: string;
|
|
1998
|
-
AT: string;
|
|
1999
1984
|
SEARCH_EMOJI: string;
|
|
2000
1985
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
2001
1986
|
GROUPS: string;
|
|
2002
|
-
WRONG_FILE_TYPE: string; /**Properties and constants */
|
|
2003
1987
|
SHARED: string;
|
|
2004
1988
|
SOUND_MANAGER: string;
|
|
2005
1989
|
THEME: string;
|
|
@@ -2018,6 +2002,7 @@ declare class CometChatLocalize {
|
|
|
2018
2002
|
CONVERSATIONS: string;
|
|
2019
2003
|
CONVERSATION_LIST: string;
|
|
2020
2004
|
MESSAGES: string;
|
|
2005
|
+
WRONG_FILE_TYPE: string;
|
|
2021
2006
|
MESSAGE_HEADER: string;
|
|
2022
2007
|
MESSAGE_LIST: string;
|
|
2023
2008
|
MESSAGE_COMPOSER: string;
|
|
@@ -2062,13 +2047,12 @@ declare class CometChatLocalize {
|
|
|
2062
2047
|
MORE_TIMES: string;
|
|
2063
2048
|
MISSED_VOICE_CALL: string;
|
|
2064
2049
|
MEET_WITH: string;
|
|
2050
|
+
CONVERSATION_DELETED: string;
|
|
2065
2051
|
MEETING_SCHEDULER: string;
|
|
2066
2052
|
MISSED_VIDEO_CALL: string;
|
|
2067
2053
|
CUSTOM_MESSAGE_POLL: string;
|
|
2068
2054
|
CUSTOM_MESSAGE_STICKER: string;
|
|
2069
|
-
CUSTOM_MESSAGE_DOCUMENT: string;
|
|
2070
|
-
* Sets the default lannguage if no language is passed in init method
|
|
2071
|
-
*/
|
|
2055
|
+
CUSTOM_MESSAGE_DOCUMENT: string;
|
|
2072
2056
|
CUSTOM_MESSAGE_WHITEBOARD: string;
|
|
2073
2057
|
ONLINE: string;
|
|
2074
2058
|
ADMINISTRATOR: string;
|
|
@@ -2124,6 +2108,10 @@ declare class CometChatLocalize {
|
|
|
2124
2108
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
2125
2109
|
THIS_MESSAGE_DELETED: string;
|
|
2126
2110
|
MESSAGE_IS_DELETED: string;
|
|
2111
|
+
MESSAGE_COPIED: string;
|
|
2112
|
+
MESSAGE_EDITED: string;
|
|
2113
|
+
MESSAGE_DELETED_TEXT: string;
|
|
2114
|
+
MESSAGE_TRANSLATED: string;
|
|
2127
2115
|
VIEW_ON_YOUTUBE: string;
|
|
2128
2116
|
SEARCH: string;
|
|
2129
2117
|
ERROR: string;
|
|
@@ -2136,6 +2124,13 @@ declare class CometChatLocalize {
|
|
|
2136
2124
|
INCOMING_VIDEO_CALL: string;
|
|
2137
2125
|
DECLINE: string;
|
|
2138
2126
|
ACCEPT: string;
|
|
2127
|
+
INCOMING_CALL: string;
|
|
2128
|
+
OUTGOING_CALL: string;
|
|
2129
|
+
CALL_REJECTED: string;
|
|
2130
|
+
CALL_ANSWERED: string;
|
|
2131
|
+
CALL_CANCELLED: string;
|
|
2132
|
+
MISSED_CALL: string;
|
|
2133
|
+
CALL_UNANSWERED: string;
|
|
2139
2134
|
CALL_INITIATED: string;
|
|
2140
2135
|
OUTGOING_AUDIO_CALL: string;
|
|
2141
2136
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -2205,6 +2200,8 @@ declare class CometChatLocalize {
|
|
|
2205
2200
|
CHANGE_SCOPE: string;
|
|
2206
2201
|
STICKER: string;
|
|
2207
2202
|
LAST_ACTIVE_AT: string;
|
|
2203
|
+
LAST_SEEN: string;
|
|
2204
|
+
AT: string;
|
|
2208
2205
|
VOICE_CALL: string;
|
|
2209
2206
|
VIEW_DETAIL: string;
|
|
2210
2207
|
VOTES: string;
|
|
@@ -2259,10 +2256,10 @@ declare class CometChatLocalize {
|
|
|
2259
2256
|
ONGOING_CALL: string;
|
|
2260
2257
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
2261
2258
|
RESIZE: string;
|
|
2262
|
-
SETTINGS: string;
|
|
2263
|
-
ACTIONS: string;
|
|
2264
2259
|
READ_MORE: string;
|
|
2265
2260
|
SHOW_LESS: string;
|
|
2261
|
+
SETTINGS: string;
|
|
2262
|
+
ACTIONS: string;
|
|
2266
2263
|
VIEW_PROFILE: string;
|
|
2267
2264
|
SEND_MESSAGE_IN_PRIVATE: string;
|
|
2268
2265
|
DELETE: string;
|
|
@@ -2359,7 +2356,7 @@ declare class CometChatLocalize {
|
|
|
2359
2356
|
NO_CONVERSATIONS: string;
|
|
2360
2357
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
2361
2358
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
2362
|
-
OOPS: string;
|
|
2359
|
+
"OOPS!": string;
|
|
2363
2360
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
2364
2361
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
2365
2362
|
REACHED_MAX_LIMIT: string;
|
|
@@ -2368,33 +2365,20 @@ declare class CometChatLocalize {
|
|
|
2368
2365
|
NO_USERS_FOUND: string;
|
|
2369
2366
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
2370
2367
|
SAVE: string;
|
|
2368
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
2369
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
2371
2370
|
};
|
|
2372
2371
|
hi: {
|
|
2373
|
-
INCOMING_CALL: string;
|
|
2374
|
-
OUTGOING_CALL: string;
|
|
2375
|
-
CALL_REJECTED: string;
|
|
2376
|
-
CALL_ANSWERED: string;
|
|
2377
|
-
CALL_CANCELLED: string;
|
|
2378
|
-
MISSED_CALL: string;
|
|
2379
|
-
CALL_UNANSWERED: string;
|
|
2380
2372
|
INFO: string;
|
|
2381
2373
|
REACT: string;
|
|
2382
2374
|
EDIT: string;
|
|
2383
|
-
CONVERSATION_DELETED: string;
|
|
2384
|
-
MESSAGE_COPIED: string;
|
|
2385
|
-
MESSAGE_EDITED: string;
|
|
2386
|
-
MESSAGE_DELETED_TEXT: string;
|
|
2387
|
-
MESSAGE_TRANSLATED: string;
|
|
2388
2375
|
MESSAGE_PRIVATELY: string;
|
|
2389
2376
|
TRANSLATE: string;
|
|
2390
2377
|
USERS: string;
|
|
2391
2378
|
CHATS: string;
|
|
2392
|
-
LAST_SEEN: string;
|
|
2393
|
-
AT: string;
|
|
2394
2379
|
SEARCH_EMOJI: string;
|
|
2395
2380
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
2396
2381
|
GROUPS: string;
|
|
2397
|
-
WRONG_FILE_TYPE: string;
|
|
2398
2382
|
SHARED: string;
|
|
2399
2383
|
SOUND_MANAGER: string;
|
|
2400
2384
|
THEME: string;
|
|
@@ -2413,6 +2397,7 @@ declare class CometChatLocalize {
|
|
|
2413
2397
|
CONVERSATIONS: string;
|
|
2414
2398
|
CONVERSATION_LIST: string;
|
|
2415
2399
|
MESSAGES: string;
|
|
2400
|
+
WRONG_FILE_TYPE: string;
|
|
2416
2401
|
MESSAGE_HEADER: string;
|
|
2417
2402
|
MESSAGE_LIST: string;
|
|
2418
2403
|
MESSAGE_COMPOSER: string;
|
|
@@ -2457,6 +2442,7 @@ declare class CometChatLocalize {
|
|
|
2457
2442
|
MORE_TIMES: string;
|
|
2458
2443
|
MISSED_VOICE_CALL: string;
|
|
2459
2444
|
MEET_WITH: string;
|
|
2445
|
+
CONVERSATION_DELETED: string;
|
|
2460
2446
|
MEETING_SCHEDULER: string;
|
|
2461
2447
|
MISSED_VIDEO_CALL: string;
|
|
2462
2448
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -2477,9 +2463,7 @@ declare class CometChatLocalize {
|
|
|
2477
2463
|
MEMBER: string;
|
|
2478
2464
|
EDITED: string;
|
|
2479
2465
|
TODAY: string;
|
|
2480
|
-
YESTERDAY: string;
|
|
2481
|
-
* Sets the default lannguage if no language is passed in init method
|
|
2482
|
-
*/
|
|
2466
|
+
YESTERDAY: string;
|
|
2483
2467
|
SUNDAY: string;
|
|
2484
2468
|
MONDAY: string;
|
|
2485
2469
|
TUESDAY: string;
|
|
@@ -2519,6 +2503,10 @@ declare class CometChatLocalize {
|
|
|
2519
2503
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
2520
2504
|
THIS_MESSAGE_DELETED: string;
|
|
2521
2505
|
MESSAGE_IS_DELETED: string;
|
|
2506
|
+
MESSAGE_COPIED: string;
|
|
2507
|
+
MESSAGE_EDITED: string;
|
|
2508
|
+
MESSAGE_DELETED_TEXT: string;
|
|
2509
|
+
MESSAGE_TRANSLATED: string;
|
|
2522
2510
|
VIEW_ON_YOUTUBE: string;
|
|
2523
2511
|
SEARCH: string;
|
|
2524
2512
|
ERROR: string;
|
|
@@ -2531,6 +2519,13 @@ declare class CometChatLocalize {
|
|
|
2531
2519
|
INCOMING_VIDEO_CALL: string;
|
|
2532
2520
|
DECLINE: string;
|
|
2533
2521
|
ACCEPT: string;
|
|
2522
|
+
INCOMING_CALL: string;
|
|
2523
|
+
OUTGOING_CALL: string;
|
|
2524
|
+
CALL_REJECTED: string;
|
|
2525
|
+
CALL_ANSWERED: string;
|
|
2526
|
+
CALL_CANCELLED: string;
|
|
2527
|
+
MISSED_CALL: string;
|
|
2528
|
+
CALL_UNANSWERED: string;
|
|
2534
2529
|
CALL_INITIATED: string;
|
|
2535
2530
|
OUTGOING_AUDIO_CALL: string;
|
|
2536
2531
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -2600,6 +2595,8 @@ declare class CometChatLocalize {
|
|
|
2600
2595
|
CHANGE_SCOPE: string;
|
|
2601
2596
|
STICKER: string;
|
|
2602
2597
|
LAST_ACTIVE_AT: string;
|
|
2598
|
+
LAST_SEEN: string;
|
|
2599
|
+
AT: string;
|
|
2603
2600
|
VOICE_CALL: string;
|
|
2604
2601
|
VIEW_DETAIL: string;
|
|
2605
2602
|
VOTES: string;
|
|
@@ -2654,11 +2651,11 @@ declare class CometChatLocalize {
|
|
|
2654
2651
|
ONGOING_CALL: string;
|
|
2655
2652
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
2656
2653
|
RESIZE: string;
|
|
2654
|
+
READ_MORE: string;
|
|
2655
|
+
SHOW_LESS: string;
|
|
2657
2656
|
SETTINGS: string;
|
|
2658
2657
|
ACTIONS: string;
|
|
2659
2658
|
VIEW_PROFILE: string;
|
|
2660
|
-
READ_MORE: string;
|
|
2661
|
-
SHOW_LESS: string;
|
|
2662
2659
|
SEND_MESSAGE_IN_PRIVATE: string;
|
|
2663
2660
|
DELETE: string;
|
|
2664
2661
|
DELETE_CONFIRM: string;
|
|
@@ -2754,7 +2751,7 @@ declare class CometChatLocalize {
|
|
|
2754
2751
|
NO_CONVERSATIONS: string;
|
|
2755
2752
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
2756
2753
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
2757
|
-
OOPS: string;
|
|
2754
|
+
"OOPS!": string;
|
|
2758
2755
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
2759
2756
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
2760
2757
|
REACHED_MAX_LIMIT: string;
|
|
@@ -2763,15 +2760,10 @@ declare class CometChatLocalize {
|
|
|
2763
2760
|
NO_USERS_FOUND: string;
|
|
2764
2761
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
2765
2762
|
SAVE: string;
|
|
2763
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
2764
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
2766
2765
|
};
|
|
2767
2766
|
ms: {
|
|
2768
|
-
INCOMING_CALL: string;
|
|
2769
|
-
OUTGOING_CALL: string;
|
|
2770
|
-
CALL_REJECTED: string;
|
|
2771
|
-
CALL_ANSWERED: string;
|
|
2772
|
-
CALL_CANCELLED: string;
|
|
2773
|
-
MISSED_CALL: string;
|
|
2774
|
-
CALL_UNANSWERED: string;
|
|
2775
2767
|
INFO: string;
|
|
2776
2768
|
REACT: string;
|
|
2777
2769
|
EDIT: string;
|
|
@@ -2779,19 +2771,10 @@ declare class CometChatLocalize {
|
|
|
2779
2771
|
TRANSLATE: string;
|
|
2780
2772
|
USERS: string;
|
|
2781
2773
|
CHATS: string;
|
|
2782
|
-
LAST_SEEN: string;
|
|
2783
|
-
AT: string;
|
|
2784
|
-
CONVERSATION_DELETED: string;
|
|
2785
|
-
MESSAGE_COPIED: string;
|
|
2786
|
-
MESSAGE_EDITED: string;
|
|
2787
|
-
MESSAGE_DELETED_TEXT: string;
|
|
2788
|
-
MESSAGE_TRANSLATED: string;
|
|
2789
2774
|
SEARCH_EMOJI: string;
|
|
2790
2775
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
2791
2776
|
GROUPS: string;
|
|
2792
|
-
WRONG_FILE_TYPE: string;
|
|
2793
2777
|
SHARED: string;
|
|
2794
|
-
/**Properties and constants */
|
|
2795
2778
|
SOUND_MANAGER: string;
|
|
2796
2779
|
THEME: string;
|
|
2797
2780
|
DELETE_MSG_TEXT: string;
|
|
@@ -2809,6 +2792,7 @@ declare class CometChatLocalize {
|
|
|
2809
2792
|
CONVERSATIONS: string;
|
|
2810
2793
|
CONVERSATION_LIST: string;
|
|
2811
2794
|
MESSAGES: string;
|
|
2795
|
+
WRONG_FILE_TYPE: string;
|
|
2812
2796
|
MESSAGE_HEADER: string;
|
|
2813
2797
|
MESSAGE_LIST: string;
|
|
2814
2798
|
MESSAGE_COMPOSER: string;
|
|
@@ -2820,7 +2804,7 @@ declare class CometChatLocalize {
|
|
|
2820
2804
|
PASSWORD: string;
|
|
2821
2805
|
CONTINUE: string;
|
|
2822
2806
|
NO_CHATS_SELECTED: string;
|
|
2823
|
-
NO_USERS_SELECTED: string;
|
|
2807
|
+
NO_USERS_SELECTED: string;
|
|
2824
2808
|
NO_GROUPS_SELECTED: string;
|
|
2825
2809
|
SELECT_DAY: string;
|
|
2826
2810
|
SELECT_TIME: string;
|
|
@@ -2830,10 +2814,7 @@ declare class CometChatLocalize {
|
|
|
2830
2814
|
GROUP_PASSWORD_BLANK: string;
|
|
2831
2815
|
GROUP_NAME_BLANK: string;
|
|
2832
2816
|
GROUP_TYPE_BLANK: string;
|
|
2833
|
-
DELETE_CONVERSATION: string;
|
|
2834
|
-
* Returns the browser language
|
|
2835
|
-
* @returns {String} browser langauge i.e. en-US
|
|
2836
|
-
*/
|
|
2817
|
+
DELETE_CONVERSATION: string;
|
|
2837
2818
|
ADD_TO_CHAT: string;
|
|
2838
2819
|
MORE: string;
|
|
2839
2820
|
COPY: string;
|
|
@@ -2841,10 +2822,7 @@ declare class CometChatLocalize {
|
|
|
2841
2822
|
MESSAGE_IMAGE: string;
|
|
2842
2823
|
MESSAGE_FILE: string;
|
|
2843
2824
|
MESSAGE_VIDEO: string;
|
|
2844
|
-
MESSAGE_AUDIO: string;
|
|
2845
|
-
* Returns the language code
|
|
2846
|
-
* @returns {String} language code i.e. en
|
|
2847
|
-
*/
|
|
2825
|
+
MESSAGE_AUDIO: string;
|
|
2848
2826
|
CUSTOM_MESSAGE: string;
|
|
2849
2827
|
SELECT_A_DATE: string;
|
|
2850
2828
|
TIME_ZONE: string;
|
|
@@ -2859,6 +2837,7 @@ declare class CometChatLocalize {
|
|
|
2859
2837
|
MORE_TIMES: string;
|
|
2860
2838
|
MISSED_VOICE_CALL: string;
|
|
2861
2839
|
MEET_WITH: string;
|
|
2840
|
+
CONVERSATION_DELETED: string;
|
|
2862
2841
|
MEETING_SCHEDULER: string;
|
|
2863
2842
|
MISSED_VIDEO_CALL: string;
|
|
2864
2843
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -2905,10 +2884,6 @@ declare class CometChatLocalize {
|
|
|
2905
2884
|
LOADING: string;
|
|
2906
2885
|
REPLY: string;
|
|
2907
2886
|
REPLIES: string;
|
|
2908
|
-
/**
|
|
2909
|
-
* Returns rtl or ltr based on the active language
|
|
2910
|
-
* @returns {String} the direction of the active langauge
|
|
2911
|
-
*/
|
|
2912
2887
|
AI: string;
|
|
2913
2888
|
SMART_REPLIES: string;
|
|
2914
2889
|
CONVERSATION_STARTER: string;
|
|
@@ -2923,6 +2898,10 @@ declare class CometChatLocalize {
|
|
|
2923
2898
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
2924
2899
|
THIS_MESSAGE_DELETED: string;
|
|
2925
2900
|
MESSAGE_IS_DELETED: string;
|
|
2901
|
+
MESSAGE_COPIED: string;
|
|
2902
|
+
MESSAGE_EDITED: string;
|
|
2903
|
+
MESSAGE_DELETED_TEXT: string;
|
|
2904
|
+
MESSAGE_TRANSLATED: string;
|
|
2926
2905
|
VIEW_ON_YOUTUBE: string;
|
|
2927
2906
|
SEARCH: string;
|
|
2928
2907
|
ERROR: string;
|
|
@@ -2935,6 +2914,13 @@ declare class CometChatLocalize {
|
|
|
2935
2914
|
INCOMING_VIDEO_CALL: string;
|
|
2936
2915
|
DECLINE: string;
|
|
2937
2916
|
ACCEPT: string;
|
|
2917
|
+
INCOMING_CALL: string;
|
|
2918
|
+
OUTGOING_CALL: string;
|
|
2919
|
+
CALL_REJECTED: string;
|
|
2920
|
+
CALL_ANSWERED: string;
|
|
2921
|
+
CALL_CANCELLED: string;
|
|
2922
|
+
MISSED_CALL: string;
|
|
2923
|
+
CALL_UNANSWERED: string;
|
|
2938
2924
|
CALL_INITIATED: string;
|
|
2939
2925
|
OUTGOING_AUDIO_CALL: string;
|
|
2940
2926
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -3004,6 +2990,8 @@ declare class CometChatLocalize {
|
|
|
3004
2990
|
CHANGE_SCOPE: string;
|
|
3005
2991
|
STICKER: string;
|
|
3006
2992
|
LAST_ACTIVE_AT: string;
|
|
2993
|
+
LAST_SEEN: string;
|
|
2994
|
+
AT: string;
|
|
3007
2995
|
VOICE_CALL: string;
|
|
3008
2996
|
VIEW_DETAIL: string;
|
|
3009
2997
|
VOTES: string;
|
|
@@ -3058,13 +3046,13 @@ declare class CometChatLocalize {
|
|
|
3058
3046
|
ONGOING_CALL: string;
|
|
3059
3047
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
3060
3048
|
RESIZE: string;
|
|
3049
|
+
READ_MORE: string;
|
|
3050
|
+
SHOW_LESS: string;
|
|
3061
3051
|
SETTINGS: string;
|
|
3062
3052
|
ACTIONS: string;
|
|
3063
3053
|
VIEW_PROFILE: string;
|
|
3064
3054
|
SEND_MESSAGE_IN_PRIVATE: string;
|
|
3065
3055
|
DELETE: string;
|
|
3066
|
-
READ_MORE: string;
|
|
3067
|
-
SHOW_LESS: string;
|
|
3068
3056
|
DELETE_CONFIRM: string;
|
|
3069
3057
|
DELETE_CHAT: string;
|
|
3070
3058
|
SURE_TO_DELETE_CHAT: string;
|
|
@@ -3158,7 +3146,7 @@ declare class CometChatLocalize {
|
|
|
3158
3146
|
NO_CONVERSATIONS: string;
|
|
3159
3147
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
3160
3148
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
3161
|
-
OOPS: string;
|
|
3149
|
+
"OOPS!": string;
|
|
3162
3150
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
3163
3151
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
3164
3152
|
REACHED_MAX_LIMIT: string;
|
|
@@ -3167,35 +3155,22 @@ declare class CometChatLocalize {
|
|
|
3167
3155
|
NO_USERS_FOUND: string;
|
|
3168
3156
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
3169
3157
|
SAVE: string;
|
|
3158
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
3159
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
3170
3160
|
};
|
|
3171
3161
|
pt: {
|
|
3172
|
-
INCOMING_CALL: string;
|
|
3173
|
-
OUTGOING_CALL: string;
|
|
3174
|
-
CALL_REJECTED: string;
|
|
3175
|
-
CALL_ANSWERED: string;
|
|
3176
|
-
CALL_CANCELLED: string;
|
|
3177
|
-
MISSED_CALL: string;
|
|
3178
|
-
CALL_UNANSWERED: string;
|
|
3179
3162
|
INFO: string;
|
|
3180
3163
|
REACT: string;
|
|
3181
3164
|
EDIT: string;
|
|
3182
3165
|
MESSAGE_PRIVATELY: string;
|
|
3183
3166
|
TRANSLATE: string;
|
|
3184
|
-
CONVERSATION_DELETED: string;
|
|
3185
|
-
MESSAGE_COPIED: string;
|
|
3186
|
-
MESSAGE_EDITED: string;
|
|
3187
|
-
MESSAGE_DELETED_TEXT: string;
|
|
3188
|
-
MESSAGE_TRANSLATED: string;
|
|
3189
3167
|
USERS: string;
|
|
3190
3168
|
CHATS: string;
|
|
3191
|
-
LAST_SEEN: string;
|
|
3192
|
-
AT: string;
|
|
3193
3169
|
SEARCH_EMOJI: string;
|
|
3194
3170
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
3195
3171
|
GROUPS: string;
|
|
3196
3172
|
SHARED: string;
|
|
3197
3173
|
SOUND_MANAGER: string;
|
|
3198
|
-
WRONG_FILE_TYPE: string;
|
|
3199
3174
|
THEME: string;
|
|
3200
3175
|
DELETE_MSG_TEXT: string;
|
|
3201
3176
|
LOCALIZE: string;
|
|
@@ -3212,6 +3187,7 @@ declare class CometChatLocalize {
|
|
|
3212
3187
|
CONVERSATIONS: string;
|
|
3213
3188
|
CONVERSATION_LIST: string;
|
|
3214
3189
|
MESSAGES: string;
|
|
3190
|
+
WRONG_FILE_TYPE: string;
|
|
3215
3191
|
MESSAGE_HEADER: string;
|
|
3216
3192
|
MESSAGE_LIST: string;
|
|
3217
3193
|
MESSAGE_COMPOSER: string;
|
|
@@ -3256,6 +3232,7 @@ declare class CometChatLocalize {
|
|
|
3256
3232
|
MORE_TIMES: string;
|
|
3257
3233
|
MISSED_VOICE_CALL: string;
|
|
3258
3234
|
MEET_WITH: string;
|
|
3235
|
+
CONVERSATION_DELETED: string;
|
|
3259
3236
|
MEETING_SCHEDULER: string;
|
|
3260
3237
|
MISSED_VIDEO_CALL: string;
|
|
3261
3238
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -3316,6 +3293,10 @@ declare class CometChatLocalize {
|
|
|
3316
3293
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
3317
3294
|
THIS_MESSAGE_DELETED: string;
|
|
3318
3295
|
MESSAGE_IS_DELETED: string;
|
|
3296
|
+
MESSAGE_COPIED: string;
|
|
3297
|
+
MESSAGE_EDITED: string;
|
|
3298
|
+
MESSAGE_DELETED_TEXT: string;
|
|
3299
|
+
MESSAGE_TRANSLATED: string;
|
|
3319
3300
|
VIEW_ON_YOUTUBE: string;
|
|
3320
3301
|
SEARCH: string;
|
|
3321
3302
|
ERROR: string;
|
|
@@ -3328,6 +3309,13 @@ declare class CometChatLocalize {
|
|
|
3328
3309
|
INCOMING_VIDEO_CALL: string;
|
|
3329
3310
|
DECLINE: string;
|
|
3330
3311
|
ACCEPT: string;
|
|
3312
|
+
INCOMING_CALL: string;
|
|
3313
|
+
OUTGOING_CALL: string;
|
|
3314
|
+
CALL_REJECTED: string;
|
|
3315
|
+
CALL_ANSWERED: string;
|
|
3316
|
+
CALL_CANCELLED: string;
|
|
3317
|
+
MISSED_CALL: string;
|
|
3318
|
+
CALL_UNANSWERED: string;
|
|
3331
3319
|
CALL_INITIATED: string;
|
|
3332
3320
|
OUTGOING_AUDIO_CALL: string;
|
|
3333
3321
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -3397,6 +3385,8 @@ declare class CometChatLocalize {
|
|
|
3397
3385
|
CHANGE_SCOPE: string;
|
|
3398
3386
|
STICKER: string;
|
|
3399
3387
|
LAST_ACTIVE_AT: string;
|
|
3388
|
+
LAST_SEEN: string;
|
|
3389
|
+
AT: string;
|
|
3400
3390
|
VOICE_CALL: string;
|
|
3401
3391
|
VIEW_DETAIL: string;
|
|
3402
3392
|
VOTES: string;
|
|
@@ -3451,11 +3441,11 @@ declare class CometChatLocalize {
|
|
|
3451
3441
|
ONGOING_CALL: string;
|
|
3452
3442
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
3453
3443
|
RESIZE: string;
|
|
3444
|
+
READ_MORE: string;
|
|
3445
|
+
SHOW_LESS: string;
|
|
3454
3446
|
SETTINGS: string;
|
|
3455
3447
|
ACTIONS: string;
|
|
3456
3448
|
VIEW_PROFILE: string;
|
|
3457
|
-
READ_MORE: string;
|
|
3458
|
-
SHOW_LESS: string;
|
|
3459
3449
|
SEND_MESSAGE_IN_PRIVATE: string;
|
|
3460
3450
|
DELETE: string;
|
|
3461
3451
|
DELETE_CONFIRM: string;
|
|
@@ -3551,7 +3541,7 @@ declare class CometChatLocalize {
|
|
|
3551
3541
|
NO_CONVERSATIONS: string;
|
|
3552
3542
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
3553
3543
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
3554
|
-
OOPS: string;
|
|
3544
|
+
"OOPS!": string;
|
|
3555
3545
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
3556
3546
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
3557
3547
|
REACHED_MAX_LIMIT: string;
|
|
@@ -3560,15 +3550,10 @@ declare class CometChatLocalize {
|
|
|
3560
3550
|
NO_USERS_FOUND: string;
|
|
3561
3551
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
3562
3552
|
SAVE: string;
|
|
3553
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
3554
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
3563
3555
|
};
|
|
3564
3556
|
ru: {
|
|
3565
|
-
INCOMING_CALL: string;
|
|
3566
|
-
OUTGOING_CALL: string;
|
|
3567
|
-
CALL_REJECTED: string;
|
|
3568
|
-
CALL_ANSWERED: string;
|
|
3569
|
-
CALL_CANCELLED: string;
|
|
3570
|
-
MISSED_CALL: string;
|
|
3571
|
-
CALL_UNANSWERED: string;
|
|
3572
3557
|
INFO: string;
|
|
3573
3558
|
REACT: string;
|
|
3574
3559
|
EDIT: string;
|
|
@@ -3576,13 +3561,6 @@ declare class CometChatLocalize {
|
|
|
3576
3561
|
TRANSLATE: string;
|
|
3577
3562
|
USERS: string;
|
|
3578
3563
|
CHATS: string;
|
|
3579
|
-
LAST_SEEN: string;
|
|
3580
|
-
AT: string;
|
|
3581
|
-
MESSAGE_COPIED: string;
|
|
3582
|
-
MESSAGE_EDITED: string;
|
|
3583
|
-
MESSAGE_DELETED_TEXT: string;
|
|
3584
|
-
MESSAGE_TRANSLATED: string;
|
|
3585
|
-
CONVERSATION_DELETED: string;
|
|
3586
3564
|
SEARCH_EMOJI: string;
|
|
3587
3565
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
3588
3566
|
GROUPS: string;
|
|
@@ -3591,7 +3569,6 @@ declare class CometChatLocalize {
|
|
|
3591
3569
|
THEME: string;
|
|
3592
3570
|
DELETE_MSG_TEXT: string;
|
|
3593
3571
|
LOCALIZE: string;
|
|
3594
|
-
WRONG_FILE_TYPE: string;
|
|
3595
3572
|
CONVERSATION_LIST_ITEM: string;
|
|
3596
3573
|
DATA_ITEM: string;
|
|
3597
3574
|
STATUS_INDICATOR: string;
|
|
@@ -3605,6 +3582,7 @@ declare class CometChatLocalize {
|
|
|
3605
3582
|
CONVERSATIONS: string;
|
|
3606
3583
|
CONVERSATION_LIST: string;
|
|
3607
3584
|
MESSAGES: string;
|
|
3585
|
+
WRONG_FILE_TYPE: string;
|
|
3608
3586
|
MESSAGE_HEADER: string;
|
|
3609
3587
|
MESSAGE_LIST: string;
|
|
3610
3588
|
MESSAGE_COMPOSER: string;
|
|
@@ -3649,6 +3627,7 @@ declare class CometChatLocalize {
|
|
|
3649
3627
|
MORE_TIMES: string;
|
|
3650
3628
|
MISSED_VOICE_CALL: string;
|
|
3651
3629
|
MEET_WITH: string;
|
|
3630
|
+
CONVERSATION_DELETED: string;
|
|
3652
3631
|
MEETING_SCHEDULER: string;
|
|
3653
3632
|
MISSED_VIDEO_CALL: string;
|
|
3654
3633
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -3709,6 +3688,10 @@ declare class CometChatLocalize {
|
|
|
3709
3688
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
3710
3689
|
THIS_MESSAGE_DELETED: string;
|
|
3711
3690
|
MESSAGE_IS_DELETED: string;
|
|
3691
|
+
MESSAGE_COPIED: string;
|
|
3692
|
+
MESSAGE_EDITED: string;
|
|
3693
|
+
MESSAGE_DELETED_TEXT: string;
|
|
3694
|
+
MESSAGE_TRANSLATED: string;
|
|
3712
3695
|
VIEW_ON_YOUTUBE: string;
|
|
3713
3696
|
SEARCH: string;
|
|
3714
3697
|
ERROR: string;
|
|
@@ -3721,6 +3704,13 @@ declare class CometChatLocalize {
|
|
|
3721
3704
|
INCOMING_VIDEO_CALL: string;
|
|
3722
3705
|
DECLINE: string;
|
|
3723
3706
|
ACCEPT: string;
|
|
3707
|
+
INCOMING_CALL: string;
|
|
3708
|
+
OUTGOING_CALL: string;
|
|
3709
|
+
CALL_REJECTED: string;
|
|
3710
|
+
CALL_ANSWERED: string;
|
|
3711
|
+
CALL_CANCELLED: string;
|
|
3712
|
+
MISSED_CALL: string;
|
|
3713
|
+
CALL_UNANSWERED: string;
|
|
3724
3714
|
CALL_INITIATED: string;
|
|
3725
3715
|
OUTGOING_AUDIO_CALL: string;
|
|
3726
3716
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -3790,6 +3780,8 @@ declare class CometChatLocalize {
|
|
|
3790
3780
|
CHANGE_SCOPE: string;
|
|
3791
3781
|
STICKER: string;
|
|
3792
3782
|
LAST_ACTIVE_AT: string;
|
|
3783
|
+
LAST_SEEN: string;
|
|
3784
|
+
AT: string;
|
|
3793
3785
|
VOICE_CALL: string;
|
|
3794
3786
|
VIEW_DETAIL: string;
|
|
3795
3787
|
VOTES: string;
|
|
@@ -3944,7 +3936,7 @@ declare class CometChatLocalize {
|
|
|
3944
3936
|
NO_CONVERSATIONS: string;
|
|
3945
3937
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
3946
3938
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
3947
|
-
OOPS: string;
|
|
3939
|
+
"OOPS!": string;
|
|
3948
3940
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
3949
3941
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
3950
3942
|
REACHED_MAX_LIMIT: string;
|
|
@@ -3953,6 +3945,8 @@ declare class CometChatLocalize {
|
|
|
3953
3945
|
NO_USERS_FOUND: string;
|
|
3954
3946
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
3955
3947
|
SAVE: string;
|
|
3948
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
3949
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
3956
3950
|
};
|
|
3957
3951
|
zh: {
|
|
3958
3952
|
INCOMING_CALL: string;
|
|
@@ -4015,20 +4009,10 @@ declare class CometChatLocalize {
|
|
|
4015
4009
|
SELECT_TIME: string;
|
|
4016
4010
|
NO_CALLS_SELECTED: string;
|
|
4017
4011
|
SELECT__GROUP: string;
|
|
4018
|
-
/**
|
|
4019
|
-
* Initializes localization with the specified language and custom resources.
|
|
4020
|
-
* @param {string} [language=""] - The language code to set.
|
|
4021
|
-
* @param {object} [resources={}] - Custom translations to override defaults.
|
|
4022
|
-
*/
|
|
4023
4012
|
SELECT__USER: string;
|
|
4024
4013
|
GROUP_PASSWORD_BLANK: string;
|
|
4025
4014
|
GROUP_NAME_BLANK: string;
|
|
4026
4015
|
GROUP_TYPE_BLANK: string;
|
|
4027
|
-
/**
|
|
4028
|
-
* Initializes localization with the specified language and custom resources.
|
|
4029
|
-
* @param {string} [language=""] - The language code to set.
|
|
4030
|
-
* @param {object} [resources={}] - Custom translations to override defaults.
|
|
4031
|
-
*/
|
|
4032
4016
|
DELETE_CONVERSATION: string;
|
|
4033
4017
|
ADD_TO_CHAT: string;
|
|
4034
4018
|
MORE: string;
|
|
@@ -4070,10 +4054,7 @@ declare class CometChatLocalize {
|
|
|
4070
4054
|
PREFERENCES: string;
|
|
4071
4055
|
MEMBERS: string;
|
|
4072
4056
|
MEMBER: string;
|
|
4073
|
-
EDITED: string;
|
|
4074
|
-
* Returns the language code
|
|
4075
|
-
* @returns {String} language code i.e. en
|
|
4076
|
-
*/
|
|
4057
|
+
EDITED: string;
|
|
4077
4058
|
TODAY: string;
|
|
4078
4059
|
YESTERDAY: string;
|
|
4079
4060
|
SUNDAY: string;
|
|
@@ -4359,35 +4340,22 @@ declare class CometChatLocalize {
|
|
|
4359
4340
|
NO_USERS_FOUND: string;
|
|
4360
4341
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
4361
4342
|
SAVE: string;
|
|
4343
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
4344
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
4362
4345
|
};
|
|
4363
4346
|
"zh-tw": {
|
|
4364
|
-
INCOMING_CALL: string;
|
|
4365
|
-
OUTGOING_CALL: string;
|
|
4366
|
-
CALL_REJECTED: string;
|
|
4367
|
-
CALL_ANSWERED: string;
|
|
4368
|
-
CALL_CANCELLED: string;
|
|
4369
|
-
MISSED_CALL: string;
|
|
4370
|
-
CALL_UNANSWERED: string;
|
|
4371
4347
|
INFO: string;
|
|
4372
4348
|
REACT: string;
|
|
4373
4349
|
EDIT: string;
|
|
4374
4350
|
MESSAGE_PRIVATELY: string;
|
|
4375
|
-
CONVERSATION_DELETED: string;
|
|
4376
|
-
MESSAGE_COPIED: string;
|
|
4377
|
-
MESSAGE_EDITED: string;
|
|
4378
|
-
MESSAGE_DELETED_TEXT: string;
|
|
4379
|
-
MESSAGE_TRANSLATED: string;
|
|
4380
4351
|
TRANSLATE: string;
|
|
4381
4352
|
USERS: string;
|
|
4382
4353
|
CHATS: string;
|
|
4383
|
-
LAST_SEEN: string;
|
|
4384
|
-
AT: string;
|
|
4385
4354
|
SEARCH_EMOJI: string;
|
|
4386
4355
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
4387
4356
|
GROUPS: string;
|
|
4388
4357
|
SHARED: string;
|
|
4389
4358
|
SOUND_MANAGER: string;
|
|
4390
|
-
WRONG_FILE_TYPE: string;
|
|
4391
4359
|
THEME: string;
|
|
4392
4360
|
DELETE_MSG_TEXT: string;
|
|
4393
4361
|
LOCALIZE: string;
|
|
@@ -4404,6 +4372,7 @@ declare class CometChatLocalize {
|
|
|
4404
4372
|
CONVERSATIONS: string;
|
|
4405
4373
|
CONVERSATION_LIST: string;
|
|
4406
4374
|
MESSAGES: string;
|
|
4375
|
+
WRONG_FILE_TYPE: string;
|
|
4407
4376
|
MESSAGE_HEADER: string;
|
|
4408
4377
|
MESSAGE_LIST: string;
|
|
4409
4378
|
MESSAGE_COMPOSER: string;
|
|
@@ -4440,7 +4409,7 @@ declare class CometChatLocalize {
|
|
|
4440
4409
|
MEETING_SCHEDULED: string;
|
|
4441
4410
|
SOMETHING_WRONG: string;
|
|
4442
4411
|
MEETING_SLOT_BOOK: string;
|
|
4443
|
-
MEETING_BOOK_NEW_SLOT: string;
|
|
4412
|
+
MEETING_BOOK_NEW_SLOT: string;
|
|
4444
4413
|
MEETING_NO_SLOTS_AVAILABLE: string;
|
|
4445
4414
|
MEETING_TRY_DIFFERENT_DATE: string;
|
|
4446
4415
|
NO_TIME_SLOTS_AVAILABLE: string;
|
|
@@ -4448,6 +4417,7 @@ declare class CometChatLocalize {
|
|
|
4448
4417
|
MORE_TIMES: string;
|
|
4449
4418
|
MISSED_VOICE_CALL: string;
|
|
4450
4419
|
MEET_WITH: string;
|
|
4420
|
+
CONVERSATION_DELETED: string;
|
|
4451
4421
|
MEETING_SCHEDULER: string;
|
|
4452
4422
|
MISSED_VIDEO_CALL: string;
|
|
4453
4423
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -4508,6 +4478,10 @@ declare class CometChatLocalize {
|
|
|
4508
4478
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
4509
4479
|
THIS_MESSAGE_DELETED: string;
|
|
4510
4480
|
MESSAGE_IS_DELETED: string;
|
|
4481
|
+
MESSAGE_COPIED: string;
|
|
4482
|
+
MESSAGE_EDITED: string;
|
|
4483
|
+
MESSAGE_DELETED_TEXT: string;
|
|
4484
|
+
MESSAGE_TRANSLATED: string;
|
|
4511
4485
|
VIEW_ON_YOUTUBE: string;
|
|
4512
4486
|
SEARCH: string;
|
|
4513
4487
|
ERROR: string;
|
|
@@ -4520,6 +4494,13 @@ declare class CometChatLocalize {
|
|
|
4520
4494
|
INCOMING_VIDEO_CALL: string;
|
|
4521
4495
|
DECLINE: string;
|
|
4522
4496
|
ACCEPT: string;
|
|
4497
|
+
INCOMING_CALL: string;
|
|
4498
|
+
OUTGOING_CALL: string;
|
|
4499
|
+
CALL_REJECTED: string;
|
|
4500
|
+
CALL_ANSWERED: string;
|
|
4501
|
+
CALL_CANCELLED: string;
|
|
4502
|
+
MISSED_CALL: string;
|
|
4503
|
+
CALL_UNANSWERED: string;
|
|
4523
4504
|
CALL_INITIATED: string;
|
|
4524
4505
|
OUTGOING_AUDIO_CALL: string;
|
|
4525
4506
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -4589,6 +4570,8 @@ declare class CometChatLocalize {
|
|
|
4589
4570
|
CHANGE_SCOPE: string;
|
|
4590
4571
|
STICKER: string;
|
|
4591
4572
|
LAST_ACTIVE_AT: string;
|
|
4573
|
+
LAST_SEEN: string;
|
|
4574
|
+
AT: string;
|
|
4592
4575
|
VOICE_CALL: string;
|
|
4593
4576
|
VIEW_DETAIL: string;
|
|
4594
4577
|
VOTES: string;
|
|
@@ -4643,6 +4626,8 @@ declare class CometChatLocalize {
|
|
|
4643
4626
|
ONGOING_CALL: string;
|
|
4644
4627
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
4645
4628
|
RESIZE: string;
|
|
4629
|
+
READ_MORE: string;
|
|
4630
|
+
SHOW_LESS: string;
|
|
4646
4631
|
SETTINGS: string;
|
|
4647
4632
|
ACTIONS: string;
|
|
4648
4633
|
VIEW_PROFILE: string;
|
|
@@ -4674,8 +4659,6 @@ declare class CometChatLocalize {
|
|
|
4674
4659
|
LEAVE: string;
|
|
4675
4660
|
CLICK_TO_START_CONVERSATION: string;
|
|
4676
4661
|
CUSTOM_MESSAGE_LOCATION: string;
|
|
4677
|
-
READ_MORE: string;
|
|
4678
|
-
SHOW_LESS: string;
|
|
4679
4662
|
SHARED_LOCATION: string;
|
|
4680
4663
|
IN_A_THREAD: string;
|
|
4681
4664
|
CALLS: string;
|
|
@@ -4743,7 +4726,7 @@ declare class CometChatLocalize {
|
|
|
4743
4726
|
NO_CONVERSATIONS: string;
|
|
4744
4727
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
4745
4728
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
4746
|
-
OOPS: string;
|
|
4729
|
+
"OOPS!": string;
|
|
4747
4730
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
4748
4731
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
4749
4732
|
REACHED_MAX_LIMIT: string;
|
|
@@ -4752,28 +4735,16 @@ declare class CometChatLocalize {
|
|
|
4752
4735
|
NO_USERS_FOUND: string;
|
|
4753
4736
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
4754
4737
|
SAVE: string;
|
|
4738
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
4739
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
4755
4740
|
};
|
|
4756
4741
|
sv: {
|
|
4757
|
-
INCOMING_CALL: string;
|
|
4758
|
-
OUTGOING_CALL: string;
|
|
4759
|
-
CALL_REJECTED: string;
|
|
4760
|
-
CALL_ANSWERED: string;
|
|
4761
|
-
CALL_CANCELLED: string;
|
|
4762
|
-
MISSED_CALL: string;
|
|
4763
|
-
CALL_UNANSWERED: string;
|
|
4764
4742
|
INFO: string;
|
|
4765
4743
|
REACT: string;
|
|
4766
|
-
LAST_SEEN: string;
|
|
4767
|
-
AT: string;
|
|
4768
4744
|
EDIT: string;
|
|
4769
4745
|
MESSAGE_PRIVATELY: string;
|
|
4770
4746
|
TRANSLATE: string;
|
|
4771
4747
|
USERS: string;
|
|
4772
|
-
CONVERSATION_DELETED: string;
|
|
4773
|
-
MESSAGE_COPIED: string;
|
|
4774
|
-
MESSAGE_EDITED: string;
|
|
4775
|
-
MESSAGE_DELETED_TEXT: string;
|
|
4776
|
-
MESSAGE_TRANSLATED: string;
|
|
4777
4748
|
CHATS: string;
|
|
4778
4749
|
SEARCH_EMOJI: string;
|
|
4779
4750
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
@@ -4786,7 +4757,6 @@ declare class CometChatLocalize {
|
|
|
4786
4757
|
CONVERSATION_LIST_ITEM: string;
|
|
4787
4758
|
DATA_ITEM: string;
|
|
4788
4759
|
STATUS_INDICATOR: string;
|
|
4789
|
-
WRONG_FILE_TYPE: string;
|
|
4790
4760
|
BADGE_COUNT: string;
|
|
4791
4761
|
MESSAGE_RECEIPT: string;
|
|
4792
4762
|
MESSAGE: string;
|
|
@@ -4797,11 +4767,8 @@ declare class CometChatLocalize {
|
|
|
4797
4767
|
CONVERSATIONS: string;
|
|
4798
4768
|
CONVERSATION_LIST: string;
|
|
4799
4769
|
MESSAGES: string;
|
|
4800
|
-
|
|
4801
|
-
|
|
4802
|
-
* @param {string} [language=""] - The language code to set.
|
|
4803
|
-
* @param {object} [resources={}] - Custom translations to override defaults.
|
|
4804
|
-
*/
|
|
4770
|
+
WRONG_FILE_TYPE: string;
|
|
4771
|
+
MESSAGE_HEADER: string;
|
|
4805
4772
|
MESSAGE_LIST: string;
|
|
4806
4773
|
MESSAGE_COMPOSER: string;
|
|
4807
4774
|
USERS_WITH_MESSAGES: string;
|
|
@@ -4845,6 +4812,7 @@ declare class CometChatLocalize {
|
|
|
4845
4812
|
MORE_TIMES: string;
|
|
4846
4813
|
MISSED_VOICE_CALL: string;
|
|
4847
4814
|
MEET_WITH: string;
|
|
4815
|
+
CONVERSATION_DELETED: string;
|
|
4848
4816
|
MEETING_SCHEDULER: string;
|
|
4849
4817
|
MISSED_VIDEO_CALL: string;
|
|
4850
4818
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -4881,10 +4849,7 @@ declare class CometChatLocalize {
|
|
|
4881
4849
|
SEND_MESSAGE: string;
|
|
4882
4850
|
UNBLOCK_USER: string;
|
|
4883
4851
|
BLOCK_USER: string;
|
|
4884
|
-
DELETE_AND_EXIT: string;
|
|
4885
|
-
* Returns true if the active language is rtl otherwise return false
|
|
4886
|
-
* @returns {Boolean} whether the language is rtl or not
|
|
4887
|
-
*/
|
|
4852
|
+
DELETE_AND_EXIT: string;
|
|
4888
4853
|
LEAVE_GROUP: string;
|
|
4889
4854
|
CREATE_GROUP: string;
|
|
4890
4855
|
SHARED_MEDIA: string;
|
|
@@ -4908,6 +4873,10 @@ declare class CometChatLocalize {
|
|
|
4908
4873
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
4909
4874
|
THIS_MESSAGE_DELETED: string;
|
|
4910
4875
|
MESSAGE_IS_DELETED: string;
|
|
4876
|
+
MESSAGE_COPIED: string;
|
|
4877
|
+
MESSAGE_EDITED: string;
|
|
4878
|
+
MESSAGE_DELETED_TEXT: string;
|
|
4879
|
+
MESSAGE_TRANSLATED: string;
|
|
4911
4880
|
VIEW_ON_YOUTUBE: string;
|
|
4912
4881
|
SEARCH: string;
|
|
4913
4882
|
ERROR: string;
|
|
@@ -4920,6 +4889,13 @@ declare class CometChatLocalize {
|
|
|
4920
4889
|
INCOMING_VIDEO_CALL: string;
|
|
4921
4890
|
DECLINE: string;
|
|
4922
4891
|
ACCEPT: string;
|
|
4892
|
+
INCOMING_CALL: string;
|
|
4893
|
+
OUTGOING_CALL: string;
|
|
4894
|
+
CALL_REJECTED: string;
|
|
4895
|
+
CALL_ANSWERED: string;
|
|
4896
|
+
CALL_CANCELLED: string;
|
|
4897
|
+
MISSED_CALL: string;
|
|
4898
|
+
CALL_UNANSWERED: string;
|
|
4923
4899
|
CALL_INITIATED: string;
|
|
4924
4900
|
OUTGOING_AUDIO_CALL: string;
|
|
4925
4901
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -4989,6 +4965,8 @@ declare class CometChatLocalize {
|
|
|
4989
4965
|
CHANGE_SCOPE: string;
|
|
4990
4966
|
STICKER: string;
|
|
4991
4967
|
LAST_ACTIVE_AT: string;
|
|
4968
|
+
LAST_SEEN: string;
|
|
4969
|
+
AT: string;
|
|
4992
4970
|
VOICE_CALL: string;
|
|
4993
4971
|
VIEW_DETAIL: string;
|
|
4994
4972
|
VOTES: string;
|
|
@@ -5043,10 +5021,10 @@ declare class CometChatLocalize {
|
|
|
5043
5021
|
ONGOING_CALL: string;
|
|
5044
5022
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
5045
5023
|
RESIZE: string;
|
|
5046
|
-
SETTINGS: string;
|
|
5047
|
-
ACTIONS: string;
|
|
5048
5024
|
READ_MORE: string;
|
|
5049
5025
|
SHOW_LESS: string;
|
|
5026
|
+
SETTINGS: string;
|
|
5027
|
+
ACTIONS: string;
|
|
5050
5028
|
VIEW_PROFILE: string;
|
|
5051
5029
|
SEND_MESSAGE_IN_PRIVATE: string;
|
|
5052
5030
|
DELETE: string;
|
|
@@ -5143,7 +5121,7 @@ declare class CometChatLocalize {
|
|
|
5143
5121
|
NO_CONVERSATIONS: string;
|
|
5144
5122
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
5145
5123
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
5146
|
-
OOPS: string;
|
|
5124
|
+
"OOPS!": string;
|
|
5147
5125
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
5148
5126
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
5149
5127
|
REACHED_MAX_LIMIT: string;
|
|
@@ -5152,34 +5130,21 @@ declare class CometChatLocalize {
|
|
|
5152
5130
|
NO_USERS_FOUND: string;
|
|
5153
5131
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
5154
5132
|
SAVE: string;
|
|
5133
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
5134
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
5155
5135
|
};
|
|
5156
5136
|
lt: {
|
|
5157
|
-
INCOMING_CALL: string;
|
|
5158
|
-
OUTGOING_CALL: string;
|
|
5159
|
-
CALL_REJECTED: string;
|
|
5160
|
-
CALL_ANSWERED: string;
|
|
5161
|
-
CALL_CANCELLED: string;
|
|
5162
|
-
MISSED_CALL: string;
|
|
5163
|
-
CALL_UNANSWERED: string;
|
|
5164
5137
|
INFO: string;
|
|
5165
5138
|
REACT: string;
|
|
5166
5139
|
EDIT: string;
|
|
5167
|
-
CONVERSATION_DELETED: string;
|
|
5168
|
-
MESSAGE_COPIED: string;
|
|
5169
|
-
MESSAGE_EDITED: string;
|
|
5170
|
-
MESSAGE_DELETED_TEXT: string;
|
|
5171
|
-
MESSAGE_TRANSLATED: string;
|
|
5172
5140
|
MESSAGE_PRIVATELY: string;
|
|
5173
5141
|
TRANSLATE: string;
|
|
5174
5142
|
USERS: string;
|
|
5175
|
-
LAST_SEEN: string;
|
|
5176
|
-
AT: string;
|
|
5177
5143
|
CHATS: string;
|
|
5178
5144
|
SEARCH_EMOJI: string;
|
|
5179
5145
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
5180
5146
|
GROUPS: string;
|
|
5181
5147
|
SHARED: string;
|
|
5182
|
-
WRONG_FILE_TYPE: string;
|
|
5183
5148
|
SOUND_MANAGER: string;
|
|
5184
5149
|
THEME: string;
|
|
5185
5150
|
DELETE_MSG_TEXT: string;
|
|
@@ -5197,6 +5162,7 @@ declare class CometChatLocalize {
|
|
|
5197
5162
|
CONVERSATIONS: string;
|
|
5198
5163
|
CONVERSATION_LIST: string;
|
|
5199
5164
|
MESSAGES: string;
|
|
5165
|
+
WRONG_FILE_TYPE: string;
|
|
5200
5166
|
MESSAGE_HEADER: string;
|
|
5201
5167
|
MESSAGE_LIST: string;
|
|
5202
5168
|
MESSAGE_COMPOSER: string;
|
|
@@ -5231,10 +5197,7 @@ declare class CometChatLocalize {
|
|
|
5231
5197
|
SELECT_A_DATE: string;
|
|
5232
5198
|
TIME_ZONE: string;
|
|
5233
5199
|
MEETING_SCHEDULED: string;
|
|
5234
|
-
SOMETHING_WRONG: string;
|
|
5235
|
-
* Returns the active language. Return fallback language if translation is not available for the active language
|
|
5236
|
-
* @returns {String} active language
|
|
5237
|
-
*/
|
|
5200
|
+
SOMETHING_WRONG: string;
|
|
5238
5201
|
MEETING_SLOT_BOOK: string;
|
|
5239
5202
|
MEETING_BOOK_NEW_SLOT: string;
|
|
5240
5203
|
MEETING_NO_SLOTS_AVAILABLE: string;
|
|
@@ -5244,6 +5207,7 @@ declare class CometChatLocalize {
|
|
|
5244
5207
|
MORE_TIMES: string;
|
|
5245
5208
|
MISSED_VOICE_CALL: string;
|
|
5246
5209
|
MEET_WITH: string;
|
|
5210
|
+
CONVERSATION_DELETED: string;
|
|
5247
5211
|
MEETING_SCHEDULER: string;
|
|
5248
5212
|
MISSED_VIDEO_CALL: string;
|
|
5249
5213
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -5304,6 +5268,10 @@ declare class CometChatLocalize {
|
|
|
5304
5268
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
5305
5269
|
THIS_MESSAGE_DELETED: string;
|
|
5306
5270
|
MESSAGE_IS_DELETED: string;
|
|
5271
|
+
MESSAGE_COPIED: string;
|
|
5272
|
+
MESSAGE_EDITED: string;
|
|
5273
|
+
MESSAGE_DELETED_TEXT: string;
|
|
5274
|
+
MESSAGE_TRANSLATED: string;
|
|
5307
5275
|
VIEW_ON_YOUTUBE: string;
|
|
5308
5276
|
SEARCH: string;
|
|
5309
5277
|
ERROR: string;
|
|
@@ -5316,6 +5284,13 @@ declare class CometChatLocalize {
|
|
|
5316
5284
|
INCOMING_VIDEO_CALL: string;
|
|
5317
5285
|
DECLINE: string;
|
|
5318
5286
|
ACCEPT: string;
|
|
5287
|
+
INCOMING_CALL: string;
|
|
5288
|
+
OUTGOING_CALL: string;
|
|
5289
|
+
CALL_REJECTED: string;
|
|
5290
|
+
CALL_ANSWERED: string;
|
|
5291
|
+
CALL_CANCELLED: string;
|
|
5292
|
+
MISSED_CALL: string;
|
|
5293
|
+
CALL_UNANSWERED: string;
|
|
5319
5294
|
CALL_INITIATED: string;
|
|
5320
5295
|
OUTGOING_AUDIO_CALL: string;
|
|
5321
5296
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -5385,6 +5360,8 @@ declare class CometChatLocalize {
|
|
|
5385
5360
|
CHANGE_SCOPE: string;
|
|
5386
5361
|
STICKER: string;
|
|
5387
5362
|
LAST_ACTIVE_AT: string;
|
|
5363
|
+
LAST_SEEN: string;
|
|
5364
|
+
AT: string;
|
|
5388
5365
|
VOICE_CALL: string;
|
|
5389
5366
|
VIEW_DETAIL: string;
|
|
5390
5367
|
VOTES: string;
|
|
@@ -5392,8 +5369,6 @@ declare class CometChatLocalize {
|
|
|
5392
5369
|
NO_VOTE: string;
|
|
5393
5370
|
REACTED: string;
|
|
5394
5371
|
ADDED: string;
|
|
5395
|
-
READ_MORE: string;
|
|
5396
|
-
SHOW_LESS: string;
|
|
5397
5372
|
SHOW_UNSAFE_CONTENT: string;
|
|
5398
5373
|
REACT_TO_MESSAGE: string;
|
|
5399
5374
|
UNBANNED: string;
|
|
@@ -5441,6 +5416,8 @@ declare class CometChatLocalize {
|
|
|
5441
5416
|
ONGOING_CALL: string;
|
|
5442
5417
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
5443
5418
|
RESIZE: string;
|
|
5419
|
+
READ_MORE: string;
|
|
5420
|
+
SHOW_LESS: string;
|
|
5444
5421
|
SETTINGS: string;
|
|
5445
5422
|
ACTIONS: string;
|
|
5446
5423
|
VIEW_PROFILE: string;
|
|
@@ -5539,7 +5516,7 @@ declare class CometChatLocalize {
|
|
|
5539
5516
|
NO_CONVERSATIONS: string;
|
|
5540
5517
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
5541
5518
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
5542
|
-
OOPS: string;
|
|
5519
|
+
"OOPS!": string;
|
|
5543
5520
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
5544
5521
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
5545
5522
|
REACHED_MAX_LIMIT: string;
|
|
@@ -5548,35 +5525,22 @@ declare class CometChatLocalize {
|
|
|
5548
5525
|
NO_USERS_FOUND: string;
|
|
5549
5526
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
5550
5527
|
SAVE: string;
|
|
5528
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
5529
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
5551
5530
|
};
|
|
5552
5531
|
hu: {
|
|
5553
|
-
INCOMING_CALL: string;
|
|
5554
|
-
OUTGOING_CALL: string;
|
|
5555
|
-
CALL_REJECTED: string;
|
|
5556
|
-
CALL_ANSWERED: string;
|
|
5557
|
-
CALL_CANCELLED: string;
|
|
5558
|
-
MISSED_CALL: string;
|
|
5559
|
-
CALL_UNANSWERED: string;
|
|
5560
5532
|
INFO: string;
|
|
5561
5533
|
REACT: string;
|
|
5562
5534
|
EDIT: string;
|
|
5563
5535
|
MESSAGE_PRIVATELY: string;
|
|
5564
5536
|
TRANSLATE: string;
|
|
5565
5537
|
USERS: string;
|
|
5566
|
-
CONVERSATION_DELETED: string;
|
|
5567
|
-
MESSAGE_COPIED: string;
|
|
5568
|
-
MESSAGE_EDITED: string;
|
|
5569
|
-
MESSAGE_DELETED_TEXT: string;
|
|
5570
|
-
MESSAGE_TRANSLATED: string;
|
|
5571
5538
|
CHATS: string;
|
|
5572
|
-
LAST_SEEN: string;
|
|
5573
|
-
AT: string;
|
|
5574
5539
|
SEARCH_EMOJI: string;
|
|
5575
5540
|
WOULD__YOU_LIKE_TO_DELETE_THIS_CONVERSATION: string;
|
|
5576
5541
|
GROUPS: string;
|
|
5577
5542
|
SHARED: string;
|
|
5578
5543
|
SOUND_MANAGER: string;
|
|
5579
|
-
WRONG_FILE_TYPE: string;
|
|
5580
5544
|
THEME: string;
|
|
5581
5545
|
DELETE_MSG_TEXT: string;
|
|
5582
5546
|
LOCALIZE: string;
|
|
@@ -5593,6 +5557,7 @@ declare class CometChatLocalize {
|
|
|
5593
5557
|
CONVERSATIONS: string;
|
|
5594
5558
|
CONVERSATION_LIST: string;
|
|
5595
5559
|
MESSAGES: string;
|
|
5560
|
+
WRONG_FILE_TYPE: string;
|
|
5596
5561
|
MESSAGE_HEADER: string;
|
|
5597
5562
|
MESSAGE_LIST: string;
|
|
5598
5563
|
MESSAGE_COMPOSER: string;
|
|
@@ -5637,6 +5602,7 @@ declare class CometChatLocalize {
|
|
|
5637
5602
|
MORE_TIMES: string;
|
|
5638
5603
|
MISSED_VOICE_CALL: string;
|
|
5639
5604
|
MEET_WITH: string;
|
|
5605
|
+
CONVERSATION_DELETED: string;
|
|
5640
5606
|
MEETING_SCHEDULER: string;
|
|
5641
5607
|
MISSED_VIDEO_CALL: string;
|
|
5642
5608
|
CUSTOM_MESSAGE_POLL: string;
|
|
@@ -5697,6 +5663,10 @@ declare class CometChatLocalize {
|
|
|
5697
5663
|
YOU_DELETED_THIS_MESSAGE: string;
|
|
5698
5664
|
THIS_MESSAGE_DELETED: string;
|
|
5699
5665
|
MESSAGE_IS_DELETED: string;
|
|
5666
|
+
MESSAGE_COPIED: string;
|
|
5667
|
+
MESSAGE_EDITED: string;
|
|
5668
|
+
MESSAGE_DELETED_TEXT: string;
|
|
5669
|
+
MESSAGE_TRANSLATED: string;
|
|
5700
5670
|
VIEW_ON_YOUTUBE: string;
|
|
5701
5671
|
SEARCH: string;
|
|
5702
5672
|
ERROR: string;
|
|
@@ -5709,6 +5679,13 @@ declare class CometChatLocalize {
|
|
|
5709
5679
|
INCOMING_VIDEO_CALL: string;
|
|
5710
5680
|
DECLINE: string;
|
|
5711
5681
|
ACCEPT: string;
|
|
5682
|
+
INCOMING_CALL: string;
|
|
5683
|
+
OUTGOING_CALL: string;
|
|
5684
|
+
CALL_REJECTED: string;
|
|
5685
|
+
CALL_ANSWERED: string;
|
|
5686
|
+
CALL_CANCELLED: string;
|
|
5687
|
+
MISSED_CALL: string;
|
|
5688
|
+
CALL_UNANSWERED: string;
|
|
5712
5689
|
CALL_INITIATED: string;
|
|
5713
5690
|
OUTGOING_AUDIO_CALL: string;
|
|
5714
5691
|
OUTGOING_VIDEO_CALL: string;
|
|
@@ -5778,6 +5755,8 @@ declare class CometChatLocalize {
|
|
|
5778
5755
|
CHANGE_SCOPE: string;
|
|
5779
5756
|
STICKER: string;
|
|
5780
5757
|
LAST_ACTIVE_AT: string;
|
|
5758
|
+
LAST_SEEN: string;
|
|
5759
|
+
AT: string;
|
|
5781
5760
|
VOICE_CALL: string;
|
|
5782
5761
|
VIEW_DETAIL: string;
|
|
5783
5762
|
VOTES: string;
|
|
@@ -5832,11 +5811,11 @@ declare class CometChatLocalize {
|
|
|
5832
5811
|
ONGOING_CALL: string;
|
|
5833
5812
|
YOU_ALREADY_ONGOING_CALL: string;
|
|
5834
5813
|
RESIZE: string;
|
|
5814
|
+
READ_MORE: string;
|
|
5815
|
+
SHOW_LESS: string;
|
|
5835
5816
|
SETTINGS: string;
|
|
5836
5817
|
ACTIONS: string;
|
|
5837
5818
|
VIEW_PROFILE: string;
|
|
5838
|
-
READ_MORE: string;
|
|
5839
|
-
SHOW_LESS: string;
|
|
5840
5819
|
SEND_MESSAGE_IN_PRIVATE: string;
|
|
5841
5820
|
DELETE: string;
|
|
5842
5821
|
DELETE_CONFIRM: string;
|
|
@@ -5932,7 +5911,7 @@ declare class CometChatLocalize {
|
|
|
5932
5911
|
NO_CONVERSATIONS: string;
|
|
5933
5912
|
CONVERSATIONS_EMPTY_MESSAGE: string;
|
|
5934
5913
|
NO_GROUP_MEMBER_AVAILABLE: string;
|
|
5935
|
-
OOPS: string;
|
|
5914
|
+
"OOPS!": string;
|
|
5936
5915
|
GROUP_MSG_INFO_EMPTY_STATE_MESSAGE: string;
|
|
5937
5916
|
GROUP_MEMBER_EMPTY_STATE_MESSAGE: string;
|
|
5938
5917
|
REACHED_MAX_LIMIT: string;
|
|
@@ -5941,6 +5920,8 @@ declare class CometChatLocalize {
|
|
|
5941
5920
|
NO_USERS_FOUND: string;
|
|
5942
5921
|
USERS_EMPTY_STATE_MESSAGE: string;
|
|
5943
5922
|
SAVE: string;
|
|
5923
|
+
MESSAGE_TYPE_NOT_SUPPORTED: string;
|
|
5924
|
+
MESSAGE_ALREADY_TRANSLATED: string;
|
|
5944
5925
|
};
|
|
5945
5926
|
};
|
|
5946
5927
|
/**
|
|
@@ -6783,28 +6764,28 @@ declare class MessagesDataSource implements DataSource {
|
|
|
6783
6764
|
getSendMessagePrivatelyOption(): CometChatActionsIcon;
|
|
6784
6765
|
getCopyOption(): CometChatActionsIcon;
|
|
6785
6766
|
getMessageInfoOption(): CometChatActionsIcon;
|
|
6786
|
-
isSentByMe(loggedInUser: CometChat
|
|
6787
|
-
getTextMessageOptions(loggedInUser: CometChat
|
|
6788
|
-
getIsSentByMe(message: CometChat
|
|
6789
|
-
getImageMessageOptions(loggedInUser: CometChat
|
|
6790
|
-
getVideoMessageOptions(loggedInUser: CometChat
|
|
6791
|
-
getAudioMessageOptions(loggedInUser: CometChat
|
|
6792
|
-
getFileMessageOptions(loggedInUser: CometChat
|
|
6793
|
-
getReceiptClass(status?: number): "
|
|
6767
|
+
isSentByMe(loggedInUser: CometChat.User, message: CometChat.BaseMessage): boolean;
|
|
6768
|
+
getTextMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, group?: CometChat.Group, additionalParams?: additionalParamsOptions): Array<CometChatActionsIcon | CometChatActionsView>;
|
|
6769
|
+
getIsSentByMe(message: CometChat.BaseMessage): boolean;
|
|
6770
|
+
getImageMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, group?: CometChat.Group, additionalParams?: Object | undefined): Array<CometChatActionsIcon | CometChatActionsView>;
|
|
6771
|
+
getVideoMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, group?: CometChat.Group, additionalParams?: Object | undefined): Array<CometChatActionsIcon | CometChatActionsView>;
|
|
6772
|
+
getAudioMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, group?: CometChat.Group, additionalParams?: Object | undefined): Array<CometChatActionsIcon | CometChatActionsView>;
|
|
6773
|
+
getFileMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, group?: CometChat.Group, additionalParams?: Object | undefined): Array<CometChatActionsIcon | CometChatActionsView>;
|
|
6774
|
+
getReceiptClass(status?: number): "error" | "wait" | "read" | "delivered" | "sent" | undefined;
|
|
6794
6775
|
/**
|
|
6795
6776
|
* Function to get receipt for message bubble
|
|
6796
6777
|
* @param {CometChat.BaseMessage} item - The message bubble for which the receipt needs to be fetched
|
|
6797
6778
|
* @returns {JSX.Element | null} Returns JSX.Element for receipt of a message bubble or null
|
|
6798
6779
|
*/
|
|
6799
|
-
getBubbleStatusInfoReceipt: (item: CometChat
|
|
6780
|
+
getBubbleStatusInfoReceipt: (item: CometChat.BaseMessage, hideReceipt?: boolean) => JSX.Element | null;
|
|
6800
6781
|
/**
|
|
6801
6782
|
* Function to get status and date for message bubble
|
|
6802
6783
|
* @param {CometChat.BaseMessage} item - The message bubble for which the information needs to be fetched
|
|
6803
6784
|
* @returns {JSX.Element | null} Returns JSX.Element for status and date of a message bubble or null
|
|
6804
6785
|
*/
|
|
6805
|
-
getBubbleStatusInfoDate: (item: CometChat
|
|
6806
|
-
getStatusInfoView: (_messageObject: CometChat
|
|
6807
|
-
getBottomView(_messageObject: CometChat
|
|
6786
|
+
getBubbleStatusInfoDate: (item: CometChat.BaseMessage, datePattern?: DatePatterns) => JSX.Element | null;
|
|
6787
|
+
getStatusInfoView: (_messageObject: CometChat.BaseMessage, _alignment: MessageBubbleAlignment, hideReceipt?: boolean, datePattern?: DatePatterns) => react_jsx_runtime.JSX.Element | null;
|
|
6788
|
+
getBottomView(_messageObject: CometChat.BaseMessage, _alignment: MessageBubbleAlignment): null;
|
|
6808
6789
|
getTextMessageTemplate(additionalConfigurations?: additionalParams): CometChatMessageTemplate;
|
|
6809
6790
|
getAudioMessageTemplate(): CometChatMessageTemplate;
|
|
6810
6791
|
getVideoMessageTemplate(): CometChatMessageTemplate;
|
|
@@ -6815,25 +6796,25 @@ declare class MessagesDataSource implements DataSource {
|
|
|
6815
6796
|
getFileMessageTemplate(): CometChatMessageTemplate;
|
|
6816
6797
|
getAllMessageTemplates(additionalConfigurations?: additionalParams): Array<CometChatMessageTemplate>;
|
|
6817
6798
|
getMessageTemplate(messageType: string, messageCategory: string, additionalConfigurations?: additionalParams): CometChatMessageTemplate | null;
|
|
6818
|
-
getMessageOptions(loggedInUser: CometChat
|
|
6819
|
-
getCommonOptions(loggedInUser: CometChat
|
|
6799
|
+
getMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, group?: CometChat.Group, additionalParams?: additionalParamsOptions): Array<CometChatActionsIcon | CometChatActionsView>;
|
|
6800
|
+
getCommonOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, group?: CometChat.Group, additionalParams?: additionalParamsOptions): Array<CometChatActionsIcon | CometChatActionsView>;
|
|
6820
6801
|
getAllMessageTypes(): Array<string>;
|
|
6821
6802
|
addList(): string;
|
|
6822
6803
|
getAllMessageCategories(additionalConfigurations?: {
|
|
6823
6804
|
hideGroupActionMessages?: boolean;
|
|
6824
6805
|
}): Array<string>;
|
|
6825
|
-
getStickerButton(id: ComposerId, user?: CometChat
|
|
6806
|
+
getStickerButton(id: ComposerId, user?: CometChat.User, group?: CometChat.Group): JSX.Element | undefined;
|
|
6826
6807
|
getId(): string;
|
|
6827
|
-
getTextMessageContentView(message: CometChat
|
|
6828
|
-
getAudioMessageContentView(message: CometChat
|
|
6829
|
-
getFileMessageContentView(message: CometChat
|
|
6830
|
-
getImageMessageContentView(message: CometChat
|
|
6831
|
-
getVideoMessageContentView(message: CometChat
|
|
6808
|
+
getTextMessageContentView(message: CometChat.TextMessage, _alignment: MessageBubbleAlignment, additionalConfigurations?: additionalParams): JSX.Element | Element;
|
|
6809
|
+
getAudioMessageContentView(message: CometChat.MediaMessage, _alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
6810
|
+
getFileMessageContentView(message: CometChat.MediaMessage, _alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
6811
|
+
getImageMessageContentView(message: CometChat.MediaMessage, _alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
6812
|
+
getVideoMessageContentView(message: CometChat.MediaMessage, _alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
6832
6813
|
getActionMessage(message: any): string;
|
|
6833
|
-
getDeleteMessageBubble(message: CometChat
|
|
6834
|
-
getGroupActionBubble(message: CometChat
|
|
6835
|
-
getTextMessageBubble(messageText: string, message: CometChat
|
|
6836
|
-
getAudioMessageBubble(audioUrl: string, message: CometChat
|
|
6814
|
+
getDeleteMessageBubble(message: CometChat.BaseMessage, text?: string, alignment?: MessageBubbleAlignment): react_jsx_runtime.JSX.Element;
|
|
6815
|
+
getGroupActionBubble(message: CometChat.BaseMessage): react_jsx_runtime.JSX.Element;
|
|
6816
|
+
getTextMessageBubble(messageText: string, message: CometChat.TextMessage, alignment: MessageBubbleAlignment, additionalConfigurations?: additionalParams): Element | JSX.Element;
|
|
6817
|
+
getAudioMessageBubble(audioUrl: string, message: CometChat.MediaMessage, title?: string, alignment?: MessageBubbleAlignment): Element | JSX.Element;
|
|
6837
6818
|
/**
|
|
6838
6819
|
* Function to check mimeType and return the iconUrl of that type
|
|
6839
6820
|
* @param mimeType
|
|
@@ -6846,16 +6827,16 @@ declare class MessagesDataSource implements DataSource {
|
|
|
6846
6827
|
* @returns
|
|
6847
6828
|
*/
|
|
6848
6829
|
getFileSize: (sizeInBytes: number) => string;
|
|
6849
|
-
getFileMessageBubble(fileUrl: string, message: CometChat
|
|
6850
|
-
getImageMessageBubble(imageUrl: string, placeholderImage: string, message: CometChat
|
|
6851
|
-
getVideoMessageBubble(videoUrl: string, message: CometChat
|
|
6830
|
+
getFileMessageBubble(fileUrl: string, message: CometChat.MediaMessage, title?: string, alignment?: MessageBubbleAlignment): Element | JSX.Element;
|
|
6831
|
+
getImageMessageBubble(imageUrl: string, placeholderImage: string, message: CometChat.MediaMessage, onClick?: Function): react_jsx_runtime.JSX.Element;
|
|
6832
|
+
getVideoMessageBubble(videoUrl: string, message: CometChat.MediaMessage, thumbnailUrl?: string, onClick?: Function): Element | JSX.Element;
|
|
6852
6833
|
imageAttachmentOption(): CometChatMessageComposerAction;
|
|
6853
6834
|
videoAttachmentOption(): CometChatMessageComposerAction;
|
|
6854
6835
|
audioAttachmentOption(): CometChatMessageComposerAction;
|
|
6855
6836
|
fileAttachmentOption(): CometChatMessageComposerAction;
|
|
6856
6837
|
getAttachmentOptions(id: ComposerId, additionalConfigurations?: any): Array<CometChatMessageComposerAction>;
|
|
6857
|
-
getLastConversationMessage(conversation: CometChat
|
|
6858
|
-
getAuxiliaryHeaderMenu(user?: CometChat
|
|
6838
|
+
getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User, additionalConfigurations: additionalParams): string;
|
|
6839
|
+
getAuxiliaryHeaderMenu(user?: CometChat.User, group?: CometChat.Group, additionalConfigurations?: any): Element[] | JSX.Element[];
|
|
6859
6840
|
/**
|
|
6860
6841
|
* Adds styled @ for every mention in the text by matching uid
|
|
6861
6842
|
*
|
|
@@ -6863,12 +6844,21 @@ declare class MessagesDataSource implements DataSource {
|
|
|
6863
6844
|
* @param {string} subtitle
|
|
6864
6845
|
* @returns {void}
|
|
6865
6846
|
*/
|
|
6866
|
-
getMentionsFormattedText(message: CometChat
|
|
6847
|
+
getMentionsFormattedText(message: CometChat.TextMessage, subtitle: string, mentionsFormatterParams: {
|
|
6867
6848
|
mentionsTargetElement: MentionsTargetElement;
|
|
6868
6849
|
}): string;
|
|
6869
6850
|
getAllTextFormatters(formatterParams: additionalParams): CometChatTextFormatter[];
|
|
6870
6851
|
getMentionsTextFormatter(params: additionalParams): CometChatMentionsFormatter;
|
|
6871
6852
|
getUrlTextFormatter(params?: additionalParams): CometChatUrlsFormatter;
|
|
6853
|
+
getFormMessageBubble(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
6854
|
+
getSchedulerMessageBubble(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
6855
|
+
getCardMessageBubble(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
6856
|
+
getFormMessageTemplate(): CometChatMessageTemplate;
|
|
6857
|
+
getSchedulerMessageTemplate(): CometChatMessageTemplate;
|
|
6858
|
+
getCardMessageTemplate(): CometChatMessageTemplate;
|
|
6859
|
+
getFormMessageContentView(message: CometChat.InteractiveMessage, _alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
6860
|
+
getSchedulerMessageContentView(message: CometChat.InteractiveMessage, _alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
6861
|
+
getCardMessageContentView(message: CometChat.InteractiveMessage, _alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
6872
6862
|
}
|
|
6873
6863
|
|
|
6874
6864
|
/**
|
|
@@ -7392,6 +7382,15 @@ declare abstract class DataSource {
|
|
|
7392
7382
|
abstract getMentionsTextFormatter(params: Object): CometChatMentionsFormatter;
|
|
7393
7383
|
abstract getUrlTextFormatter(params: Object): CometChatUrlsFormatter;
|
|
7394
7384
|
abstract getMentionsFormattedText(message: CometChat.TextMessage, subtitle: string, additionalConfigurations?: Object | undefined): string;
|
|
7385
|
+
abstract getFormMessageContentView(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
7386
|
+
abstract getSchedulerMessageContentView(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
7387
|
+
abstract getCardMessageContentView(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
7388
|
+
abstract getFormMessageTemplate(): CometChatMessageTemplate;
|
|
7389
|
+
abstract getSchedulerMessageTemplate(): CometChatMessageTemplate;
|
|
7390
|
+
abstract getCardMessageTemplate(): CometChatMessageTemplate;
|
|
7391
|
+
abstract getFormMessageBubble(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
7392
|
+
abstract getSchedulerMessageBubble(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
7393
|
+
abstract getCardMessageBubble(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): Element | JSX.Element;
|
|
7395
7394
|
}
|
|
7396
7395
|
|
|
7397
7396
|
interface CometChatUiKit {
|
|
@@ -7587,6 +7586,15 @@ declare abstract class DataSourceDecorator implements DataSource {
|
|
|
7587
7586
|
getMentionsTextFormatter(params?: Object): CometChatMentionsFormatter;
|
|
7588
7587
|
getUrlTextFormatter(params?: Object): CometChatUrlsFormatter;
|
|
7589
7588
|
getMentionsFormattedText(message: CometChat.TextMessage, subtitle: string, additionalConfigurations: Object): string;
|
|
7589
|
+
getFormMessageContentView(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): JSX.Element | Element;
|
|
7590
|
+
getSchedulerMessageContentView(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): JSX.Element | Element;
|
|
7591
|
+
getCardMessageContentView(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): JSX.Element | Element;
|
|
7592
|
+
getFormMessageTemplate(): CometChatMessageTemplate;
|
|
7593
|
+
getSchedulerMessageTemplate(): CometChatMessageTemplate;
|
|
7594
|
+
getCardMessageTemplate(): CometChatMessageTemplate;
|
|
7595
|
+
getFormMessageBubble(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): JSX.Element | Element;
|
|
7596
|
+
getSchedulerMessageBubble(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): JSX.Element | Element;
|
|
7597
|
+
getCardMessageBubble(message: CometChat.InteractiveMessage, alignment: MessageBubbleAlignment): JSX.Element | Element;
|
|
7590
7598
|
}
|
|
7591
7599
|
|
|
7592
7600
|
interface ListProps<T> {
|
|
@@ -8438,7 +8446,7 @@ declare class StickersExtensionDecorator extends DataSourceDecorator {
|
|
|
8438
8446
|
* @param group - Optional group object.
|
|
8439
8447
|
* @returns An array of auxiliary options.
|
|
8440
8448
|
*/
|
|
8441
|
-
getStickerButton(id: ComposerId, user?: CometChat
|
|
8449
|
+
getStickerButton(id: ComposerId, user?: CometChat.User, group?: CometChat.Group): react_jsx_runtime.JSX.Element;
|
|
8442
8450
|
/**
|
|
8443
8451
|
* Creates the sticker auxiliary button component.
|
|
8444
8452
|
* @param id - A map containing relevant IDs.
|
|
@@ -8447,7 +8455,7 @@ declare class StickersExtensionDecorator extends DataSourceDecorator {
|
|
|
8447
8455
|
* @param group - Optional group object.
|
|
8448
8456
|
* @returns The JSX element for the sticker auxiliary button.
|
|
8449
8457
|
*/
|
|
8450
|
-
getStickerAuxiliaryButton: (id: ComposerId, user?: CometChat
|
|
8458
|
+
getStickerAuxiliaryButton: (id: ComposerId, user?: CometChat.User, group?: CometChat.Group) => react_jsx_runtime.JSX.Element;
|
|
8451
8459
|
/**
|
|
8452
8460
|
* Sends a sticker message.
|
|
8453
8461
|
* @param event - The event object containing sticker details.
|
|
@@ -8457,14 +8465,14 @@ declare class StickersExtensionDecorator extends DataSourceDecorator {
|
|
|
8457
8465
|
* Sends a sticker message.
|
|
8458
8466
|
* @param event - The event object containing sticker details.
|
|
8459
8467
|
*/
|
|
8460
|
-
getSticker(message: CometChat
|
|
8468
|
+
getSticker(message: CometChat.CustomMessage): any;
|
|
8461
8469
|
/**
|
|
8462
8470
|
* Creates a JSX element for displaying the sticker message content.
|
|
8463
8471
|
* @param stickerMessage - The custom message containing sticker data.
|
|
8464
8472
|
* @param _theme - The theme object for styling.
|
|
8465
8473
|
* @returns The JSX element for the sticker message content.
|
|
8466
8474
|
*/
|
|
8467
|
-
getStickerMessageContentView(stickerMessage: CometChat
|
|
8475
|
+
getStickerMessageContentView(stickerMessage: CometChat.CustomMessage): react_jsx_runtime.JSX.Element;
|
|
8468
8476
|
/**
|
|
8469
8477
|
* Creates a sticker message template.
|
|
8470
8478
|
* @param _theme - The theme object for styling.
|
|
@@ -8500,7 +8508,7 @@ declare class StickersExtensionDecorator extends DataSourceDecorator {
|
|
|
8500
8508
|
* @param additionalConfigurations - Additional configurations, if any.
|
|
8501
8509
|
* @returns A string representing the last message.
|
|
8502
8510
|
*/
|
|
8503
|
-
getLastConversationMessage(conversation: CometChat
|
|
8511
|
+
getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User, additionalConfigurations?: any): string;
|
|
8504
8512
|
}
|
|
8505
8513
|
|
|
8506
8514
|
/**
|
|
@@ -9891,6 +9899,7 @@ declare class CometChatUIKitConstants {
|
|
|
9891
9899
|
custom: string;
|
|
9892
9900
|
action: string;
|
|
9893
9901
|
call: string;
|
|
9902
|
+
interactive: string;
|
|
9894
9903
|
}>;
|
|
9895
9904
|
static MessageTypes: Readonly<{
|
|
9896
9905
|
text: string;
|
|
@@ -9901,6 +9910,10 @@ declare class CometChatUIKitConstants {
|
|
|
9901
9910
|
delete: "delete";
|
|
9902
9911
|
edited: "edited";
|
|
9903
9912
|
groupMember: "groupMember";
|
|
9913
|
+
form: "form";
|
|
9914
|
+
card: "card";
|
|
9915
|
+
customInteractive: "customInteractive";
|
|
9916
|
+
scheduler: "scheduler";
|
|
9904
9917
|
}>;
|
|
9905
9918
|
static groupMemberAction: Readonly<{
|
|
9906
9919
|
ROLE: "role";
|
|
@@ -9983,7 +9996,6 @@ declare class CometChatUIKitConstants {
|
|
|
9983
9996
|
CUSTOM_MESSAGE_RECEIVED: "onCustomMessageReceived";
|
|
9984
9997
|
TRANSIENT_MESSAGE_RECEIVED: "onTransientMessageReceived";
|
|
9985
9998
|
INTERACTIVE_MESSAGE_RECEIVED: "onInteractiveMessageReceived";
|
|
9986
|
-
INTERACTION_GOAL_COMPLETED: "onInteractionGoalCompleted";
|
|
9987
9999
|
DELIVERY: "delivery";
|
|
9988
10000
|
READ: "read";
|
|
9989
10001
|
APP_SYSTEM: "app_system";
|
|
@@ -10220,6 +10232,10 @@ declare class CometChatMessageEvents {
|
|
|
10220
10232
|
static onTransientMessageReceived: Subject<CometChat.TransientMessage>;
|
|
10221
10233
|
static onMessageReactionAdded: Subject<CometChat.ReactionEvent>;
|
|
10222
10234
|
static onMessageReactionRemoved: Subject<CometChat.ReactionEvent>;
|
|
10235
|
+
static onCustomInteractiveMessageReceived: Subject<CometChat.InteractiveMessage>;
|
|
10236
|
+
static onFormMessageReceived: Subject<CometChat.InteractiveMessage>;
|
|
10237
|
+
static onCardMessageReceived: Subject<CometChat.InteractiveMessage>;
|
|
10238
|
+
static onSchedulerMessageReceived: Subject<CometChat.InteractiveMessage>;
|
|
10223
10239
|
}
|
|
10224
10240
|
/**
|
|
10225
10241
|
* Interface for message-related events
|
|
@@ -10412,6 +10428,8 @@ interface ContextMenuProps {
|
|
|
10412
10428
|
onOptionClicked?: (option: CometChatActionsIcon | CometChatActionsView | CometChatOption) => void;
|
|
10413
10429
|
placement?: Placement$1;
|
|
10414
10430
|
closeOnOutsideClick?: boolean;
|
|
10431
|
+
disableBackgroundInteraction?: boolean;
|
|
10432
|
+
useParentContainer?: boolean;
|
|
10415
10433
|
}
|
|
10416
10434
|
/**
|
|
10417
10435
|
* CometChatContextMenu is a composite component used to display menu data in required format.
|
|
@@ -10474,6 +10492,8 @@ interface PopoverProps {
|
|
|
10474
10492
|
content: ReactNode;
|
|
10475
10493
|
childClickHandler?: (openContent: Function, event: Event) => void;
|
|
10476
10494
|
onOutsideClick?: () => void;
|
|
10495
|
+
disableBackgroundInteraction?: boolean;
|
|
10496
|
+
useParentContainer?: boolean;
|
|
10477
10497
|
}
|
|
10478
10498
|
declare const CometChatPopover: React.ForwardRefExoticComponent<PopoverProps & React.RefAttributes<{
|
|
10479
10499
|
openPopover: () => void;
|
|
@@ -11227,6 +11247,7 @@ declare function processFileForAudio(file: File): Promise<File>;
|
|
|
11227
11247
|
*/
|
|
11228
11248
|
declare function formatDateFromTimestamp(timestamp: number): string;
|
|
11229
11249
|
declare function isMobileDevice(): boolean;
|
|
11250
|
+
declare function fireClickEvent(): void;
|
|
11230
11251
|
|
|
11231
11252
|
/**
|
|
11232
11253
|
* Utility class for managing local storage with change detection capabilities.
|
|
@@ -11389,7 +11410,7 @@ declare class CometChatUIKitUtility {
|
|
|
11389
11410
|
* @param messageObject - The message object containing extensions.
|
|
11390
11411
|
* @returns The sanitized message text if available, otherwise the original text.
|
|
11391
11412
|
*/
|
|
11392
|
-
static getExtensionData(messageObject: CometChat
|
|
11413
|
+
static getExtensionData(messageObject: CometChat.BaseMessage): string;
|
|
11393
11414
|
/**
|
|
11394
11415
|
* Checks for extension data in a message.
|
|
11395
11416
|
*
|
|
@@ -11397,7 +11418,7 @@ declare class CometChatUIKitUtility {
|
|
|
11397
11418
|
* @param extensionKey - The extension key to look for.
|
|
11398
11419
|
* @returns The extension data if found.
|
|
11399
11420
|
*/
|
|
11400
|
-
static checkMessageForExtensionsData: (message: CometChat
|
|
11421
|
+
static checkMessageForExtensionsData: (message: CometChat.BaseMessage | null, extensionKey: string) => (object & MessageExtensionType) | undefined;
|
|
11401
11422
|
/**
|
|
11402
11423
|
* Sanitizes an HTML string by escaping tags not matching the whitelist.
|
|
11403
11424
|
*
|
|
@@ -11443,4 +11464,4 @@ declare function useRefSync<T>(value: T): React__default.MutableRefObject<T>;
|
|
|
11443
11464
|
declare function useStateRef<T>(initialValue: T): [T, (node: T) => void];
|
|
11444
11465
|
declare function useCometChatErrorHandler(onError?: ((error: CometChat.CometChatException) => void) | null): (error: unknown, source?: string) => void;
|
|
11445
11466
|
|
|
11446
|
-
export { AuxiliaryButtonAlignment, ButtonAction, CallButtonConfiguration, CallWorkflow, CallingConfiguration, CallingDetailsUtils, CallingExtension, CallingExtensionDecorator, ChatConfigurator, ChatSdkEventInitializer, CollaborativeDocumentConfiguration, CollaborativeDocumentExtension, CollaborativeDocumentExtensionDecorator, CollaborativeWhiteBoardExtensionDecorator, CollaborativeWhiteboardConfiguration, CollaborativeWhiteboardExtension, CometChatActionBubble, CometChatActionSheet, CometChatActions, CometChatActionsIcon, CometChatActionsView, CometChatAudioBubble, CometChatAvatar, CometChatButton, CometChatCallBubble, CometChatCallButtons, CometChatCallEvents, CometChatCallLogs, CometChatChangeScope, CometChatCheckbox, CometChatConfirmDialog, CometChatContextMenu, CometChatConversationEvents, CometChatConversations, CometChatDate, CometChatDeleteBubble, CometChatDocumentBubble, CometChatDropDown, CometChatEditPreview, CometChatEmojiKeyboard, CometChatFileBubble, CometChatFullScreenViewer, CometChatGroupEvents, CometChatGroupMembers, CometChatGroups, CometChatImageBubble, CometChatIncomingCall, CometChatList, CometChatListItem, CometChatLocalize, CometChatMediaRecorder, CometChatMentionsFormatter, CometChatMessageBubble, CometChatMessageComposer, CometChatMessageComposerAction, CometChatMessageEvents, CometChatMessageHeader, CometChatMessageInformation, CometChatMessageList, CometChatMessageOption, CometChatMessageTemplate, CometChatOngoingCall, CometChatOption, CometChatOutgoingCall, CometChatPopover, CometChatRadioButton, CometChatReactionInfo, CometChatReactionList, CometChatReactions, CometChatSearchBar, CometChatTextBubble, CometChatTextFormatter, CometChatThreadedMessagePreview, CometChatToast, CometChatUIEvents, CometChatUIKit, CometChatUIKitCalls, CometChatUIKitConstants, CometChatUIKitLoginListener, CometChatUIKitUtility, CometChatUrlsFormatter, CometChatUserEvents, CometChatUserMemberWrapper, CometChatUsers, CometChatUtilityConstants, CometChatVideoBubble, ConversationUtils, DataSource, DataSourceDecorator, DatePatterns, DateTimePickerMode, DocumentIconAlignment, ElementType, EnterKeyBehavior, ExtensionsDataSource, GroupMemberUtils, HTTPSRequestMethods, type IActiveChatChanged, type IDialog, type IGroupLeft, type IGroupMemberAdded, type IGroupMemberJoined, type IGroupMemberKickedBanned, type IGroupMemberScopeChanged, type IGroupMemberUnBanned, type IMentionsCountWarning, type IMessages, type IModal, type IMouseEvent, type IOpenChat, type IOwnershipChanged, type IPanel, type IShowOngoingCall, IconButtonAlignment, LabelAlignment, LinkPreviewExtension, LinkPreviewExtensionDecorator, MentionsTargetElement, MentionsVisibility, MessageBubbleAlignment, MessageListAlignment, MessageReceiptUtils, MessageStatus, MessageTranslationExtension, MessageTranslationExtensionDecorator, MessageUtils, MessagesDataSource, MouseEventSource, OutgoingCallConfiguration, PanelAlignment, Placement$1 as Placement, type PollOptions, PollsConfiguration, PollsExtension, PollsExtensionDecorator, PreviewMessageMode, Receipts, RecordingType, SelectionMode, States, StickersExtension, StickersExtensionDecorator, StorageUtils, TabAlignment, TabsVisibility, ThumbnailGenerationExtension, ThumbnailGenerationExtensionDecorator, TimestampAlignment, TitleAlignment, UIKitSettings, UIKitSettingsBuilder, UserMemberListType, closeCurrentMediaPlayer, convertMinutesToHoursMinutesSeconds, convertSecondsToHoursMinutesSeconds, currentAudioPlayer, currentMediaPlayer, downloadRecordingFromURL, formatDateFromTimestamp, getCallStatusWithType, getThemeMode, getThemeVariable, isMessageSentByMe, isMissedCall, isMobileDevice, isSafari, isSentByMe, isURL, localize, processFileForAudio, sanitizeHtml, useCometChatErrorHandler, useRefSync, useStateRef, verifyCallUser };
|
|
11467
|
+
export { AuxiliaryButtonAlignment, ButtonAction, CallButtonConfiguration, CallWorkflow, CallingConfiguration, CallingDetailsUtils, CallingExtension, CallingExtensionDecorator, ChatConfigurator, ChatSdkEventInitializer, CollaborativeDocumentConfiguration, CollaborativeDocumentExtension, CollaborativeDocumentExtensionDecorator, CollaborativeWhiteBoardExtensionDecorator, CollaborativeWhiteboardConfiguration, CollaborativeWhiteboardExtension, CometChatActionBubble, CometChatActionSheet, CometChatActions, CometChatActionsIcon, CometChatActionsView, CometChatAudioBubble, CometChatAvatar, CometChatButton, CometChatCallBubble, CometChatCallButtons, CometChatCallEvents, CometChatCallLogs, CometChatChangeScope, CometChatCheckbox, CometChatConfirmDialog, CometChatContextMenu, CometChatConversationEvents, CometChatConversations, CometChatDate, CometChatDeleteBubble, CometChatDocumentBubble, CometChatDropDown, CometChatEditPreview, CometChatEmojiKeyboard, CometChatFileBubble, CometChatFullScreenViewer, CometChatGroupEvents, CometChatGroupMembers, CometChatGroups, CometChatImageBubble, CometChatIncomingCall, CometChatList, CometChatListItem, CometChatLocalize, CometChatMediaRecorder, CometChatMentionsFormatter, CometChatMessageBubble, CometChatMessageComposer, CometChatMessageComposerAction, CometChatMessageEvents, CometChatMessageHeader, CometChatMessageInformation, CometChatMessageList, CometChatMessageOption, CometChatMessageTemplate, CometChatOngoingCall, CometChatOption, CometChatOutgoingCall, CometChatPopover, CometChatRadioButton, CometChatReactionInfo, CometChatReactionList, CometChatReactions, CometChatSearchBar, CometChatTextBubble, CometChatTextFormatter, CometChatThreadedMessagePreview, CometChatToast, CometChatUIEvents, CometChatUIKit, CometChatUIKitCalls, CometChatUIKitConstants, CometChatUIKitLoginListener, CometChatUIKitUtility, CometChatUrlsFormatter, CometChatUserEvents, CometChatUserMemberWrapper, CometChatUsers, CometChatUtilityConstants, CometChatVideoBubble, ConversationUtils, DataSource, DataSourceDecorator, DatePatterns, DateTimePickerMode, DocumentIconAlignment, ElementType, EnterKeyBehavior, ExtensionsDataSource, GroupMemberUtils, HTTPSRequestMethods, type IActiveChatChanged, type IDialog, type IGroupLeft, type IGroupMemberAdded, type IGroupMemberJoined, type IGroupMemberKickedBanned, type IGroupMemberScopeChanged, type IGroupMemberUnBanned, type IMentionsCountWarning, type IMessages, type IModal, type IMouseEvent, type IOpenChat, type IOwnershipChanged, type IPanel, type IShowOngoingCall, IconButtonAlignment, LabelAlignment, LinkPreviewExtension, LinkPreviewExtensionDecorator, MentionsTargetElement, MentionsVisibility, MessageBubbleAlignment, MessageListAlignment, MessageReceiptUtils, MessageStatus, MessageTranslationExtension, MessageTranslationExtensionDecorator, MessageUtils, MessagesDataSource, MouseEventSource, OutgoingCallConfiguration, PanelAlignment, Placement$1 as Placement, type PollOptions, PollsConfiguration, PollsExtension, PollsExtensionDecorator, PreviewMessageMode, Receipts, RecordingType, SelectionMode, States, StickersExtension, StickersExtensionDecorator, StorageUtils, TabAlignment, TabsVisibility, ThumbnailGenerationExtension, ThumbnailGenerationExtensionDecorator, TimestampAlignment, TitleAlignment, UIKitSettings, UIKitSettingsBuilder, UserMemberListType, closeCurrentMediaPlayer, convertMinutesToHoursMinutesSeconds, convertSecondsToHoursMinutesSeconds, currentAudioPlayer, currentMediaPlayer, downloadRecordingFromURL, fireClickEvent, formatDateFromTimestamp, getCallStatusWithType, getThemeMode, getThemeVariable, isMessageSentByMe, isMissedCall, isMobileDevice, isSafari, isSentByMe, isURL, localize, processFileForAudio, sanitizeHtml, useCometChatErrorHandler, useRefSync, useStateRef, verifyCallUser };
|