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,391 @@
|
|
|
1
|
+
import { FcrMultiThemes } from 'agora-common-libs';
|
|
2
|
+
declare class FcrMultiThemesImpl implements FcrMultiThemes {
|
|
3
|
+
get light(): {
|
|
4
|
+
/**
|
|
5
|
+
* 背景色
|
|
6
|
+
*/
|
|
7
|
+
readonly background: string;
|
|
8
|
+
/**
|
|
9
|
+
* 前景色
|
|
10
|
+
*/
|
|
11
|
+
readonly foreground: string;
|
|
12
|
+
/**
|
|
13
|
+
* 组件背景色
|
|
14
|
+
*/
|
|
15
|
+
readonly brand: string;
|
|
16
|
+
/**
|
|
17
|
+
* 分割线颜色
|
|
18
|
+
*/
|
|
19
|
+
readonly divider: string;
|
|
20
|
+
/**
|
|
21
|
+
* 错误提示颜色
|
|
22
|
+
*/
|
|
23
|
+
readonly error: string;
|
|
24
|
+
/**
|
|
25
|
+
* 警告提示色
|
|
26
|
+
*/
|
|
27
|
+
readonly warning: string;
|
|
28
|
+
/**
|
|
29
|
+
* 一般提示色
|
|
30
|
+
*/
|
|
31
|
+
readonly safe: string;
|
|
32
|
+
/**
|
|
33
|
+
* Icon 主色
|
|
34
|
+
*/
|
|
35
|
+
readonly iconPrimary: string;
|
|
36
|
+
/**
|
|
37
|
+
* Icon 副色
|
|
38
|
+
*/
|
|
39
|
+
readonly iconSecondary: string;
|
|
40
|
+
/**
|
|
41
|
+
* 图标被选背景色
|
|
42
|
+
*/
|
|
43
|
+
readonly iconSelected: string;
|
|
44
|
+
/**
|
|
45
|
+
* 组件背景色
|
|
46
|
+
*/
|
|
47
|
+
readonly component: string;
|
|
48
|
+
readonly toastNormal: string;
|
|
49
|
+
readonly textPrimaryButton: string;
|
|
50
|
+
readonly textLevel1: string;
|
|
51
|
+
readonly textLevel2: string;
|
|
52
|
+
readonly textLevel3: string;
|
|
53
|
+
readonly textDisable: string;
|
|
54
|
+
readonly textLink: string;
|
|
55
|
+
/**
|
|
56
|
+
* 块颜色 1
|
|
57
|
+
*/
|
|
58
|
+
/** @en
|
|
59
|
+
* Block color 1
|
|
60
|
+
*/
|
|
61
|
+
readonly v2Block1: string;
|
|
62
|
+
/**
|
|
63
|
+
* 块颜色 2
|
|
64
|
+
*/
|
|
65
|
+
/** @en
|
|
66
|
+
* Block color 2
|
|
67
|
+
*/
|
|
68
|
+
readonly v2Block2: string;
|
|
69
|
+
/**
|
|
70
|
+
* 块颜色 3
|
|
71
|
+
*/
|
|
72
|
+
/** @en
|
|
73
|
+
* Block color 3
|
|
74
|
+
*/
|
|
75
|
+
readonly v2Block3: string;
|
|
76
|
+
/**
|
|
77
|
+
* 块颜色 4
|
|
78
|
+
*/
|
|
79
|
+
/** @en
|
|
80
|
+
* Block color 4
|
|
81
|
+
*/
|
|
82
|
+
readonly v2Block4: string;
|
|
83
|
+
/**
|
|
84
|
+
* 块颜色 5
|
|
85
|
+
*/
|
|
86
|
+
/** @en
|
|
87
|
+
* Block color 5
|
|
88
|
+
*/
|
|
89
|
+
readonly v2Block5: string;
|
|
90
|
+
/**
|
|
91
|
+
* 块颜色 6
|
|
92
|
+
*/
|
|
93
|
+
/** @en
|
|
94
|
+
* Block color 6
|
|
95
|
+
*/
|
|
96
|
+
readonly v2Block6: string;
|
|
97
|
+
/**
|
|
98
|
+
* 块颜色 7
|
|
99
|
+
*/
|
|
100
|
+
/** @en
|
|
101
|
+
* Block color 7
|
|
102
|
+
*/
|
|
103
|
+
readonly v2Block7: string;
|
|
104
|
+
/**
|
|
105
|
+
* 块颜色 8
|
|
106
|
+
*/
|
|
107
|
+
/** @en
|
|
108
|
+
* Block color 8
|
|
109
|
+
*/
|
|
110
|
+
readonly v2Block8: string;
|
|
111
|
+
/**
|
|
112
|
+
* 边框和线条颜色 1
|
|
113
|
+
*/
|
|
114
|
+
/** @en
|
|
115
|
+
* fcr-border and line color 1
|
|
116
|
+
*/
|
|
117
|
+
readonly v2Line1: string;
|
|
118
|
+
/**
|
|
119
|
+
* 字体颜色 1
|
|
120
|
+
*/
|
|
121
|
+
/** @en
|
|
122
|
+
* Font color 1
|
|
123
|
+
*/
|
|
124
|
+
readonly v2Text1: string;
|
|
125
|
+
/**
|
|
126
|
+
* 字体颜色 2
|
|
127
|
+
*/
|
|
128
|
+
/** @en
|
|
129
|
+
* Font color 2
|
|
130
|
+
*/
|
|
131
|
+
readonly v2Text2: string;
|
|
132
|
+
/**
|
|
133
|
+
* 字体颜色 3
|
|
134
|
+
*/
|
|
135
|
+
/** @en
|
|
136
|
+
* Font color 3
|
|
137
|
+
*/
|
|
138
|
+
readonly v2Text3: string;
|
|
139
|
+
/**
|
|
140
|
+
* 图标颜色 1
|
|
141
|
+
*/
|
|
142
|
+
/** @en
|
|
143
|
+
* Icon color 1
|
|
144
|
+
*/
|
|
145
|
+
readonly v2Icon1: string;
|
|
146
|
+
/**
|
|
147
|
+
* 图标颜色 2
|
|
148
|
+
*/
|
|
149
|
+
/** @en
|
|
150
|
+
* Icon color 2
|
|
151
|
+
*/
|
|
152
|
+
readonly v2Icon2: string;
|
|
153
|
+
/**
|
|
154
|
+
* 悬浮颜色
|
|
155
|
+
*/
|
|
156
|
+
/** @en
|
|
157
|
+
* Hover color
|
|
158
|
+
*/
|
|
159
|
+
readonly v2Hover: string;
|
|
160
|
+
/**
|
|
161
|
+
* 阴影颜色 1
|
|
162
|
+
*/
|
|
163
|
+
/** @en
|
|
164
|
+
* Shadow color 1
|
|
165
|
+
*/
|
|
166
|
+
readonly v2Shadow1: string;
|
|
167
|
+
/**
|
|
168
|
+
* 阴影颜色 2
|
|
169
|
+
*/
|
|
170
|
+
/** @en
|
|
171
|
+
* Shadow color 2
|
|
172
|
+
*/
|
|
173
|
+
readonly v2Shadow2: string;
|
|
174
|
+
/**
|
|
175
|
+
* 阴影颜色 3
|
|
176
|
+
*/
|
|
177
|
+
/** @en
|
|
178
|
+
* Shadow color 3
|
|
179
|
+
*/
|
|
180
|
+
readonly v2Shadow3: string;
|
|
181
|
+
/**
|
|
182
|
+
* 基色
|
|
183
|
+
*/
|
|
184
|
+
/** @en
|
|
185
|
+
* essential color
|
|
186
|
+
*/
|
|
187
|
+
readonly v2Essential: string;
|
|
188
|
+
/**
|
|
189
|
+
* 基色反色
|
|
190
|
+
*/
|
|
191
|
+
/** @en
|
|
192
|
+
* essential color inverse
|
|
193
|
+
*/
|
|
194
|
+
readonly v2EssentialInverse: string;
|
|
195
|
+
};
|
|
196
|
+
get dark(): {
|
|
197
|
+
/**
|
|
198
|
+
* 背景色
|
|
199
|
+
*/
|
|
200
|
+
readonly background: string;
|
|
201
|
+
/**
|
|
202
|
+
* 前景色
|
|
203
|
+
*/
|
|
204
|
+
readonly foreground: string;
|
|
205
|
+
/**
|
|
206
|
+
* 组件背景色
|
|
207
|
+
*/
|
|
208
|
+
readonly brand: string;
|
|
209
|
+
/**
|
|
210
|
+
* 分割线颜色
|
|
211
|
+
*/
|
|
212
|
+
readonly divider: string;
|
|
213
|
+
/**
|
|
214
|
+
* 错误提示颜色
|
|
215
|
+
*/
|
|
216
|
+
readonly error: string;
|
|
217
|
+
/**
|
|
218
|
+
* 警告提示色
|
|
219
|
+
*/
|
|
220
|
+
readonly warning: string;
|
|
221
|
+
/**
|
|
222
|
+
* 一般提示色
|
|
223
|
+
*/
|
|
224
|
+
readonly safe: string;
|
|
225
|
+
/**
|
|
226
|
+
* Icon 主色
|
|
227
|
+
*/
|
|
228
|
+
readonly iconPrimary: string;
|
|
229
|
+
/**
|
|
230
|
+
* Icon 副色
|
|
231
|
+
*/
|
|
232
|
+
readonly iconSecondary: string;
|
|
233
|
+
/**
|
|
234
|
+
* 图标被选背景色
|
|
235
|
+
*/
|
|
236
|
+
readonly iconSelected: string;
|
|
237
|
+
/**
|
|
238
|
+
* 组件背景色
|
|
239
|
+
*/
|
|
240
|
+
readonly component: string;
|
|
241
|
+
readonly toastNormal: string;
|
|
242
|
+
readonly textPrimaryButton: string;
|
|
243
|
+
readonly textLevel1: string;
|
|
244
|
+
readonly textLevel2: string;
|
|
245
|
+
readonly textLevel3: string;
|
|
246
|
+
readonly textDisable: string;
|
|
247
|
+
readonly textLink: string;
|
|
248
|
+
/**
|
|
249
|
+
* 块颜色 1
|
|
250
|
+
*/
|
|
251
|
+
/** @en
|
|
252
|
+
* Block color 1
|
|
253
|
+
*/
|
|
254
|
+
readonly v2Block1: string;
|
|
255
|
+
/**
|
|
256
|
+
* 块颜色 2
|
|
257
|
+
*/
|
|
258
|
+
/** @en
|
|
259
|
+
* Block color 2
|
|
260
|
+
*/
|
|
261
|
+
readonly v2Block2: string;
|
|
262
|
+
/**
|
|
263
|
+
* 块颜色 3
|
|
264
|
+
*/
|
|
265
|
+
/** @en
|
|
266
|
+
* Block color 3
|
|
267
|
+
*/
|
|
268
|
+
readonly v2Block3: string;
|
|
269
|
+
/**
|
|
270
|
+
* 块颜色 4
|
|
271
|
+
*/
|
|
272
|
+
/** @en
|
|
273
|
+
* Block color 4
|
|
274
|
+
*/
|
|
275
|
+
readonly v2Block4: string;
|
|
276
|
+
/**
|
|
277
|
+
* 块颜色 5
|
|
278
|
+
*/
|
|
279
|
+
/** @en
|
|
280
|
+
* Block color 5
|
|
281
|
+
*/
|
|
282
|
+
readonly v2Block5: string;
|
|
283
|
+
/**
|
|
284
|
+
* 块颜色 6
|
|
285
|
+
*/
|
|
286
|
+
/** @en
|
|
287
|
+
* Block color 6
|
|
288
|
+
*/
|
|
289
|
+
readonly v2Block6: string;
|
|
290
|
+
/**
|
|
291
|
+
* 块颜色 7
|
|
292
|
+
*/
|
|
293
|
+
/** @en
|
|
294
|
+
* Block color 7
|
|
295
|
+
*/
|
|
296
|
+
readonly v2Block7: string;
|
|
297
|
+
/**
|
|
298
|
+
* 块颜色 8
|
|
299
|
+
*/
|
|
300
|
+
/** @en
|
|
301
|
+
* Block color 8
|
|
302
|
+
*/
|
|
303
|
+
readonly v2Block8: string;
|
|
304
|
+
/**
|
|
305
|
+
* 边框和线条颜色 1
|
|
306
|
+
*/
|
|
307
|
+
/** @en
|
|
308
|
+
* fcr-border and line color 1
|
|
309
|
+
*/
|
|
310
|
+
readonly v2Line1: string;
|
|
311
|
+
/**
|
|
312
|
+
* 字体颜色 1
|
|
313
|
+
*/
|
|
314
|
+
/** @en
|
|
315
|
+
* Font color 1
|
|
316
|
+
*/
|
|
317
|
+
readonly v2Text1: string;
|
|
318
|
+
/**
|
|
319
|
+
* 字体颜色 2
|
|
320
|
+
*/
|
|
321
|
+
/** @en
|
|
322
|
+
* Font color 2
|
|
323
|
+
*/
|
|
324
|
+
readonly v2Text2: string;
|
|
325
|
+
/**
|
|
326
|
+
* 字体颜色 3
|
|
327
|
+
*/
|
|
328
|
+
/** @en
|
|
329
|
+
* Font color 3
|
|
330
|
+
*/
|
|
331
|
+
readonly v2Text3: string;
|
|
332
|
+
/**
|
|
333
|
+
* 图标颜色 1
|
|
334
|
+
*/
|
|
335
|
+
/** @en
|
|
336
|
+
* Icon color 1
|
|
337
|
+
*/
|
|
338
|
+
readonly v2Icon1: string;
|
|
339
|
+
/**
|
|
340
|
+
* 图标颜色 2
|
|
341
|
+
*/
|
|
342
|
+
/** @en
|
|
343
|
+
* Icon color 2
|
|
344
|
+
*/
|
|
345
|
+
readonly v2Icon2: string;
|
|
346
|
+
/**
|
|
347
|
+
* 悬浮颜色
|
|
348
|
+
*/
|
|
349
|
+
/** @en
|
|
350
|
+
* Hover color
|
|
351
|
+
*/
|
|
352
|
+
readonly v2Hover: string;
|
|
353
|
+
/**
|
|
354
|
+
* 阴影颜色 1
|
|
355
|
+
*/
|
|
356
|
+
/** @en
|
|
357
|
+
* Shadow color 1
|
|
358
|
+
*/
|
|
359
|
+
readonly v2Shadow1: string;
|
|
360
|
+
/**
|
|
361
|
+
* 阴影颜色 2
|
|
362
|
+
*/
|
|
363
|
+
/** @en
|
|
364
|
+
* Shadow color 2
|
|
365
|
+
*/
|
|
366
|
+
readonly v2Shadow2: string;
|
|
367
|
+
/**
|
|
368
|
+
* 阴影颜色 3
|
|
369
|
+
*/
|
|
370
|
+
/** @en
|
|
371
|
+
* Shadow color 3
|
|
372
|
+
*/
|
|
373
|
+
readonly v2Shadow3: string;
|
|
374
|
+
/**
|
|
375
|
+
* 基色
|
|
376
|
+
*/
|
|
377
|
+
/** @en
|
|
378
|
+
* essential color
|
|
379
|
+
*/
|
|
380
|
+
readonly v2Essential: string;
|
|
381
|
+
/**
|
|
382
|
+
* 基色反色
|
|
383
|
+
*/
|
|
384
|
+
/** @en
|
|
385
|
+
* essential color inverse
|
|
386
|
+
*/
|
|
387
|
+
readonly v2EssentialInverse: string;
|
|
388
|
+
};
|
|
389
|
+
}
|
|
390
|
+
export declare const baseTheme: FcrMultiThemesImpl;
|
|
391
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FcrEngagement, FcrExtension, FcrFooter, FcrHeader, FcrStage, FcrUIConfig } from 'agora-common-libs';
|
|
2
|
+
declare class FcrUIConfigImpl implements FcrUIConfig {
|
|
3
|
+
get version(): string;
|
|
4
|
+
get name(): string;
|
|
5
|
+
get header(): FcrHeader;
|
|
6
|
+
get stage(): FcrStage;
|
|
7
|
+
get engagement(): FcrEngagement;
|
|
8
|
+
get footer(): FcrFooter;
|
|
9
|
+
get extension(): FcrExtension;
|
|
10
|
+
}
|
|
11
|
+
export declare const roomMidClass: FcrUIConfigImpl;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import './index.css';
|
|
3
|
+
import { EduStreamUI } from '@ui-scene/utils/stream/struct';
|
|
4
|
+
export declare const AudioRecordinDeviceIcon: ({ size, stream }: {
|
|
5
|
+
size?: number | undefined;
|
|
6
|
+
stream?: EduStreamUI | undefined;
|
|
7
|
+
}) => JSX.Element;
|
|
8
|
+
export declare const MicrophoneDevice: FC;
|
|
9
|
+
export declare const CameraDevice: FC;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { PopoverProps } from '@components/popover';
|
|
2
|
+
import { SvgIconEnum, SvgImgProps } from '@components/svg-img';
|
|
3
|
+
import { FC, ReactNode } from 'react';
|
|
4
|
+
import './index.css';
|
|
5
|
+
export declare const ActionBar: () => JSX.Element;
|
|
6
|
+
interface ActionBarItemWrapperProps {
|
|
7
|
+
classNames?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const ActionBarItemWrapper: FC<React.PropsWithChildren<ActionBarItemWrapperProps>>;
|
|
10
|
+
declare type ActionBarItemIconTypes = SvgIconEnum | SvgImgProps;
|
|
11
|
+
interface ActionBarItemProps {
|
|
12
|
+
classNames?: string;
|
|
13
|
+
icon: ActionBarItemIconTypes;
|
|
14
|
+
text: ReactNode;
|
|
15
|
+
active?: boolean;
|
|
16
|
+
onClick?: () => void;
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export declare const ActionBarItem: FC<ActionBarItemProps>;
|
|
20
|
+
interface ActionBarItemWithPopoverProps extends ActionBarItemProps {
|
|
21
|
+
popoverProps?: PopoverProps;
|
|
22
|
+
}
|
|
23
|
+
export declare const ActionBarItemWithPopover: FC<ActionBarItemWithPopoverProps>;
|
|
24
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type GroupItem = {
|
|
3
|
+
id: string;
|
|
4
|
+
name: string;
|
|
5
|
+
tag?: string;
|
|
6
|
+
};
|
|
7
|
+
export declare const BreakoutRoomGrouping: () => JSX.Element;
|
|
8
|
+
export declare const UngroupedList: () => JSX.Element;
|
|
9
|
+
export declare const Groups: () => JSX.Element;
|
|
10
|
+
export declare const GroupedList: ({ groupId, groupName, list }: {
|
|
11
|
+
groupId: string;
|
|
12
|
+
groupName: string;
|
|
13
|
+
list: GroupItem[];
|
|
14
|
+
}) => JSX.Element;
|
|
15
|
+
export {};
|