fcr-ui-scene 1.0.0
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/fcr-ui-kit/src/components/avatar/helper.d.ts +2 -0
- package/lib/fcr-ui-kit/src/components/avatar/index.d.ts +8 -0
- package/lib/fcr-ui-kit/src/components/button/index.d.ts +82 -0
- package/lib/fcr-ui-kit/src/components/checkbox/index.d.ts +12 -0
- package/lib/fcr-ui-kit/src/components/dialog/class-dialog.d.ts +51 -0
- package/lib/fcr-ui-kit/src/components/dialog/confirm-dialog.d.ts +70 -0
- package/lib/fcr-ui-kit/src/components/dialog/global-dialog.d.ts +11 -0
- package/lib/fcr-ui-kit/src/components/dialog/index.d.ts +68 -0
- package/lib/fcr-ui-kit/src/components/dropdown/index.d.ts +58 -0
- package/lib/fcr-ui-kit/src/components/input/index.d.ts +69 -0
- package/lib/fcr-ui-kit/src/components/input-number/index.d.ts +69 -0
- package/lib/fcr-ui-kit/src/components/pagination/index.d.ts +27 -0
- package/lib/fcr-ui-kit/src/components/popover/index.d.ts +47 -0
- package/lib/fcr-ui-kit/src/components/progress/index.d.ts +11 -0
- package/lib/fcr-ui-kit/src/components/radio/index.d.ts +21 -0
- package/lib/fcr-ui-kit/src/components/slider/index.d.ts +22 -0
- package/lib/fcr-ui-kit/src/components/sound-player/index.d.ts +6 -0
- package/lib/fcr-ui-kit/src/components/svg-img/clickable-icon.d.ts +25 -0
- package/lib/fcr-ui-kit/src/components/svg-img/index.d.ts +15 -0
- package/lib/fcr-ui-kit/src/components/svg-img/mic.d.ts +5 -0
- package/lib/fcr-ui-kit/src/components/svg-img/svg-dict.d.ts +12 -0
- package/lib/fcr-ui-kit/src/components/svg-img/type.d.ts +195 -0
- package/lib/fcr-ui-kit/src/components/svga-player/index.d.ts +15 -0
- package/lib/fcr-ui-kit/src/components/svga-player/svga-types.d.ts +1 -0
- package/lib/fcr-ui-kit/src/components/table/index.d.ts +9 -0
- package/lib/fcr-ui-kit/src/components/tabs/index.d.ts +14 -0
- package/lib/fcr-ui-kit/src/components/textarea/helper.d.ts +2 -0
- package/lib/fcr-ui-kit/src/components/textarea/index.d.ts +100 -0
- package/lib/fcr-ui-kit/src/components/toast/index.d.ts +122 -0
- package/lib/fcr-ui-kit/src/components/tooltip/dialog.d.ts +19 -0
- package/lib/fcr-ui-kit/src/components/tooltip/index.d.ts +89 -0
- package/lib/fcr-ui-kit/src/components/tooltip/info.d.ts +6 -0
- package/lib/fcr-ui-kit/src/components/volume/index.d.ts +8 -0
- package/lib/fcr-ui-kit/src/utils/click-anywhere.d.ts +1 -0
- package/lib/fcr-ui-kit/src/utils/hooks/animations.d.ts +14 -0
- package/lib/fcr-ui-kit/src/utils/hooks/use-click-anywhere.d.ts +2 -0
- package/lib/fcr-ui-kit/src/utils/tailwindcss.d.ts +3 -0
- package/lib/fcr-ui-scene/src/app.d.ts +5 -0
- package/lib/fcr-ui-scene/src/configs/base-theme.d.ts +391 -0
- package/lib/fcr-ui-scene/src/configs/base-ui.d.ts +12 -0
- package/lib/fcr-ui-scene/src/containers/action-bar/chat/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/action-bar/cloud/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/action-bar/device/index.d.ts +9 -0
- package/lib/fcr-ui-scene/src/containers/action-bar/index.d.ts +24 -0
- package/lib/fcr-ui-scene/src/containers/action-bar/leave/index.d.ts +4 -0
- package/lib/fcr-ui-scene/src/containers/action-bar/participants/index.d.ts +5 -0
- package/lib/fcr-ui-scene/src/containers/action-bar/raise-hands/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/action-bar/record/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/action-bar/screen-share/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/action-bar/setting/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/action-bar/toolbox/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/action-bar/whiteboard/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/breakout-room/ask-help-list.d.ts +10 -0
- package/lib/fcr-ui-scene/src/containers/breakout-room/broadcast-panel.d.ts +4 -0
- package/lib/fcr-ui-scene/src/containers/breakout-room/create-panel.d.ts +4 -0
- package/lib/fcr-ui-scene/src/containers/breakout-room/group-info-panel.d.ts +2 -0
- package/lib/fcr-ui-scene/src/containers/breakout-room/group-panel.d.ts +5 -0
- package/lib/fcr-ui-scene/src/containers/breakout-room/group-status-panel.d.ts +2 -0
- package/lib/fcr-ui-scene/src/containers/breakout-room/grouping.d.ts +15 -0
- package/lib/fcr-ui-scene/src/containers/breakout-room/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/breakout-room/search-panel.d.ts +5 -0
- package/lib/fcr-ui-scene/src/containers/breakout-room/wizard.d.ts +6 -0
- package/lib/fcr-ui-scene/src/containers/cloud/dialog-header.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/cloud/index.d.ts +6 -0
- package/lib/fcr-ui-scene/src/containers/cloud/personal.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/cloud/public.d.ts +4 -0
- package/lib/fcr-ui-scene/src/containers/common/interact-labels.d.ts +6 -0
- package/lib/fcr-ui-scene/src/containers/device-pretest/basic-settings.d.ts +4 -0
- package/lib/fcr-ui-scene/src/containers/device-pretest/beauty-filter.d.ts +2 -0
- package/lib/fcr-ui-scene/src/containers/device-pretest/beauty-slider.d.ts +2 -0
- package/lib/fcr-ui-scene/src/containers/device-pretest/device-select.d.ts +4 -0
- package/lib/fcr-ui-scene/src/containers/device-pretest/index.d.ts +4 -0
- package/lib/fcr-ui-scene/src/containers/device-pretest/mirror-toggle.d.ts +4 -0
- package/lib/fcr-ui-scene/src/containers/device-pretest/video-portal.d.ts +2 -0
- package/lib/fcr-ui-scene/src/containers/device-pretest/virtual-background.d.ts +4 -0
- package/lib/fcr-ui-scene/src/containers/device-settings/audio-settings.d.ts +2 -0
- package/lib/fcr-ui-scene/src/containers/device-settings/dialog-wrapper.d.ts +2 -0
- package/lib/fcr-ui-scene/src/containers/device-settings/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/device-settings/video-settings.d.ts +2 -0
- package/lib/fcr-ui-scene/src/containers/dialog/class-info.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/dialog/confirm.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/dialog/index.d.ts +2 -0
- package/lib/fcr-ui-scene/src/containers/layout/cover-view.d.ts +2 -0
- package/lib/fcr-ui-scene/src/containers/layout/gallery-view.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/layout/presentation-view.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/loading/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/participants/dialog.d.ts +2 -0
- package/lib/fcr-ui-scene/src/containers/participants/index.d.ts +5 -0
- package/lib/fcr-ui-scene/src/containers/status-bar/class-duration/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/status-bar/fullscreen/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/status-bar/index.d.ts +4 -0
- package/lib/fcr-ui-scene/src/containers/status-bar/layout-switch/index.d.ts +22 -0
- package/lib/fcr-ui-scene/src/containers/status-bar/network/index.d.ts +4 -0
- package/lib/fcr-ui-scene/src/containers/status-bar/record-status/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/status-bar/room-info/index.d.ts +4 -0
- package/lib/fcr-ui-scene/src/containers/status-bar/share/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/status-bar/widgets/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/stream-window/context.d.ts +52 -0
- package/lib/fcr-ui-scene/src/containers/stream-window/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/video-player/index.d.ts +2 -0
- package/lib/fcr-ui-scene/src/containers/video-player/players.d.ts +3 -0
- package/lib/fcr-ui-scene/src/containers/video-player/tools-overlay.d.ts +1 -0
- package/lib/fcr-ui-scene/src/containers/widget/break-out-room/index.d.ts +2 -0
- package/lib/fcr-ui-scene/src/containers/widget/draggable-wrapper/index.d.ts +7 -0
- package/lib/fcr-ui-scene/src/containers/widget/helpers.d.ts +40 -0
- package/lib/fcr-ui-scene/src/containers/widget/hooks.d.ts +21 -0
- package/lib/fcr-ui-scene/src/containers/widget/index.d.ts +7 -0
- package/lib/fcr-ui-scene/src/containers/widget/participants/index.d.ts +2 -0
- package/lib/fcr-ui-scene/src/extension/board.d.ts +73 -0
- package/lib/fcr-ui-scene/src/extension/edu-tool.d.ts +57 -0
- package/lib/fcr-ui-scene/src/extension/events.d.ts +91 -0
- package/lib/fcr-ui-scene/src/extension/type.d.ts +94 -0
- package/lib/fcr-ui-scene/src/index.d.ts +39 -0
- package/lib/fcr-ui-scene/src/preset.d.ts +1 -0
- package/lib/fcr-ui-scene/src/resources/translations/enUs.d.ts +393 -0
- package/lib/fcr-ui-scene/src/resources/translations/zhCn.d.ts +398 -0
- package/lib/fcr-ui-scene/src/scenarios/classroom.d.ts +2 -0
- package/lib/fcr-ui-scene/src/scenarios/layout/index.d.ts +2 -0
- package/lib/fcr-ui-scene/src/type.d.ts +347 -0
- package/lib/fcr-ui-scene/src/uistores/action-bar.d.ts +58 -0
- package/lib/fcr-ui-scene/src/uistores/base.d.ts +58 -0
- package/lib/fcr-ui-scene/src/uistores/breakout.d.ts +225 -0
- package/lib/fcr-ui-scene/src/uistores/cloud/helper.d.ts +26 -0
- package/lib/fcr-ui-scene/src/uistores/cloud/index.d.ts +51 -0
- package/lib/fcr-ui-scene/src/uistores/cloud/struct.d.ts +131 -0
- package/lib/fcr-ui-scene/src/uistores/context.d.ts +7 -0
- package/lib/fcr-ui-scene/src/uistores/device-setting.d.ts +219 -0
- package/lib/fcr-ui-scene/src/uistores/gallery-view.d.ts +16 -0
- package/lib/fcr-ui-scene/src/uistores/getters.d.ts +39 -0
- package/lib/fcr-ui-scene/src/uistores/index.d.ts +47 -0
- package/lib/fcr-ui-scene/src/uistores/layout.d.ts +64 -0
- package/lib/fcr-ui-scene/src/uistores/notification.d.ts +9 -0
- package/lib/fcr-ui-scene/src/uistores/participants.d.ts +48 -0
- package/lib/fcr-ui-scene/src/uistores/presentation-view.d.ts +24 -0
- package/lib/fcr-ui-scene/src/uistores/status-bar.d.ts +47 -0
- package/lib/fcr-ui-scene/src/uistores/stream.d.ts +48 -0
- package/lib/fcr-ui-scene/src/uistores/subscription/abstract.d.ts +45 -0
- package/lib/fcr-ui-scene/src/uistores/subscription/index.d.ts +13 -0
- package/lib/fcr-ui-scene/src/uistores/subscription/main-room.d.ts +14 -0
- package/lib/fcr-ui-scene/src/uistores/subscription/type.d.ts +10 -0
- package/lib/fcr-ui-scene/src/uistores/type.d.ts +86 -0
- package/lib/fcr-ui-scene/src/uistores/widget.d.ts +46 -0
- package/lib/fcr-ui-scene/src/utils/asset.d.ts +1 -0
- package/lib/fcr-ui-scene/src/utils/check.d.ts +7 -0
- package/lib/fcr-ui-scene/src/utils/clamp-bounds.d.ts +14 -0
- package/lib/fcr-ui-scene/src/utils/config-loader.d.ts +7 -0
- package/lib/fcr-ui-scene/src/utils/grid/index.d.ts +9 -0
- package/lib/fcr-ui-scene/src/utils/hooks/use-authorization.d.ts +5 -0
- package/lib/fcr-ui-scene/src/utils/hooks/use-device-switch.d.ts +29 -0
- package/lib/fcr-ui-scene/src/utils/hooks/use-drag-position.d.ts +21 -0
- package/lib/fcr-ui-scene/src/utils/hooks/use-network.d.ts +17 -0
- package/lib/fcr-ui-scene/src/utils/hooks/use-pin-stream.d.ts +4 -0
- package/lib/fcr-ui-scene/src/utils/hooks/use-rnd-position.d.ts +24 -0
- package/lib/fcr-ui-scene/src/utils/hooks/use-store.d.ts +1 -0
- package/lib/fcr-ui-scene/src/utils/hooks/use-video-renderable.d.ts +3 -0
- package/lib/fcr-ui-scene/src/utils/hooks/use-z-index.d.ts +8 -0
- package/lib/fcr-ui-scene/src/utils/index.d.ts +7 -0
- package/lib/fcr-ui-scene/src/utils/launch-options-holder.d.ts +10 -0
- package/lib/fcr-ui-scene/src/utils/rtc-extensions.d.ts +29 -0
- package/lib/fcr-ui-scene/src/utils/short-name.d.ts +1 -0
- package/lib/fcr-ui-scene/src/utils/stream/index.d.ts +3 -0
- package/lib/fcr-ui-scene/src/utils/stream/state-keeper.d.ts +18 -0
- package/lib/fcr-ui-scene/src/utils/stream/struct.d.ts +67 -0
- package/lib/fcr-ui-scene/src/utils/z-index-controller.d.ts +9 -0
- package/lib/fcr-ui-scene/tailwind.config.d.ts +1 -0
- package/lib/log.worker.bundle.worker.js.LICENSE.txt +1 -0
- package/lib/scene.bundle.js +2 -0
- package/lib/scene.bundle.js.LICENSE.txt +334 -0
- package/package.json +95 -0
|
@@ -0,0 +1,334 @@
|
|
|
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
|
+
* Determine if an object is a Buffer
|
|
15
|
+
*
|
|
16
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
17
|
+
* @license MIT
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
/*!
|
|
21
|
+
* The buffer module from node.js, for the browser.
|
|
22
|
+
*
|
|
23
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
24
|
+
* @license MIT
|
|
25
|
+
*/
|
|
26
|
+
|
|
27
|
+
/*!
|
|
28
|
+
* UAParser.js v0.7.23
|
|
29
|
+
* Lightweight JavaScript-based User-Agent string parser
|
|
30
|
+
* https://github.com/faisalman/ua-parser-js
|
|
31
|
+
*
|
|
32
|
+
* Copyright © 2012-2019 Faisal Salman <f@faisalman.com>
|
|
33
|
+
* Licensed under MIT License
|
|
34
|
+
*/
|
|
35
|
+
|
|
36
|
+
/*!
|
|
37
|
+
* clipboard.js v2.0.8
|
|
38
|
+
* https://clipboardjs.com/
|
|
39
|
+
*
|
|
40
|
+
* Licensed MIT © Zeno Rocha
|
|
41
|
+
*/
|
|
42
|
+
|
|
43
|
+
/*!
|
|
44
|
+
* copy-to - index.js
|
|
45
|
+
* Copyright(c) 2014 dead_horse <dead_horse@qq.com>
|
|
46
|
+
* MIT Licensed
|
|
47
|
+
*/
|
|
48
|
+
|
|
49
|
+
/*!
|
|
50
|
+
* escape-html
|
|
51
|
+
* Copyright(c) 2012-2013 TJ Holowaychuk
|
|
52
|
+
* Copyright(c) 2015 Andreas Lubbe
|
|
53
|
+
* Copyright(c) 2015 Tiancheng "Timothy" Gu
|
|
54
|
+
* MIT Licensed
|
|
55
|
+
*/
|
|
56
|
+
|
|
57
|
+
/*!
|
|
58
|
+
* humanize-ms - index.js
|
|
59
|
+
* Copyright(c) 2014 dead_horse <dead_horse@qq.com>
|
|
60
|
+
* MIT Licensed
|
|
61
|
+
*/
|
|
62
|
+
|
|
63
|
+
/*!
|
|
64
|
+
* merge-descriptors
|
|
65
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
66
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
67
|
+
* MIT Licensed
|
|
68
|
+
*/
|
|
69
|
+
|
|
70
|
+
/*! *****************************************************************************
|
|
71
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
72
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
73
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
74
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
75
|
+
|
|
76
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
77
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
78
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
79
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
80
|
+
|
|
81
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
82
|
+
and limitations under the License.
|
|
83
|
+
***************************************************************************** */
|
|
84
|
+
|
|
85
|
+
/*! *****************************************************************************
|
|
86
|
+
Copyright (c) Microsoft Corporation.
|
|
87
|
+
|
|
88
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
89
|
+
purpose with or without fee is hereby granted.
|
|
90
|
+
|
|
91
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
92
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
93
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
94
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
95
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
96
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
97
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
98
|
+
***************************************************************************** */
|
|
99
|
+
|
|
100
|
+
/*! *****************************************************************************
|
|
101
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
102
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
103
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
104
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
105
|
+
|
|
106
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
107
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
108
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
109
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
110
|
+
|
|
111
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
112
|
+
and limitations under the License.
|
|
113
|
+
***************************************************************************** */
|
|
114
|
+
|
|
115
|
+
/*! Conditions:: INITIAL */
|
|
116
|
+
|
|
117
|
+
/*! Production:: css_value : ANGLE */
|
|
118
|
+
|
|
119
|
+
/*! Production:: css_value : CHS */
|
|
120
|
+
|
|
121
|
+
/*! Production:: css_value : EMS */
|
|
122
|
+
|
|
123
|
+
/*! Production:: css_value : EXS */
|
|
124
|
+
|
|
125
|
+
/*! Production:: css_value : FREQ */
|
|
126
|
+
|
|
127
|
+
/*! Production:: css_value : LENGTH */
|
|
128
|
+
|
|
129
|
+
/*! Production:: css_value : PERCENTAGE */
|
|
130
|
+
|
|
131
|
+
/*! Production:: css_value : REMS */
|
|
132
|
+
|
|
133
|
+
/*! Production:: css_value : RES */
|
|
134
|
+
|
|
135
|
+
/*! Production:: css_value : SUB css_value */
|
|
136
|
+
|
|
137
|
+
/*! Production:: css_value : TIME */
|
|
138
|
+
|
|
139
|
+
/*! Production:: css_value : VHS */
|
|
140
|
+
|
|
141
|
+
/*! Production:: css_value : VMAXS */
|
|
142
|
+
|
|
143
|
+
/*! Production:: css_value : VMINS */
|
|
144
|
+
|
|
145
|
+
/*! Production:: css_value : VWS */
|
|
146
|
+
|
|
147
|
+
/*! Production:: css_variable : CSS_VAR LPAREN CSS_CPROP COMMA math_expression RPAREN */
|
|
148
|
+
|
|
149
|
+
/*! Production:: css_variable : CSS_VAR LPAREN CSS_CPROP RPAREN */
|
|
150
|
+
|
|
151
|
+
/*! Production:: expression : math_expression EOF */
|
|
152
|
+
|
|
153
|
+
/*! Production:: math_expression : LPAREN math_expression RPAREN */
|
|
154
|
+
|
|
155
|
+
/*! Production:: math_expression : NESTED_CALC LPAREN math_expression RPAREN */
|
|
156
|
+
|
|
157
|
+
/*! Production:: math_expression : SUB PREFIX SUB NESTED_CALC LPAREN math_expression RPAREN */
|
|
158
|
+
|
|
159
|
+
/*! Production:: math_expression : css_value */
|
|
160
|
+
|
|
161
|
+
/*! Production:: math_expression : css_variable */
|
|
162
|
+
|
|
163
|
+
/*! Production:: math_expression : math_expression ADD math_expression */
|
|
164
|
+
|
|
165
|
+
/*! Production:: math_expression : math_expression DIV math_expression */
|
|
166
|
+
|
|
167
|
+
/*! Production:: math_expression : math_expression MUL math_expression */
|
|
168
|
+
|
|
169
|
+
/*! Production:: math_expression : math_expression SUB math_expression */
|
|
170
|
+
|
|
171
|
+
/*! Production:: math_expression : value */
|
|
172
|
+
|
|
173
|
+
/*! Production:: value : NUMBER */
|
|
174
|
+
|
|
175
|
+
/*! Production:: value : SUB NUMBER */
|
|
176
|
+
|
|
177
|
+
/*! Rule:: $ */
|
|
178
|
+
|
|
179
|
+
/*! Rule:: (--[0-9a-z-A-Z-]*) */
|
|
180
|
+
|
|
181
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)% */
|
|
182
|
+
|
|
183
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)Hz\b */
|
|
184
|
+
|
|
185
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)\b */
|
|
186
|
+
|
|
187
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ch\b */
|
|
188
|
+
|
|
189
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)cm\b */
|
|
190
|
+
|
|
191
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)deg\b */
|
|
192
|
+
|
|
193
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dpcm\b */
|
|
194
|
+
|
|
195
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dpi\b */
|
|
196
|
+
|
|
197
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dppx\b */
|
|
198
|
+
|
|
199
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)em\b */
|
|
200
|
+
|
|
201
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ex\b */
|
|
202
|
+
|
|
203
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)grad\b */
|
|
204
|
+
|
|
205
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)in\b */
|
|
206
|
+
|
|
207
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)kHz\b */
|
|
208
|
+
|
|
209
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)mm\b */
|
|
210
|
+
|
|
211
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ms\b */
|
|
212
|
+
|
|
213
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)pc\b */
|
|
214
|
+
|
|
215
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)pt\b */
|
|
216
|
+
|
|
217
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)px\b */
|
|
218
|
+
|
|
219
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)rad\b */
|
|
220
|
+
|
|
221
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)rem\b */
|
|
222
|
+
|
|
223
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)s\b */
|
|
224
|
+
|
|
225
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)turn\b */
|
|
226
|
+
|
|
227
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vh\b */
|
|
228
|
+
|
|
229
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vmax\b */
|
|
230
|
+
|
|
231
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vmin\b */
|
|
232
|
+
|
|
233
|
+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vw\b */
|
|
234
|
+
|
|
235
|
+
/*! Rule:: ([a-z]+) */
|
|
236
|
+
|
|
237
|
+
/*! Rule:: (calc) */
|
|
238
|
+
|
|
239
|
+
/*! Rule:: (var) */
|
|
240
|
+
|
|
241
|
+
/*! Rule:: , */
|
|
242
|
+
|
|
243
|
+
/*! Rule:: - */
|
|
244
|
+
|
|
245
|
+
/*! Rule:: \( */
|
|
246
|
+
|
|
247
|
+
/*! Rule:: \) */
|
|
248
|
+
|
|
249
|
+
/*! Rule:: \* */
|
|
250
|
+
|
|
251
|
+
/*! Rule:: \+ */
|
|
252
|
+
|
|
253
|
+
/*! Rule:: \/ */
|
|
254
|
+
|
|
255
|
+
/*! formdata-polyfill. MIT License. Jimmy W?rting <https://jimmy.warting.se/opensource> */
|
|
256
|
+
|
|
257
|
+
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
|
|
258
|
+
|
|
259
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
260
|
+
|
|
261
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
262
|
+
|
|
263
|
+
/*!@license
|
|
264
|
+
* UAParser.js v0.7.28
|
|
265
|
+
* Lightweight JavaScript-based User-Agent string parser
|
|
266
|
+
* https://github.com/faisalman/ua-parser-js
|
|
267
|
+
*
|
|
268
|
+
* Copyright © 2012-2021 Faisal Salman <f@faisalman.com>
|
|
269
|
+
* Licensed under MIT License
|
|
270
|
+
*/
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* @license
|
|
274
|
+
* Lodash <https://lodash.com/>
|
|
275
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
276
|
+
* Released under MIT license <https://lodash.com/license>
|
|
277
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
278
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
279
|
+
*/
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* [js-md5]{@link https://github.com/emn178/js-md5}
|
|
283
|
+
*
|
|
284
|
+
* @namespace md5
|
|
285
|
+
* @version 0.7.3
|
|
286
|
+
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
287
|
+
* @copyright Chen, Yi-Cyuan 2014-2017
|
|
288
|
+
* @license MIT
|
|
289
|
+
*/
|
|
290
|
+
|
|
291
|
+
/** @license React v0.20.2
|
|
292
|
+
* scheduler.production.min.js
|
|
293
|
+
*
|
|
294
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
295
|
+
*
|
|
296
|
+
* This source code is licensed under the MIT license found in the
|
|
297
|
+
* LICENSE file in the root directory of this source tree.
|
|
298
|
+
*/
|
|
299
|
+
|
|
300
|
+
/** @license React v16.13.1
|
|
301
|
+
* react-is.production.min.js
|
|
302
|
+
*
|
|
303
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
304
|
+
*
|
|
305
|
+
* This source code is licensed under the MIT license found in the
|
|
306
|
+
* LICENSE file in the root directory of this source tree.
|
|
307
|
+
*/
|
|
308
|
+
|
|
309
|
+
/** @license React v17.0.0
|
|
310
|
+
* react-dom.production.min.js
|
|
311
|
+
*
|
|
312
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
313
|
+
*
|
|
314
|
+
* This source code is licensed under the MIT license found in the
|
|
315
|
+
* LICENSE file in the root directory of this source tree.
|
|
316
|
+
*/
|
|
317
|
+
|
|
318
|
+
/** @license React v17.0.0
|
|
319
|
+
* react-jsx-runtime.production.min.js
|
|
320
|
+
*
|
|
321
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
322
|
+
*
|
|
323
|
+
* This source code is licensed under the MIT license found in the
|
|
324
|
+
* LICENSE file in the root directory of this source tree.
|
|
325
|
+
*/
|
|
326
|
+
|
|
327
|
+
/** @license React v17.0.0
|
|
328
|
+
* react.production.min.js
|
|
329
|
+
*
|
|
330
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
331
|
+
*
|
|
332
|
+
* This source code is licensed under the MIT license found in the
|
|
333
|
+
* LICENSE file in the root directory of this source tree.
|
|
334
|
+
*/
|
package/package.json
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "fcr-ui-scene",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"main": "lib/scene.bundle.js",
|
|
5
|
+
"types": "lib/fcr-ui-scene/src/index.d.ts",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"dev": "cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=4096 webpack --watch --config ./webpack/webpack.dev.js",
|
|
8
|
+
"build:types": "tsc -p tsconfig.json",
|
|
9
|
+
"build:docs": "typedoc",
|
|
10
|
+
"pack:npm": "run-s bundle:npm build:types",
|
|
11
|
+
"bundle:npm": "cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=4096 webpack --config ./webpack.config.js",
|
|
12
|
+
"ci:build": "run-s bundle:npm build:types"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"agora-common-libs": "~2.9.0",
|
|
16
|
+
"agora-edu-core": "~2.9.0",
|
|
17
|
+
"agora-rte-sdk": "~2.9.0",
|
|
18
|
+
"react": "17.0.0",
|
|
19
|
+
"react-dom": "17.0.0",
|
|
20
|
+
"react-draggable": "4.4.3",
|
|
21
|
+
"react-rnd": "10.3.4",
|
|
22
|
+
"react-spring": "9.4.4",
|
|
23
|
+
"react-transition-group": "4.4.1",
|
|
24
|
+
"react-use-measure": "2.1.1",
|
|
25
|
+
"mobx-react": "6.3.1",
|
|
26
|
+
"agora-extension-virtual-background": "1.1.1",
|
|
27
|
+
"agora-extension-beauty-effect": "1.0.1-beta",
|
|
28
|
+
"agora-extension-ai-denoiser": "1.0.0",
|
|
29
|
+
"fscreen": "1.2.0",
|
|
30
|
+
"clipboard": "2.0.8",
|
|
31
|
+
"react-dnd": "15.1.2",
|
|
32
|
+
"react-dnd-html5-backend": "15.1.3"
|
|
33
|
+
},
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@types/tailwindcss": "2.2.4",
|
|
36
|
+
"@types/fscreen": "1.0.1",
|
|
37
|
+
"autoprefixer": "10.2.5",
|
|
38
|
+
"postcss": "8.4.4",
|
|
39
|
+
"postcss-import": "14.0.1",
|
|
40
|
+
"postcss-loader": "4.0.3",
|
|
41
|
+
"babel-loader": "8.2.2",
|
|
42
|
+
"tailwindcss": "2.0.3",
|
|
43
|
+
"tinycolor2": "1.4.2",
|
|
44
|
+
"npm-run-all": "4.1.5",
|
|
45
|
+
"cross-env": "6.0.3",
|
|
46
|
+
"webpack": "5.54.0",
|
|
47
|
+
"webpackbar": "5.0.0-3",
|
|
48
|
+
"webpack-cli": "4.10.0",
|
|
49
|
+
"thread-loader": "3.0.1",
|
|
50
|
+
"core-js": "3.20.1",
|
|
51
|
+
"url-loader": "4.1.1",
|
|
52
|
+
"typescript": "4.4.4",
|
|
53
|
+
"@types/js-md5": "0.7.0",
|
|
54
|
+
"@types/axios": "0.14.0",
|
|
55
|
+
"@types/classnames": "2.2.11",
|
|
56
|
+
"@types/react": "17.0.44",
|
|
57
|
+
"@types/react-dom": "16.9.2",
|
|
58
|
+
"@types/react-helmet": "6.1.5",
|
|
59
|
+
"@types/react-router-dom": "5.3.3",
|
|
60
|
+
"@types/react-transition-group": "4.4.1",
|
|
61
|
+
"@types/tinycolor2": "1.4.3",
|
|
62
|
+
"@types/react-select": "4.0.15",
|
|
63
|
+
"@types/react-virtualized": "^9.21.14",
|
|
64
|
+
"@babel/cli": "7.17.6",
|
|
65
|
+
"@babel/core": "7.13.15",
|
|
66
|
+
"@babel/plugin-proposal-class-properties": "7.13.0",
|
|
67
|
+
"@babel/plugin-proposal-decorators": "7.15.8",
|
|
68
|
+
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
|
|
69
|
+
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
|
|
70
|
+
"@babel/plugin-syntax-decorators": "7.12.13",
|
|
71
|
+
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
72
|
+
"@babel/plugin-transform-runtime": "7.13.15",
|
|
73
|
+
"@babel/plugin-transform-typescript": "7.16.1",
|
|
74
|
+
"@babel/preset-env": "7.13.15",
|
|
75
|
+
"@babel/preset-react": "7.13.13",
|
|
76
|
+
"@babel/preset-typescript": "7.13.0",
|
|
77
|
+
"@babel/runtime-corejs3": "7.13.10"
|
|
78
|
+
},
|
|
79
|
+
"peerDependencies": {
|
|
80
|
+
"electron": "12.0.0"
|
|
81
|
+
},
|
|
82
|
+
"browserslist": {
|
|
83
|
+
"production": [
|
|
84
|
+
">0.3%",
|
|
85
|
+
"not dead",
|
|
86
|
+
"not op_mini all"
|
|
87
|
+
],
|
|
88
|
+
"development": [
|
|
89
|
+
">0.3%",
|
|
90
|
+
"last 1 chrome version",
|
|
91
|
+
"last 1 firefox version",
|
|
92
|
+
"last 1 safari version"
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
}
|