fcr-ui-scene 3.8.0-alpha → 3.8.1-alpha

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 (237) 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/store.js +1 -1
  20. package/lib/fragments/whiteboard/style.css +4 -4
  21. package/lib/global.css +62 -62
  22. package/lib/global.d.ts +27 -27
  23. package/lib/modules/action-bar/components/chat/index.css +88 -88
  24. package/lib/modules/action-bar/components/more/index.css +114 -114
  25. package/lib/modules/action-bar/components/notification-bar/components/interpreter/index.css +58 -58
  26. package/lib/modules/action-bar/components/notification-bar/components/virtual-image/index.css +56 -56
  27. package/lib/modules/action-bar/components/notification-bar/index.css +74 -74
  28. package/lib/modules/action-bar/components/participants/index.css +21 -21
  29. package/lib/modules/action-bar/components/record/index.css +39 -39
  30. package/lib/modules/action-bar/components/trigger-output-language/index.css +86 -86
  31. package/lib/modules/action-bar/components/trigger-subscribe-language/guide-tooltip/index.css +22 -22
  32. package/lib/modules/action-bar/index.css +358 -358
  33. package/lib/modules/action-bar/main-scene/view.js +3 -3
  34. package/lib/modules/audio-stream/index.js +3 -3
  35. package/lib/modules/caption/draggable-container/index.css +10 -10
  36. package/lib/modules/caption/draggable-container/index.js +34 -12
  37. package/lib/modules/caption/store.d.ts +1 -4
  38. package/lib/modules/caption/store.js +10 -18
  39. package/lib/modules/caption/view.css +158 -158
  40. package/lib/modules/caption/view.js +16 -27
  41. package/lib/modules/chat/components/chat-bar/index.css +89 -89
  42. package/lib/modules/chat/components/chat-select/index.css +185 -185
  43. package/lib/modules/chat/index.css +124 -124
  44. package/lib/modules/chat/store.d.ts +1 -0
  45. package/lib/modules/chat/store.js +2 -2
  46. package/lib/modules/components/apps/app-item/index.css +49 -49
  47. package/lib/modules/components/apps/index.css +9 -9
  48. package/lib/modules/components/caption-menu/index.css +58 -58
  49. package/lib/modules/components/caption-menu/index.d.ts +2 -0
  50. package/lib/modules/components/caption-menu/index.js +13 -10
  51. package/lib/modules/components/caption-menu/participants-privilege-control-options.js +5 -19
  52. package/lib/modules/components/caption-menu/steps/index.css +73 -73
  53. package/lib/modules/components/caption-menu/translation-setting-options.js +31 -24
  54. package/lib/modules/components/control-bar/components/loading/index.css +76 -76
  55. package/lib/modules/components/control-bar/components/progress/style.css +51 -51
  56. package/lib/modules/components/control-bar/components/switch-theme/index.css +101 -101
  57. package/lib/modules/components/control-bar/index.css +99 -99
  58. package/lib/modules/components/device-control/index.css +177 -177
  59. package/lib/modules/components/leave-meeting/components/index.css +151 -151
  60. package/lib/modules/components/leave-meeting/style.css +9 -9
  61. package/lib/modules/components/member-window/components/member-actions/store.js +22 -22
  62. package/lib/modules/components/member-window/index.css +502 -502
  63. package/lib/modules/components/security-menu/index.css +42 -42
  64. package/lib/modules/components/tab-frame/index.css +40 -40
  65. package/lib/modules/components/toolbar/components/item/style.css +94 -94
  66. package/lib/modules/components/toolbar/components/panel/style.css +86 -86
  67. package/lib/modules/components/toolbar/style.css +85 -85
  68. package/lib/modules/connection-gateway/components/computer/index.css +12 -12
  69. package/lib/modules/connection-gateway/components/phone/components/callinfo/index.css +36 -36
  70. package/lib/modules/connection-gateway/components/phone/components/calling/index.css +72 -72
  71. package/lib/modules/connection-gateway/components/phone/components/remeber/index.css +10 -10
  72. package/lib/modules/connection-gateway/components/phone/components/useing/index.css +46 -46
  73. package/lib/modules/connection-gateway/components/phone/index.css +49 -49
  74. package/lib/modules/connection-gateway/index.css +6 -6
  75. package/lib/modules/control-bar/components/carmera/index.js +7 -39
  76. package/lib/modules/control-bar/components/cloud-recording-buttons.js +18 -33
  77. package/lib/modules/control-bar/components/meeting-details/index.css +133 -133
  78. package/lib/modules/control-bar/components/microphone/index.js +3 -43
  79. package/lib/modules/control-bar/components/more-actions/index.css +103 -103
  80. package/lib/modules/control-bar/components/share-audio/index.css +90 -90
  81. package/lib/modules/control-bar/components/share-audio/index.d.ts +2 -0
  82. package/lib/modules/control-bar/components/share-audio/index.js +4 -10
  83. package/lib/modules/control-bar/components/share-state-nav/index.css +79 -79
  84. package/lib/modules/control-bar/hooks.d.ts +1 -0
  85. package/lib/modules/control-bar/hooks.js +140 -1
  86. package/lib/modules/control-bar/index.css +340 -340
  87. package/lib/modules/control-bar/index.js +4 -4
  88. package/lib/modules/control-bar/store.d.ts +3 -4
  89. package/lib/modules/control-bar/store.js +37 -30
  90. package/lib/modules/control-bar/type.d.ts +3 -0
  91. package/lib/modules/control-bar/view.js +40 -57
  92. package/lib/modules/device-pretest/index.css +123 -123
  93. package/lib/modules/dialog/components/confirm/index.css +24 -24
  94. package/lib/modules/dialog/components/confirm/index.js +0 -1
  95. package/lib/modules/dialog/components/dialog-container/index.css +112 -112
  96. package/lib/modules/dialog/components/dialog-container/index.js +1 -0
  97. package/lib/modules/dialog/dialogs/confirm/index.css +24 -24
  98. package/lib/modules/dialog/dialogs/device-setting/index.css +26 -26
  99. package/lib/modules/dialog/dialogs/interpreter/index.css +30 -30
  100. package/lib/modules/dialog/dialogs/mute-all/index.css +20 -20
  101. package/lib/modules/dialog/dialogs/system-preference/index.css +52 -52
  102. package/lib/modules/dialog/dialogs/widget/index.js +4 -4
  103. package/lib/modules/dialog/index.css +56 -56
  104. package/lib/modules/event-toast/index.css +25 -25
  105. package/lib/modules/event-toast/index.js +7 -1
  106. package/lib/modules/interpreter/action/add-btn/index.css +4 -4
  107. package/lib/modules/interpreter/action/delete-btn/index.css +14 -14
  108. package/lib/modules/interpreter/action/switch-btn/index.css +3 -3
  109. package/lib/modules/interpreter/dialog-content/index.css +33 -33
  110. package/lib/modules/interpreter/footer/index.css +11 -11
  111. package/lib/modules/interpreter/index.css +4 -4
  112. package/lib/modules/interpreter/interpreter-list/index.css +8 -8
  113. package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-language/index.css +46 -46
  114. package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-user/index.css +46 -46
  115. package/lib/modules/interpreter/interpreter-list/interpreter-item/index.css +32 -32
  116. package/lib/modules/interpreter/loading-wrapper/index.css +53 -53
  117. package/lib/modules/invite/components/voip-invite.css +26 -26
  118. package/lib/modules/invite/index.css +331 -331
  119. package/lib/modules/layout/components/CommonVideoRenderer.js +4 -4
  120. package/lib/modules/layout/components/index.css +653 -653
  121. package/lib/modules/layout/index.css +59 -59
  122. package/lib/modules/layout/store.base.d.ts +1 -1
  123. package/lib/modules/layout/store.base.js +5 -5
  124. package/lib/modules/layout/store.electron.d.ts +0 -1
  125. package/lib/modules/layout/store.electron.js +37 -133
  126. package/lib/modules/layout/type.js +5 -5
  127. package/lib/modules/notification/index.css +77 -77
  128. package/lib/modules/notification/interpreter-status/index.css +76 -76
  129. package/lib/modules/participant/components/confirm-input/index.css +4 -4
  130. package/lib/modules/participant/components/participants/components/footer/components/drop-menu/index.css +83 -83
  131. package/lib/modules/participant/components/participants/components/render-user/components/attendee/index.css +87 -87
  132. package/lib/modules/participant/index.css +102 -102
  133. package/lib/modules/participant/store.base.js +183 -185
  134. package/lib/modules/pc-audio-connect/index.css +12 -12
  135. package/lib/modules/phone-audio-connect/components/callinfo/index.css +36 -36
  136. package/lib/modules/phone-audio-connect/components/calling/index.css +72 -72
  137. package/lib/modules/phone-audio-connect/components/remeber/index.css +10 -10
  138. package/lib/modules/phone-audio-connect/components/useing/index.css +46 -46
  139. package/lib/modules/phone-audio-connect/index.css +56 -56
  140. package/lib/modules/secondary-window/store.js +8 -10
  141. package/lib/modules/setting/audio-settings/index.css +195 -195
  142. package/lib/modules/setting/audio-whiteList/audio-device-adaptation.d.ts +28 -0
  143. package/lib/modules/setting/audio-whiteList/audio-device-adaptation.js +43 -7
  144. package/lib/modules/setting/audio-whiteList/audio-whiteList-manager.d.ts +3 -14
  145. package/lib/modules/setting/audio-whiteList/audio-whiteList-manager.js +51 -30
  146. package/lib/modules/setting/caption_and_transcribing/index.css +88 -88
  147. package/lib/modules/setting/general-settings/index.css +41 -41
  148. package/lib/modules/setting/index.css +112 -112
  149. package/lib/modules/setting/index.js +4 -2
  150. package/lib/modules/setting/minutes-settings/index.css +65 -65
  151. package/lib/modules/setting/state/index.css +207 -207
  152. package/lib/modules/setting/storage-settings/index.css +91 -91
  153. package/lib/modules/setting/store.base.d.ts +5 -3
  154. package/lib/modules/setting/store.base.js +64 -43
  155. package/lib/modules/setting/store.electron.d.ts +1 -1
  156. package/lib/modules/setting/store.electron.js +3 -7
  157. package/lib/modules/setting/translate-settings/index.css +47 -47
  158. package/lib/modules/setting/video-settings/index.css +357 -357
  159. package/lib/modules/setting/view.js +3 -2
  160. package/lib/modules/share-screen/components/control-bar/index.css +75 -75
  161. package/lib/modules/share-screen/components/selection/index.css +73 -73
  162. package/lib/modules/share-screen/components/share-state-bar/index.css +76 -76
  163. package/lib/modules/share-screen/index.js +10 -10
  164. package/lib/modules/share-screen/store.base.js +2 -2
  165. package/lib/modules/share-screen/store.electron.js +51 -23
  166. package/lib/modules/state-bar/assets/fcr_grid_big.svg +3 -3
  167. package/lib/modules/state-bar/assets/fcr_listontop_big.svg +3 -3
  168. package/lib/modules/state-bar/index.css +706 -706
  169. package/lib/modules/state-bar/main-scene/store.base.js +2 -2
  170. package/lib/modules/state-bar/meeting-detail.css +137 -137
  171. package/lib/modules/state-bar/meeting-network-state.css +150 -150
  172. package/lib/modules/state-bar/waiting-scene/store.base.js +2 -2
  173. package/lib/modules/subtitles-history/components/list-item.js +4 -7
  174. package/lib/modules/subtitles-history/components/settings/index.css +5 -5
  175. package/lib/modules/subtitles-history/index.css +129 -129
  176. package/lib/modules/subtitles-history/store.base.d.ts +3 -1
  177. package/lib/modules/subtitles-history/store.base.js +11 -1
  178. package/lib/modules/video-window/components/members/index.css +51 -51
  179. package/lib/modules/video-window/components/speaking/index.css +86 -86
  180. package/lib/modules/video-window/components/topControl/index.css +35 -35
  181. package/lib/modules/video-window/index.css +21 -21
  182. package/lib/modules/video-window/popover-watcher.js +3 -3
  183. package/lib/modules/video-window/store.js +10 -10
  184. package/lib/modules/waiting-room-layout/index.css +96 -96
  185. package/lib/modules/whiteboard/components/control-bar/index.css +52 -52
  186. package/lib/modules/whiteboard/components/loading/index.css +76 -76
  187. package/lib/modules/whiteboard/components/multi-window/index.css +63 -63
  188. package/lib/modules/whiteboard/components/pagination/index.css +228 -228
  189. package/lib/modules/whiteboard/components/progress/style.css +51 -51
  190. package/lib/modules/whiteboard/components/switch-theme/index.css +99 -99
  191. package/lib/modules/whiteboard/components/toolbar/style.css +591 -591
  192. package/lib/modules/whiteboard/style.css +140 -140
  193. package/lib/modules/widget/index.css +9 -9
  194. package/lib/object-manager.js +8 -8
  195. package/lib/plugins/module-dev-plugin.js +11 -11
  196. package/lib/providers/ability-provider.js +17 -17
  197. package/lib/providers/board-share/struct.js +6 -6
  198. package/lib/providers/dialog/provider.base.js +2 -2
  199. package/lib/providers/dialog/type.js +3 -3
  200. package/lib/providers/multi-display-provider.js +4 -4
  201. package/lib/providers/privilege-provider.js +7 -7
  202. package/lib/providers/screen-share/provider.base.d.ts +2 -13
  203. package/lib/providers/screen-share/provider.base.js +28 -35
  204. package/lib/providers/screen-share/provider.electron.d.ts +0 -5
  205. package/lib/providers/screen-share/provider.electron.js +31 -18
  206. package/lib/providers/screen-share/stream-state-sync.js +18 -18
  207. package/lib/providers/screen-share/struct.js +24 -24
  208. package/lib/providers/screen-share/type.d.ts +0 -16
  209. package/lib/providers/stt-provider/stt-provider.d.ts +3 -4
  210. package/lib/providers/stt-provider/stt-provider.js +145 -146
  211. package/lib/providers/stt-provider/type.d.ts +2 -10
  212. package/lib/providers/stt-provider/type.js +3 -3
  213. package/lib/providers/window/main-window.js +2 -2
  214. package/lib/providers/window/provider.js +5 -5
  215. package/lib/providers/window/renderer-window.js +2 -2
  216. package/lib/schema.js +26 -26
  217. package/lib/shared-data/meeting-time.js +8 -8
  218. package/lib/shared-data/setting.js +3 -3
  219. package/lib/translations/enUS.d.ts +12 -1
  220. package/lib/translations/enUS.js +22 -19
  221. package/lib/translations/zhCN.d.ts +12 -1
  222. package/lib/translations/zhCN.js +20 -17
  223. package/lib/type.js +21 -21
  224. package/lib/ui-scene-switch.js +2 -2
  225. package/lib/utilities/constant.js +6 -6
  226. package/lib/utilities/renderer.js +8 -8
  227. package/lib/utilities/shared-storage.js +2 -2
  228. package/lib/utilities/tools.js +14 -14
  229. package/package.json +78 -79
  230. package/public/assets/fcr_chat_reddot.svg +5 -5
  231. package/public/assets/fcr_grid_big.svg +3 -3
  232. package/public/assets/fcr_leave2.svg +58 -58
  233. package/public/assets/fcr_listontop_big.svg +3 -3
  234. package/public/assets/step-gradient.svg +10 -10
  235. package/public/fragment.html +10 -10
  236. package/public/index.html +183 -183
  237. package/public/meeting-manager.js +405 -405
