mario-education 2.4.19-beta → 2.4.23-beta
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/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentItemSelector.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/utils.d.ts +1 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/hooks/useSwitchAssistant.d.ts +1 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Training/hooks/useTrainingLink.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Training/views/Training.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/linkTraining.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/userService.d.ts +1 -0
- package/dist/index.css +10 -3
- package/dist/index.js +328 -106
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +328 -106
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -18,7 +18,7 @@ export declare const activityCircleItems: ({ like, love, interested, curious }:
|
|
|
18
18
|
width: number;
|
|
19
19
|
height: number;
|
|
20
20
|
}[];
|
|
21
|
-
export declare const gradeOptions: (grades: string[]) => IOptionSelector[];
|
|
21
|
+
export declare const gradeOptions: (grades: string[], studentUserId?: string | undefined) => IOptionSelector[];
|
|
22
22
|
export declare const genderOptions: {
|
|
23
23
|
value: LegalGenderType;
|
|
24
24
|
label: string;
|
|
@@ -13,5 +13,6 @@ declare const useSwitchAssistant: () => {
|
|
|
13
13
|
removeData: (teacherUserId: string, studentId: number) => Promise<void>;
|
|
14
14
|
resetData: () => void;
|
|
15
15
|
choiceUser: (userChoiced: IStudentAssistantItem) => void;
|
|
16
|
+
onDeleteAssistant: (studentId: number) => Promise<void>;
|
|
16
17
|
};
|
|
17
18
|
export default useSwitchAssistant;
|
|
@@ -4,3 +4,4 @@ export declare const getStudentAssistant: (data: IStudentWidthAssistant) => Prom
|
|
|
4
4
|
export declare const getAssistant: () => Promise<import("axios").AxiosResponse<any>>;
|
|
5
5
|
export declare const getAssistantByStudentId: (studentId: number) => Promise<import("axios").AxiosResponse<any>>;
|
|
6
6
|
export declare const changeAssistantOfStudent: (id: number, assistantUserId: string) => Promise<import("axios").AxiosResponse<any>>;
|
|
7
|
+
export declare const removeAssistantForStudent: (studentId: number) => Promise<import("axios").AxiosResponse<any>>;
|
package/dist/index.css
CHANGED
|
@@ -293,8 +293,15 @@ h6._3zOGW {
|
|
|
293
293
|
|
|
294
294
|
._2PMoX {
|
|
295
295
|
height: auto;
|
|
296
|
-
width:
|
|
297
|
-
|
|
296
|
+
width: 100%;
|
|
297
|
+
-o-object-fit: scale-down;
|
|
298
|
+
object-fit: scale-down;
|
|
299
|
+
}
|
|
300
|
+
._2PMoX._3ZX0b {
|
|
301
|
+
height: 300px;
|
|
302
|
+
width: 100%;
|
|
303
|
+
-o-object-fit: scale-down;
|
|
304
|
+
object-fit: scale-down;
|
|
298
305
|
}
|
|
299
306
|
|
|
300
307
|
._2asi- ._muT01 ._35BzZ {
|
|
@@ -310,7 +317,7 @@ h6._3zOGW {
|
|
|
310
317
|
max-width: 60%;
|
|
311
318
|
}
|
|
312
319
|
._16MpB {
|
|
313
|
-
max-width:
|
|
320
|
+
max-width: 55%;
|
|
314
321
|
}
|
|
315
322
|
}
|
|
316
323
|
|