fcr-ui-scene-mobile 3.10.1 → 3.10.5
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/error-fallback.d.ts +1 -1
- package/lib/modules/action-bar/bottom-icons.d.ts +5 -5
- package/lib/modules/action-bar/index.d.ts +1 -1
- package/lib/modules/action-bar/member-list-popup/attendee/index.d.ts +1 -1
- package/lib/modules/action-bar/member-list-popup/attendee/list.d.ts +1 -1
- package/lib/modules/action-bar/member-list-popup/index.d.ts +1 -1
- package/lib/modules/action-bar/more-popup/index.d.ts +1 -1
- package/lib/modules/action-bar/view.d.ts +1 -1
- package/lib/modules/chat/chat-bar/index.d.ts +1 -1
- package/lib/modules/chat/chat-notification/index.d.ts +1 -1
- package/lib/modules/chat/chat-select/index.d.ts +1 -1
- package/lib/modules/chat/index.d.ts +2 -2
- package/lib/modules/chat/message-list.d.ts +1 -1
- package/lib/modules/chat/view.d.ts +2 -2
- package/lib/modules/layout/bottom-drawer/index.d.ts +2 -1
- package/lib/modules/layout/components/Layout.d.ts +1 -1
- package/lib/modules/layout/components/equip-request-popup/index.d.ts +1 -1
- package/lib/modules/layout/index.d.ts +1 -1
- package/lib/modules/layout/view.d.ts +1 -1
- package/lib/modules/member-layout/index.d.ts +1 -1
- package/lib/modules/member-layout/share-toast/index.d.ts +1 -1
- package/lib/modules/member-layout/speaker/index.d.ts +1 -1
- package/lib/modules/member-layout/user/index.d.ts +5 -5
- package/lib/modules/member-layout/view.d.ts +1 -1
- package/lib/modules/state-bar/index.d.ts +1 -1
- package/lib/modules/state-bar/leaving-room/index.d.ts +1 -1
- package/lib/modules/state-bar/meeting-detail/index.d.ts +1 -1
- package/lib/modules/state-bar/meeting-detail/meeting-info/index.d.ts +1 -1
- package/lib/modules/state-bar/meeting-detail/net-quality/index.d.ts +1 -1
- package/lib/modules/state-bar/view.d.ts +3 -3
- package/lib/modules/whiteboard/app.d.ts +1 -1
- package/lib/modules/whiteboard/components/control-bar/index.d.ts +1 -1
- package/lib/modules/whiteboard/components/loading/index.d.ts +1 -1
- package/lib/modules/whiteboard/components/multi-window/index.d.ts +1 -1
- package/lib/modules/whiteboard/components/progress/index.d.ts +1 -1
- package/lib/modules/whiteboard/components/scene-pagination.d.ts +1 -1
- package/lib/modules/whiteboard/components/switch-theme/index.d.ts +1 -1
- package/lib/modules/whiteboard/components/switch-theme/item.d.ts +1 -1
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/panel.d.ts +1 -1
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/picker.d.ts +1 -1
- package/lib/modules/whiteboard/components/toolbar/components/extra-tool-picker.d.ts +2 -1
- package/lib/modules/whiteboard/components/toolbar/components/history.d.ts +2 -2
- package/lib/modules/whiteboard/components/toolbar/components/icons/fold-icon.d.ts +1 -1
- package/lib/modules/whiteboard/components/toolbar/components/icons/move-icon.d.ts +1 -1
- package/lib/modules/whiteboard/components/toolbar/components/move-handle.d.ts +1 -1
- package/lib/modules/whiteboard/components/toolbar/hooks/index.d.ts +2 -2
- package/lib/modules/whiteboard/components/toolbar/index.d.ts +2 -1
- package/package.json +5 -5
package/lib/error-fallback.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { FallbackProps } from 'react-error-boundary';
|
|
2
|
-
export declare const ErrorFallback: ({}: FallbackProps) => import("react
|
|
2
|
+
export declare const ErrorFallback: ({}: FallbackProps) => import("react").JSX.Element;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
export declare const MobileMoreIcon: ({ size }: {
|
|
2
2
|
size?: number;
|
|
3
3
|
className?: string;
|
|
4
|
-
}) => import("react
|
|
4
|
+
}) => import("react").JSX.Element;
|
|
5
5
|
export declare const ChatIcon: ({ size, unreadMsgCnt }: {
|
|
6
6
|
unreadMsgCnt: number;
|
|
7
7
|
size?: number;
|
|
8
8
|
className?: string;
|
|
9
|
-
}) => import("react
|
|
9
|
+
}) => import("react").JSX.Element;
|
|
10
10
|
export declare const PeopleIcon: ({ size, setParticipantsPopoverOpened, count, }: {
|
|
11
11
|
size?: number;
|
|
12
12
|
className?: string;
|
|
13
13
|
setParticipantsPopoverOpened: (val: boolean) => void;
|
|
14
14
|
count: number;
|
|
15
|
-
}) => import("react
|
|
16
|
-
export declare const FcrMobileMicroCrash: () => import("react
|
|
17
|
-
export declare const FcrMobileVideoCrash: () => import("react
|
|
15
|
+
}) => import("react").JSX.Element;
|
|
16
|
+
export declare const FcrMobileMicroCrash: () => import("react").JSX.Element;
|
|
17
|
+
export declare const FcrMobileVideoCrash: () => import("react").JSX.Element;
|
|
@@ -21,7 +21,7 @@ interface FcrMobileActionBarUIModuleArgs {
|
|
|
21
21
|
export declare class FcrMobileActionBarUIModule extends UIModule {
|
|
22
22
|
private _store;
|
|
23
23
|
constructor(args: FcrMobileActionBarUIModuleArgs);
|
|
24
|
-
getComponent(): import("react
|
|
24
|
+
getComponent(): import("react").JSX.Element;
|
|
25
25
|
release(): void;
|
|
26
26
|
}
|
|
27
27
|
export {};
|
|
@@ -11,7 +11,7 @@ interface ParticipantAttendeeProps extends ParticipantUser {
|
|
|
11
11
|
hasRequestStartAudioPermission: boolean;
|
|
12
12
|
onParticipantsButtonClick: (type: ParticipantActionType) => void;
|
|
13
13
|
}
|
|
14
|
-
export declare const ParticipantAttendee: ((props: ParticipantAttendeeProps) => import("react
|
|
14
|
+
export declare const ParticipantAttendee: ((props: ParticipantAttendeeProps) => import("react").JSX.Element) & {
|
|
15
15
|
displayName: string;
|
|
16
16
|
};
|
|
17
17
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const FcrMobileMemberList: () => import("react
|
|
1
|
+
export declare const FcrMobileMemberList: () => import("react").JSX.Element;
|
|
@@ -3,5 +3,5 @@ interface FcrMobileParticipantsPopupProps {
|
|
|
3
3
|
visible: boolean;
|
|
4
4
|
onClose: () => void;
|
|
5
5
|
}
|
|
6
|
-
export declare const FcrMobileParticipantsPopup: (props: FcrMobileParticipantsPopupProps) => import("react
|
|
6
|
+
export declare const FcrMobileParticipantsPopup: (props: FcrMobileParticipantsPopupProps) => import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
export declare const FcrMobileMorePopup: () => import("react
|
|
2
|
+
export declare const FcrMobileMorePopup: () => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
export declare const FcrMobileActionBar: () => import("react
|
|
2
|
+
export declare const FcrMobileActionBar: () => import("react").JSX.Element;
|
|
@@ -10,4 +10,4 @@ export interface MessageBarProps {
|
|
|
10
10
|
title?: React.ReactNode;
|
|
11
11
|
onClick?: () => void;
|
|
12
12
|
}
|
|
13
|
-
export declare const MessageBar: ({ styles, users, selectedUserId, selectedUserName, onClick, }: React.PropsWithChildren<MessageBarProps>) => import("react
|
|
13
|
+
export declare const MessageBar: ({ styles, users, selectedUserId, selectedUserName, onClick, }: React.PropsWithChildren<MessageBarProps>) => import("react").JSX.Element;
|
|
@@ -8,5 +8,5 @@ interface ChatSelectProps {
|
|
|
8
8
|
selectedUid: string;
|
|
9
9
|
onSelect: (user: FcrUserInfo) => void;
|
|
10
10
|
}
|
|
11
|
-
export declare const ChatSelect: ({ type, title, bottomBar, candidateUsers: users, selectedUid, onSelect }: ChatSelectProps) => import("react
|
|
11
|
+
export declare const ChatSelect: ({ type, title, bottomBar, candidateUsers: users, selectedUid, onSelect }: ChatSelectProps) => import("react").JSX.Element;
|
|
12
12
|
export {};
|
|
@@ -17,8 +17,8 @@ export declare class ChatUIModule extends UIModule {
|
|
|
17
17
|
});
|
|
18
18
|
getComponent(params?: {
|
|
19
19
|
singling?: boolean;
|
|
20
|
-
}): import("react
|
|
21
|
-
getActionsComponent(): import("react
|
|
20
|
+
}): import("react").JSX.Element;
|
|
21
|
+
getActionsComponent(): import("react").JSX.Element;
|
|
22
22
|
sendMessage(msg: string | FcrChatRoomFile, type: FcrChatRoomMessageType): Promise<void>;
|
|
23
23
|
updateReadMsgIndex(data?: {
|
|
24
24
|
index: number;
|
|
@@ -19,4 +19,4 @@ export interface MessageListProps {
|
|
|
19
19
|
selectCnt?: number;
|
|
20
20
|
copyTips?: () => void;
|
|
21
21
|
}
|
|
22
|
-
export declare const MessageList: ({ updateReadMsgIndex, userId: localUserId, setMultiSelectActive, multiSelectActive, copyMap, setCopyMap, selectCnt, copyTips, }: React.PropsWithChildren<MessageListProps>) =>
|
|
22
|
+
export declare const MessageList: ({ updateReadMsgIndex, userId: localUserId, setMultiSelectActive, multiSelectActive, copyMap, setCopyMap, selectCnt, copyTips, }: React.PropsWithChildren<MessageListProps>) => React.JSX.Element;
|
|
@@ -7,5 +7,5 @@ export declare const View: ({ updateReadIndex, sendMsg, userId: localUserId, sin
|
|
|
7
7
|
userId: string;
|
|
8
8
|
singling?: boolean;
|
|
9
9
|
handleClickUploadImage: () => void;
|
|
10
|
-
}) => import("react
|
|
11
|
-
export declare const ChatAction: () => import("react
|
|
10
|
+
}) => import("react").JSX.Element;
|
|
11
|
+
export declare const ChatAction: () => import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Layout: () => import("react
|
|
1
|
+
export declare const Layout: () => import("react").JSX.Element;
|
|
@@ -3,6 +3,6 @@ import { FcrLayoutSlots, LayoutStoreParams } from './store';
|
|
|
3
3
|
export declare class LayoutUIModule extends UIModule {
|
|
4
4
|
private _store;
|
|
5
5
|
constructor(args: LayoutStoreParams);
|
|
6
|
-
getComponent(slots?: Partial<FcrLayoutSlots>): import("react
|
|
6
|
+
getComponent(slots?: Partial<FcrLayoutSlots>): import("react").JSX.Element;
|
|
7
7
|
release(): void;
|
|
8
8
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
export declare const View: () => import("react
|
|
2
|
+
export declare const View: () => import("react").JSX.Element;
|
|
@@ -3,6 +3,6 @@ import { IMemberProps } from './store';
|
|
|
3
3
|
export declare class MediaPlayerUIModule extends UIModule {
|
|
4
4
|
private _store;
|
|
5
5
|
constructor(props: IMemberProps);
|
|
6
|
-
getComponent(): import("react
|
|
6
|
+
getComponent(): import("react").JSX.Element;
|
|
7
7
|
release(): void;
|
|
8
8
|
}
|
|
@@ -5,5 +5,5 @@ interface ISpeakerViewProps {
|
|
|
5
5
|
speakerViewRender: () => React.ReactNode;
|
|
6
6
|
containerHeight?: number;
|
|
7
7
|
}
|
|
8
|
-
export declare const FcrSpeakerView: (props: ISpeakerViewProps) =>
|
|
8
|
+
export declare const FcrSpeakerView: (props: ISpeakerViewProps) => React.JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -10,7 +10,7 @@ export interface IUserViewProps {
|
|
|
10
10
|
layoutRenderMode: 'grid' | 'speaker';
|
|
11
11
|
isMiniWindow?: boolean;
|
|
12
12
|
}
|
|
13
|
-
export declare const FcrUserView: (props: IUserViewProps) => import("react
|
|
13
|
+
export declare const FcrUserView: (props: IUserViewProps) => import("react").JSX.Element;
|
|
14
14
|
export declare const FcrUIVideoPlayer: (props: {
|
|
15
15
|
isLocal: boolean;
|
|
16
16
|
streamId: string;
|
|
@@ -19,8 +19,8 @@ export declare const FcrUIVideoPlayer: (props: {
|
|
|
19
19
|
renderMode: AgoraRtcRenderMode;
|
|
20
20
|
userName: string;
|
|
21
21
|
isMiniWindow: boolean;
|
|
22
|
-
}) => import("react
|
|
23
|
-
export declare const FcrUILocalVideoPlayer: () => import("react
|
|
22
|
+
}) => import("react").JSX.Element;
|
|
23
|
+
export declare const FcrUILocalVideoPlayer: () => import("react").JSX.Element;
|
|
24
24
|
export declare const FcrUIRemoteVideoPlayer: ({ streamId, hasVideoStream, videoStreamType, renderMode, isMiniWindow, userName, }: {
|
|
25
25
|
streamId: string;
|
|
26
26
|
hasVideoStream: boolean;
|
|
@@ -28,6 +28,6 @@ export declare const FcrUIRemoteVideoPlayer: ({ streamId, hasVideoStream, videoS
|
|
|
28
28
|
renderMode: AgoraRtcRenderMode;
|
|
29
29
|
isMiniWindow: boolean;
|
|
30
30
|
userName: string;
|
|
31
|
-
}) => import("react
|
|
32
|
-
export declare const FcrUserInfo: (props: FcrUserInfoProps) => import("react
|
|
31
|
+
}) => import("react").JSX.Element;
|
|
32
|
+
export declare const FcrUserInfo: (props: FcrUserInfoProps) => import("react").JSX.Element;
|
|
33
33
|
export default FcrUserInfo;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
export declare const View: () => import("react
|
|
2
|
+
export declare const View: () => import("react").JSX.Element;
|
|
@@ -12,6 +12,6 @@ export declare class FcrMobileStateBarUIModule extends UIModule {
|
|
|
12
12
|
securityStore: FcrSecurityStore;
|
|
13
13
|
config: FcrUISceneConfig;
|
|
14
14
|
});
|
|
15
|
-
getComponent(): import("react
|
|
15
|
+
getComponent(): import("react").JSX.Element;
|
|
16
16
|
onUnload(): void;
|
|
17
17
|
}
|
|
@@ -3,5 +3,5 @@ interface LeaveRoomCompType {
|
|
|
3
3
|
end: () => void;
|
|
4
4
|
leave: () => void;
|
|
5
5
|
}
|
|
6
|
-
export declare const FcrMobileLeavingRoom: ({ leave }: LeaveRoomCompType) => import("react
|
|
6
|
+
export declare const FcrMobileLeavingRoom: ({ leave }: LeaveRoomCompType) => import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
export declare const FcrMobileMeetingDetailPopup: () => import("react
|
|
2
|
+
export declare const FcrMobileMeetingDetailPopup: () => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
export declare const FcrMobileMeetingInfo: () => import("react
|
|
2
|
+
export declare const FcrMobileMeetingInfo: () => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
export declare const NetQuality: () => import("react
|
|
2
|
+
export declare const NetQuality: () => import("react").JSX.Element;
|
|
@@ -2,6 +2,6 @@ import './index.css';
|
|
|
2
2
|
export type NetworkStatus = 'excellent' | 'average' | 'poor' | 'unknown';
|
|
3
3
|
export declare const NetworkQuality: ({ status }: {
|
|
4
4
|
status: NetworkStatus;
|
|
5
|
-
}) => import("react
|
|
6
|
-
export declare const MeetingTimeText: () => import("react
|
|
7
|
-
export declare const FcrMobileStateBar: () => import("react
|
|
5
|
+
}) => import("react").JSX.Element;
|
|
6
|
+
export declare const MeetingTimeText: () => import("react").JSX.Element;
|
|
7
|
+
export declare const FcrMobileStateBar: () => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './style.css';
|
|
2
|
-
export declare const Whiteboard: () => import("react
|
|
2
|
+
export declare const Whiteboard: () => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
export declare const WhiteboardControlbar: () => import("react
|
|
2
|
+
export declare const WhiteboardControlbar: () => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './index.css';
|
|
2
|
-
export declare const Loading: () => import("react
|
|
2
|
+
export declare const Loading: () => import("react").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
interface MultiWindowWidgetDialogProps {
|
|
3
3
|
}
|
|
4
|
-
export declare const MultiWindowWidgetDialog: ({ children }: React.PropsWithChildren<MultiWindowWidgetDialogProps>) => import("react
|
|
4
|
+
export declare const MultiWindowWidgetDialog: ({ children }: React.PropsWithChildren<MultiWindowWidgetDialogProps>) => import("react").JSX.Element;
|
|
5
5
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ScenePagination: () => import("react
|
|
1
|
+
export declare const ScenePagination: () => import("react").JSX.Element;
|
package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/panel.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ColorPickerPanel: () => import("react
|
|
1
|
+
export declare const ColorPickerPanel: () => import("react").JSX.Element;
|
package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/picker.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Picker: () => import("react
|
|
1
|
+
export declare const Picker: () => import("react").JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const AdditionToolPickerItem: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const UndoItem: () => import("react
|
|
2
|
-
export declare const RedoItem: () => import("react
|
|
1
|
+
export declare const UndoItem: () => import("react").JSX.Element;
|
|
2
|
+
export declare const RedoItem: () => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const FoldIcon: () => import("react
|
|
1
|
+
declare const FoldIcon: () => import("react").JSX.Element;
|
|
2
2
|
export default FoldIcon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function MoveIcon(): import("react
|
|
1
|
+
export default function MoveIcon(): import("react").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC, PropsWithChildren } from 'react';
|
|
2
|
-
export declare const MoveHandleItem: () => import("react
|
|
2
|
+
export declare const MoveHandleItem: () => import("react").JSX.Element;
|
|
3
3
|
export declare const DraggableWrapper: FC<PropsWithChildren<{
|
|
4
4
|
className?: string;
|
|
5
5
|
}>>;
|
|
@@ -2,12 +2,12 @@ export declare const useVisibleTools: (diraction?: "horizontal") => {
|
|
|
2
2
|
mainTools: {
|
|
3
3
|
renderItem: ({ offset }?: {
|
|
4
4
|
offset?: number;
|
|
5
|
-
}) => import("react
|
|
5
|
+
}) => import("react").JSX.Element;
|
|
6
6
|
}[];
|
|
7
7
|
additionTools: {
|
|
8
8
|
renderItem: ({ offset }?: {
|
|
9
9
|
offset?: number;
|
|
10
|
-
}) => import("react
|
|
10
|
+
}) => import("react").JSX.Element;
|
|
11
11
|
}[];
|
|
12
12
|
showColorCount: number;
|
|
13
13
|
isShinked: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fcr-ui-scene-mobile",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.5",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"repository": "ssh://git@git.agoralab.co/aduc/fcr-ui-scene-mobile.git",
|
|
6
6
|
"author": "agora.io",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@react-spring/web": "^9.7.3",
|
|
16
16
|
"@use-gesture/react": "^10.3.1",
|
|
17
|
-
"agora-foundation": "3.10.
|
|
18
|
-
"agora-ui-foundation": "3.10.
|
|
17
|
+
"agora-foundation": "3.10.5",
|
|
18
|
+
"agora-ui-foundation": "3.10.5",
|
|
19
19
|
"classnames": "^2.5.1",
|
|
20
20
|
"core-js": "^3.33.3",
|
|
21
21
|
"dayjs": "^1.10.4",
|
|
22
|
-
"fcr-core": "3.10.
|
|
22
|
+
"fcr-core": "3.10.5",
|
|
23
23
|
"js-md5": "^0.8.3",
|
|
24
24
|
"jszip": "^3.10.1",
|
|
25
25
|
"lodash": "^4.17.21",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@types/react-dom": "^17.0.11",
|
|
49
49
|
"@types/react-virtualized": "^9.21.30",
|
|
50
50
|
"@types/tinycolor2": "^1.4.6",
|
|
51
|
-
"agora-toolchain": "3.10.
|
|
51
|
+
"agora-toolchain": "3.10.5",
|
|
52
52
|
"core-js": "^3.33.3",
|
|
53
53
|
"husky": "^9.0.11",
|
|
54
54
|
"lint-staged": "^15.2.2",
|