fcr-ui-scene 3.8.0 → 3.8.1-beta

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.
Files changed (190) hide show
  1. package/lib/base.js +2 -2
  2. package/lib/electron/bootstrap-sdk.js +6 -6
  3. package/lib/electron/exit-codes.js +11 -11
  4. package/lib/electron/hang-detection/manager.js +4 -4
  5. package/lib/electron/ipc-protocol.js +12 -12
  6. package/lib/electron/process-manager/event-manager.js +30 -30
  7. package/lib/electron/process-manager/index.js +88 -88
  8. package/lib/electron/process-manager/state-manager.js +57 -57
  9. package/lib/electron/process-manager/types.js +16 -16
  10. package/lib/electron/sdk-helper.js +3 -3
  11. package/lib/electron/window-proxy/browser-window-proxy.js +13 -13
  12. package/lib/electron/window-proxy/main-process-handler.js +14 -14
  13. package/lib/fragments/annotation/style.css +9 -9
  14. package/lib/fragments/annotation/toolbar/components/item/style.css +45 -45
  15. package/lib/fragments/annotation/toolbar/components/panel/style.css +24 -24
  16. package/lib/fragments/annotation/toolbar/components/tips/style.css +19 -19
  17. package/lib/fragments/annotation/toolbar/style.css +55 -55
  18. package/lib/fragments/whiteboard/cursor.css +77 -77
  19. package/lib/fragments/whiteboard/style.css +4 -4
  20. package/lib/global.css +62 -62
  21. package/lib/global.d.ts +27 -27
  22. package/lib/modules/action-bar/components/chat/index.css +88 -88
  23. package/lib/modules/action-bar/components/more/index.css +114 -114
  24. package/lib/modules/action-bar/components/notification-bar/components/interpreter/index.css +58 -58
  25. package/lib/modules/action-bar/components/notification-bar/components/virtual-image/index.css +56 -56
  26. package/lib/modules/action-bar/components/notification-bar/index.css +74 -74
  27. package/lib/modules/action-bar/components/participants/index.css +21 -21
  28. package/lib/modules/action-bar/components/record/index.css +39 -39
  29. package/lib/modules/action-bar/components/trigger-output-language/index.css +86 -86
  30. package/lib/modules/action-bar/components/trigger-subscribe-language/guide-tooltip/index.css +22 -22
  31. package/lib/modules/action-bar/index.css +358 -358
  32. package/lib/modules/action-bar/main-scene/view.js +3 -3
  33. package/lib/modules/audio-stream/index.js +3 -3
  34. package/lib/modules/caption/draggable-container/index.css +10 -10
  35. package/lib/modules/caption/view.css +158 -158
  36. package/lib/modules/chat/components/chat-bar/index.css +89 -89
  37. package/lib/modules/chat/components/chat-select/index.css +185 -185
  38. package/lib/modules/chat/index.css +124 -124
  39. package/lib/modules/components/apps/app-item/index.css +49 -49
  40. package/lib/modules/components/apps/index.css +9 -9
  41. package/lib/modules/components/caption-menu/index.css +58 -58
  42. package/lib/modules/components/caption-menu/steps/index.css +73 -73
  43. package/lib/modules/components/control-bar/components/loading/index.css +76 -76
  44. package/lib/modules/components/control-bar/components/progress/style.css +51 -51
  45. package/lib/modules/components/control-bar/components/switch-theme/index.css +101 -101
  46. package/lib/modules/components/control-bar/index.css +99 -99
  47. package/lib/modules/components/device-control/index.css +177 -177
  48. package/lib/modules/components/leave-meeting/components/index.css +151 -151
  49. package/lib/modules/components/leave-meeting/style.css +9 -9
  50. package/lib/modules/components/member-window/components/member-actions/store.js +22 -22
  51. package/lib/modules/components/member-window/index.css +502 -502
  52. package/lib/modules/components/security-menu/index.css +42 -42
  53. package/lib/modules/components/tab-frame/index.css +40 -40
  54. package/lib/modules/components/toolbar/components/item/style.css +94 -94
  55. package/lib/modules/components/toolbar/components/panel/style.css +86 -86
  56. package/lib/modules/components/toolbar/style.css +85 -85
  57. package/lib/modules/connection-gateway/components/computer/index.css +12 -12
  58. package/lib/modules/connection-gateway/components/phone/components/callinfo/index.css +36 -36
  59. package/lib/modules/connection-gateway/components/phone/components/calling/index.css +72 -72
  60. package/lib/modules/connection-gateway/components/phone/components/remeber/index.css +10 -10
  61. package/lib/modules/connection-gateway/components/phone/components/useing/index.css +46 -46
  62. package/lib/modules/connection-gateway/components/phone/index.css +49 -49
  63. package/lib/modules/connection-gateway/index.css +6 -6
  64. package/lib/modules/control-bar/components/meeting-details/index.css +133 -133
  65. package/lib/modules/control-bar/components/more-actions/index.css +103 -103
  66. package/lib/modules/control-bar/components/share-audio/index.css +90 -90
  67. package/lib/modules/control-bar/components/share-state-nav/index.css +79 -79
  68. package/lib/modules/control-bar/index.css +340 -340
  69. package/lib/modules/control-bar/index.js +4 -4
  70. package/lib/modules/control-bar/store.js +8 -8
  71. package/lib/modules/device-pretest/index.css +123 -123
  72. package/lib/modules/dialog/components/confirm/index.css +24 -24
  73. package/lib/modules/dialog/components/dialog-container/index.css +112 -112
  74. package/lib/modules/dialog/dialogs/confirm/index.css +24 -24
  75. package/lib/modules/dialog/dialogs/device-setting/index.css +26 -26
  76. package/lib/modules/dialog/dialogs/interpreter/index.css +30 -30
  77. package/lib/modules/dialog/dialogs/mute-all/index.css +20 -20
  78. package/lib/modules/dialog/dialogs/system-preference/index.css +52 -52
  79. package/lib/modules/dialog/dialogs/widget/index.js +4 -4
  80. package/lib/modules/dialog/index.css +56 -56
  81. package/lib/modules/event-toast/index.css +25 -25
  82. package/lib/modules/interpreter/action/add-btn/index.css +4 -4
  83. package/lib/modules/interpreter/action/delete-btn/index.css +14 -14
  84. package/lib/modules/interpreter/action/switch-btn/index.css +3 -3
  85. package/lib/modules/interpreter/dialog-content/index.css +33 -33
  86. package/lib/modules/interpreter/footer/index.css +11 -11
  87. package/lib/modules/interpreter/index.css +4 -4
  88. package/lib/modules/interpreter/interpreter-list/index.css +8 -8
  89. package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-language/index.css +46 -46
  90. package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-user/index.css +46 -46
  91. package/lib/modules/interpreter/interpreter-list/interpreter-item/index.css +32 -32
  92. package/lib/modules/interpreter/loading-wrapper/index.css +53 -53
  93. package/lib/modules/invite/components/voip-invite.css +26 -26
  94. package/lib/modules/invite/index.css +331 -331
  95. package/lib/modules/layout/components/CommonVideoRenderer.js +4 -4
  96. package/lib/modules/layout/components/index.css +653 -653
  97. package/lib/modules/layout/index.css +59 -59
  98. package/lib/modules/layout/store.base.js +5 -5
  99. package/lib/modules/layout/type.js +5 -5
  100. package/lib/modules/notification/index.css +77 -77
  101. package/lib/modules/notification/interpreter-status/index.css +76 -76
  102. package/lib/modules/participant/components/confirm-input/index.css +4 -4
  103. package/lib/modules/participant/components/participants/components/footer/components/drop-menu/index.css +83 -83
  104. package/lib/modules/participant/components/participants/components/render-user/components/attendee/index.css +87 -87
  105. package/lib/modules/participant/index.css +102 -102
  106. package/lib/modules/participant/store.base.js +175 -175
  107. package/lib/modules/pc-audio-connect/index.css +12 -12
  108. package/lib/modules/phone-audio-connect/components/callinfo/index.css +36 -36
  109. package/lib/modules/phone-audio-connect/components/calling/index.css +72 -72
  110. package/lib/modules/phone-audio-connect/components/remeber/index.css +10 -10
  111. package/lib/modules/phone-audio-connect/components/useing/index.css +46 -46
  112. package/lib/modules/phone-audio-connect/index.css +56 -56
  113. package/lib/modules/secondary-window/store.js +7 -7
  114. package/lib/modules/setting/audio-settings/index.css +195 -195
  115. package/lib/modules/setting/audio-whiteList/audio-device-adaptation.js +14 -14
  116. package/lib/modules/setting/audio-whiteList/audio-whiteList-manager.js +6 -6
  117. package/lib/modules/setting/caption_and_transcribing/index.css +88 -88
  118. package/lib/modules/setting/general-settings/index.css +41 -41
  119. package/lib/modules/setting/index.css +112 -112
  120. package/lib/modules/setting/minutes-settings/index.css +65 -65
  121. package/lib/modules/setting/state/index.css +207 -207
  122. package/lib/modules/setting/storage-settings/index.css +91 -91
  123. package/lib/modules/setting/translate-settings/index.css +47 -47
  124. package/lib/modules/setting/video-settings/index.css +357 -357
  125. package/lib/modules/share-screen/components/control-bar/index.css +75 -75
  126. package/lib/modules/share-screen/components/selection/index.css +73 -73
  127. package/lib/modules/share-screen/components/share-state-bar/index.css +76 -76
  128. package/lib/modules/share-screen/index.js +10 -10
  129. package/lib/modules/share-screen/store.base.js +2 -2
  130. package/lib/modules/state-bar/assets/fcr_grid_big.svg +3 -3
  131. package/lib/modules/state-bar/assets/fcr_listontop_big.svg +3 -3
  132. package/lib/modules/state-bar/index.css +706 -706
  133. package/lib/modules/state-bar/main-scene/store.base.js +2 -2
  134. package/lib/modules/state-bar/meeting-detail.css +137 -137
  135. package/lib/modules/state-bar/meeting-network-state.css +150 -150
  136. package/lib/modules/state-bar/waiting-scene/store.base.js +2 -2
  137. package/lib/modules/subtitles-history/components/settings/index.css +5 -5
  138. package/lib/modules/subtitles-history/index.css +129 -129
  139. package/lib/modules/video-window/components/members/index.css +51 -51
  140. package/lib/modules/video-window/components/speaking/index.css +86 -86
  141. package/lib/modules/video-window/components/topControl/index.css +35 -35
  142. package/lib/modules/video-window/index.css +21 -21
  143. package/lib/modules/video-window/popover-watcher.js +3 -3
  144. package/lib/modules/video-window/store.js +10 -10
  145. package/lib/modules/waiting-room-layout/index.css +96 -96
  146. package/lib/modules/whiteboard/components/control-bar/index.css +52 -52
  147. package/lib/modules/whiteboard/components/loading/index.css +76 -76
  148. package/lib/modules/whiteboard/components/multi-window/index.css +63 -63
  149. package/lib/modules/whiteboard/components/pagination/index.css +228 -228
  150. package/lib/modules/whiteboard/components/progress/style.css +51 -51
  151. package/lib/modules/whiteboard/components/switch-theme/index.css +99 -99
  152. package/lib/modules/whiteboard/components/toolbar/style.css +591 -591
  153. package/lib/modules/whiteboard/style.css +140 -140
  154. package/lib/modules/widget/index.css +9 -9
  155. package/lib/object-manager.js +8 -8
  156. package/lib/plugins/module-dev-plugin.js +11 -11
  157. package/lib/providers/ability-provider.js +17 -17
  158. package/lib/providers/board-share/struct.js +6 -6
  159. package/lib/providers/dialog/provider.base.js +2 -2
  160. package/lib/providers/dialog/type.js +3 -3
  161. package/lib/providers/multi-display-provider.js +4 -4
  162. package/lib/providers/privilege-provider.js +7 -7
  163. package/lib/providers/screen-share/provider.base.js +23 -23
  164. package/lib/providers/screen-share/stream-state-sync.js +18 -18
  165. package/lib/providers/screen-share/struct.js +24 -24
  166. package/lib/providers/window/main-window.js +2 -2
  167. package/lib/providers/window/provider.js +5 -5
  168. package/lib/providers/window/renderer-window.js +2 -2
  169. package/lib/schema.js +26 -26
  170. package/lib/shared-data/meeting-time.js +8 -8
  171. package/lib/shared-data/setting.js +3 -3
  172. package/lib/translations/enUS.d.ts +12 -1
  173. package/lib/translations/enUS.js +22 -19
  174. package/lib/translations/zhCN.d.ts +12 -1
  175. package/lib/translations/zhCN.js +20 -17
  176. package/lib/type.js +21 -21
  177. package/lib/ui-scene-switch.js +2 -2
  178. package/lib/utilities/constant.js +6 -6
  179. package/lib/utilities/renderer.js +8 -8
  180. package/lib/utilities/shared-storage.js +2 -2
  181. package/lib/utilities/tools.js +14 -14
  182. package/package.json +79 -79
  183. package/public/assets/fcr_chat_reddot.svg +5 -5
  184. package/public/assets/fcr_grid_big.svg +3 -3
  185. package/public/assets/fcr_leave2.svg +58 -58
  186. package/public/assets/fcr_listontop_big.svg +3 -3
  187. package/public/assets/step-gradient.svg +10 -10
  188. package/public/fragment.html +10 -10
  189. package/public/index.html +183 -183
  190. package/public/meeting-manager.js +405 -405
