mario-teacher-student-client 9000.0.1 → 9000.0.2

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.
Files changed (94) hide show
  1. package/dist/components/Card/CardSwitch.d.ts +3 -2
  2. package/dist/components/Header/HeaderSurvey.d.ts +11 -0
  3. package/dist/components/Input/InputComponent.d.ts +3 -1
  4. package/dist/components/Input/TextAreaComponent.d.ts +8 -0
  5. package/dist/components/Input/UploadFileImage.d.ts +2 -1
  6. package/dist/components/QuestionTypes/CheckPoint.d.ts +8 -0
  7. package/dist/components/QuestionTypes/QuestionComponent.d.ts +1 -0
  8. package/dist/components/QuestionTypes/SingleChoiceComponent.d.ts +8 -0
  9. package/dist/components/QuestionTypes/SliderComponent.d.ts +1 -0
  10. package/dist/containers/AboutMyLearning/components/AboutMyLearning.d.ts +1 -1
  11. package/dist/containers/AboutMyLearning/hook/useAboutMyLearning.d.ts +2 -0
  12. package/dist/containers/Accommodation/components/Accomondation.d.ts +1 -1
  13. package/dist/containers/Accommodation/components/SimpleDialogAccomondation.d.ts +4 -0
  14. package/dist/containers/Accommodation/constants/type.d.ts +11 -0
  15. package/dist/containers/Accommodation/hook/useAccommodation.d.ts +3 -0
  16. package/dist/containers/ConductOneToOne/components/QuestionConduct.d.ts +1 -0
  17. package/dist/containers/ConductOneToOne/components/SimpleDialog.d.ts +3 -0
  18. package/dist/containers/ConductOneToOne/hooks/useConductOne.d.ts +2 -0
  19. package/dist/containers/ConferenceRubric/components/SimpleDialog.d.ts +3 -0
  20. package/dist/containers/ConferenceRubric/configs/types.d.ts +5 -0
  21. package/dist/containers/ConferenceRubric/hooks/useConferenceRubric.d.ts +7 -0
  22. package/dist/containers/ConferenceRubric/hooks/useCoutdownConference.d.ts +8 -0
  23. package/dist/containers/FriendCircle/views/FriendCircle.d.ts +3 -0
  24. package/dist/containers/Goals/components/EditBaseLine.d.ts +3 -0
  25. package/dist/containers/Goals/components/EditCheckPoint.d.ts +3 -0
  26. package/dist/containers/Goals/components/EditDetail.d.ts +3 -0
  27. package/dist/containers/Goals/components/GoalDetail.d.ts +3 -0
  28. package/dist/containers/Goals/components/GoalList.d.ts +3 -0
  29. package/dist/containers/Goals/components/GoalProgress.d.ts +3 -0
  30. package/dist/containers/Goals/components/Goals.d.ts +3 -0
  31. package/dist/containers/Goals/components/NewGoal.d.ts +3 -0
  32. package/dist/containers/Goals/constants/type.d.ts +12 -0
  33. package/dist/containers/Goals/hook/useGoalDetail.d.ts +12 -0
  34. package/dist/containers/Goals/hook/useGoalProgress.d.ts +6 -0
  35. package/dist/containers/Goals/hook/useGoals.d.ts +9 -0
  36. package/dist/containers/MyClassReflection/components/MyClassReflection.d.ts +3 -0
  37. package/dist/containers/MyClassReflection/constants/types.d.ts +33 -0
  38. package/dist/containers/MyClassReflection/hooks/useClassReflectionList.d.ts +9 -0
  39. package/dist/containers/MyOneToOne/components/SessionDetail.d.ts +3 -0
  40. package/dist/containers/MyOneToOne/components/dialog/DialogRecurrence.d.ts +13 -0
  41. package/dist/containers/MyOneToOne/components/dialog/SimpleDialog.d.ts +3 -0
  42. package/dist/containers/MyOneToOne/hooks/useDetailSession.d.ts +10 -0
  43. package/dist/containers/MyOneToOne/hooks/useNoteSession.d.ts +15 -0
  44. package/dist/containers/MyStudent/components/Accommodation/Accomondation.d.ts +3 -0
  45. package/dist/containers/MyStudent/components/Accommodation/AccomondationList.d.ts +3 -0
  46. package/dist/containers/MyStudent/components/NewOverview/Chat/ApiClient/Conference.d.ts +1 -0
  47. package/dist/containers/MyStudent/components/NewOverview/Chat/ApiClient/classReflection.d.ts +1 -0
  48. package/dist/containers/MyStudent/components/NewOverview/Chat/ApiClient/learningProgress.d.ts +1 -0
  49. package/dist/containers/MyStudent/components/NewOverview/Chat/ApiClient/oneToOneApi.d.ts +1 -0
  50. package/dist/containers/MyStudent/components/NewOverview/Chat/ApiClient/redinessToLearnApi.d.ts +1 -0
  51. package/dist/containers/MyStudent/components/NewOverview/Chat/hooks/useChartClassReflection.d.ts +16 -0
  52. package/dist/containers/MyStudent/components/NewOverview/Chat/hooks/useChartOneToOne.d.ts +16 -0
  53. package/dist/containers/MyStudent/components/NewOverview/Chat/hooks/useConference.d.ts +16 -0
  54. package/dist/containers/MyStudent/components/NewOverview/Chat/hooks/useLearningProgress.d.ts +16 -0
  55. package/dist/containers/MyStudent/components/NewOverview/Chat/hooks/useRedinessToLearn.d.ts +12 -0
  56. package/dist/containers/MyStudent/components/NewOverview/Chat/services/ClassReflection.d.ts +1 -0
  57. package/dist/containers/MyStudent/components/NewOverview/Chat/services/Conference.d.ts +1 -0
  58. package/dist/containers/MyStudent/components/NewOverview/Chat/services/LearningProgress.d.ts +1 -0
  59. package/dist/containers/MyStudent/components/NewOverview/Chat/services/OneToOneServices.d.ts +1 -0
  60. package/dist/containers/MyStudent/components/NewOverview/Chat/services/TopRedinessToLean.d.ts +1 -0
  61. package/dist/containers/MyStudent/components/NewOverview/Chat/view/ChartOneToOne.d.ts +18 -0
  62. package/dist/containers/MyStudent/components/NewOverview/Chat/view/ChatClassReflection.d.ts +15 -0
  63. package/dist/containers/MyStudent/components/NewOverview/Chat/view/ChatConference.d.ts +15 -0
  64. package/dist/containers/MyStudent/components/NewOverview/Chat/view/ChatLearningProgress.d.ts +15 -0
  65. package/dist/containers/MyStudent/components/NewOverview/Chat/view/ReadinessToLearn.d.ts +12 -0
  66. package/dist/containers/MyStudent/components/NewOverview/TopLearningStrategies/hooks/useLearningStrategies.d.ts +13 -0
  67. package/dist/containers/MyStudent/components/NewOverview/TopLearningStrategies/services/TopLearningStrategies.d.ts +1 -0
  68. package/dist/containers/MyStudent/components/NewOverview/TopLearningStrategies/view/LearningStrategyDialog.d.ts +2 -0
  69. package/dist/containers/MyStudent/constants/types.d.ts +1 -0
  70. package/dist/containers/MyStudent/hooks/useAccommodation.d.ts +8 -0
  71. package/dist/containers/MySurvey/constants/types.d.ts +41 -0
  72. package/dist/containers/MySurvey/hooks/useStudentList.d.ts +9 -0
  73. package/dist/containers/MySurvey/views/CreateSurvey.d.ts +3 -0
  74. package/dist/containers/MySurvey/views/Mysurvey.d.ts +3 -0
  75. package/dist/containers/MySurvey/views/StudentSurvey.d.ts +3 -0
  76. package/dist/containers/PersonalLearningPlan/PersonalInterests/components/ListPersonalInterestHook.d.ts +1 -1
  77. package/dist/containers/PersonalLearningPlan/components/PersonalLearningGoal/ListPersonalinterrest.d.ts +3 -0
  78. package/dist/containers/PersonalLearningPlan/components/PersonalLearningGoal/usePersonalInterest.d.ts +5 -0
  79. package/dist/containers/PersonalLearningPlan/contants/types.d.ts +5 -0
  80. package/dist/containers/PersonalLearningPlan/hook/usePersonalInterest.d.ts +5 -0
  81. package/dist/containers/ThingTeachersCanHelp/components/ThingTeachersCanHelp.d.ts +2 -1
  82. package/dist/containers/ThingTeachersCanHelp/constants/type.d.ts +3 -0
  83. package/dist/containers/ThingTeachersCanHelp/hook/useThingTeachersCanHelp.d.ts +2 -0
  84. package/dist/index.css +1505 -338
  85. package/dist/index.d.ts +6 -1
  86. package/dist/index.js +14375 -8698
  87. package/dist/index.js.map +1 -1
  88. package/dist/index.modern.js +14261 -8589
  89. package/dist/index.modern.js.map +1 -1
  90. package/dist/services/ConferenceService.d.ts +3 -0
  91. package/dist/services/Goals.d.ts +13 -0
  92. package/dist/services/MyClassReflection.d.ts +3 -0
  93. package/dist/services/OneToOne.d.ts +4 -0
  94. package/package.json +106 -104
