fcr-ui-scene 3.8.1-alpha → 3.8.1
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/lib/base.js +2 -2
- package/lib/creator/provider-initializer.browser.js +8 -7
- package/lib/creator/provider-initializer.electron.js +8 -8
- package/lib/electron/asar-validation.d.ts +12 -0
- package/lib/electron/asar-validation.js +115 -0
- package/lib/electron/bootstrap-sdk.js +20 -12
- package/lib/electron/default-options.js +2 -1
- package/lib/electron/env.d.ts +1 -0
- package/lib/electron/env.js +6 -4
- package/lib/electron/exit-codes.js +11 -11
- package/lib/electron/hang-detection/manager.js +4 -4
- package/lib/electron/ipc-protocol.js +12 -12
- package/lib/electron/process-manager/event-manager.js +30 -30
- package/lib/electron/process-manager/index.js +88 -88
- package/lib/electron/process-manager/state-manager.js +57 -57
- package/lib/electron/process-manager/types.js +16 -16
- package/lib/electron/sdk-helper.js +3 -3
- package/lib/electron/window-proxy/browser-window-proxy.js +13 -13
- package/lib/electron/window-proxy/main-process-handler.js +14 -14
- package/lib/fragments/annotation/style.css +9 -9
- package/lib/fragments/annotation/toolbar/components/item/style.css +45 -45
- package/lib/fragments/annotation/toolbar/components/panel/style.css +24 -24
- package/lib/fragments/annotation/toolbar/components/tips/style.css +19 -19
- package/lib/fragments/annotation/toolbar/style.css +55 -55
- package/lib/fragments/whiteboard/cursor.css +77 -77
- package/lib/fragments/whiteboard/style.css +4 -4
- package/lib/global.css +62 -62
- package/lib/global.d.ts +27 -27
- package/lib/index.js +9 -1
- package/lib/modules/action-bar/components/chat/index.css +88 -88
- package/lib/modules/action-bar/components/more/index.css +114 -114
- package/lib/modules/action-bar/components/notification-bar/components/interpreter/index.css +58 -58
- package/lib/modules/action-bar/components/notification-bar/components/virtual-image/index.css +56 -56
- package/lib/modules/action-bar/components/notification-bar/index.css +74 -74
- package/lib/modules/action-bar/components/participants/index.css +21 -21
- package/lib/modules/action-bar/components/record/index.css +39 -39
- package/lib/modules/action-bar/components/trigger-output-language/index.css +86 -86
- package/lib/modules/action-bar/components/trigger-subscribe-language/guide-tooltip/index.css +22 -22
- package/lib/modules/action-bar/index.css +358 -358
- package/lib/modules/action-bar/main-scene/store.base.d.ts +3 -2
- package/lib/modules/action-bar/main-scene/store.base.js +29 -57
- package/lib/modules/action-bar/main-scene/view.js +3 -3
- package/lib/modules/audio-stream/index.js +3 -3
- package/lib/modules/caption/draggable-container/index.css +10 -10
- package/lib/modules/caption/view.css +158 -158
- package/lib/modules/chat/components/chat-bar/index.css +89 -89
- package/lib/modules/chat/components/chat-select/index.css +185 -185
- package/lib/modules/chat/index.css +124 -124
- package/lib/modules/components/apps/app-item/index.css +49 -49
- package/lib/modules/components/apps/index.css +9 -9
- package/lib/modules/components/caption-menu/index.css +58 -58
- package/lib/modules/components/caption-menu/steps/index.css +73 -73
- package/lib/modules/components/control-bar/components/loading/index.css +76 -76
- package/lib/modules/components/control-bar/components/progress/style.css +51 -51
- package/lib/modules/components/control-bar/components/switch-theme/index.css +101 -101
- package/lib/modules/components/control-bar/index.css +99 -99
- package/lib/modules/components/device-control/index.css +177 -177
- package/lib/modules/components/leave-meeting/components/index.css +151 -151
- package/lib/modules/components/leave-meeting/style.css +9 -9
- package/lib/modules/components/member-window/components/member-actions/store.js +22 -22
- package/lib/modules/components/member-window/index.css +502 -502
- package/lib/modules/components/security-menu/index.css +42 -42
- package/lib/modules/components/tab-frame/index.css +40 -40
- package/lib/modules/components/toolbar/components/item/style.css +94 -94
- package/lib/modules/components/toolbar/components/panel/style.css +86 -86
- package/lib/modules/components/toolbar/style.css +85 -85
- package/lib/modules/connection-gateway/components/computer/index.css +12 -12
- package/lib/modules/connection-gateway/components/phone/components/callinfo/index.css +36 -36
- package/lib/modules/connection-gateway/components/phone/components/calling/index.css +72 -72
- package/lib/modules/connection-gateway/components/phone/components/remeber/index.css +10 -10
- package/lib/modules/connection-gateway/components/phone/components/useing/index.css +46 -46
- package/lib/modules/connection-gateway/components/phone/index.css +49 -49
- package/lib/modules/connection-gateway/index.css +6 -6
- package/lib/modules/control-bar/components/meeting-details/index.css +133 -133
- package/lib/modules/control-bar/components/more-actions/index.css +103 -103
- package/lib/modules/control-bar/components/share-audio/index.css +90 -90
- package/lib/modules/control-bar/components/share-state-nav/index.css +79 -79
- package/lib/modules/control-bar/index.css +340 -340
- package/lib/modules/control-bar/index.js +4 -4
- package/lib/modules/device-pretest/index.css +123 -123
- package/lib/modules/dialog/components/confirm/index.css +24 -24
- package/lib/modules/dialog/components/dialog-container/index.css +112 -112
- package/lib/modules/dialog/dialogs/confirm/index.css +24 -24
- package/lib/modules/dialog/dialogs/connection-gateway/tabs.d.ts +1 -0
- package/lib/modules/dialog/dialogs/connection-gateway/tabs.js +27 -14
- package/lib/modules/dialog/dialogs/device-setting/index.css +26 -26
- package/lib/modules/dialog/dialogs/interpreter/index.css +30 -30
- package/lib/modules/dialog/dialogs/mute-all/index.css +20 -20
- package/lib/modules/dialog/dialogs/system-preference/index.css +52 -52
- package/lib/modules/dialog/dialogs/widget/index.js +4 -4
- package/lib/modules/dialog/index.css +56 -56
- package/lib/modules/event-toast/index.css +25 -25
- package/lib/modules/interpreter/action/add-btn/index.css +4 -4
- package/lib/modules/interpreter/action/delete-btn/index.css +14 -14
- package/lib/modules/interpreter/action/switch-btn/index.css +3 -3
- package/lib/modules/interpreter/dialog-content/index.css +33 -33
- package/lib/modules/interpreter/footer/index.css +11 -11
- package/lib/modules/interpreter/index.css +4 -4
- package/lib/modules/interpreter/interpreter-list/index.css +8 -8
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-language/index.css +46 -46
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-user/index.css +46 -46
- package/lib/modules/interpreter/interpreter-list/interpreter-item/index.css +32 -32
- package/lib/modules/interpreter/loading-wrapper/index.css +53 -53
- package/lib/modules/invite/components/pstn-invite.js +1 -1
- package/lib/modules/invite/components/voip-invite.css +26 -26
- package/lib/modules/invite/index.css +331 -331
- package/lib/modules/layout/components/CommonVideoRenderer.js +4 -4
- package/lib/modules/layout/components/index.css +653 -653
- package/lib/modules/layout/index.css +59 -59
- package/lib/modules/layout/store.base.js +5 -5
- package/lib/modules/layout/type.js +5 -5
- package/lib/modules/notification/index.css +77 -77
- package/lib/modules/notification/interpreter-status/index.css +76 -76
- package/lib/modules/participant/components/confirm-input/index.css +4 -4
- package/lib/modules/participant/components/participants/components/footer/components/drop-menu/index.css +83 -83
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/index.css +87 -87
- package/lib/modules/participant/index.css +102 -102
- package/lib/modules/participant/store.base.js +175 -175
- package/lib/modules/pc-audio-connect/index.css +12 -12
- package/lib/modules/pc-audio-connect/main-scene/index.d.ts +2 -1
- package/lib/modules/pc-audio-connect/main-scene/index.js +5 -4
- package/lib/modules/pc-audio-connect/main-scene/store.d.ts +3 -0
- package/lib/modules/pc-audio-connect/main-scene/store.js +44 -7
- package/lib/modules/phone-audio-connect/components/callinfo/index.css +36 -36
- package/lib/modules/phone-audio-connect/components/calling/index.css +72 -72
- package/lib/modules/phone-audio-connect/components/remeber/index.css +10 -10
- package/lib/modules/phone-audio-connect/components/useing/index.css +46 -46
- package/lib/modules/phone-audio-connect/index.css +56 -56
- package/lib/modules/secondary-window/store.js +7 -7
- package/lib/modules/setting/audio-settings/index.css +195 -195
- package/lib/modules/setting/audio-whiteList/audio-device-adaptation.js +14 -14
- package/lib/modules/setting/audio-whiteList/audio-whiteList-manager.js +6 -6
- package/lib/modules/setting/caption_and_transcribing/index.css +88 -88
- package/lib/modules/setting/general-settings/index.css +41 -41
- package/lib/modules/setting/index.css +112 -112
- package/lib/modules/setting/minutes-settings/index.css +65 -65
- package/lib/modules/setting/state/index.css +207 -207
- package/lib/modules/setting/storage-settings/index.css +91 -91
- package/lib/modules/setting/translate-settings/index.css +47 -47
- package/lib/modules/setting/video-settings/index.css +357 -357
- package/lib/modules/share-screen/components/control-bar/index.css +75 -75
- package/lib/modules/share-screen/components/selection/index.css +73 -73
- package/lib/modules/share-screen/components/share-state-bar/index.css +76 -76
- package/lib/modules/share-screen/index.js +10 -10
- package/lib/modules/share-screen/store.base.js +2 -2
- package/lib/modules/state-bar/assets/fcr_grid_big.svg +3 -3
- package/lib/modules/state-bar/assets/fcr_listontop_big.svg +3 -3
- package/lib/modules/state-bar/index.css +706 -706
- package/lib/modules/state-bar/main-scene/store.base.js +2 -2
- package/lib/modules/state-bar/meeting-detail.css +137 -137
- package/lib/modules/state-bar/meeting-network-state.css +150 -150
- package/lib/modules/state-bar/waiting-scene/store.base.js +2 -2
- package/lib/modules/subtitles-history/components/settings/index.css +5 -5
- package/lib/modules/subtitles-history/index.css +129 -129
- package/lib/modules/video-window/components/members/index.css +51 -51
- package/lib/modules/video-window/components/speaking/index.css +86 -86
- package/lib/modules/video-window/components/topControl/index.css +35 -35
- package/lib/modules/video-window/index.css +21 -21
- package/lib/modules/video-window/popover-watcher.js +3 -3
- package/lib/modules/video-window/store.js +10 -10
- package/lib/modules/waiting-room-layout/index.css +96 -96
- package/lib/modules/whiteboard/components/control-bar/index.css +52 -52
- package/lib/modules/whiteboard/components/loading/index.css +76 -76
- package/lib/modules/whiteboard/components/multi-window/index.css +63 -63
- package/lib/modules/whiteboard/components/pagination/index.css +228 -228
- package/lib/modules/whiteboard/components/progress/style.css +51 -51
- package/lib/modules/whiteboard/components/switch-theme/index.css +99 -99
- package/lib/modules/whiteboard/components/toolbar/style.css +591 -591
- package/lib/modules/whiteboard/style.css +140 -140
- package/lib/modules/widget/index.css +9 -9
- package/lib/modules/widget/index.d.ts +1 -0
- package/lib/modules/widget/index.js +16 -1
- package/lib/modules/widget/store.base.d.ts +1 -0
- package/lib/modules/widget/store.base.js +12 -0
- package/lib/modules/widget/store.electron.js +5 -0
- package/lib/modules/widget/web-widget.d.ts +6 -1
- package/lib/modules/widget/web-widget.js +66 -22
- package/lib/object-manager.js +8 -8
- package/lib/plugins/module-dev-plugin.js +11 -11
- package/lib/providers/ability-provider.js +17 -17
- package/lib/providers/app-list-provider.d.ts +1 -1
- package/lib/providers/app-list-provider.js +9 -7
- package/lib/providers/board-share/bar-control/base.d.ts +1 -1
- package/lib/providers/board-share/bar-control/browser.d.ts +1 -1
- package/lib/providers/board-share/bar-control/electron.d.ts +1 -1
- package/lib/providers/board-share/struct.js +6 -6
- package/lib/providers/device-stream-provider.d.ts +1 -1
- package/lib/providers/dialog/provider.base.js +2 -2
- package/lib/providers/dialog/type.js +3 -3
- package/lib/providers/multi-display-provider.js +4 -4
- package/lib/providers/privilege-provider.js +7 -7
- package/lib/providers/screen-share/provider.base.js +23 -23
- package/lib/providers/screen-share/stream-state-sync.js +18 -18
- package/lib/providers/screen-share/struct.js +24 -24
- package/lib/providers/widget-provider.d.ts +13 -2
- package/lib/providers/widget-provider.js +60 -9
- package/lib/providers/window/main-window.js +2 -2
- package/lib/providers/window/provider.js +5 -5
- package/lib/providers/window/renderer-window.js +2 -2
- package/lib/scenes/main-scene.js +1 -0
- package/lib/schema.js +26 -26
- package/lib/shared-data/app-list-data.d.ts +0 -3
- package/lib/shared-data/app-list-data.js +3 -30
- package/lib/shared-data/meeting-time.js +8 -8
- package/lib/shared-data/setting.js +3 -3
- package/lib/shared-data/video-window.d.ts +1 -1
- package/lib/shared-data/video-window.js +1 -1
- package/lib/shared-data/widget-data.d.ts +0 -1
- package/lib/type.d.ts +1 -0
- package/lib/type.js +23 -21
- package/lib/ui-scene-switch.js +2 -2
- package/lib/utilities/constant.js +6 -6
- package/lib/utilities/renderer.js +8 -8
- package/lib/utilities/shared-storage.js +2 -2
- package/lib/utilities/tools.js +14 -14
- package/package.json +82 -77
- package/public/assets/fcr_chat_reddot.svg +5 -5
- package/public/assets/fcr_grid_big.svg +3 -3
- package/public/assets/fcr_leave2.svg +58 -58
- package/public/assets/fcr_listontop_big.svg +3 -3
- package/public/assets/step-gradient.svg +10 -10
- package/public/fragment.html +10 -10
- package/public/index.html +107 -183
- package/public/index.vite.html +109 -0
- package/public/js/init.js +75 -0
- package/public/{meeting-manager.js → js/meeting-manager.js} +405 -405
|
@@ -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));
|
|
@@ -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>
|
|
@@ -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_listontop_big" fillRule="evenodd" clipRule="evenodd" d="M4.08 0C1.82668 0 0 1.82284 0 4.07143V6.84848C0 7.48445 0.516634 8 1.15394 8H11.3724C12.0097 8 12.5263 7.48445 12.5263 6.84848V1.15152C12.5263 0.515551 12.0097 0 11.3724 0H4.08ZM2.72 10C1.21779 10 0 11.2152 0 12.7143V33.9286C0 36.1772 1.82668 38 4.08 38H63.92C66.1733 38 68 36.1772 68 33.9286V12.7143C68 11.2152 66.7822 10 65.28 10H2.72ZM28.0352 1.15152C28.0352 0.515553 28.5518 0 29.1891 0H39.4076C40.0449 0 40.5615 0.515551 40.5615 1.15152V6.84848C40.5615 7.48445 40.0449 8 39.4076 8H29.1891C28.5518 8 28.0352 7.48445 28.0352 6.84848V1.15152ZM57.224 0C56.5867 0 56.07 0.515553 56.07 1.15152V6.84848C56.07 7.48445 56.5867 8 57.224 8H66.8459C67.4832 8 67.9998 7.48445 67.9998 6.84848V4.07143C67.9998 1.82284 66.1732 0 63.9198 0H57.224ZM14.3159 1.15152C14.3159 0.515553 14.8325 0 15.4699 0H25.0918C25.7291 0 26.2457 0.515551 26.2457 1.15152V6.84848C26.2457 7.48445 25.7291 8 25.0918 8H15.4699C14.8325 8 14.3159 7.48445 14.3159 6.84848V1.15152ZM43.5047 0C42.8674 0 42.3508 0.515553 42.3508 1.15152V6.84848C42.3508 7.48445 42.8674 8 43.5047 8H53.1266C53.7639 8 54.2806 7.48445 54.2806 6.84848V1.15152C54.2806 0.515551 53.7639 0 53.1266 0H43.5047Z" 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_listontop_big" fillRule="evenodd" clipRule="evenodd" d="M4.08 0C1.82668 0 0 1.82284 0 4.07143V6.84848C0 7.48445 0.516634 8 1.15394 8H11.3724C12.0097 8 12.5263 7.48445 12.5263 6.84848V1.15152C12.5263 0.515551 12.0097 0 11.3724 0H4.08ZM2.72 10C1.21779 10 0 11.2152 0 12.7143V33.9286C0 36.1772 1.82668 38 4.08 38H63.92C66.1733 38 68 36.1772 68 33.9286V12.7143C68 11.2152 66.7822 10 65.28 10H2.72ZM28.0352 1.15152C28.0352 0.515553 28.5518 0 29.1891 0H39.4076C40.0449 0 40.5615 0.515551 40.5615 1.15152V6.84848C40.5615 7.48445 40.0449 8 39.4076 8H29.1891C28.5518 8 28.0352 7.48445 28.0352 6.84848V1.15152ZM57.224 0C56.5867 0 56.07 0.515553 56.07 1.15152V6.84848C56.07 7.48445 56.5867 8 57.224 8H66.8459C67.4832 8 67.9998 7.48445 67.9998 6.84848V4.07143C67.9998 1.82284 66.1732 0 63.9198 0H57.224ZM14.3159 1.15152C14.3159 0.515553 14.8325 0 15.4699 0H25.0918C25.7291 0 26.2457 0.515551 26.2457 1.15152V6.84848C26.2457 7.48445 25.7291 8 25.0918 8H15.4699C14.8325 8 14.3159 7.48445 14.3159 6.84848V1.15152ZM43.5047 0C42.8674 0 42.3508 0.515553 42.3508 1.15152V6.84848C42.3508 7.48445 42.8674 8 43.5047 8H53.1266C53.7639 8 54.2806 7.48445 54.2806 6.84848V1.15152C54.2806 0.515551 53.7639 0 53.1266 0H43.5047Z" fill="#E5EAF3" fillOpacity="0.9"/>
|
|
3
|
+
</svg>
|