mario-teacher-student-client 3.0.9-counselor → 3.0.10-admin
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/dist/components/layouts/constants/constants.d.ts +3 -0
- package/dist/components/layouts/constants/types.d.ts +4 -1
- package/dist/containers/ActionPoint/components/Dialogs/hooks/useDialogRequest.d.ts +0 -1
- package/dist/containers/ActionPoint/components/DoneList/hooks/useDoneList.d.ts +0 -1
- package/dist/containers/ActionPoint/components/TodoList/hooks/useTodoList.d.ts +0 -1
- package/dist/containers/ConductOneToOne/constant/types.d.ts +0 -6
- package/dist/containers/ConferenceRubric/configs/constants.d.ts +0 -6
- package/dist/containers/MyStudent/hooks/useStudentList.d.ts +0 -2
- package/dist/index.css +3 -2
- package/dist/index.js +237 -394
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +238 -395
- package/dist/index.modern.js.map +1 -1
- package/dist/services/MyStudent.d.ts +0 -1
- package/package.json +2 -2
- package/dist/components/Dialog/ModalCounselor.d.ts +0 -10
- package/dist/components/selector/CounselorSelector.d.ts +0 -3
|
@@ -22,12 +22,6 @@ export declare enum TypeTime {
|
|
|
22
22
|
StartTime = 1,
|
|
23
23
|
StopTime = 2
|
|
24
24
|
}
|
|
25
|
-
export declare enum RoleStartSessionEnum {
|
|
26
|
-
Assistant = 0,
|
|
27
|
-
Teacher = 1,
|
|
28
|
-
Student = 2,
|
|
29
|
-
Counselor = 3
|
|
30
|
-
}
|
|
31
25
|
export interface LearningStrategyType {
|
|
32
26
|
id?: number;
|
|
33
27
|
text: string;
|
|
@@ -13,9 +13,7 @@ declare const useStudentList: () => {
|
|
|
13
13
|
useStyles: (props?: any) => Record<"select" | "fontCustom", string>;
|
|
14
14
|
defaultFont: any;
|
|
15
15
|
onSubmitAssistant: (cb: Function) => Promise<void>;
|
|
16
|
-
onSubmitCounselor: (cb: Function) => Promise<void>;
|
|
17
16
|
setAssistantId: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
18
|
-
setCounselorId: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
19
17
|
setStudentAssistant: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
20
18
|
isRoleTeacherAndAssistant: boolean;
|
|
21
19
|
nameTeacherAssistant: any;
|
package/dist/index.css
CHANGED
|
@@ -1107,7 +1107,8 @@ p._1YLGi {
|
|
|
1107
1107
|
min-height: 36px;
|
|
1108
1108
|
height: 36px;
|
|
1109
1109
|
background: #f58f10;
|
|
1110
|
-
|
|
1110
|
+
width: 100vw;
|
|
1111
|
+
padding: 0 3rem; }
|
|
1111
1112
|
._28v_I > div > div > div {
|
|
1112
1113
|
display: flex;
|
|
1113
1114
|
justify-content: center;
|
|
@@ -1115,7 +1116,7 @@ p._1YLGi {
|
|
|
1115
1116
|
|
|
1116
1117
|
._1la70 {
|
|
1117
1118
|
padding: 0.1rem !important;
|
|
1118
|
-
right:
|
|
1119
|
+
right: 0.5rem;
|
|
1119
1120
|
top: 50%;
|
|
1120
1121
|
transform: translateY(-50%); }
|
|
1121
1122
|
._1la70 svg {
|