educast-classroom-sdk 2.4.2 → 2.4.3
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/infra/api/index.d.ts +53 -0
- package/lib/infra/api/lock.d.ts +8 -0
- package/lib/infra/api/polyfills.d.ts +0 -0
- package/lib/infra/api/providers.d.ts +7 -0
- package/lib/infra/api/rtc-extensions/index.d.ts +29 -0
- package/lib/infra/api/type.d.ts +112 -0
- package/lib/infra/capabilities/config.d.ts +22 -0
- package/lib/infra/capabilities/containers/action-sheet-mobile/hands-up.mobile.d.ts +3 -0
- package/lib/infra/capabilities/containers/action-sheet-mobile/mic.d.ts +5 -0
- package/lib/infra/capabilities/containers/action-sheet-mobile/share.mobile.d.ts +3 -0
- package/lib/infra/capabilities/containers/aside/index.d.ts +3 -0
- package/lib/infra/capabilities/containers/award/index.d.ts +3 -0
- package/lib/infra/capabilities/containers/camera-preview/index.d.ts +3 -0
- package/lib/infra/capabilities/containers/cloud-driver/cloud-driver.d.ts +13 -0
- package/lib/infra/capabilities/containers/cloud-driver/cloud-help.d.ts +2 -0
- package/lib/infra/capabilities/containers/cloud-driver/cloud-minimize.d.ts +3 -0
- package/lib/infra/capabilities/containers/cloud-driver/cloud-more-menu.d.ts +6 -0
- package/lib/infra/capabilities/containers/cloud-driver/cloud-toolbar.d.ts +21 -0
- package/lib/infra/capabilities/containers/cloud-driver/index.d.ts +6 -0
- package/lib/infra/capabilities/containers/cloud-driver/person-resource.d.ts +6 -0
- package/lib/infra/capabilities/containers/cloud-driver/public-resource.d.ts +2 -0
- package/lib/infra/capabilities/containers/device-setting/index.d.ts +5 -0
- package/lib/infra/capabilities/containers/dialog/breakout-room/confirm-dialog.d.ts +10 -0
- package/lib/infra/capabilities/containers/dialog/breakout-room/confirm-panel.d.ts +10 -0
- package/lib/infra/capabilities/containers/dialog/breakout-room/fragments/group-select.d.ts +7 -0
- package/lib/infra/capabilities/containers/dialog/breakout-room/fragments/start.d.ts +10 -0
- package/lib/infra/capabilities/containers/dialog/breakout-room/group.d.ts +17 -0
- package/lib/infra/capabilities/containers/dialog/breakout-room/index.d.ts +5 -0
- package/lib/infra/capabilities/containers/dialog/breakout-room/panel.d.ts +23 -0
- package/lib/infra/capabilities/containers/dialog/breakout-room/user.d.ts +18 -0
- package/lib/infra/capabilities/containers/dialog/confirm.d.ts +13 -0
- package/lib/infra/capabilities/containers/dialog/error-generic.d.ts +9 -0
- package/lib/infra/capabilities/containers/dialog/guide/index.d.ts +5 -0
- package/lib/infra/capabilities/containers/dialog/index.d.ts +5 -0
- package/lib/infra/capabilities/containers/dialog/kick-out.d.ts +5 -0
- package/lib/infra/capabilities/containers/dialog/quit.d.ts +6 -0
- package/lib/infra/capabilities/containers/dialog/remote-control-confirm/index.d.ts +7 -0
- package/lib/infra/capabilities/containers/dialog/screen-picker/index.d.ts +30 -0
- package/lib/infra/capabilities/containers/dialog/screen-share/index.d.ts +8 -0
- package/lib/infra/capabilities/containers/dialog/video-gallery/hooks.d.ts +33 -0
- package/lib/infra/capabilities/containers/dialog/video-gallery/index.d.ts +22 -0
- package/lib/infra/capabilities/containers/dialog/video-gallery/pager.d.ts +9 -0
- package/lib/infra/capabilities/containers/dialog/video-gallery/setting.d.ts +11 -0
- package/lib/infra/capabilities/containers/fragments/video-gallery/context.d.ts +5 -0
- package/lib/infra/capabilities/containers/fragments/video-gallery/hooks.d.ts +35 -0
- package/lib/infra/capabilities/containers/fragments/video-gallery/index.d.ts +4 -0
- package/lib/infra/capabilities/containers/fragments/video-gallery/renderer.d.ts +22 -0
- package/lib/infra/capabilities/containers/hand-up/index.d.ts +5 -0
- package/lib/infra/capabilities/containers/hand-up/invite-confirm.d.ts +13 -0
- package/lib/infra/capabilities/containers/hand-up/invite-container.d.ts +7 -0
- package/lib/infra/capabilities/containers/hand-up/invite-table.d.ts +7 -0
- package/lib/infra/capabilities/containers/hand-up/manager.d.ts +12 -0
- package/lib/infra/capabilities/containers/hand-up/sender.d.ts +34 -0
- package/lib/infra/capabilities/containers/hand-up/types.d.ts +14 -0
- package/lib/infra/capabilities/containers/loading/index.d.ts +3 -0
- package/lib/infra/capabilities/containers/nav/index.d.ts +7 -0
- package/lib/infra/capabilities/containers/pczbj-bottom-controls/index.d.ts +3 -0
- package/lib/infra/capabilities/containers/pczbj-middle/index.d.ts +3 -0
- package/lib/infra/capabilities/containers/pczbj-right-panel/index.d.ts +3 -0
- package/lib/infra/capabilities/containers/pretest/form-field/index.d.ts +23 -0
- package/lib/infra/capabilities/containers/pretest/form-field/select.d.ts +5 -0
- package/lib/infra/capabilities/containers/pretest/index.d.ts +11 -0
- package/lib/infra/capabilities/containers/pretest/pretest-audio.d.ts +2 -0
- package/lib/infra/capabilities/containers/pretest/pretest-footer.d.ts +5 -0
- package/lib/infra/capabilities/containers/pretest/pretest-stage.d.ts +2 -0
- package/lib/infra/capabilities/containers/pretest/pretest-video.d.ts +5 -0
- package/lib/infra/capabilities/containers/pretest/volume.d.ts +8 -0
- package/lib/infra/capabilities/containers/root-box/fixed-aspect-ratio.d.ts +24 -0
- package/lib/infra/capabilities/containers/root-box/hooks.d.ts +4 -0
- package/lib/infra/capabilities/containers/root-box/index.d.ts +1 -0
- package/lib/infra/capabilities/containers/roster/button.d.ts +3 -0
- package/lib/infra/capabilities/containers/roster/index.d.ts +2 -0
- package/lib/infra/capabilities/containers/roster/lecture-user-list.d.ts +5 -0
- package/lib/infra/capabilities/containers/roster/user-list.d.ts +5 -0
- package/lib/infra/capabilities/containers/scene-switch/index.d.ts +7 -0
- package/lib/infra/capabilities/containers/scenes-controller/index.d.ts +3 -0
- package/lib/infra/capabilities/containers/screen-share/index.d.ts +12 -0
- package/lib/infra/capabilities/containers/screen-share/index.mobile.d.ts +3 -0
- package/lib/infra/capabilities/containers/stream/cdn-player.d.ts +24 -0
- package/lib/infra/capabilities/containers/stream/draggable-stream.d.ts +10 -0
- package/lib/infra/capabilities/containers/stream/index.d.ts +42 -0
- package/lib/infra/capabilities/containers/stream/index.mobile.d.ts +24 -0
- package/lib/infra/capabilities/containers/stream/room-1v1-player.d.ts +4 -0
- package/lib/infra/capabilities/containers/stream/room-big-class-player.mobile.d.ts +12 -0
- package/lib/infra/capabilities/containers/stream/room-big-player.d.ts +3 -0
- package/lib/infra/capabilities/containers/stream/room-mid-player.d.ts +4 -0
- package/lib/infra/capabilities/containers/stream/stream-tool.d.ts +13 -0
- package/lib/infra/capabilities/containers/stream/track-player.d.ts +21 -0
- package/lib/infra/capabilities/containers/stream/video-live-player.d.ts +16 -0
- package/lib/infra/capabilities/containers/stream-window/index.d.ts +9 -0
- package/lib/infra/capabilities/containers/toast/index.d.ts +3 -0
- package/lib/infra/capabilities/containers/toast/index.mobile.d.ts +3 -0
- package/lib/infra/capabilities/containers/toolbar/board-cleaners/index.d.ts +2 -0
- package/lib/infra/capabilities/containers/toolbar/index.d.ts +6 -0
- package/lib/infra/capabilities/containers/toolbar/pens/index.d.ts +5 -0
- package/lib/infra/capabilities/containers/toolbar/slice/index.d.ts +2 -0
- package/lib/infra/capabilities/containers/toolbar/tool-cabinet/index.d.ts +2 -0
- package/lib/infra/capabilities/containers/widget/index.d.ts +7 -0
- package/lib/infra/capabilities/containers/widget/index.mobile.d.ts +6 -0
- package/lib/infra/capabilities/containers/widget/slots.d.ts +8 -0
- package/lib/infra/capabilities/containers/widget/track.d.ts +22 -0
- package/lib/infra/capabilities/scenarios/1v1/index.d.ts +2 -0
- package/lib/infra/capabilities/scenarios/big-class/index.d.ts +2 -0
- package/lib/infra/capabilities/scenarios/big-class-mobile/index.mobile.d.ts +12 -0
- package/lib/infra/capabilities/scenarios/big-class-mobile/zbj-layout.d.ts +3 -0
- package/lib/infra/capabilities/scenarios/index.d.ts +10 -0
- package/lib/infra/capabilities/scenarios/mid-class/index.d.ts +2 -0
- package/lib/infra/capabilities/scenarios/room/index.d.ts +6 -0
- package/lib/infra/configs/base-theme.d.ts +391 -0
- package/lib/infra/configs/base-ui.d.ts +14 -0
- package/lib/infra/contexts/index.d.ts +15 -0
- package/lib/infra/contexts/ui-store-factory.d.ts +6 -0
- package/lib/infra/hooks/cabinet.d.ts +4 -0
- package/lib/infra/hooks/index.d.ts +6 -0
- package/lib/infra/hooks/ui-store.d.ts +10 -0
- package/lib/infra/hooks/utilites.d.ts +3 -0
- package/lib/infra/protocol/board.d.ts +70 -0
- package/lib/infra/protocol/events.d.ts +67 -0
- package/lib/infra/protocol/index.d.ts +24 -0
- package/lib/infra/protocol/type.d.ts +70 -0
- package/lib/infra/stores/common/base.d.ts +46 -0
- package/lib/infra/stores/common/board/index.d.ts +41 -0
- package/lib/infra/stores/common/cloud-drive/helper.d.ts +14 -0
- package/lib/infra/stores/common/cloud-drive/index.d.ts +178 -0
- package/lib/infra/stores/common/cloud-drive/struct.d.ts +109 -0
- package/lib/infra/stores/common/cloud-drive/type.d.ts +23 -0
- package/lib/infra/stores/common/device-setting/index.d.ts +68 -0
- package/lib/infra/stores/common/getters.d.ts +61 -0
- package/lib/infra/stores/common/group/index.d.ts +139 -0
- package/lib/infra/stores/common/hand-up/index.d.ts +127 -0
- package/lib/infra/stores/common/hand-up/type.d.ts +18 -0
- package/lib/infra/stores/common/index.d.ts +78 -0
- package/lib/infra/stores/common/layout/helper.d.ts +4 -0
- package/lib/infra/stores/common/layout/index.d.ts +24 -0
- package/lib/infra/stores/common/nav/index.d.ts +192 -0
- package/lib/infra/stores/common/notification/index.d.ts +55 -0
- package/lib/infra/stores/common/pretest/helper.d.ts +1 -0
- package/lib/infra/stores/common/pretest/index.d.ts +299 -0
- package/lib/infra/stores/common/pretest/type.d.ts +8 -0
- package/lib/infra/stores/common/roster/index.d.ts +163 -0
- package/lib/infra/stores/common/roster/type.d.ts +55 -0
- package/lib/infra/stores/common/share/index.d.ts +151 -0
- package/lib/infra/stores/common/stream/index.d.ts +257 -0
- package/lib/infra/stores/common/stream/state-keeper.d.ts +18 -0
- package/lib/infra/stores/common/stream/struct.d.ts +63 -0
- package/lib/infra/stores/common/stream/tool.d.ts +32 -0
- package/lib/infra/stores/common/stream-window/helper.d.ts +101 -0
- package/lib/infra/stores/common/stream-window/index.d.ts +223 -0
- package/lib/infra/stores/common/stream-window/struct.d.ts +95 -0
- package/lib/infra/stores/common/stream-window/type.d.ts +32 -0
- package/lib/infra/stores/common/subscription/abstract.d.ts +43 -0
- package/lib/infra/stores/common/subscription/index.d.ts +14 -0
- package/lib/infra/stores/common/subscription/main-room.d.ts +14 -0
- package/lib/infra/stores/common/subscription/type.d.ts +10 -0
- package/lib/infra/stores/common/toolbar/index.d.ts +145 -0
- package/lib/infra/stores/common/toolbar/type.d.ts +45 -0
- package/lib/infra/stores/common/type.d.ts +10 -0
- package/lib/infra/stores/common/video-gallery/index.d.ts +42 -0
- package/lib/infra/stores/common/widget/index.d.ts +40 -0
- package/lib/infra/stores/interactive/board.d.ts +6 -0
- package/lib/infra/stores/interactive/index.d.ts +7 -0
- package/lib/infra/stores/interactive/stream.d.ts +33 -0
- package/lib/infra/stores/lecture/board.d.ts +7 -0
- package/lib/infra/stores/lecture/index.d.ts +9 -0
- package/lib/infra/stores/lecture/roster.d.ts +57 -0
- package/lib/infra/stores/lecture/stream.d.ts +31 -0
- package/lib/infra/stores/lecture/toolbar.d.ts +11 -0
- package/lib/infra/stores/lecture-mobile/board.d.ts +24 -0
- package/lib/infra/stores/lecture-mobile/device-setting.d.ts +9 -0
- package/lib/infra/stores/lecture-mobile/index.d.ts +13 -0
- package/lib/infra/stores/lecture-mobile/layout.d.ts +40 -0
- package/lib/infra/stores/lecture-mobile/stream.d.ts +66 -0
- package/lib/infra/stores/one-on-one/index.d.ts +7 -0
- package/lib/infra/stores/one-on-one/stream.d.ts +12 -0
- package/lib/infra/stores/one-on-one/toolbar.d.ts +7 -0
- package/lib/infra/translate/en.d.ts +882 -0
- package/lib/infra/translate/zh.d.ts +882 -0
- package/lib/infra/utils/async-queue.d.ts +16 -0
- package/lib/infra/utils/board-utils.d.ts +22 -0
- package/lib/infra/utils/colors.d.ts +13 -0
- package/lib/infra/utils/config-loader.d.ts +9 -0
- package/lib/infra/utils/error.d.ts +12 -0
- package/lib/infra/utils/event-center.d.ts +20 -0
- package/lib/infra/utils/extract.d.ts +6 -0
- package/lib/infra/utils/index.d.ts +16 -0
- package/lib/infra/utils/interaction.d.ts +6 -0
- package/lib/infra/utils/ipc-channels.d.ts +39 -0
- package/lib/infra/utils/ipc.d.ts +48 -0
- package/lib/ui-kit/components/button/abutton.d.ts +6 -0
- package/lib/ui-kit/components/button/index.d.ts +18 -0
- package/lib/ui-kit/components/card/index.d.ts +14 -0
- package/lib/ui-kit/components/checkbox/index.d.ts +14 -0
- package/lib/ui-kit/components/float/index.d.ts +13 -0
- package/lib/ui-kit/components/index.d.ts +27 -0
- package/lib/ui-kit/components/input/ainput.d.ts +6 -0
- package/lib/ui-kit/components/input/index.d.ts +31 -0
- package/lib/ui-kit/components/input-number/index.d.ts +10 -0
- package/lib/ui-kit/components/layout/index.d.ts +12 -0
- package/lib/ui-kit/components/loading/index.d.ts +37 -0
- package/lib/ui-kit/components/modal/index.d.ts +32 -0
- package/lib/ui-kit/components/overlay-wrap/index.d.ts +15 -0
- package/lib/ui-kit/components/pagination/index.d.ts +5 -0
- package/lib/ui-kit/components/placeholder/index.d.ts +18 -0
- package/lib/ui-kit/components/popover/index.d.ts +9 -0
- package/lib/ui-kit/components/progress/index.d.ts +19 -0
- package/lib/ui-kit/components/radio/index.d.ts +21 -0
- package/lib/ui-kit/components/root-box/index.d.ts +5 -0
- package/lib/ui-kit/components/roster/carousel-setting.d.ts +5 -0
- package/lib/ui-kit/components/roster/columns.d.ts +8 -0
- package/lib/ui-kit/components/roster/hooks.d.ts +3 -0
- package/lib/ui-kit/components/roster/index.d.ts +140 -0
- package/lib/ui-kit/components/roster/roster.d.ts +3 -0
- package/lib/ui-kit/components/roster/table.d.ts +21 -0
- package/lib/ui-kit/components/select/index.d.ts +24 -0
- package/lib/ui-kit/components/slider/index.d.ts +17 -0
- package/lib/ui-kit/components/sound-player/index.d.ts +6 -0
- package/lib/ui-kit/components/svg-img/generate.d.ts +0 -0
- package/lib/ui-kit/components/svg-img/index.d.ts +37 -0
- package/lib/ui-kit/components/svg-img/paths/add-scene.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/add.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/alf.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/answer.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/arrow.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/ask-for-help.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/audio.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/authorized-solid.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/authorized.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/auto-play-failed.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/backward.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/bad-signal.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/beta.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/board-not-granted.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/buffing.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/calendar.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/camera-disabled.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/camera-enabled.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/camera-off-mobile.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/camera-on-mobile.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/camera.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/chat.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/checked.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/chevron-right.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/circle.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/clear.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/clicker.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/clock.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/close.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/cloud-file-help.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/cloud-more.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/cloud-refresh.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/cloud.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/collapse-stream-mobile.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/copy.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/countdown.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/delete.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/down.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/dropdown.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/edit.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/emoji.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/eraser.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/excel.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/exit.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/extension-actived.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/fcr-ppt-broken.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/forward.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/fullscreen-shrink.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/fullscreen.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/gooffstage.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/goonstage.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/group-discuss.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/h5.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/hand.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/hands-up-active.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/hands-up.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/id.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/image.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/indicator.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/invite-on-podium.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/invite-to-podium.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/kick-out.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/landscape.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/laser-pointer.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/line.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/link-solid.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/link.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/log.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/m-camera-off.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/m-camera.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/m-micphone-off.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/m-micphone.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/m-switch-camera.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/mark.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/matrix.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/max.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/maximize.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/menu-fold.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/menu-unfold.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/mic-disabled.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/mic-enabled.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/microphone-off-outline.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/microphone-off.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/microphone-on-outline.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/microphone-on.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/microphone.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/min.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/minimize.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/more.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/mute-mobile.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/no-authorized.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/no-discussion.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/none.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/normal-signal.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/on-podium.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/out.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pdf.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pen-arrow.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pen-circle.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pen-curve.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pen-line.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pen-pentagram.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pen-rhombus.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pen-square.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pen-triangle.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pen.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pentagram.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pic.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pip-off.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pip-on.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/placeholder-camera-broken.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/placeholder-camera-no-body.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/placeholder-camera-off.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/placeholder-no-ask.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/placeholder-no-file.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/placeholder-no-message.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/placeholder-no-search.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/placeholder-no-setup.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/placeholder-not-present.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/ppt.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pretest-check.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pretest-checked.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/pretest-speaker.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/record.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/recording.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/red-caution.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/redo.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/register.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/replay.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/reset.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/restore.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/review.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/reward.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/rhombus.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/room-label.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/ruddy.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/save-ghost.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/search.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/select.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/set-outline.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/set.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/settings.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/share-close.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/share-default.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/share-hover.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/share-mobile.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/share-screen.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/slice-window.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/slice.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/speaker.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/square.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/stage.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/star-outline.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/star.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/stream-window-on.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/switch-screen-share-active.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/switch-screen-share.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/text.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/toast-info.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/toast-success.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/tools.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/triangle-down.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/triangle-solid-down.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/triangle-solid-right.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/triangle-solid-up.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/triangle.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/txt.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/undo.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/unknown-signal.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/unknown.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/unmute-mobile.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/video-gallery.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/video-switch-mobile.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/video.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/vote.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/whiteboard.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/whitening.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/word.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/zoom-in.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/paths/zoom-out.d.ts +4 -0
- package/lib/ui-kit/components/svg-img/svg-dict.d.ts +12 -0
- package/lib/ui-kit/components/svg-img/type.d.ts +182 -0
- package/lib/ui-kit/components/svga-player/index.d.ts +11 -0
- package/lib/ui-kit/components/svga-player/svga-types.d.ts +1 -0
- package/lib/ui-kit/components/table/index.d.ts +40 -0
- package/lib/ui-kit/components/tabs/index.d.ts +7 -0
- package/lib/ui-kit/components/toast/index.d.ts +16 -0
- package/lib/ui-kit/components/toolbar/board-cleaners.d.ts +15 -0
- package/lib/ui-kit/components/toolbar/index.d.ts +15 -0
- package/lib/ui-kit/components/toolbar/pens.d.ts +19 -0
- package/lib/ui-kit/components/toolbar/slice.d.ts +14 -0
- package/lib/ui-kit/components/toolbar/tool-cabinet.d.ts +7 -0
- package/lib/ui-kit/components/toolbar/tool.d.ts +19 -0
- package/lib/ui-kit/components/toolbar/util.d.ts +3 -0
- package/lib/ui-kit/components/tooltip/index.d.ts +30 -0
- package/lib/ui-kit/components/tooltip/placements.d.ts +17 -0
- package/lib/ui-kit/components/tree/index.d.ts +34 -0
- package/lib/ui-kit/components/util/colors.d.ts +3 -0
- package/lib/ui-kit/components/util/getRenderPropValue.d.ts +3 -0
- package/lib/ui-kit/components/util/motion.d.ts +5 -0
- package/lib/ui-kit/components/util/type.d.ts +13 -0
- package/lib/ui-kit/components/volume/index.d.ts +17 -0
- package/lib/ui-kit/index.d.ts +2 -0
- package/lib/ui-kit/utilities/hooks.d.ts +22 -0
- package/lib/ui-kit/utilities/index.d.ts +31 -0
- package/lib/ui-kit/utilities/state-color.d.ts +17 -0
- package/lib/ui-kit/utilities/style-config.d.ts +60 -0
- package/lib/ui-kit/utilities/types.d.ts +8 -0
- package/package.json +1 -1
- package/lib/edu_sdk.bundle.js +0 -2
- package/lib/edu_sdk.bundle.js.LICENSE.txt +0 -164
- package/lib/worker-entry.bundle.worker.js.LICENSE.txt +0 -3
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { CloudDriveResource, EduRoomTypeEnum } from 'agora-edu-core';
|
|
2
|
+
import './polyfills';
|
|
3
|
+
import { BoardWindowAnimationOptions, ConfigParams, LaunchOption, LaunchWindowOption, RecordingHandlers } from './type';
|
|
4
|
+
import { FcrMultiThemeMode, FcrTheme, FcrUIConfig, AgoraWidgetBase } from 'agora-common-libs';
|
|
5
|
+
export * from './type';
|
|
6
|
+
export { applyTheme, loadGeneratedFiles, themes } from '../utils/config-loader';
|
|
7
|
+
export declare class AgoraEduSDK {
|
|
8
|
+
private static _config;
|
|
9
|
+
private static _widgets;
|
|
10
|
+
private static _coursewareList;
|
|
11
|
+
private static _boardWindowAnimationOptions;
|
|
12
|
+
private static _language;
|
|
13
|
+
private static _appId;
|
|
14
|
+
private static _uiMode;
|
|
15
|
+
private static _uiConfig;
|
|
16
|
+
private static _theme;
|
|
17
|
+
private static _shareUrl;
|
|
18
|
+
private static _recordingHandlers?;
|
|
19
|
+
private static _region;
|
|
20
|
+
private static _virtualBackgroundImages;
|
|
21
|
+
private static _virtualBackgroundVideos;
|
|
22
|
+
private static _convertRegion;
|
|
23
|
+
private static _convertMediaOptions;
|
|
24
|
+
static setParameters(params: string): void;
|
|
25
|
+
static setRecordingHandlers(handlers: RecordingHandlers): void;
|
|
26
|
+
static get recordingHandlers(): RecordingHandlers | undefined;
|
|
27
|
+
static getLoadedScenes(): {
|
|
28
|
+
name: string;
|
|
29
|
+
roomType: EduRoomTypeEnum;
|
|
30
|
+
}[];
|
|
31
|
+
static config(config: ConfigParams): void;
|
|
32
|
+
static get widgets(): Record<string, typeof AgoraWidgetBase>;
|
|
33
|
+
static get courseWareList(): CloudDriveResource[];
|
|
34
|
+
static get boardWindowAnimationOptions(): BoardWindowAnimationOptions;
|
|
35
|
+
static get language(): string;
|
|
36
|
+
static get uiConfig(): FcrUIConfig;
|
|
37
|
+
static get theme(): FcrTheme;
|
|
38
|
+
static get uiMode(): FcrMultiThemeMode;
|
|
39
|
+
static get shareUrl(): string;
|
|
40
|
+
static get virtualBackgroundImages(): string[];
|
|
41
|
+
static get virtualBackgroundVideos(): string[];
|
|
42
|
+
private static _validateOptions;
|
|
43
|
+
static launch(dom: HTMLElement, option: LaunchOption): () => void;
|
|
44
|
+
/**
|
|
45
|
+
* 运行窗口UI
|
|
46
|
+
* @param dom
|
|
47
|
+
* @param option
|
|
48
|
+
* @returns
|
|
49
|
+
*/
|
|
50
|
+
static launchWindow(dom: HTMLElement, option: LaunchWindowOption): () => void;
|
|
51
|
+
private static _selectUITheme;
|
|
52
|
+
static setRecordReady(): void;
|
|
53
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { IVirtualBackgroundProcessor } from 'agora-extension-virtual-background';
|
|
2
|
+
import { IBeautyProcessor } from 'agora-extension-beauty-effect';
|
|
3
|
+
import { IAIDenoiserProcessor } from 'agora-extension-ai-denoiser';
|
|
4
|
+
import { ProcessorInitializer } from '../type';
|
|
5
|
+
import { IBaseProcessor, IExtension } from 'agora-rte-extension';
|
|
6
|
+
export declare const builtInExtensions: {
|
|
7
|
+
virtualBackgroundExtension: string;
|
|
8
|
+
beautyEffectExtension: string;
|
|
9
|
+
aiDenoiserExtension: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const setAssetsBaseUrl: (baseUrl: string) => void;
|
|
12
|
+
export declare const initializeBuiltInExtensions: () => {
|
|
13
|
+
virtualBackgroundExtension: {
|
|
14
|
+
name: string;
|
|
15
|
+
instance: IExtension<IBaseProcessor>;
|
|
16
|
+
createProcessor: () => Promise<IVirtualBackgroundProcessor>;
|
|
17
|
+
};
|
|
18
|
+
beautyEffectExtension: {
|
|
19
|
+
name: string;
|
|
20
|
+
instance: IExtension<IBaseProcessor>;
|
|
21
|
+
createProcessor: () => Promise<IBeautyProcessor>;
|
|
22
|
+
};
|
|
23
|
+
aiDenoiserExtension: {
|
|
24
|
+
name: string;
|
|
25
|
+
instance: IExtension<IBaseProcessor>;
|
|
26
|
+
createProcessor: () => Promise<IAIDenoiserProcessor>;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export declare const getProcessorInitializer: <T extends IBaseProcessor>(name: string) => ProcessorInitializer<T>;
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { AgoraEduClassroomEvent, ConversionOption, EduRoleTypeEnum, EduRoomTypeEnum, EduRtcConfig, Platform, AgoraCloudProxyType } from 'agora-edu-core';
|
|
2
|
+
import { AGMediaOptions, AgoraLatencyLevel, AGVideoEncoderConfiguration } from 'agora-rte-sdk';
|
|
3
|
+
import { IBaseProcessor, IExtension } from 'agora-rte-extension';
|
|
4
|
+
import { CloudDriveResourceConvertProgress } from '../stores/common/cloud-drive/type';
|
|
5
|
+
import { FcrMultiThemeMode, AgoraWidgetBase } from 'agora-common-libs';
|
|
6
|
+
export declare type AgoraRegion = Uppercase<AgoraRegionString>;
|
|
7
|
+
export declare const regionMap: {
|
|
8
|
+
readonly AP: "sg";
|
|
9
|
+
readonly CN: "cn-hz";
|
|
10
|
+
readonly EU: "gb-lon";
|
|
11
|
+
readonly NA: "us-sv";
|
|
12
|
+
};
|
|
13
|
+
export declare type AgoraRegionString = 'cn' | 'ap' | 'na' | 'eu';
|
|
14
|
+
export declare type ListenerCallback = (evt: AgoraEduClassroomEvent, ...args: unknown[]) => void;
|
|
15
|
+
export declare enum WindowID {
|
|
16
|
+
Main = "main",
|
|
17
|
+
VideoGallery = "video-gallery"
|
|
18
|
+
}
|
|
19
|
+
export declare type LanguageEnum = 'en' | 'zh';
|
|
20
|
+
export declare type TranslateEnum = '' | 'auto' | 'zh-CHS' | 'en' | 'ja' | 'ko' | 'fr' | 'es' | 'pt' | 'it' | 'ru' | 'vi' | 'de' | 'ar';
|
|
21
|
+
export declare type ConfigParams = {
|
|
22
|
+
appId: string;
|
|
23
|
+
region?: string;
|
|
24
|
+
};
|
|
25
|
+
export declare type LaunchMediaOptions = AGMediaOptions & {
|
|
26
|
+
lowStreamCameraEncoderConfiguration?: AGVideoEncoderConfiguration;
|
|
27
|
+
};
|
|
28
|
+
export declare type ConvertMediaOptionsConfig = EduRtcConfig & {
|
|
29
|
+
defaultLowStreamCameraEncoderConfigurations?: AGVideoEncoderConfiguration;
|
|
30
|
+
};
|
|
31
|
+
export declare type RecordingHandlers = {
|
|
32
|
+
start: (args?: unknown) => Promise<boolean | void> | boolean | void;
|
|
33
|
+
stop: (args?: unknown) => Promise<boolean | void> | boolean | void;
|
|
34
|
+
isRecording?: () => Promise<boolean> | boolean;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* LaunchOption 接口
|
|
38
|
+
*/
|
|
39
|
+
export declare type LaunchOption = {
|
|
40
|
+
userUuid: string;
|
|
41
|
+
userName: string;
|
|
42
|
+
roomUuid: string;
|
|
43
|
+
roleType: EduRoleTypeEnum;
|
|
44
|
+
roomType: EduRoomTypeEnum;
|
|
45
|
+
roomName: string;
|
|
46
|
+
listener: ListenerCallback;
|
|
47
|
+
pretest: boolean;
|
|
48
|
+
rtmToken: string;
|
|
49
|
+
language: LanguageEnum;
|
|
50
|
+
startTime?: number;
|
|
51
|
+
duration: number;
|
|
52
|
+
courseWareList: CourseWareList;
|
|
53
|
+
recordUrl?: string;
|
|
54
|
+
widgets?: {
|
|
55
|
+
[key: string]: typeof AgoraWidgetBase;
|
|
56
|
+
};
|
|
57
|
+
userFlexProperties?: {
|
|
58
|
+
[key: string]: unknown;
|
|
59
|
+
};
|
|
60
|
+
mediaOptions?: LaunchMediaOptions;
|
|
61
|
+
latencyLevel?: AgoraLatencyLevel;
|
|
62
|
+
platform?: Platform;
|
|
63
|
+
recordOptions?: BoardWindowAnimationOptions;
|
|
64
|
+
recordRetryTimeout?: number;
|
|
65
|
+
uiMode?: FcrMultiThemeMode;
|
|
66
|
+
shareUrl?: string;
|
|
67
|
+
virtualBackgroundImages?: string[];
|
|
68
|
+
virtualBackgroundVideos?: string[];
|
|
69
|
+
webrtcExtensionBaseUrl?: string;
|
|
70
|
+
rtcCloudProxyType?: AgoraCloudProxyType;
|
|
71
|
+
rtmCloudProxyEnabled?: boolean;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* 运行窗口选项
|
|
75
|
+
*/
|
|
76
|
+
export declare type LaunchWindowOption = {
|
|
77
|
+
windowID: WindowID;
|
|
78
|
+
language: LanguageEnum;
|
|
79
|
+
args: any;
|
|
80
|
+
roomType: EduRoomTypeEnum;
|
|
81
|
+
uiMode: FcrMultiThemeMode;
|
|
82
|
+
};
|
|
83
|
+
export declare type CourseWareItem = {
|
|
84
|
+
resourceName: string;
|
|
85
|
+
resourceUuid: string;
|
|
86
|
+
ext: string;
|
|
87
|
+
url?: string;
|
|
88
|
+
size: number;
|
|
89
|
+
updateTime: number;
|
|
90
|
+
taskUuid?: string;
|
|
91
|
+
taskProgress?: CloudDriveResourceConvertProgress;
|
|
92
|
+
conversion?: ConversionOption;
|
|
93
|
+
initOpen?: boolean;
|
|
94
|
+
};
|
|
95
|
+
export declare type CourseWareList = CourseWareItem[];
|
|
96
|
+
export declare type BoardWindowAnimationOptions = {
|
|
97
|
+
minFPS?: number;
|
|
98
|
+
maxFPS?: number;
|
|
99
|
+
resolution?: number;
|
|
100
|
+
autoResolution?: boolean;
|
|
101
|
+
autoFPS?: boolean;
|
|
102
|
+
maxResolutionLevel?: number;
|
|
103
|
+
forceCanvas?: boolean;
|
|
104
|
+
};
|
|
105
|
+
export declare type ExtensionInitializer = {
|
|
106
|
+
createInstance: () => IExtension<IBaseProcessor>;
|
|
107
|
+
createProcessor: (extension: IExtension<IBaseProcessor>) => Promise<IBaseProcessor>;
|
|
108
|
+
};
|
|
109
|
+
export declare type ProcessorInitializer<T extends IBaseProcessor> = {
|
|
110
|
+
name: string;
|
|
111
|
+
createProcessor: () => Promise<T>;
|
|
112
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 教学区组件层级规则控制
|
|
3
|
+
* -------- 顶层 ---------
|
|
4
|
+
* 教师工具
|
|
5
|
+
* 视频容器(摄像头/屏幕共享)
|
|
6
|
+
* 在线课件(webview/youtube)
|
|
7
|
+
* 白板
|
|
8
|
+
* -------- 底层 ---------
|
|
9
|
+
*/
|
|
10
|
+
export declare enum ComponentLevelRules {
|
|
11
|
+
WhiteBoard = 0,
|
|
12
|
+
ScreenShare = 1,
|
|
13
|
+
OnlineCourseware = 2,
|
|
14
|
+
StreamWindow = 3,
|
|
15
|
+
TeachTools = 4
|
|
16
|
+
}
|
|
17
|
+
export declare enum ComponentLevelRulesMobile {
|
|
18
|
+
Level1 = 1,
|
|
19
|
+
Level2 = 10,
|
|
20
|
+
Level3 = 20,
|
|
21
|
+
Level4 = 2000
|
|
22
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import './index.css';
|
|
3
|
+
import { CloudDriverContainerProps } from '.';
|
|
4
|
+
export declare enum ActiveKeyEnum {
|
|
5
|
+
public = "1",
|
|
6
|
+
person = "2",
|
|
7
|
+
download = "3"
|
|
8
|
+
}
|
|
9
|
+
export declare type CloudDriverProps = {
|
|
10
|
+
activeKey: ActiveKeyEnum;
|
|
11
|
+
handleChange: (key: string) => void;
|
|
12
|
+
} & CloudDriverContainerProps;
|
|
13
|
+
export declare const CloudDriver: ({ onClose, activeKey, handleChange }: CloudDriverProps) => JSX.Element;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type CloudToolbarProps = {
|
|
3
|
+
/**
|
|
4
|
+
* 文件数量
|
|
5
|
+
*/
|
|
6
|
+
fileCounts: number;
|
|
7
|
+
/**
|
|
8
|
+
* 搜索关键字
|
|
9
|
+
*/
|
|
10
|
+
keyword: string;
|
|
11
|
+
/**
|
|
12
|
+
* 关键字搜索变化
|
|
13
|
+
*/
|
|
14
|
+
onKeywordChange: (evt: any) => void;
|
|
15
|
+
showRefresh?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* 刷新方法
|
|
18
|
+
*/
|
|
19
|
+
onRefresh?: () => void;
|
|
20
|
+
};
|
|
21
|
+
export default function CloudToolbar({ fileCounts, keyword, onKeywordChange, showRefresh, onRefresh, }: CloudToolbarProps): JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
declare type ConfirmDialogProps = {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
onOk: () => void | Promise<void>;
|
|
5
|
+
onCancel: () => void | Promise<void>;
|
|
6
|
+
onOkText?: string;
|
|
7
|
+
onCancelText?: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const ConfirmDialog: FC<ConfirmDialogProps>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
declare type ConfirmPanelProps = {
|
|
3
|
+
title: string;
|
|
4
|
+
onOk: () => void | Promise<void>;
|
|
5
|
+
onCancel: () => void | Promise<void>;
|
|
6
|
+
panelId?: string;
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
};
|
|
9
|
+
export declare const ConfirmPanel: FC<ConfirmPanelProps>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { TreeModel } from '@classroom/ui-kit';
|
|
3
|
+
declare type GroupPanelProps = {
|
|
4
|
+
groups: {
|
|
5
|
+
text: string;
|
|
6
|
+
id: string;
|
|
7
|
+
}[];
|
|
8
|
+
panelId?: string;
|
|
9
|
+
onOpen?: () => void;
|
|
10
|
+
onClose?: (users: string[]) => void;
|
|
11
|
+
onChange?: (users: string[]) => void;
|
|
12
|
+
canExpand?: boolean;
|
|
13
|
+
onNodeClick?: (node: TreeModel, level: number) => void;
|
|
14
|
+
children?: React.ReactNode;
|
|
15
|
+
};
|
|
16
|
+
export declare const GroupPanel: FC<GroupPanelProps>;
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
export declare const PanelStateContext: import("react").Context<{
|
|
3
|
+
visiblePanelId: number | string;
|
|
4
|
+
onTrigger: (panelId: number | string) => void;
|
|
5
|
+
getNextPanelId: () => number | string;
|
|
6
|
+
closeAll: () => void;
|
|
7
|
+
}>;
|
|
8
|
+
export declare const usePanelState: () => {
|
|
9
|
+
visiblePanelId: string | number;
|
|
10
|
+
onTrigger: (panelId: number | string) => void;
|
|
11
|
+
getNextPanelId: () => number;
|
|
12
|
+
closeAll: () => void;
|
|
13
|
+
};
|
|
14
|
+
declare type PanelProps = {
|
|
15
|
+
trigger: React.ReactElement;
|
|
16
|
+
className?: string;
|
|
17
|
+
onOpen?: () => void;
|
|
18
|
+
onClose?: () => void;
|
|
19
|
+
panelId?: string;
|
|
20
|
+
children?: React.ReactNode;
|
|
21
|
+
};
|
|
22
|
+
export declare const Panel: FC<PanelProps>;
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
declare type UserPanelProps = {
|
|
3
|
+
groupUuid?: string;
|
|
4
|
+
users: {
|
|
5
|
+
userUuid: string;
|
|
6
|
+
userName: string;
|
|
7
|
+
groupUuid: string | undefined;
|
|
8
|
+
}[];
|
|
9
|
+
limitCount: number;
|
|
10
|
+
onOpen?: () => void;
|
|
11
|
+
onClose?: (users: string[]) => void;
|
|
12
|
+
onChange?: (users: string[]) => void;
|
|
13
|
+
onError?: (message: string) => void;
|
|
14
|
+
panelId?: string;
|
|
15
|
+
children?: React.ReactNode;
|
|
16
|
+
};
|
|
17
|
+
export declare const UserPanel: FC<UserPanelProps>;
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ConfirmDialogAction } from '@classroom/infra/stores/common/type';
|
|
3
|
+
import { BaseDialogProps } from '.';
|
|
4
|
+
export declare const Confirm: React.FC<BaseDialogProps & {
|
|
5
|
+
title: string;
|
|
6
|
+
content: string;
|
|
7
|
+
opts?: {
|
|
8
|
+
actions?: ConfirmDialogAction[];
|
|
9
|
+
btnText?: Record<ConfirmDialogAction, string>;
|
|
10
|
+
onOk?: () => void;
|
|
11
|
+
onCancel?: () => void;
|
|
12
|
+
};
|
|
13
|
+
}>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { BaseProps } from '@classroom/ui-kit/components/util/type';
|
|
3
|
+
import './index.css';
|
|
4
|
+
import { AGScreenShareDevice } from 'agora-rte-sdk';
|
|
5
|
+
export declare const ScreenPickerDialog: ({ id, onOK, onCancel, windowList, desktopList, }: {
|
|
6
|
+
id: string;
|
|
7
|
+
onOK?: ((id: string, withAudio: boolean) => void) | undefined;
|
|
8
|
+
onCancel?: (() => void) | undefined;
|
|
9
|
+
windowList: (AGScreenShareDevice & {
|
|
10
|
+
imagebase64: string;
|
|
11
|
+
})[];
|
|
12
|
+
desktopList: (AGScreenShareDevice & {
|
|
13
|
+
imagebase64: string;
|
|
14
|
+
})[];
|
|
15
|
+
}) => JSX.Element;
|
|
16
|
+
export interface ScreenPickerProps extends BaseProps {
|
|
17
|
+
screenShareTitle?: string;
|
|
18
|
+
scrollHeight?: number;
|
|
19
|
+
desktopList: (AGScreenShareDevice & {
|
|
20
|
+
imagebase64: string;
|
|
21
|
+
})[];
|
|
22
|
+
windowList: (AGScreenShareDevice & {
|
|
23
|
+
imagebase64: string;
|
|
24
|
+
})[];
|
|
25
|
+
onActiveItem: (id: string) => void;
|
|
26
|
+
currentActiveId?: string;
|
|
27
|
+
onOK?: (withAudio: boolean) => void;
|
|
28
|
+
onCancel?: () => void;
|
|
29
|
+
}
|
|
30
|
+
export declare const ScreenPicker: FC<ScreenPickerProps>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import './index.css';
|
|
3
|
+
import { ScreenShareRoleType } from '@classroom/infra/stores/common/toolbar/type';
|
|
4
|
+
export declare const ScreenShareDialog: ({ id, onOK, onCancel, }: {
|
|
5
|
+
id: string;
|
|
6
|
+
onOK: (roleType: ScreenShareRoleType) => void;
|
|
7
|
+
onCancel?: (() => void) | undefined;
|
|
8
|
+
}) => JSX.Element;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
import { DraggableData, Rnd, RndDragEvent } from 'react-rnd';
|
|
3
|
+
/**
|
|
4
|
+
* pagniation control, update published user list when user scroll into page
|
|
5
|
+
*/
|
|
6
|
+
export declare const useVideoPage: () => {
|
|
7
|
+
streamList: import("../../../../stores/common/stream/struct").EduStreamUI[];
|
|
8
|
+
setPageSize: (pageSize: number) => void;
|
|
9
|
+
totalPageNum: number;
|
|
10
|
+
};
|
|
11
|
+
export declare enum ForceDirection {
|
|
12
|
+
RightToLeft = "left",
|
|
13
|
+
LeftToRight = "right",
|
|
14
|
+
TopToBottom = "bottom",
|
|
15
|
+
BottomToTop = "top"
|
|
16
|
+
}
|
|
17
|
+
declare type DragOutCallback = (forceDirection: ForceDirection) => void;
|
|
18
|
+
/**
|
|
19
|
+
* analyze whether the target moved out of bounds and how it is being moved out
|
|
20
|
+
*/
|
|
21
|
+
export declare const useDragAnalyzer: ({ bounds, rnd, onDragOutDetect, detectMovement, }: {
|
|
22
|
+
bounds: string;
|
|
23
|
+
rnd: RefObject<Rnd>;
|
|
24
|
+
onDragOutDetect: DragOutCallback;
|
|
25
|
+
detectMovement: number;
|
|
26
|
+
}) => {
|
|
27
|
+
eventHandlers: {
|
|
28
|
+
onDragStart: (e: RndDragEvent, data: DraggableData) => void;
|
|
29
|
+
onDragStop: (e: RndDragEvent, data: DraggableData) => void;
|
|
30
|
+
onDrag: (e: RndDragEvent, data: DraggableData) => void;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FC } from 'react';
|
|
3
|
+
import { Props as PagerProps } from './pager';
|
|
4
|
+
import { Props as SettingProps } from './setting';
|
|
5
|
+
import './index.css';
|
|
6
|
+
import { EduStreamUI } from '@classroom/infra/stores/common/stream/struct';
|
|
7
|
+
interface VideoGalleryProps {
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const VideoGallery: FC<VideoGalleryProps>;
|
|
11
|
+
declare type PortalProps = {
|
|
12
|
+
className: string;
|
|
13
|
+
streamList: EduStreamUI[];
|
|
14
|
+
} & SettingProps & PagerProps & StageHoverProps;
|
|
15
|
+
export declare const VideoGalleryPortal: FC<PortalProps>;
|
|
16
|
+
declare type StageHoverProps = {
|
|
17
|
+
renderVideo: (stream: EduStreamUI) => React.ReactElement;
|
|
18
|
+
stageUserUuids: string[];
|
|
19
|
+
onStageClick: (userUuid: string) => void;
|
|
20
|
+
offStageClick: (userUuid: string) => void;
|
|
21
|
+
};
|
|
22
|
+
export {};
|