@@ -1,9 +1,10 @@
1
1
  /// <reference types="react" />
2
2
  interface Props {
3
3
  title?: string;
4
- status?: string;
5
4
  id?: number;
6
5
  handleClickOpen: Function;
6
+ isAllowedEdit?: boolean;
7
+ updateAllow: Function;
7
8
  }
8
- declare const CardSwitch: ({ title, status, handleClickOpen }: Props) => JSX.Element;
9
+ declare const CardSwitch: ({ title, handleClickOpen, isAllowedEdit, updateAllow }: Props) => JSX.Element;
9
10
  export default CardSwitch;
@@ -0,0 +1,11 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ text: string;
4
+ isShowButtonBackGround?: boolean;
5
+ onFinishSession?: Function;
6
+ goBack?: Function;
7
+ isShowButtonPageHeader?: boolean;
8
+ textButton?: string;
9
+ }
10
+ declare const HeaderSurvey: FC<Props>;
11
+ export default HeaderSurvey;
@@ -3,6 +3,8 @@ interface Props {
3
3
  valueText: string;
4
4
  onChange: Function;
5
5
  name?: string;
6
+ isAddIcon?: boolean;
7
+ handleAddItem?: Function;
6
8
  }
7
- declare const InputComponent: ({ valueText, onChange, name }: Props) => JSX.Element;
9
+ declare const InputComponent: ({ valueText, onChange, name, isAddIcon, handleAddItem }: Props) => JSX.Element;
8
10
  export default InputComponent;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ interface Props {
3
+ label?: string;
4
+ valueText: string;
5
+ onChange: Function;
6
+ }
7
+ declare const TextAreaComponent: ({ valueText, onChange, label }: Props) => JSX.Element;
8
+ export default TextAreaComponent;
@@ -11,6 +11,7 @@ interface Props {
11
11
  handleSetNameFile?: any;
12
12
  data?: any;
13
13
  imageFileName?: any;
14
+ imageFile?: any;
14
15
  }
