mario-education 2.5.7-release → 2.5.8-release
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/components/AudioRecorder/useAudioRecorder.d.ts +0 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/CancelButton.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/ChipButton.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/ChipImage.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/CustomButton.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/ScrollToTop/ScrollToTopBtn.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/SubmitButton.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Card/CardNameButton.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Card/CardTotal.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Dialog/ConfirmDelete.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Dialog/SimpleDialog.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Header/CustomHeaderComponent.d.ts +19 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Header/HeaderComponent.d.ts +40 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Input/InputComponent.d.ts +18 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Input/TextFieldComponent.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Input/ToggleInput.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Loading/LoadLanguage.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/DropDownComponent.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/EmotionComponent.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/MultiChoiceComponent.d.ts +14 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/QuestionSurveyComponent.d.ts +33 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SingleChoiceComponent.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderComponent.d.ts +16 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderSurveyComponent.d.ts +16 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Questions/QuestionList.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Questions/QuestionSelector.d.ts +14 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Select/Autocomplete.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Select/InputSelector.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Select/SelectFilter.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/Circle.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/ItemCircle.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/utils.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Table/ConvertTime.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Table/TableCells.d.ts +15 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Tabs/CustomTabComponent.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Tooltip/CustomTooltip.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/icons/CloseIcon.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/icons/DownloadIcon.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/icons/InfoIcon.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/icons/PlusIcon.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/constants.d.ts +14 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/types.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterComponent.d.ts +41 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterMobile.d.ts +28 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/selector/StudentSelector.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/selector/TeacherSelector.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/components/BreakingMonthModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/hooks/useAcademicYearList.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/hooks/useBreakingMonth.d.ts +14 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/views/AcademicYearList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AdminTraining/hooks/useAdminTraning.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AdminTraining/views/AdminTraining.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/components/AssessmentDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useAssessmentDetail.d.ts +24 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useAssessmentList.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useQuestionCategory.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/views/AssessmentList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assetlog/Views/AssetLog.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assetlog/hooks/UseAssetlog.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/components/AssignAssistantModal.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/hooks/useAssignAssistant.d.ts +18 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/utils/constants.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/utils/type.interface.d.ts +45 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/views/AssignAssistantList.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/components/AssignCounselorModal.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/hooks/useAssignCounselor.d.ts +18 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/utils/constants.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/utils/type.interface.d.ts +46 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/views/AssignCounselorList.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/components/AssignSecondaryTeacherModal.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/hooks/useAssignSecondaryTeacher.d.ts +18 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/utils/constants.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/utils/type.interface.d.ts +46 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/views/AssignSecondaryTeacherList.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AcademicClassSelector.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AssessmentSelector.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AssignmentDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/SemesterSelector.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/configs/types.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentDetail.d.ts +27 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentList.d.ts +17 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentResultDetail.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentResultList.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/views/AssignmentList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/views/AssignmentResultList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/components/BadgeDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/hooks/useBadgeDetail.d.ts +20 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/hooks/useBadgeList.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/views/BadgeList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/components/BandScoreDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBandScoreDetail.d.ts +18 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBandScoreList.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBreakPoint.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/views/BandScoreList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/components/UploadCSVButton.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/hooks/useCSVImport.d.ts +41 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/views/CSVImport.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateApproved.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateItem.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateReview.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/config/constants.d.ts +19 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateDetail.d.ts +26 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateList.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateReview.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/views/CertificateContainer.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/ClassDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/ClassStudentModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentItemSelector.d.ts +23 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentList.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentSelector.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherItemSelector.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherMultiSelector.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherSelector.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/hooks/useClassDetail.d.ts +25 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/hooks/useClassList.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/views/ClassList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/components/TeacherItem.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/configs/constants.d.ts +18 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/hooks/useCompareTeacher.d.ts +17 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/views/CompareTeacher.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/constant.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/types.d.ts +47 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ConductTop/ConductItem.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ConductTop/SurveyTop.d.ts +14 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/HeaderSurvey.d.ts +22 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/QuestionConduct.d.ts +15 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ShareSurveyDialog.d.ts +14 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/DialogInterventionBody.d.ts +15 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/InterventionDialog.d.ts +20 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/InterventionSelector.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/hooks/useInterventionDialog.d.ts +27 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/configs/constant.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/configs/types.d.ts +126 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/hooks/useConductSurvey.d.ts +31 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/hooks/usePreviewSurvey.d.ts +33 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/styles/makeStyles.d.ts +1 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/PreviewSurveyAdmin.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/SurveyIndexAdmin.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/SurveyResultAdmin.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/ConferenceRubricItem.d.ts +14 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/ConferenceRubricTypeSelector.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/SkillSelector.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/configs/types.d.ts +44 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/hooks/useConferenceRubricDetail.d.ts +36 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/hooks/useConferenceRubricList.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/styles/styles.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/views/ConferenceRubricList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CurrentLicense/hooks/useCurrentLicense.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CurrentLicense/views/CurrentLicense.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/components/CustomAlertDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/components/QuestionAlertDetailModel.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/constant.d.ts +16 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/type.d.ts +19 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/validate.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useCustomAlertDetail.d.ts +22 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useCustomAlertList.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useQuestionAlert.d.ts +14 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/views/CustomAlertList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/views/CustomQuestionAlert.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/AreaChart.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BarAndAreaChart.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BarChart.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BubbleChartCustom.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CheckboxCustom.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/ColumnChartAndPercent.d.ts +18 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomBarChart.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomChartCircle.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomCheckbox.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomLineChart.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomPieChart.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/DashboardCard.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/DashboardToPDF.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/GenerateChartData.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/GoalProgress.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Grade.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HeaderChart/HeaderChart.d.ts +17 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HeaderChart/PlusButton.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HighImpact.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LearningStrategiesTable.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LineChart.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Loading.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LoginCouting.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/OverallDonutChart.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/PerceivedImpact.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Quantity.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Skill.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByAge.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByAgeAndGender.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByGender.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByGrade.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentPressureChart.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentWithSpecialNeeds.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TimeInSession.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TopLearningStrategy.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TopSkill.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TotalCard.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/backgroundPressure.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/constants.d.ts +85 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/types.d.ts +368 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/utils.d.ts +136 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useBehavior.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useChartDatas.d.ts +50 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useDashboard.d.ts +50 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useExportSessionCsv.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useSkillFormat.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useWrapText.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/views/Dashboard.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/components/DestinationModal.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/hooks/useDestination.d.ts +18 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/utils/constant.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/utils/type.interface.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/utils/ultis.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/views/Destinations.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ExternalSurvey/api/externalService.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ExternalSurvey/constant/types.d.ts +69 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/components/FeedbackDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/hooks/useFeedbackDetail.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/hooks/useFeedbackList.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/views/FeedbackList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/FixData/hooks/useFixData.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/FixData/views/FixDataStudent.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/components/GoalExampleDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useGoalExampleDetail.d.ts +27 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useGoalExampleList.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useShortTermTargetExampleList.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/views/GoalExampleList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/components/StrategyDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/hooks/useLearningStrategyList.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/hooks/useStrategyDetail.d.ts +21 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/views/LearningStrategyList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/components/LearningSupportCategoryDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/components/LearningSupportCategorySelector.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryDetail.d.ts +20 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryList.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/views/LearningSupportCategoryList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ManageAssistant/views/ManageAssistantList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyOneToOne/constants/types.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/configs/constants.d.ts +46 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/configs/utils.d.ts +35 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/types/types.d.ts +227 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/AreaChart.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/BubbleChartCustom.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/OverallDonutChart.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/components/ImportOneRoster.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/components/RosterConfigForm.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/hooks/useImportOneRoster.d.ts +28 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/hooks/userRosterConfigForm.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/utils/constants.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/utils/types.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/views/OneRoster.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/ImportOneRoster.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/RosterConfigForm.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/TeacherSelector.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/configs/constants.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/configs/types.d.ts +25 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useCreateRosterUser.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useImportOneRoster.d.ts +28 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useOneRosterUserList.d.ts +19 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/userRosterConfigForm.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterContainer.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterImport.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterUserList.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AdditionalComponent.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AgGridComponents.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AnswerList.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/DefaultQuestionStudentTeacherFilter.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/DefaultQuestionTypeSelector.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/QuestionPreview.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/SliderScale.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/StarRating.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/SubQuestions.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/UserForQuestion.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/constants.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/questionDetailSchema.d.ts +29 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/type.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/validationAnswerId.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/validationChoices.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionAnswerList.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionDetail.d.ts +39 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionList.d.ts +15 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useSubQuestionList.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionBankContainer.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionBankList.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionDetail.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/SurveyQuestionContainer.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/components/QuestionCateModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/components/QuestionCateSelector.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/hooks/useQuestionCateDetail.d.ts +18 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/hooks/useQuestionCateList.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/views/QuestionCategogyList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/components/QuestionDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/hooks/useQuestionDetail.d.ts +21 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/hooks/useQuestionList.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/ultis/ultis.d.ts +20 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/views/QuestionScaffolding.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/ReflectionDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/ReflectionResultDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/configs/types.d.ts +43 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useQuestionCategory.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionFormDetail.d.ts +21 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionFormList.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionResultDetail.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionResultList.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionContainer.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionFormList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionResultList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Sandbox/hooks/useSandbox.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Sandbox/views/SandboxContainer.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/components/SchoolBlankDayDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayDetail.d.ts +19 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayList.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/views/SchoolBlankDayList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/components/BreakingMonthModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/components/SemesterDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useBreakingMonth.d.ts +14 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useSemesterDetail.d.ts +19 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useSemesterList.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/views/SemesterList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/AddQuestionModal.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/CategorySelector.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/ConferenceRubricSelector.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/ReflectionFormSelector.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/SkillSelector.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/configs/validationSchema.d.ts +15 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useAddQuestion.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useSessionTemplateDetail.d.ts +42 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useSessionTemplateList.d.ts +15 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/views/SessionTemplateDetail.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/views/SessionTemplateList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateContainer/views/SessionTemplateContainer.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/components/SubjectSelector.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassDetail.d.ts +39 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassList.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassDetail.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Setup/views/SetupContainer.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/components/SubjectDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/hooks/useSubjectDetail.d.ts +19 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/hooks/useSubjectList.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/views/SubjectList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/components/SuggestionDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useKeywordList.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useSuggestionDetail.d.ts +30 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useSuggestionList.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/views/SuggestionList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/apiClient/surveyService.d.ts +32 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AllQuestionSurvey.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AllStudentSurvey.d.ts +3 -0
- 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/CardItemMobile/CardSurveyMobile.d.ts +3 -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 +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ConductSurveyModel.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CreateSurveyAdmin.d.ts +2 -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/ListSurveys.d.ts +2 -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/Questions/AdditionalQuestionModel.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/RatingOfQuestions.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ResponseQuestionModel.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ConfirmPublishSurvey.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ConfirmShareSurvey.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/CreateSurveyComponent.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ListFavoriteSurvey.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSelectQuestion.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSelectSurveyTemplate.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSendSurvey.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ReviewSurveyDetail.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/TableSelectStaff.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/TableSelectStudent.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StudentByGrade.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StudentFlagList.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 +3 -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 +65 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/overviewFn.d.ts +17 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/questionModelType.d.ts +34 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/tableColumn.d.ts +146 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/typeCardItem.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/useAdditionalQuestion.d.ts +32 -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 +43 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useContainerDimensions.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useCreateSurvey.d.ts +100 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useDashboard.d.ts +32 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useExternalSurvey.d.ts +26 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useFormCreateSurvey.d.ts +15 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListFavoriteSurvey.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListQuestionSurvey.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListStudentFlag.d.ts +19 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListSurvey.d.ts +44 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListSurveyDetail.d.ts +20 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectQuestion.d.ts +26 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectStaff.d.ts +15 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectStudent.d.ts +16 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyDetail.d.ts +31 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyExportCsv.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyStudentFlag.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/styles/makeStyles.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDashboard.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDashboardContainer.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDetailAdmin.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyStudentFlagListAdmin.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveySummary.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/components/SwitchAssistantModal.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/hooks/useSwitchAssistant.d.ts +18 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/utils/constants.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/utils/type.interface.d.ts +36 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/views/SwitchAssistantList.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/components/SwitchCounselorModal.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/hooks/useSwitchCounselor.d.ts +18 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/utils/constants.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/utils/type.interface.d.ts +53 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/views/SwitchCounselorList.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/components/SwitchSecondaryTeacherModal.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/hooks/useSwitchSecondaryTeacher.d.ts +19 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/utils/constants.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/utils/type.interface.d.ts +63 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/views/SwitchSecondaryTeacherList.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/components/SwitchTeacherModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/hooks/useSwitchTeacher.d.ts +38 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/views/SwitchTeacherList.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/components/TemplateCateModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/hooks/useTemplateCateDetail.d.ts +35 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/hooks/useTemplateCateList.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/views/TemplateSurveyList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/apiClient/index.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/SelectorTemplate.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/TemplateDialogModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/configs/types.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateBuilder.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateDetail.d.ts +20 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateList.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateStart.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateBuilderPage.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateContainer.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateIEPList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateStartBuild.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateSystemList.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Training/hooks/useTrainingLink.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/Training/views/Training.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/components/TutorialScreenDetailModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/components/TutorialScreenList.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/enums/TutorialScreenType.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/hooks/useTutorialScreenDetail.d.ts +20 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/hooks/useTutorialScreenList.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/components/UserDeletedModal.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/hooks/useUserDeletedList.d.ts +37 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/hooks/useUserDeletedModal.d.ts +14 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/views/UserDeletedList.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserRevert/hooks/useRevertUser.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserRevert/views/RevertUser.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/hook/useGetUserList.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/hook/useResendMail.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/utils/constants.d.ts +25 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/views/WelcomeEmailResend.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/hooks/useAutoCompleteStyle.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/hooks/useFontStyles.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/hooks/useStudentList.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/index.d.ts +44 -0
- package/dist/MarioFramework.Education/ClientApp/src/index.test.d.ts +1 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/Speech.d.ts +1 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/StudentList.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/SurveyService.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/academicYearService.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/assessmentService.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/assignmentResultService.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/assignmentService.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/assistantService.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/badgeService.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/bandScoreService.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/certificateService.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/classService.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/compareService.d.ts +1 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/conferenceRubricService.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/csvService.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/currentLicenseService.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/customAlertService.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/dashboardService.d.ts +30 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/designationService.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/feedbackService.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/fixDataUser.d.ts +1 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/goalExampleService.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/learningStrategyService.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/learningSupportCategoryService.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/linkTraining.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/oneRosterService.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/questionAlertService.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/questionCategoryService.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/questionScaffoldingService.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/questionService.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/reflectionFormResponseService.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/reflectionFormService.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/revertUserService.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/sandbox.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/schoolBlankDayService.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/semesterService.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/sessionTemplateGeneralClassService.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/sessionTemplateService.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/studentService.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/subjectService.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/suggestionService.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/tutorialScreenService.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/userDeletedService.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/userService.d.ts +27 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/welcomeEmailResendService.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/styles/styles.d.ts +1 -0
- package/dist/MarioFramework.Education/ClientApp/src/types/types.d.ts +43 -0
- package/dist/MarioFramework.Education/ClientApp/src/utils/constants.d.ts +21 -0
- package/dist/MarioFramework.Education/ClientApp/src/utils/constantsFn.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/utils/formatDate.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/utils/function.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/utils/serviceType.interface.d.ts +35 -0
- package/dist/MarioFramework.Education/ClientApp/src/utils/type.d.ts +77 -0
- package/dist/components/Loading/LoadLanguage.d.ts +3 -0
- package/dist/containers/ConversationGoal/components/DetailTokenModel.d.ts +2 -0
- package/dist/containers/ConversationGoal/components/PermissionSelected.d.ts +3 -0
- package/dist/containers/ConversationGoal/hooks/useExternalApi.d.ts +12 -0
- package/dist/containers/ExternalApi/hooks/useSandbox.d.ts +6 -0
- package/dist/containers/MarioAi/components/ChatMessage.d.ts +8 -0
- package/dist/containers/MyWellbeing/hooks/useGeminiAI.d.ts +8 -0
- package/dist/containers/MyWellbeing/views/MarioAi.d.ts +2 -0
- package/dist/containers/MyWellbeing/views/MyWellbeing.d.ts +2 -0
- package/dist/containers/OneRosterSystem/hooks/userVeraCrossConfigForm.d.ts +7 -0
- package/dist/containers/PrintSectionPdf/api/service.d.ts +1 -0
- package/dist/containers/PrintSectionPdf/hooks/useAcademicYearList.d.ts +8 -0
- package/dist/containers/PrintSectionPdf/hooks/useBreakingMonth.d.ts +14 -0
- package/dist/containers/PrintSectionPdf/views/PrintSection.d.ts +5 -0
- package/dist/index.css +14899 -14899
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +109 -109
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { QuestionType } from "./constants";
|
|
2
|
+
export interface IQuestionModel {
|
|
3
|
+
open: boolean;
|
|
4
|
+
onClose: Function;
|
|
5
|
+
additionalQuestionForm: QUESTION_ADDITIONAL;
|
|
6
|
+
onChangeAdditionalQuestion: Function;
|
|
7
|
+
onAddAdditionalQuestion: Function;
|
|
8
|
+
onRemoveAdditionalQuestion: Function;
|
|
9
|
+
onEditAdditionalQuestion: Function;
|
|
10
|
+
onChangeAdditionalType: Function;
|
|
11
|
+
onCheckFormConfirm: Function;
|
|
12
|
+
onAddAnswerQuestion: Function;
|
|
13
|
+
onRemoveAnswer: Function;
|
|
14
|
+
onSelectOptionSingleChoice: Function;
|
|
15
|
+
onCheckSelectOptionSingleChoice: Function;
|
|
16
|
+
onRecordChangeQuestionText: Function;
|
|
17
|
+
formTextList?: string[];
|
|
18
|
+
toTextList?: string[];
|
|
19
|
+
onChangeAdditionalRatingQuestion?: Function;
|
|
20
|
+
questionAdditionalType?: any;
|
|
21
|
+
}
|
|
22
|
+
export interface IAnswer {
|
|
23
|
+
text: string;
|
|
24
|
+
}
|
|
25
|
+
export interface QUESTION_ADDITIONAL {
|
|
26
|
+
id: string;
|
|
27
|
+
questionId: number;
|
|
28
|
+
questionText: string;
|
|
29
|
+
type: QuestionType;
|
|
30
|
+
fromLabel: string;
|
|
31
|
+
toLabel: string;
|
|
32
|
+
answers: IAnswer[];
|
|
33
|
+
textAnswer: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
export declare const tablePendingStudentSurvey: ({
|
|
2
|
+
name: string;
|
|
3
|
+
tableWidth: number;
|
|
4
|
+
sortName: string;
|
|
5
|
+
align: string;
|
|
6
|
+
} | {
|
|
7
|
+
name: string;
|
|
8
|
+
tableWidth: number;
|
|
9
|
+
sortName: null;
|
|
10
|
+
align: string;
|
|
11
|
+
})[];
|
|
12
|
+
export declare const tableCompletedStudentSurvey: ({
|
|
13
|
+
name: string;
|
|
14
|
+
tableWidth: number;
|
|
15
|
+
sortName: string;
|
|
16
|
+
align: string;
|
|
17
|
+
} | {
|
|
18
|
+
name: string;
|
|
19
|
+
tableWidth: number;
|
|
20
|
+
sortName: null;
|
|
21
|
+
align: string;
|
|
22
|
+
})[];
|
|
23
|
+
export declare const tableMissedStudentSurvey: ({
|
|
24
|
+
name: string;
|
|
25
|
+
tableWidth: number;
|
|
26
|
+
sortName: string;
|
|
27
|
+
align: string;
|
|
28
|
+
} | {
|
|
29
|
+
name: string;
|
|
30
|
+
tableWidth: number;
|
|
31
|
+
sortName: null;
|
|
32
|
+
align: string;
|
|
33
|
+
})[];
|
|
34
|
+
export declare const tableAllSurvey: ({
|
|
35
|
+
name: string;
|
|
36
|
+
tableWidth: number;
|
|
37
|
+
sortName: string;
|
|
38
|
+
align: string;
|
|
39
|
+
} | {
|
|
40
|
+
name: string;
|
|
41
|
+
tableWidth: number;
|
|
42
|
+
sortName: null;
|
|
43
|
+
align: string;
|
|
44
|
+
})[];
|
|
45
|
+
export declare const tablePendingSurvey: ({
|
|
46
|
+
name: string;
|
|
47
|
+
tableWidth: number;
|
|
48
|
+
sortName: string;
|
|
49
|
+
align: string;
|
|
50
|
+
} | {
|
|
51
|
+
name: string;
|
|
52
|
+
tableWidth: number;
|
|
53
|
+
sortName: null;
|
|
54
|
+
align: string;
|
|
55
|
+
})[];
|
|
56
|
+
export declare const tableCompleteSurvey: ({
|
|
57
|
+
name: string;
|
|
58
|
+
tableWidth: number;
|
|
59
|
+
sortName: string;
|
|
60
|
+
align: string;
|
|
61
|
+
} | {
|
|
62
|
+
name: string;
|
|
63
|
+
tableWidth: number;
|
|
64
|
+
sortName: null;
|
|
65
|
+
align: string;
|
|
66
|
+
})[];
|
|
67
|
+
export declare const tableActionNeedSurvey: ({
|
|
68
|
+
name: string;
|
|
69
|
+
tableWidth: number;
|
|
70
|
+
sortName: string;
|
|
71
|
+
align: string;
|
|
72
|
+
} | {
|
|
73
|
+
name: string;
|
|
74
|
+
tableWidth: number;
|
|
75
|
+
sortName: null;
|
|
76
|
+
align: string;
|
|
77
|
+
})[];
|
|
78
|
+
export declare const tableExternalSurvey: ({
|
|
79
|
+
name: string;
|
|
80
|
+
tableWidth: number;
|
|
81
|
+
sortName: string;
|
|
82
|
+
align: string;
|
|
83
|
+
} | {
|
|
84
|
+
name: string;
|
|
85
|
+
tableWidth: number;
|
|
86
|
+
sortName: null;
|
|
87
|
+
align: string;
|
|
88
|
+
})[];
|
|
89
|
+
export declare const tableListSurvey: ({
|
|
90
|
+
name: string;
|
|
91
|
+
tableWidth: number;
|
|
92
|
+
sortName: string;
|
|
93
|
+
align: string;
|
|
94
|
+
textTransform: string;
|
|
95
|
+
} | {
|
|
96
|
+
name: string;
|
|
97
|
+
tableWidth: number;
|
|
98
|
+
sortName: null;
|
|
99
|
+
align: string;
|
|
100
|
+
textTransform: string;
|
|
101
|
+
})[];
|
|
102
|
+
export declare const tableFavoriteSurvey: ({
|
|
103
|
+
name: string;
|
|
104
|
+
tableWidth: number;
|
|
105
|
+
sortName: string;
|
|
106
|
+
align: string;
|
|
107
|
+
} | {
|
|
108
|
+
name: string;
|
|
109
|
+
tableWidth: number;
|
|
110
|
+
sortName: null;
|
|
111
|
+
align: string;
|
|
112
|
+
})[];
|
|
113
|
+
export declare const tableFlagSurvey: ({
|
|
114
|
+
name: string;
|
|
115
|
+
tableWidth: number;
|
|
116
|
+
sortName: string;
|
|
117
|
+
align: string;
|
|
118
|
+
} | {
|
|
119
|
+
name: string;
|
|
120
|
+
tableWidth: number;
|
|
121
|
+
sortName: null;
|
|
122
|
+
align: string;
|
|
123
|
+
})[];
|
|
124
|
+
export declare const tableAllStudentSurvey: ({
|
|
125
|
+
name: string;
|
|
126
|
+
tableWidth: number;
|
|
127
|
+
sortName: string;
|
|
128
|
+
align: string;
|
|
129
|
+
} | {
|
|
130
|
+
name: string;
|
|
131
|
+
tableWidth: number;
|
|
132
|
+
align: string;
|
|
133
|
+
sortName: null;
|
|
134
|
+
})[];
|
|
135
|
+
export declare const tableResponseSurvey: {
|
|
136
|
+
name: string;
|
|
137
|
+
tableWidth: number;
|
|
138
|
+
sortName: null;
|
|
139
|
+
align: string;
|
|
140
|
+
}[];
|
|
141
|
+
export declare const tableAllQuestionSurvey: {
|
|
142
|
+
name: string;
|
|
143
|
+
tableWidth: number;
|
|
144
|
+
sortName: null;
|
|
145
|
+
align: string;
|
|
146
|
+
}[];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { HTMLProps } from "react";
|
|
2
|
+
import { SurveyEnum } from "./types";
|
|
3
|
+
export interface CARD_ITEM_PROPS {
|
|
4
|
+
id: number;
|
|
5
|
+
surveyName: string;
|
|
6
|
+
students?: number;
|
|
7
|
+
status?: SurveyEnum;
|
|
8
|
+
statusDetail?: string;
|
|
9
|
+
colorStatusDetail?: string;
|
|
10
|
+
open?: Function;
|
|
11
|
+
avatar?: string;
|
|
12
|
+
studentId?: number;
|
|
13
|
+
customItemName?: string;
|
|
14
|
+
customItemIcon?: HTMLProps<HTMLButtonElement>;
|
|
15
|
+
customIconStatus?: HTMLProps<HTMLButtonElement>;
|
|
16
|
+
handleClickAction?: any;
|
|
17
|
+
}
|
package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/types.d.ts
ADDED
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
export declare type LoginCountingReport = {
|
|
2
|
+
date: string;
|
|
3
|
+
studentLoginCount: number;
|
|
4
|
+
teacherLoginCount: number;
|
|
5
|
+
};
|
|
6
|
+
export declare type QuantityReport = {
|
|
7
|
+
teacherPercentage: number;
|
|
8
|
+
studentPercentage: number;
|
|
9
|
+
assistantPercentage: number;
|
|
10
|
+
numberOfTeachers: number;
|
|
11
|
+
numberOfStudents: number;
|
|
12
|
+
numberOfAssistants: number;
|
|
13
|
+
};
|
|
14
|
+
export declare type SkillReportItem = {
|
|
15
|
+
skillName: string;
|
|
16
|
+
ratings: SkillRating[];
|
|
17
|
+
};
|
|
18
|
+
declare type SkillRating = {
|
|
19
|
+
time: string;
|
|
20
|
+
rating: number;
|
|
21
|
+
};
|
|
22
|
+
export declare type GoalProgressReport = {
|
|
23
|
+
createdAt: string;
|
|
24
|
+
noProgress: number;
|
|
25
|
+
slight: number;
|
|
26
|
+
moderate: number;
|
|
27
|
+
significant: number;
|
|
28
|
+
achived: number;
|
|
29
|
+
total: number;
|
|
30
|
+
};
|
|
31
|
+
export declare type TimeInSessionReport = {
|
|
32
|
+
sessionCategory: string;
|
|
33
|
+
studentPerceivedImpact: number;
|
|
34
|
+
teacherPerceivedImpact: number;
|
|
35
|
+
};
|
|
36
|
+
export declare type PerceivedImpactReport = {
|
|
37
|
+
learningStrategyName: string;
|
|
38
|
+
studentRating: number;
|
|
39
|
+
teacherRating: number;
|
|
40
|
+
};
|
|
41
|
+
export declare type GradeReport = {
|
|
42
|
+
beforeIntervention: number;
|
|
43
|
+
duringIntervention: number;
|
|
44
|
+
afterIntervention: number;
|
|
45
|
+
bandScores: BandScore[];
|
|
46
|
+
};
|
|
47
|
+
export declare type BandScore = {
|
|
48
|
+
label: string;
|
|
49
|
+
value: number;
|
|
50
|
+
};
|
|
51
|
+
export declare type TotalCardItem = {
|
|
52
|
+
icon: any;
|
|
53
|
+
title: string;
|
|
54
|
+
value: string;
|
|
55
|
+
isUp: boolean;
|
|
56
|
+
deviant: string;
|
|
57
|
+
filter: string;
|
|
58
|
+
};
|
|
59
|
+
export declare type DashboardFilter = {
|
|
60
|
+
startDate?: number;
|
|
61
|
+
endDate?: number;
|
|
62
|
+
studentIds: number[];
|
|
63
|
+
grade: string[];
|
|
64
|
+
favoriteSurvey?: number[];
|
|
65
|
+
teacherId?: number;
|
|
66
|
+
studentId?: number;
|
|
67
|
+
calendar?: string;
|
|
68
|
+
bandScore: string;
|
|
69
|
+
currentGrade?: string;
|
|
70
|
+
teacherUserId?: string;
|
|
71
|
+
studentUserId?: string;
|
|
72
|
+
showBy?: string;
|
|
73
|
+
};
|
|
74
|
+
export interface ICircleChartItem {
|
|
75
|
+
id: number;
|
|
76
|
+
name: string;
|
|
77
|
+
number: number;
|
|
78
|
+
background: string;
|
|
79
|
+
width: number;
|
|
80
|
+
height: number;
|
|
81
|
+
}
|
|
82
|
+
export interface ICircleChart {
|
|
83
|
+
circleChartItems: ICircleChartItem[];
|
|
84
|
+
}
|
|
85
|
+
export interface IsyntheticFriendCircle {
|
|
86
|
+
bestFriends: number;
|
|
87
|
+
friends: number;
|
|
88
|
+
couldBeFriends: number;
|
|
89
|
+
supportive: number;
|
|
90
|
+
notSpeakingAtTheMoment: number;
|
|
91
|
+
}
|
|
92
|
+
export interface IActivityCircle {
|
|
93
|
+
like: number;
|
|
94
|
+
love: number;
|
|
95
|
+
interested: number;
|
|
96
|
+
curious: number;
|
|
97
|
+
}
|
|
98
|
+
export interface IChartComponent {
|
|
99
|
+
label: string;
|
|
100
|
+
children: JSX.Element | undefined;
|
|
101
|
+
}
|
|
102
|
+
export declare enum LegalGenderType {
|
|
103
|
+
None = 0,
|
|
104
|
+
Male = 1,
|
|
105
|
+
Female = 2
|
|
106
|
+
}
|
|
107
|
+
export interface IDesignationsQuantity {
|
|
108
|
+
name: string;
|
|
109
|
+
quantity: number;
|
|
110
|
+
}
|
|
111
|
+
export interface IStudentByGrade {
|
|
112
|
+
grade: string;
|
|
113
|
+
quantity: number;
|
|
114
|
+
designationsQuantity: IDesignationsQuantity[];
|
|
115
|
+
}
|
|
116
|
+
export interface ISeries {
|
|
117
|
+
name: string;
|
|
118
|
+
data: number[];
|
|
119
|
+
}
|
|
120
|
+
export interface ITopMostSurveyUsed {
|
|
121
|
+
nameSurvey: string;
|
|
122
|
+
sendDateSurvey: Date;
|
|
123
|
+
percentSurvey: number;
|
|
124
|
+
}
|
|
125
|
+
export interface IStudentPercentQuestion {
|
|
126
|
+
percentQuestion: number;
|
|
127
|
+
studentId: number;
|
|
128
|
+
studentName: string;
|
|
129
|
+
}
|
|
130
|
+
export interface IReadinessToLearning {
|
|
131
|
+
questionText: string;
|
|
132
|
+
studentPercentQuestion: IStudentPercentQuestion[];
|
|
133
|
+
}
|
|
134
|
+
export declare enum MtssType {
|
|
135
|
+
Tier1 = 0,
|
|
136
|
+
Tier2 = 1,
|
|
137
|
+
Tier3 = 2
|
|
138
|
+
}
|
|
139
|
+
export interface IStudentBySpecialNeed {
|
|
140
|
+
nameDesignation: string;
|
|
141
|
+
numberDesignation: number;
|
|
142
|
+
}
|
|
143
|
+
export interface IseriesChart {
|
|
144
|
+
name: string[];
|
|
145
|
+
data: number[];
|
|
146
|
+
}
|
|
147
|
+
export interface IResultQuestion {
|
|
148
|
+
avgOfStudentChoice: number;
|
|
149
|
+
questionId: number;
|
|
150
|
+
questionText: string;
|
|
151
|
+
}
|
|
152
|
+
export interface IOverviewQuestionChoice {
|
|
153
|
+
month: string;
|
|
154
|
+
resultQuestion: IResultQuestion[];
|
|
155
|
+
endDate: string;
|
|
156
|
+
startDate: string;
|
|
157
|
+
}
|
|
158
|
+
export interface IColumnChartAndPercent {
|
|
159
|
+
overviewQuestionChoice: IOverviewQuestionChoice[];
|
|
160
|
+
type: string;
|
|
161
|
+
}
|
|
162
|
+
export interface IAgeOfStudent {
|
|
163
|
+
nineToTwelve: number;
|
|
164
|
+
sixToEight: number;
|
|
165
|
+
sixteenToEighteen: number;
|
|
166
|
+
thirteenToFifteen: number;
|
|
167
|
+
threeToFive: number;
|
|
168
|
+
}
|
|
169
|
+
export interface IStudentByAge {
|
|
170
|
+
ageOfFeMaleStudent: IAgeOfStudent;
|
|
171
|
+
ageOfMaleStudent: IAgeOfStudent;
|
|
172
|
+
}
|
|
173
|
+
export interface IStudentByGender {
|
|
174
|
+
male: number;
|
|
175
|
+
female: number;
|
|
176
|
+
}
|
|
177
|
+
export interface BAND_SCORE {
|
|
178
|
+
label: string;
|
|
179
|
+
value: number;
|
|
180
|
+
}
|
|
181
|
+
export interface IOption {
|
|
182
|
+
label: string;
|
|
183
|
+
value: number;
|
|
184
|
+
}
|
|
185
|
+
export interface IDashboardToTalSurvey {
|
|
186
|
+
responseRate: number;
|
|
187
|
+
totalSurvey: number;
|
|
188
|
+
}
|
|
189
|
+
export declare enum FILTER_YEAR {
|
|
190
|
+
THIS_YEAR = 0,
|
|
191
|
+
LAST_YEAR = 1,
|
|
192
|
+
LAST_QUARTER = 2,
|
|
193
|
+
LAST_MONTH = 3,
|
|
194
|
+
LAST_DAY = 4
|
|
195
|
+
}
|
|
196
|
+
export interface IfilterYear {
|
|
197
|
+
label: string;
|
|
198
|
+
value: FILTER_YEAR;
|
|
199
|
+
startDate: number;
|
|
200
|
+
endDate: number;
|
|
201
|
+
}
|
|
202
|
+
export interface ICalenDarLabelBox {
|
|
203
|
+
value: FILTER_YEAR;
|
|
204
|
+
label: string;
|
|
205
|
+
}
|
|
206
|
+
export interface ICalendarTimeLabelBox {
|
|
207
|
+
startDate: any;
|
|
208
|
+
endDate: any;
|
|
209
|
+
label: string;
|
|
210
|
+
}
|
|
211
|
+
export interface IGenderLabelBox {
|
|
212
|
+
value: number;
|
|
213
|
+
label: string;
|
|
214
|
+
}
|
|
215
|
+
export interface ILabelBox {
|
|
216
|
+
calendar: ICalenDarLabelBox;
|
|
217
|
+
calendarTime?: ICalendarTimeLabelBox;
|
|
218
|
+
gender: IGenderLabelBox;
|
|
219
|
+
grade: number;
|
|
220
|
+
bandScore: number;
|
|
221
|
+
}
|
|
222
|
+
export declare enum TYPECHART {
|
|
223
|
+
AREA = 0,
|
|
224
|
+
BAR = 1,
|
|
225
|
+
LINE = 2,
|
|
226
|
+
BOTH = 3
|
|
227
|
+
}
|
|
228
|
+
export interface IChartOptions {
|
|
229
|
+
value: TYPECHART;
|
|
230
|
+
label: string;
|
|
231
|
+
}
|
|
232
|
+
export interface IQuestionResponseLastMonth {
|
|
233
|
+
avgQuestionResponse: number;
|
|
234
|
+
avgQuestionResponseLastMonth: number;
|
|
235
|
+
questionId: number;
|
|
236
|
+
questionText: string;
|
|
237
|
+
}
|
|
238
|
+
export interface IGenerateChart {
|
|
239
|
+
typeChart: TYPECHART;
|
|
240
|
+
timeOfDay?: string;
|
|
241
|
+
onActiveColumn?: Function;
|
|
242
|
+
activeColumn: boolean[];
|
|
243
|
+
series: ISeries[];
|
|
244
|
+
months: string[];
|
|
245
|
+
name?: string;
|
|
246
|
+
dayOfWeek: string[];
|
|
247
|
+
colors: string[];
|
|
248
|
+
avgQuestionLastMonth: IQuestionResponseLastMonth[];
|
|
249
|
+
isShowExpandIcon?: boolean;
|
|
250
|
+
onExpand?: Function;
|
|
251
|
+
}
|
|
252
|
+
export interface IDashboardFlag {
|
|
253
|
+
numberSurveyBlue?: number;
|
|
254
|
+
numberSurveyRed?: number;
|
|
255
|
+
numberSurveyYellow?: number;
|
|
256
|
+
}
|
|
257
|
+
export interface ISurveyTemplate {
|
|
258
|
+
avgTemplateSurvey: number;
|
|
259
|
+
templateName: string;
|
|
260
|
+
}
|
|
261
|
+
export interface DASHBOARD_TEMPLATE {
|
|
262
|
+
month: string;
|
|
263
|
+
surveyTemplate: ISurveyTemplate[];
|
|
264
|
+
}
|
|
265
|
+
export interface NUMBER_SURVEY {
|
|
266
|
+
numberTotalSurveyDone: number;
|
|
267
|
+
numberTotalSurveyNotDone: number;
|
|
268
|
+
}
|
|
269
|
+
export interface TOTAL_DASHBOAD_SURVEY {
|
|
270
|
+
month: string;
|
|
271
|
+
numberSurveys: NUMBER_SURVEY;
|
|
272
|
+
}
|
|
273
|
+
export declare const COLOR_CHART_AND_PERCENTS: string[];
|
|
274
|
+
export {};
|
package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/utils.d.ts
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ApexOptions } from "apexcharts";
|
|
3
|
+
import { IOptionSelector } from "../../../components/Select/InputSelector";
|
|
4
|
+
import { FILTER_YEAR, IActivityCircle, IOverviewQuestionChoice, IReadinessToLearning, ISeries, IseriesChart, IStudentByAge, IStudentByGrade, IsyntheticFriendCircle, LegalGenderType, MtssType } from "./types";
|
|
5
|
+
export declare const getColors: (length: number) => string[];
|
|
6
|
+
export declare const friendCircleItems: ({ bestFriends, friends, couldBeFriends, supportive }: IsyntheticFriendCircle) => {
|
|
7
|
+
id: number;
|
|
8
|
+
name: string;
|
|
9
|
+
number: number;
|
|
10
|
+
background: string;
|
|
11
|
+
width: number;
|
|
12
|
+
height: number;
|
|
13
|
+
}[];
|
|
14
|
+
export declare const activityCircleItems: ({ like, love, interested, curious }: IActivityCircle) => {
|
|
15
|
+
id: number;
|
|
16
|
+
name: string;
|
|
17
|
+
number: number;
|
|
18
|
+
background: string;
|
|
19
|
+
width: number;
|
|
20
|
+
height: number;
|
|
21
|
+
}[];
|
|
22
|
+
export declare const gradeOptions: (grades: string[], studentUserId?: string | undefined) => IOptionSelector[];
|
|
23
|
+
export declare const genderOptions: {
|
|
24
|
+
value: LegalGenderType;
|
|
25
|
+
label: string;
|
|
26
|
+
}[];
|
|
27
|
+
export declare const mtssOptions: {
|
|
28
|
+
value: MtssType;
|
|
29
|
+
label: string;
|
|
30
|
+
}[];
|
|
31
|
+
export declare const topMostSurveyChartOptions: (labelNames: string[], percentSurvey: number[], isDonutChart?: boolean | undefined) => ApexOptions;
|
|
32
|
+
export declare const ReadinessToLearnOptions: (questionTexts: string[]) => ApexOptions;
|
|
33
|
+
export declare const optionsChartGrade: (maxDatas: number) => ApexOptions;
|
|
34
|
+
export declare const studentBySpecialNeedOptions: (seriesValue: IseriesChart, colors: string[]) => ApexOptions;
|
|
35
|
+
export declare const studentByAgeOptions: (series: ISeries[]) => ApexOptions;
|
|
36
|
+
export declare const convertDataStudentByAgeToSeries: (data: IStudentByAge) => {
|
|
37
|
+
name: string;
|
|
38
|
+
data: any[];
|
|
39
|
+
}[];
|
|
40
|
+
export declare const totalStudentByAge: (data: IStudentByAge) => any;
|
|
41
|
+
export declare const seriesConvert: (gradeAndQuantity: IStudentByGrade[]) => ISeries[];
|
|
42
|
+
export declare const maxSeries: (series: ISeries[]) => number;
|
|
43
|
+
export declare const average: (arr: number[]) => number;
|
|
44
|
+
export declare const colorCharts: (series: ISeries[]) => string[];
|
|
45
|
+
export declare const colorChartsSpecialNeedOptions: (series: IseriesChart[]) => string[];
|
|
46
|
+
export declare const pieChartOptions: {
|
|
47
|
+
labels: string[];
|
|
48
|
+
colors: string[];
|
|
49
|
+
legend: {
|
|
50
|
+
show: boolean;
|
|
51
|
+
};
|
|
52
|
+
plotOptions: {
|
|
53
|
+
pie: {
|
|
54
|
+
donut: {
|
|
55
|
+
size: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
dataLabels: {
|
|
60
|
+
enabled: boolean;
|
|
61
|
+
};
|
|
62
|
+
fill: {
|
|
63
|
+
colors: string[];
|
|
64
|
+
};
|
|
65
|
+
stroke: {
|
|
66
|
+
colors: string[];
|
|
67
|
+
width: number;
|
|
68
|
+
};
|
|
69
|
+
states: {
|
|
70
|
+
normal: {
|
|
71
|
+
filter: {
|
|
72
|
+
type: string;
|
|
73
|
+
value: number;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
hover: {
|
|
77
|
+
filter: {
|
|
78
|
+
type: string;
|
|
79
|
+
value: number;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
active: {
|
|
83
|
+
filter: {
|
|
84
|
+
type: string;
|
|
85
|
+
value: number;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
export declare const convertDataToSeriesStudentByGrade: (data: IStudentByGrade[]) => {
|
|
91
|
+
name: string;
|
|
92
|
+
data: number[];
|
|
93
|
+
}[];
|
|
94
|
+
export declare const studentByGradeConvert: (newData: IStudentByGrade[]) => {
|
|
95
|
+
name: string;
|
|
96
|
+
data: number[];
|
|
97
|
+
}[];
|
|
98
|
+
export declare const findTotalStudentByGrade: (data: IStudentByGrade[]) => number;
|
|
99
|
+
export declare const getConvertMinuteToHour: (timeSecond: any) => string;
|
|
100
|
+
export declare const readinesToLearnoptions: (seriesName: string[], data: any) => ApexOptions;
|
|
101
|
+
export declare const convertDataToSeriesBullderChart: (data: IReadinessToLearning[]) => {
|
|
102
|
+
name: string;
|
|
103
|
+
data: import("react").ReactText[][];
|
|
104
|
+
}[];
|
|
105
|
+
export declare const optionColumnChartAndPercents: (months: string[], activeData: boolean[], isRidgeCharts: boolean, dayOfWeek: string[]) => ApexOptions;
|
|
106
|
+
export declare const optionLineChart: (months: string[], activeData: boolean[], dayOfWeek: string[]) => ApexOptions;
|
|
107
|
+
export declare const optionBarChartAndArea: (months: string[], activeData: boolean[], dayOfWeek: string[], newseries?: any) => ApexOptions;
|
|
108
|
+
export declare const convertDataToDataChart: (data: IOverviewQuestionChoice[]) => string[];
|
|
109
|
+
export declare const convertToSeriesColumnChartAndPercent: (dataCharts: string[], data: IOverviewQuestionChoice[]) => {
|
|
110
|
+
name: string;
|
|
111
|
+
data: number[];
|
|
112
|
+
}[];
|
|
113
|
+
export declare const convertToAvg: (dataCharts: string[], data: IOverviewQuestionChoice[], months: string[]) => number[];
|
|
114
|
+
export declare const seriesNameBubbleChartCustom: (series: IReadinessToLearning[]) => string[];
|
|
115
|
+
export declare const mergeBarChartAndArea: (series: ISeries[], isHasLineChart: boolean) => {
|
|
116
|
+
type: string;
|
|
117
|
+
name: string;
|
|
118
|
+
data: number[];
|
|
119
|
+
}[];
|
|
120
|
+
export declare const getLastQuarterRange: () => {
|
|
121
|
+
start: number;
|
|
122
|
+
end: number;
|
|
123
|
+
};
|
|
124
|
+
export declare const filterYearData: {
|
|
125
|
+
label: string;
|
|
126
|
+
value: FILTER_YEAR;
|
|
127
|
+
startDate: number;
|
|
128
|
+
endDate: number;
|
|
129
|
+
}[];
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ChangeEvent } from "react";
|
|
2
|
+
import { optionSingleChoice } from "../configs/constants";
|
|
3
|
+
import { IAnswer, QUESTION_ADDITIONAL } from "../configs/questionModelType";
|
|
4
|
+
import { FORM_SURVEY } from "../configs/types";
|
|
5
|
+
interface PropsCustomHook {
|
|
6
|
+
dataFormCreateSurvey: FORM_SURVEY;
|
|
7
|
+
setDataFormCreateSurvey: Function;
|
|
8
|
+
setAdditionalQuestionForm: Function;
|
|
9
|
+
additionalQuestionForm: QUESTION_ADDITIONAL;
|
|
10
|
+
openModelAdditional: Boolean;
|
|
11
|
+
setOpenModelAdditional: Function;
|
|
12
|
+
}
|
|
13
|
+
declare const useAdditionalQuestion: ({ setAdditionalQuestionForm, dataFormCreateSurvey, setDataFormCreateSurvey, additionalQuestionForm, openModelAdditional, setOpenModelAdditional }: PropsCustomHook) => {
|
|
14
|
+
handleAddAdditionalQuestion: () => void;
|
|
15
|
+
handleChangeAdditionalQuestion: (event: ChangeEvent<HTMLInputElement>) => void;
|
|
16
|
+
handleRemoveAdditionalQuestion: (id: string) => void;
|
|
17
|
+
handleEditAdditionalQuestion: (questions: QUESTION_ADDITIONAL) => void;
|
|
18
|
+
handleFindAdditionalQuestion: (id: string) => void;
|
|
19
|
+
handleToggleModelAdditional: () => void;
|
|
20
|
+
handleChangeAdditionalType: (type: string) => void;
|
|
21
|
+
handleCheckFormConfirm: (question: QUESTION_ADDITIONAL) => boolean;
|
|
22
|
+
handleAddAnswerQuestion: () => void;
|
|
23
|
+
handleRemoveAnswer: (answer: IAnswer, additionalQuestion: QUESTION_ADDITIONAL) => void;
|
|
24
|
+
handleSelectOptionSingleChoice: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
25
|
+
handleCheckSelectOptionSingleChoice: () => optionSingleChoice;
|
|
26
|
+
handleRecordChangeQuestionText: (value: string) => void;
|
|
27
|
+
formTextList: string[];
|
|
28
|
+
toTextList: string[];
|
|
29
|
+
handleChangeAdditionalRatingQuestion: (key: string, value: string) => void;
|
|
30
|
+
questionAdditionalType: any;
|
|
31
|
+
};
|
|
32
|
+
export default useAdditionalQuestion;
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
surveyFlagData: import("../configs/types").ISeries[];
|
|
29
|
+
avgResult: number[];
|
|
30
|
+
activeColumnResult: boolean[];
|
|
31
|
+
handleActiveColumnOneToOne: (index: any) => void;
|
|
32
|
+
isShowFilterMobile: boolean;
|
|
33
|
+
setIsShowFilterMobile: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
34
|
+
dayOfWeekTotal: string[];
|
|
35
|
+
avgTotal: number[];
|
|
36
|
+
dayOfWeekResult: string[];
|
|
37
|
+
genderOfStudent: string;
|
|
38
|
+
seriesTotal: import("../configs/types").ISeries[];
|
|
39
|
+
seriesResult: import("../configs/types").ISeries[];
|
|
40
|
+
monthsSeriesResult: string[];
|
|
41
|
+
monthsSeriesTotal: string[];
|
|
42
|
+
};
|
|
43
|
+
export default useChartDatas;
|