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.
- package/lib/base.js +2 -2
- package/lib/electron/bootstrap-sdk.js +6 -6
- 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/store.js +1 -1
- package/lib/fragments/whiteboard/style.css +4 -4
- package/lib/global.css +62 -62
- package/lib/global.d.ts +27 -27
- 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/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/draggable-container/index.js +34 -12
- package/lib/modules/caption/store.d.ts +1 -4
- package/lib/modules/caption/store.js +10 -18
- package/lib/modules/caption/view.css +158 -158
- package/lib/modules/caption/view.js +16 -27
- 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/chat/store.d.ts +1 -0
- package/lib/modules/chat/store.js +2 -2
- 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/index.d.ts +2 -0
- package/lib/modules/components/caption-menu/index.js +13 -10
- package/lib/modules/components/caption-menu/participants-privilege-control-options.js +5 -19
- package/lib/modules/components/caption-menu/steps/index.css +73 -73
- package/lib/modules/components/caption-menu/translation-setting-options.js +31 -24
- 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/carmera/index.js +7 -39
- package/lib/modules/control-bar/components/cloud-recording-buttons.js +18 -33
- package/lib/modules/control-bar/components/meeting-details/index.css +133 -133
- package/lib/modules/control-bar/components/microphone/index.js +3 -43
- 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-audio/index.d.ts +2 -0
- package/lib/modules/control-bar/components/share-audio/index.js +4 -10
- package/lib/modules/control-bar/components/share-state-nav/index.css +79 -79
- package/lib/modules/control-bar/hooks.d.ts +1 -0
- package/lib/modules/control-bar/hooks.js +140 -1
- package/lib/modules/control-bar/index.css +340 -340
- package/lib/modules/control-bar/index.js +4 -4
- package/lib/modules/control-bar/store.d.ts +3 -4
- package/lib/modules/control-bar/store.js +37 -30
- package/lib/modules/control-bar/type.d.ts +3 -0
- package/lib/modules/control-bar/view.js +40 -57
- package/lib/modules/device-pretest/index.css +123 -123
- package/lib/modules/dialog/components/confirm/index.css +24 -24
- package/lib/modules/dialog/components/confirm/index.js +0 -1
- package/lib/modules/dialog/components/dialog-container/index.css +112 -112
- package/lib/modules/dialog/components/dialog-container/index.js +1 -0
- package/lib/modules/dialog/dialogs/confirm/index.css +24 -24
- 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/event-toast/index.js +7 -1
- 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/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.d.ts +1 -1
- package/lib/modules/layout/store.base.js +5 -5
- package/lib/modules/layout/store.electron.d.ts +0 -1
- package/lib/modules/layout/store.electron.js +37 -133
- 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 +183 -185
- package/lib/modules/pc-audio-connect/index.css +12 -12
- 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 +8 -10
- package/lib/modules/setting/audio-settings/index.css +195 -195
- package/lib/modules/setting/audio-whiteList/audio-device-adaptation.d.ts +28 -0
- package/lib/modules/setting/audio-whiteList/audio-device-adaptation.js +43 -7
- package/lib/modules/setting/audio-whiteList/audio-whiteList-manager.d.ts +3 -14
- package/lib/modules/setting/audio-whiteList/audio-whiteList-manager.js +51 -30
- 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/index.js +4 -2
- 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/store.base.d.ts +5 -3
- package/lib/modules/setting/store.base.js +64 -43
- package/lib/modules/setting/store.electron.d.ts +1 -1
- package/lib/modules/setting/store.electron.js +3 -7
- package/lib/modules/setting/translate-settings/index.css +47 -47
- package/lib/modules/setting/video-settings/index.css +357 -357
- package/lib/modules/setting/view.js +3 -2
- 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/share-screen/store.electron.js +51 -23
- 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/list-item.js +4 -7
- package/lib/modules/subtitles-history/components/settings/index.css +5 -5
- package/lib/modules/subtitles-history/index.css +129 -129
- package/lib/modules/subtitles-history/store.base.d.ts +3 -1
- package/lib/modules/subtitles-history/store.base.js +11 -1
- 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/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/board-share/struct.js +6 -6
- 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.d.ts +2 -13
- package/lib/providers/screen-share/provider.base.js +28 -35
- package/lib/providers/screen-share/provider.electron.d.ts +0 -5
- package/lib/providers/screen-share/provider.electron.js +31 -18
- package/lib/providers/screen-share/stream-state-sync.js +18 -18
- package/lib/providers/screen-share/struct.js +24 -24
- package/lib/providers/screen-share/type.d.ts +0 -16
- package/lib/providers/stt-provider/stt-provider.d.ts +3 -4
- package/lib/providers/stt-provider/stt-provider.js +145 -146
- package/lib/providers/stt-provider/type.d.ts +2 -10
- package/lib/providers/stt-provider/type.js +3 -3
- 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/schema.js +26 -26
- package/lib/shared-data/meeting-time.js +8 -8
- package/lib/shared-data/setting.js +3 -3
- package/lib/translations/enUS.d.ts +12 -1
- package/lib/translations/enUS.js +22 -19
- package/lib/translations/zhCN.d.ts +12 -1
- package/lib/translations/zhCN.js +20 -17
- package/lib/type.js +21 -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 +78 -79
- 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 +183 -183
- package/public/meeting-manager.js +405 -405
|
@@ -1,331 +1,331 @@
|
|
|
1
|
-
.invite {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
justify-items: center;
|
|
5
|
-
align-items: center;
|
|
6
|
-
-webkit-app-region: drag;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.invite input,
|
|
10
|
-
.invite button,
|
|
11
|
-
.invite span,
|
|
12
|
-
.invite div {
|
|
13
|
-
-webkit-app-region: no-drag;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.invite .fcr-tabs {
|
|
17
|
-
height: 28px;
|
|
18
|
-
width: 305px;
|
|
19
|
-
--fcr-tabs__nav-item__width: 146px;
|
|
20
|
-
/* transform: translateY(-34px); */
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.invite .fcr-tabs__nav-list {
|
|
24
|
-
height: 100%;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.invite__pstn-invite_edit_phone,
|
|
28
|
-
.invite__pstn-invite__call-phone {
|
|
29
|
-
/* height: 206px; */
|
|
30
|
-
width: 100%;
|
|
31
|
-
z-index: 1;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.invite__pstn-invite {
|
|
35
|
-
width: 305px;
|
|
36
|
-
display: flex;
|
|
37
|
-
flex-direction: column;
|
|
38
|
-
justify-items: center;
|
|
39
|
-
justify-content: center;
|
|
40
|
-
align-items: center;
|
|
41
|
-
margin: 30px 0;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.invite__pstn-invite .fcr-input-m {
|
|
45
|
-
height: 36px !important;
|
|
46
|
-
border-radius: 8px !important;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.invite__pstn-invite .fcr-select-phone-top,
|
|
50
|
-
.invite__pstn-invite .fcr-select-phone.fcr-select-phone-s,
|
|
51
|
-
.invite__pstn-invite .fcr-select-wrapper-s {
|
|
52
|
-
height: 36px !important;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.invite__pstn-invite_edit_phone {
|
|
56
|
-
height: 116px;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.invite__pstn-invite__phone {
|
|
60
|
-
width: 100%;
|
|
61
|
-
display: flex;
|
|
62
|
-
flex-direction: column;
|
|
63
|
-
justify-items: center;
|
|
64
|
-
justify-content: center;
|
|
65
|
-
align-items: center;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.invite__pstn-invite-copyinfo {
|
|
69
|
-
width: 100%;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.invite__invite-error-tips {
|
|
73
|
-
width: 100%;
|
|
74
|
-
height: 20px;
|
|
75
|
-
font-size: 12px;
|
|
76
|
-
color: var(--fcr_ui_scene_ramp_red6);
|
|
77
|
-
display: flex;
|
|
78
|
-
justify-content: flex-end;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.invite__pstn-invite-phone-number {
|
|
82
|
-
display: flex;
|
|
83
|
-
flex-direction: row;
|
|
84
|
-
flex-wrap: nowrap;
|
|
85
|
-
}
|
|
86
|
-
.invite__pstn-invite-phone-number div:last-child {
|
|
87
|
-
flex: 1;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.invite__pstn-invite-button {
|
|
91
|
-
width: 100%;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.invite__pstn-invite-divider {
|
|
95
|
-
display: flex;
|
|
96
|
-
align-items: center;
|
|
97
|
-
text-align: center;
|
|
98
|
-
color: var(--fcr_ui_scene_icontext2);
|
|
99
|
-
width: 100%;
|
|
100
|
-
font-size: 12px;
|
|
101
|
-
margin: 30px 0;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.invite__pstn-invite-divider::before,
|
|
105
|
-
.invite__pstn-invite-divider::after {
|
|
106
|
-
content: '';
|
|
107
|
-
flex: 1;
|
|
108
|
-
border-bottom: 1px solid var(--fcr_ui_scene_line1);
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.invite__pstn-invite-divider::before {
|
|
112
|
-
margin-right: 0.5em;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.invite__pstn-invite-divider::after {
|
|
116
|
-
margin-left: 0.5em;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.invite__pstn-invite-divider-content {
|
|
120
|
-
padding: 0 10px;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.invite__pstn-invite__call-phone {
|
|
124
|
-
width: 305px;
|
|
125
|
-
border-radius: var(--fcr_cornerradius_xl);
|
|
126
|
-
background-color: var(--fcr_ui_scene_ramp_green1, rgba(22, 209, 164, 0.1));
|
|
127
|
-
display: flex;
|
|
128
|
-
flex-direction: row;
|
|
129
|
-
margin-bottom: 16px;
|
|
130
|
-
gap: 48px;
|
|
131
|
-
height: 100px;
|
|
132
|
-
padding: 13px;
|
|
133
|
-
align-items: center;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.invite__pstn-invite__call-phone-error {
|
|
137
|
-
background-color: var(--fcr_ui_scene_ramp_red1);
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.invite__pstn-invite__call-phone-icon {
|
|
141
|
-
/* width: 50px;
|
|
142
|
-
height: 50px; */
|
|
143
|
-
display: flex;
|
|
144
|
-
justify-content: center;
|
|
145
|
-
align-items: center;
|
|
146
|
-
background-color: var(--fcr_ui_scene_ramp_green6);
|
|
147
|
-
border-radius: 50%;
|
|
148
|
-
/* overflow: hidden; */
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.invite__pstn-invite__call-phone-calling {
|
|
152
|
-
position: relative;
|
|
153
|
-
/* width: 50px;
|
|
154
|
-
height: 50px; */
|
|
155
|
-
border-radius: 50%;
|
|
156
|
-
background-color: var(--fcr_ui_scene_ramp_green6);
|
|
157
|
-
/* overflow: hidden; */
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.invite__voip-invite {
|
|
161
|
-
display: flex;
|
|
162
|
-
flex-direction: column;
|
|
163
|
-
align-items: center;
|
|
164
|
-
margin-top: 26px;
|
|
165
|
-
background-color: var(--fcr_web_ui_scene_fill3);
|
|
166
|
-
border-radius: var(--fcr_cornerradius_m);
|
|
167
|
-
width: 100%;
|
|
168
|
-
height: 328px;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.invite__voip-invite .fcr-tabs {
|
|
172
|
-
width: 116px;
|
|
173
|
-
margin-bottom: 20px;
|
|
174
|
-
margin-top: -10px;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.fcr-tabs .fcr-tabs__nav-item {
|
|
178
|
-
font-size: 12px;
|
|
179
|
-
display: flex;
|
|
180
|
-
align-items: center;
|
|
181
|
-
justify-content: center;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.invite__voip-invite__edit-content {
|
|
185
|
-
width: 260px;
|
|
186
|
-
display: flex;
|
|
187
|
-
flex-direction: column;
|
|
188
|
-
justify-content: center;
|
|
189
|
-
align-items: center;
|
|
190
|
-
}
|
|
191
|
-
.invite__voip-invite__edit-content .fcr-input {
|
|
192
|
-
width: 100%;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.invite__voip-invite__voip_type {
|
|
196
|
-
width: 100%;
|
|
197
|
-
display: flex;
|
|
198
|
-
flex-direction: row;
|
|
199
|
-
justify-content: center;
|
|
200
|
-
align-items: center;
|
|
201
|
-
gap: 6px;
|
|
202
|
-
margin-bottom: 20px;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.invite__voip-invite__voip_type button {
|
|
206
|
-
flex: 50%;
|
|
207
|
-
}
|
|
208
|
-
.invite__voip-invite__edit-content-title {
|
|
209
|
-
font-size: 15px;
|
|
210
|
-
font-weight: 700;
|
|
211
|
-
margin: 12px 0 30px 0;
|
|
212
|
-
text-align: center;
|
|
213
|
-
color: var(--fcr_ui_scene_icontext1);
|
|
214
|
-
}
|
|
215
|
-
.invite__voip-invite__voip_type button > div {
|
|
216
|
-
display: flex;
|
|
217
|
-
flex-direction: row;
|
|
218
|
-
align-items: center;
|
|
219
|
-
justify-content: space-between;
|
|
220
|
-
width: 100%;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.invite__call {
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.invite__voip-invite__call-button {
|
|
227
|
-
width: 100%;
|
|
228
|
-
background-color: var(--fcr_ui_scene_ramp_lightgreen6);
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.invite__voip-invite__call-button-error {
|
|
232
|
-
background-color: var(--fcr_ui_scene_ramp_red6);
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.invite__voip-invite__voip_type__h323-button {
|
|
236
|
-
background-color: var(--fcr_ui_scene_ramp_purple6);
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.invite__voip-invite__voip_type__h323-button.fcr-button-primary:not(
|
|
240
|
-
:disabled,
|
|
241
|
-
.fcr-button-extra-active
|
|
242
|
-
):hover:hover {
|
|
243
|
-
background-color: var(--fcr_ui_scene_ramp_purple7);
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.invite__voip-invite__voip_type__sip-button {
|
|
247
|
-
background-color: var(--fcr_ui_scene_ramp_orange6);
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.invite__voip-invite__voip_type__sip-button.fcr-button-primary:not(
|
|
251
|
-
:disabled,
|
|
252
|
-
.fcr-button-extra-active
|
|
253
|
-
):hover {
|
|
254
|
-
background-color: var(--fcr_ui_scene_ramp_orange7);
|
|
255
|
-
}
|
|
256
|
-
.invite__voip-invite__invited-information {
|
|
257
|
-
min-width: 258px;
|
|
258
|
-
}
|
|
259
|
-
.invite__voip-invite__invited-information-item {
|
|
260
|
-
display: flex;
|
|
261
|
-
flex-direction: row;
|
|
262
|
-
align-items: center;
|
|
263
|
-
width: 100%;
|
|
264
|
-
gap: 12px;
|
|
265
|
-
margin-bottom: 15px;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
.invite__voip-invite__invited-information-item label {
|
|
269
|
-
width: 80px;
|
|
270
|
-
text-align: right;
|
|
271
|
-
}
|
|
272
|
-
.invite__voip-invite__edit-content-ip {
|
|
273
|
-
color: var(--fcr_ui_scene_icontext1);
|
|
274
|
-
font-weight: var(--fcr_font_weight_xxl, 900);
|
|
275
|
-
font-size: 20px;
|
|
276
|
-
margin: 12px 0;
|
|
277
|
-
}
|
|
278
|
-
.invite__voip-invite__edit-content .fcr-action-phone-wrapper {
|
|
279
|
-
margin-top: 24px;
|
|
280
|
-
}
|
|
281
|
-
.invite__voip-invite__edit-content-icon {
|
|
282
|
-
background-color: var(--fcr_ui_scene_ramp_purple6);
|
|
283
|
-
height: 80px;
|
|
284
|
-
width: 80px;
|
|
285
|
-
border-radius: 50%;
|
|
286
|
-
}
|
|
287
|
-
.invite__voip-invite__edit-content-tip {
|
|
288
|
-
height: 22px;
|
|
289
|
-
border-radius: var(--fcr_cornerradius_round);
|
|
290
|
-
padding: 5px 10px;
|
|
291
|
-
color: var(--fcr_ui_scene_ramp_green6);
|
|
292
|
-
background-color: var(--fcr_ui_scene_ramp_green1, rgba(22, 209, 164, 0.1));
|
|
293
|
-
font-size: 12px;
|
|
294
|
-
line-height: 22px;
|
|
295
|
-
display: flex;
|
|
296
|
-
align-items: center;
|
|
297
|
-
margin-bottom: 20px;
|
|
298
|
-
}
|
|
299
|
-
.invite .fcr-tabs__nav-item.fcr-tabs__nav-item--active {
|
|
300
|
-
background-color: var(--fcr_ui_scene_ramp_brand6);
|
|
301
|
-
border-radius: var(--fcr_cornerradius_xs);
|
|
302
|
-
}
|
|
303
|
-
.invite__pstn-invite__call-phone-detail {
|
|
304
|
-
flex: 1;
|
|
305
|
-
}
|
|
306
|
-
.invite__pstn-invite__call-phone-detail__call-status {
|
|
307
|
-
padding: 5px 10px;
|
|
308
|
-
background-color: var(--fcr_ui_scene_ramp_green1);
|
|
309
|
-
color: var(--fcr_ui_scene_ramp_green6);
|
|
310
|
-
height: 22px;
|
|
311
|
-
font-size: 12px;
|
|
312
|
-
line-height: 1em;
|
|
313
|
-
text-align: center;
|
|
314
|
-
border-radius: var(--fcr_cornerradius_round);
|
|
315
|
-
width: fit-content;
|
|
316
|
-
margin: auto;
|
|
317
|
-
}
|
|
318
|
-
.invite__pstn-invite__call-phone-detail__phone-number {
|
|
319
|
-
font-size: 20px;
|
|
320
|
-
font-weight: var(--fcr_font_weight_xxl, 900);
|
|
321
|
-
margin-bottom: 4px;
|
|
322
|
-
}
|
|
323
|
-
.invite__pstn-invite__call-phone-detail__country-code {
|
|
324
|
-
color: var(--fcr_ui_scene_icontext3);
|
|
325
|
-
font-size: 12px;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
.invite__pstn-invite__call-phone-detail__call-status-error {
|
|
329
|
-
background-color: var(--fcr_ui_scene_ramp_red1);
|
|
330
|
-
color: var(--fcr_ui_scene_ramp_red6);
|
|
331
|
-
}
|
|
1
|
+
.invite {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
justify-items: center;
|
|
5
|
+
align-items: center;
|
|
6
|
+
-webkit-app-region: drag;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.invite input,
|
|
10
|
+
.invite button,
|
|
11
|
+
.invite span,
|
|
12
|
+
.invite div {
|
|
13
|
+
-webkit-app-region: no-drag;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.invite .fcr-tabs {
|
|
17
|
+
height: 28px;
|
|
18
|
+
width: 305px;
|
|
19
|
+
--fcr-tabs__nav-item__width: 146px;
|
|
20
|
+
/* transform: translateY(-34px); */
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.invite .fcr-tabs__nav-list {
|
|
24
|
+
height: 100%;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.invite__pstn-invite_edit_phone,
|
|
28
|
+
.invite__pstn-invite__call-phone {
|
|
29
|
+
/* height: 206px; */
|
|
30
|
+
width: 100%;
|
|
31
|
+
z-index: 1;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.invite__pstn-invite {
|
|
35
|
+
width: 305px;
|
|
36
|
+
display: flex;
|
|
37
|
+
flex-direction: column;
|
|
38
|
+
justify-items: center;
|
|
39
|
+
justify-content: center;
|
|
40
|
+
align-items: center;
|
|
41
|
+
margin: 30px 0;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.invite__pstn-invite .fcr-input-m {
|
|
45
|
+
height: 36px !important;
|
|
46
|
+
border-radius: 8px !important;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.invite__pstn-invite .fcr-select-phone-top,
|
|
50
|
+
.invite__pstn-invite .fcr-select-phone.fcr-select-phone-s,
|
|
51
|
+
.invite__pstn-invite .fcr-select-wrapper-s {
|
|
52
|
+
height: 36px !important;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.invite__pstn-invite_edit_phone {
|
|
56
|
+
height: 116px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.invite__pstn-invite__phone {
|
|
60
|
+
width: 100%;
|
|
61
|
+
display: flex;
|
|
62
|
+
flex-direction: column;
|
|
63
|
+
justify-items: center;
|
|
64
|
+
justify-content: center;
|
|
65
|
+
align-items: center;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.invite__pstn-invite-copyinfo {
|
|
69
|
+
width: 100%;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.invite__invite-error-tips {
|
|
73
|
+
width: 100%;
|
|
74
|
+
height: 20px;
|
|
75
|
+
font-size: 12px;
|
|
76
|
+
color: var(--fcr_ui_scene_ramp_red6);
|
|
77
|
+
display: flex;
|
|
78
|
+
justify-content: flex-end;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.invite__pstn-invite-phone-number {
|
|
82
|
+
display: flex;
|
|
83
|
+
flex-direction: row;
|
|
84
|
+
flex-wrap: nowrap;
|
|
85
|
+
}
|
|
86
|
+
.invite__pstn-invite-phone-number div:last-child {
|
|
87
|
+
flex: 1;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.invite__pstn-invite-button {
|
|
91
|
+
width: 100%;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.invite__pstn-invite-divider {
|
|
95
|
+
display: flex;
|
|
96
|
+
align-items: center;
|
|
97
|
+
text-align: center;
|
|
98
|
+
color: var(--fcr_ui_scene_icontext2);
|
|
99
|
+
width: 100%;
|
|
100
|
+
font-size: 12px;
|
|
101
|
+
margin: 30px 0;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.invite__pstn-invite-divider::before,
|
|
105
|
+
.invite__pstn-invite-divider::after {
|
|
106
|
+
content: '';
|
|
107
|
+
flex: 1;
|
|
108
|
+
border-bottom: 1px solid var(--fcr_ui_scene_line1);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.invite__pstn-invite-divider::before {
|
|
112
|
+
margin-right: 0.5em;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.invite__pstn-invite-divider::after {
|
|
116
|
+
margin-left: 0.5em;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.invite__pstn-invite-divider-content {
|
|
120
|
+
padding: 0 10px;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.invite__pstn-invite__call-phone {
|
|
124
|
+
width: 305px;
|
|
125
|
+
border-radius: var(--fcr_cornerradius_xl);
|
|
126
|
+
background-color: var(--fcr_ui_scene_ramp_green1, rgba(22, 209, 164, 0.1));
|
|
127
|
+
display: flex;
|
|
128
|
+
flex-direction: row;
|
|
129
|
+
margin-bottom: 16px;
|
|
130
|
+
gap: 48px;
|
|
131
|
+
height: 100px;
|
|
132
|
+
padding: 13px;
|
|
133
|
+
align-items: center;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.invite__pstn-invite__call-phone-error {
|
|
137
|
+
background-color: var(--fcr_ui_scene_ramp_red1);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.invite__pstn-invite__call-phone-icon {
|
|
141
|
+
/* width: 50px;
|
|
142
|
+
height: 50px; */
|
|
143
|
+
display: flex;
|
|
144
|
+
justify-content: center;
|
|
145
|
+
align-items: center;
|
|
146
|
+
background-color: var(--fcr_ui_scene_ramp_green6);
|
|
147
|
+
border-radius: 50%;
|
|
148
|
+
/* overflow: hidden; */
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.invite__pstn-invite__call-phone-calling {
|
|
152
|
+
position: relative;
|
|
153
|
+
/* width: 50px;
|
|
154
|
+
height: 50px; */
|
|
155
|
+
border-radius: 50%;
|
|
156
|
+
background-color: var(--fcr_ui_scene_ramp_green6);
|
|
157
|
+
/* overflow: hidden; */
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.invite__voip-invite {
|
|
161
|
+
display: flex;
|
|
162
|
+
flex-direction: column;
|
|
163
|
+
align-items: center;
|
|
164
|
+
margin-top: 26px;
|
|
165
|
+
background-color: var(--fcr_web_ui_scene_fill3);
|
|
166
|
+
border-radius: var(--fcr_cornerradius_m);
|
|
167
|
+
width: 100%;
|
|
168
|
+
height: 328px;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.invite__voip-invite .fcr-tabs {
|
|
172
|
+
width: 116px;
|
|
173
|
+
margin-bottom: 20px;
|
|
174
|
+
margin-top: -10px;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.fcr-tabs .fcr-tabs__nav-item {
|
|
178
|
+
font-size: 12px;
|
|
179
|
+
display: flex;
|
|
180
|
+
align-items: center;
|
|
181
|
+
justify-content: center;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.invite__voip-invite__edit-content {
|
|
185
|
+
width: 260px;
|
|
186
|
+
display: flex;
|
|
187
|
+
flex-direction: column;
|
|
188
|
+
justify-content: center;
|
|
189
|
+
align-items: center;
|
|
190
|
+
}
|
|
191
|
+
.invite__voip-invite__edit-content .fcr-input {
|
|
192
|
+
width: 100%;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.invite__voip-invite__voip_type {
|
|
196
|
+
width: 100%;
|
|
197
|
+
display: flex;
|
|
198
|
+
flex-direction: row;
|
|
199
|
+
justify-content: center;
|
|
200
|
+
align-items: center;
|
|
201
|
+
gap: 6px;
|
|
202
|
+
margin-bottom: 20px;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.invite__voip-invite__voip_type button {
|
|
206
|
+
flex: 50%;
|
|
207
|
+
}
|
|
208
|
+
.invite__voip-invite__edit-content-title {
|
|
209
|
+
font-size: 15px;
|
|
210
|
+
font-weight: 700;
|
|
211
|
+
margin: 12px 0 30px 0;
|
|
212
|
+
text-align: center;
|
|
213
|
+
color: var(--fcr_ui_scene_icontext1);
|
|
214
|
+
}
|
|
215
|
+
.invite__voip-invite__voip_type button > div {
|
|
216
|
+
display: flex;
|
|
217
|
+
flex-direction: row;
|
|
218
|
+
align-items: center;
|
|
219
|
+
justify-content: space-between;
|
|
220
|
+
width: 100%;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.invite__call {
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.invite__voip-invite__call-button {
|
|
227
|
+
width: 100%;
|
|
228
|
+
background-color: var(--fcr_ui_scene_ramp_lightgreen6);
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.invite__voip-invite__call-button-error {
|
|
232
|
+
background-color: var(--fcr_ui_scene_ramp_red6);
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.invite__voip-invite__voip_type__h323-button {
|
|
236
|
+
background-color: var(--fcr_ui_scene_ramp_purple6);
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.invite__voip-invite__voip_type__h323-button.fcr-button-primary:not(
|
|
240
|
+
:disabled,
|
|
241
|
+
.fcr-button-extra-active
|
|
242
|
+
):hover:hover {
|
|
243
|
+
background-color: var(--fcr_ui_scene_ramp_purple7);
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.invite__voip-invite__voip_type__sip-button {
|
|
247
|
+
background-color: var(--fcr_ui_scene_ramp_orange6);
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.invite__voip-invite__voip_type__sip-button.fcr-button-primary:not(
|
|
251
|
+
:disabled,
|
|
252
|
+
.fcr-button-extra-active
|
|
253
|
+
):hover {
|
|
254
|
+
background-color: var(--fcr_ui_scene_ramp_orange7);
|
|
255
|
+
}
|
|
256
|
+
.invite__voip-invite__invited-information {
|
|
257
|
+
min-width: 258px;
|
|
258
|
+
}
|
|
259
|
+
.invite__voip-invite__invited-information-item {
|
|
260
|
+
display: flex;
|
|
261
|
+
flex-direction: row;
|
|
262
|
+
align-items: center;
|
|
263
|
+
width: 100%;
|
|
264
|
+
gap: 12px;
|
|
265
|
+
margin-bottom: 15px;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.invite__voip-invite__invited-information-item label {
|
|
269
|
+
width: 80px;
|
|
270
|
+
text-align: right;
|
|
271
|
+
}
|
|
272
|
+
.invite__voip-invite__edit-content-ip {
|
|
273
|
+
color: var(--fcr_ui_scene_icontext1);
|
|
274
|
+
font-weight: var(--fcr_font_weight_xxl, 900);
|
|
275
|
+
font-size: 20px;
|
|
276
|
+
margin: 12px 0;
|
|
277
|
+
}
|
|
278
|
+
.invite__voip-invite__edit-content .fcr-action-phone-wrapper {
|
|
279
|
+
margin-top: 24px;
|
|
280
|
+
}
|
|
281
|
+
.invite__voip-invite__edit-content-icon {
|
|
282
|
+
background-color: var(--fcr_ui_scene_ramp_purple6);
|
|
283
|
+
height: 80px;
|
|
284
|
+
width: 80px;
|
|
285
|
+
border-radius: 50%;
|
|
286
|
+
}
|
|
287
|
+
.invite__voip-invite__edit-content-tip {
|
|
288
|
+
height: 22px;
|
|
289
|
+
border-radius: var(--fcr_cornerradius_round);
|
|
290
|
+
padding: 5px 10px;
|
|
291
|
+
color: var(--fcr_ui_scene_ramp_green6);
|
|
292
|
+
background-color: var(--fcr_ui_scene_ramp_green1, rgba(22, 209, 164, 0.1));
|
|
293
|
+
font-size: 12px;
|
|
294
|
+
line-height: 22px;
|
|
295
|
+
display: flex;
|
|
296
|
+
align-items: center;
|
|
297
|
+
margin-bottom: 20px;
|
|
298
|
+
}
|
|
299
|
+
.invite .fcr-tabs__nav-item.fcr-tabs__nav-item--active {
|
|
300
|
+
background-color: var(--fcr_ui_scene_ramp_brand6);
|
|
301
|
+
border-radius: var(--fcr_cornerradius_xs);
|
|
302
|
+
}
|
|
303
|
+
.invite__pstn-invite__call-phone-detail {
|
|
304
|
+
flex: 1;
|
|
305
|
+
}
|
|
306
|
+
.invite__pstn-invite__call-phone-detail__call-status {
|
|
307
|
+
padding: 5px 10px;
|
|
308
|
+
background-color: var(--fcr_ui_scene_ramp_green1);
|
|
309
|
+
color: var(--fcr_ui_scene_ramp_green6);
|
|
310
|
+
height: 22px;
|
|
311
|
+
font-size: 12px;
|
|
312
|
+
line-height: 1em;
|
|
313
|
+
text-align: center;
|
|
314
|
+
border-radius: var(--fcr_cornerradius_round);
|
|
315
|
+
width: fit-content;
|
|
316
|
+
margin: auto;
|
|
317
|
+
}
|
|
318
|
+
.invite__pstn-invite__call-phone-detail__phone-number {
|
|
319
|
+
font-size: 20px;
|
|
320
|
+
font-weight: var(--fcr_font_weight_xxl, 900);
|
|
321
|
+
margin-bottom: 4px;
|
|
322
|
+
}
|
|
323
|
+
.invite__pstn-invite__call-phone-detail__country-code {
|
|
324
|
+
color: var(--fcr_ui_scene_icontext3);
|
|
325
|
+
font-size: 12px;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.invite__pstn-invite__call-phone-detail__call-status-error {
|
|
329
|
+
background-color: var(--fcr_ui_scene_ramp_red1);
|
|
330
|
+
color: var(--fcr_ui_scene_ramp_red6);
|
|
331
|
+
}
|
|
@@ -213,14 +213,14 @@ var CommonVideoRenderer = exports.CommonVideoRenderer = (0, _mobxReact.observer)
|
|
|
213
213
|
var isBoard = type === _type.FcrUIWindowType.BOARD;
|
|
214
214
|
var isScreenSharing = videoSourceType === _fcrCore.FcrVideoSourceType.SCREEN;
|
|
215
215
|
|
|
216
|
-
/**
|
|
217
|
-
* 在共享时,主窗口会有一个额外的控制条,需要将视频内容减去这个高度(28px),所以增加一个class用来覆盖高度样式
|
|
216
|
+
/**
|
|
217
|
+
* 在共享时,主窗口会有一个额外的控制条,需要将视频内容减去这个高度(28px),所以增加一个class用来覆盖高度样式
|
|
218
218
|
*/
|
|
219
219
|
var clsWithShareControlBar = (0, _classnames["default"])({
|
|
220
220
|
'fcr-member-window-with-share-controlbar': isMainWindowInScreenSharing
|
|
221
221
|
});
|
|
222
|
-
/**
|
|
223
|
-
* 在只有一个用户时,无法开启网格布局,所以可以通过 data.length 和 layoutType 判断是否是主窗口。
|
|
222
|
+
/**
|
|
223
|
+
* 在只有一个用户时,无法开启网格布局,所以可以通过 data.length 和 layoutType 判断是否是主窗口。
|
|
224
224
|
*/
|
|
225
225
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
226
226
|
className: commonProps.className,
|