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
package/dist/MarioFramework.Education/ClientApp/src/components/AudioRecorder/useAudioRecorder.d.ts
ADDED
|
File without changes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FC, HTMLProps } from "react";
|
|
2
|
+
interface Props {
|
|
3
|
+
color?: string;
|
|
4
|
+
label: string;
|
|
5
|
+
backgroundColor?: string;
|
|
6
|
+
handleClickOpen?: Function;
|
|
7
|
+
fontSize?: string;
|
|
8
|
+
icon?: HTMLProps<HTMLButtonElement>;
|
|
9
|
+
}
|
|
10
|
+
declare const CustomButton: FC<Props>;
|
|
11
|
+
export default CustomButton;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface PropsType {
|
|
2
|
+
open: boolean;
|
|
3
|
+
selectedId: number;
|
|
4
|
+
handleCloseModalConfirmDelete: () => void;
|
|
5
|
+
handleDelete: (selectedId: number) => Promise<void>;
|
|
6
|
+
content: string;
|
|
7
|
+
}
|
|
8
|
+
declare const ConfirmDelete: ({ open, handleCloseModalConfirmDelete, handleDelete, selectedId, content }: PropsType) => JSX.Element;
|
|
9
|
+
export default ConfirmDelete;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
interface Props {
|
|
3
|
+
open?: boolean;
|
|
4
|
+
fullScreen?: boolean;
|
|
5
|
+
maxWidth?: false | "xs" | "sm" | "md" | "lg" | "xl";
|
|
6
|
+
scroll?: "paper" | "body";
|
|
7
|
+
onClose?: Function;
|
|
8
|
+
contentClassName?: string;
|
|
9
|
+
bodyClass?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const SimpleDialog: FC<Props>;
|
|
12
|
+
export default SimpleDialog;
|
package/dist/MarioFramework.Education/ClientApp/src/components/Header/CustomHeaderComponent.d.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
interface headerProps {
|
|
2
|
+
title: string;
|
|
3
|
+
contentButton?: string;
|
|
4
|
+
status?: string;
|
|
5
|
+
iconButton?: any;
|
|
6
|
+
isGoback?: boolean;
|
|
7
|
+
isGreyBackground?: boolean;
|
|
8
|
+
handleChangePage?: Function;
|
|
9
|
+
handlePreview?: Function;
|
|
10
|
+
isDisableButton?: boolean;
|
|
11
|
+
isPreviewSurvey?: boolean;
|
|
12
|
+
onHandleGoBack?: Function;
|
|
13
|
+
borderNone?: boolean;
|
|
14
|
+
classFontSize: string;
|
|
15
|
+
button?: any;
|
|
16
|
+
isLarge?: boolean;
|
|
17
|
+
}
|
|
18
|
+
declare const CustomHeaderComponent: ({ title, contentButton, iconButton, isGoback, isGreyBackground, status, handleChangePage, isDisableButton, isPreviewSurvey, handlePreview, onHandleGoBack, borderNone, classFontSize, button, isLarge }: headerProps) => JSX.Element;
|
|
19
|
+
export default CustomHeaderComponent;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
export declare enum TypeTime {
|
|
3
|
+
Default = 0,
|
|
4
|
+
StartTime = 1,
|
|
5
|
+
StopTime = 2
|
|
6
|
+
}
|
|
7
|
+
interface Props {
|
|
8
|
+
text: string;
|
|
9
|
+
isShowButtonBackGround?: boolean;
|
|
10
|
+
onFinishSession?: Function;
|
|
11
|
+
goBack?: Function;
|
|
12
|
+
isShowButtonPageHeader?: boolean;
|
|
13
|
+
typeTime?: TypeTime;
|
|
14
|
+
onStartOrStopTime?: Function;
|
|
15
|
+
second?: number;
|
|
16
|
+
minute?: number;
|
|
17
|
+
hour?: number;
|
|
18
|
+
isTeacher?: boolean;
|
|
19
|
+
isClassReflection?: boolean;
|
|
20
|
+
isShowButtonEdit?: boolean;
|
|
21
|
+
onEditConference?: Function;
|
|
22
|
+
numberOfEdit?: boolean;
|
|
23
|
+
isUserChangeSession?: boolean;
|
|
24
|
+
isGoback?: boolean;
|
|
25
|
+
isShowButton?: boolean;
|
|
26
|
+
handleSubmit?: Function;
|
|
27
|
+
duplicateSurvey?: Function;
|
|
28
|
+
isShowDuplicate?: boolean;
|
|
29
|
+
shareSurvey?: Function;
|
|
30
|
+
onPublishSurvey?: Function;
|
|
31
|
+
isConversation?: boolean;
|
|
32
|
+
isConference?: boolean;
|
|
33
|
+
onRedirectPageUser?: Function;
|
|
34
|
+
studentUserId?: string;
|
|
35
|
+
isCheckIn?: boolean;
|
|
36
|
+
isShowButtonAnimation?: boolean;
|
|
37
|
+
isPreviewSurvey?: boolean;
|
|
38
|
+
}
|
|
39
|
+
declare const HeaderComponent: FC<Props>;
|
|
40
|
+
export default HeaderComponent;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
customId?: string;
|
|
3
|
+
valueText: string;
|
|
4
|
+
onChange?: Function;
|
|
5
|
+
onChangeEvent?: Function;
|
|
6
|
+
name?: string;
|
|
7
|
+
isAddIcon?: boolean;
|
|
8
|
+
handleAddItem?: Function;
|
|
9
|
+
onBlur?: any;
|
|
10
|
+
placeholder?: string;
|
|
11
|
+
isSending?: boolean;
|
|
12
|
+
handleSending?: Function;
|
|
13
|
+
canSubmit?: boolean;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
label?: string;
|
|
16
|
+
}
|
|
17
|
+
declare const InputComponent: ({ valueText, onChange, name, label, isAddIcon, handleAddItem, placeholder, onBlur, customId, isSending, handleSending, canSubmit, disabled, onChangeEvent }: Props) => JSX.Element;
|
|
18
|
+
export default InputComponent;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
questionId: number;
|
|
3
|
+
valueText: string;
|
|
4
|
+
onChangeQuestionAnswer?: (questionId: number, value: string) => void;
|
|
5
|
+
isPageResult?: boolean;
|
|
6
|
+
isPageSessionResult?: boolean;
|
|
7
|
+
isUserChangeSession?: boolean;
|
|
8
|
+
isMultiline?: boolean;
|
|
9
|
+
minRows?: number;
|
|
10
|
+
isStartRecord?: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const TextFieldComponent: ({ valueText, isPageResult, isPageSessionResult, isUserChangeSession, }: Props) => JSX.Element;
|
|
13
|
+
export default TextFieldComponent;
|
package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/EmotionComponent.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import { EmotionType } from "../../containers/ConductOneToOne/configs/types";
|
|
3
|
+
interface Props {
|
|
4
|
+
emotionTypeList?: EmotionType[];
|
|
5
|
+
onChangeQuestionAnswer?: Function;
|
|
6
|
+
questionId: number;
|
|
7
|
+
valueText?: string;
|
|
8
|
+
}
|
|
9
|
+
declare const EmotionComponent: FC<Props>;
|
|
10
|
+
export default EmotionComponent;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
interface Props {
|
|
3
|
+
onChangeQuestionAnswer?: Function;
|
|
4
|
+
questionId: number;
|
|
5
|
+
valueText: string;
|
|
6
|
+
minText?: string;
|
|
7
|
+
maxText?: string;
|
|
8
|
+
isUserChangeSession?: boolean;
|
|
9
|
+
questionAnswer?: string[];
|
|
10
|
+
isPageResult?: boolean;
|
|
11
|
+
correctQuestionAnswer?: string[];
|
|
12
|
+
}
|
|
13
|
+
declare const MultiChoiceComponent: FC<Props>;
|
|
14
|
+
export default MultiChoiceComponent;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import { QuestionType, EmotionType } from "../../containers/ConductOneToOne/configs/types";
|
|
3
|
+
interface Props {
|
|
4
|
+
questionItemName: string;
|
|
5
|
+
minText?: string;
|
|
6
|
+
maxText?: string;
|
|
7
|
+
questionTypeId: QuestionType;
|
|
8
|
+
emotionTypeList?: EmotionType[];
|
|
9
|
+
onChangeQuestionAnswer?: (questionId: number, value: string) => void;
|
|
10
|
+
questionId: number;
|
|
11
|
+
valueText: string;
|
|
12
|
+
averageOtherRatings?: number;
|
|
13
|
+
isBeforeSession: boolean;
|
|
14
|
+
isPageResult?: boolean;
|
|
15
|
+
isPageSessionResult?: boolean;
|
|
16
|
+
avatar?: string;
|
|
17
|
+
isRedToRed?: boolean;
|
|
18
|
+
isUserChangeSession?: boolean;
|
|
19
|
+
questionAnswer?: string[];
|
|
20
|
+
isMultiline?: boolean;
|
|
21
|
+
isSurveyQuestion?: boolean;
|
|
22
|
+
onOpenIntervention?: Function;
|
|
23
|
+
templateName?: string;
|
|
24
|
+
comment: string;
|
|
25
|
+
intervention: string;
|
|
26
|
+
affection: string;
|
|
27
|
+
isStudent?: boolean;
|
|
28
|
+
isStartRecord?: boolean;
|
|
29
|
+
isQuestionIntervention?: boolean;
|
|
30
|
+
correctQuestionAnswer?: string[];
|
|
31
|
+
}
|
|
32
|
+
declare const QuestionSurveyComponent: FC<Props>;
|
|
33
|
+
export default QuestionSurveyComponent;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
interface Props {
|
|
3
|
+
onChangeQuestionAnswer?: Function;
|
|
4
|
+
questionId: number;
|
|
5
|
+
valueText: string;
|
|
6
|
+
minText?: string;
|
|
7
|
+
maxText?: string;
|
|
8
|
+
isUserChangeSession?: boolean;
|
|
9
|
+
questionAnswer?: string[];
|
|
10
|
+
isPageResult?: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const SingleChoiceComponent: FC<Props>;
|
|
13
|
+
export default SingleChoiceComponent;
|
package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderComponent.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
interface Props {
|
|
3
|
+
minText?: string;
|
|
4
|
+
maxText?: string;
|
|
5
|
+
questionId: number;
|
|
6
|
+
valueText: string;
|
|
7
|
+
onChangeQuestionAnswer?: (questionId: number, value: string) => void;
|
|
8
|
+
averageOtherRatings?: number;
|
|
9
|
+
isBeforeSession: boolean;
|
|
10
|
+
isPageResult?: boolean;
|
|
11
|
+
isPageSessionResult?: boolean;
|
|
12
|
+
avatar?: string;
|
|
13
|
+
isRedToRed?: boolean;
|
|
14
|
+
}
|
|
15
|
+
declare const SliderComponent: FC<Props>;
|
|
16
|
+
export default SliderComponent;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
interface Props {
|
|
3
|
+
minText?: string;
|
|
4
|
+
maxText?: string;
|
|
5
|
+
questionId: number;
|
|
6
|
+
valueText: string;
|
|
7
|
+
onChangeQuestionAnswer?: (questionId: number, value: string) => void;
|
|
8
|
+
averageOtherRatings?: number;
|
|
9
|
+
isBeforeSession: boolean;
|
|
10
|
+
isPageResult?: boolean;
|
|
11
|
+
isPageSessionResult?: boolean;
|
|
12
|
+
avatar?: string;
|
|
13
|
+
isRedToRed?: boolean;
|
|
14
|
+
}
|
|
15
|
+
declare const SliderSurveyComponent: FC<Props>;
|
|
16
|
+
export default SliderSurveyComponent;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
interface Props {
|
|
3
|
+
questions: object[];
|
|
4
|
+
onRemove: Function;
|
|
5
|
+
isTeacherQuestion?: boolean;
|
|
6
|
+
onChangeMandatory: Function;
|
|
7
|
+
extraQuestionMandatory?: object[];
|
|
8
|
+
isHiddenMandatory?: boolean;
|
|
9
|
+
}
|
|
10
|
+
declare const QuestionList: FC<Props>;
|
|
11
|
+
export default QuestionList;
|
package/dist/MarioFramework.Education/ClientApp/src/components/Questions/QuestionSelector.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
interface Props {
|
|
3
|
+
categoryId?: number;
|
|
4
|
+
onChange: Function;
|
|
5
|
+
value: any | null;
|
|
6
|
+
externalQuestionIds: number[];
|
|
7
|
+
isDefaultQuestionSurvey?: boolean;
|
|
8
|
+
isDefaultQuestion?: boolean;
|
|
9
|
+
isDefaultClassReflection?: boolean;
|
|
10
|
+
isDefaultConference?: boolean;
|
|
11
|
+
noCategory?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare const QuestionSelector: FC<Props>;
|
|
14
|
+
export default QuestionSelector;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
export interface IOptionSelector {
|
|
3
|
+
label: string;
|
|
4
|
+
value: number;
|
|
5
|
+
}
|
|
6
|
+
interface IProps {
|
|
7
|
+
onChange: any;
|
|
8
|
+
placeholder: string;
|
|
9
|
+
options: IOptionSelector[];
|
|
10
|
+
isMultiSelect?: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const InputSelector: FC<IProps>;
|
|
13
|
+
export default InputSelector;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import "react-datepicker/dist/react-datepicker.css";
|
|
2
|
+
import { PROPS_FILTERS_COMPONENT } from "../../utils/type";
|
|
3
|
+
declare const SelectFilter: ({ studentUserId, studentId, studentDefault, handleChangeFilters, name, icon, option, onChangeFilters, btnStyle, filter, teacherUserId, changeCurrentTeacherUserId, labelBox, setLabelBox }: PROPS_FILTERS_COMPONENT) => JSX.Element;
|
|
4
|
+
export default SelectFilter;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FILTER_SURVEY } from "../../containers/SurveyDashboard/configs/types";
|
|
2
|
+
interface TABLE_CELL {
|
|
3
|
+
name: string;
|
|
4
|
+
tableWidth: number;
|
|
5
|
+
sortName: string | null;
|
|
6
|
+
align: any;
|
|
7
|
+
textTransform?: any;
|
|
8
|
+
}
|
|
9
|
+
interface PROPS_TABLE {
|
|
10
|
+
listTableCell: TABLE_CELL[];
|
|
11
|
+
filters: FILTER_SURVEY;
|
|
12
|
+
handleSort?: Function;
|
|
13
|
+
}
|
|
14
|
+
declare const TableCells: ({ listTableCell, filters, handleSort }: PROPS_TABLE) => JSX.Element;
|
|
15
|
+
export default TableCells;
|
package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/constants.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const HEADER_DESKTOP_HEIGHT = 57;
|
|
2
|
+
export declare const HEADER_MOBILE_HEIGHT = 55;
|
|
3
|
+
export declare const NOTIFICATION_HEIGHT = 36;
|
|
4
|
+
export declare const NOTIFICATION_CHANNEL = "NOTIFICATION_CHANNEL";
|
|
5
|
+
export declare const NEW_NOTIFICATION = "NEW_NOTIFICATION";
|
|
6
|
+
export declare const drawerWidth = 280;
|
|
7
|
+
export declare const drawerWidth11 = 260;
|
|
8
|
+
export declare const drawerWidth12 = 240;
|
|
9
|
+
export declare const drawerWidth15 = 210;
|
|
10
|
+
export declare const headerHeightScroll = 0;
|
|
11
|
+
export declare const defaultFontSize = 16;
|
|
12
|
+
export declare const defaultFontSmall = 12;
|
|
13
|
+
export declare const defaultFontLarge = 20;
|
|
14
|
+
export declare const LOGO: string;
|
package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterComponent.d.ts
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { SURVEY_LIST } from "../../containers/SurveyDashboard/configs/types";
|
|
2
|
+
interface FILTER {
|
|
3
|
+
startDate?: number | null;
|
|
4
|
+
endDate?: number | null;
|
|
5
|
+
isFavorite?: boolean;
|
|
6
|
+
studentId?: number;
|
|
7
|
+
flag?: string;
|
|
8
|
+
}
|
|
9
|
+
interface STUDENT {
|
|
10
|
+
email: string;
|
|
11
|
+
gradeLevel: string;
|
|
12
|
+
id: number;
|
|
13
|
+
studentName: string;
|
|
14
|
+
actionScore: number;
|
|
15
|
+
}
|
|
16
|
+
interface PROPS_FILTER {
|
|
17
|
+
filters?: FILTER;
|
|
18
|
+
handleChangeStartDate?: Function;
|
|
19
|
+
handleChangeEndDate?: Function;
|
|
20
|
+
handleChangeInputSearch?: Function;
|
|
21
|
+
inputSearch?: any;
|
|
22
|
+
isShowSelectRight?: boolean;
|
|
23
|
+
handleChangeStatus?: Function;
|
|
24
|
+
placeholderSearch?: string;
|
|
25
|
+
handleSelectFavorite?: Function;
|
|
26
|
+
studentList?: STUDENT[];
|
|
27
|
+
onSelectStudent?: Function;
|
|
28
|
+
toggleKeyCustom?: string;
|
|
29
|
+
handleToggleCustom?: Function;
|
|
30
|
+
toggleContentCustom?: string;
|
|
31
|
+
optionCustomSelect?: string[];
|
|
32
|
+
handleChangeCustomSelect?: Function;
|
|
33
|
+
surveyOptions?: SURVEY_LIST[];
|
|
34
|
+
handleChangeSurveyOption?: Function;
|
|
35
|
+
academicOption?: any;
|
|
36
|
+
handleChangeAcademicYear?: Function;
|
|
37
|
+
valueAcademicYear?: object;
|
|
38
|
+
handleDownloadCsv?: any;
|
|
39
|
+
}
|
|
40
|
+
declare const CustomFilterComponent: ({ filters, handleChangeStartDate, handleChangeEndDate, handleChangeInputSearch, inputSearch, isShowSelectRight, handleChangeStatus, placeholderSearch, handleSelectFavorite, studentList, onSelectStudent, toggleKeyCustom, handleToggleCustom, toggleContentCustom, optionCustomSelect, handleChangeCustomSelect, surveyOptions, handleChangeSurveyOption, academicOption, handleChangeAcademicYear, valueAcademicYear, handleDownloadCsv }: PROPS_FILTER) => JSX.Element;
|
|
41
|
+
export default CustomFilterComponent;
|
package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterMobile.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
interface FILTER {
|
|
2
|
+
startDate?: number | null;
|
|
3
|
+
endDate?: number | null;
|
|
4
|
+
isFavorite?: boolean;
|
|
5
|
+
}
|
|
6
|
+
interface PROPS_FILTER {
|
|
7
|
+
filters?: FILTER;
|
|
8
|
+
handleChangeStartDate?: Function;
|
|
9
|
+
handleChangeEndDate?: Function;
|
|
10
|
+
handleChangeInputSearch: Function;
|
|
11
|
+
inputSearch: any;
|
|
12
|
+
isShowSelectRight?: boolean;
|
|
13
|
+
handleChangeStatus?: Function;
|
|
14
|
+
placeholderSearch?: string;
|
|
15
|
+
handleSelectFavorite?: Function;
|
|
16
|
+
onShowFilter?: Function;
|
|
17
|
+
isShowFilter?: boolean;
|
|
18
|
+
isShowCalendar?: boolean;
|
|
19
|
+
onShowFilterCalendar?: Function;
|
|
20
|
+
optionCustomSelect?: string[];
|
|
21
|
+
handleChangeCustomSelect?: Function;
|
|
22
|
+
toggleKeyCustom?: string;
|
|
23
|
+
toggleContentCustom?: string;
|
|
24
|
+
handleToggleCustom?: Function;
|
|
25
|
+
handleDownloadCsv?: any;
|
|
26
|
+
}
|
|
27
|
+
declare const CustomFilterMobile: ({ filters, handleChangeStartDate, handleChangeEndDate, handleChangeInputSearch, inputSearch, handleChangeStatus, placeholderSearch, handleSelectFavorite, onShowFilter, isShowFilter, isShowCalendar, onShowFilterCalendar, optionCustomSelect, handleChangeCustomSelect, toggleKeyCustom, toggleContentCustom, handleToggleCustom, handleDownloadCsv }: PROPS_FILTER) => JSX.Element;
|
|
28
|
+
export default CustomFilterMobile;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const _default: React.MemoExoticComponent<({ setStudentId, setStudentUserId, setStudentName, setStudentProfileImage, studentUserId, setIsCheckStudent, isShowDropDownIcon, classes, studentId, label, isDialog, isMultiRole }: any) => JSX.Element | null>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const useSemesterList: (breakingMonthDetail: any) => {
|
|
2
|
+
academicYearList: any;
|
|
3
|
+
totalItems: number;
|
|
4
|
+
filters: import("mario-core").Filter;
|
|
5
|
+
changeFilters: (updatedFilters: any) => void;
|
|
6
|
+
getData: () => Promise<void>;
|
|
7
|
+
};
|
|
8
|
+
export default useSemesterList;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type BreakingMonthDetail = {
|
|
3
|
+
value: number;
|
|
4
|
+
};
|
|
5
|
+
declare const useBreakingMonth: () => {
|
|
6
|
+
breakingMonthDetail: any;
|
|
7
|
+
confirmData: (value: number, cb: any) => Promise<void>;
|
|
8
|
+
initValue: BreakingMonthDetail;
|
|
9
|
+
edited: boolean;
|
|
10
|
+
setEdited: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
11
|
+
setEditedTrue: () => Promise<void>;
|
|
12
|
+
setEditedFalse: () => Promise<void>;
|
|
13
|
+
};
|
|
14
|
+
export default useBreakingMonth;
|