mario-core 2.9.211-plp → 2.9.211-sso

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.
@@ -19,3 +19,8 @@ export interface IInformationUser {
19
19
  accessToken: string;
20
20
  googleId: string;
21
21
  }
22
+ export declare enum LoginType {
23
+ Default = 0,
24
+ Google = 1,
25
+ Impersonate = 2
26
+ }
@@ -21,7 +21,7 @@ declare const useLogin: () => {
21
21
  googleRecaptchaId: string;
22
22
  handleCancelModelAssign: () => void;
23
23
  openModelAssign: boolean;
24
- handleAssignTeacherByCode: (teacherCode: string, setIsError: Function) => Promise<void>;
25
24
  fnLoginSSO: (clickHandler?: any) => Promise<void>;
25
+ handleLoginWidthClever: () => void;
26
26
  };
27
27
  export default useLogin;
@@ -4,7 +4,6 @@ interface Props {
4
4
  userLogin?: any;
5
5
  onCancelModelAssign: Function;
6
6
  openModelAssign: boolean;
7
- onAssignTeacherByCode: Function;
8
7
  }
9
8
  declare const BlockLogin: FC<Props>;
10
9
  export default BlockLogin;
@@ -7,5 +7,8 @@ declare const useAssignStudent: (teacherSelected?: object | undefined, assistant
7
7
  handleChangeStaffBulk: (name: string, id: string) => void;
8
8
  staffBulkAssign: IStaffAssign;
9
9
  handleAssignStaffToStudents: (listUserIds: string[]) => void;
10
+ handleToggleInactiveModal: (listUserIds?: string[] | undefined) => void;
11
+ openInactiveModal: boolean;
12
+ handleInactiveStudents: (listStudentIds: string[], callback: () => void) => Promise<void>;
10
13
  };
11
14
  export default useAssignStudent;
package/dist/index.css CHANGED
@@ -722,6 +722,8 @@
722
722
  ._DrSlA img {
723
723
  width: 65px;
724
724
  height: auto; }
725
+ ._DrSlA ._20YJX {
726
+ width: 32px !important; }
725
727
 
726
728
  ._3Vgah {
727
729
  padding-top: 108px;