fcr-ui-scene 3.6.1 → 3.6.2
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/dist/132.js +2 -0
- package/dist/132.js.LICENSE.txt +311 -0
- package/dist/317.js +2 -0
- package/dist/317.js.LICENSE.txt +20 -0
- package/dist/651.js +2 -0
- package/dist/651.js.LICENSE.txt +1 -0
- package/dist/689343b64b60bfb7ffff.png +0 -0
- package/dist/73.js +1 -0
- package/dist/885f9369ea05a8ac0e56.png +0 -0
- package/dist/90f383876a6e93e7c7ca.png +0 -0
- package/dist/9b37584780995fc5df8c.gif +0 -0
- package/dist/annotation.e5cbd3a70b6d42361872.css +1274 -0
- package/dist/annotation.html +1 -0
- package/dist/annotation.js +2 -0
- package/dist/annotation.js.LICENSE.txt +252 -0
- package/dist/assets/browser/images/default1.jpg +0 -0
- package/dist/assets/browser/images/default2.jpg +0 -0
- package/dist/assets/browser/images/default3.jpg +0 -0
- package/dist/assets/browser/images/default4.jpg +0 -0
- package/dist/assets/browser/images/default5.jpg +0 -0
- package/dist/assets/browser/images/default6.jpg +0 -0
- package/dist/assets/browser/images/default7.jpg +0 -0
- package/dist/assets/browser/sound_effects/pretest.mp3 +0 -0
- package/dist/assets/browser/sound_effects/recording_started.mp3 +0 -0
- package/dist/assets/browser/sound_effects/remote_user_joined.mp3 +0 -0
- package/dist/assets/browser/sound_effects/speaker_test.mp3 +0 -0
- package/dist/assets/browser/videos/default8.mp4 +0 -0
- package/dist/assets/browser/videos/default9.mp4 +0 -0
- package/dist/assets/cursors/fcr_whiteboard_input.ico +0 -0
- package/dist/assets/cursors/fcr_whiteboard_pen.ico +0 -0
- package/dist/assets/cursors/fcr_whiteboard_shape_-straightline.ico +0 -0
- package/dist/assets/cursors/fcr_whiteboard_shape_arrow.ico +0 -0
- package/dist/assets/cursors/fcr_whiteboard_shape_circle.ico +0 -0
- package/dist/assets/cursors/fcr_whiteboard_shape_rectangle.ico +0 -0
- package/dist/assets/cursors/fcr_whiteboard_shape_triangle.ico +0 -0
- package/dist/assets/electron/images/default1.jpg +0 -0
- package/dist/assets/electron/images/default2.jpg +0 -0
- package/dist/assets/electron/sound_effects/pretest.mp3 +0 -0
- package/dist/assets/electron/videos/default8.mp4 +0 -0
- package/dist/assets/fcr_chat_reddot.svg +5 -0
- package/dist/assets/fcr_defaultpage.png +0 -0
- package/dist/assets/fcr_grid_big.svg +3 -0
- package/dist/assets/fcr_leave2.svg +58 -0
- package/dist/assets/fcr_listontop_big.svg +3 -0
- package/dist/assets/full-screen-error-boundary-img.png +0 -0
- package/dist/assets/leave-meeting.png +0 -0
- package/dist/assets/loading.gif +0 -0
- package/dist/assets/login_confirm.png +0 -0
- package/dist/assets/pretest.mp3 +0 -0
- package/dist/assets/state-bar-logo.png +0 -0
- package/dist/assets/step-gradient.svg +10 -0
- package/dist/b74b002687a3a3346bec.png +0 -0
- package/dist/b94869094481702f949b.png +0 -0
- package/dist/ebeace75fd46b90d890e.png +0 -0
- package/dist/electron/app.js +194 -0
- package/dist/electron/bootstrap-dev.js +46 -0
- package/dist/electron/bootstrap-sdk.js +211 -0
- package/dist/electron/default-options.js +25 -0
- package/dist/electron/env.js +13 -0
- package/dist/electron/index.js +20 -0
- package/dist/electron/injections.js +903 -0
- package/dist/electron/ipc/ipc.js +141 -0
- package/dist/electron/ipc/type.js +19 -0
- package/dist/electron/logger.js +65 -0
- package/dist/electron/main.js +94 -0
- package/dist/electron/plugins/devtool-shortcut.js +33 -0
- package/dist/electron/plugins/meeting-state.js +39 -0
- package/dist/electron/plugins/screenshot.js +54 -0
- package/dist/electron/preload.js +108 -0
- package/dist/electron/tools.js +66 -0
- package/dist/electron/window.js +123 -0
- package/dist/extensions/agora-extension-virtual-background/agora-wasm.wasm +0 -0
- package/dist/extensions/ai-denoiser/denoiser-wasm-simd.wasm +0 -0
- package/dist/extensions/ai-denoiser/denoiser-wasm.js +1 -0
- package/dist/extensions/ai-denoiser/denoiser-wasm.wasm +0 -0
- package/dist/fad688b9135b15d6c405.png +0 -0
- package/dist/index.html +224 -0
- package/dist/main.393a2a91ab7fc05ffce6.css +15403 -0
- package/dist/main.js +2 -0
- package/dist/main.js.LICENSE.txt +272 -0
- package/dist/worker-entry.worker.js.LICENSE.txt +13 -0
- package/lib/creator.d.ts +5 -0
- package/lib/creator.js +106 -17
- package/lib/electron/bootstrap-sdk.js +4 -0
- package/lib/electron/injections.d.ts +4 -0
- package/lib/electron/injections.js +37 -8
- package/lib/electron/ipc/ipc.d.ts +1 -0
- package/lib/electron/ipc/ipc.js +4 -0
- package/lib/electron/main.js +6 -2
- package/lib/electron/plugins/screenshot.js +4 -2
- package/lib/electron/preload.js +7 -2
- package/lib/electron/window.js +4 -3
- package/lib/fragments/annotation/index.d.ts +10 -0
- package/lib/fragments/annotation/index.js +106 -0
- package/lib/fragments/annotation/libs.d.ts +55 -0
- package/lib/fragments/annotation/libs.js +93 -0
- package/lib/fragments/annotation/store.d.ts +25 -0
- package/lib/fragments/annotation/store.js +485 -0
- package/lib/fragments/annotation/view.d.ts +2 -0
- package/lib/fragments/annotation/view.js +23 -0
- package/lib/fragments/base.d.ts +10 -0
- package/lib/fragments/base.js +44 -0
- package/lib/modules/action-bar/components/screen-share/submenu.js +7 -6
- package/lib/modules/action-bar/index.css +7 -0
- package/lib/modules/action-bar/index.d.ts +2 -0
- package/lib/modules/action-bar/index.js +1 -0
- package/lib/modules/action-bar/store.d.ts +6 -2
- package/lib/modules/action-bar/store.js +15 -9
- package/lib/modules/annotation/components/control-bar/index.css +48 -0
- package/lib/modules/annotation/components/control-bar/index.d.ts +3 -0
- package/lib/modules/annotation/components/control-bar/index.js +101 -0
- package/lib/modules/annotation/components/toolbar/components/color-tool/color-panel/index.d.ts +3 -0
- package/lib/modules/annotation/components/toolbar/components/color-tool/color-panel/index.js +46 -0
- package/lib/modules/annotation/components/toolbar/components/color-tool/index.d.ts +1 -0
- package/lib/modules/annotation/components/toolbar/components/color-tool/index.js +52 -0
- package/lib/modules/annotation/components/toolbar/components/graphic-tool/graphic-panel/index.d.ts +3 -0
- package/lib/modules/annotation/components/toolbar/components/graphic-tool/graphic-panel/index.js +59 -0
- package/lib/modules/annotation/components/toolbar/components/graphic-tool/graphic-panel/libs.d.ts +11 -0
- package/lib/modules/annotation/components/toolbar/components/graphic-tool/graphic-panel/libs.js +59 -0
- package/lib/modules/annotation/components/toolbar/components/graphic-tool/index.d.ts +1 -0
- package/lib/modules/annotation/components/toolbar/components/graphic-tool/index.js +68 -0
- package/lib/modules/annotation/components/toolbar/components/item/item.d.ts +17 -0
- package/lib/modules/annotation/components/toolbar/components/item/item.js +115 -0
- package/lib/modules/annotation/components/toolbar/components/item/style.css +43 -0
- package/lib/modules/annotation/components/toolbar/components/panel/index.d.ts +5 -0
- package/lib/modules/annotation/components/toolbar/components/panel/index.js +22 -0
- package/lib/modules/annotation/components/toolbar/components/panel/style.css +24 -0
- package/lib/modules/annotation/components/toolbar/components/pen-tool/index.d.ts +1 -0
- package/lib/modules/annotation/components/toolbar/components/pen-tool/index.js +58 -0
- package/lib/modules/annotation/components/toolbar/components/pen-tool/pen-panel/index.d.ts +3 -0
- package/lib/modules/annotation/components/toolbar/components/pen-tool/pen-panel/index.js +34 -0
- package/lib/modules/annotation/components/toolbar/components/tips/index.d.ts +2 -0
- package/lib/modules/annotation/components/toolbar/components/tips/index.js +25 -0
- package/lib/modules/annotation/components/toolbar/components/tips/style.css +19 -0
- package/lib/modules/annotation/components/toolbar/index.d.ts +0 -0
- package/lib/modules/annotation/components/toolbar/index.js +1 -0
- package/lib/modules/annotation/components/toolbar/store.d.ts +40 -0
- package/lib/modules/annotation/components/toolbar/store.js +279 -0
- package/lib/modules/annotation/components/toolbar/style.css +55 -0
- package/lib/modules/annotation/components/toolbar/view.d.ts +2 -0
- package/lib/modules/annotation/components/toolbar/view.js +120 -0
- package/lib/modules/annotation/index.d.ts +36 -0
- package/lib/modules/annotation/index.js +168 -0
- package/lib/modules/annotation/store.d.ts +85 -0
- package/lib/modules/annotation/store.js +648 -0
- package/lib/modules/annotation/style.css +26 -0
- package/lib/modules/annotation/view.d.ts +2 -0
- package/lib/modules/annotation/view.js +32 -0
- package/lib/modules/chat/view.js +112 -100
- package/lib/modules/components/annotation-menu/index.d.ts +7 -0
- package/lib/modules/components/annotation-menu/index.js +119 -0
- package/lib/modules/components/leave-meeting/components/assign-host.js +26 -23
- package/lib/modules/components/member-window/components/member-actions/components/icon-buttons/index.d.ts +2 -0
- package/lib/modules/components/member-window/components/member-actions/components/icon-buttons/index.js +6 -2
- package/lib/modules/components/member-window/components/video-player/components/remote-video-player.d.ts +2 -1
- package/lib/modules/components/member-window/components/video-player/components/remote-video-player.js +6 -1
- package/lib/modules/components/member-window/components/video-player/index.d.ts +1 -0
- package/lib/modules/components/member-window/index.d.ts +1 -1
- package/lib/modules/components/member-window/index.js +8 -5
- package/lib/modules/components/member-window/types.d.ts +2 -0
- package/lib/modules/components/security-menu/index.js +7 -6
- package/lib/modules/control-bar/components/annotation-button/index.d.ts +1 -0
- package/lib/modules/control-bar/components/annotation-button/index.js +59 -0
- package/lib/modules/control-bar/index.d.ts +6 -2
- package/lib/modules/control-bar/index.js +5 -2
- package/lib/modules/control-bar/store.d.ts +23 -7
- package/lib/modules/control-bar/store.js +112 -77
- package/lib/modules/control-bar/view.js +7 -3
- package/lib/modules/dialog/components/annotation-tool/index.d.ts +4 -0
- package/lib/modules/dialog/components/annotation-tool/index.js +53 -0
- package/lib/modules/dialog/components/chat/index.js +1 -1
- package/lib/modules/dialog/components/host-area-container/index.d.ts +12 -0
- package/lib/modules/dialog/components/host-area-container/index.js +214 -0
- package/lib/modules/dialog/components/participant/index.js +1 -1
- package/lib/modules/dialog/components/system-preference/index.js +1 -1
- package/lib/modules/dialog/components/video-window/index.js +1 -0
- package/lib/modules/dialog/hooks/use-popover-watcher.d.ts +14 -0
- package/lib/modules/dialog/hooks/use-popover-watcher.js +112 -0
- package/lib/modules/dialog/hooks/useElectron.d.ts +1 -0
- package/lib/modules/dialog/hooks/useElectron.js +11 -2
- package/lib/modules/dialog/index.d.ts +2 -0
- package/lib/modules/dialog/index.js +2 -1
- package/lib/modules/dialog/store.d.ts +9 -2
- package/lib/modules/dialog/store.js +46 -6
- package/lib/modules/event-confirm/components/window/index.d.ts +7 -0
- package/lib/modules/event-confirm/components/window/index.js +188 -0
- package/lib/modules/event-confirm/index.d.ts +4 -4
- package/lib/modules/event-confirm/index.js +6 -4
- package/lib/modules/event-confirm/store.d.ts +4 -5
- package/lib/modules/event-confirm/store.js +35 -26
- package/lib/modules/event-confirm/view.js +23 -171
- package/lib/modules/event-sound/index.js +1 -1
- package/lib/modules/layout/components/CommonVideoRenderer.js +30 -16
- package/lib/modules/layout/index.d.ts +4 -0
- package/lib/modules/layout/index.js +2 -0
- package/lib/modules/layout/store.d.ts +14 -2
- package/lib/modules/layout/store.js +77 -45
- package/lib/modules/participant/index.d.ts +2 -0
- package/lib/modules/participant/index.js +2 -1
- package/lib/modules/participant/store.d.ts +5 -2
- package/lib/modules/participant/store.js +45 -28
- package/lib/modules/setting/audio-settings/audio-settings.js +3 -14
- package/lib/modules/share-screen/components/selection/index.js +18 -42
- package/lib/modules/share-screen/index.d.ts +6 -2
- package/lib/modules/share-screen/index.js +4 -2
- package/lib/modules/share-screen/store.d.ts +38 -46
- package/lib/modules/share-screen/store.js +263 -693
- package/lib/modules/share-screen/view.js +2 -2
- package/lib/modules/state-bar/assets/fcr_grid_big.svg +1 -1
- package/lib/modules/state-bar/assets/fcr_listontop_big.svg +1 -1
- package/lib/modules/state-bar/index.d.ts +2 -0
- package/lib/modules/state-bar/index.js +1 -0
- package/lib/modules/state-bar/store.d.ts +5 -1
- package/lib/modules/state-bar/store.js +9 -1
- package/lib/modules/state-bar/view.js +3 -2
- package/lib/modules/video-window/components/members/index.js +2 -1
- package/lib/modules/waiting-room-layout/store.js +1 -1
- package/lib/modules/whiteboard/components/control-bar/store.d.ts +5 -1
- package/lib/modules/whiteboard/components/control-bar/store.js +8 -1
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/picker.js +16 -5
- package/lib/modules/whiteboard/components/toolbar/components/eraser-picker.js +67 -12
- package/lib/modules/whiteboard/components/toolbar/components/expansion/index.js +22 -2
- package/lib/modules/whiteboard/components/toolbar/components/history.js +46 -14
- package/lib/modules/whiteboard/components/toolbar/components/item/index.js +3 -2
- package/lib/modules/whiteboard/components/toolbar/components/move-handle.js +1 -1
- package/lib/modules/whiteboard/components/toolbar/components/pen-picker.js +58 -16
- package/lib/modules/whiteboard/components/toolbar/components/screen-capture-picker.js +15 -4
- package/lib/modules/whiteboard/components/toolbar/components/shape-picker.js +45 -2
- package/lib/modules/whiteboard/components/toolbar/hooks/index.d.ts +14 -0
- package/lib/modules/whiteboard/components/toolbar/hooks/index.js +235 -7
- package/lib/modules/whiteboard/components/toolbar/index.d.ts +1 -1
- package/lib/modules/whiteboard/components/toolbar/index.js +1 -1
- package/lib/modules/whiteboard/components/toolbar/store.d.ts +9 -2
- package/lib/modules/whiteboard/components/toolbar/store.js +30 -6
- package/lib/modules/whiteboard/components/toolbar/{ style.css → style.css} +1 -0
- package/lib/modules/whiteboard/index.d.ts +2 -0
- package/lib/modules/whiteboard/index.js +20 -20
- package/lib/plugins/browser-runtime-plugin.js +10 -1
- package/lib/providers/annotation-provider.d.ts +77 -0
- package/lib/providers/annotation-provider.js +411 -0
- package/lib/providers/interpreter-provider.d.ts +1 -0
- package/lib/providers/interpreter-provider.js +182 -154
- package/lib/providers/privilege-provider.d.ts +35 -6
- package/lib/providers/privilege-provider.js +105 -49
- package/lib/providers/renderer-provider.js +3 -7
- package/lib/providers/room-provider.d.ts +13 -1
- package/lib/providers/room-provider.js +21 -7
- package/lib/providers/screen-share-provider.d.ts +131 -34
- package/lib/providers/screen-share-provider.js +561 -173
- package/lib/providers/sharing-provider.d.ts +33 -0
- package/lib/{shared-data-source/screen-share-data-source.js → providers/sharing-provider.js} +87 -39
- package/lib/runtime.d.ts +6 -1
- package/lib/scenes/main-scene.d.ts +7 -2
- package/lib/scenes/main-scene.js +54 -25
- package/lib/scenes/waiting-scene.d.ts +6 -0
- package/lib/scenes/waiting-scene.js +15 -5
- package/lib/shared-data-source/member-data.d.ts +21 -5
- package/lib/shared-data-source/member-data.js +69 -17
- package/lib/shared-data-source/screen-share-data.d.ts +270 -0
- package/lib/shared-data-source/screen-share-data.js +389 -0
- package/lib/shared-data-source/security-data.d.ts +4 -1
- package/lib/shared-data-source/security-data.js +5 -2
- package/lib/shared-data-source/setting.js +6 -4
- package/lib/type.d.ts +53 -0
- package/lib/ui-manager.d.ts +3 -2
- package/lib/ui-manager.js +6 -4
- package/lib/ui-scene.js +59 -44
- package/lib/utilities/constant.d.ts +8 -1
- package/lib/utilities/constant.js +7 -0
- package/lib/utilities/logger.d.ts +4 -0
- package/lib/utilities/logger.js +8 -1
- package/lib/utilities/renderer-event.d.ts +3 -0
- package/lib/utilities/renderer-event.js +14 -1
- package/lib/utilities/screen.js +2 -1
- package/lib/utilities/tools.d.ts +18 -1
- package/lib/utilities/tools.js +48 -2
- package/package.json +6 -6
- package/public/assets/cursors/fcr_whiteboard_input.ico +0 -0
- package/public/assets/cursors/fcr_whiteboard_pen.ico +0 -0
- package/public/assets/cursors/fcr_whiteboard_shape_-straightline.ico +0 -0
- package/public/assets/cursors/fcr_whiteboard_shape_arrow.ico +0 -0
- package/public/assets/cursors/fcr_whiteboard_shape_circle.ico +0 -0
- package/public/assets/cursors/fcr_whiteboard_shape_rectangle.ico +0 -0
- package/public/assets/cursors/fcr_whiteboard_shape_triangle.ico +0 -0
- package/public/assets/fcr_chat_reddot.svg +3 -3
- package/public/assets/fcr_grid_big.svg +1 -1
- package/public/assets/fcr_leave2.svg +14 -14
- package/public/assets/fcr_listontop_big.svg +1 -1
- package/public/assets/step-gradient.svg +1 -1
- package/public/fragment.html +10 -0
- package/public/index.html +3 -1
- package/lib/shared-data-source/screen-share-data-source.d.ts +0 -37
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*!
|
|
8
|
+
Copyright (c) 2018 Jed Watson.
|
|
9
|
+
Licensed under the MIT License (MIT), see
|
|
10
|
+
http://jedwatson.github.io/classnames
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/*!
|
|
14
|
+
|
|
15
|
+
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
|
|
16
|
+
<http://stuartk.com/jszip>
|
|
17
|
+
|
|
18
|
+
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
|
|
19
|
+
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
|
|
20
|
+
|
|
21
|
+
JSZip uses the library pako released under the MIT license :
|
|
22
|
+
https://github.com/nodeca/pako/blob/main/LICENSE
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
/*!
|
|
26
|
+
* decimal.js v10.4.3
|
|
27
|
+
* An arbitrary-precision Decimal type for JavaScript.
|
|
28
|
+
* https://github.com/MikeMcl/decimal.js
|
|
29
|
+
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
|
|
30
|
+
* MIT Licence
|
|
31
|
+
*/
|
|
32
|
+
|
|
33
|
+
/*! *****************************************************************************
|
|
34
|
+
Copyright (c) Microsoft Corporation.
|
|
35
|
+
|
|
36
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
37
|
+
purpose with or without fee is hereby granted.
|
|
38
|
+
|
|
39
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
40
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
41
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
42
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
43
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
44
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
45
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
46
|
+
***************************************************************************** */
|
|
47
|
+
|
|
48
|
+
/*! @name @videojs/http-streaming @version 3.16.2 @license Apache-2.0 */
|
|
49
|
+
|
|
50
|
+
/*! @name aes-decrypter @version 4.0.2 @license Apache-2.0 */
|
|
51
|
+
|
|
52
|
+
/*! @name m3u8-parser @version 7.2.0 @license Apache-2.0 */
|
|
53
|
+
|
|
54
|
+
/*! @name pkcs7 @version 1.0.4 @license Apache-2.0 */
|
|
55
|
+
|
|
56
|
+
/*! @name videojs-contrib-quality-levels @version 4.1.0 @license Apache-2.0 */
|
|
57
|
+
|
|
58
|
+
/*! @preserve
|
|
59
|
+
* AgoraRTM Web SDK 2.2.2 - commit: v2.2.2-0-g21b78232 - fusion: false
|
|
60
|
+
* Copyright (C) 2018-2025 Agora Lab.
|
|
61
|
+
* This file is licensed under the AGORA, INC. SDK LICENSE AGREEMENT
|
|
62
|
+
* A copy of this license may be found at https://www.agora.io/en/sdk-license-agreement/
|
|
63
|
+
*/
|
|
64
|
+
|
|
65
|
+
/*! Bundled license information:
|
|
66
|
+
|
|
67
|
+
localforage/dist/localforage.js:
|
|
68
|
+
(*!
|
|
69
|
+
localForage -- Offline Storage, Improved
|
|
70
|
+
Version 1.10.0
|
|
71
|
+
https://localforage.github.io/localForage
|
|
72
|
+
(c) 2013-2017 Mozilla, Apache License 2.0
|
|
73
|
+
*)
|
|
74
|
+
*/
|
|
75
|
+
|
|
76
|
+
/*! Bundled license information:
|
|
77
|
+
|
|
78
|
+
paper/dist/paper-full.js:
|
|
79
|
+
(*!
|
|
80
|
+
* Paper.js v0.12.17 - The Swiss Army Knife of Vector Graphics Scripting.
|
|
81
|
+
* http://paperjs.org/
|
|
82
|
+
*
|
|
83
|
+
* Copyright (c) 2011 - 2020, Jürg Lehni & Jonathan Puckey
|
|
84
|
+
* http://juerglehni.com/ & https://puckey.studio/
|
|
85
|
+
*
|
|
86
|
+
* Distributed under the MIT license. See LICENSE file for details.
|
|
87
|
+
*
|
|
88
|
+
* All rights reserved.
|
|
89
|
+
*
|
|
90
|
+
* Date: Thu Nov 3 21:15:36 2022 +0100
|
|
91
|
+
*
|
|
92
|
+
***
|
|
93
|
+
*
|
|
94
|
+
* Straps.js - Class inheritance library with support for bean-style accessors
|
|
95
|
+
*
|
|
96
|
+
* Copyright (c) 2006 - 2020 Jürg Lehni
|
|
97
|
+
* http://juerglehni.com/
|
|
98
|
+
*
|
|
99
|
+
* Distributed under the MIT license.
|
|
100
|
+
*
|
|
101
|
+
***
|
|
102
|
+
*
|
|
103
|
+
* Acorn.js
|
|
104
|
+
* https://marijnhaverbeke.nl/acorn/
|
|
105
|
+
*
|
|
106
|
+
* Acorn is a tiny, fast JavaScript parser written in JavaScript,
|
|
107
|
+
* created by Marijn Haverbeke and released under an MIT license.
|
|
108
|
+
*
|
|
109
|
+
*)
|
|
110
|
+
|
|
111
|
+
lodash/lodash.js:
|
|
112
|
+
(**
|
|
113
|
+
* @license
|
|
114
|
+
* Lodash <https://lodash.com/>
|
|
115
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
116
|
+
* Released under MIT license <https://lodash.com/license>
|
|
117
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
118
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
119
|
+
*)
|
|
120
|
+
*/
|
|
121
|
+
|
|
122
|
+
/*! formdata-polyfill. MIT License. Jimmy W?rting <https://jimmy.warting.se/opensource> */
|
|
123
|
+
|
|
124
|
+
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
|
|
125
|
+
|
|
126
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* @license
|
|
130
|
+
* Copyright 2009 The Closure Library Authors
|
|
131
|
+
* Copyright 2020 Daniel Wirtz / The long.js Authors.
|
|
132
|
+
*
|
|
133
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
134
|
+
* you may not use this file except in compliance with the License.
|
|
135
|
+
* You may obtain a copy of the License at
|
|
136
|
+
*
|
|
137
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
138
|
+
*
|
|
139
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
140
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
141
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
142
|
+
* See the License for the specific language governing permissions and
|
|
143
|
+
* limitations under the License.
|
|
144
|
+
*
|
|
145
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
146
|
+
*/
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* @preserve JavaScript implementation of
|
|
150
|
+
* Algorithm for Automatically Fitting Digitized Curves
|
|
151
|
+
* by Philip J. Schneider
|
|
152
|
+
* "Graphics Gems", Academic Press, 1990
|
|
153
|
+
*
|
|
154
|
+
* The MIT License (MIT)
|
|
155
|
+
*
|
|
156
|
+
* https://github.com/soswow/fit-curves
|
|
157
|
+
*/
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* @license
|
|
161
|
+
* Lodash <https://lodash.com/>
|
|
162
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
163
|
+
* Released under MIT license <https://lodash.com/license>
|
|
164
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
165
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
166
|
+
*/
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* @license
|
|
170
|
+
* slighly modified parse-headers 2.0.2 <https://github.com/kesla/parse-headers/>
|
|
171
|
+
* Copyright (c) 2014 David Björklund
|
|
172
|
+
* Available under the MIT license
|
|
173
|
+
* <https://github.com/kesla/parse-headers/blob/master/LICENCE>
|
|
174
|
+
*/
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* @license Fraction.js v4.3.7 31/08/2023
|
|
178
|
+
* https://www.xarg.org/2014/03/rational-numbers-in-javascript/
|
|
179
|
+
*
|
|
180
|
+
* Copyright (c) 2023, Robert Eisele (robert@raw.org)
|
|
181
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
182
|
+
**/
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* [js-md5]{@link https://github.com/emn178/js-md5}
|
|
186
|
+
*
|
|
187
|
+
* @namespace md5
|
|
188
|
+
* @version 0.8.3
|
|
189
|
+
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
190
|
+
* @copyright Chen, Yi-Cyuan 2014-2023
|
|
191
|
+
* @license MIT
|
|
192
|
+
*/
|
|
193
|
+
|
|
194
|
+
/** @license React v0.19.1
|
|
195
|
+
* scheduler.production.min.js
|
|
196
|
+
*
|
|
197
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
198
|
+
*
|
|
199
|
+
* This source code is licensed under the MIT license found in the
|
|
200
|
+
* LICENSE file in the root directory of this source tree.
|
|
201
|
+
*/
|
|
202
|
+
|
|
203
|
+
/** @license React v0.20.2
|
|
204
|
+
* scheduler.production.min.js
|
|
205
|
+
*
|
|
206
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
207
|
+
*
|
|
208
|
+
* This source code is licensed under the MIT license found in the
|
|
209
|
+
* LICENSE file in the root directory of this source tree.
|
|
210
|
+
*/
|
|
211
|
+
|
|
212
|
+
/** @license React v16.14.0
|
|
213
|
+
* react-dom.production.min.js
|
|
214
|
+
*
|
|
215
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
216
|
+
*
|
|
217
|
+
* This source code is licensed under the MIT license found in the
|
|
218
|
+
* LICENSE file in the root directory of this source tree.
|
|
219
|
+
*/
|
|
220
|
+
|
|
221
|
+
/** @license React v17.0.2
|
|
222
|
+
* react-dom.production.min.js
|
|
223
|
+
*
|
|
224
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
225
|
+
*
|
|
226
|
+
* This source code is licensed under the MIT license found in the
|
|
227
|
+
* LICENSE file in the root directory of this source tree.
|
|
228
|
+
*/
|
|
229
|
+
|
|
230
|
+
/** @license React v17.0.2
|
|
231
|
+
* react-jsx-runtime.production.min.js
|
|
232
|
+
*
|
|
233
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
234
|
+
*
|
|
235
|
+
* This source code is licensed under the MIT license found in the
|
|
236
|
+
* LICENSE file in the root directory of this source tree.
|
|
237
|
+
*/
|
|
238
|
+
|
|
239
|
+
/** @license React v17.0.2
|
|
240
|
+
* react.production.min.js
|
|
241
|
+
*
|
|
242
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
243
|
+
*
|
|
244
|
+
* This source code is licensed under the MIT license found in the
|
|
245
|
+
* LICENSE file in the root directory of this source tree.
|
|
246
|
+
*/
|
|
247
|
+
|
|
248
|
+
//!! Deliberately using an API that's deprecated in node.js because
|
|
249
|
+
|
|
250
|
+
//!! Discussion: github.com/node-browser-compat/atob/pull/9
|
|
251
|
+
|
|
252
|
+
//!! this file is for browsers and we expect them to cope with it.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M1.61335 6C2.14518 6 2.57632 5.55228 2.57632 5C2.57632 4.44772 2.14518 4 1.61335 4C1.08152 4 0.650391 4.44772 0.650391 5C0.650391 5.55228 1.08152 6 1.61335 6Z" fill="white"/>
|
|
3
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M4.98372 6C5.51555 6 5.94669 5.55228 5.94669 5C5.94669 4.44772 5.51555 4 4.98372 4C4.45189 4 4.02076 4.44772 4.02076 5C4.02076 5.55228 4.45189 6 4.98372 6Z" fill="white"/>
|
|
4
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M8.3541 6C8.88593 6 9.31706 5.55228 9.31706 5C9.31706 4.44772 8.88593 4 8.3541 4C7.82227 4 7.39113 4.44772 7.39113 5C7.39113 5.55228 7.82227 6 8.3541 6Z" fill="white"/>
|
|
5
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +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>
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<svg width="280" height="192" viewBox="0 0 280 192" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clipPath="url(#clip0_78645_97872)">
|
|
3
|
+
<rect width="280" height="152" rx="12" transform="matrix(-1 0 0 1 280 40)" fill="url(#paint0_linear_78645_97872)"/>
|
|
4
|
+
<mask id="mask0_78645_97872" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="39" width="280" height="153">
|
|
5
|
+
<rect width="280" height="152.297" rx="12" transform="matrix(-1 0 0 1 280 39.1875)" fill="url(#paint1_linear_78645_97872)"/>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0_78645_97872)">
|
|
8
|
+
<ellipse cx="66.2162" cy="54.3919" rx="66.2162" ry="54.3919" transform="matrix(-0.878077 -0.478518 -0.478519 0.878077 127.666 120.586)" fill="#4262FF"/>
|
|
9
|
+
<ellipse cx="75.2027" cy="45.8784" rx="75.2027" ry="45.8784" transform="matrix(-0.970823 0.239797 0.239798 0.970823 341.24 10.8633)" fill="#3F49D5"/>
|
|
10
|
+
<ellipse cx="55.3378" cy="55.3378" rx="55.3378" ry="55.3378" transform="matrix(-1 0 0 1 185.406 145.188)" fill="#4468FF"/>
|
|
11
|
+
</g>
|
|
12
|
+
<path d="M11 191.5L280 164V180C280 186.627 274.627 192 268 192H11V191.5Z" fill="#3F49D5"/>
|
|
13
|
+
<path d="M113.525 180C108.858 177.333 99.4248 168.3 99.0248 153.5C98.5248 135 105.525 76.5 126.025 48.5C146.525 20.5 169.525 8 182.525 8C195.525 8 200.525 24.5 189.525 32.5C178.525 40.5 137.525 70 127.525 91.5C117.525 113 106.525 115 105.025 132" stroke="#00ECBC" strokeWidth="3" strokeLinecap="round"/>
|
|
14
|
+
<path d="M188.525 109C170.525 119.4 156.5 147.833 150.5 165L148.025 176L152.525 175.5C153.525 173.5 156.025 170.8 158.025 166C160.525 160 187.025 141.5 198.525 130C210.025 118.5 277.525 111 268.025 93C258.525 75 211.025 96 188.525 109Z" fill="#00ECBC"/>
|
|
15
|
+
<path d="M127.025 161C131.025 139.667 145.025 92.5 169.025 74.5C199.025 52 230.025 -1.50003 269.525 9.49997C309.025 20.5 199.525 60.5 187.025 87.5C174.525 114.5 149.025 123 146.025 139C143.025 155 122.025 164 130.025 172C136.425 178.4 140.359 178.667 141.525 178M150.5 165C156.5 147.833 170.525 119.4 188.525 109C211.025 96 258.525 75 268.025 93C277.525 111 210.025 118.5 198.525 130C187.025 141.5 160.525 160 158.025 166C156.025 170.8 153.525 173.5 152.525 175.5L148.025 176L150.5 165Z" stroke="#00ECBC" strokeWidth="3" strokeLinecap="round"/>
|
|
16
|
+
<path d="M261.525 93.5C262.192 94.5 263.325 97 262.525 99C261.525 101.5 260.025 104 251.025 106C242.025 108 230.525 105.5 224.525 109C218.525 112.5 204.025 118.5 199.025 126.5" stroke="#4970FF" strokeLinecap="round"/>
|
|
17
|
+
<path d="M239.543 131.621C239.303 132.234 239.579 132.927 240.173 133.209L252.316 138.955C253.458 139.496 254.819 138.955 255.28 137.779C255.74 136.602 255.107 135.281 253.902 134.903L241.083 130.883C240.456 130.686 239.783 131.008 239.543 131.621Z" fill="black"/>
|
|
18
|
+
<path d="M239.441 124.861C239.669 125.476 240.338 125.806 240.965 125.613L256.635 120.806C257.847 120.434 258.496 119.119 258.054 117.931C257.611 116.743 256.26 116.172 255.1 116.683L240.102 123.295C239.502 123.559 239.212 124.246 239.441 124.861Z" fill="white"/>
|
|
19
|
+
<path d="M233.621 120.124C234.171 120.486 234.906 120.362 235.306 119.839L243.368 109.284C244.135 108.28 243.891 106.836 242.836 106.141C241.781 105.446 240.358 105.791 239.738 106.891L233.219 118.464C232.896 119.037 233.072 119.762 233.621 120.124Z" fill="#EE5134"/>
|
|
20
|
+
<path d="M268.525 10.5C270.025 11.6667 272.925 14.3 272.525 15.5C272.025 17 274.525 21.5 263.025 27C251.525 32.5 216.025 52 204.525 62C193.025 72 168.025 91 165.025 105" stroke="#00ECBC" strokeLinecap="round"/>
|
|
21
|
+
<path d="M189.025 9.5C191.692 11.3333 195.425 16.5 189.025 22.5C181.025 30 162.525 34.5 152.025 47C141.525 59.5 131.025 65 131.025 72C131.025 79 123.525 85 122.025 86.5" stroke="#00ECBC" strokeLinecap="round"/>
|
|
22
|
+
<path d="M127 60.1172C126.8 56.7839 126.56 53.7069 125.6 49.6044C124.64 45.5018 123.467 41.5702 123 40.1172" stroke="#456AFF" strokeWidth="1.68607" strokeLinecap="round"/>
|
|
23
|
+
<path d="M73.1351 61.9115C73.5831 60.9482 73.2025 59.8027 72.2671 59.299L48.8981 46.7143C47.0908 45.741 44.8369 46.4899 43.9714 48.3513C43.1059 50.2127 43.9858 52.4187 45.8949 53.1734L70.5781 62.9315C71.5661 63.322 72.6872 62.8748 73.1351 61.9115Z" fill="black"/>
|
|
24
|
+
<path d="M82.1934 53.3802C83.0192 52.7119 83.181 51.5157 82.5624 50.652L67.1067 29.0742C65.9114 27.4053 63.5578 27.0869 61.962 28.3782C60.3662 29.6695 60.1866 32.0377 61.5694 33.5549L79.4483 53.172C80.1639 53.9571 81.3675 54.0484 82.1934 53.3802Z" fill="#FFED48"/>
|
|
25
|
+
<path d="M71.3239 72.9836C70.899 72.0099 69.7888 71.5362 68.7918 71.9032L43.8836 81.0719C41.9572 81.7811 41.0251 83.9655 41.8461 85.847C42.6672 87.7284 44.9026 88.5307 46.7326 87.6006L70.394 75.5748C71.3411 75.0934 71.7488 73.9573 71.3239 72.9836Z" fill="white"/>
|
|
26
|
+
<path d="M94.4788 152.445C94.4788 151.147 95.9267 149.02 96.6507 148.119L70.5891 124.326L59.7299 136.222C59.0059 136.222 57.3408 136.547 56.4721 137.844C55.3862 139.467 47.7843 144.874 47.2413 145.415C46.6984 145.956 47.2413 148.119 47.2413 149.2C47.2413 150.282 74.3893 179.482 78.19 181.645C81.2306 183.375 94.6598 183.087 100.994 182.727C101.537 182.006 102.84 180.131 103.709 178.401C104.795 176.238 104.795 166.504 103.709 164.341C102.623 162.178 94.4788 154.067 94.4788 152.445Z" fill="#FFF06D"/>
|
|
27
|
+
<path d="M179.181 162.719C177.878 162.286 166.387 152.445 161.5 148.119L186.5 122C187.767 123.081 192.755 125.948 194.927 125.948C197.642 125.948 209.044 120 215.016 120C220.989 120 220.989 121.622 222.618 121.081C224.247 120.54 229.676 124.326 230.762 125.948C231.848 127.57 229.518 131.57 224.247 140.548C214 158 190.629 172 189 172C187.371 172 181.896 167.045 180.267 165.963C178.638 164.882 180.81 163.26 179.181 162.719Z" fill="#FFF06D"/>
|
|
28
|
+
<path d="M136.027 85.3125C137.325 84.45 141.253 82.0781 143.054 81C149 87 159.405 97.775 162 99.5C164.595 101.225 180.892 114.062 189 120.352C185.396 125.742 176.892 137.602 171.703 141.914C166.514 146.227 161.973 149.102 160.352 150C148.64 138.141 124.784 113.775 123.055 111.188C122.095 109.752 121.867 108.693 121.947 107.973C115.278 120.876 102.572 144.969 100.892 146.227C99.1619 147.52 97.4683 148.5 97.1079 148.5L69 122.508C74.5855 116.578 86.4053 103.533 88.9999 98.7891C91.5944 94.0453 95.4863 87.8281 97.1079 85.3125L125.216 90.9726C128.62 89.2695 134.798 86.1297 136.027 85.3125Z" fill="#2825A9"/>
|
|
29
|
+
<path d="M118.23 79.5222C120.399 83.8778 124.953 92.8067 125.821 93.6778C126.688 94.5489 127.267 95.8556 127.447 96.4C127.086 97.4889 125.712 99.6667 123.11 99.6667C120.598 99.6667 119.568 98.9905 119.336 98.6171C120.97 101.536 124.194 107.621 124.194 108.922C124.194 110.556 123.652 112.733 121.483 112.733C119.748 112.733 118.23 112.007 117.688 111.644C117.688 112.733 117.363 114.911 116.061 114.911H112.266C112.085 115.274 111.29 116 109.555 116C107.386 116 103.049 110.011 99.7954 102.389C97.1928 96.2911 96.1807 90.0481 96 87.6889L118.23 79.5222Z" fill="#E46AAA"/>
|
|
30
|
+
<path d="M161.606 75.1667C160 74 153.111 69.7222 149.135 67L140.46 78.4333L143.171 81.1556L148.051 86.0556C149.968 87.9805 155.331 93.3222 157.5 95.5C157.541 95.5414 158.5 96.5 159.5 95.5C159.935 95.0653 159.361 93.863 159 93.5C159 93.3185 160.773 94.2269 162 93C163.5 91.5 162.69 90 162 89C161.458 88.637 161.389 88.7778 162.69 88.7778C164.317 88.7778 165.401 87.1444 164.859 85.5111C164.425 84.2044 160.702 81.337 158.895 80.0667C159.256 79.8852 160.192 80.0385 161 79.5C162.5 78.5 162.595 75.8851 161.606 75.1667Z" fill="#E46AAA"/>
|
|
31
|
+
<path d="M113.5 104C114.333 106.167 116.3 110.7 117.5 111.5" stroke="black" strokeLinecap="round"/>
|
|
32
|
+
<path d="M108 107C108.833 109.167 110.8 113.7 112 114.5" stroke="black" strokeLinecap="round"/>
|
|
33
|
+
<path d="M93.9343 84.5493C93.9343 84.7913 94.1622 85.7254 94.4257 86.7195C94.7288 87.8632 95.9677 88.4696 97.0669 88.0318L117.957 79.7121L118.228 80.2492L124.5 92C125.4 91.6417 125 91.5 129.565 89.3874C131.949 88.2842 140.081 84.0084 143.5 81.5L140.5 78.5C140.5 78.5 148 69 149 67L148.338 66.5589C147.811 66.2073 147.482 65.6267 147.45 64.9937L147.406 64.1009C147.389 63.7635 147.289 63.4358 147.105 63.1525C145.504 60.688 141.996 56.2009 138.743 54.9862C135.287 53.6961 127.225 37.6061 123.626 29.7223C122.546 27.9306 119.091 24.7771 113.909 26.4972C107.432 28.6473 102.032 39.9352 95.014 53.3732C87.9957 66.8112 92.3147 75.949 92.3147 80.2492C92.3147 82.1896 92.7728 83.0812 93.3013 83.4254C93.4907 83.5487 93.9343 84.3233 93.9343 84.5493Z" fill="#FFF06D"/>
|
|
34
|
+
<path d="M65.2749 140.969C64.8682 139.379 61.0392 136.994 59.1755 136C57.9898 136.331 55.72 137.093 56.1266 137.491C56.6349 137.988 46.4684 144.944 45.4518 145.441C44.4352 145.938 45.4518 147.429 45.4518 148.92C45.4518 150.41 75.4405 180.722 78.9985 182.213C82.5565 183.703 99.3299 182.71 101.363 182.213C103.396 181.716 105.429 175.256 104.921 174.262C104.413 173.268 100.855 173.268 95.7719 172.771C90.6891 172.274 82.0482 169.79 80.5234 168.796C78.9985 167.802 78.4902 160.349 76.4571 159.355C74.424 158.361 68.3246 152.398 66.2914 151.404C64.2583 150.41 65.7832 142.957 65.2749 140.969Z" fill="#FFC700"/>
|
|
35
|
+
<circle cx="126.5" cy="21.5" r="5.5" fill="#E46AAA"/>
|
|
36
|
+
<path d="M127 24C127.137 24 127.491 24.1 127.819 24.5C128.147 24.9 127.956 26.3333 127.819 27" stroke="black" strokeWidth="0.5" strokeLinecap="round"/>
|
|
37
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M123.999 16.0966L131.584 23.5616C132.965 21.4423 132.712 18.5753 130.839 16.7325C128.967 14.8897 126.096 14.6825 123.999 16.0966Z" fill="black"/>
|
|
38
|
+
<path d="M124 16L136 28" stroke="black" strokeLinecap="round"/>
|
|
39
|
+
<path d="M75 116.071C77.7711 119.05 82.2094 123.632 86.413 127.583M96.1957 135.238C94.2778 134.594 90.4538 131.38 86.413 127.583M86.413 127.583C89.4928 124.111 95.8696 116.619 96.7391 114.429C97.6087 112.238 99.6377 109.135 100.543 107.857M126.63 98C138.587 110.413 162.826 135.348 164.13 135.786M154.891 144C157.609 141.992 163.804 136.99 166.848 133.048C169.891 129.105 173.551 124.103 175 122.095" stroke="black"/>
|
|
40
|
+
<path d="M215 134.999C218.461 130 220.5 124.833 222.5 120.999C222.761 120.499 224.475 120.43 225.5 120.999C228.286 122.548 230.75 125 231.5 126.499C232 127.499 227.703 135.594 226 139C222.503 145.995 212.28 156.219 210.006 158.494L210 158.499C204.5 164 197.5 170.5 189.5 173C187.973 173.477 182.667 168.833 179.5 165.499C179.5 164.999 179.6 163.4 180 163C180.5 162.5 185.03 163.342 191 159C196.5 155 206 148 215 134.999Z" fill="#FFC700"/>
|
|
41
|
+
<path d="M121 81C121.8 82.2 126 87.8333 128 90.5L124.5 92L118 79.5C116.667 72.3333 114 57.2 114 54C114 50.8 114.667 45 115 42.5C115.5 47.8333 116.6 59.4 117 63C117.5 67.5 120 79.5 121 81Z" fill="#928A46"/>
|
|
42
|
+
<path d="M119.5 99C118.833 98.1667 117.4 96.1 117 94.5C116.6 92.9 116.5 91.5 116.5 91" stroke="black" strokeLinecap="round"/>
|
|
43
|
+
<path d="M148.062 75C147.896 75.5 147.962 76.6 149.562 77C151.162 77.4 152.896 76.8333 153.562 76.5C155.229 77.5 158.662 79.5 159.062 79.5" stroke="black" strokeLinecap="round"/>
|
|
44
|
+
</g>
|
|
45
|
+
<defs>
|
|
46
|
+
<linearGradient id="paint0_linear_78645_97872" x1="125.811" y1="-5.6646" x2="209.268" y2="158.269" gradientUnits="userSpaceOnUse">
|
|
47
|
+
<stop stop-color="#3D5EFF"/>
|
|
48
|
+
<stop offset="1" stop-color="#6092FF"/>
|
|
49
|
+
</linearGradient>
|
|
50
|
+
<linearGradient id="paint1_linear_78645_97872" x1="125.811" y1="-5.67568" x2="209.527" y2="158.446" gradientUnits="userSpaceOnUse">
|
|
51
|
+
<stop stop-color="#3B5BFF"/>
|
|
52
|
+
<stop offset="1" stop-color="#5D8FFE"/>
|
|
53
|
+
</linearGradient>
|
|
54
|
+
<clipPath id="clip0_78645_97872">
|
|
55
|
+
<rect width="280" height="192" fill="white"/>
|
|
56
|
+
</clipPath>
|
|
57
|
+
</defs>
|
|
58
|
+
</svg>
|
|
@@ -0,0 +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>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="2" height="24" viewBox="0 0 2 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path id="Vector 405" d="M1 22.9023L0.999999 0.171766" stroke="url(#paint0_linear_22246_74534)" strokeWidth="0.349701" strokeLinecap="round"/>
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient id="paint0_linear_22246_74534" x1="1" y1="22.9023" x2="0.999999" y2="0.171766" gradientUnits="userSpaceOnUse">
|
|
5
|
+
<stop stop-color="white" stop-opacity="0"/>
|
|
6
|
+
<stop offset="0.526042" stop-color="#282828"/>
|
|
7
|
+
<stop offset="0.979167" stop-color="white" stop-opacity="0"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
require("core-js/modules/es.regexp.exec.js");
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
6
|
+
Object.defineProperty(exports, "__esModule", {
|
|
7
|
+
value: true
|
|
8
|
+
});
|
|
9
|
+
exports.hookApp = void 0;
|
|
10
|
+
var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
|
|
11
|
+
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
|
|
12
|
+
require("core-js/modules/es.array.find.js");
|
|
13
|
+
require("core-js/modules/es.array.for-each.js");
|
|
14
|
+
require("core-js/modules/es.array.join.js");
|
|
15
|
+
require("core-js/modules/es.date.to-json.js");
|
|
16
|
+
require("core-js/modules/es.json.stringify.js");
|
|
17
|
+
require("core-js/modules/es.object.keys.js");
|
|
18
|
+
require("core-js/modules/es.object.to-string.js");
|
|
19
|
+
require("core-js/modules/es.string.starts-with.js");
|
|
20
|
+
require("core-js/modules/esnext.async-iterator.find.js");
|
|
21
|
+
require("core-js/modules/esnext.async-iterator.for-each.js");
|
|
22
|
+
require("core-js/modules/esnext.iterator.constructor.js");
|
|
23
|
+
require("core-js/modules/esnext.iterator.find.js");
|
|
24
|
+
require("core-js/modules/esnext.iterator.for-each.js");
|
|
25
|
+
require("core-js/modules/esnext.json.parse.js");
|
|
26
|
+
require("core-js/modules/web.dom-collections.for-each.js");
|
|
27
|
+
require("core-js/modules/web.timers.js");
|
|
28
|
+
var _window = require("./window");
|
|
29
|
+
var _electron = require("electron");
|
|
30
|
+
var _path = _interopRequireDefault(require("path"));
|
|
31
|
+
var _logger = require("./logger");
|
|
32
|
+
var _child_process = require("child_process");
|
|
33
|
+
var logger = (0, _logger.getLogger)();
|
|
34
|
+
var hookApp = exports.hookApp = function hookApp(app) {
|
|
35
|
+
var isWindowDestroyed = function isWindowDestroyed(window) {
|
|
36
|
+
return window.isDestroyed();
|
|
37
|
+
};
|
|
38
|
+
app.commandLine.appendSwitch('ignore-certificate-errors');
|
|
39
|
+
app.addListener('browser-window-created', function (_, window) {
|
|
40
|
+
var windowId = window.id;
|
|
41
|
+
window.addListener('close', function () {
|
|
42
|
+
_electron.BrowserWindow.getAllWindows().forEach(function (window) {
|
|
43
|
+
if (!isWindowDestroyed(window)) {
|
|
44
|
+
window.webContents.send('custom-event', {
|
|
45
|
+
action: 'FRAGMENT_CLOSED',
|
|
46
|
+
payload: (0, _window.getWindowKeyById)(windowId)
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
});
|
|
51
|
+
window.webContents.addListener('render-process-gone', function (event, arg) {
|
|
52
|
+
logger.info("render-process-gone: ".concat(JSON.stringify(arg)));
|
|
53
|
+
});
|
|
54
|
+
window.webContents.addListener('did-finish-load', function () {
|
|
55
|
+
setTimeout(function () {
|
|
56
|
+
_electron.BrowserWindow.getAllWindows().forEach(function (window) {
|
|
57
|
+
if (!isWindowDestroyed(window)) {
|
|
58
|
+
window.webContents.send('custom-event', {
|
|
59
|
+
action: 'FRAGMENT_LOADED',
|
|
60
|
+
payload: (0, _window.getWindowKeyById)(windowId)
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
});
|
|
65
|
+
});
|
|
66
|
+
});
|
|
67
|
+
app.addListener('ready', function () {
|
|
68
|
+
_electron.powerMonitor.addListener('suspend', function () {
|
|
69
|
+
_electron.BrowserWindow.getAllWindows().forEach(function (window) {
|
|
70
|
+
window.webContents.send('custom-event', {
|
|
71
|
+
action: 'POWER_MONITOR_SUSPEND'
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
});
|
|
75
|
+
_electron.powerMonitor.addListener('resume', function () {
|
|
76
|
+
_electron.BrowserWindow.getAllWindows().forEach(function (window) {
|
|
77
|
+
window.webContents.send('custom-event', {
|
|
78
|
+
action: 'POWER_MONITOR_RESUME'
|
|
79
|
+
});
|
|
80
|
+
});
|
|
81
|
+
});
|
|
82
|
+
_electron.powerMonitor.addListener('lock-screen', function () {
|
|
83
|
+
_electron.BrowserWindow.getAllWindows().forEach(function (window) {
|
|
84
|
+
window.webContents.send('custom-event', {
|
|
85
|
+
action: 'POWER_MONITOR_LOCK_SCREEN'
|
|
86
|
+
});
|
|
87
|
+
});
|
|
88
|
+
});
|
|
89
|
+
_electron.powerMonitor.addListener('unlock-screen', function () {
|
|
90
|
+
_electron.BrowserWindow.getAllWindows().forEach(function (window) {
|
|
91
|
+
window.webContents.send('custom-event', {
|
|
92
|
+
action: 'POWER_MONITOR_UNLOCK_SCREEN'
|
|
93
|
+
});
|
|
94
|
+
});
|
|
95
|
+
});
|
|
96
|
+
_electron.powerMonitor.addListener('shutdown', function () {
|
|
97
|
+
_electron.BrowserWindow.getAllWindows().forEach(function (window) {
|
|
98
|
+
window.webContents.send('custom-event', {
|
|
99
|
+
action: 'POWER_MONITOR_SHUTDOWN'
|
|
100
|
+
});
|
|
101
|
+
});
|
|
102
|
+
});
|
|
103
|
+
_electron.ipcMain.handle('get-launch-options', function () {
|
|
104
|
+
var launchOptions = process.argv.find(function (arg) {
|
|
105
|
+
return arg.startsWith('--launch-options=');
|
|
106
|
+
});
|
|
107
|
+
if (!launchOptions) {
|
|
108
|
+
logger.error('No launch options found');
|
|
109
|
+
return {};
|
|
110
|
+
}
|
|
111
|
+
var jsonStr = launchOptions.substring('--launch-options='.length);
|
|
112
|
+
try {
|
|
113
|
+
return launchOptions = JSON.parse(jsonStr);
|
|
114
|
+
} catch (e) {
|
|
115
|
+
logger.error('Invalid JSON argument:', jsonStr);
|
|
116
|
+
}
|
|
117
|
+
});
|
|
118
|
+
_electron.ipcMain.handle('getBundleType', function () {
|
|
119
|
+
if (process.env.DEV === 'true') {
|
|
120
|
+
return 'JS_BUNDLE';
|
|
121
|
+
}
|
|
122
|
+
// get bundle type from package.json
|
|
123
|
+
var packageJson = require(_path["default"].join(__dirname, '../../../../', 'package.json'));
|
|
124
|
+
return packageJson.bundleType || 'JS_BUNDLE';
|
|
125
|
+
});
|
|
126
|
+
_electron.ipcMain.handle('getBrowserWindowId', function (_, frameName) {
|
|
127
|
+
var _getRendererWindow;
|
|
128
|
+
return (_getRendererWindow = (0, _window.getRendererWindow)(frameName)) === null || _getRendererWindow === void 0 ? void 0 : _getRendererWindow.id;
|
|
129
|
+
});
|
|
130
|
+
_electron.ipcMain.handle('checkMediaPermission', /*#__PURE__*/function () {
|
|
131
|
+
var _ref = (0, _asyncToGenerator2["default"])(/*#__PURE__*/_regenerator["default"].mark(function _callee(_, mediaType) {
|
|
132
|
+
var accessStatus, res;
|
|
133
|
+
return _regenerator["default"].wrap(function _callee$(_context) {
|
|
134
|
+
while (1) switch (_context.prev = _context.next) {
|
|
135
|
+
case 0:
|
|
136
|
+
if (!(mediaType === 'sharing')) {
|
|
137
|
+
_context.next = 3;
|
|
138
|
+
break;
|
|
139
|
+
}
|
|
140
|
+
// below API call will trigger the system to add the permission for screen recording on macOS
|
|
141
|
+
_electron.desktopCapturer.getSources({
|
|
142
|
+
types: ['screen']
|
|
143
|
+
});
|
|
144
|
+
return _context.abrupt("return", true);
|
|
145
|
+
case 3:
|
|
146
|
+
accessStatus = _electron.systemPreferences.getMediaAccessStatus(mediaType);
|
|
147
|
+
if (!(accessStatus !== 'granted')) {
|
|
148
|
+
_context.next = 11;
|
|
149
|
+
break;
|
|
150
|
+
}
|
|
151
|
+
_context.next = 7;
|
|
152
|
+
return _electron.systemPreferences.askForMediaAccess(mediaType);
|
|
153
|
+
case 7:
|
|
154
|
+
res = _context.sent;
|
|
155
|
+
return _context.abrupt("return", res);
|
|
156
|
+
case 11:
|
|
157
|
+
return _context.abrupt("return", true);
|
|
158
|
+
case 12:
|
|
159
|
+
case "end":
|
|
160
|
+
return _context.stop();
|
|
161
|
+
}
|
|
162
|
+
}, _callee);
|
|
163
|
+
}));
|
|
164
|
+
return function (_x, _x2) {
|
|
165
|
+
return _ref.apply(this, arguments);
|
|
166
|
+
};
|
|
167
|
+
}());
|
|
168
|
+
_electron.ipcMain.addListener('openSystemPreferences', function (_, mediaType) {
|
|
169
|
+
var execMap = {
|
|
170
|
+
camera: "open x-apple.systempreferences:com.apple.preference.security?Privacy_Camera",
|
|
171
|
+
microphone: "open x-apple.systempreferences:com.apple.preference.security?Privacy_Microphone",
|
|
172
|
+
sharing: "open x-apple.systempreferences:com.apple.preference.security?Privacy_AudioCapture"
|
|
173
|
+
};
|
|
174
|
+
(0, _child_process.exec)(execMap[mediaType]);
|
|
175
|
+
});
|
|
176
|
+
_electron.ipcMain.addListener('open', function (_, entryPath, dialogId) {
|
|
177
|
+
(0, _window.open)(entryPath, dialogId);
|
|
178
|
+
});
|
|
179
|
+
_electron.ipcMain.addListener('close', function (_, entryPath, dialogId) {
|
|
180
|
+
(0, _window.close)(entryPath, dialogId);
|
|
181
|
+
});
|
|
182
|
+
_electron.ipcMain.addListener('setFragmentBaseUrl', function (_, isDev, baseUrl) {
|
|
183
|
+
(0, _window.setFragmentBaseUrl)(isDev, baseUrl);
|
|
184
|
+
});
|
|
185
|
+
_electron.ipcMain.addListener('setFragmentOptions', function (_, entryPath, windowOptions, webPreferences) {
|
|
186
|
+
_window.windowOptionsMap[entryPath] = windowOptions;
|
|
187
|
+
_window.webPreferencesMap[entryPath] = webPreferences;
|
|
188
|
+
});
|
|
189
|
+
_electron.ipcMain.addListener('closeAllSubWindows', function () {
|
|
190
|
+
(0, _window.closeAllWindows)();
|
|
191
|
+
(0, _window.clearAllRendererWindows)();
|
|
192
|
+
});
|
|
193
|
+
});
|
|
194
|
+
};
|