@tencentcloud/chat-uikit-react 4.5.3 → 5.3.0
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/CHANGELOG.md +7 -0
- package/dist/components/Chat/Chat.js +1 -1
- package/dist/components/ChatHeader/AudioCallPicker/AudioCallPicker.js +1 -1
- package/dist/components/ChatHeader/ChatHeaderUI/ChatHeaderUI.js +1 -1
- package/dist/components/ChatHeader/VideoCallPicker/VideoCallPicker.js +1 -1
- package/dist/components/Modal/Modal.js +2 -2
- package/dist/external_modules/{classnames-HRMVOjAa.js → classnames-YINwPh9B.js} +10 -13
- package/dist/external_modules/{react-vendors-x_iUMC12.js → react-vendors-oB9rFIV-.js} +181 -178
- package/dist/index.js +2 -2
- package/dist/locales/en-US/index.d.ts +0 -94
- package/dist/locales/en-US/index.js +18 -20
- package/dist/locales/ja-JP/index.d.ts +0 -95
- package/dist/locales/ja-JP/index.js +18 -20
- package/dist/locales/ko-KR/index.d.ts +0 -95
- package/dist/locales/ko-KR/index.js +18 -20
- package/dist/locales/zh-CN/index.d.ts +0 -94
- package/dist/locales/zh-CN/index.js +18 -20
- package/dist/locales/zh-TW/index.d.ts +0 -95
- package/dist/locales/zh-TW/index.js +18 -20
- package/package.json +7 -7
- package/src/locales/en-US/index.ts +0 -2
- package/src/locales/ja-JP/index.ts +0 -2
- package/src/locales/ko-KR/index.ts +0 -2
- package/src/locales/zh-CN/index.ts +0 -2
- package/src/locales/zh-TW/index.ts +0 -2
- package/dist/locales/en-US/ChatSetting.d.ts +0 -95
- package/dist/locales/en-US/ChatSetting.js +0 -107
- package/dist/locales/ja-JP/ChatSetting.d.ts +0 -96
- package/dist/locales/ja-JP/ChatSetting.js +0 -108
- package/dist/locales/ko-KR/ChatSetting.d.ts +0 -96
- package/dist/locales/ko-KR/ChatSetting.js +0 -108
- package/dist/locales/zh-CN/ChatSetting.d.ts +0 -95
- package/dist/locales/zh-CN/ChatSetting.js +0 -107
- package/dist/locales/zh-TW/ChatSetting.d.ts +0 -96
- package/dist/locales/zh-TW/ChatSetting.js +0 -108
- package/src/locales/en-US/ChatSetting.ts +0 -116
- package/src/locales/ja-JP/ChatSetting.ts +0 -117
- package/src/locales/ko-KR/ChatSetting.ts +0 -117
- package/src/locales/zh-CN/ChatSetting.ts +0 -116
- package/src/locales/zh-TW/ChatSetting.ts +0 -117
package/dist/index.js
CHANGED
|
@@ -20,8 +20,8 @@ import { ChatProvider as q, useChatContext as z } from "./context/ChatContext.js
|
|
|
20
20
|
import { useChatHeader as F } from "./hooks/useChatHeader.js";
|
|
21
21
|
import { useUIManagerState as J } from "./states/UIManagerState.js";
|
|
22
22
|
import './styles/index.css';export * from "tuikit-atomicx-react/chat";
|
|
23
|
-
const e = "
|
|
24
|
-
typeof window < "u" && (window.__CHAT_UIKIT_REACT__ = { name: "@tencentcloud/chat-uikit-react", version: "
|
|
23
|
+
const e = "5.3.0";
|
|
24
|
+
typeof window < "u" && (window.__CHAT_UIKIT_REACT__ = { name: "@tencentcloud/chat-uikit-react", version: "5.3.0" }, console.log("[@tencentcloud/chat-uikit-react] v5.3.0"));
|
|
25
25
|
export {
|
|
26
26
|
a as AudioCallPicker,
|
|
27
27
|
d as Chat,
|
|
@@ -322,100 +322,6 @@ export declare const message: {
|
|
|
322
322
|
Saturday: string;
|
|
323
323
|
Sunday: string;
|
|
324
324
|
};
|
|
325
|
-
ChatSetting: {
|
|
326
|
-
cancel: string;
|
|
327
|
-
confirm: string;
|
|
328
|
-
not_set: string;
|
|
329
|
-
user_id: string;
|
|
330
|
-
nickname: string;
|
|
331
|
-
nickname_placeholder: string;
|
|
332
|
-
signature: string;
|
|
333
|
-
remark: string;
|
|
334
|
-
remark_placeholder: string;
|
|
335
|
-
remark_update_success: string;
|
|
336
|
-
pin_conversation: string;
|
|
337
|
-
mute_conversation: string;
|
|
338
|
-
copied: string;
|
|
339
|
-
remove_member_dialog_title: string;
|
|
340
|
-
add_member_dialog_title: string;
|
|
341
|
-
failed_to_load_more_members: string;
|
|
342
|
-
failed_to_remove_member: string;
|
|
343
|
-
me: string;
|
|
344
|
-
group_id: string;
|
|
345
|
-
group_name: string;
|
|
346
|
-
group_name_placeholder: string;
|
|
347
|
-
group_introduction: string;
|
|
348
|
-
group_introduction_placeholder: string;
|
|
349
|
-
group_notification: string;
|
|
350
|
-
group_notification_placeholder: string;
|
|
351
|
-
my_name_card: string;
|
|
352
|
-
my_name_card_placeholder: string;
|
|
353
|
-
group_type: string;
|
|
354
|
-
group_type_work: string;
|
|
355
|
-
group_type_public: string;
|
|
356
|
-
group_type_meeting: string;
|
|
357
|
-
group_type_community: string;
|
|
358
|
-
group_type_avchatroom: string;
|
|
359
|
-
group_type_unknown: string;
|
|
360
|
-
group_name_required_string: string;
|
|
361
|
-
group_name_required: string;
|
|
362
|
-
group_name_max_length: string;
|
|
363
|
-
group_name_unchanged: string;
|
|
364
|
-
group_introduction_required_string: string;
|
|
365
|
-
group_introduction_max_length: string;
|
|
366
|
-
group_introduction_unchanged: string;
|
|
367
|
-
group_notification_required_string: string;
|
|
368
|
-
group_notification_max_length: string;
|
|
369
|
-
group_notification_unchanged: string;
|
|
370
|
-
group_name_card_required_string: string;
|
|
371
|
-
group_name_card_unchanged: string;
|
|
372
|
-
group_name_update_success: string;
|
|
373
|
-
group_name_update_failed: string;
|
|
374
|
-
group_introduction_update_success: string;
|
|
375
|
-
group_introduction_update_failed: string;
|
|
376
|
-
group_notification_update_success: string;
|
|
377
|
-
group_notification_update_failed: string;
|
|
378
|
-
group_name_card_update_success: string;
|
|
379
|
-
group_name_card_update_failed: string;
|
|
380
|
-
group_member_add_success: string;
|
|
381
|
-
group_member_add_failed: string;
|
|
382
|
-
group_member_add_partially_failed: string;
|
|
383
|
-
group_member_remove_success: string;
|
|
384
|
-
group_member_remove_failed: string;
|
|
385
|
-
group_members: string;
|
|
386
|
-
add: string;
|
|
387
|
-
remove: string;
|
|
388
|
-
loading: string;
|
|
389
|
-
all_members_shown: string;
|
|
390
|
-
collapse: string;
|
|
391
|
-
transfer_group_owner: string;
|
|
392
|
-
quit_group: string;
|
|
393
|
-
dismiss_group: string;
|
|
394
|
-
confirm_quit_group: string;
|
|
395
|
-
select_new_owner_error: string;
|
|
396
|
-
only_one_owner_error: string;
|
|
397
|
-
transfer_owner_success: string;
|
|
398
|
-
transfer_owner_failed: string;
|
|
399
|
-
quit_group_success: string;
|
|
400
|
-
quit_group_failed: string;
|
|
401
|
-
group_management: string;
|
|
402
|
-
set_admin: string;
|
|
403
|
-
unset_admin: string;
|
|
404
|
-
mute_members: string;
|
|
405
|
-
unmute_members: string;
|
|
406
|
-
operation_success: string;
|
|
407
|
-
operation_failed: string;
|
|
408
|
-
all_members_muted: string;
|
|
409
|
-
all_members_unmuted: string;
|
|
410
|
-
mute_all_failed: string;
|
|
411
|
-
group_admin: string;
|
|
412
|
-
mute_management: string;
|
|
413
|
-
mute_all_members: string;
|
|
414
|
-
mute_all_members_description: string;
|
|
415
|
-
group_member_role_owner: string;
|
|
416
|
-
group_member_role_admin: string;
|
|
417
|
-
group_member_role_member: string;
|
|
418
|
-
};
|
|
419
325
|
GroupTip: {
|
|
420
326
|
administrator: string;
|
|
421
327
|
enabled_mute_all_members: string;
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
import o from "./
|
|
2
|
-
import r from "./
|
|
3
|
-
import m from "./
|
|
4
|
-
import t from "./
|
|
5
|
-
import i from "./
|
|
6
|
-
import p from "./
|
|
7
|
-
import e from "./
|
|
8
|
-
import a from "./
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
ChatSetting: o,
|
|
19
|
-
GroupTip: t
|
|
1
|
+
import o from "./DateRangePicker.js";
|
|
2
|
+
import r from "./emoji.js";
|
|
3
|
+
import m from "./GroupTip.js";
|
|
4
|
+
import t from "./Search.js";
|
|
5
|
+
import i from "./TUIChat.js";
|
|
6
|
+
import p from "./TUIContact.js";
|
|
7
|
+
import e from "./TUIConversation.js";
|
|
8
|
+
import a from "./TUIProfile.js";
|
|
9
|
+
const g = {
|
|
10
|
+
TUIChat: i,
|
|
11
|
+
Emoji: r,
|
|
12
|
+
TUIConversation: e,
|
|
13
|
+
TUIContact: p,
|
|
14
|
+
TUIProfile: a,
|
|
15
|
+
Search: t,
|
|
16
|
+
DateRangePicker: o,
|
|
17
|
+
GroupTip: m
|
|
20
18
|
};
|
|
21
19
|
export {
|
|
22
|
-
|
|
20
|
+
g as message
|
|
23
21
|
};
|
|
@@ -321,101 +321,6 @@ export declare const message: {
|
|
|
321
321
|
Saturday: string;
|
|
322
322
|
Sunday: string;
|
|
323
323
|
};
|
|
324
|
-
ChatSetting: {
|
|
325
|
-
cancel: string;
|
|
326
|
-
confirm: string;
|
|
327
|
-
not_set: string;
|
|
328
|
-
user_id: string;
|
|
329
|
-
nickname: string;
|
|
330
|
-
nickname_placeholder: string;
|
|
331
|
-
signature: string;
|
|
332
|
-
remark: string;
|
|
333
|
-
remark_placeholder: string;
|
|
334
|
-
remark_update_success: string;
|
|
335
|
-
pin_conversation: string;
|
|
336
|
-
mute_conversation: string;
|
|
337
|
-
copied: string;
|
|
338
|
-
remove_member_dialog_title: string;
|
|
339
|
-
add_member_dialog_title: string;
|
|
340
|
-
failed_to_load_more_members: string;
|
|
341
|
-
failed_to_remove_member: string;
|
|
342
|
-
me: string;
|
|
343
|
-
group_id: string;
|
|
344
|
-
group_name: string;
|
|
345
|
-
group_name_placeholder: string;
|
|
346
|
-
group_introduction: string;
|
|
347
|
-
group_introduction_placeholder: string;
|
|
348
|
-
group_notification: string;
|
|
349
|
-
group_notification_placeholder: string;
|
|
350
|
-
my_name_card: string;
|
|
351
|
-
my_name_card_placeholder: string;
|
|
352
|
-
group_type: string;
|
|
353
|
-
group_type_work: string;
|
|
354
|
-
group_type_public: string;
|
|
355
|
-
group_type_meeting: string;
|
|
356
|
-
group_type_community: string;
|
|
357
|
-
group_type_avchatroom: string;
|
|
358
|
-
group_type_unknown: string;
|
|
359
|
-
group_name_required_string: string;
|
|
360
|
-
group_name_required: string;
|
|
361
|
-
group_name_max_length: string;
|
|
362
|
-
group_name_unchanged: string;
|
|
363
|
-
group_introduction_required_string: string;
|
|
364
|
-
group_introduction_max_length: string;
|
|
365
|
-
group_introduction_unchanged: string;
|
|
366
|
-
group_notification_required_string: string;
|
|
367
|
-
group_notification_max_length: string;
|
|
368
|
-
group_notification_unchanged: string;
|
|
369
|
-
group_name_card_required_string: string;
|
|
370
|
-
group_name_card_unchanged: string;
|
|
371
|
-
group_name_update_success: string;
|
|
372
|
-
group_name_update_failed: string;
|
|
373
|
-
group_introduction_update_success: string;
|
|
374
|
-
group_introduction_update_failed: string;
|
|
375
|
-
group_notification_update_success: string;
|
|
376
|
-
group_notification_update_failed: string;
|
|
377
|
-
group_name_card_update_success: string;
|
|
378
|
-
group_name_card_update_failed: string;
|
|
379
|
-
group_member_add_success: string;
|
|
380
|
-
group_member_add_failed: string;
|
|
381
|
-
group_member_add_partially_failed: string;
|
|
382
|
-
group_member_remove_success: string;
|
|
383
|
-
group_member_remove_failed: string;
|
|
384
|
-
group_members: string;
|
|
385
|
-
add: string;
|
|
386
|
-
remove: string;
|
|
387
|
-
loading: string;
|
|
388
|
-
all_members_shown: string;
|
|
389
|
-
collapse: string;
|
|
390
|
-
transfer_group_owner: string;
|
|
391
|
-
quit_group: string;
|
|
392
|
-
dismiss_group: string;
|
|
393
|
-
transfer_owner_dialog_title: string;
|
|
394
|
-
dismiss_group_dialog_title: string;
|
|
395
|
-
quit_group_dialog_title: string;
|
|
396
|
-
quit_group_confirmation: string;
|
|
397
|
-
select_new_owner_error: string;
|
|
398
|
-
only_one_owner_error: string;
|
|
399
|
-
transfer_owner_success: string;
|
|
400
|
-
transfer_owner_failed: string;
|
|
401
|
-
group_management: string;
|
|
402
|
-
group_admin: string;
|
|
403
|
-
mute_management: string;
|
|
404
|
-
mute_all_members: string;
|
|
405
|
-
mute_all_members_description: string;
|
|
406
|
-
set_admin_dialog_title: string;
|
|
407
|
-
remove_admin_dialog_title: string;
|
|
408
|
-
mute_member_dialog_title: string;
|
|
409
|
-
unmute_member_dialog_title: string;
|
|
410
|
-
operation_success: string;
|
|
411
|
-
operation_failed: string;
|
|
412
|
-
all_members_muted: string;
|
|
413
|
-
all_members_unmuted: string;
|
|
414
|
-
failed_to_update_mute_all: string;
|
|
415
|
-
group_member_role_owner: string;
|
|
416
|
-
group_member_role_admin: string;
|
|
417
|
-
group_member_role_member: string;
|
|
418
|
-
};
|
|
419
324
|
GroupTip: {
|
|
420
325
|
administrator: string;
|
|
421
326
|
enabled_mute_all_members: string;
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
import o from "./
|
|
2
|
-
import r from "./
|
|
3
|
-
import m from "./
|
|
4
|
-
import t from "./
|
|
5
|
-
import i from "./
|
|
6
|
-
import p from "./
|
|
7
|
-
import e from "./
|
|
8
|
-
import a from "./
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
ChatSetting: o,
|
|
19
|
-
GroupTip: t
|
|
1
|
+
import o from "./DateRangePicker.js";
|
|
2
|
+
import r from "./emoji.js";
|
|
3
|
+
import m from "./GroupTip.js";
|
|
4
|
+
import t from "./Search.js";
|
|
5
|
+
import i from "./TUIChat.js";
|
|
6
|
+
import p from "./TUIContact.js";
|
|
7
|
+
import e from "./TUIConversation.js";
|
|
8
|
+
import a from "./TUIProfile.js";
|
|
9
|
+
const g = {
|
|
10
|
+
TUIChat: i,
|
|
11
|
+
Emoji: r,
|
|
12
|
+
TUIConversation: e,
|
|
13
|
+
TUIContact: p,
|
|
14
|
+
TUIProfile: a,
|
|
15
|
+
Search: t,
|
|
16
|
+
DateRangePicker: o,
|
|
17
|
+
GroupTip: m
|
|
20
18
|
};
|
|
21
19
|
export {
|
|
22
|
-
|
|
20
|
+
g as message
|
|
23
21
|
};
|
|
@@ -321,101 +321,6 @@ export declare const message: {
|
|
|
321
321
|
Saturday: string;
|
|
322
322
|
Sunday: string;
|
|
323
323
|
};
|
|
324
|
-
ChatSetting: {
|
|
325
|
-
cancel: string;
|
|
326
|
-
confirm: string;
|
|
327
|
-
not_set: string;
|
|
328
|
-
user_id: string;
|
|
329
|
-
nickname: string;
|
|
330
|
-
nickname_placeholder: string;
|
|
331
|
-
signature: string;
|
|
332
|
-
remark: string;
|
|
333
|
-
remark_placeholder: string;
|
|
334
|
-
remark_update_success: string;
|
|
335
|
-
pin_conversation: string;
|
|
336
|
-
mute_conversation: string;
|
|
337
|
-
copied: string;
|
|
338
|
-
remove_member_dialog_title: string;
|
|
339
|
-
add_member_dialog_title: string;
|
|
340
|
-
failed_to_load_more_members: string;
|
|
341
|
-
failed_to_remove_member: string;
|
|
342
|
-
me: string;
|
|
343
|
-
group_id: string;
|
|
344
|
-
group_name: string;
|
|
345
|
-
group_name_placeholder: string;
|
|
346
|
-
group_introduction: string;
|
|
347
|
-
group_introduction_placeholder: string;
|
|
348
|
-
group_notification: string;
|
|
349
|
-
group_notification_placeholder: string;
|
|
350
|
-
my_name_card: string;
|
|
351
|
-
my_name_card_placeholder: string;
|
|
352
|
-
group_type: string;
|
|
353
|
-
group_type_work: string;
|
|
354
|
-
group_type_public: string;
|
|
355
|
-
group_type_meeting: string;
|
|
356
|
-
group_type_community: string;
|
|
357
|
-
group_type_avchatroom: string;
|
|
358
|
-
group_type_unknown: string;
|
|
359
|
-
group_name_required_string: string;
|
|
360
|
-
group_name_required: string;
|
|
361
|
-
group_name_max_length: string;
|
|
362
|
-
group_name_unchanged: string;
|
|
363
|
-
group_introduction_required_string: string;
|
|
364
|
-
group_introduction_max_length: string;
|
|
365
|
-
group_introduction_unchanged: string;
|
|
366
|
-
group_notification_required_string: string;
|
|
367
|
-
group_notification_max_length: string;
|
|
368
|
-
group_notification_unchanged: string;
|
|
369
|
-
group_name_card_required_string: string;
|
|
370
|
-
group_name_card_unchanged: string;
|
|
371
|
-
group_name_update_success: string;
|
|
372
|
-
group_name_update_failed: string;
|
|
373
|
-
group_introduction_update_success: string;
|
|
374
|
-
group_introduction_update_failed: string;
|
|
375
|
-
group_notification_update_success: string;
|
|
376
|
-
group_notification_update_failed: string;
|
|
377
|
-
group_name_card_update_success: string;
|
|
378
|
-
group_name_card_update_failed: string;
|
|
379
|
-
group_member_add_success: string;
|
|
380
|
-
group_member_add_failed: string;
|
|
381
|
-
group_member_add_partially_failed: string;
|
|
382
|
-
group_member_remove_success: string;
|
|
383
|
-
group_member_remove_failed: string;
|
|
384
|
-
group_members: string;
|
|
385
|
-
add: string;
|
|
386
|
-
remove: string;
|
|
387
|
-
loading: string;
|
|
388
|
-
all_members_shown: string;
|
|
389
|
-
collapse: string;
|
|
390
|
-
transfer_group_owner: string;
|
|
391
|
-
quit_group: string;
|
|
392
|
-
dismiss_group: string;
|
|
393
|
-
transfer_owner_dialog_title: string;
|
|
394
|
-
dismiss_group_dialog_title: string;
|
|
395
|
-
quit_group_dialog_title: string;
|
|
396
|
-
quit_group_confirmation: string;
|
|
397
|
-
select_new_owner_error: string;
|
|
398
|
-
only_one_owner_error: string;
|
|
399
|
-
transfer_owner_success: string;
|
|
400
|
-
transfer_owner_failed: string;
|
|
401
|
-
group_management: string;
|
|
402
|
-
group_admin: string;
|
|
403
|
-
mute_management: string;
|
|
404
|
-
mute_all_members: string;
|
|
405
|
-
mute_all_members_description: string;
|
|
406
|
-
set_admin_dialog_title: string;
|
|
407
|
-
remove_admin_dialog_title: string;
|
|
408
|
-
mute_member_dialog_title: string;
|
|
409
|
-
unmute_member_dialog_title: string;
|
|
410
|
-
operation_success: string;
|
|
411
|
-
operation_failed: string;
|
|
412
|
-
all_members_muted: string;
|
|
413
|
-
all_members_unmuted: string;
|
|
414
|
-
failed_to_update_mute_all: string;
|
|
415
|
-
group_member_role_owner: string;
|
|
416
|
-
group_member_role_admin: string;
|
|
417
|
-
group_member_role_member: string;
|
|
418
|
-
};
|
|
419
324
|
GroupTip: {
|
|
420
325
|
administrator: string;
|
|
421
326
|
enabled_mute_all_members: string;
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
import o from "./
|
|
2
|
-
import r from "./
|
|
3
|
-
import m from "./
|
|
4
|
-
import t from "./
|
|
5
|
-
import i from "./
|
|
6
|
-
import p from "./
|
|
7
|
-
import e from "./
|
|
8
|
-
import a from "./
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
ChatSetting: o,
|
|
19
|
-
GroupTip: t
|
|
1
|
+
import o from "./DateRangePicker.js";
|
|
2
|
+
import r from "./emoji.js";
|
|
3
|
+
import m from "./GroupTip.js";
|
|
4
|
+
import t from "./Search.js";
|
|
5
|
+
import i from "./TUIChat.js";
|
|
6
|
+
import p from "./TUIContact.js";
|
|
7
|
+
import e from "./TUIConversation.js";
|
|
8
|
+
import a from "./TUIProfile.js";
|
|
9
|
+
const g = {
|
|
10
|
+
TUIChat: i,
|
|
11
|
+
Emoji: r,
|
|
12
|
+
TUIConversation: e,
|
|
13
|
+
TUIContact: p,
|
|
14
|
+
TUIProfile: a,
|
|
15
|
+
Search: t,
|
|
16
|
+
DateRangePicker: o,
|
|
17
|
+
GroupTip: m
|
|
20
18
|
};
|
|
21
19
|
export {
|
|
22
|
-
|
|
20
|
+
g as message
|
|
23
21
|
};
|
|
@@ -321,100 +321,6 @@ export declare const message: {
|
|
|
321
321
|
Saturday: string;
|
|
322
322
|
Sunday: string;
|
|
323
323
|
};
|
|
324
|
-
ChatSetting: {
|
|
325
|
-
cancel: string;
|
|
326
|
-
confirm: string;
|
|
327
|
-
not_set: string;
|
|
328
|
-
user_id: string;
|
|
329
|
-
nickname: string;
|
|
330
|
-
nickname_placeholder: string;
|
|
331
|
-
signature: string;
|
|
332
|
-
remark: string;
|
|
333
|
-
remark_placeholder: string;
|
|
334
|
-
remark_update_success: string;
|
|
335
|
-
pin_conversation: string;
|
|
336
|
-
mute_conversation: string;
|
|
337
|
-
copied: string;
|
|
338
|
-
remove_member_dialog_title: string;
|
|
339
|
-
add_member_dialog_title: string;
|
|
340
|
-
failed_to_load_more_members: string;
|
|
341
|
-
failed_to_remove_member: string;
|
|
342
|
-
me: string;
|
|
343
|
-
group_id: string;
|
|
344
|
-
group_name: string;
|
|
345
|
-
group_name_placeholder: string;
|
|
346
|
-
group_introduction: string;
|
|
347
|
-
group_introduction_placeholder: string;
|
|
348
|
-
group_notification: string;
|
|
349
|
-
group_notification_placeholder: string;
|
|
350
|
-
my_name_card: string;
|
|
351
|
-
my_name_card_placeholder: string;
|
|
352
|
-
group_type: string;
|
|
353
|
-
group_type_work: string;
|
|
354
|
-
group_type_public: string;
|
|
355
|
-
group_type_meeting: string;
|
|
356
|
-
group_type_community: string;
|
|
357
|
-
group_type_avchatroom: string;
|
|
358
|
-
group_type_unknown: string;
|
|
359
|
-
group_name_required_string: string;
|
|
360
|
-
group_name_required: string;
|
|
361
|
-
group_name_max_length: string;
|
|
362
|
-
group_name_unchanged: string;
|
|
363
|
-
group_introduction_required_string: string;
|
|
364
|
-
group_introduction_max_length: string;
|
|
365
|
-
group_introduction_unchanged: string;
|
|
366
|
-
group_notification_required_string: string;
|
|
367
|
-
group_notification_max_length: string;
|
|
368
|
-
group_notification_unchanged: string;
|
|
369
|
-
group_name_card_required_string: string;
|
|
370
|
-
group_name_card_unchanged: string;
|
|
371
|
-
group_name_update_success: string;
|
|
372
|
-
group_name_update_failed: string;
|
|
373
|
-
group_introduction_update_success: string;
|
|
374
|
-
group_introduction_update_failed: string;
|
|
375
|
-
group_notification_update_success: string;
|
|
376
|
-
group_notification_update_failed: string;
|
|
377
|
-
group_name_card_update_success: string;
|
|
378
|
-
group_name_card_update_failed: string;
|
|
379
|
-
group_member_add_success: string;
|
|
380
|
-
group_member_add_failed: string;
|
|
381
|
-
group_member_add_partially_failed: string;
|
|
382
|
-
group_member_remove_success: string;
|
|
383
|
-
group_member_remove_failed: string;
|
|
384
|
-
group_members: string;
|
|
385
|
-
add: string;
|
|
386
|
-
remove: string;
|
|
387
|
-
loading: string;
|
|
388
|
-
all_members_shown: string;
|
|
389
|
-
collapse: string;
|
|
390
|
-
transfer_group_owner: string;
|
|
391
|
-
quit_group: string;
|
|
392
|
-
dismiss_group: string;
|
|
393
|
-
confirm_quit_group: string;
|
|
394
|
-
select_new_owner_error: string;
|
|
395
|
-
only_one_owner_error: string;
|
|
396
|
-
transfer_owner_success: string;
|
|
397
|
-
transfer_owner_failed: string;
|
|
398
|
-
quit_group_success: string;
|
|
399
|
-
quit_group_failed: string;
|
|
400
|
-
group_management: string;
|
|
401
|
-
set_admin: string;
|
|
402
|
-
unset_admin: string;
|
|
403
|
-
mute_members: string;
|
|
404
|
-
unmute_members: string;
|
|
405
|
-
operation_success: string;
|
|
406
|
-
operation_failed: string;
|
|
407
|
-
all_members_muted: string;
|
|
408
|
-
all_members_unmuted: string;
|
|
409
|
-
mute_all_failed: string;
|
|
410
|
-
group_admin: string;
|
|
411
|
-
mute_management: string;
|
|
412
|
-
mute_all_members: string;
|
|
413
|
-
mute_all_members_description: string;
|
|
414
|
-
group_member_role_owner: string;
|
|
415
|
-
group_member_role_admin: string;
|
|
416
|
-
group_member_role_member: string;
|
|
417
|
-
};
|
|
418
324
|
GroupTip: {
|
|
419
325
|
administrator: string;
|
|
420
326
|
enabled_mute_all_members: string;
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
import o from "./
|
|
2
|
-
import r from "./
|
|
3
|
-
import m from "./
|
|
4
|
-
import t from "./
|
|
5
|
-
import i from "./
|
|
6
|
-
import p from "./
|
|
7
|
-
import e from "./
|
|
8
|
-
import a from "./
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
ChatSetting: o,
|
|
19
|
-
GroupTip: t
|
|
1
|
+
import o from "./DateRangePicker.js";
|
|
2
|
+
import r from "./emoji.js";
|
|
3
|
+
import m from "./GroupTip.js";
|
|
4
|
+
import t from "./Search.js";
|
|
5
|
+
import i from "./TUIChat.js";
|
|
6
|
+
import p from "./TUIContact.js";
|
|
7
|
+
import e from "./TUIConversation.js";
|
|
8
|
+
import a from "./TUIProfile.js";
|
|
9
|
+
const g = {
|
|
10
|
+
TUIChat: i,
|
|
11
|
+
Emoji: r,
|
|
12
|
+
TUIConversation: e,
|
|
13
|
+
TUIContact: p,
|
|
14
|
+
TUIProfile: a,
|
|
15
|
+
Search: t,
|
|
16
|
+
DateRangePicker: o,
|
|
17
|
+
GroupTip: m
|
|
20
18
|
};
|
|
21
19
|
export {
|
|
22
|
-
|
|
20
|
+
g as message
|
|
23
21
|
};
|