@@ -5,14 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.zhCn = void 0;
8
- /*
9
- * @Author: zhuangshuhao shuhao.zhuang@baozun.com
10
- * @Date: 2025-11-06 18:53:48
11
- * @LastEditors: zhuangshuhao shuhao.zhuang@baozun.com
12
- * @LastEditTime: 2025-11-06 18:56:12
13
- * @FilePath: /fcr-meeting/packages/fcr-ui-scene/src/translations/zhCN.ts
14
- * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
15
- */
16
8
  var zhCn = exports.zhCn = {
17
9
  fmt_role_host: '主持人',
18
10
  //****************** ls ******************
@@ -112,6 +104,7 @@ var zhCn = exports.zhCn = {
112
104
  fmt_additional_label_toast_rename_off: '会议管理员已关闭改名功能',
113
105
  fmt_attendies_toast_host_enabled_mute: '主持人开启了入会静音',
114
106
  fmt_attendies_toast_host_turned_off_video: '主持人开启了入会关闭视频',
107
+ fmt_attendies_toast_cohost_full: '当前连麦人数已满,请稍后再试',
115
108
  fmt_actionbar_tips_leavemeeting: '你确定现在要离开会议吗?',
116
109
  fmt_actionbar_tips_locked: '会议已被主持人加锁',
117
110
  fmt_actionbar_tips_recheckleave: '离开会议之后不能再加入;你确定现在要离开会议吗?',
@@ -227,7 +220,7 @@ var zhCn = exports.zhCn = {
227
220
  fmt_actionbar_button_continue: '继续',
228
221
  fmt_actionbar_option_connectaudio: '连接语音',
229
222
  fmt_actionbar_label_dialsip: '拨打h.323/sip会议室系统',
230
- fmt_driver_installation_v_sound_card: '音频驱动已安装完毕,将在重启灵动会议后生效',
223
+ fmt_driver_installation_v_sound_card: '音频驱动已安装完毕,将在重启会议后生效',
231
224
  fmt_camera_popup_label_restricted: '摄像头权限受限制',
232
225
  fmt_camera_popup_label_system_change: '请到系统设置中修改摄像头权限',
233
226
  fmt_camera_popup_button_system_change: '去系统设置修改',
@@ -534,8 +527,8 @@ var zhCn = exports.zhCn = {
534
527
  fmt_screenshare_tips_faild_screenselect: '屏幕共享失败, 请重新选择要共享的屏幕',
535
528
  fmt_screenshare_tips_faild_restrict: '屏幕共享受限',
536
529
  fmt_screenshare_tips_faild_alreadysharing: '已经有人在进行屏幕分享,您暂时不能操作。',
537
- fmt_screenshare_options_allowshare: '允许灵动会议共享屏幕',
538
- fmt_screenshare_tips_notavailable: '请前往「系统偏好设置」-「安全与隐私」-「隐私」-「屏幕录制」中勾选灵动会议(如已勾选,先取消后再次勾选),修改屏幕录制权限后需重启灵动会议才可生效',
530
+ fmt_screenshare_options_allowshare: '允许会议共享屏幕',
531
+ fmt_screenshare_tips_notavailable: '请前往「系统偏好设置」-「安全与隐私」-「隐私」-「屏幕录制」中勾选会议应用(如已勾选,先取消后再次勾选),修改屏幕录制权限后需重启会议才可生效',
539
532
  fmt_screenshare_whiteboard_button_exitdrawing: '退出绘制',
540
533
  fmt_screenshare_options_enableedit: '启用白板编辑',
541
534
  fmt_actionbar_screenshare_option_selectcontent: '选择共享内容',
@@ -576,6 +569,7 @@ var zhCn = exports.zhCn = {
576
569
  fmt_screenshare_opposite_side: '对方',
577
570
  fmt_screenshare_continue_share: '继续发起共享',
578
571
  fmt_screenshare_cohost_can_not_share_remind: '共享失败,当前只允许主持人发起共享',
572
+ fmt_screenshare_only_host_sharing: '当前只允许主持人发起共享',
579
573
  fmt_screenshare_pop_more: '多选',
580
574
  fmt_screenshare_room_new_screen_share: '{reason1}正在共享屏幕...',
581
575
  fmt_screenshare_room_speaker_spotlight_username: '正在说话:{reason1}',
@@ -620,6 +614,7 @@ var zhCn = exports.zhCn = {
620
614
  fmt_screenshare_icloud_button_audio_off: '音频:关',
621
615
  fmt_screenshare_icloud_button_stop_sharing: '停止共享',
622
616
  fmt_screenshare_toolbar_label_reconnecting: '网络已断开,正在重连...',
617
+ fmt_screenshare_toast_icloud_file_audio_active: '已共享设备声音,当前设备上所有声音都会被共享',
623
618
  fmt_screenshare_tips_unenabled: '会议管理员未开放白板编辑功能',
624
619
  fmt_screenshare_whiteboard_options_changetheme: '更改白板主题',
625
620
  fmt_screenshare_tips_alreadyoriginalsize: '已是“原始尺寸”',
@@ -669,7 +664,6 @@ var zhCn = exports.zhCn = {
669
664
  fmt_screenshare_whiteboard_tips_cannotjoin: '无法加入房间',
670
665
  fmt_screenshare_whiteboard_tips_alreadyopend: '白板已打开',
671
666
  fmt_screenshare_whiteboard_tips_stop_continue: '现在发起屏幕共享,将停止你的白板,是否继续?',
672
- fmt_screenshare_only_host_sharing: '当前只允许主持人发起共享',
673
667
  fmt_whiteboard_labels_colour: '颜色',
674
668
  fmt_share_options_smallpen: '小号笔触',
675
669
  fmt_share_options_midpen: '中号笔触',
@@ -815,8 +809,8 @@ var zhCn = exports.zhCn = {
815
809
  fmt_failure_popup_label_startup_fail: '启动失败',
816
810
  fmt_failure_popup_label_startup_check: '请优先检查启动参数与网络设置',
817
811
  fmt_failure_popup_button_i_know: '我已知悉',
818
- fmt_failure_popup_label_crash: '应用崩溃',
819
- fmt_failure_popup_label_crash_tips: '应用遇到崩溃问题,请关闭应用重试',
812
+ fmt_failure_popup_label_crash: '应用出现异常',
813
+ fmt_failure_popup_label_crash_tips: '应用出现异常,请关闭应用重试',
820
814
  fmt_failure_popup_button_close_app: '关闭应用',
821
815
  fmt_failure_popup_button_refresh: '刷新',
822
816
  fmt_qualitystatistics_label_video: '视频',
@@ -969,6 +963,7 @@ var zhCn = exports.zhCn = {
969
963
  fmt_settings_options_audio_on: '入会开启麦克风',
970
964
  fmt_settings_general_label_dual_display: '启用双显示器模式',
971
965
  fmt_settings_tips_dual_display: '在不同的屏幕上分别显示参会者的视频和屏幕共享内容',
966
+ fmt_premeeting_setting_label_join_with_prompt_sound: '入会播放提示音',
972
967
  //****************** 会控设置 ******************
973
968
  fmt_meeting_setting_button_meeting_settings: '会控设置',
974
969
  fmt_meeting_setting_labels_audio_video_settings: '音视频选项(进入会议时)',
@@ -1375,6 +1370,8 @@ var zhCn = exports.zhCn = {
1375
1370
  fmt_ai_rtt_label_source_sound_effect_for_personnel: '需要进行识别的目标声源,对全员生效',
1376
1371
  fmt_ai_rtt_toast_host_not_permitted_start_stop_rtt: '主持人不允许开启和停止文字转写',
1377
1372
  fmt_ai_rtt_tips_transcribing: '转写中',
1373
+ fmt_ai_rtt_label_transcription_setting: '转写设置',
1374
+ fmt_ai_rtt_tips_switch_translation: '切换翻译语言为“{reason2}”',
1378
1375
  //****************** AI会议纪要 ******************
1379
1376
  fmt_ai_summary_create_option_create_summary: '开会的同时,创建会议纪要',
1380
1377
  fmt_ai_summary_create_labels_meeting_list: '会议列表',
@@ -1428,7 +1425,7 @@ var zhCn = exports.zhCn = {
1428
1425
  fmt_premeeting_setting_mobile_option_auto: '自动',
1429
1426
  fmt_premeeting_setting_mobile_option_bright: '明亮',
1430
1427
  fmt_premeeting_setting_mobile_option_dark: '暗黑',
1431
- fmt_premeeting_setting_option_setting_after_restarting: '外观设置将在重启灵动会议后生效',
1428
+ fmt_premeeting_setting_option_setting_after_restarting: '外观设置将在重启会议后生效',
1432
1429
  fmt_premeeting_setting_mobile_option_region: '区域设置',
1433
1430
  fmt_premeeting_setting_mobile_option_developer_mode: '开发模式',
1434
1431
  fmt_premeeting_setting_mobile_label_about_us: '关于我们',
@@ -1440,7 +1437,7 @@ var zhCn = exports.zhCn = {
1440
1437
  fmt_premeeting_setting_mobile_url_disclaimer: '免责声明',
1441
1438
  fmt_premeeting_setting_mobile_button_cancel_account: '注销声网账号 ',
1442
1439
  fmt_premeeting_setting_mobile_button_log_out: '退出登录',
1443
- fmt_premeeting_setting_mobile_label_take_effect: '语言设置将在重启灵动会议后生效',
1440
+ fmt_premeeting_setting_mobile_label_take_effect: '语言设置将在重启会议后生效',
1444
1441
  fmt_premeeting_setting_mobile_popup_button_got_it: '我知道了',
1445
1442
  fmt_premeeting_setting_mobile_popup_button_restart: '立即重启',
1446
1443
  fmt_premeeting_setting_mobile_popup_label_latest_version: '你使用的版本已经是最新版本了哦',
@@ -1473,6 +1470,7 @@ var zhCn = exports.zhCn = {
1473
1470
  fmt_premeeting_joinroom_mobile_button_confirm_exit: '确定退出',
1474
1471
  fmt_premeeting_joinroom_mobile_button_cancel: '取消',
1475
1472
  fmt_premeeting_joinroom_mobile_label_rename: '重命名',
1473
+ fmt_premeeting_back_meeting: '返回会议',
1476
1474
  //****************** 水印(移动) ******************
1477
1475
  fmt_security_setting_mobile_label_watermark: '水印',
1478
1476
  fmt_security_setting_mobile_label_watermark_style: '水印样式',
@@ -2073,5 +2071,10 @@ var zhCn = exports.zhCn = {
2073
2071
  //****************** APPS ******************
2074
2072
  fmt_apps_button_automatic_screenshot: '自动截屏',
2075
2073
  //****************** Webinar ******************
2076
- fmt_webinar_tips_welcome_greetings: '{中文欢迎语} '
2074
+ fmt_webinar_tips_welcome_greetings: '{中文欢迎语} ',
2075
+ fmt_echo_window_label_echo_in_environment: '检测到当前环境存在回声',
2076
+ fmt_echo_window_label_disconect_audio: '为保障会议体验,建议断开音频来关闭麦克风和扬声器',
2077
+ fmt_echo_window_button_cancel: '取消',
2078
+ fmt_echo_window_button_disconnect: '断开音频',
2079
+ fmt_mute_toast_yr_on_mute: '您已静音,请开启麦克风'
2077
2080
  };
package/lib/type.js CHANGED
@@ -26,48 +26,48 @@ Object.defineProperty(exports, "FcrUserRole", {
26
26
  exports.VideoRatio = exports.GalleryMaxSize = exports.FcrWidgetType = void 0;
27
27
  var _fcrCore = require("fcr-core");
28
28
  // Public
29
- /**
30
- * FcrUIExitReason enum represents the reason for exiting a UI scene.
29
+ /**
30
+ * FcrUIExitReason enum represents the reason for exiting a UI scene.
31
31
  */
32
32
  var FcrUIExitReason = exports.FcrUIExitReason = /*#__PURE__*/function (FcrUIExitReason) {
33
- /**
34
- * The user leaves the room.
33
+ /**
34
+ * The user leaves the room.
35
35
  */
36
36
  FcrUIExitReason["LEAVE_ROOM"] = "LEAVE_ROOM";
37
- /**
38
- * The user leaves the room due to the room being closed.
37
+ /**
38
+ * The user leaves the room due to the room being closed.
39
39
  */
40
40
  FcrUIExitReason["CLOSE_ROOM"] = "CLOSE_ROOM";
41
- /**
42
- * The user is kicked out of the room.
41
+ /**
42
+ * The user is kicked out of the room.
43
43
  */
44
44
  FcrUIExitReason["KICKED_OUT"] = "KICKED_OUT";
45
- /**
46
- * The user failed to join the room due to various reasons such as User ID conflict.
45
+ /**
46
+ * The user failed to join the room due to various reasons such as User ID conflict.
47
47
  */
48
48
  FcrUIExitReason["ABORTED"] = "ABORTED";
49
49
  return FcrUIExitReason;
50
50
  }({});
51
- /**
52
- * FcrUISceneCreatorConfig interface represents the configuration for creating a UI scene creator.
51
+ /**
52
+ * FcrUISceneCreatorConfig interface represents the configuration for creating a UI scene creator.
53
53
  */
54
- /**
55
- * FcrUISceneConfig interface represents the configuration for a UI scene.
54
+ /**
55
+ * FcrUISceneConfig interface represents the configuration for a UI scene.
56
56
  */
57
- /**
58
- * FcrUISceneObserver interface represents an observer for a UI scene.
57
+ /**
58
+ * FcrUISceneObserver interface represents an observer for a UI scene.
59
59
  */
60
60
  var FcrWidgetType = exports.FcrWidgetType = /*#__PURE__*/function (FcrWidgetType) {
61
61
  FcrWidgetType[FcrWidgetType["webWidget"] = 1] = "webWidget";
62
62
  FcrWidgetType[FcrWidgetType["eventWidget"] = 2] = "eventWidget";
63
63
  return FcrWidgetType;
64
64
  }({});
65
- /**
66
- * FcrUIBaseWidgetConfig interface represents the base configuration for a widget.
65
+ /**
66
+ * FcrUIBaseWidgetConfig interface represents the base configuration for a widget.
67
67
  */
68
- /**
69
- * FcrUIWebWidgetConfig interface extends FcrUIBaseWidgetConfig and represents
70
- * the configuration for a web-based widget.
68
+ /**
69
+ * FcrUIWebWidgetConfig interface extends FcrUIBaseWidgetConfig and represents
70
+ * the configuration for a web-based widget.
71
71
  */
72
72
  var FcrUIVideoEffectType = exports.FcrUIVideoEffectType = /*#__PURE__*/function (FcrUIVideoEffectType) {
73
73
  FcrUIVideoEffectType[FcrUIVideoEffectType["NONE"] = 0] = "NONE";
@@ -257,8 +257,8 @@ var FcrUISceneSwitch = exports.FcrUISceneSwitch = /*#__PURE__*/function () {
257
257
  var dialogProvider = this._objectManager.getObject(_objectManager.FcrUIObjectKeys.P_DIALOG_PROVIDER);
258
258
  var eventProvider = this._objectManager.getObject(_objectManager.FcrUIObjectKeys.P_EVENT_PROVIDER);
259
259
 
260
- /**
261
- * 注意!!! 请确保 FcrUISceneSwitch onExited 调用前 触发roomProvider onExitRoom 通知UI重置状态
260
+ /**
261
+ * 注意!!! 请确保 FcrUISceneSwitch onExited 调用前 触发roomProvider onExitRoom 通知UI重置状态
262
262
  */
263
263
 
264
264
  var roomObserver = {
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.SETTING_CONFIG_STORAGE_KEY = exports.SESSION_DURATION = exports.GALLERY_MIN_SIZE = exports.FcrUIVideoWindowPinType = exports.FcrUIRoomControlType = exports.FcrUIRendererEventAction = exports.FcrUIParticipantType = exports.FcrUIHighlightElement = exports.FcrUIDialogKey = exports.FcrUIAction = exports.ExcludeWIndows = exports.ErrorCode = void 0;
8
8
  var FcrUIRendererEventAction = exports.FcrUIRendererEventAction = /*#__PURE__*/function (FcrUIRendererEventAction) {
9
- /**
10
- * Indicates that the fragment has been loaded.
9
+ /**
10
+ * Indicates that the fragment has been loaded.
11
11
  */
12
12
  FcrUIRendererEventAction["FRAGMENT_LOADED"] = "FRAGMENT_LOADED";
13
- /**
14
- * Indicates that the fragment has been closed.
13
+ /**
14
+ * Indicates that the fragment has been closed.
15
15
  */
16
16
  FcrUIRendererEventAction["FRAGMENT_CLOSED"] = "FRAGMENT_CLOSED";
17
17
  FcrUIRendererEventAction["POWER_MONITOR_LOCK_SCREEN"] = "POWER_MONITOR_LOCK_SCREEN";
@@ -32,8 +32,8 @@ var FcrUIRendererEventAction = exports.FcrUIRendererEventAction = /*#__PURE__*/f
32
32
  FcrUIRendererEventAction["UPDATE_ANNOTATION_WINDOW_SIZE"] = "UPDATE_ANNOTATION_WINDOW_SIZE";
33
33
  FcrUIRendererEventAction["FRAGMENT_ANNOTATION_MOUSE_MOVE"] = "FRAGMENT_ANNOTATION_MOUSE_MOVE";
34
34
  FcrUIRendererEventAction["FRAGMENT_ANNOTATION_SYNC_OWNER_OPEN_DONE"] = "FRAGMENT_ANNOTATION_SYNC_OWNER_OPEN_DONE";
35
- /**
36
- * screen events
35
+ /**
36
+ * screen events
37
37
  */
38
38
  FcrUIRendererEventAction["SCREEN_DISPLAY_ADDED"] = "SCREEN_DISPLAY_ADDED";
39
39
  FcrUIRendererEventAction["SCREEN_DISPLAY_REMOVED"] = "SCREEN_DISPLAY_REMOVED";
@@ -175,14 +175,14 @@ var FcrUIRendererWrapper = exports.FcrUIRendererWrapper = /*#__PURE__*/function
175
175
  runtime.close(path, dialogId);
176
176
  }
177
177
 
178
- /**
179
- * handle the will-close event of the browserWindow,
180
- * callback will be called when:
181
- * 1. closeRendererWindow is called
182
- * 2. user press the shortcut to close the browserWindow such as Cmd + W on Mac
183
- *
184
- * @param browserWindow
185
- * @param callback
178
+ /**
179
+ * handle the will-close event of the browserWindow,
180
+ * callback will be called when:
181
+ * 1. closeRendererWindow is called
182
+ * 2. user press the shortcut to close the browserWindow such as Cmd + W on Mac
183
+ *
184
+ * @param browserWindow
185
+ * @param callback
186
186
  */
187
187
  }, {
188
188
  key: "handleWillClose",
@@ -25,8 +25,8 @@ require("core-js/modules/es.object.keys.js");
25
25
  require("core-js/modules/esnext.json.parse.js");
26
26
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
27
27
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
28
- /**
29
- * This file is for managing shared storage utilities.
28
+ /**
29
+ * This file is for managing shared storage utilities.
30
30
  */
31
31
 
32
32
  var STORAGE_KEY_ANNOTATION_RTM_APP_ID = 'annotation_rtm_app_id';
@@ -211,28 +211,28 @@ var renderMeetingId = exports.renderMeetingId = function renderMeetingId(meeting
211
211
  return renderMeetingId;
212
212
  };
213
213
  function calcAnnotationAreaSize(
214
- /**
215
- * @param boardView {HTMLElement} 白板容器的 dom
214
+ /**
215
+ * @param boardView {HTMLElement} 白板容器的 dom
216
216
  */
217
217
  boardView,
218
- /**
219
- * @param width {number} 分享容器的宽度
218
+ /**
219
+ * @param width {number} 分享容器的宽度
220
220
  */
221
221
  width,
222
- /**
223
- * @param height {number} 分享容器的高度
222
+ /**
223
+ * @param height {number} 分享容器的高度
224
224
  */
225
225
  height) {
226
226
  var isProvider = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : true;
227
227
  var logger = (0, _logger.getLogger)();
228
- /**
229
- * 如果宽大于高, 则把 boardView 的高度设置为 100vh, 然后获取 boardView 最新的高度
230
- * 用新的高度计算宽高比为 16:9 的比例下的宽度是否大于原宽度,如果大于等于原宽度,则把 boardView 的高度设置为当前高度
231
- * 以新的高度计算出宽高比为 16:9 的宽度,设置为当前宽度
232
- * 否则,把 boardView 的宽度设置为100vw,并重新获取 boardView 的最新宽度,用新的宽度计算宽高比为 16:9 的高度
233
- * 并分别设置 boardView 的高度和宽度
234
- * 如果宽小于高,则把 boardView 的高度设置为 100vh, 然后获取 boardView 最新的高度
235
- * 用新的高度计算宽高比为 16:9 的比例下宽度是否大于宽度,如果大于等于宽度,则把 boardView 的尺寸设置为当前宽度和高度
228
+ /**
229
+ * 如果宽大于高, 则把 boardView 的高度设置为 100vh, 然后获取 boardView 最新的高度
230
+ * 用新的高度计算宽高比为 16:9 的比例下的宽度是否大于原宽度,如果大于等于原宽度,则把 boardView 的高度设置为当前高度
231
+ * 以新的高度计算出宽高比为 16:9 的宽度,设置为当前宽度
232
+ * 否则,把 boardView 的宽度设置为100vw,并重新获取 boardView 的最新宽度,用新的宽度计算宽高比为 16:9 的高度
233
+ * 并分别设置 boardView 的高度和宽度
234
+ * 如果宽小于高,则把 boardView 的高度设置为 100vh, 然后获取 boardView 最新的高度
235
+ * 用新的高度计算宽高比为 16:9 的比例下宽度是否大于宽度,如果大于等于宽度,则把 boardView 的尺寸设置为当前宽度和高度
236
236
  * */
237
237
  if (width > height) {
238
238
  boardView.style.height = isProvider ? "100vh" : "".concat(boardView.getBoundingClientRect().height, "px");
package/package.json CHANGED
@@ -1,79 +1,79 @@
1
- {
2
- "name": "fcr-ui-scene",
3
- "version": "3.8.0",
4
- "main": "lib/index.js",
5
- "repository": "ssh://git@git.agoralab.co/aduc/fcr-ui-scene-desktop.git",
6
- "author": "agora.io",
7
- "license": "MIT",
8
- "files": [
9
- "lib",
10
- "public"
11
- ],
12
- "scripts": {
13
- "prepare": "husky",
14
- "dev": "agora-tc-dev-server",
15
- "dev-electron": "agora-tc-dev-server --electron --main lib/electron/bootstrap-dev",
16
- "test-browser": "agora-tc-test-karma-browser",
17
- "test-electron": "agora-tc-test-karma-electron",
18
- "build": "agora-tc-transpile",
19
- "bundle": "agora-tc-bundle --entry src/index && agora-tc-transpile --src ./src/electron --out dist/electron --transpile-only",
20
- "build-electron-mac-x64": "CSC_IDENTITY_AUTO_DISCOVERY=false agora-tc-pack-sdk --platform darwin --arch x64",
21
- "build-electron-mac-arm64": "CSC_IDENTITY_AUTO_DISCOVERY=false agora-tc-pack-sdk --platform darwin --arch arm64",
22
- "build-electron-win": "agora-tc-pack-sdk --platform win32 --arch x64"
23
- },
24
- "dependencies": {
25
- "@electron/remote": "2.0.1",
26
- "@react-spring/web": "^9.7.3",
27
- "@use-gesture/react": "^10.3.1",
28
- "agora-electron-sdk": "4.3.2-build.163-rc.3",
29
- "agora-foundation": "3.8.0",
30
- "agora-ui-foundation": "3.8.0",
31
- "classnames": "^2.5.1",
32
- "core-js": "^3.33.3",
33
- "dayjs": "^1.10.4",
34
- "electron-screenshots": "^0.5.26",
35
- "fcr-core": "3.8.0",
36
- "js-md5": "^0.8.3",
37
- "jszip": "^3.10.1",
38
- "lodash": "^4.17.21",
39
- "mobx": "^6.12.3",
40
- "mobx-react": "^9.1.1",
41
- "mobx-utils": "^6.0.8",
42
- "node-window-manager": "^2.2.4",
43
- "react": "^17.0.2",
44
- "react-dom": "^17.0.2",
45
- "react-error-boundary": "^5.0.0",
46
- "react-rnd": "^10.4.1",
47
- "react-use-measure": "^2.1.1",
48
- "react-virtualized": "^9.22.5",
49
- "tinycolor2": "^1.6.0",
50
- "winston": "^3.16.0",
51
- "winston-daily-rotate-file": "^4.7.1",
52
- "fcr-ui-widget-sdk": "3.8.0"
53
- },
54
- "devDependencies": {
55
- "@babel/core": "^7.23.5",
56
- "@babel/plugin-proposal-decorators": "^7.23.5",
57
- "@babel/plugin-transform-runtime": "^7.13.15",
58
- "@babel/preset-env": "^7.23.5",
59
- "@babel/preset-react": "^7.24.1",
60
- "@babel/preset-typescript": "^7.23.3",
61
- "@types/jasmine": "^5.1.4",
62
- "@types/lodash": "^4.17.0",
63
- "@types/react": "^17.0.2",
64
- "@types/react-dom": "^17.0.11",
65
- "@types/react-virtualized": "^9.21.30",
66
- "@types/tinycolor2": "^1.4.6",
67
- "agora-toolchain": "3.8.0",
68
- "core-js": "^3.33.3",
69
- "electron": "22.3.27",
70
- "husky": "^9.0.11",
71
- "lint-staged": "^15.2.2",
72
- "prettier": "^3.2.5",
73
- "react-hot-loader": "^4.13.1",
74
- "tslib": "^2.6.2"
75
- },
76
- "lint-staged": {
77
- "*.{ts,tsx,html,css}": "prettier --write"
78
- }
79
- }
1
+ {
2
+ "name": "fcr-ui-scene",
3
+ "version": "3.8.1-beta",
4
+ "main": "lib/index.js",
5
+ "repository": "ssh://git@git.agoralab.co/aduc/fcr-ui-scene-desktop.git",
6
+ "author": "agora.io",
7
+ "license": "MIT",
8
+ "files": [
9
+ "lib",
10
+ "public"
11
+ ],
12
+ "scripts": {
13
+ "prepare": "husky",
14
+ "dev": "agora-tc-dev-server",
15
+ "dev-electron": "agora-tc-dev-server --electron --main lib/electron/bootstrap-dev",
16
+ "test-browser": "agora-tc-test-karma-browser",
17
+ "test-electron": "agora-tc-test-karma-electron",
18
+ "build": "agora-tc-transpile",
19
+ "bundle": "agora-tc-bundle --entry src/index && agora-tc-transpile --src ./src/electron --out dist/electron --transpile-only",
20
+ "build-electron-mac-x64": "CSC_IDENTITY_AUTO_DISCOVERY=false agora-tc-pack-sdk --platform darwin --arch x64",
21
+ "build-electron-mac-arm64": "CSC_IDENTITY_AUTO_DISCOVERY=false agora-tc-pack-sdk --platform darwin --arch arm64",
22
+ "build-electron-win": "agora-tc-pack-sdk --platform win32 --arch x64"
23
+ },
24
+ "dependencies": {
25
+ "@electron/remote": "2.0.1",
26
+ "@react-spring/web": "^9.7.3",
27
+ "@use-gesture/react": "^10.3.1",
28
+ "agora-electron-sdk": "4.3.2-build.163-rc.3",
29
+ "agora-foundation": "3.8.1-beta",
30
+ "agora-ui-foundation": "3.8.1-beta",
31
+ "classnames": "^2.5.1",
32
+ "core-js": "^3.33.3",
33
+ "dayjs": "^1.10.4",
34
+ "electron-screenshots": "^0.5.26",
35
+ "fcr-core": "3.8.1-beta",
36
+ "fcr-ui-widget-sdk": "3.8.1-beta",
37
+ "js-md5": "^0.8.3",
38
+ "jszip": "^3.10.1",
39
+ "lodash": "^4.17.21",
40
+ "mobx": "^6.12.3",
41
+ "mobx-react": "^9.1.1",
42
+ "mobx-utils": "^6.0.8",
43
+ "node-window-manager": "^2.2.4",
44
+ "react": "^17.0.2",
45
+ "react-dom": "^17.0.2",
46
+ "react-error-boundary": "^5.0.0",
47
+ "react-rnd": "^10.4.1",
48
+ "react-use-measure": "^2.1.1",
49
+ "react-virtualized": "^9.22.5",
50
+ "tinycolor2": "^1.6.0",
51
+ "winston": "^3.16.0",
52
+ "winston-daily-rotate-file": "^4.7.1"
53
+ },
54
+ "devDependencies": {
55
+ "@babel/core": "^7.23.5",
56
+ "@babel/plugin-proposal-decorators": "^7.23.5",
57
+ "@babel/plugin-transform-runtime": "^7.13.15",
58
+ "@babel/preset-env": "^7.23.5",
59
+ "@babel/preset-react": "^7.24.1",
60
+ "@babel/preset-typescript": "^7.23.3",
61
+ "@types/jasmine": "^5.1.4",
62
+ "@types/lodash": "^4.17.0",
63
+ "@types/react": "^17.0.2",
64
+ "@types/react-dom": "^17.0.11",
65
+ "@types/react-virtualized": "^9.21.30",
66
+ "@types/tinycolor2": "^1.4.6",
67
+ "agora-toolchain": "3.8.1-beta",
68
+ "core-js": "^3.33.3",
69
+ "electron": "22.3.27",
70
+ "husky": "^9.0.11",
71
+ "lint-staged": "^15.2.2",
72
+ "prettier": "^3.2.5",
73
+ "react-hot-loader": "^4.13.1",
74
+ "tslib": "^2.6.2"
75
+ },
76
+ "lint-staged": {
77
+ "*.{ts,tsx,html,css}": "prettier --write"
78
+ }
79
+ }
@@ -1,5 +1,5 @@
1
- <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fillRule="evenodd" clipRule="evenodd" d="M1.61335 6C2.14518 6 2.57632 5.55228 2.57632 5C2.57632 4.44772 2.14518 4 1.61335 4C1.08152 4 0.650391 4.44772 0.650391 5C0.650391 5.55228 1.08152 6 1.61335 6Z" fill="white"/>
3
- <path fillRule="evenodd" clipRule="evenodd" d="M4.98372 6C5.51555 6 5.94669 5.55228 5.94669 5C5.94669 4.44772 5.51555 4 4.98372 4C4.45189 4 4.02076 4.44772 4.02076 5C4.02076 5.55228 4.45189 6 4.98372 6Z" fill="white"/>
4
- <path fillRule="evenodd" clipRule="evenodd" d="M8.3541 6C8.88593 6 9.31706 5.55228 9.31706 5C9.31706 4.44772 8.88593 4 8.3541 4C7.82227 4 7.39113 4.44772 7.39113 5C7.39113 5.55228 7.82227 6 8.3541 6Z" fill="white"/>
5
- </svg>
1
+ <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fillRule="evenodd" clipRule="evenodd" d="M1.61335 6C2.14518 6 2.57632 5.55228 2.57632 5C2.57632 4.44772 2.14518 4 1.61335 4C1.08152 4 0.650391 4.44772 0.650391 5C0.650391 5.55228 1.08152 6 1.61335 6Z" fill="white"/>
3
+ <path fillRule="evenodd" clipRule="evenodd" d="M4.98372 6C5.51555 6 5.94669 5.55228 5.94669 5C5.94669 4.44772 5.51555 4 4.98372 4C4.45189 4 4.02076 4.44772 4.02076 5C4.02076 5.55228 4.45189 6 4.98372 6Z" fill="white"/>
4
+ <path fillRule="evenodd" clipRule="evenodd" d="M8.3541 6C8.88593 6 9.31706 5.55228 9.31706 5C9.31706 4.44772 8.88593 4 8.3541 4C7.82227 4 7.39113 4.44772 7.39113 5C7.39113 5.55228 7.82227 6 8.3541 6Z" fill="white"/>
5
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="68" height="38" viewBox="0 0 68 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path id="fcr_grid_big" fillRule="evenodd" clipRule="evenodd" d="M2.72 0C1.21779 0 0 1.21523 0 2.71429V9.21213C0 9.84809 0.516635 10.3636 1.15394 10.3636H14.2797C14.917 10.3636 15.4336 9.84809 15.4336 9.21213V1.15152C15.4336 0.515551 14.917 0 14.2797 0H2.72ZM18.7373 0C18.1 0 17.5833 0.51555 17.5833 1.15152V9.21213C17.5833 9.84809 18.1 10.3636 18.7373 10.3636H31.863C32.5003 10.3636 33.0169 9.84809 33.0169 9.21213V1.15152C33.0169 0.515551 32.5003 0 31.863 0H18.7373ZM52.5664 1.15152C52.5664 0.51555 53.083 0 53.7203 0H65.28C66.7822 0 68 1.21523 68 2.71429V9.21213C68 9.84809 67.4834 10.3636 66.8461 10.3636H53.7203C53.083 10.3636 52.5664 9.84809 52.5664 9.21213V1.15152ZM36.2291 0C35.5918 0 35.0752 0.51555 35.0752 1.15152V9.21213C35.0752 9.84809 35.5918 10.3636 36.2291 10.3636H49.3549C49.9922 10.3636 50.5088 9.84809 50.5088 9.21213V1.15152C50.5088 0.515551 49.9922 0 49.3549 0H36.2291ZM17.5833 27.6364C17.5833 27.0004 18.1 26.4848 18.7373 26.4848H31.863C32.5003 26.4848 33.0169 27.0004 33.0169 27.6364V36.8485C33.0169 37.4845 32.5003 38 31.863 38H18.7373C18.1 38 17.5833 37.4845 17.5833 36.8485V27.6364ZM1.15394 26.4848C0.516636 26.4848 0 27.0004 0 27.6364V35.2857C0 36.7848 1.21778 38 2.72 38H14.2797C14.917 38 15.4336 37.4845 15.4336 36.8485V27.6364C15.4336 27.0004 14.917 26.4848 14.2797 26.4848H1.15394ZM52.5664 27.6364C52.5664 27.0004 53.083 26.4848 53.7203 26.4848H66.8461C67.4834 26.4848 68 27.0004 68 27.6364V35.2857C68 36.7848 66.7822 38 65.28 38H53.7203C53.083 38 52.5664 37.4845 52.5664 36.8485V27.6364ZM36.2291 26.4848C35.5918 26.4848 35.0752 27.0004 35.0752 27.6364V36.8485C35.0752 37.4845 35.5918 38 36.2291 38H49.3549C49.9922 38 50.5088 37.4845 50.5088 36.8485V27.6364C50.5088 27.0004 49.9922 26.4848 49.3549 26.4848H36.2291ZM17.5833 13.8184C17.5833 13.1824 18.1 12.6669 18.7373 12.6669H31.863C32.5003 12.6669 33.0169 13.1824 33.0169 13.8184V23.0305C33.0169 23.6665 32.5003 24.1821 31.863 24.1821H18.7373C18.1 24.1821 17.5833 23.6665 17.5833 23.0305V13.8184ZM1.15394 12.6669C0.516636 12.6669 0 13.1824 0 13.8184V23.0305C0 23.6665 0.516635 24.1821 1.15394 24.1821H14.2797C14.917 24.1821 15.4336 23.6665 15.4336 23.0305V13.8184C15.4336 13.1824 14.917 12.6669 14.2797 12.6669H1.15394ZM52.5664 13.8184C52.5664 13.1824 53.083 12.6669 53.7203 12.6669H66.8461C67.4834 12.6669 68 13.1824 68 13.8184V23.0305C68 23.6665 67.4834 24.1821 66.8461 24.1821H53.7203C53.083 24.1821 52.5664 23.6665 52.5664 23.0305V13.8184ZM36.2291 12.6669C35.5918 12.6669 35.0752 13.1824 35.0752 13.8184V23.0305C35.0752 23.6665 35.5918 24.1821 36.2291 24.1821H49.3549C49.9922 24.1821 50.5088 23.6665 50.5088 23.0305V13.8184C50.5088 13.1824 49.9922 12.6669 49.3549 12.6669H36.2291Z" fill="#E5EAF3" fillOpacity="0.9"/>
3
- </svg>
1
+ <svg width="68" height="38" viewBox="0 0 68 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path id="fcr_grid_big" fillRule="evenodd" clipRule="evenodd" d="M2.72 0C1.21779 0 0 1.21523 0 2.71429V9.21213C0 9.84809 0.516635 10.3636 1.15394 10.3636H14.2797C14.917 10.3636 15.4336 9.84809 15.4336 9.21213V1.15152C15.4336 0.515551 14.917 0 14.2797 0H2.72ZM18.7373 0C18.1 0 17.5833 0.51555 17.5833 1.15152V9.21213C17.5833 9.84809 18.1 10.3636 18.7373 10.3636H31.863C32.5003 10.3636 33.0169 9.84809 33.0169 9.21213V1.15152C33.0169 0.515551 32.5003 0 31.863 0H18.7373ZM52.5664 1.15152C52.5664 0.51555 53.083 0 53.7203 0H65.28C66.7822 0 68 1.21523 68 2.71429V9.21213C68 9.84809 67.4834 10.3636 66.8461 10.3636H53.7203C53.083 10.3636 52.5664 9.84809 52.5664 9.21213V1.15152ZM36.2291 0C35.5918 0 35.0752 0.51555 35.0752 1.15152V9.21213C35.0752 9.84809 35.5918 10.3636 36.2291 10.3636H49.3549C49.9922 10.3636 50.5088 9.84809 50.5088 9.21213V1.15152C50.5088 0.515551 49.9922 0 49.3549 0H36.2291ZM17.5833 27.6364C17.5833 27.0004 18.1 26.4848 18.7373 26.4848H31.863C32.5003 26.4848 33.0169 27.0004 33.0169 27.6364V36.8485C33.0169 37.4845 32.5003 38 31.863 38H18.7373C18.1 38 17.5833 37.4845 17.5833 36.8485V27.6364ZM1.15394 26.4848C0.516636 26.4848 0 27.0004 0 27.6364V35.2857C0 36.7848 1.21778 38 2.72 38H14.2797C14.917 38 15.4336 37.4845 15.4336 36.8485V27.6364C15.4336 27.0004 14.917 26.4848 14.2797 26.4848H1.15394ZM52.5664 27.6364C52.5664 27.0004 53.083 26.4848 53.7203 26.4848H66.8461C67.4834 26.4848 68 27.0004 68 27.6364V35.2857C68 36.7848 66.7822 38 65.28 38H53.7203C53.083 38 52.5664 37.4845 52.5664 36.8485V27.6364ZM36.2291 26.4848C35.5918 26.4848 35.0752 27.0004 35.0752 27.6364V36.8485C35.0752 37.4845 35.5918 38 36.2291 38H49.3549C49.9922 38 50.5088 37.4845 50.5088 36.8485V27.6364C50.5088 27.0004 49.9922 26.4848 49.3549 26.4848H36.2291ZM17.5833 13.8184C17.5833 13.1824 18.1 12.6669 18.7373 12.6669H31.863C32.5003 12.6669 33.0169 13.1824 33.0169 13.8184V23.0305C33.0169 23.6665 32.5003 24.1821 31.863 24.1821H18.7373C18.1 24.1821 17.5833 23.6665 17.5833 23.0305V13.8184ZM1.15394 12.6669C0.516636 12.6669 0 13.1824 0 13.8184V23.0305C0 23.6665 0.516635 24.1821 1.15394 24.1821H14.2797C14.917 24.1821 15.4336 23.6665 15.4336 23.0305V13.8184C15.4336 13.1824 14.917 12.6669 14.2797 12.6669H1.15394ZM52.5664 13.8184C52.5664 13.1824 53.083 12.6669 53.7203 12.6669H66.8461C67.4834 12.6669 68 13.1824 68 13.8184V23.0305C68 23.6665 67.4834 24.1821 66.8461 24.1821H53.7203C53.083 24.1821 52.5664 23.6665 52.5664 23.0305V13.8184ZM36.2291 12.6669C35.5918 12.6669 35.0752 13.1824 35.0752 13.8184V23.0305C35.0752 23.6665 35.5918 24.1821 36.2291 24.1821H49.3549C49.9922 24.1821 50.5088 23.6665 50.5088 23.0305V13.8184C50.5088 13.1824 49.9922 12.6669 49.3549 12.6669H36.2291Z" fill="#E5EAF3" fillOpacity="0.9"/>
3
+ </svg>