mario-education 2.4.598-feedback → 2.4.599-feedback
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/components/DatePicker/FilterDateRange.d.ts +2 -1
- package/dist/components/selector/CalendarSelect.d.ts +2 -1
- package/dist/components/selector/StudentMultiSelector.d.ts +1 -1
- package/dist/components/selector/TeacherSelector.d.ts +1 -1
- package/dist/containers/Dashboard/components/BubbleChartCustom.d.ts +2 -1
- package/dist/containers/Dashboard/components/ConcernMetricTab.d.ts +1 -1
- package/dist/containers/Dashboard/components/ConversationTab.d.ts +1 -1
- package/dist/containers/Dashboard/components/DesktopFilterComponent.d.ts +1 -1
- package/dist/containers/Dashboard/components/GeneratePlpChart.d.ts +1 -1
- package/dist/containers/Dashboard/components/GenerateTrendQuestion.d.ts +1 -1
- package/dist/containers/Dashboard/components/GraphTrend.d.ts +1 -1
- package/dist/containers/Dashboard/components/LearningProgressTab.d.ts +1 -1
- package/dist/containers/Dashboard/components/MobileFilterComponent.d.ts +1 -1
- package/dist/containers/Dashboard/components/OpenFieldTab.d.ts +1 -1
- package/dist/containers/Dashboard/components/ReadinessToLearnTab.d.ts +1 -1
- package/dist/containers/Dashboard/components/StudentPressureChart.d.ts +3 -2
- package/dist/containers/Dashboard/components/SuccessIndicatorTab.d.ts +1 -1
- package/dist/containers/Dashboard/components/TotalCard.d.ts +1 -1
- package/dist/containers/Dashboard/configs/types.d.ts +25 -0
- package/dist/containers/Dashboard/hooks/useDashboard.d.ts +2 -8
- package/dist/containers/Homepage/common/interface.d.ts +8 -0
- package/dist/containers/Homepage/hooks/useGeneralTip.d.ts +1 -1
- package/dist/containers/Homepage/hooks/useGradeUsage.d.ts +1 -1
- package/dist/containers/Homepage/hooks/useSchoolUsage.d.ts +1 -1
- package/dist/containers/Homepage/hooks/useStudentWellness.d.ts +1 -1
- package/dist/containers/Homepage/hooks/useViewStudent.d.ts +1 -1
- package/dist/index.css +34 -0
- package/dist/index.js +1465 -1247
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1450 -1232
- package/dist/index.modern.js.map +1 -1
- package/dist/types/types.d.ts +1 -0
- package/package.json +2 -2
|
@@ -5,6 +5,7 @@ interface PropsType {
|
|
|
5
5
|
onChangeStartDate: (date: MaterialUiPickersDate | null, value?: string | null) => void;
|
|
6
6
|
onChangeEndDate: (date: MaterialUiPickersDate | null, value?: string | null) => void;
|
|
7
7
|
fontSizeInputSelect?: string | null;
|
|
8
|
+
disabled?: boolean;
|
|
8
9
|
}
|
|
9
|
-
declare const FilterDateRange: ({ endDate, startDate, onChangeEndDate, onChangeStartDate, fontSizeInputSelect }: PropsType) => JSX.Element;
|
|
10
|
+
declare const FilterDateRange: ({ endDate, startDate, onChangeEndDate, onChangeStartDate, fontSizeInputSelect, disabled }: PropsType) => JSX.Element;
|
|
10
11
|
export default FilterDateRange;
|
|
@@ -8,6 +8,7 @@ interface ICalendarSelect {
|
|
|
8
8
|
options: IOptionCalendar[];
|
|
9
9
|
value?: string;
|
|
10
10
|
onChange?: Function;
|
|
11
|
+
disabled?: boolean;
|
|
11
12
|
}
|
|
12
|
-
declare const CalendarSelect: ({ options, value, onChange }: ICalendarSelect) => JSX.Element;
|
|
13
|
+
declare const CalendarSelect: ({ options, value, onChange, disabled }: ICalendarSelect) => JSX.Element;
|
|
13
14
|
export default CalendarSelect;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IStudentMultiSelector } from "../../types/types";
|
|
2
|
-
declare const StudentMultiSelector: ({ student, setStudent, studentData, grades, fontSizeInputSelect, inputStyleProps }: IStudentMultiSelector) => JSX.Element;
|
|
2
|
+
declare const StudentMultiSelector: ({ student, setStudent, studentData, grades, fontSizeInputSelect, inputStyleProps, disabled }: IStudentMultiSelector) => JSX.Element;
|
|
3
3
|
export default StudentMultiSelector;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const TeacherSelector: ({ isShowDropDownIcon, classes, setSelectTeacherUserId, setSelected }: any) => JSX.Element;
|
|
1
|
+
declare const TeacherSelector: ({ isShowDropDownIcon, classes, setSelectTeacherUserId, setSelected, disabled }: any) => JSX.Element;
|
|
2
2
|
export default TeacherSelector;
|
|
@@ -9,6 +9,7 @@ interface IProps {
|
|
|
9
9
|
hiddenDescription?: boolean;
|
|
10
10
|
handleHoverTooltip?: Function;
|
|
11
11
|
name?: string;
|
|
12
|
+
loadingComplete?: boolean;
|
|
12
13
|
}
|
|
13
|
-
declare const _default: React.MemoExoticComponent<({ data, print, disableSeriesName, hiddenRightLegend, hiddenDescription, handleHoverTooltip, name }: IProps) => JSX.Element>;
|
|
14
|
+
declare const _default: React.MemoExoticComponent<({ data, print, disableSeriesName, hiddenRightLegend, hiddenDescription, handleHoverTooltip, name, loadingComplete }: IProps) => JSX.Element>;
|
|
14
15
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { IConcernMetricTab } from "../configs/types";
|
|
3
|
-
declare const _default: React.MemoExoticComponent<({ studentSkillQuestion, classFontSize, safetyData, stressData, monthsOneToOne, dayOfWeekOneToOne, handleHoverTooltip, avgQuestionLastMonth, studentPressure, timeOfDay, metricWeeks, lowMetricStudents, metricDataMonths, metricDataWeeks, metricMonths, studentMetricPercent, stressValue, safetyValue }: IConcernMetricTab) => JSX.Element>;
|
|
3
|
+
declare const _default: React.MemoExoticComponent<({ studentSkillQuestion, classFontSize, safetyData, stressData, monthsOneToOne, dayOfWeekOneToOne, handleHoverTooltip, avgQuestionLastMonth, studentPressure, timeOfDay, metricWeeks, lowMetricStudents, metricDataMonths, metricDataWeeks, metricMonths, studentMetricPercent, stressValue, safetyValue, loadingComplete }: IConcernMetricTab) => JSX.Element>;
|
|
4
4
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { IConversationTab } from "../configs/types";
|
|
3
|
-
declare const _default: React.MemoExoticComponent<({ conversationKpi }: IConversationTab) => JSX.Element>;
|
|
3
|
+
declare const _default: React.MemoExoticComponent<({ conversationKpi, loadingComplete }: IConversationTab) => JSX.Element>;
|
|
4
4
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IFilterComponent } from "../configs/types";
|
|
2
|
-
declare const DesktopFilterComponent: ({ gradeList, onChangeFilterGrade, fontSizeInputSelect, gradeFilter, endDate, startDate, student, onChangeStudent, studentData, academicYearList, valueAcademicYear, onChangeAcademicYear, onChangeEndDateChart, onChangeStartDateChart, optionDate, onChangeFilterCalendar, onClearFilter, onSaveFilter, setSelectTeacherUserId }: IFilterComponent) => JSX.Element;
|
|
2
|
+
declare const DesktopFilterComponent: ({ gradeList, onChangeFilterGrade, fontSizeInputSelect, gradeFilter, endDate, startDate, student, onChangeStudent, studentData, academicYearList, valueAcademicYear, onChangeAcademicYear, onChangeEndDateChart, onChangeStartDateChart, optionDate, onChangeFilterCalendar, onClearFilter, onSaveFilter, setSelectTeacherUserId, loadingComplete }: IFilterComponent) => JSX.Element;
|
|
3
3
|
export default DesktopFilterComponent;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { IGenerateDashboardChart } from "../configs/types";
|
|
3
|
-
declare const _default: React.MemoExoticComponent<({ typeChart, activeColumn, series, months, name, dayOfWeek, colors, textColors, avgQuestionLastMonth, studentCount, studentPercentage, responseStudent, classFontSize, avgContent, print, width, height, titleClassFontSize, min, hiddenKpi, timeOfDay, weeklySeries, weeks, description, skillClass, kpiClassName, lowMetricStudents, studentMetricPercent, noGradient, setOptionDate, stressValue, noAvgTotal, onActiveColumn, }: IGenerateDashboardChart) => JSX.Element>;
|
|
3
|
+
declare const _default: React.MemoExoticComponent<({ typeChart, activeColumn, series, months, name, dayOfWeek, colors, textColors, avgQuestionLastMonth, studentCount, studentPercentage, responseStudent, classFontSize, avgContent, print, width, height, titleClassFontSize, min, hiddenKpi, timeOfDay, weeklySeries, weeks, description, skillClass, kpiClassName, lowMetricStudents, studentMetricPercent, noGradient, setOptionDate, stressValue, noAvgTotal, onActiveColumn, loadingComplete }: IGenerateDashboardChart) => JSX.Element>;
|
|
4
4
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { IGenerateTrendQuestion } from "../configs/types";
|
|
3
|
-
declare const _default: React.MemoExoticComponent<({ series, avgQuestionLastMonth, icons, className, noAvgText, timeOfDay }: IGenerateTrendQuestion) => JSX.Element>;
|
|
3
|
+
declare const _default: React.MemoExoticComponent<({ series, avgQuestionLastMonth, icons, className, noAvgText, timeOfDay, loadingComplete }: IGenerateTrendQuestion) => JSX.Element>;
|
|
4
4
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IGraphTrend } from "../configs/types";
|
|
2
|
-
declare const GraphTrend: ({ value, label, isStress, timeOfDay, valueData }: IGraphTrend) => JSX.Element;
|
|
2
|
+
declare const GraphTrend: ({ value, label, isStress, timeOfDay, valueData, loadingComplete }: IGraphTrend) => JSX.Element;
|
|
3
3
|
export default GraphTrend;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ILearningProgressTab } from "../configs/types";
|
|
2
|
-
declare const LearningProgressTab: ({ learningStrategies, classFontSize, print }: ILearningProgressTab) => JSX.Element;
|
|
2
|
+
declare const LearningProgressTab: ({ learningStrategies, classFontSize, print, loadingComplete }: ILearningProgressTab) => JSX.Element;
|
|
3
3
|
export default LearningProgressTab;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IFilterComponent } from "../configs/types";
|
|
2
|
-
declare const MobileFilterComponent: ({ gradeList, onChangeFilterGrade, fontSizeInputSelect, gradeFilter, endDate, startDate, student, onChangeStudent, studentData, academicYearList, valueAcademicYear, onChangeAcademicYear, onChangeEndDateChart, onChangeStartDateChart, onChangeFilterCalendar, optionDate, expandedFilter, onToggleChart, setSelectTeacherUserId }: IFilterComponent) => JSX.Element;
|
|
2
|
+
declare const MobileFilterComponent: ({ gradeList, onChangeFilterGrade, fontSizeInputSelect, gradeFilter, endDate, startDate, student, onChangeStudent, studentData, academicYearList, valueAcademicYear, onChangeAcademicYear, onChangeEndDateChart, onChangeStartDateChart, onChangeFilterCalendar, optionDate, expandedFilter, onToggleChart, setSelectTeacherUserId, loadingComplete }: IFilterComponent) => JSX.Element;
|
|
3
3
|
export default MobileFilterComponent;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IOpenFieldTab } from "../configs/types";
|
|
2
|
-
declare const OpenFieldTab: ({ handleRedirectAllAnswer, summarizeQuestions, goToSession, handleChangeQuestionFilter, questionFilters }: IOpenFieldTab) => JSX.Element;
|
|
2
|
+
declare const OpenFieldTab: ({ handleRedirectAllAnswer, summarizeQuestions, goToSession, handleChangeQuestionFilter, questionFilters, loadingComplete }: IOpenFieldTab) => JSX.Element;
|
|
3
3
|
export default OpenFieldTab;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IReadinessToLearnTab } from "../configs/types";
|
|
2
|
-
declare const ReadinessToLearnTab: ({ dataReadinessOfChart, handleHoverTooltip, classFontSize, dataOverallReadyToLearn, dayOfWeekOneToOne, monthsOneToOne, avgQuestionLastMonth, preparednessData, preparednessWeeklyData, weeksOneToOne, setOptionDate, activeColumn, onActiveColumn, timeOfDay }: IReadinessToLearnTab) => JSX.Element;
|
|
2
|
+
declare const ReadinessToLearnTab: ({ dataReadinessOfChart, handleHoverTooltip, classFontSize, dataOverallReadyToLearn, dayOfWeekOneToOne, monthsOneToOne, avgQuestionLastMonth, preparednessData, preparednessWeeklyData, weeksOneToOne, setOptionDate, activeColumn, onActiveColumn, timeOfDay, loadingComplete }: IReadinessToLearnTab) => JSX.Element;
|
|
3
3
|
export default ReadinessToLearnTab;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { IStudentPressureChart } from "../configs/types";
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
3
|
+
declare const _default: React.MemoExoticComponent<({ studentPressure, changeLanguage, width, print, handleHoverTooltip, loadingComplete }: IStudentPressureChart) => JSX.Element>;
|
|
4
|
+
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ISuccessIndicatorTab } from "../configs/types";
|
|
2
|
-
declare const SuccessIndicatorTab: ({ successIndicatorsData, avgQuestionLastMonth, dayOfWeekOneToOne, monthsOneToOne, timeOfDay, classFontSize, handleHoverTooltip, successIndicatorWeeklyData, weeksOneToOne, activeColumn, onActiveColumn }: ISuccessIndicatorTab) => JSX.Element;
|
|
2
|
+
declare const SuccessIndicatorTab: ({ successIndicatorsData, avgQuestionLastMonth, dayOfWeekOneToOne, monthsOneToOne, timeOfDay, classFontSize, handleHoverTooltip, successIndicatorWeeklyData, weeksOneToOne, activeColumn, onActiveColumn, loadingComplete }: ISuccessIndicatorTab) => JSX.Element;
|
|
3
3
|
export default SuccessIndicatorTab;
|
|
@@ -40,6 +40,7 @@ export interface IStudentPressureChart {
|
|
|
40
40
|
width?: number;
|
|
41
41
|
print?: boolean;
|
|
42
42
|
handleHoverTooltip?: Function;
|
|
43
|
+
loadingComplete?: boolean;
|
|
43
44
|
}
|
|
44
45
|
export interface IStudentPressure {
|
|
45
46
|
boreOutStudent: string[];
|
|
@@ -468,11 +469,13 @@ export interface IFilterComponent {
|
|
|
468
469
|
onSaveFilter: Function;
|
|
469
470
|
optionDate?: string;
|
|
470
471
|
setSelectTeacherUserId: Function;
|
|
472
|
+
loadingComplete: ILoadingComplete;
|
|
471
473
|
}
|
|
472
474
|
export interface ITotalCard {
|
|
473
475
|
label: string;
|
|
474
476
|
value: number | string;
|
|
475
477
|
iconSrc: string;
|
|
478
|
+
loadingComplete?: boolean;
|
|
476
479
|
}
|
|
477
480
|
export interface IQuestionResponseLastMonth {
|
|
478
481
|
avgQuestionResponse: number;
|
|
@@ -538,6 +541,7 @@ export interface IGenerateDashboardChart {
|
|
|
538
541
|
stressValue?: number[];
|
|
539
542
|
noAvgTotal?: boolean;
|
|
540
543
|
onActiveColumn?: any;
|
|
544
|
+
loadingComplete?: boolean;
|
|
541
545
|
}
|
|
542
546
|
export interface IResponseStudentQuestion {
|
|
543
547
|
sessionId: number;
|
|
@@ -584,9 +588,11 @@ export interface IConcernMetricTab {
|
|
|
584
588
|
studentMetricPercent: number;
|
|
585
589
|
stressValue: number[];
|
|
586
590
|
safetyValue: number[];
|
|
591
|
+
loadingComplete: ILoadingComplete;
|
|
587
592
|
}
|
|
588
593
|
export interface IConversationTab {
|
|
589
594
|
conversationKpi: IConversationKpi;
|
|
595
|
+
loadingComplete: boolean;
|
|
590
596
|
}
|
|
591
597
|
export interface IGraphTrend {
|
|
592
598
|
value: number;
|
|
@@ -594,6 +600,7 @@ export interface IGraphTrend {
|
|
|
594
600
|
label?: string;
|
|
595
601
|
timeOfDay?: string;
|
|
596
602
|
valueData?: number;
|
|
603
|
+
loadingComplete: boolean;
|
|
597
604
|
}
|
|
598
605
|
export interface IOpenFieldTab {
|
|
599
606
|
summarizeQuestions: ISummarizeQuestion | undefined;
|
|
@@ -601,6 +608,7 @@ export interface IOpenFieldTab {
|
|
|
601
608
|
questionFilters: any;
|
|
602
609
|
handleChangeQuestionFilter: (filter: any) => void;
|
|
603
610
|
goToSession: Function;
|
|
611
|
+
loadingComplete: boolean;
|
|
604
612
|
}
|
|
605
613
|
export interface ISuccessIndicatorTab {
|
|
606
614
|
successIndicatorsData: ISeries[];
|
|
@@ -614,6 +622,7 @@ export interface ISuccessIndicatorTab {
|
|
|
614
622
|
weeksOneToOne: string[];
|
|
615
623
|
activeColumn: boolean[];
|
|
616
624
|
onActiveColumn: any;
|
|
625
|
+
loadingComplete: ILoadingComplete;
|
|
617
626
|
}
|
|
618
627
|
export interface ILearningItem {
|
|
619
628
|
learningStrategyName: string;
|
|
@@ -625,6 +634,7 @@ export interface ILearningProgressTab {
|
|
|
625
634
|
classFontSize?: string;
|
|
626
635
|
handleHoverTooltip?: Function;
|
|
627
636
|
print?: boolean;
|
|
637
|
+
loadingComplete: boolean;
|
|
628
638
|
}
|
|
629
639
|
export interface IReadinessToLearnTab {
|
|
630
640
|
handleHoverTooltip?: Function;
|
|
@@ -641,6 +651,7 @@ export interface IReadinessToLearnTab {
|
|
|
641
651
|
onActiveColumn?: any;
|
|
642
652
|
activeColumn?: boolean[];
|
|
643
653
|
timeOfDay?: string;
|
|
654
|
+
loadingComplete: ILoadingComplete;
|
|
644
655
|
}
|
|
645
656
|
export interface IGenerateTrendQuestion {
|
|
646
657
|
series: ISeries[];
|
|
@@ -650,6 +661,7 @@ export interface IGenerateTrendQuestion {
|
|
|
650
661
|
className?: string;
|
|
651
662
|
noAvgText?: boolean;
|
|
652
663
|
timeOfDay?: string;
|
|
664
|
+
loadingComplete: boolean;
|
|
653
665
|
}
|
|
654
666
|
export interface FILTER_STUDENT_WELLBEING {
|
|
655
667
|
startDate?: number;
|
|
@@ -695,4 +707,17 @@ export interface IConversationKpi {
|
|
|
695
707
|
missedReviewStudents: IMissedReviewStudents[];
|
|
696
708
|
educatorConversationsTarget: IEducatorConversationKpi[];
|
|
697
709
|
}
|
|
710
|
+
export interface ILoadingComplete {
|
|
711
|
+
allStudent: boolean;
|
|
712
|
+
dataChart: boolean;
|
|
713
|
+
dataConversationGoal: boolean;
|
|
714
|
+
dataDistribution: boolean;
|
|
715
|
+
dataMetric: boolean;
|
|
716
|
+
dataOverview: boolean;
|
|
717
|
+
dataStatics: boolean;
|
|
718
|
+
dataStudentPressure: boolean;
|
|
719
|
+
gradeList: boolean;
|
|
720
|
+
skillQuestion: boolean;
|
|
721
|
+
summarizeReport: boolean;
|
|
722
|
+
}
|
|
698
723
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { DashboardFilter,
|
|
2
|
+
import { DashboardFilter, IlearningStrategies, IReadinessToLearning, IDashboardToTalStudent, IQuestionResponseLastMonth, IStudentPressure, IOverallReadinessToLearn, ISeries, ISummarizeQuestion, IFilterCalendar, ILowMetricStudent, IConversationKpi, ILoadingComplete } from "../configs/types";
|
|
3
3
|
import { IFilter, Student } from "../../../utils/type";
|
|
4
4
|
import { IStudentSkillQuestion } from "../../MyStudent/components/NewOverview/Chat/types/types";
|
|
5
5
|
import { MaterialUiPickersDate } from "@material-ui/pickers/typings/date";
|
|
@@ -10,15 +10,8 @@ declare const useDashboard: () => {
|
|
|
10
10
|
listTotalTime: IDashboardToTalStudent;
|
|
11
11
|
readinessToLearning: IReadinessToLearning[];
|
|
12
12
|
topLearningStrategies: IlearningStrategies;
|
|
13
|
-
studentByGrade: IStudentByGrade[];
|
|
14
|
-
friendCircles: IsyntheticFriendCircle | undefined;
|
|
15
|
-
activityCircles: IActivityCircle | undefined;
|
|
16
|
-
studentBySpecialNeed: IStudentBySpecialNeed[];
|
|
17
|
-
studentByAge: IStudentByAge;
|
|
18
|
-
studentByGender: IStudentByGender;
|
|
19
13
|
handleChangeFilters: (event: any) => void;
|
|
20
14
|
handleChangeAcademicYearFilters: (option: any) => void;
|
|
21
|
-
bandScore: BAND_SCORE[];
|
|
22
15
|
academicYear: any;
|
|
23
16
|
user: any;
|
|
24
17
|
studentDefault: Student | undefined;
|
|
@@ -93,5 +86,6 @@ declare const useDashboard: () => {
|
|
|
93
86
|
activeColumnReadiness: boolean[];
|
|
94
87
|
activeColumnIndicators: boolean[];
|
|
95
88
|
handleActiveColumn: (index: number, name: string) => void;
|
|
89
|
+
loadingComplete: ILoadingComplete;
|
|
96
90
|
};
|
|
97
91
|
export default useDashboard;
|
|
@@ -146,3 +146,11 @@ export interface IStudentQuestionSkillParams {
|
|
|
146
146
|
academicYearId?: number;
|
|
147
147
|
optionDate?: string;
|
|
148
148
|
}
|
|
149
|
+
export interface ILoadingComplete {
|
|
150
|
+
gradeUsage: boolean;
|
|
151
|
+
schoolUsage: boolean;
|
|
152
|
+
generalTips: boolean;
|
|
153
|
+
dataCheckIns: boolean;
|
|
154
|
+
skillQuestion: boolean;
|
|
155
|
+
viewStudent: boolean;
|
|
156
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IQuestionResponseLastMonth, ISeries, IStudentSkillQuestion } from "../common/interface";
|
|
2
2
|
import { FILTER_STUDENT_WELLBEING } from "../common/interface";
|
|
3
|
-
declare const useStudentWellness: (studentId: number | undefined, filterDateChart: FILTER_STUDENT_WELLBEING, gradeFilter?: string[] | undefined, academicYearId?: number | undefined) => {
|
|
3
|
+
declare const useStudentWellness: (studentId: number | undefined, filterDateChart: FILTER_STUDENT_WELLBEING, gradeFilter?: string[] | undefined, academicYearId?: number | undefined, setLoadingComplete?: Function | undefined) => {
|
|
4
4
|
handleActiveColumnOneToOne: (index: number, name: string) => void;
|
|
5
5
|
activeColumnSuccessIndicators: boolean[];
|
|
6
6
|
monthsOneToOne: string[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { STUDENT_SELECTOR } from "../common/interface";
|
|
3
|
-
declare const useViewStudent: () => {
|
|
3
|
+
declare const useViewStudent: (setLoadingComplete?: Function | undefined) => {
|
|
4
4
|
handleAddNewStudent: () => void;
|
|
5
5
|
dataStudents: any;
|
|
6
6
|
searchStringStudent: string;
|
package/dist/index.css
CHANGED
|
@@ -3281,6 +3281,40 @@ h6._3zOGW {
|
|
|
3281
3281
|
-o-object-fit: cover;
|
|
3282
3282
|
object-fit: cover; }
|
|
3283
3283
|
|
|
3284
|
+
._3Cvdu {
|
|
3285
|
+
width: 32px;
|
|
3286
|
+
height: 32px;
|
|
3287
|
+
border: 5px solid #316CD9;
|
|
3288
|
+
border-bottom-color: transparent;
|
|
3289
|
+
border-radius: 50%;
|
|
3290
|
+
display: inline-block;
|
|
3291
|
+
box-sizing: border-box;
|
|
3292
|
+
-webkit-animation: _1W79y 1s linear infinite;
|
|
3293
|
+
animation: _1W79y 1s linear infinite; }
|
|
3294
|
+
|
|
3295
|
+
._17wC_ {
|
|
3296
|
+
width: 32px;
|
|
3297
|
+
height: 32px;
|
|
3298
|
+
border: 5px solid #d3d3d3;
|
|
3299
|
+
border-bottom-color: transparent;
|
|
3300
|
+
border-radius: 50%;
|
|
3301
|
+
display: inline-block;
|
|
3302
|
+
box-sizing: border-box;
|
|
3303
|
+
-webkit-animation: _1W79y 1s linear infinite;
|
|
3304
|
+
animation: _1W79y 1s linear infinite; }
|
|
3305
|
+
|
|
3306
|
+
@-webkit-keyframes _1W79y {
|
|
3307
|
+
0% {
|
|
3308
|
+
transform: rotate(0deg); }
|
|
3309
|
+
100% {
|
|
3310
|
+
transform: rotate(360deg); } }
|
|
3311
|
+
|
|
3312
|
+
@keyframes _1W79y {
|
|
3313
|
+
0% {
|
|
3314
|
+
transform: rotate(0deg); }
|
|
3315
|
+
100% {
|
|
3316
|
+
transform: rotate(360deg); } }
|
|
3317
|
+
|
|
3284
3318
|
@font-face {
|
|
3285
3319
|
font-family: "Lato-Regular";
|
|
3286
3320
|
src: url("/fonts/Lato-Regular.ttf");
|