mario-teacher-student-client 3.0.6-admin → 3.0.8-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.
Files changed (93) hide show
  1. package/dist/components/Button/SwitchComponent.d.ts +9 -0
  2. package/dist/components/Header/Header.d.ts +3 -0
  3. package/dist/components/Tabs/CustomTabNote.d.ts +3 -0
  4. package/dist/components/selector/CustomFilterComponent.d.ts +7 -1
  5. package/dist/components/selector/CustomFilterMobile.d.ts +6 -1
  6. package/dist/containers/ConductSurvey/components/ConductTop/ConductTop.d.ts +17 -0
  7. package/dist/containers/ConductSurvey/hooks/useConductOne.d.ts +21 -0
  8. package/dist/containers/ConductSurvey/hooks/useCountDown.d.ts +8 -0
  9. package/dist/containers/ConductSurvey/hooks/useIsMounted.d.ts +2 -0
  10. package/dist/containers/ConductSurvey/views/SessionResultComponent.d.ts +3 -0
  11. package/dist/containers/Contact/components/SendMassege.d.ts +7 -0
  12. package/dist/containers/Contact/configs/constants.d.ts +15 -0
  13. package/dist/containers/Contact/hooks/useContact.d.ts +6 -0
  14. package/dist/containers/Contact/services/contactService.d.ts +1 -0
  15. package/dist/containers/Contact/views/ContactPage.d.ts +3 -0
  16. package/dist/containers/ExternalSurvey/components/IBLearnerComponent.d.ts +12 -0
  17. package/dist/containers/ExternalSurvey/hooks/useConductSurvey.d.ts +21 -0
  18. package/dist/containers/GoalPage/apiClient/apiGoals.d.ts +6 -0
  19. package/dist/containers/GoalPage/components/CardGoalItem.d.ts +3 -0
  20. package/dist/containers/GoalPage/components/CardItem/CardGoalItem.d.ts +4 -0
  21. package/dist/containers/GoalPage/components/CardItem/StatusTargetComponent.d.ts +4 -0
  22. package/dist/containers/GoalPage/components/CardItem/TargetItem.d.ts +4 -0
  23. package/dist/containers/GoalPage/components/CreateGoalModel.d.ts +4 -0
  24. package/dist/containers/GoalPage/components/CustomInputDatePicker.d.ts +4 -0
  25. package/dist/containers/GoalPage/components/FilterGoalPage.d.ts +3 -0
  26. package/dist/containers/GoalPage/components/Steps/BaseLine.d.ts +4 -0
  27. package/dist/containers/GoalPage/components/Steps/ChooseArea.d.ts +4 -0
  28. package/dist/containers/GoalPage/components/Steps/DetailFormCreate.d.ts +4 -0
  29. package/dist/containers/GoalPage/components/Steps/ModelPickTarget.d.ts +4 -0
  30. package/dist/containers/GoalPage/components/Steps/ModelSelectCategory.d.ts +4 -0
  31. package/dist/containers/GoalPage/constants/constants.d.ts +205 -0
  32. package/dist/containers/GoalPage/hook/useGoals.d.ts +20 -0
  33. package/dist/containers/GoalPage/services/goalService.d.ts +3 -0
  34. package/dist/containers/GoalPage/styles/makeStyles.d.ts +1 -0
  35. package/dist/containers/GoalPage/types/types.d.ts +90 -0
  36. package/dist/containers/GoalPage/views/MyGoals.d.ts +3 -0
  37. package/dist/containers/Home/components/mutipleSelectBox/mutipleSelectBox.d.ts +8 -0
  38. package/dist/containers/LearningStrategies/hook/useEditaLearningStrategies.d.ts +5 -0
  39. package/dist/containers/MyConferences/components/Tabs/CustomTabNote.d.ts +3 -0
  40. package/dist/containers/MyConferences/components/dialog/DialogNodes.d.ts +3 -0
  41. package/dist/containers/MyOneToOne/components/dialog/DialogNodes.d.ts +3 -0
  42. package/dist/containers/MyStudent/components/ClassReflectionTable.d.ts +3 -0
  43. package/dist/containers/MyStudent/components/NewOverview/Chat/ApiClient/{conference.d.ts → Conference.d.ts} +0 -0
  44. package/dist/containers/MyStudent/components/NewOverview/TopLearningStrategies/hooks/useChartConference.d.ts +19 -0
  45. package/dist/containers/MyStudent/components/NewOverview/TopLearningStrategies/services/ConferenceChart.d.ts +1 -0
  46. package/dist/containers/MyStudent/components/NewOverview/TopLearningStrategies/view/ConferenceChart.d.ts +6 -0
  47. package/dist/containers/MyStudent/hooks/useOverviewToPDF.d.ts +7 -0
  48. package/dist/containers/MySurvey/styles/makeStyles.d.ts +2 -0
  49. package/dist/containers/MySurvey/views/MySurvey.d.ts +3 -0
  50. package/dist/containers/ScaffoldingExample/components/OneToOne.d.ts +3 -0
  51. package/dist/containers/ScaffoldingExample/components/PicChat.d.ts +2 -0
  52. package/dist/containers/ScaffoldingExample/components/RightPicChatScreenFour.d.ts +8 -0
  53. package/dist/containers/ScaffoldingExample/components/RightPicChatScreenOne.d.ts +8 -0
  54. package/dist/containers/ScaffoldingExample/components/RightPicChatScreenThree.d.ts +8 -0
  55. package/dist/containers/ScaffoldingExample/components/RightPicChatScreenTwo.d.ts +8 -0
  56. package/dist/containers/ScaffoldingExample/components/ScaffoldingFloatTab/MineNotes/views/ScaffoldingNote.d.ts +10 -0
  57. package/dist/containers/ScaffoldingExample/components/ScreenTab.d.ts +3 -0
  58. package/dist/containers/ScaffoldingExample/components/SliderRange.d.ts +2 -0
  59. package/dist/containers/ScaffoldingExample/components/TeacherView/PrivateNotes/view/PrivateNote.d.ts +3 -0
  60. package/dist/containers/ScaffoldingExample/components/TeacherView/StudentNotes/view/StudentNote.d.ts +3 -0
  61. package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/hooks/useTeacherNotes.d.ts +23 -0
  62. package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/services/index.d.ts +12 -0
  63. package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/views/ScaffoldingFirstScreen.d.ts +12 -0
  64. package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/views/ScaffoldingQuestionAndAnswer.d.ts +12 -0
  65. package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/views/ScaffoldingSecondScreen.d.ts +3 -0
  66. package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/views/TeacherScreen.d.ts +7 -0
  67. package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherTab.d.ts +8 -0
  68. package/dist/containers/SettingPageV1/contants/contants.d.ts +41 -0
  69. package/dist/containers/SettingPageV1/contants/type.d.ts +23 -0
  70. package/dist/containers/StageDebug/hooks/useStageDebug.d.ts +4 -0
  71. package/dist/containers/StageDebug/views/StageDebugPage.d.ts +3 -0
  72. package/dist/containers/Surveys/apiClient/survey.d.ts +2 -0
  73. package/dist/containers/Surveys/components/ChartOverview/BarChart.d.ts +9 -0
  74. package/dist/containers/Surveys/components/SurveyDetail.d.ts +3 -0
  75. package/dist/containers/Surveys/components/SurveyStudentCompleted.d.ts +3 -0
  76. package/dist/containers/Surveys/components/SurveyStudentMissed.d.ts +3 -0
  77. package/dist/containers/Surveys/components/SurveyStudentPending.d.ts +3 -0
  78. package/dist/containers/Surveys/constants/constant.d.ts +1 -0
  79. package/dist/containers/Surveys/constants/types.d.ts +2 -0
  80. package/dist/containers/Surveys/hook/useActionNeededSurvey.d.ts +9 -0
  81. package/dist/containers/Surveys/hook/useAllSurvey.d.ts +10 -0
  82. package/dist/containers/Surveys/hook/useListSurvey.d.ts +2 -0
  83. package/dist/containers/Surveys/hook/usePendingSurvey.d.ts +10 -0
  84. package/dist/containers/Surveys/hook/useRepliedSurvey.d.ts +9 -0
  85. package/dist/containers/Surveys/views/ViewSurveyStudent.d.ts +3 -0
  86. package/dist/hooks/useUploadFile.d.ts +4 -0
  87. package/dist/index.js +118 -31
  88. package/dist/index.js.map +1 -1
  89. package/dist/index.modern.js +118 -31
  90. package/dist/index.modern.js.map +1 -1
  91. package/dist/services/File.d.ts +1 -0
  92. package/dist/utils/function.d.ts +1 -0
  93. package/package.json +1 -1
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import { MaterialUiPickersDate } from "@material-ui/pickers/typings/date";
3
+ declare const useChartConference: () => {
4
+ topLearningStrategiesData: any;
5
+ setFilters: import("react").Dispatch<import("react").SetStateAction<{
6
+ studentId: number;
7
+ startDate: number;
8
+ endDate: number;
9
+ type: string;
10
+ }>>;
11
+ handleClick: (event: React.MouseEvent<HTMLButtonElement>) => void;
12
+ handleClose: () => void;
13
+ anchorEl: any;
14
+ handleChangeStartDate: (datepicker: MaterialUiPickersDate | null) => void;
15
+ handleChangeEndDate: (datepicker: MaterialUiPickersDate | null) => void;
16
+ timeEnd: Date;
17
+ timeStart: Date;
18
+ };
19
+ export default useChartConference;
@@ -0,0 +1 @@
1
+ export declare const getConferenceChart: (filters: any) => Promise<import("axios").AxiosResponse<any>>;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ interface Props {
3
+ title: string;
4
+ }
5
+ declare const ConferenceChart: ({ title }: Props) => JSX.Element;
6
+ export default ConferenceChart;
@@ -0,0 +1,7 @@
1
+ declare const useOverviewToPDF: () => {
2
+ COLOR_CHART: string[];
3
+ dispatch: import("redux").Dispatch<any>;
4
+ setLoading: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<boolean | undefined, string>;
5
+ setAlert: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
6
+ };
7
+ export default useOverviewToPDF;
@@ -0,0 +1,2 @@
1
+ export declare const useStyles: (props?: any) => Record<"title" | "body" | "tabs" | "tabLabel" | "tabLabelActive", string>;
2
+ export declare const useStyleModelCreate: (props?: any) => Record<"root" | "instructions" | "completed" | "label", string>;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const MySurvey: () => JSX.Element;
3
+ export default MySurvey;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const OneToOne: () => JSX.Element;
3
+ export default OneToOne;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export default function PicChat(): JSX.Element;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ declare type PropTypes = {
3
+ onChangeSetData: Function;
4
+ valueNoteAdd: string;
5
+ ShowHelp: Function;
6
+ };
7
+ declare const RightPicChatScreenFour: ({ onChangeSetData, valueNoteAdd, ShowHelp }: PropTypes) => JSX.Element;
8
+ export default RightPicChatScreenFour;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ declare type PropTypes = {
3
+ onChangeSetData: Function;
4
+ valueNoteAdd: string;
5
+ ShowHelp: Function;
6
+ };
7
+ declare const RightPicChatScreenOne: ({ onChangeSetData, valueNoteAdd, ShowHelp }: PropTypes) => JSX.Element;
8
+ export default RightPicChatScreenOne;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ declare type PropTypes = {
3
+ clickSelect: Function;
4
+ arraySelect: any;
5
+ ShowHelp: Function;
6
+ };
7
+ declare const RightPicChatScreenThree: ({ clickSelect, arraySelect, ShowHelp }: PropTypes) => JSX.Element;
8
+ export default RightPicChatScreenThree;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ declare type PropTypes = {
3
+ onChangeSetData: Function;
4
+ valueNoteAdd: string;
5
+ ShowHelp: Function;
6
+ };
7
+ declare const RightPicChatScreenTwo: ({ onChangeSetData, valueNoteAdd, ShowHelp }: PropTypes) => JSX.Element;
8
+ export default RightPicChatScreenTwo;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ interface Props {
3
+ id: number;
4
+ content?: string;
5
+ date?: string;
6
+ onRemoveNote: Function;
7
+ onUpdateNote: Function;
8
+ }
9
+ declare const ScaffoldingQuestionAndAnswer: ({ id, content, date, onRemoveNote, onUpdateNote, }: Props) => JSX.Element;
10
+ export default ScaffoldingQuestionAndAnswer;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const ScreenTab: (props: any) => JSX.Element;
3
+ export default ScreenTab;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export default function CustomizedSlider(): JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const PrivateNote: () => JSX.Element;
3
+ export default PrivateNote;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const StudentNote: () => JSX.Element;
3
+ export default StudentNote;
@@ -0,0 +1,23 @@
1
+ declare type Filter = {
2
+ category?: string;
3
+ level?: string;
4
+ };
5
+ declare const useTeacherNotes: (sessionId: number, sessionResultId: number) => {
6
+ screenIndex: number;
7
+ changeScreen: (index: number) => void;
8
+ questionList: never[];
9
+ categoryList: never[];
10
+ levelList: never[];
11
+ randomQuestion: never[];
12
+ note: string;
13
+ handleChangeNote: (e?: any) => void;
14
+ handleSelectQuestion: (question: any) => Promise<void>;
15
+ changeFilters: (updateFilters: any) => void;
16
+ filters: Filter;
17
+ teacherNotesData: never[];
18
+ handleSelectSuggester: (question: any) => Promise<void>;
19
+ handleRemoveQuestion: (noteId: number) => Promise<void>;
20
+ handleSubmitNote: (noteId: number, answer: string) => Promise<void>;
21
+ handleRemoveQuestionAnswer: (noteId: number) => Promise<void>;
22
+ };
23
+ export default useTeacherNotes;
@@ -0,0 +1,12 @@
1
+ declare type Filter = {
2
+ category?: string;
3
+ level?: string;
4
+ };
5
+ export declare const getAllSelectQuestion: (dispatch: any, filters: Filter) => Promise<any>;
6
+ export declare const getListCategories: (dispatch: any) => Promise<any>;
7
+ export declare const getListLevel: (dispatch: any) => Promise<any>;
8
+ export declare const getAllNote: (dispatch: any, sessionId: number) => Promise<any>;
9
+ export declare const submitNote: (dispatch: any, sessionId: number, text: string) => Promise<any>;
10
+ export declare const updateNote: (dispatch: any, sessionNoteId: number, text: string) => Promise<any>;
11
+ export declare const removeNote: (dispatch: any, noteId: number) => Promise<any>;
12
+ export {};
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ declare type PropsType = {
3
+ changeScreen: Function;
4
+ onPressSuggester: Function;
5
+ onUpdateNote: Function;
6
+ randomQuestion: any[];
7
+ teacherNotesData: any[];
8
+ onRemoveQuestion: Function;
9
+ onRemoveQuestionAnswer: Function;
10
+ };
11
+ declare const ScaffoldingFirstScreen: (props: PropsType) => JSX.Element;
12
+ export default ScaffoldingFirstScreen;
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ interface Props {
3
+ id: number;
4
+ content?: string;
5
+ answer?: string;
6
+ date?: string;
7
+ onRemoveQuestion: Function;
8
+ onRemoveQuestionAnswer: Function;
9
+ onUpdateNote: Function;
10
+ }
11
+ declare const ScaffoldingQuestionAndAnswer: ({ id, content, answer, date, onRemoveQuestion, onUpdateNote, onRemoveQuestionAnswer }: Props) => JSX.Element;
12
+ export default ScaffoldingQuestionAndAnswer;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const ScaffoldingSecondScreen: (props: any) => JSX.Element;
3
+ export default ScaffoldingSecondScreen;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ declare type PropsType = {
3
+ sessionId: number;
4
+ sessionResultId: number;
5
+ };
6
+ declare const TeacherScreen: (props: PropsType) => JSX.Element;
7
+ export default TeacherScreen;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ declare type PropsType = {
3
+ onClose: any;
4
+ sessionId: number;
5
+ sessionResultId: number;
6
+ };
7
+ declare const TeacherTab: (props: PropsType) => JSX.Element;
8
+ export default TeacherTab;
@@ -0,0 +1,41 @@
1
+ export declare const defaultFontSmall = 12;
2
+ export declare const defaultFontLarge = 20;
3
+ export declare const initialSetting: {
4
+ actionPointSchedule: boolean;
5
+ completeClassReflection: boolean;
6
+ completeConference: boolean;
7
+ completeOneToOne: boolean;
8
+ scheduleConference: boolean;
9
+ scheduleOneToOne: boolean;
10
+ requestClassReflection: boolean;
11
+ notificationGoalUpdate: boolean;
12
+ personalizedLearning: boolean;
13
+ emailActionPointSchedule: boolean;
14
+ emailCompleteClassReflection: boolean;
15
+ emailCompleteConference: boolean;
16
+ emailCompleteOneToOne: boolean;
17
+ emailScheduleConference: boolean;
18
+ emailScheduleOneToOne: boolean;
19
+ emailRequestClassReflection: boolean;
20
+ emailGoalUpdate: boolean;
21
+ emailPersonalizedLearning: boolean;
22
+ isTurnOnAllEmail: boolean;
23
+ isTurnOnAllNotification: boolean;
24
+ id: number;
25
+ };
26
+ export declare const settingNotificationsTeacher: {
27
+ key: string;
28
+ name: string;
29
+ }[];
30
+ export declare const settingNotificationsStudent: {
31
+ key: string;
32
+ name: string;
33
+ }[];
34
+ export declare const settingEmailsTeacher: {
35
+ key: string;
36
+ name: string;
37
+ }[];
38
+ export declare const settingEmailsStudent: {
39
+ key: string;
40
+ name: string;
41
+ }[];
@@ -0,0 +1,23 @@
1
+ export interface ISetting {
2
+ actionPointSchedule: boolean;
3
+ completeClassReflection: boolean;
4
+ completeConference: boolean;
5
+ completeOneToOne: boolean;
6
+ emailActionPointSchedule: boolean;
7
+ emailCompleteClassReflection: boolean;
8
+ emailCompleteConference: boolean;
9
+ emailCompleteOneToOne: boolean;
10
+ emailScheduleConference: boolean;
11
+ emailScheduleOneToOne: boolean;
12
+ emailRequestClassReflection: boolean;
13
+ emailGoalUpdate: boolean;
14
+ emailPersonalizedLearning: boolean;
15
+ isTurnOnAllEmail: boolean;
16
+ isTurnOnAllNotification: boolean;
17
+ scheduleConference: boolean;
18
+ scheduleOneToOne: boolean;
19
+ requestClassReflection: boolean;
20
+ notificationGoalUpdate: boolean;
21
+ personalizedLearning: boolean;
22
+ id: number;
23
+ }
@@ -0,0 +1,4 @@
1
+ declare const useStageDebug: (userId: string, year: number, month: number) => {
2
+ dataEvent: any;
3
+ };
4
+ export default useStageDebug;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const StageDebugPage: FC;
3
+ export default StageDebugPage;
@@ -0,0 +1,2 @@
1
+ export declare const getAllSurvey: (params: any) => Promise<import("axios").AxiosResponse<any>>;
2
+ export declare const getTotalSurvey: () => Promise<import("axios").AxiosResponse<any>>;
@@ -0,0 +1,9 @@
1
+ import { FC } from "react";
2
+ import { ISeries } from "../../constants/types";
3
+ interface IProps {
4
+ months: string[];
5
+ activeColumn: boolean[];
6
+ series: ISeries[];
7
+ }
8
+ declare const BarChart: FC<IProps>;
9
+ export default BarChart;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const SurveyDetail: () => JSX.Element;
3
+ export default SurveyDetail;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const SurveyStudentCompleted: () => JSX.Element;
3
+ export default SurveyStudentCompleted;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const SurveyStudentMissed: () => JSX.Element;
3
+ export default SurveyStudentMissed;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const SurveyStudentPending: () => JSX.Element;
3
+ export default SurveyStudentPending;
@@ -76,3 +76,4 @@ export declare const COLOR_LABEL_PIE: string[];
76
76
  export declare const COLOR_NAME: string[];