@@ -62,7 +62,8 @@ var DeviceSettingsView = exports.DeviceSettingsView = (0, _mobxReact.observer)(f
62
62
  dialogConfig = _useContext.dialogConfig,
63
63
  setDialogConfig = _useContext.setDialogConfig,
64
64
  setSettingVideoOpened = _useContext.setSettingVideoOpened,
65
- isHiddenMeetingTab = _useContext.isHiddenMeetingTab;
65
+ isHiddenMeetingTab = _useContext.isHiddenMeetingTab,
66
+ isMainRoom = _useContext.isMainRoom;
66
67
  var t = (0, _i18n.useI18n)();
67
68
  var ns = (0, _useNamespace.useNamespace)('device-settings');
68
69
  var getListItemCls = function getListItemCls(tabKey) {
@@ -108,7 +109,7 @@ var DeviceSettingsView = exports.DeviceSettingsView = (0, _mobxReact.observer)(f
108
109
  color: 'storage',
109
110
  icon: _type.FcrIconType.FCR_MOBILE_SUBTITIES_ON,
110
111
  label: t('fmt_ai_subtitles_setting_label_caption_transcripts'),
111
- isHidden: isHiddenMeetingTab
112
+ isHidden: isHiddenMeetingTab || !isMainRoom
112
113
  }, {
113
114
  tab: _type2.DeviceSettingTab.STATE,
114
115
  color: 'blue',
@@ -1,75 +1,75 @@
1
- .fcr-screen-share-controlbar {
2
- /* position: absolute;
3
- top: 0;
4
- left: 0; */
5
- width: 100%;
6
- height: 28px;
7
- background-color: var(--fcr_web_ui_scene_fill2);
8
- display: flex;
9
- align-items: center;
10
- justify-content: center;
11
- z-index: 1000;
12
- border-top: 2px solid var(--fcr_web_ui_scene_border1);
13
- border-bottom: 4px solid var(--fcr_web_ui_scene_border1);
14
- padding: 10px;
15
- }
16
-
17
- .fcr-screen-share-controlbar-left {
18
- flex: 1;
19
- justify-content: flex-end;
20
- align-items: center;
21
- display: flex;
22
- font-weight: 400;
23
- color: var(--fcr_ui_scene_icontext1);
24
- font-size: 12px;
25
- }
26
-
27
- .fcr-screen-share-controlbar-center {
28
- display: flex;
29
- align-items: center;
30
- justify-content: center;
31
- column-gap: 12px;
32
- height: 20px;
33
- }
34
-
35
- .fcr-screen-share-controlbar-right {
36
- flex: 1;
37
- }
38
-
39
- .fcr-screen-share-controlbar-right .fcr-button-XXS {
40
- height: 20px;
41
- padding: 0 5px;
42
- }
43
-
44
- .fcr-screen-share-controlbar-username {
45
- margin-right: 10px;
46
- }
47
-
48
- .fcr-screen-share-annotation-exit-draw-btn {
49
- margin-left: 12px;
50
- }
51
-
52
- .fcr-screen-share-annotation-exit-draw-btn p,
53
- .fcr-screen-share-annotation-exit-draw-btn div {
54
- min-width: 100%;
55
- overflow: hidden;
56
- text-overflow: ellipsis;
57
- white-space: nowrap;
58
- }
59
-
60
- .fcr-screen-share-controlbar-without-exit {
61
- margin-left: 12px;
62
- width: 20px;
63
- }
64
-
65
- .fcr-screen-share-annotation-toolbar-btn {
66
- margin-left: 0px !important;
67
- width: 80px !important;
68
- }
69
-
70
- .fcr-screen-share-annotation-toolbar-btn p {
71
- width: 80px !important;
72
- overflow: hidden;
73
- text-overflow: ellipsis;
74
- white-space: nowrap;
75
- }
1
+ .fcr-screen-share-controlbar {
2
+ /* position: absolute;
3
+ top: 0;
4
+ left: 0; */
5
+ width: 100%;
6
+ height: 28px;
7
+ background-color: var(--fcr_web_ui_scene_fill2);
8
+ display: flex;
9
+ align-items: center;
10
+ justify-content: center;
11
+ z-index: 1000;
12
+ border-top: 2px solid var(--fcr_web_ui_scene_border1);
13
+ border-bottom: 4px solid var(--fcr_web_ui_scene_border1);
14
+ padding: 10px;
15
+ }
16
+
17
+ .fcr-screen-share-controlbar-left {
18
+ flex: 1;
19
+ justify-content: flex-end;
20
+ align-items: center;
21
+ display: flex;
22
+ font-weight: 400;
23
+ color: var(--fcr_ui_scene_icontext1);
24
+ font-size: 12px;
25
+ }
26
+
27
+ .fcr-screen-share-controlbar-center {
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: center;
31
+ column-gap: 12px;
32
+ height: 20px;
33
+ }
34
+
35
+ .fcr-screen-share-controlbar-right {
36
+ flex: 1;
37
+ }
38
+
39
+ .fcr-screen-share-controlbar-right .fcr-button-XXS {
40
+ height: 20px;
41
+ padding: 0 5px;
42
+ }
43
+
44
+ .fcr-screen-share-controlbar-username {
45
+ margin-right: 10px;
46
+ }
47
+
48
+ .fcr-screen-share-annotation-exit-draw-btn {
49
+ margin-left: 12px;
50
+ }
51
+
52
+ .fcr-screen-share-annotation-exit-draw-btn p,
53
+ .fcr-screen-share-annotation-exit-draw-btn div {
54
+ min-width: 100%;
55
+ overflow: hidden;
56
+ text-overflow: ellipsis;
57
+ white-space: nowrap;
58
+ }
59
+
60
+ .fcr-screen-share-controlbar-without-exit {
61
+ margin-left: 12px;
62
+ width: 20px;
63
+ }
64
+
65
+ .fcr-screen-share-annotation-toolbar-btn {
66
+ margin-left: 0px !important;
67
+ width: 80px !important;
68
+ }
69
+
70
+ .fcr-screen-share-annotation-toolbar-btn p {
71
+ width: 80px !important;
72
+ overflow: hidden;
73
+ text-overflow: ellipsis;
74
+ white-space: nowrap;
75
+ }
@@ -1,73 +1,73 @@
1
- .draggable {
2
- -webkit-app-region: drag;
3
- }
4
-
5
- .share-selection-window-control {
6
- width: 100%;
7
- display: flex;
8
- flex-direction: row-reverse;
9
- }
10
-
11
- .share-selection-window-control button {
12
- -webkit-app-region: no-drag;
13
- }
14
-
15
- .share-selection-window {
16
- width: 100%;
17
- height: 500px;
18
- overflow: hidden;
19
- -webkit-app-region: no-drag;
20
- background-color: #fff;
21
- /* border-radius: var(--fcr_cornerradius_l); */
22
- display: flex;
23
- flex-direction: column;
24
- }
25
-
26
- .share-selection-window__share-content {
27
- width: 100%;
28
- height: 458px;
29
- padding: 10px 20px;
30
- overflow-y: scroll;
31
- -webkit-app-region: no-drag;
32
- }
33
-
34
- .share-selection-window__share-content::--webkit-scrollbar {
35
- display: none;
36
- }
37
-
38
- .share-selection-window__header {
39
- height: 46px;
40
- }
41
-
42
- .share-selection-window__footer {
43
- width: 100%;
44
- border-top: 1px solid var(--fcr_ui_scene_line1);
45
- background-color: var(--fcr_mobile_ui_scene_color_popup_fill2);
46
- display: flex;
47
- flex-direction: row;
48
- gap: 30px;
49
- align-items: center;
50
- height: 46px;
51
- padding: 0 10px 0 20px;
52
- }
53
-
54
- .share-selection-window__footer .share-selection-window__footer-action {
55
- width: 100%;
56
- background-color: var(--fcr_mobile_ui_scene_color_popup_fill2);
57
- display: flex;
58
- flex-direction: row;
59
- gap: 30px;
60
- }
61
-
62
- .share-selection-window__footer-start-share-txt {
63
- color: var(--fcr_ui_scene_white10);
64
- font-size: 12px;
65
- }
66
-
67
- .share-selection-window__share-windows,
68
- .share-selection-window__share-application {
69
- display: flex;
70
- flex-direction: row;
71
- flex-wrap: wrap;
72
- gap: 8px;
73
- }
1
+ .draggable {
2
+ -webkit-app-region: drag;
3
+ }
4
+
5
+ .share-selection-window-control {
6
+ width: 100%;
7
+ display: flex;
8
+ flex-direction: row-reverse;
9
+ }
10
+
11
+ .share-selection-window-control button {
12
+ -webkit-app-region: no-drag;
13
+ }
14
+
15
+ .share-selection-window {
16
+ width: 100%;
17
+ height: 500px;
18
+ overflow: hidden;
19
+ -webkit-app-region: no-drag;
20
+ background-color: #fff;
21
+ /* border-radius: var(--fcr_cornerradius_l); */
22
+ display: flex;
23
+ flex-direction: column;
24
+ }
25
+
26
+ .share-selection-window__share-content {
27
+ width: 100%;
28
+ height: 458px;
29
+ padding: 10px 20px;
30
+ overflow-y: scroll;
31
+ -webkit-app-region: no-drag;
32
+ }
33
+
34
+ .share-selection-window__share-content::--webkit-scrollbar {
35
+ display: none;
36
+ }
37
+
38
+ .share-selection-window__header {
39
+ height: 46px;
40
+ }
41
+
42
+ .share-selection-window__footer {
43
+ width: 100%;
44
+ border-top: 1px solid var(--fcr_ui_scene_line1);
45
+ background-color: var(--fcr_mobile_ui_scene_color_popup_fill2);
46
+ display: flex;
47
+ flex-direction: row;
48
+ gap: 30px;
49
+ align-items: center;
50
+ height: 46px;
51
+ padding: 0 10px 0 20px;
52
+ }
53
+
54
+ .share-selection-window__footer .share-selection-window__footer-action {
55
+ width: 100%;
56
+ background-color: var(--fcr_mobile_ui_scene_color_popup_fill2);
57
+ display: flex;
58
+ flex-direction: row;
59
+ gap: 30px;
60
+ }
61
+
62
+ .share-selection-window__footer-start-share-txt {
63
+ color: var(--fcr_ui_scene_white10);
64
+ font-size: 12px;
65
+ }
66
+
67
+ .share-selection-window__share-windows,
68
+ .share-selection-window__share-application {
69
+ display: flex;
70
+ flex-direction: row;
71
+ flex-wrap: wrap;
72
+ gap: 8px;
73
+ }
@@ -1,76 +1,76 @@
1
- .share-state-bar {
2
- background-color: var(--fcr_web_ui_scene_fill2);
3
- border-radius: var(--fcr_cornerradius_s);
4
- padding: 10px;
5
- box-shadow: var(--fcr_web_light_dropup);
6
- flex-direction: column;
7
- display: flex;
8
- flex-wrap: nowrap;
9
- align-items: center;
10
- }
11
-
12
- .share-state-bar__control {
13
- gap: 10px;
14
- height: 28px;
15
- display: flex;
16
- width: max-content;
17
- align-items: center;
18
- }
19
-
20
- .share-state-bar__state {
21
- gap: 10px;
22
- display: flex;
23
- align-items: center;
24
- border-radius: var(--fcr_cornerradius_xs);
25
- padding: 3px 5px 3px 3px;
26
- }
27
-
28
- .share-state-bar .divider-vertical {
29
- border-left: 1px solid;
30
- border-image: linear-gradient(to bottom, transparent 0%, #888 50%, #888 50%, transparent 100%) 1;
31
- }
32
-
33
- .share-state-bar__state:hover {
34
- background: var(--fcr_web_ui_scene_hover);
35
- color: var(--fcr_web_ui_scene_mainicon2);
36
- cursor: pointer;
37
- }
38
-
39
- .share-state-bar__state:hover svg:nth-child(3) path {
40
- fill: var(--fcr_web_ui_scene_mainicon2);
41
- }
42
-
43
- .share-state-bar__text {
44
- width: 100px;
45
- line-height: 1;
46
- }
47
-
48
- .share-state-bar__share_screen_preview {
49
- width: 100%;
50
- aspect-ratio: 16 / 9;
51
- margin-top: 10px;
52
- background-color: #d9d9d9;
53
- border-radius: var(--fcr_cornerradius_xs);
54
- overflow: hidden;
55
- }
56
-
57
- .share-state-bar__stop-share {
58
- /* background-color: var(--fcr_ui_scene_ramp_red6); */
59
- height: 24px;
60
- color: var(--fcr_ui_scene_white10);
61
- font-size: 12px;
62
- border-radius: var(--fcr_cornerradius_xs);
63
- cursor: pointer;
64
- }
65
-
66
- .share-state-bar .share-state-nav__drag-button:hover,
67
- .share-state-bar .share-state-nav__transfer-position:hover {
68
- background-color: var(--fcr_web_ui_scene_hover);
69
- height: 20px;
70
- cursor: pointer;
71
- }
72
-
73
- .share-state-bar .share-state-nav__drag-button:hover path,
74
- .share-state-bar .share-state-nav__transfer-position:hover path {
75
- fill: var(--fcr_web_ui_scene_mainicon2);
76
- }
1
+ .share-state-bar {
2
+ background-color: var(--fcr_web_ui_scene_fill2);
3
+ border-radius: var(--fcr_cornerradius_s);
4
+ padding: 10px;
5
+ box-shadow: var(--fcr_web_light_dropup);
6
+ flex-direction: column;
7
+ display: flex;
8
+ flex-wrap: nowrap;
9
+ align-items: center;
10
+ }
11
+
12
+ .share-state-bar__control {
13
+ gap: 10px;
14
+ height: 28px;
15
+ display: flex;
16
+ width: max-content;
17
+ align-items: center;
18
+ }
19
+
20
+ .share-state-bar__state {
21
+ gap: 10px;
22
+ display: flex;
23
+ align-items: center;
24
+ border-radius: var(--fcr_cornerradius_xs);
25
+ padding: 3px 5px 3px 3px;
26
+ }
27
+
28
+ .share-state-bar .divider-vertical {
29
+ border-left: 1px solid;
30
+ border-image: linear-gradient(to bottom, transparent 0%, #888 50%, #888 50%, transparent 100%) 1;
31
+ }
32
+
33
+ .share-state-bar__state:hover {
34
+ background: var(--fcr_web_ui_scene_hover);
35
+ color: var(--fcr_web_ui_scene_mainicon2);
36
+ cursor: pointer;
37
+ }
38
+
39
+ .share-state-bar__state:hover svg:nth-child(3) path {
40
+ fill: var(--fcr_web_ui_scene_mainicon2);
41
+ }
42
+
43
+ .share-state-bar__text {
44
+ width: 100px;
45
+ line-height: 1;
46
+ }
47
+
48
+ .share-state-bar__share_screen_preview {
49
+ width: 100%;
50
+ aspect-ratio: 16 / 9;
51
+ margin-top: 10px;
52
+ background-color: #d9d9d9;
53
+ border-radius: var(--fcr_cornerradius_xs);
54
+ overflow: hidden;
55
+ }
56
+
57
+ .share-state-bar__stop-share {
58
+ /* background-color: var(--fcr_ui_scene_ramp_red6); */
59
+ height: 24px;
60
+ color: var(--fcr_ui_scene_white10);
61
+ font-size: 12px;
62
+ border-radius: var(--fcr_cornerradius_xs);
63
+ cursor: pointer;
64
+ }
65
+
66
+ .share-state-bar .share-state-nav__drag-button:hover,
67
+ .share-state-bar .share-state-nav__transfer-position:hover {
68
+ background-color: var(--fcr_web_ui_scene_hover);
69
+ height: 20px;
70
+ cursor: pointer;
71
+ }
72
+
73
+ .share-state-bar .share-state-nav__drag-button:hover path,
74
+ .share-state-bar .share-state-nav__transfer-position:hover path {
75
+ fill: var(--fcr_web_ui_scene_mainicon2);
76
+ }
@@ -62,9 +62,9 @@ var ShareScreenUIModule = exports.ShareScreenUIModule = /*#__PURE__*/function (_
62
62
  this.store.release();
63
63
  }
64
64
 
65
- /**
66
- * 控制栏(浏览器内)
67
- * @returns
65
+ /**
66
+ * 控制栏(浏览器内)
67
+ * @returns
68
68
  */
69
69
  }, {
70
70
  key: "getComponent",
@@ -75,10 +75,10 @@ var ShareScreenUIModule = exports.ShareScreenUIModule = /*#__PURE__*/function (_
75
75
  });
76
76
  }
77
77
 
78
- /**
79
- * 共享时,视频窗顶部的控制按钮组
80
- * @param secondaryWindowProprs
81
- * @returns
78
+ /**
79
+ * 共享时,视频窗顶部的控制按钮组
80
+ * @param secondaryWindowProprs
81
+ * @returns
82
82
  */
83
83
  }, {
84
84
  key: "getControlComponent",
@@ -91,9 +91,9 @@ var ShareScreenUIModule = exports.ShareScreenUIModule = /*#__PURE__*/function (_
91
91
  });
92
92
  }
93
93
 
94
- /**
95
- * 共享选择组件
96
- * @returns
94
+ /**
95
+ * 共享选择组件
96
+ * @returns
97
97
  */
98
98
  }, {
99
99
  key: "getSelectionComponent",
@@ -152,8 +152,8 @@ var ShareScreenStoreBase = exports["default"] = /*#__PURE__*/function () {
152
152
  _classPrivateFieldInitSpec(this, _C, _init_applicationList(this, []));
153
153
  _classPrivateFieldInitSpec(this, _D, _init_selectedShareItem(this, null));
154
154
  _classPrivateFieldInitSpec(this, _E, _init_isWhiteboardSelected(this, false));
155
- /**
156
- * 是否共享音频,选择窗口中的共享音频状态与当前共享状态可能不一致
155
+ /**
156
+ * 是否共享音频,选择窗口中的共享音频状态与当前共享状态可能不一致
157
157
  */
158
158
  _classPrivateFieldInitSpec(this, _F, _init_isSharingWithAudio(this, false));
159
159
  _classPrivateFieldInitSpec(this, _G, _init_isSharingInSmoothMode(this, false));
@@ -135,7 +135,6 @@ var ElectronShareScreenStore = exports["default"] = /*#__PURE__*/function (_Shar
135
135
  (0, _mobx.runInAction)(function () {
136
136
  _this2.selectedShareItem = null;
137
137
  _this2.screenShareProvider.setSelectionBounds(null);
138
- _this2.screenShareProvider.setSelectionIdAndType(null);
139
138
  });
140
139
  }
141
140
  }
@@ -177,10 +176,6 @@ var ElectronShareScreenStore = exports["default"] = /*#__PURE__*/function (_Shar
177
176
  var isDisplay = selected.type === _type.FcrUIShareType.DISPLAY;
178
177
  if (isWindow || isDisplay) {
179
178
  this.screenShareProvider.setSelectionBounds(selected.bounds);
180
- this.screenShareProvider.setSelectionIdAndType({
181
- id: selected.id,
182
- type: isWindow ? _type3.FcrScreenCaptureType.WINDOW : _type3.FcrScreenCaptureType.SCREEN
183
- });
184
179
  }
185
180
  }
186
181
  }, {
@@ -321,10 +316,6 @@ var ElectronShareScreenStore = exports["default"] = /*#__PURE__*/function (_Shar
321
316
  } else {
322
317
  _displayList$ = displayList[0], bounds = _displayList$.bounds, id = _displayList$.id;
323
318
  this.screenShareProvider.setSelectionBounds(bounds);
324
- this.screenShareProvider.setSelectionIdAndType({
325
- id: id,
326
- type: _type3.FcrScreenCaptureType.SCREEN
327
- });
328
319
  this.screenShareProvider.startShare({
329
320
  videoSourceId: id,
330
321
  captureType: _type3.FcrScreenCaptureType.SCREEN
@@ -345,21 +336,22 @@ var ElectronShareScreenStore = exports["default"] = /*#__PURE__*/function (_Shar
345
336
  key: "_handleDisplayCountUpdated",
346
337
  value: function () {
347
338
  var _handleDisplayCountUpdated2 = (0, _asyncToGenerator2["default"])(/*#__PURE__*/_regenerator["default"].mark(function _callee4(event) {
348
- var eventAction, _this$selectedShareIt, type, id, windowList, sharingTarget;
339
+ var eventAction, _this$selectedShareIt, type, id, sharingTargetBounds, displayList, display, windowList, window, selectionBounds, _t;
349
340
  return _regenerator["default"].wrap(function (_context4) {
350
341
  while (1) switch (_context4.prev = _context4.next) {
351
342
  case 0:
352
343
  eventAction = event.action;
353
- if (!(eventAction === _constant.FcrUIRendererEventAction.SCREEN_DISPLAY_REMOVED
344
+ if (!(eventAction === _constant.FcrUIRendererEventAction.SCREEN_DISPLAY_REMOVED || eventAction === _constant.FcrUIRendererEventAction.SCREEN_DISPLAY_ADDED
345
+
354
346
  // ||
355
347
  // eventAction === FcrUIRendererEventAction.SCREEN_DISPLAY_METRICS_CHANGED
356
348
  )) {
357
- _context4.next = 4;
349
+ _context4.next = 11;
358
350
  break;
359
351
  }
360
352
  this.logger.info("action: ".concat(eventAction));
361
353
  if (!this.screenShareProvider.isLocalUserScreenSharing) {
362
- _context4.next = 4;
354
+ _context4.next = 11;
363
355
  break;
364
356
  }
365
357
  if (this.selectedShareItem) {
@@ -370,30 +362,66 @@ var ElectronShareScreenStore = exports["default"] = /*#__PURE__*/function (_Shar
370
362
  return _context4.abrupt("return");
371
363
  case 1:
372
364
  _this$selectedShareIt = this.selectedShareItem, type = _this$selectedShareIt.type, id = _this$selectedShareIt.id;
373
- if (!(type === _type.FcrUIShareType.WINDOW)) {
374
- _context4.next = 4;
365
+ if (!(type === _type.FcrUIShareType.DISPLAY)) {
366
+ _context4.next = 5;
375
367
  break;
376
368
  }
377
369
  _context4.next = 2;
378
- return this.screenShareProvider.getWindowList();
370
+ return this.screenShareProvider.getDisplayList();
379
371
  case 2:
380
- windowList = _context4.sent;
381
- sharingTarget = windowList.find(function (item) {
372
+ displayList = _context4.sent;
373
+ display = displayList.find(function (item) {
382
374
  return item.id === id;
383
375
  });
384
- if (sharingTarget) {
376
+ if (!display) {
385
377
  _context4.next = 3;
386
378
  break;
387
379
  }
388
- this.logger.warn('sharing target is missing when display changed');
389
- return _context4.abrupt("return");
380
+ sharingTargetBounds = display.bounds;
381
+ _context4.next = 4;
382
+ break;
390
383
  case 3:
391
- this.screenShareProvider.changeSelectionBounds(sharingTarget.bounds, _struct.FcrUISelectionBoundsChangeReason.DISPLAY_CHANGE);
384
+ this.logger.warn("can not find display info for shared screen id: ".concat(id));
385
+ return _context4.abrupt("return");
392
386
  case 4:
387
+ _context4.next = 10;
388
+ break;
389
+ case 5:
390
+ _context4.next = 6;
391
+ return this.screenShareProvider.getWindowList();
392
+ case 6:
393
+ windowList = _context4.sent;
394
+ window = windowList.find(function (item) {
395
+ return item.id === id;
396
+ });
397
+ if (!window) {
398
+ _context4.next = 7;
399
+ break;
400
+ }
401
+ sharingTargetBounds = window.bounds;
402
+ _context4.next = 10;
403
+ break;
404
+ case 7:
405
+ this.logger.warn("can not find window info for shared window id: ".concat(id));
406
+
407
+ // 共享的窗口被隐藏时,尝试使用 selectionBounds 作为位置依据
408
+ _context4.prev = 8;
409
+ selectionBounds = this.screenShareProvider.selectionBounds;
410
+ sharingTargetBounds = this._renderer.getDisplayMatching(selectionBounds).bounds;
411
+ _context4.next = 10;
412
+ break;
413
+ case 9:
414
+ _context4.prev = 9;
415
+ _t = _context4["catch"](8);
416
+ this.logger.warn("get selection bounds error, can not set video window position: ".concat(_t));
417
+ return _context4.abrupt("return");
418
+ case 10:
419
+ this.screenShareProvider.changeSelectionBounds(sharingTargetBounds, _struct.FcrUISelectionBoundsChangeReason.DISPLAY_CHANGE);
420
+ case 11:
393
421
  case "end":
394
422
  return _context4.stop();
395
423
  }
396
- }, _callee4, this);
424
+ }, _callee4, this, [[8, 9]]);
397
425
  }));
398
426
  function _handleDisplayCountUpdated(_x) {
399
427
  return _handleDisplayCountUpdated2.apply(this, arguments);
@@ -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>