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
|
@@ -29,9 +29,6 @@ export default class ControlBarStore implements FcrUIManagedObject {
|
|
|
29
29
|
private _controlBarWindow;
|
|
30
30
|
private _screenShareObserver;
|
|
31
31
|
private _mouseDetectObserver;
|
|
32
|
-
private _stateNavArea;
|
|
33
|
-
private _contentArea;
|
|
34
|
-
private _popoverArea;
|
|
35
32
|
accessor roomDuration: number;
|
|
36
33
|
accessor startTime: number;
|
|
37
34
|
accessor cloudRecordingState: FcrRecordingState;
|
|
@@ -50,6 +47,7 @@ export default class ControlBarStore implements FcrUIManagedObject {
|
|
|
50
47
|
accessor meetingId: string;
|
|
51
48
|
accessor localUserName: string;
|
|
52
49
|
accessor titleHeight: number;
|
|
50
|
+
private _detectAreas;
|
|
53
51
|
get isSharingWithAudio(): boolean;
|
|
54
52
|
get isInSmoothMode(): boolean;
|
|
55
53
|
get hasSecurityPermission(): boolean;
|
|
@@ -100,9 +98,10 @@ export default class ControlBarStore implements FcrUIManagedObject {
|
|
|
100
98
|
setEnableWaitingRoom(enable: boolean): void;
|
|
101
99
|
getLocalMeetingTime(): string | null;
|
|
102
100
|
release(): void;
|
|
101
|
+
setArea(id: string, area: FcrUI.FcrUIRectangle): void;
|
|
102
|
+
removeArea(id: string): void;
|
|
103
103
|
setStateNavArea(area: FcrUI.FcrUIRectangle): void;
|
|
104
104
|
setControlBarContentArea(area: FcrUI.FcrUIRectangle): void;
|
|
105
|
-
setPopoverArea(area: FcrUI.FcrUIRectangle): void;
|
|
106
105
|
handleLeaveRoom(): void;
|
|
107
106
|
closeLeaveMeetingDialog(): void;
|
|
108
107
|
handleMoreClick(actionKey: MoreAction): void;
|
|
@@ -6,7 +6,6 @@ require("core-js/modules/es.symbol.to-primitive.js");
|
|
|
6
6
|
require("core-js/modules/es.error.cause.js");
|
|
7
7
|
require("core-js/modules/es.error.to-string.js");
|
|
8
8
|
require("core-js/modules/es.array.is-array.js");
|
|
9
|
-
require("core-js/modules/es.array.push.js");
|
|
10
9
|
require("core-js/modules/es.date.to-primitive.js");
|
|
11
10
|
require("core-js/modules/es.function.bind.js");
|
|
12
11
|
require("core-js/modules/es.function.name.js");
|
|
@@ -37,14 +36,17 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
37
36
|
value: true
|
|
38
37
|
});
|
|
39
38
|
exports["default"] = exports.StoreContext = void 0;
|
|
39
|
+
require("core-js/modules/es.array.filter.js");
|
|
40
40
|
require("core-js/modules/es.array.for-each.js");
|
|
41
41
|
require("core-js/modules/es.array.includes.js");
|
|
42
42
|
require("core-js/modules/es.array.iterator.js");
|
|
43
|
+
require("core-js/modules/es.array.push.js");
|
|
43
44
|
require("core-js/modules/es.date.to-string.js");
|
|
44
45
|
require("core-js/modules/es.object.to-string.js");
|
|
45
46
|
require("core-js/modules/es.string.iterator.js");
|
|
46
47
|
require("core-js/modules/es.weak-map.js");
|
|
47
48
|
require("core-js/modules/esnext.iterator.constructor.js");
|
|
49
|
+
require("core-js/modules/esnext.iterator.filter.js");
|
|
48
50
|
require("core-js/modules/esnext.iterator.for-each.js");
|
|
49
51
|
require("core-js/modules/esnext.weak-map.delete-all.js");
|
|
50
52
|
require("core-js/modules/esnext.weak-map.emplace.js");
|
|
@@ -178,24 +180,6 @@ var ControlBarStore = exports["default"] = /*#__PURE__*/function () {
|
|
|
178
180
|
}
|
|
179
181
|
}
|
|
180
182
|
});
|
|
181
|
-
(0, _defineProperty2["default"])(this, "_stateNavArea", {
|
|
182
|
-
x: 0,
|
|
183
|
-
y: 0,
|
|
184
|
-
width: 0,
|
|
185
|
-
height: 0
|
|
186
|
-
});
|
|
187
|
-
(0, _defineProperty2["default"])(this, "_contentArea", {
|
|
188
|
-
x: 0,
|
|
189
|
-
y: 0,
|
|
190
|
-
width: 0,
|
|
191
|
-
height: 0
|
|
192
|
-
});
|
|
193
|
-
(0, _defineProperty2["default"])(this, "_popoverArea", {
|
|
194
|
-
x: 0,
|
|
195
|
-
y: 0,
|
|
196
|
-
width: 0,
|
|
197
|
-
height: 0
|
|
198
|
-
});
|
|
199
183
|
_classPrivateFieldInitSpec(this, _F, _init_roomDuration(this));
|
|
200
184
|
_classPrivateFieldInitSpec(this, _G, _init_startTime(this));
|
|
201
185
|
_classPrivateFieldInitSpec(this, _H, _init_cloudRecordingState(this, _type.FcrRecordingState.Stopped));
|
|
@@ -388,6 +372,11 @@ var ControlBarStore = exports["default"] = /*#__PURE__*/function () {
|
|
|
388
372
|
set: function set(v) {
|
|
389
373
|
_classPrivateFieldSet(_E, this, v);
|
|
390
374
|
}
|
|
375
|
+
}, {
|
|
376
|
+
key: "_detectAreas",
|
|
377
|
+
value: function _detectAreas() {
|
|
378
|
+
return this._mouseDetectProvider.getDetectAreas(_struct.FcrUIDetectAreaID.ControlBar);
|
|
379
|
+
}
|
|
391
380
|
}, {
|
|
392
381
|
key: "isSharingWithAudio",
|
|
393
382
|
get: function get() {
|
|
@@ -664,23 +653,41 @@ var ControlBarStore = exports["default"] = /*#__PURE__*/function () {
|
|
|
664
653
|
this._mouseDetectProvider.removeObserver(this._mouseDetectObserver);
|
|
665
654
|
this._mouseDetectProvider.deleteDetectArea(_struct.FcrUIDetectAreaID.ControlBar);
|
|
666
655
|
}
|
|
656
|
+
}, {
|
|
657
|
+
key: "setArea",
|
|
658
|
+
value: function setArea(id, area) {
|
|
659
|
+
var currentOtherAreas = this._detectAreas().filter(function (item) {
|
|
660
|
+
return item.id !== id;
|
|
661
|
+
});
|
|
662
|
+
var controlBarArea = {
|
|
663
|
+
id: id,
|
|
664
|
+
x: area.x,
|
|
665
|
+
y: area.y,
|
|
666
|
+
width: area.width,
|
|
667
|
+
height: area.height
|
|
668
|
+
};
|
|
669
|
+
currentOtherAreas.push(controlBarArea);
|
|
670
|
+
this._mouseDetectProvider.setDetectArea(_struct.FcrUIDetectAreaID.ControlBar, currentOtherAreas);
|
|
671
|
+
}
|
|
672
|
+
}, {
|
|
673
|
+
key: "removeArea",
|
|
674
|
+
value: function removeArea(id) {
|
|
675
|
+
var currentOtherAreas = this._detectAreas().filter(function (item) {
|
|
676
|
+
return item.id !== id;
|
|
677
|
+
});
|
|
678
|
+
this._mouseDetectProvider.setDetectArea(_struct.FcrUIDetectAreaID.ControlBar, currentOtherAreas);
|
|
679
|
+
}
|
|
667
680
|
}, {
|
|
668
681
|
key: "setStateNavArea",
|
|
669
682
|
value: function setStateNavArea(area) {
|
|
670
|
-
|
|
671
|
-
this.
|
|
683
|
+
var id = 'state-nav-area';
|
|
684
|
+
this.setArea(id, area);
|
|
672
685
|
}
|
|
673
686
|
}, {
|
|
674
687
|
key: "setControlBarContentArea",
|
|
675
688
|
value: function setControlBarContentArea(area) {
|
|
676
|
-
|
|
677
|
-
this.
|
|
678
|
-
}
|
|
679
|
-
}, {
|
|
680
|
-
key: "setPopoverArea",
|
|
681
|
-
value: function setPopoverArea(area) {
|
|
682
|
-
this._popoverArea = area;
|
|
683
|
-
this._mouseDetectProvider.setDetectArea(_struct.FcrUIDetectAreaID.ControlBar, [this._stateNavArea, this._contentArea, this._popoverArea]);
|
|
689
|
+
var id = 'control-bar-content-area';
|
|
690
|
+
this.setArea(id, area);
|
|
684
691
|
}
|
|
685
692
|
}, {
|
|
686
693
|
key: "handleLeaveRoom",
|
|
@@ -764,7 +771,7 @@ var ControlBarStore = exports["default"] = /*#__PURE__*/function () {
|
|
|
764
771
|
}]);
|
|
765
772
|
}();
|
|
766
773
|
_ControlBarStore = ControlBarStore;
|
|
767
|
-
var _applyDecs$e = (0, _slicedToArray2["default"])(_applyDecs(_ControlBarStore, [[_mobx.observable, 1, "roomDuration"], [_mobx.observable, 1, "startTime"], [_mobx.observable, 1, "cloudRecordingState"], [_mobx.observable, 1, "playUrl"], [_mobx.observable, 1, "liveStreamingState"], [_mobx.observable, 1, "allApplicationWindows"], [_mobx.observable, 1, "boardOwnerUser"], [_mobx.observable, 1, "currentShareDisplayId"], [_mobx.observable, 1, "position"], [_mobx.observable, 1, "appActionbarPopoverVisible"], [_mobx.computed, 3, "hasEndRoomPermission"], [_mobx.computed, 3, "hasGetLiveStreamingUrlPermission"], [_mobx.computed, 3, "hasStartCloudRecordingPermission"], [_mobx.computed, 3, "hasStartLiveStreamingPermission"], [_mobx.computed, 3, "hasChatPermission"], [_mobx.computed, 3, "liveStreamingButtonVisible"], [_mobx.computed, 3, "recordingButtonVisible"], [_mobx.computed, 3, "isConnecting"], [_setCheckedStateMapDecs, 18, "setCheckedStateMap"], [_decorator.bound, 2, "setShareWithAudioState"], [_decorator.bound, 2, "setShareInSmoothMode"], [_showLockedRoomToastDecs, 18, "showLockedRoomToast"], [_handleNewShareDecs, 18, "handleNewShare"], [_handlerStopShareDecs, 18, "handlerStopShare"], [_decorator.bound, 2, "handleMouseEnter"], [_decorator.bound, 2, "handleMouseLeave"], [_decorator.bound, 2, "openLiveStreamingDialog"], [_decorator.bound, 2, "setShareAudioMode"], [_pauseCloudRecordingDecs, 2, "pauseCloudRecording"], [_resumeCloudRecordingDecs, 2, "resumeCloudRecording"], [_stopCloudRecordingDecs, 2, "stopCloudRecording"], [_decorator.bound, 2, "startCloudRecording"], [_decorator.bound, 2, "startLiveStreaming"], [_decorator.bound, 2, "stopLiveStreaming"], [_showToastDecs, 18, "showToast"], [_decorator.bound, 2, "handleOpenParticipant"], [_decorator.bound, 2, "handleOpenLiveStreaming"], [_decorator.bound, 2, "setEnableWaitingRoom"], [_decorator.bound, 2, "getLocalMeetingTime"], [[_decorator.bound, _decorator.trace], 2, "
|
|
774
|
+
var _applyDecs$e = (0, _slicedToArray2["default"])(_applyDecs(_ControlBarStore, [[_mobx.observable, 1, "roomDuration"], [_mobx.observable, 1, "startTime"], [_mobx.observable, 1, "cloudRecordingState"], [_mobx.observable, 1, "playUrl"], [_mobx.observable, 1, "liveStreamingState"], [_mobx.observable, 1, "allApplicationWindows"], [_mobx.observable, 1, "boardOwnerUser"], [_mobx.observable, 1, "currentShareDisplayId"], [_mobx.observable, 1, "position"], [_mobx.observable, 1, "appActionbarPopoverVisible"], [_mobx.computed, 3, "hasEndRoomPermission"], [_mobx.computed, 3, "hasGetLiveStreamingUrlPermission"], [_mobx.computed, 3, "hasStartCloudRecordingPermission"], [_mobx.computed, 3, "hasStartLiveStreamingPermission"], [_mobx.computed, 3, "hasChatPermission"], [_mobx.computed, 3, "liveStreamingButtonVisible"], [_mobx.computed, 3, "recordingButtonVisible"], [_mobx.computed, 3, "isConnecting"], [_setCheckedStateMapDecs, 18, "setCheckedStateMap"], [_decorator.bound, 2, "setShareWithAudioState"], [_decorator.bound, 2, "setShareInSmoothMode"], [_showLockedRoomToastDecs, 18, "showLockedRoomToast"], [_handleNewShareDecs, 18, "handleNewShare"], [_handlerStopShareDecs, 18, "handlerStopShare"], [_decorator.bound, 2, "handleMouseEnter"], [_decorator.bound, 2, "handleMouseLeave"], [_decorator.bound, 2, "openLiveStreamingDialog"], [_decorator.bound, 2, "setShareAudioMode"], [_pauseCloudRecordingDecs, 2, "pauseCloudRecording"], [_resumeCloudRecordingDecs, 2, "resumeCloudRecording"], [_stopCloudRecordingDecs, 2, "stopCloudRecording"], [_decorator.bound, 2, "startCloudRecording"], [_decorator.bound, 2, "startLiveStreaming"], [_decorator.bound, 2, "stopLiveStreaming"], [_showToastDecs, 18, "showToast"], [_decorator.bound, 2, "handleOpenParticipant"], [_decorator.bound, 2, "handleOpenLiveStreaming"], [_decorator.bound, 2, "setEnableWaitingRoom"], [_decorator.bound, 2, "getLocalMeetingTime"], [[_decorator.bound, _decorator.trace], 2, "setArea"], [[_decorator.bound, _decorator.trace], 2, "removeArea"], [_decorator.bound, 2, "setStateNavArea"], [_decorator.bound, 2, "setControlBarContentArea"], [_handleLeaveRoomDecs, 18, "handleLeaveRoom"], [_closeLeaveMeetingDialogDecs, 18, "closeLeaveMeetingDialog"], [_handleMoreClickDecs, 18, "handleMoreClick"], [[_decorator.trace, _decorator.bound], 2, "updateWindowBounds"], [_setAppActionbarPopoverVisibleDecs, 18, "setAppActionbarPopoverVisible"]], []).e, 11);
|
|
768
775
|
_init_roomDuration = _applyDecs$e[0];
|
|
769
776
|
_init_startTime = _applyDecs$e[1];
|
|
770
777
|
_init_cloudRecordingState = _applyDecs$e[2];
|
|
@@ -57,6 +57,7 @@ var _microphone = require("./components/microphone");
|
|
|
57
57
|
var _carmera = require("./components/carmera");
|
|
58
58
|
var _boundaryDetector = require("./components/boundary-detector");
|
|
59
59
|
var _appsPopover = require("./components/apps-popover");
|
|
60
|
+
var _hooks = require("./hooks");
|
|
60
61
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
61
62
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
62
63
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -292,7 +293,9 @@ var ControlBar = (0, _mobxReact.observer)(function () {
|
|
|
292
293
|
var _useContext5 = (0, _react.useContext)(_store.StoreContext),
|
|
293
294
|
draggableArea = _useContext5.draggableArea,
|
|
294
295
|
currentShareDisplayId = _useContext5.currentShareDisplayId,
|
|
295
|
-
updateWindowBounds = _useContext5.updateWindowBounds
|
|
296
|
+
updateWindowBounds = _useContext5.updateWindowBounds,
|
|
297
|
+
setArea = _useContext5.setArea,
|
|
298
|
+
removeArea = _useContext5.removeArea;
|
|
296
299
|
var updatePosition = (0, _react.useContext)(_context.DragStateUpdaterContext);
|
|
297
300
|
var _useContext6 = (0, _react.useContext)(_context.ControlBarCalculationUpdaterContext),
|
|
298
301
|
setDimensions = _useContext6.setDimensions,
|
|
@@ -349,6 +352,7 @@ var ControlBar = (0, _mobxReact.observer)(function () {
|
|
|
349
352
|
};
|
|
350
353
|
}
|
|
351
354
|
}, [visibility]);
|
|
355
|
+
(0, _hooks.usePopoverWatcher)(containerRef, setArea, removeArea);
|
|
352
356
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
353
357
|
ref: containerRef,
|
|
354
358
|
className: rootClassNames,
|
|
@@ -465,10 +469,8 @@ var MeetingControlGroup = (0, _mobxReact.observer)(function () {
|
|
|
465
469
|
var SecurityMenuSection = /*#__PURE__*/(0, _react.memo)(function (_ref4) {
|
|
466
470
|
var hasSecurityPermission = _ref4.hasSecurityPermission;
|
|
467
471
|
if (!hasSecurityPermission) return null;
|
|
468
|
-
var _useContext0 = (0, _react.useContext)(
|
|
469
|
-
|
|
470
|
-
var _useContext1 = (0, _react.useContext)(_context.ControlBarCalculationContext),
|
|
471
|
-
isShareActionNavHidden = _useContext1.isShareActionNavHidden;
|
|
472
|
+
var _useContext0 = (0, _react.useContext)(_context.ControlBarCalculationContext),
|
|
473
|
+
isShareActionNavHidden = _useContext0.isShareActionNavHidden;
|
|
472
474
|
var _useState1 = (0, _react.useState)(false),
|
|
473
475
|
_useState10 = (0, _slicedToArray2["default"])(_useState1, 2),
|
|
474
476
|
showSecurityPopover = _useState10[0],
|
|
@@ -476,19 +478,9 @@ var SecurityMenuSection = /*#__PURE__*/(0, _react.memo)(function (_ref4) {
|
|
|
476
478
|
var handleVisibilityChange = (0, _react.useCallback)(function (visible) {
|
|
477
479
|
setShowSecurityPopover(visible);
|
|
478
480
|
}, []);
|
|
479
|
-
var handleBoundariesChanged = (0, _react.useCallback)(function (boundaries) {
|
|
480
|
-
console.log('SecurityMenu boundaries changed', boundaries);
|
|
481
|
-
setPopoverArea(boundaries);
|
|
482
|
-
}, []);
|
|
483
481
|
(0, _react.useEffect)(function () {
|
|
484
482
|
if (isShareActionNavHidden) {
|
|
485
483
|
setShowSecurityPopover(false);
|
|
486
|
-
setPopoverArea({
|
|
487
|
-
x: 0,
|
|
488
|
-
y: 0,
|
|
489
|
-
width: 0,
|
|
490
|
-
height: 0
|
|
491
|
-
});
|
|
492
484
|
}
|
|
493
485
|
}, [isShareActionNavHidden]);
|
|
494
486
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_popover.FcrPopover, {
|
|
@@ -500,10 +492,7 @@ var SecurityMenuSection = /*#__PURE__*/(0, _react.memo)(function (_ref4) {
|
|
|
500
492
|
backgroundColor: 'none',
|
|
501
493
|
borderRadius: 'var(--fcr_cornerradius_l)'
|
|
502
494
|
},
|
|
503
|
-
content: /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
504
|
-
onBoundariesChanged: handleBoundariesChanged,
|
|
505
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_securityMenu["default"], {})
|
|
506
|
-
}),
|
|
495
|
+
content: /*#__PURE__*/(0, _jsxRuntime.jsx)(_securityMenu["default"], {}),
|
|
507
496
|
trigger: "click",
|
|
508
497
|
visible: showSecurityPopover,
|
|
509
498
|
onVisibleChange: handleVisibilityChange,
|
|
@@ -519,8 +508,8 @@ var SecurityMenuSection = /*#__PURE__*/(0, _react.memo)(function (_ref4) {
|
|
|
519
508
|
|
|
520
509
|
// 参与者区块
|
|
521
510
|
var ParticipantSection = /*#__PURE__*/(0, _react.memo)(function () {
|
|
522
|
-
var
|
|
523
|
-
handleOpenParticipant =
|
|
511
|
+
var _useContext1 = (0, _react.useContext)(_store.StoreContext),
|
|
512
|
+
handleOpenParticipant = _useContext1.handleOpenParticipant;
|
|
524
513
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_participants.ParticipantButton, {
|
|
525
514
|
onTooltipButtonClick: handleOpenParticipant
|
|
526
515
|
});
|
|
@@ -528,8 +517,8 @@ var ParticipantSection = /*#__PURE__*/(0, _react.memo)(function () {
|
|
|
528
517
|
|
|
529
518
|
// 屏幕分享区块
|
|
530
519
|
var ShareScreenSection = /*#__PURE__*/(0, _react.memo)(function () {
|
|
531
|
-
var
|
|
532
|
-
handleNewShare =
|
|
520
|
+
var _useContext10 = (0, _react.useContext)(_store.StoreContext),
|
|
521
|
+
handleNewShare = _useContext10.handleNewShare;
|
|
533
522
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_shareScreenButton.ShareScreenButton, {
|
|
534
523
|
onCreateNewShareButtonClick: handleNewShare
|
|
535
524
|
});
|
|
@@ -545,13 +534,12 @@ var MoreActionsSection = (0, _mobxReact.observer)(function () {
|
|
|
545
534
|
_useState14 = (0, _slicedToArray2["default"])(_useState13, 2),
|
|
546
535
|
isShowMeetingDetailPortal = _useState14[0],
|
|
547
536
|
setIsShowMeetingDetailPortal = _useState14[1];
|
|
548
|
-
var
|
|
549
|
-
newMessageCount =
|
|
550
|
-
hasChatPermission =
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
isShareActionNavHidden = _useContext13.isShareActionNavHidden;
|
|
537
|
+
var _useContext11 = (0, _react.useContext)(_store.StoreContext),
|
|
538
|
+
newMessageCount = _useContext11.newMessageCount,
|
|
539
|
+
hasChatPermission = _useContext11.hasChatPermission,
|
|
540
|
+
setAppActionbarPopoverVisible = _useContext11.setAppActionbarPopoverVisible;
|
|
541
|
+
var _useContext12 = (0, _react.useContext)(_context.ControlBarCalculationContext),
|
|
542
|
+
isShareActionNavHidden = _useContext12.isShareActionNavHidden;
|
|
555
543
|
(0, _react.useEffect)(function () {
|
|
556
544
|
if (!moreVisible) {
|
|
557
545
|
setIsShowMeetingDetailPortal(false);
|
|
@@ -562,33 +550,18 @@ var MoreActionsSection = (0, _mobxReact.observer)(function () {
|
|
|
562
550
|
}, [moreVisible]);
|
|
563
551
|
var handlePopoverClose = (0, _react.useCallback)(function () {
|
|
564
552
|
setMoreVisible(false);
|
|
565
|
-
setPopoverArea({
|
|
566
|
-
x: 0,
|
|
567
|
-
y: 0,
|
|
568
|
-
width: 0,
|
|
569
|
-
height: 0
|
|
570
|
-
});
|
|
571
553
|
}, []);
|
|
572
554
|
var preventDefault = (0, _react.useCallback)(function (e) {
|
|
573
555
|
e.stopPropagation();
|
|
574
556
|
setAppActionbarPopoverVisible(false);
|
|
575
557
|
}, []);
|
|
576
|
-
var handleBoundariesChanged = (0, _react.useCallback)(function (boundaries) {
|
|
577
|
-
console.log('More boundaries changed');
|
|
578
|
-
setPopoverArea(boundaries);
|
|
579
|
-
}, []);
|
|
580
558
|
var handlerVisibleChange = function handlerVisibleChange(visible) {
|
|
581
559
|
setMoreVisible(visible);
|
|
582
560
|
};
|
|
583
561
|
(0, _react.useEffect)(function () {
|
|
584
562
|
if (isShareActionNavHidden) {
|
|
585
563
|
setMoreVisible(false);
|
|
586
|
-
|
|
587
|
-
x: 0,
|
|
588
|
-
y: 0,
|
|
589
|
-
width: 0,
|
|
590
|
-
height: 0
|
|
591
|
-
});
|
|
564
|
+
setAppActionbarPopoverVisible(false);
|
|
592
565
|
}
|
|
593
566
|
}, [isShareActionNavHidden]);
|
|
594
567
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_badge.FcrBadge, {
|
|
@@ -600,12 +573,9 @@ var MoreActionsSection = (0, _mobxReact.observer)(function () {
|
|
|
600
573
|
visible: moreVisible,
|
|
601
574
|
onButtonClick: handleMoreButtonClick,
|
|
602
575
|
onVisibleChange: handlerVisibleChange,
|
|
603
|
-
morePopoverContent: isShowMeetingDetailPortal ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_meetingDetails.MeetingDetails, {}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
closePopover: handlePopoverClose,
|
|
607
|
-
hasChatPermission: hasChatPermission
|
|
608
|
-
})
|
|
576
|
+
morePopoverContent: isShowMeetingDetailPortal ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_meetingDetails.MeetingDetails, {}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_moreActions.MorePopoverContent, {
|
|
577
|
+
closePopover: handlePopoverClose,
|
|
578
|
+
hasChatPermission: hasChatPermission
|
|
609
579
|
})
|
|
610
580
|
})
|
|
611
581
|
})
|
|
@@ -615,12 +585,25 @@ var MoreActionsSection = (0, _mobxReact.observer)(function () {
|
|
|
615
585
|
|
|
616
586
|
// 音频分享区块
|
|
617
587
|
var ShareAudioSection = (0, _mobxReact.observer)(function () {
|
|
618
|
-
var
|
|
619
|
-
setShareWithAudioState =
|
|
620
|
-
isSharingWithAudio =
|
|
621
|
-
setShareAudioMode =
|
|
622
|
-
audioShareMode =
|
|
588
|
+
var _useContext13 = (0, _react.useContext)(_store.StoreContext),
|
|
589
|
+
setShareWithAudioState = _useContext13.setShareWithAudioState,
|
|
590
|
+
isSharingWithAudio = _useContext13.isSharingWithAudio,
|
|
591
|
+
setShareAudioMode = _useContext13.setShareAudioMode,
|
|
592
|
+
audioShareMode = _useContext13.audioShareMode;
|
|
593
|
+
var _useContext14 = (0, _react.useContext)(_context.ControlBarCalculationContext),
|
|
594
|
+
isShareActionNavHidden = _useContext14.isShareActionNavHidden;
|
|
595
|
+
var _useState15 = (0, _react.useState)(false),
|
|
596
|
+
_useState16 = (0, _slicedToArray2["default"])(_useState15, 2),
|
|
597
|
+
popoverVisible = _useState16[0],
|
|
598
|
+
setPopoverVisible = _useState16[1];
|
|
599
|
+
(0, _react.useEffect)(function () {
|
|
600
|
+
if (isShareActionNavHidden) {
|
|
601
|
+
setPopoverVisible(false);
|
|
602
|
+
}
|
|
603
|
+
}, [isShareActionNavHidden]);
|
|
623
604
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_shareAudio.ShareAudio, {
|
|
605
|
+
popoverVisible: popoverVisible,
|
|
606
|
+
setPopoverVisible: setPopoverVisible,
|
|
624
607
|
shareWithAudio: isSharingWithAudio,
|
|
625
608
|
currentAudioChannel: audioShareMode,
|
|
626
609
|
toggleShareWithAudio: setShareWithAudioState,
|
|
@@ -1,123 +1,123 @@
|
|
|
1
|
-
.fcr-meeting-preview__wrapper {
|
|
2
|
-
/* TODO: for dev */
|
|
3
|
-
padding: 100px 160px 0px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.fcr-meeting-preview__close {
|
|
7
|
-
position: absolute;
|
|
8
|
-
top: 25px;
|
|
9
|
-
right: 40px;
|
|
10
|
-
height: 50px;
|
|
11
|
-
width: 50px;
|
|
12
|
-
margin-bottom: 20px;
|
|
13
|
-
align-self: flex-end;
|
|
14
|
-
margin-right: 20px;
|
|
15
|
-
cursor: pointer;
|
|
16
|
-
border-radius: 50%;
|
|
17
|
-
display: flex;
|
|
18
|
-
align-items: center;
|
|
19
|
-
justify-content: center;
|
|
20
|
-
/* TODO */
|
|
21
|
-
background: #f2f2fa;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.fcr-meeting-preview__close:hover {
|
|
25
|
-
/* TODO */
|
|
26
|
-
background: #4262ff;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.fcr-meeting-preview__close:hover path {
|
|
30
|
-
/* TODO */
|
|
31
|
-
fill: #ffffff;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.fcr-speaker-control-wrapper {
|
|
35
|
-
display: flex;
|
|
36
|
-
align-items: center;
|
|
37
|
-
|
|
38
|
-
background-color: var(--fcr_web_ui_scene_fill3);
|
|
39
|
-
border: 0.5px solid var(--fcr_ui_scene_line1);
|
|
40
|
-
border-radius: var(--fcr_cornerradius_l);
|
|
41
|
-
|
|
42
|
-
height: 40px;
|
|
43
|
-
min-width: 160px;
|
|
44
|
-
padding: 0 14px 0 4px;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.fcr-speak-louder-bg {
|
|
48
|
-
height: 30px;
|
|
49
|
-
width: 30px;
|
|
50
|
-
cursor: pointer;
|
|
51
|
-
display: flex;
|
|
52
|
-
align-items: center;
|
|
53
|
-
justify-content: center;
|
|
54
|
-
border-radius: var(--fcr_cornerradius_m);
|
|
55
|
-
background: var(--fcr_web_ui_scene_fill3);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.fcr-speak-louder-bg:hover {
|
|
59
|
-
/* TODO: 缺色值 */
|
|
60
|
-
background-color: var(--fcr_ui_scene_hover);
|
|
61
|
-
background-color: #4262ff1a;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.fcr-speaker-control__slider {
|
|
65
|
-
margin-left: 6px;
|
|
66
|
-
flex: 1;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.fcr-video-settings-basic_preview {
|
|
70
|
-
padding-top: 20px;
|
|
71
|
-
padding: 0 16px;
|
|
72
|
-
background-color: var(--fcr_mobile_ui_scene_color_popup_block5);
|
|
73
|
-
border-radius: var(--fcr_cornerradius_s);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.fcr-video-settings-basic_preview__form-row {
|
|
77
|
-
display: flex;
|
|
78
|
-
width: 100%;
|
|
79
|
-
gap: 8px;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.fcr-video-settings-basic_preview__form-column {
|
|
83
|
-
display: flex;
|
|
84
|
-
flex: 1;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.fcr-video-settings-basic_preview__form-column-max-width {
|
|
88
|
-
max-width: 50%;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.fcr-video-settings-basic_preview__form-item {
|
|
92
|
-
flex: 1;
|
|
93
|
-
width: 100%;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.fcr-video-settings-basic_preview__form-label {
|
|
97
|
-
padding: 10px 0;
|
|
98
|
-
font-family: Helvetica Neue;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.fcr-video-settings-basic_preview__form-column .label--l {
|
|
102
|
-
font-weight: 700;
|
|
103
|
-
font-size: 15px;
|
|
104
|
-
line-height: 15px;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.fcr-video-settings-basic_preview__form-label-inline {
|
|
108
|
-
display: flex;
|
|
109
|
-
align-items: center;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.fcr-video-settings-basic_preview__form-column .fcr-microphone-detection {
|
|
113
|
-
padding: 0;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.fcr-video-settings-basic_preview__form-column .fcr-speaker-detection {
|
|
117
|
-
padding: 0;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.fcr-video-settings-basic_preview__form-column .fcr-volume-indicator {
|
|
121
|
-
padding: 0 0 0 10px;
|
|
122
|
-
flex: 1;
|
|
123
|
-
}
|
|
1
|
+
.fcr-meeting-preview__wrapper {
|
|
2
|
+
/* TODO: for dev */
|
|
3
|
+
padding: 100px 160px 0px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.fcr-meeting-preview__close {
|
|
7
|
+
position: absolute;
|
|
8
|
+
top: 25px;
|
|
9
|
+
right: 40px;
|
|
10
|
+
height: 50px;
|
|
11
|
+
width: 50px;
|
|
12
|
+
margin-bottom: 20px;
|
|
13
|
+
align-self: flex-end;
|
|
14
|
+
margin-right: 20px;
|
|
15
|
+
cursor: pointer;
|
|
16
|
+
border-radius: 50%;
|
|
17
|
+
display: flex;
|
|
18
|
+
align-items: center;
|
|
19
|
+
justify-content: center;
|
|
20
|
+
/* TODO */
|
|
21
|
+
background: #f2f2fa;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.fcr-meeting-preview__close:hover {
|
|
25
|
+
/* TODO */
|
|
26
|
+
background: #4262ff;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.fcr-meeting-preview__close:hover path {
|
|
30
|
+
/* TODO */
|
|
31
|
+
fill: #ffffff;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.fcr-speaker-control-wrapper {
|
|
35
|
+
display: flex;
|
|
36
|
+
align-items: center;
|
|
37
|
+
|
|
38
|
+
background-color: var(--fcr_web_ui_scene_fill3);
|
|
39
|
+
border: 0.5px solid var(--fcr_ui_scene_line1);
|
|
40
|
+
border-radius: var(--fcr_cornerradius_l);
|
|
41
|
+
|
|
42
|
+
height: 40px;
|
|
43
|
+
min-width: 160px;
|
|
44
|
+
padding: 0 14px 0 4px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.fcr-speak-louder-bg {
|
|
48
|
+
height: 30px;
|
|
49
|
+
width: 30px;
|
|
50
|
+
cursor: pointer;
|
|
51
|
+
display: flex;
|
|
52
|
+
align-items: center;
|
|
53
|
+
justify-content: center;
|
|
54
|
+
border-radius: var(--fcr_cornerradius_m);
|
|
55
|
+
background: var(--fcr_web_ui_scene_fill3);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.fcr-speak-louder-bg:hover {
|
|
59
|
+
/* TODO: 缺色值 */
|
|
60
|
+
background-color: var(--fcr_ui_scene_hover);
|
|
61
|
+
background-color: #4262ff1a;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.fcr-speaker-control__slider {
|
|
65
|
+
margin-left: 6px;
|
|
66
|
+
flex: 1;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.fcr-video-settings-basic_preview {
|
|
70
|
+
padding-top: 20px;
|
|
71
|
+
padding: 0 16px;
|
|
72
|
+
background-color: var(--fcr_mobile_ui_scene_color_popup_block5);
|
|
73
|
+
border-radius: var(--fcr_cornerradius_s);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.fcr-video-settings-basic_preview__form-row {
|
|
77
|
+
display: flex;
|
|
78
|
+
width: 100%;
|
|
79
|
+
gap: 8px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.fcr-video-settings-basic_preview__form-column {
|
|
83
|
+
display: flex;
|
|
84
|
+
flex: 1;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.fcr-video-settings-basic_preview__form-column-max-width {
|
|
88
|
+
max-width: 50%;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.fcr-video-settings-basic_preview__form-item {
|
|
92
|
+
flex: 1;
|
|
93
|
+
width: 100%;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.fcr-video-settings-basic_preview__form-label {
|
|
97
|
+
padding: 10px 0;
|
|
98
|
+
font-family: Helvetica Neue;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.fcr-video-settings-basic_preview__form-column .label--l {
|
|
102
|
+
font-weight: 700;
|
|
103
|
+
font-size: 15px;
|
|
104
|
+
line-height: 15px;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.fcr-video-settings-basic_preview__form-label-inline {
|
|
108
|
+
display: flex;
|
|
109
|
+
align-items: center;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.fcr-video-settings-basic_preview__form-column .fcr-microphone-detection {
|
|
113
|
+
padding: 0;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.fcr-video-settings-basic_preview__form-column .fcr-speaker-detection {
|
|
117
|
+
padding: 0;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.fcr-video-settings-basic_preview__form-column .fcr-volume-indicator {
|
|
121
|
+
padding: 0 0 0 10px;
|
|
122
|
+
flex: 1;
|
|
123
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
.fcr-event-confirm-wrapper.fcr-event-confirm-container {
|
|
2
|
-
width: 100vw;
|
|
3
|
-
height: 100vh;
|
|
4
|
-
position: absolute;
|
|
5
|
-
top: 0;
|
|
6
|
-
left: 0;
|
|
7
|
-
z-index: 2000;
|
|
8
|
-
pointer-events: none;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.fcr-event-confirm-wrapper.fcr-event-confirm-container div {
|
|
12
|
-
pointer-events: all;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.fcr-confirm-dialog-wrapper {
|
|
16
|
-
background: #fff;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.fcr-confirm-dialog-wrapper_web {
|
|
20
|
-
background: var(--fcr_mobile_ui_scene_color_popup_fill2);
|
|
21
|
-
border-radius: var(--fcr_cornerradius_xl);
|
|
22
|
-
box-shadow: var(--fcr_web_light_dropup);
|
|
23
|
-
border: 1px solid var(--fcr_ui_scene_line1);
|
|
24
|
-
}
|
|
1
|
+
.fcr-event-confirm-wrapper.fcr-event-confirm-container {
|
|
2
|
+
width: 100vw;
|
|
3
|
+
height: 100vh;
|
|
4
|
+
position: absolute;
|
|
5
|
+
top: 0;
|
|
6
|
+
left: 0;
|
|
7
|
+
z-index: 2000;
|
|
8
|
+
pointer-events: none;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.fcr-event-confirm-wrapper.fcr-event-confirm-container div {
|
|
12
|
+
pointer-events: all;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.fcr-confirm-dialog-wrapper {
|
|
16
|
+
background: #fff;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.fcr-confirm-dialog-wrapper_web {
|
|
20
|
+
background: var(--fcr_mobile_ui_scene_color_popup_fill2);
|
|
21
|
+
border-radius: var(--fcr_cornerradius_xl);
|
|
22
|
+
box-shadow: var(--fcr_web_light_dropup);
|
|
23
|
+
border: 1px solid var(--fcr_ui_scene_line1);
|
|
24
|
+
}
|
|
@@ -127,7 +127,6 @@ var ConfirmWindow = exports.ConfirmWindow = (0, _mobxReact.observer)(function (_
|
|
|
127
127
|
return function () {
|
|
128
128
|
clearTimeout(windowFocusTimerRef.current);
|
|
129
129
|
calculateMethods["delete"](confirm);
|
|
130
|
-
handleConfirmMouseout();
|
|
131
130
|
};
|
|
132
131
|
}, []);
|
|
133
132
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", _objectSpread(_objectSpread({}, bind()), {}, {
|