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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GoogleCalendarEvent } from "../containers/MyOneToOne/components/GoogleCalendar";
|
|
2
|
-
export declare const getEventCalendar: (userId: string,
|
|
2
|
+
export declare const getEventCalendar: (userId: string, startDate: number) => Promise<import("axios").AxiosResponse<any>>;
|
|
3
3
|
export declare const getEventToDayCalendar: (startDate: any, teacherUserId?: string | undefined) => Promise<import("axios").AxiosResponse<any>>;
|
|
4
4
|
export declare const getListEventTeacher: (startDate: any, teacherUserId?: string | undefined) => Promise<import("axios").AxiosResponse<GoogleCalendarEvent[]>>;
|
|
5
5
|
export declare const getEventCard: (params: any) => Promise<import("axios").AxiosResponse<any>>;
|
package/package.json
CHANGED
|
@@ -1,107 +1,107 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mario-teacher-student-client",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Made with create-react-library",
|
|
5
|
-
"author": "brss",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"repository": "brss/mario-chat",
|
|
8
|
-
"main": "dist/index.js",
|
|
9
|
-
"module": "dist/index.modern.js",
|
|
10
|
-
"source": "src/index.tsx",
|
|
11
|
-
"engines": {
|
|
12
|
-
"node": ">=10"
|
|
13
|
-
},
|
|
14
|
-
"scripts": {
|
|
15
|
-
"build": "microbundle-crl --no-compress --format modern,cjs",
|
|
16
|
-
"start": "microbundle-crl watch --no-compress --format modern,cjs",
|
|
17
|
-
"prepare": "run-s build",
|
|
18
|
-
"test": "run-s test:unit test:lint test:build",
|
|
19
|
-
"test:build": "run-s build",
|
|
20
|
-
"test:lint": "eslint .",
|
|
21
|
-
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
|
|
22
|
-
"test:watch": "react-scripts test --env=jsdom",
|
|
23
|
-
"predeploy": "cd example && npm install && npm run build",
|
|
24
|
-
"deploy": "gh-pages -d example/build"
|
|
25
|
-
},
|
|
26
|
-
"peerDependencies": {
|
|
27
|
-
"axios": "*",
|
|
28
|
-
"react": "*",
|
|
29
|
-
"react-dom": "*",
|
|
30
|
-
"react-redux": "*",
|
|
31
|
-
"react-router-dom": "*"
|
|
32
|
-
},
|
|
33
|
-
"devDependencies": {
|
|
34
|
-
"@rollup/plugin-commonjs": "11.0.2",
|
|
35
|
-
"@testing-library/jest-dom": "^4.2.4",
|
|
36
|
-
"@testing-library/react": "^9.5.0",
|
|
37
|
-
"@testing-library/user-event": "^7.2.1",
|
|
38
|
-
"@types/dom-mediacapture-record": "^1.0.7",
|
|
39
|
-
"@types/jest": "^25.1.4",
|
|
40
|
-
"@types/node": "^12.12.38",
|
|
41
|
-
"@types/react-datepicker": "^4.3.4",
|
|
42
|
-
"@types/react-redux": "^7.1.16",
|
|
43
|
-
"@types/react-router-dom": "^5.1.7",
|
|
44
|
-
"@types/yup": "^0.29.11",
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "^2.26.0",
|
|
46
|
-
"@typescript-eslint/parser": "^2.26.0",
|
|
47
|
-
"babel-eslint": "^10.0.3",
|
|
48
|
-
"cross-env": "^7.0.2",
|
|
49
|
-
"eslint": "^6.8.0",
|
|
50
|
-
"eslint-config-prettier": "^6.7.0",
|
|
51
|
-
"eslint-config-standard": "^14.1.0",
|
|
52
|
-
"eslint-config-standard-react": "^9.2.0",
|
|
53
|
-
"eslint-plugin-import": "^2.18.2",
|
|
54
|
-
"eslint-plugin-node": "^11.0.0",
|
|
55
|
-
"eslint-plugin-prettier": "^3.1.1",
|
|
56
|
-
"eslint-plugin-promise": "^4.2.1",
|
|
57
|
-
"eslint-plugin-react": "^7.17.0",
|
|
58
|
-
"eslint-plugin-standard": "^4.0.1",
|
|
59
|
-
"gh-pages": "^2.2.0",
|
|
60
|
-
"microbundle-crl": "^0.13.10",
|
|
61
|
-
"npm-run-all": "^4.1.5",
|
|
62
|
-
"prettier": "^2.0.4",
|
|
63
|
-
"react-scripts": "^3.4.1",
|
|
64
|
-
"typescript": "^3.7.5"
|
|
65
|
-
},
|
|
66
|
-
"files": [
|
|
67
|
-
"dist"
|
|
68
|
-
],
|
|
69
|
-
"dependencies": {
|
|
70
|
-
"@date-io/date-fns": "^1.3.13",
|
|
71
|
-
"@date-io/moment": "^1.3.13",
|
|
72
|
-
"@emotion/react": "^11.6.0",
|
|
73
|
-
"@emotion/styled": "^11.6.0",
|
|
74
|
-
"@fullcalendar/daygrid": "^5.10.1",
|
|
75
|
-
"@fullcalendar/moment": "^5.10.1",
|
|
76
|
-
"@fullcalendar/react": "^5.10.1",
|
|
77
|
-
"@fullcalendar/timegrid": "^5.10.1",
|
|
78
|
-
"@material-ui/core": "^4.12.3",
|
|
79
|
-
"@material-ui/data-grid": "^4.0.0-alpha.37",
|
|
80
|
-
"@material-ui/icons": "^4.11.2",
|
|
81
|
-
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
82
|
-
"@material-ui/pickers": "^3.2.8",
|
|
83
|
-
"@types/chart.js": "^2.9.35",
|
|
84
|
-
"@types/react": "^17.0.35",
|
|
85
|
-
"@types/react-dom": "^17.0.11",
|
|
86
|
-
"apexcharts": "^3.33.1",
|
|
87
|
-
"array-move": "^4.0.0",
|
|
88
|
-
"chart.js": "^2.9.4",
|
|
89
|
-
"date-fns": "^2.19.0",
|
|
90
|
-
"formik": "^2.2.6",
|
|
91
|
-
"fullcalendar": "^5.10.1",
|
|
92
|
-
"jspdf": "^2.5.0",
|
|
93
|
-
"lodash": "^4.17.21",
|
|
94
|
-
"mario-chat": "^1.7.9",
|
|
95
|
-
"mario-core": "^
|
|
96
|
-
"material-ui": "^0.20.2",
|
|
97
|
-
"moment": "^2.29.1",
|
|
98
|
-
"node-sass": "^5.0.0",
|
|
99
|
-
"pusher-js": "^7.0.3",
|
|
100
|
-
"react-apexcharts": "^1.3.9",
|
|
101
|
-
"react-datepicker": "^4.5.0",
|
|
102
|
-
"react-draggable": "^4.4.4",
|
|
103
|
-
"react-select": "^5.2.1",
|
|
104
|
-
"react-smooth-dnd": "^0.11.1",
|
|
105
|
-
"yup": "^0.32.9"
|
|
106
|
-
}
|
|
107
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "mario-teacher-student-client",
|
|
3
|
+
"version": "3.0.1-admin",
|
|
4
|
+
"description": "Made with create-react-library",
|
|
5
|
+
"author": "brss",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"repository": "brss/mario-chat",
|
|
8
|
+
"main": "dist/index.js",
|
|
9
|
+
"module": "dist/index.modern.js",
|
|
10
|
+
"source": "src/index.tsx",
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=10"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"build": "microbundle-crl --no-compress --format modern,cjs",
|
|
16
|
+
"start": "microbundle-crl watch --no-compress --format modern,cjs",
|
|
17
|
+
"prepare": "run-s build",
|
|
18
|
+
"test": "run-s test:unit test:lint test:build",
|
|
19
|
+
"test:build": "run-s build",
|
|
20
|
+
"test:lint": "eslint .",
|
|
21
|
+
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
|
|
22
|
+
"test:watch": "react-scripts test --env=jsdom",
|
|
23
|
+
"predeploy": "cd example && npm install && npm run build",
|
|
24
|
+
"deploy": "gh-pages -d example/build"
|
|
25
|
+
},
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"axios": "*",
|
|
28
|
+
"react": "*",
|
|
29
|
+
"react-dom": "*",
|
|
30
|
+
"react-redux": "*",
|
|
31
|
+
"react-router-dom": "*"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@rollup/plugin-commonjs": "11.0.2",
|
|
35
|
+
"@testing-library/jest-dom": "^4.2.4",
|
|
36
|
+
"@testing-library/react": "^9.5.0",
|
|
37
|
+
"@testing-library/user-event": "^7.2.1",
|
|
38
|
+
"@types/dom-mediacapture-record": "^1.0.7",
|
|
39
|
+
"@types/jest": "^25.1.4",
|
|
40
|
+
"@types/node": "^12.12.38",
|
|
41
|
+
"@types/react-datepicker": "^4.3.4",
|
|
42
|
+
"@types/react-redux": "^7.1.16",
|
|
43
|
+
"@types/react-router-dom": "^5.1.7",
|
|
44
|
+
"@types/yup": "^0.29.11",
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "^2.26.0",
|
|
46
|
+
"@typescript-eslint/parser": "^2.26.0",
|
|
47
|
+
"babel-eslint": "^10.0.3",
|
|
48
|
+
"cross-env": "^7.0.2",
|
|
49
|
+
"eslint": "^6.8.0",
|
|
50
|
+
"eslint-config-prettier": "^6.7.0",
|
|
51
|
+
"eslint-config-standard": "^14.1.0",
|
|
52
|
+
"eslint-config-standard-react": "^9.2.0",
|
|
53
|
+
"eslint-plugin-import": "^2.18.2",
|
|
54
|
+
"eslint-plugin-node": "^11.0.0",
|
|
55
|
+
"eslint-plugin-prettier": "^3.1.1",
|
|
56
|
+
"eslint-plugin-promise": "^4.2.1",
|
|
57
|
+
"eslint-plugin-react": "^7.17.0",
|
|
58
|
+
"eslint-plugin-standard": "^4.0.1",
|
|
59
|
+
"gh-pages": "^2.2.0",
|
|
60
|
+
"microbundle-crl": "^0.13.10",
|
|
61
|
+
"npm-run-all": "^4.1.5",
|
|
62
|
+
"prettier": "^2.0.4",
|
|
63
|
+
"react-scripts": "^3.4.1",
|
|
64
|
+
"typescript": "^3.7.5"
|
|
65
|
+
},
|
|
66
|
+
"files": [
|
|
67
|
+
"dist"
|
|
68
|
+
],
|
|
69
|
+
"dependencies": {
|
|
70
|
+
"@date-io/date-fns": "^1.3.13",
|
|
71
|
+
"@date-io/moment": "^1.3.13",
|
|
72
|
+
"@emotion/react": "^11.6.0",
|
|
73
|
+
"@emotion/styled": "^11.6.0",
|
|
74
|
+
"@fullcalendar/daygrid": "^5.10.1",
|
|
75
|
+
"@fullcalendar/moment": "^5.10.1",
|
|
76
|
+
"@fullcalendar/react": "^5.10.1",
|
|
77
|
+
"@fullcalendar/timegrid": "^5.10.1",
|
|
78
|
+
"@material-ui/core": "^4.12.3",
|
|
79
|
+
"@material-ui/data-grid": "^4.0.0-alpha.37",
|
|
80
|
+
"@material-ui/icons": "^4.11.2",
|
|
81
|
+
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
82
|
+
"@material-ui/pickers": "^3.2.8",
|
|
83
|
+
"@types/chart.js": "^2.9.35",
|
|
84
|
+
"@types/react": "^17.0.35",
|
|
85
|
+
"@types/react-dom": "^17.0.11",
|
|
86
|
+
"apexcharts": "^3.33.1",
|
|
87
|
+
"array-move": "^4.0.0",
|
|
88
|
+
"chart.js": "^2.9.4",
|
|
89
|
+
"date-fns": "^2.19.0",
|
|
90
|
+
"formik": "^2.2.6",
|
|
91
|
+
"fullcalendar": "^5.10.1",
|
|
92
|
+
"jspdf": "^2.5.0",
|
|
93
|
+
"lodash": "^4.17.21",
|
|
94
|
+
"mario-chat": "^1.7.9",
|
|
95
|
+
"mario-core": "^3.0.0-admin",
|
|
96
|
+
"material-ui": "^0.20.2",
|
|
97
|
+
"moment": "^2.29.1",
|
|
98
|
+
"node-sass": "^5.0.0",
|
|
99
|
+
"pusher-js": "^7.0.3",
|
|
100
|
+
"react-apexcharts": "^1.3.9",
|
|
101
|
+
"react-datepicker": "^4.5.0",
|
|
102
|
+
"react-draggable": "^4.4.4",
|
|
103
|
+
"react-select": "^5.2.1",
|
|
104
|
+
"react-smooth-dnd": "^0.11.1",
|
|
105
|
+
"yup": "^0.32.9"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { FC } from "react";
|
|
2
|
-
interface Props {
|
|
3
|
-
name: string;
|
|
4
|
-
imageUrl: string;
|
|
5
|
-
isResultSession?: boolean;
|
|
6
|
-
lengthSession?: string;
|
|
7
|
-
startTime?: string;
|
|
8
|
-
createdByTeacher?: boolean;
|
|
9
|
-
gradeLevel?: string;
|
|
10
|
-
informationUser?: any;
|
|
11
|
-
clickOpenProfileDialog?: any;
|
|
12
|
-
isConference?: boolean;
|
|
13
|
-
sessionType?: string;
|
|
14
|
-
classFontSize?: string;
|
|
15
|
-
}
|
|
16
|
-
declare const ConductTop: FC<Props>;
|
|
17
|
-
export default ConductTop;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const useConductOne: () => {
|
|
3
|
-
currentUser: any;
|
|
4
|
-
isTeacher: any;
|
|
5
|
-
isStudent: any;
|
|
6
|
-
listQuestionTeachers: any;
|
|
7
|
-
listQuestionStudents: any;
|
|
8
|
-
updateQuestionAnswer: (questionId: number, text: string) => void;
|
|
9
|
-
fnfinishSession: (cb: any) => Promise<void>;
|
|
10
|
-
surveyId: string;
|
|
11
|
-
surveyResultId: number;
|
|
12
|
-
startTime: string;
|
|
13
|
-
informationUser: any;
|
|
14
|
-
category: string;
|
|
15
|
-
setCategory: import("react").Dispatch<import("react").SetStateAction<string>>;
|
|
16
|
-
classFontSize: string;
|
|
17
|
-
isStudentChangeAfter: boolean;
|
|
18
|
-
isUserChangeSession: boolean;
|
|
19
|
-
setIsUserChangeSession: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
20
|
-
};
|
|
21
|
-
export default useConductOne;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { TypeTime } from "../constant/types";
|
|
2
|
-
declare const useCountDown: (typeTime: TypeTime, sessionResultId: number, isUserChangeSession: boolean, isTeacherSessionDone: boolean) => {
|
|
3
|
-
hour: number;
|
|
4
|
-
minute: number;
|
|
5
|
-
second: number;
|
|
6
|
-
clearTimer: () => void;
|
|
7
|
-
};
|
|
8
|
-
export default useCountDown;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { FC } from "react";
|
|
2
|
-
import { LearningStrategyType } from "../constant/types";
|
|
3
|
-
interface Props {
|
|
4
|
-
listLearningStrategory: LearningStrategyType[];
|
|
5
|
-
questionId?: number;
|
|
6
|
-
onChangeQuestionAnswer?: Function;
|
|
7
|
-
valueText?: string;
|
|
8
|
-
isResultPage?: boolean;
|
|
9
|
-
isUserChangeConference?: boolean;
|
|
10
|
-
}
|
|
11
|
-
declare const IBLearnerComponent: FC<Props>;
|
|
12
|
-
export default IBLearnerComponent;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const useConductSurvey: () => {
|
|
3
|
-
listQuestionTeachers: any;
|
|
4
|
-
listQuestionStudents: any;
|
|
5
|
-
updateQuestionAnswer: (questionId: number, text: string, isAdditional?: boolean | undefined) => void;
|
|
6
|
-
fnfinishSurvey: (cb: any) => Promise<void>;
|
|
7
|
-
informationUser: any;
|
|
8
|
-
category: string;
|
|
9
|
-
setCategory: import("react").Dispatch<import("react").SetStateAction<string>>;
|
|
10
|
-
classFontSize: string;
|
|
11
|
-
isStudentChangeAfter: boolean;
|
|
12
|
-
isUserChangeSession: boolean;
|
|
13
|
-
setIsUserChangeSession: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
14
|
-
listAdditionalQuestionAnswer: any;
|
|
15
|
-
questionSummarize: any;
|
|
16
|
-
setQuestionSummarize: import("react").Dispatch<any>;
|
|
17
|
-
updateAnswerIBLearner: (_answer: string) => Promise<void>;
|
|
18
|
-
questionIBLearner: string;
|
|
19
|
-
setQuestionIBLearner: import("react").Dispatch<import("react").SetStateAction<string>>;
|
|
20
|
-
};
|
|
21
|
-
export default useConductSurvey;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const create: (data: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const category: string[];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const getDataSetting: () => Promise<void>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useStylesSelect: (props?: any) => Record<"formControl" | "selectEmpty", string>;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export interface IGoal {
|
|
2
|
-
id: number;
|
|
3
|
-
}
|
|
4
|
-
export interface ParamTypes {
|
|
5
|
-
studentId: string;
|
|
6
|
-
}
|
|
7
|
-
export interface IPropModelCreate {
|
|
8
|
-
open: boolean;
|
|
9
|
-
onToggleModel: Function;
|
|
10
|
-
activeStep: number;
|
|
11
|
-
handleChangeStep: Function;
|
|
12
|
-
}
|
|
13
|
-
export interface ISelectCategory {
|
|
14
|
-
onChangeStep: Function;
|
|
15
|
-
}
|
|
16
|
-
export interface IChooseArea {
|
|
17
|
-
onChangeStep: Function;
|
|
18
|
-
}
|
|
19
|
-
export interface IDetailFormCreate {
|
|
20
|
-
onChangeStep: Function;
|
|
21
|
-
}
|
|
22
|
-
export interface IPickTarget {
|
|
23
|
-
onChangeStep: Function;
|
|
24
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface IMutipleSelectBox {
|
|
3
|
-
label: string;
|
|
4
|
-
options: string[];
|
|
5
|
-
SelectedChange: (selected: string[]) => void;
|
|
6
|
-
}
|
|
7
|
-
declare function MutipleSelectBox({ label, options, SelectedChange }: IMutipleSelectBox): JSX.Element;
|
|
8
|
-
export default MutipleSelectBox;
|
|
@@ -1,19 +0,0 @@
|
|
|
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;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const getConferenceChart: (filters: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
@@ -1,8 +0,0 @@
|
|
|
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;
|
|
@@ -1,8 +0,0 @@
|
|
|
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;
|
|
@@ -1,8 +0,0 @@
|
|
|
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;
|
|
@@ -1,8 +0,0 @@
|
|
|
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;
|
|
@@ -1,10 +0,0 @@
|
|
|
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;
|
|
@@ -1,23 +0,0 @@
|
|
|
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;
|