15
- declare const UploadFileImage: ({ title, description, color, setFileImage, name, setFieldValue, data, handleSetNameFile, indexValue }: Props) => JSX.Element;
16
+ declare const UploadFileImage: ({ title, description, color, setFileImage, name, setFieldValue, data, handleSetNameFile, indexValue, imageFile }: Props) => JSX.Element;
16
17
  export default UploadFileImage;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ interface Props {
3
+ point: number;
4
+ status: string;
5
+ isProgress?: boolean;
6
+ }
7
+ export default function CheckPoint({ point, status, isProgress }: Props): JSX.Element;
8
+ export {};
@@ -13,6 +13,7 @@ interface Props {
13
13
  isBeforeSession: boolean;
14
14
  isPageResult?: boolean;
15
15
  isPageSessionResult?: boolean;
16
+ avatar?: string;
16
17
  }
17
18
  declare const QuestionComponent: FC<Props>;
18
19
  export default QuestionComponent;
@@ -0,0 +1,8 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ onChangeQuestionAnswer?: Function;
4
+ questionId: number;
5
+ valueText: string;
6
+ }
7
+ declare const SingleChoiceComponent: FC<Props>;
8
+ export default SingleChoiceComponent;
@@ -9,6 +9,7 @@ interface Props {
9
9
  isBeforeSession: boolean;
10
10
  isPageResult?: boolean;
11
11
  isPageSessionResult?: boolean;
12
+ avatar?: string;
12
13
  }
