mario-teacher-student-client 2.2.26-beta → 3.0.1-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/containers/Home/hooks/getEventCalendar.d.ts +1 -1
- package/dist/containers/MyStudent/components/NewOverview/Chat/ApiClient/{Conference.d.ts → conference.d.ts} +0 -0
- package/dist/containers/SettingPageV1/hook/useSettingPage.d.ts +2 -2
- package/dist/index.css +6 -14
- package/dist/index.js +575 -570
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +575 -570
- package/dist/index.modern.js.map +1 -1
- package/dist/services/Dashboard.d.ts +1 -1
- package/package.json +107 -107
- package/dist/components/Button/SwitchComponent.d.ts +0 -9
- package/dist/components/Tabs/CustomTabNote.d.ts +0 -3
- package/dist/containers/ConductSurvey/components/ConductTop/ConductTop.d.ts +0 -17
- package/dist/containers/ConductSurvey/hooks/useConductOne.d.ts +0 -21
- package/dist/containers/ConductSurvey/hooks/useCountDown.d.ts +0 -8
- package/dist/containers/ConductSurvey/hooks/useIsMounted.d.ts +0 -2
- package/dist/containers/ConductSurvey/views/SessionResultComponent.d.ts +0 -3
- package/dist/containers/ExternalSurvey/components/IBLearnerComponent.d.ts +0 -12
- package/dist/containers/ExternalSurvey/hooks/useConductSurvey.d.ts +0 -21
- package/dist/containers/GoalPage/apiClient/apiGoals.d.ts +0 -1
- package/dist/containers/GoalPage/components/CardGoalItem.d.ts +0 -3
- package/dist/containers/GoalPage/components/CardItem/CardGoalItem.d.ts +0 -3
- package/dist/containers/GoalPage/components/CardItem/TargetItem.d.ts +0 -3
- package/dist/containers/GoalPage/components/CreateGoalModel.d.ts +0 -4
- package/dist/containers/GoalPage/components/FilterGoalPage.d.ts +0 -3
- package/dist/containers/GoalPage/components/Steps/ChooseArea.d.ts +0 -4
- package/dist/containers/GoalPage/components/Steps/DetailFormCreate.d.ts +0 -4
- package/dist/containers/GoalPage/components/Steps/ModelPickTarget.d.ts +0 -4
- package/dist/containers/GoalPage/components/Steps/ModelSelectCategory.d.ts +0 -4
- package/dist/containers/GoalPage/constants/constants.d.ts +0 -1
- package/dist/containers/GoalPage/hook/useGoals.d.ts +0 -8
- package/dist/containers/GoalPage/services/goalService.d.ts +0 -1
- package/dist/containers/GoalPage/styles/makeStyles.d.ts +0 -1
- package/dist/containers/GoalPage/types/types.d.ts +0 -24
- package/dist/containers/GoalPage/views/MyGoals.d.ts +0 -3
- package/dist/containers/Home/components/mutipleSelectBox/mutipleSelectBox.d.ts +0 -8
- package/dist/containers/LearningStrategies/hook/useEditaLearningStrategies.d.ts +0 -5
- package/dist/containers/MyConferences/components/Tabs/CustomTabNote.d.ts +0 -3
- package/dist/containers/MyConferences/components/dialog/DialogNodes.d.ts +0 -3
- package/dist/containers/MyOneToOne/components/dialog/DialogNodes.d.ts +0 -3
- package/dist/containers/MyStudent/components/ClassReflectionTable.d.ts +0 -3
- package/dist/containers/MyStudent/components/NewOverview/TopLearningStrategies/hooks/useChartConference.d.ts +0 -19
- package/dist/containers/MyStudent/components/NewOverview/TopLearningStrategies/services/ConferenceChart.d.ts +0 -1
- package/dist/containers/MyStudent/components/NewOverview/TopLearningStrategies/view/ConferenceChart.d.ts +0 -6
- package/dist/containers/MySurvey/styles/makeStyles.d.ts +0 -2
- package/dist/containers/MySurvey/views/MySurvey.d.ts +0 -3
- package/dist/containers/ScaffoldingExample/components/OneToOne.d.ts +0 -3
- package/dist/containers/ScaffoldingExample/components/PicChat.d.ts +0 -2
- package/dist/containers/ScaffoldingExample/components/RightPicChatScreenFour.d.ts +0 -8
- package/dist/containers/ScaffoldingExample/components/RightPicChatScreenOne.d.ts +0 -8
- package/dist/containers/ScaffoldingExample/components/RightPicChatScreenThree.d.ts +0 -8
- package/dist/containers/ScaffoldingExample/components/RightPicChatScreenTwo.d.ts +0 -8
- package/dist/containers/ScaffoldingExample/components/ScaffoldingFloatTab/MineNotes/views/ScaffoldingNote.d.ts +0 -10
- package/dist/containers/ScaffoldingExample/components/ScreenTab.d.ts +0 -3
- package/dist/containers/ScaffoldingExample/components/SliderRange.d.ts +0 -2
- package/dist/containers/ScaffoldingExample/components/TeacherView/PrivateNotes/view/PrivateNote.d.ts +0 -3
- package/dist/containers/ScaffoldingExample/components/TeacherView/StudentNotes/view/StudentNote.d.ts +0 -3
- package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/hooks/useTeacherNotes.d.ts +0 -23
- package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/services/index.d.ts +0 -12
- package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/views/ScaffoldingFirstScreen.d.ts +0 -12
- package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/views/ScaffoldingQuestionAndAnswer.d.ts +0 -12
- package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/views/ScaffoldingSecondScreen.d.ts +0 -3
- package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/views/TeacherScreen.d.ts +0 -7
- package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherTab.d.ts +0 -8
- package/dist/containers/SettingPageV1/contants/contants.d.ts +0 -19
- package/dist/containers/SettingPageV1/contants/type.d.ts +0 -17
- package/dist/containers/Surveys/apiClient/survey.d.ts +0 -2
- package/dist/containers/Surveys/components/ChartOverview/BarChart.d.ts +0 -9
- package/dist/containers/Surveys/components/SurveyDetail.d.ts +0 -3
- package/dist/containers/Surveys/components/SurveyStudentCompleted.d.ts +0 -3
- package/dist/containers/Surveys/components/SurveyStudentMissed.d.ts +0 -3
- package/dist/containers/Surveys/components/SurveyStudentPending.d.ts +0 -3
- package/dist/containers/Surveys/hook/useActionNeededSurvey.d.ts +0 -9
- package/dist/containers/Surveys/hook/useAllSurvey.d.ts +0 -10
- package/dist/containers/Surveys/hook/usePendingSurvey.d.ts +0 -10
- package/dist/containers/Surveys/hook/useRepliedSurvey.d.ts +0 -9
- package/dist/containers/Surveys/views/ViewSurveyStudent.d.ts +0 -3
- package/dist/hooks/useUploadFile.d.ts +0 -4
- package/dist/services/File.d.ts +0 -1
package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/services/index.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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 {};
|
|
@@ -1,12 +0,0 @@
|
|
|
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;
|
|
@@ -1,12 +0,0 @@
|
|
|
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;
|
|
@@ -1,19 +0,0 @@
|
|
|
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
|
-
emailActionPointSchedule: boolean;
|
|
9
|
-
emailCompleteClassReflection: boolean;
|
|
10
|
-
emailCompleteConference: boolean;
|
|
11
|
-
emailCompleteOneToOne: boolean;
|
|
12
|
-
emailScheduleConference: boolean;
|
|
13
|
-
emailScheduleOneToOne: boolean;
|
|
14
|
-
isTurnOnAllEmail: boolean;
|
|
15
|
-
isTurnOnAllNotification: boolean;
|
|
16
|
-
scheduleConference: boolean;
|
|
17
|
-
scheduleOneToOne: boolean;
|
|
18
|
-
id: number;
|
|
19
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
isTurnOnAllEmail: boolean;
|
|
13
|
-
isTurnOnAllNotification: boolean;
|
|
14
|
-
scheduleConference: boolean;
|
|
15
|
-
scheduleOneToOne: boolean;
|
|
16
|
-
id: number;
|
|
17
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
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;
|
|
@@ -1,10 +0,0 @@
|
|
|
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;
|
|
@@ -1,10 +0,0 @@
|
|
|
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;
|
|
@@ -1,9 +0,0 @@
|
|
|
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;
|
package/dist/services/File.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const uploadFile: (formData: FormData) => Promise<import("axios").AxiosResponse<any>>;
|