77
77
  export declare const optionTotalSurvey: string[];
78
78
  export declare const LABEL_NAME_PIE_CHART: string[];
79
+ export declare const flagSurveyOptions: string[];
@@ -11,6 +11,8 @@ export interface FILTER_SURVEY {
11
11
  status?: number;
12
12
  isFavorite?: boolean;
13
13
  type?: number;
14
+ isSchedule?: boolean;
15
+ flag?: string;
14
16
  }
15
17
  export interface FILTER_OVERVIEW_SURVEY {
16
18
  studentId?: number;
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { FILTER_SURVEY } from "../constants/types";
3
+ declare const useActionNeededSurvey: () => {
4
+ listActionNeeded: any;
5
+ setListActionNeeded: import("react").Dispatch<any>;
6
+ changeFilters: (updatedFilters: any) => void;
7
+ filters: FILTER_SURVEY;
8
+ };
9
+ export default useActionNeededSurvey;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { FILTER_SURVEY } from "../constants/types";
3
+ declare const useAllSurvey: () => {
4
+ changeFilters: (updatedFilters: any) => void;
5
+ filters: FILTER_SURVEY;
6
+ listAllSurvey: any;
7
+ isTeacher: any;
8
+ setListAllSurvey: import("react").Dispatch<any>;
9
+ };
10
+ export default useAllSurvey;
@@ -24,5 +24,7 @@ declare const useListSurvey: () => {
24
24
  handleShowFilter: () => void;
25
25
  isShowFilterCalendar: boolean;
26
26
  handleShowFilterCalendar: () => void;
27
+ handleChangeFilter: (event: React.ChangeEvent<HTMLInputElement>) => void;
28
+ handleChangeFlag: (newValue: any) => void;
27
29
  };
28
30
  export default useListSurvey;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { DATA_STUDENT_SURVEY, FILTER_SURVEY } from "../constants/types";
3
+ declare const usePendingSurvey: () => {
4
+ listPendingSurvey: DATA_STUDENT_SURVEY | undefined;
5
+ setListPendingSurvey: import("react").Dispatch<import("react").SetStateAction<DATA_STUDENT_SURVEY | undefined>>;
6
+ filters: FILTER_SURVEY;
7
+ inputSearch: import("react").MutableRefObject<any>;
8
+ handleChangeInputSearch: (e: React.ChangeEvent<HTMLInputElement>) => void;
9
+ };
10
+ export default usePendingSurvey;
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { DATA_STUDENT_SURVEY, FILTER_SURVEY } from "../constants/types";
3
+ declare const useRepliedSurvey: () => {
4
+ listRepliedSurvey: DATA_STUDENT_SURVEY | undefined;
5
+ setListRepliedSurvey: import("react").Dispatch<import("react").SetStateAction<DATA_STUDENT_SURVEY | undefined>>;
6
+ changeFilters: (updatedFilters: any) => void;
7
+ filters: FILTER_SURVEY;
8
+ };
9
+ export default useRepliedSurvey;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const ViewSurveyStudent: () => JSX.Element;
3
+ export default ViewSurveyStudent;
@@ -0,0 +1,4 @@
1
+ declare const useUploadFile: () => {
2
+ uploadFileImage: (file: any) => Promise<any>;
3
+ };
4
+ export default useUploadFile;