educast-classroom-sdk 2.0.4 → 2.0.6
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/edu_sdk.bundle.js +1 -1
- package/lib/infra/capabilities/config.d.ts +2 -1
- package/lib/infra/capabilities/scenarios/big-class-mobile/zbj-layout.d.ts +3 -0
- package/lib/infra/stores/lecture-mobile/board.d.ts +9 -1
- package/lib/infra/stores/lecture-mobile/stream.d.ts +13 -1
- package/lib/infra/translate/en.d.ts +5 -0
- package/lib/infra/translate/zh.d.ts +5 -0
- package/lib/ui-kit/components/svg-img/paths/camera-off-mobile.d.ts +1 -1
- package/lib/ui-kit/components/svg-img/paths/unmute-mobile.d.ts +1 -1
- package/package.json +1 -1
|
@@ -7,8 +7,16 @@ export declare class LectureH5BoardUIStore extends BoardUIStore {
|
|
|
7
7
|
onInstall(): void;
|
|
8
8
|
borderZoomStatus: string;
|
|
9
9
|
get iconBorderZoomType(): SvgIconEnum.ZOOM_IN | SvgIconEnum.ZOOM_OUT;
|
|
10
|
-
get iconZoomVisibleCls():
|
|
10
|
+
get iconZoomVisibleCls(): string;
|
|
11
11
|
get containerH5VisibleCls(): "" | "fcr-hidden";
|
|
12
|
+
get whiteboardLayoutContainerCls(): "" | "fullscreen-overlay-mobile";
|
|
13
|
+
get whiteboardLayoutContainerDimensions(): {
|
|
14
|
+
width: number | undefined;
|
|
15
|
+
height: number | undefined;
|
|
16
|
+
} | {
|
|
17
|
+
width?: undefined;
|
|
18
|
+
height?: undefined;
|
|
19
|
+
};
|
|
12
20
|
get whiteboardContainerCls(): "" | "fcr-flex-1";
|
|
13
21
|
get boardContainerWidth(): number;
|
|
14
22
|
get boardContainerHeight(): number;
|
|
@@ -15,6 +15,7 @@ export declare class LectureH5RoomStreamUIStore extends StreamUIStore {
|
|
|
15
15
|
onInstall(): void;
|
|
16
16
|
studentStreamsVisible: boolean;
|
|
17
17
|
isPiP: boolean;
|
|
18
|
+
screenZoomStatus: string;
|
|
18
19
|
streamZoomStatus: string;
|
|
19
20
|
carouselPosition: number;
|
|
20
21
|
toggleStudentStreamsVisible(): void;
|
|
@@ -22,6 +23,7 @@ export declare class LectureH5RoomStreamUIStore extends StreamUIStore {
|
|
|
22
23
|
carouselNext(): void;
|
|
23
24
|
carouselPrev(): void;
|
|
24
25
|
handleZoomStatus(): void;
|
|
26
|
+
handleScreenZoomStatus(): void;
|
|
25
27
|
get localPreviewVolume(): number;
|
|
26
28
|
get carouselShowCount(): 3 | 4;
|
|
27
29
|
get teacherVideoStreamSize(): {
|
|
@@ -39,7 +41,9 @@ export declare class LectureH5RoomStreamUIStore extends StreamUIStore {
|
|
|
39
41
|
get containerH5Extend(): "" | "fcr-flex-1";
|
|
40
42
|
get carouselStreams(): import("../common/stream/struct").EduStreamUI[];
|
|
41
43
|
get iconZoomType(): SvgIconEnum.ZOOM_IN | SvgIconEnum.ZOOM_OUT;
|
|
42
|
-
get
|
|
44
|
+
get screenIconZoomType(): SvgIconEnum.ZOOM_IN | SvgIconEnum.ZOOM_OUT;
|
|
45
|
+
get streamLayoutContainerCls(): "" | "fullscreen-overlay-mobile fullsize-video-container";
|
|
46
|
+
get screenLayoutContainerCls(): "" | "fullscreen-overlay-mobile";
|
|
43
47
|
get streamLayoutContainerDimensions(): {
|
|
44
48
|
width: number | undefined;
|
|
45
49
|
height: number | undefined;
|
|
@@ -47,7 +51,15 @@ export declare class LectureH5RoomStreamUIStore extends StreamUIStore {
|
|
|
47
51
|
width?: undefined;
|
|
48
52
|
height?: undefined;
|
|
49
53
|
};
|
|
54
|
+
get screenLayoutContainerDimensions(): {
|
|
55
|
+
width: number | undefined;
|
|
56
|
+
height: number | undefined;
|
|
57
|
+
} | {
|
|
58
|
+
width?: undefined;
|
|
59
|
+
height?: undefined;
|
|
60
|
+
};
|
|
50
61
|
get containerH5VisibleCls(): "" | "fcr-hidden";
|
|
62
|
+
get screenIconZoomVisibleCls(): string;
|
|
51
63
|
get iconZoomVisibleCls(): "" | "fcr-hidden";
|
|
52
64
|
get gap(): number;
|
|
53
65
|
get scrollable(): boolean;
|
|
@@ -800,4 +800,9 @@ export declare const en: {
|
|
|
800
800
|
fcr_raisehand_tips_waiting_interaction_close_all: string;
|
|
801
801
|
fcr_raisehand_tips_interaction_disconnected: string;
|
|
802
802
|
fcr_raisehand_tips_not_supported_browser: string;
|
|
803
|
+
teachers_video: string;
|
|
804
|
+
interactive_whiteboard: string;
|
|
805
|
+
on_stage: string;
|
|
806
|
+
chat_room: string;
|
|
807
|
+
online_count: string;
|
|
803
808
|
};
|
|
@@ -800,4 +800,9 @@ export declare const zh: {
|
|
|
800
800
|
fcr_raisehand_tips_waiting_interaction_close_all: string;
|
|
801
801
|
fcr_raisehand_tips_interaction_disconnected: string;
|
|
802
802
|
fcr_raisehand_tips_not_supported_browser: string;
|
|
803
|
+
teachers_video: string;
|
|
804
|
+
interactive_whiteboard: string;
|
|
805
|
+
on_stage: string;
|
|
806
|
+
chat_room: string;
|
|
807
|
+
online_count: string;
|
|
803
808
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { PathOptions } from '../svg-dict';
|
|
3
|
-
export declare const path: ({ iconPrimary }: PathOptions) => JSX.Element;
|
|
3
|
+
export declare const path: ({ iconPrimary, iconSecondary }: PathOptions) => JSX.Element;
|
|
4
4
|
export declare const viewBox = "0 0 40 40";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { PathOptions } from '../svg-dict';
|
|
3
|
-
export declare const path: ({ iconPrimary }: PathOptions) => JSX.Element;
|
|
3
|
+
export declare const path: ({ iconPrimary, iconSecondary }: PathOptions) => JSX.Element;
|
|
4
4
|
export declare const viewBox = "0 0 40 40";
|