mario-education 2.4.126-admin → 2.4.127-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/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/types.d.ts +5 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AreaChart.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/BarAndAreaChart.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/BarChart.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ChartViewDashboard.d.ts +20 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CheckboxCustom.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ChoiceChartType.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/DashboardCard.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/HeaderChart/HeaderChart.d.ts +16 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/HeaderChart/PlusButton.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/Loading.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/PieChart.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StudentByGrade.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/TopMostSurveyUsed.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/TotalCard.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/chartOptions.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/constants.d.ts +60 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/overviewFn.d.ts +17 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/types.d.ts +274 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/utils.d.ts +129 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useBehavior.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useChartDatas.d.ts +38 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useContainerDimensions.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useDashboard.d.ts +29 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDashboard.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/index.d.ts +2 -1
- package/dist/MarioFramework.Education/ClientApp/src/services/dashboardService.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/utils/constants.d.ts +2 -1
- package/dist/MarioFramework.Education/ClientApp/src/utils/type.d.ts +1 -0
- package/dist/index.css +822 -1
- package/dist/index.js +1642 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1642 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/ReadinessToLearn.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/hooks/useSwitchAssistant.d.ts +0 -18
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/components/SwitchCounselorModal.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/hooks/useSwitchCounselor.d.ts +0 -18
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/apiClient/index.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/SelectorTemplate.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/TemplateDialogModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/configs/types.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateBuilder.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateDetail.d.ts +0 -20
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateStart.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateBuilderPage.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateContainer.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateIEPList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateStartBuild.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateSystemList.d.ts +0 -3
- /package/dist/MarioFramework.Education/ClientApp/src/utils/{servicetype.interface.d.ts → serviceType.interface.d.ts} +0 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { PROPS_FILTERS_COMPONENT } from "../../../utils/type";
|
|
3
|
+
declare const useChartDatas: () => {
|
|
4
|
+
user: any;
|
|
5
|
+
filter: import("../configs/types").DashboardFilter;
|
|
6
|
+
LIST_FILTERS_LEFT: PROPS_FILTERS_COMPONENT[];
|
|
7
|
+
LIST_FILTERS_RIGHT: PROPS_FILTERS_COMPONENT[];
|
|
8
|
+
totalCardData: ({
|
|
9
|
+
icon: string;
|
|
10
|
+
title: string;
|
|
11
|
+
value: number;
|
|
12
|
+
isUp: boolean;
|
|
13
|
+
deviant: string;
|
|
14
|
+
filter: string;
|
|
15
|
+
} | {
|
|
16
|
+
icon: string;
|
|
17
|
+
title: string;
|
|
18
|
+
value: string;
|
|
19
|
+
isUp: boolean;
|
|
20
|
+
deviant: string;
|
|
21
|
+
filter: string;
|
|
22
|
+
})[];
|
|
23
|
+
onChangeFilters: (filterSelect: import("../../../utils/type").IFilter) => void;
|
|
24
|
+
handleSelectToPrint: (checked: boolean, data: any, chartType: any) => void;
|
|
25
|
+
checkSelectedItem: (id: string) => boolean;
|
|
26
|
+
selectedToPrint: any;
|
|
27
|
+
setSelectedToPrint: import("react").Dispatch<any>;
|
|
28
|
+
topMostSurveyUsed: import("../configs/types").ITopMostSurveyUsed[];
|
|
29
|
+
surveyFlagData: import("../configs/types").IDashboardFlag | undefined;
|
|
30
|
+
templateSurveyDashboard: import("../configs/types").DASHBOARD_TEMPLATE[];
|
|
31
|
+
avgResult: number[];
|
|
32
|
+
seriseResult: import("../configs/types").ISeries[];
|
|
33
|
+
activeColumnResult: boolean[];
|
|
34
|
+
handleActiveColumnOneToOne: (index: any) => void;
|
|
35
|
+
typeChartList: import("../configs/constants").TYPECHART[];
|
|
36
|
+
onChangeChart: (type: import("../configs/constants").TYPECHART) => void;
|
|
37
|
+
};
|
|
38
|
+
export default useChartDatas;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { DashboardFilter, IStudentByGrade, ITopMostSurveyUsed, IDashboardToTalSurvey, IDashboardFlag, DASHBOARD_TEMPLATE, ISeries } from "../configs/types";
|
|
3
|
+
import { TYPECHART } from "../configs/constants";
|
|
4
|
+
import { IFilter, Student } from "../../../utils/type";
|
|
5
|
+
declare const useDashboard: () => {
|
|
6
|
+
setFilter: import("react").Dispatch<import("react").SetStateAction<DashboardFilter>>;
|
|
7
|
+
filter: DashboardFilter;
|
|
8
|
+
listSurveyTotal: IDashboardToTalSurvey;
|
|
9
|
+
studentByGrade: IStudentByGrade[];
|
|
10
|
+
handleChangeFilters: (event: any) => void;
|
|
11
|
+
user: any;
|
|
12
|
+
studentDefault: Student | undefined;
|
|
13
|
+
setStudentDefault: import("react").Dispatch<import("react").SetStateAction<Student | undefined>>;
|
|
14
|
+
genderOfStudent: string;
|
|
15
|
+
setGenderOfStudent: import("react").Dispatch<import("react").SetStateAction<string>>;
|
|
16
|
+
handleFilterStudent: (option: any) => void;
|
|
17
|
+
handleFilterTeacher: (option: any) => void;
|
|
18
|
+
onChangeFilters: (filterSelect: IFilter) => void;
|
|
19
|
+
topMostSurveyUsed: ITopMostSurveyUsed[];
|
|
20
|
+
surveyFlagData: IDashboardFlag | undefined;
|
|
21
|
+
templateSurveyDashboard: DASHBOARD_TEMPLATE[];
|
|
22
|
+
avgResult: number[];
|
|
23
|
+
seriseResult: ISeries[];
|
|
24
|
+
activeColumnResult: boolean[];
|
|
25
|
+
handleActiveColumnOneToOne: (index: any) => void;
|
|
26
|
+
typeChartList: TYPECHART[];
|
|
27
|
+
onChangeChart: (type: TYPECHART) => void;
|
|
28
|
+
};
|
|
29
|
+
export default useDashboard;
|
|
@@ -32,4 +32,5 @@ import SessionTemplateList from "./containers/SessionTemplate/views/SessionTempl
|
|
|
32
32
|
import SessionTemplateGeneralClassList from "./containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassList";
|
|
33
33
|
import LoadLanguage from "./components/Loading/LoadLanguage";
|
|
34
34
|
import AdminTraining from "./containers/AdminTraining/views/AdminTraining";
|
|
35
|
-
|
|
35
|
+
import SurveyDashboard from "./containers/SurveyDashboard/views/SurveyDashboard";
|
|
36
|
+
export { ClassList, ConferenceRubricList, ConferenceRubricDetail, SuggestionList, LearningStrategyList, SetupContainer, QuestionBankList, ReflectionFormList, ReflectionContainer, QuestionDetail, SubjectList, LearningSupportCategoryList, BadgeList, GoalExampleList, TutorialScreenContainer, FeedbackList, AssessmentList, QuestionBankContainer, SurveyQuestionContainer, QuestionCategoryList, AssignmentList, AssessmentAssignmentContainer, SessionTemplateContainer, SessionTemplateDetail, SessionTemplateGeneralClassDetail, CustomAlertList, CertificateContainer, CompareTeacher, AssetLog, SessionTemplateList, SessionTemplateGeneralClassList, Dashboard, LoadLanguage, AdminTraining, SurveyDashboard };
|
|
@@ -19,3 +19,7 @@ export declare const getStudentByGender: (filter: any) => Promise<import("axios"
|
|
|
19
19
|
export declare const getGrades: (studentUserId: string) => Promise<import("axios").AxiosResponse<any>>;
|
|
20
20
|
export declare const getBandScore: () => Promise<import("axios").AxiosResponse<any>>;
|
|
21
21
|
export declare const getLearningStrategiesTableApi: (filter: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
22
|
+
export declare const getTopMostSurveyUsed: (filter: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
23
|
+
export declare const getAllTotalSurvey: (filter: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
24
|
+
export declare const getDashboardFlagSurvey: (filters: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
25
|
+
export declare const getDashboardTemplateSurvey: (filters: any) => Promise<import("axios").AxiosResponse<any>>;
|