13
14
  declare const SliderComponent: FC<Props>;
14
15
  export default SliderComponent;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- declare const AboutMyLearning: (props: any) => JSX.Element;
2
+ declare const AboutMyLearning: ({ studentId }: any) => JSX.Element;
3
3
  export default AboutMyLearning;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const useAboutMyLearning: () => {
2
3
  create: (data: any) => Promise<void>;
3
4
  update: (id: number, data: any) => Promise<void>;
@@ -7,5 +8,6 @@ declare const useAboutMyLearning: () => {
7
8
  listData: any;
8
9
  getOneData: any;
9
10
  isAllowedEdit: boolean;
11
+ setIsAllowedEdit: import("react").Dispatch<import("react").SetStateAction<boolean>>;
10
12
  };
11
13
  export default useAboutMyLearning;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- declare const Accomondation: (props: any) => JSX.Element;
2
+ declare const Accomondation: ({ studentId }: any) => JSX.Element;
3
3
  export default Accomondation;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { SIMPLE_DIALOG_TYPE } from "../constants/type";
3
+ declare const SimpleDialogAccomodation: (props: SIMPLE_DIALOG_TYPE) => JSX.Element;
4
+ export default SimpleDialogAccomodation;
@@ -4,3 +4,14 @@ export interface ACCOMMODATION_TYPE {
4
4
  description: string;
5
5
  type: string;
6
6
  }
7
+ export interface SIMPLE_DIALOG_TYPE {
8
+ onClose: Function;
9
+ setOpen: Function;
10
+ selectedValue?: string;
11
+ open: boolean;
12
+ idItem: number;
13
+ create: Function;
14
+ update: Function;
15
+ getById: Function;
16
+ studentId: string;
17
+ }
@@ -1,10 +1,13 @@
1
+ /// <reference types="react" />
1
2
  declare const useAccommodation: () => {
2
3
  create: (data: any) => Promise<void>;
3
4
  update: (id: number, data: any) => Promise<void>;
4
5
  getById: (id: number, data: any) => Promise<void>;
5
6
  deleteById: (id: number) => Promise<void>;
6
7
  updateAllow: (data: any) => Promise<void>;
8
+ setIsAllowedEdit: import("react").Dispatch<import("react").SetStateAction<boolean>>;
7
9
  accommodationData: any;
8
10
  isAllowedEdit: boolean;
11
+ studentId: any;
9
12
  };
10
13
  export default useAccommodation;
@@ -5,6 +5,7 @@ interface Props {
5
5
  onChangeQuestionAnswer?: (questionId: number, value: string) => void;
6
6
  isPageResult?: boolean;
7
7
  isPageSessionResult?: boolean;
8
+ avatar?: string;
8
9
  }
9
10
  declare const QuestionConduct: FC<Props>;
10
11
  export default QuestionConduct;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const _default: React.MemoExoticComponent<(props: any) => JSX.Element>;
3
+ export default _default;
@@ -25,5 +25,7 @@ declare const useConductOne: () => {
25
25
  hour: number;
26
26
  minute: number;
27
27
  second: number;
28
+ category: string;
29
+ setCategory: import("react").Dispatch<import("react").SetStateAction<string>>;
28
30
  };
29
31
  export default useConductOne;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const _default: React.MemoExoticComponent<(props: any) => JSX.Element>;
3
+ export default _default;
@@ -17,3 +17,8 @@ export declare enum QuestionType {
17
17
  Rating = "Rating",
18
18
  LearningStrategy = "LearningStrategy"
19
19
  }
20
+ export declare enum TypeTime {
21
+ Default = 0,
22
+ StartTime = 1,
23
+ StopTime = 2
24
+ }
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { CONFERENCE_RUBRIC_ANSWER_TYPES, CONFERENCE_RUBRIC_ITEM_ANSWER, CONFERENCE_RUBRIC_TYPES, RubricItemColumnOrder, STATUS_ANSWER } from "../configs/constants";
3
+ import { TypeTime } from "../configs/types";
3
4
  declare const useConferenceRubric: () => {
4
5
  initialAnswerConferenceRubric: {
5
6
  conferenceRubricId: number;
@@ -38,5 +39,11 @@ declare const useConferenceRubric: () => {
38
39
  finishConferenceRubric: (conferenceAnswerId: number, cb: any) => Promise<void>;
39
40
  studentId: string;
40
41
  listQuestionConference: any;
42
+ onStartOrStopTime: (typeTime: TypeTime) => Promise<void>;
43
+ typeTime: TypeTime;
44
+ hour: number;
45
+ minute: number;
46
+ second: number;
47
+ startTime: string;
41
48
  };
42
49
  export default useConferenceRubric;
@@ -0,0 +1,8 @@
1
+ import { TypeTime } from "../configs/types";
2
+ declare const useCountdownConference: (typeTime: TypeTime, conferenceAnswerId: number) => {
3
+ hour: number;
4
+ minute: number;
5
+ second: number;
6
+ clearTimer: () => void;
7
+ };
8
+ export default useCountdownConference;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const FriendCircle: () => JSX.Element;
3
+ export default FriendCircle;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const EditBaseLine: (props: any) => JSX.Element;
3
+ export default EditBaseLine;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const EditCheckPoint: (props: any) => JSX.Element;
3
+ export default EditCheckPoint;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const EditDetail: (props: any) => JSX.Element;
3
+ export default EditDetail;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const GoalDetail: () => JSX.Element;
3
+ export default GoalDetail;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const GoalList: () => JSX.Element;
3
+ export default GoalList;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const GoalProgress: ({ studentId }: any) => JSX.Element;
3
+ export default GoalProgress;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const Goals: () => JSX.Element;
3
+ export default Goals;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const NewGoal: () => JSX.Element;
3
+ export default NewGoal;
@@ -0,0 +1,12 @@
1
+ export interface GOAL_TYPE {
2
+ id: number;
3
+ title: string;
4
+ description: string;
5
+ status: string;
6
+ category: string;
7
+ point: number;
8
+ completedTargets: number;
9
+ detail: string;
10
+ name: string;
11
+ source: string;
12
+ }
@@ -0,0 +1,12 @@
1
+ declare const useGoalDetail: () => {
2
+ create: (data: any) => Promise<void>;
3
+ update: (id: number, data: any) => Promise<void>;
4
+ getById: (id: number) => Promise<void>;
5
+ deleteById: (id: number) => Promise<void>;
6
+ updateBaseLine: (id: number, data: any) => Promise<void>;
7
+ getOneData: any;
8
+ createCheckPoint: (id: number, data: any, isDelete: any) => Promise<void>;
9
+ updateCheckPoint: (goalId: number, checkPointId: number, data: any) => Promise<void>;
10
+ deleteCheckPoint: (goalId: number, checkPointId: number) => Promise<void>;
11
+ };
12
+ export default useGoalDetail;
@@ -0,0 +1,6 @@
1
+ declare const useGoalProgress: () => {
2
+ data: any;
3
+ getAll: (studentId: number) => Promise<void>;
4
+ studentId: any;
5
+ };
6
+ export default useGoalProgress;
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ declare const useGoals: () => {
3
+ create: (data: any) => Promise<void>;
4
+ updateAllow: (data: any) => Promise<void>;
5
+ listData: any;
6
+ isAllowedEdit: boolean;
7
+ setIsAllowedEdit: import("react").Dispatch<import("react").SetStateAction<boolean>>;
8
+ };
9
+ export default useGoals;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const MyClassReflection: () => JSX.Element;
3
+ export default MyClassReflection;
@@ -0,0 +1,33 @@
1
+ export interface CLASS_REFLECTION {
2
+ id: number;
3
+ classDate: string;
4
+ classType: string;
5
+ status: string;
6
+ teacherName: string;
7
+ isDone: string;
8
+ classImpactScore?: string;
9
+ studentAvatar?: string;
10
+ teacherAvatar?: string;
11
+ IsDescending?: boolean;
12
+ studentName?: string;
13
+ sendDate?: string;
14
+ }
15
+ export interface FILTER_SESSION {
16
+ currentPage: number;
17
+ pageSize: number;
18
+ searchString: string;
19
+ sortBy: string;
20
+ sortOrder?: string;
21
+ name?: string;
22
+ startDate?: number;
23
+ endDate?: number;
24
+ isDone?: boolean;
25
+ }
26
+ export interface QuestionAnswer {
27
+ id: number;
28
+ answer: string;
29
+ }
30
+ export interface ActionPointType {
31
+ id?: string;
32
+ text: string;
33
+ }
@@ -0,0 +1,9 @@
1
+ import { FILTER_SESSION } from "../constants/types";
2
+ declare const useClassReflectionList: () => {
3
+ changeFilters: (updatedFilters: any) => void;
4
+ filters: FILTER_SESSION;
5
+ sendDate: (id: number) => Promise<void>;
6
+ getDataClassReflections: () => Promise<void>;
7
+ classReflectionData: any;
8
+ };
9
+ export default useClassReflectionList;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const SessionDetail: () => JSX.Element;
3
+ export default SessionDetail;
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ interface Props {
3
+ handleClose?: any;
4
+ open: boolean;
5
+ applyValue: any;
6
+ }
7
+ export declare enum EndType {
8
+ Never = "Never",
9
+ On = "On",
10
+ After = "After"
11
+ }
12
+ declare const Recurrence: ({ open, handleClose, applyValue }: Props) => JSX.Element;
13
+ export default Recurrence;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const _default: React.MemoExoticComponent<(props: any) => JSX.Element>;
3
+ export default _default;
@@ -0,0 +1,10 @@
1
+ declare const useDetailSession: () => {
2
+ getDataLearningCategories: () => Promise<void>;
3
+ dataLearningCategories: any;
4
+ deleteSession: () => Promise<void>;
5
+ getOneSession: () => Promise<void>;
6
+ dataSession: any;
7
+ sessionId: string;
8
+ update: (data: any) => Promise<void>;
9
+ };
10
+ export default useDetailSession;
@@ -0,0 +1,15 @@
1
+ declare const useNoteSession: () => {
2
+ teacherNoteData: any;
3
+ studentNoteData: any;
4
+ privateNoteData: any;
5
+ changRouteQuestion: (studentId: number) => Promise<void>;
6
+ getAllNoteSession: (sessionId: any) => Promise<void>;
7
+ createSessionSingleNote: (note: any, sessionResultId: any, sessionId: any) => Promise<void>;
8
+ deleteNote: (noteId: any, sessionId: any) => Promise<void>;
9
+ updatePrivateNote: (privateNote: any, sessionId: any) => Promise<void>;
10
+ createConferenceSingleNote: (note: any, conferenceAnswerId: any, conferenceId: any) => Promise<void>;
11
+ getAllNoteConference: (sessionId: any) => Promise<void>;
12
+ updateConferenceRubricPrivateNote: (privateNote: any, conferenceId: any) => Promise<void>;
13
+ deleteNoteConference: (noteId: any, sessionId: any) => Promise<void>;
14
+ };
15
+ export default useNoteSession;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const Accomondation: () => JSX.Element;
3
+ export default Accomondation;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const AccomondationList: () => JSX.Element;
3
+ export default AccomondationList;
@@ -0,0 +1 @@
1
+ export declare const getConferenceApi: (idStudent: any, timeSearch: any) => Promise<import("axios").AxiosResponse<any>>;
@@ -0,0 +1 @@
1
+ export declare const getClassReflectionApi: (idStudent: any, timeSearch: any) => Promise<import("axios").AxiosResponse<any>>;
@@ -0,0 +1 @@
1
+ export declare const getLearningProgressApi: (idStudent: any, timeSearch: any) => Promise<import("axios").AxiosResponse<any>>;
@@ -0,0 +1 @@
1
+ export declare const getOneToOneApi: (idStudent: any, timeSearch: any) => Promise<import("axios").AxiosResponse<any>>;
@@ -0,0 +1 @@
1
+ export declare const getDataRedinessToLeanApi: (idStudent: any) => Promise<import("axios").AxiosResponse<any>>;
@@ -0,0 +1,16 @@
1
+ import { MaterialUiPickersDate } from "@material-ui/pickers/typings/date";
2
+ import { ApexOptions } from "apexcharts";
3
+ declare const useChartClassReflection: (studentId: any) => {
4
+ seriesChartClassReflection: any;
5
+ optionClassReflection: ApexOptions;
6
+ widthChartClassReflection: number;
7
+ heightChartClassReflection: number;
8
+ handleChangeStartDateClassReflection: (datepicker: MaterialUiPickersDate) => void;
9
+ handleChangeEndDateClassReflection: (datepicker: MaterialUiPickersDate) => void;
10
+ timeEndClassReflection: any;
11
+ timeStartClassReflection: any;
12
+ anchorEl: any;
13
+ handleClick: (event: React.MouseEvent<HTMLButtonElement>) => void;
14
+ handleClose: () => void;
15
+ };
16
+ export default useChartClassReflection;
@@ -0,0 +1,16 @@
1
+ import { MaterialUiPickersDate } from "@material-ui/pickers/typings/date";
2
+ import { ApexOptions } from "apexcharts";
3
+ declare const useChartOneToOne: (studentId: any) => {
4
+ series: any;
5
+ widthChartOne: number;
6
+ heightChartOne: number;
7
+ handleChangeStartDate: (datepicker: MaterialUiPickersDate) => void;
8
+ handleChangeEndDate: (datepicker: MaterialUiPickersDate) => void;
9
+ timeEnd: any;
10
+ timeStart: any;
11
+ anchorEl: any;
12
+ handleClick: (event: React.MouseEvent<HTMLButtonElement>) => void;
13
+ handleClose: () => void;
14
+ optionOneToOne: ApexOptions;
15
+ };
16
+ export default useChartOneToOne;
@@ -0,0 +1,16 @@
1
+ import { MaterialUiPickersDate } from "@material-ui/pickers/typings/date";
2
+ import { ApexOptions } from "apexcharts";
3
+ declare const useChartConference: (studentId: any) => {
4
+ seriesConference: any;
5
+ widthChartConference: number;
6
+ heightChartConference: number;
7
+ handleChangeStartDateConference: (datepicker: MaterialUiPickersDate) => void;
8
+ handleChangeEndDateConference: (datepicker: MaterialUiPickersDate) => void;
9
+ timeEndConference: any;
10
+ timeStartConference: any;
11
+ anchorEl: any;
12
+ handleClick: (event: React.MouseEvent<HTMLButtonElement>) => void;
13
+ handleClose: () => void;
14
+ optionConference: ApexOptions;
15
+ };
16
+ export default useChartConference;
@@ -0,0 +1,16 @@
1
+ import { MaterialUiPickersDate } from "@material-ui/pickers/typings/date";
2
+ import { ApexOptions } from "apexcharts";
3
+ declare const useLearningProgress: (studentId: any) => {
4
+ seriesLearningProgress: any;
5
+ widthChartLearningProgress: number;
6
+ heightChartLearningProgress: number;
7
+ handleChangeStartLearningProgress: (datepicker: MaterialUiPickersDate) => void;
8
+ handleChangeEndLearningProgress: (datepicker: MaterialUiPickersDate) => void;
9
+ timeEndLearningProgress: any;
10
+ timeStartLearningProgress: any;
11
+ anchorEl: any;
12
+ handleClick: (event: React.MouseEvent<HTMLButtonElement>) => void;
13
+ handleClose: () => void;
14
+ optionLearningProgress: ApexOptions;
15
+ };
16
+ export default useLearningProgress;
@@ -0,0 +1,12 @@
1
+ import { ApexOptions } from "apexcharts";
2
+ declare const useRedinessToLearn: (studentId: any) => {
3
+ widthChart: number;
4
+ heightChart: number;
5
+ options: ApexOptions;
6
+ anchorEl: any;
7
+ handleClick: (event: React.MouseEvent<HTMLButtonElement>) => void;
8
+ handleClose: () => void;
9
+ setChartData: () => Promise<void>;
10
+ dataReadinessOfChart: any;
11
+ };
12
+ export default useRedinessToLearn;
@@ -0,0 +1 @@
1
+ export declare const getDataClassReflectionServices: (dispatch: any, idStudent: any, timeSearch: any) => Promise<any>;
@@ -0,0 +1 @@
1
+ export declare const getDataConferenceServices: (dispatch: any, idStudent: any, timeSearch: any) => Promise<any>;
@@ -0,0 +1 @@
1
+ export declare const getDataLearningProgressServices: (dispatch: any, idStudent: any, timeSearch: any) => Promise<any>;
@@ -0,0 +1 @@
1
+ export declare const getDataOneToOneServices: (dispatch: any, idStudent: any, timeSearch: any) => Promise<any>;
@@ -0,0 +1 @@
1
+ export declare const getDataRedinessToLean: (dispatch: any, id: any) => Promise<any>;
@@ -0,0 +1,18 @@
1
+ /// <reference types="react" />
2
+ interface Props {
3
+ title: string;
4
+ studentId: any;
5
+ series: any;
6
+ widthChartOne: any;
7
+ heightChartOne: any;
8
+ handleChangeStartDate: any;
9
+ handleChangeEndDate: any;
10
+ anchorEl: any;
11
+ handleClick: any;
12
+ handleClose: any;
13
+ timeEnd: any;
14
+ timeStart: any;
15
+ options: any;
16
+ }
17
+ declare const ChartOneToOne: ({ title, series, widthChartOne, heightChartOne, handleChangeStartDate, handleChangeEndDate, anchorEl, handleClick, handleClose, timeEnd, timeStart, options }: Props) => JSX.Element;
18
+ export default ChartOneToOne;
@@ -0,0 +1,15 @@
1
+ /// <reference types="react" />
2
+ interface Props {
3
+ title: string;
4
+ studentId: any;
5
+ seriesChartClassReflection: any;
6
+ optionClassReflection: any;
7
+ widthChartClassReflection: number;
8
+ heightChartClassReflection: number;
9
+ handleChangeStartDateClassReflection: Function;
10
+ handleChangeEndDateClassReflection: Function;
11
+ timeEndClassReflection: any;
12
+ timeStartClassReflection: any;
13
+ }
14
+ declare const ChatClassReflection: ({ title, studentId }: Props) => JSX.Element;
15
+ export default ChatClassReflection;
@@ -0,0 +1,15 @@
1
+ /// <reference types="react" />
2
+ interface Props {
3
+ title: string;
4
+ studentId: any;
5
+ seriesConference: any;
6
+ widthChartConference: any;
7
+ heightChartConference: any;
8
+ handleChangeStartDateConference: any;
9
+ handleChangeEndDateConference: any;
10
+ timeEndConference: any;
11
+ timeStartConference: any;
12
+ optionConference: any;
13
+ }
14
+ declare const ChatConference: ({ title, studentId, seriesConference, widthChartConference, heightChartConference, handleChangeStartDateConference, handleChangeEndDateConference, timeEndConference, optionConference, timeStartConference, }: Props) => JSX.Element;
15
+ export default ChatConference;
@@ -0,0 +1,15 @@
1
+ /// <reference types="react" />
2
+ interface Props {
3
+ title: string;
4
+ studentId: any;
5
+ seriesLearningProgress: any;
6
+ widthChartLearningProgress: any;
7
+ heightChartLearningProgress: any;
8
+ handleChangeStartLearningProgress: any;
9
+ handleChangeEndLearningProgress: any;
10
+ timeEndLearningProgress: any;
11
+ timeStartLearningProgress: any;
12
+ optionLearningProgress: any;
13
+ }
14
+ declare const ChatLearningProgress: ({ title, studentId, seriesLearningProgress, widthChartLearningProgress, heightChartLearningProgress, handleChangeStartLearningProgress, handleChangeEndLearningProgress, timeEndLearningProgress, timeStartLearningProgress, optionLearningProgress }: Props) => JSX.Element;
15
+ export default ChatLearningProgress;