mario-education 2.4.490-prod → 2.4.491-feedback
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/icons/ArrowBackIcon.d.ts +4 -0
- package/dist/components/icons/ArrowRightIcon.d.ts +2 -0
- package/dist/components/icons/DarkIcon.d.ts +4 -0
- package/dist/components/icons/IdentifyIcon.d.ts +2 -0
- package/dist/components/icons/LightIcon.d.ts +4 -0
- package/dist/components/icons/MarioAIIcon.d.ts +2 -0
- package/dist/components/icons/MoreIcon.d.ts +2 -0
- package/dist/components/icons/SummarizeIcon.d.ts +2 -0
- package/dist/components/icons/UnderstandIcon.d.ts +2 -0
- package/dist/containers/MarioAi/cofigs/constants.d.ts +8 -1
- package/dist/containers/MarioAi/cofigs/type.d.ts +23 -0
- package/dist/containers/MarioAi/components/CardHeader.d.ts +4 -0
- package/dist/containers/MarioAi/components/ChatContent.d.ts +6 -0
- package/dist/containers/MarioAi/components/ChatHeader.d.ts +9 -0
- package/dist/containers/MarioAi/components/HeaderAI.d.ts +2 -0
- package/dist/containers/MarioAi/components/ListPrompts.d.ts +6 -0
- package/dist/containers/MarioAi/hooks/useAIChat.d.ts +8 -0
- package/dist/containers/MarioAi/hooks/useAIMario.d.ts +9 -0
- package/dist/containers/MarioAi/views/AIMario.d.ts +2 -0
- package/dist/containers/MarioAi/views/ChatWithAI.d.ts +2 -0
- package/dist/index.js +70 -44
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +70 -44
- package/dist/index.modern.js.map +1 -1
- package/dist/services/dashboardService.d.ts +1 -0
- package/package.json +2 -2
- package/dist/MarioFramework.Education/ClientApp/src/components/AudioRecorder/useAudioRecorder.d.ts +0 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/CancelButton.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/ChipButton.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/ChipImage.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/CustomButton.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/ScrollToTop/ScrollToTopBtn.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/SubmitButton.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/components/Card/CardNameButton.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/components/Card/CardTotal.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/components/Dialog/ConfirmDelete.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/components/Dialog/SimpleDialog.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/components/Header/CustomHeaderComponent.d.ts +0 -19
- package/dist/MarioFramework.Education/ClientApp/src/components/Header/HeaderComponent.d.ts +0 -40
- package/dist/MarioFramework.Education/ClientApp/src/components/Input/InputComponent.d.ts +0 -18
- package/dist/MarioFramework.Education/ClientApp/src/components/Input/TextFieldComponent.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/components/Input/ToggleInput.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/components/Loading/LoadLanguage.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/DropDownComponent.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/EmotionComponent.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/MultiChoiceComponent.d.ts +0 -14
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/QuestionSurveyComponent.d.ts +0 -33
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SingleChoiceComponent.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderComponent.d.ts +0 -16
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderSurveyComponent.d.ts +0 -16
- package/dist/MarioFramework.Education/ClientApp/src/components/Questions/QuestionList.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/components/Questions/QuestionSelector.d.ts +0 -14
- package/dist/MarioFramework.Education/ClientApp/src/components/Select/Autocomplete.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/components/Select/InputSelector.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/components/Select/SelectFilter.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/Circle.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/ItemCircle.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/utils.d.ts +0 -5
- package/dist/MarioFramework.Education/ClientApp/src/components/Table/ConvertTime.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/components/Table/TableCells.d.ts +0 -15
- package/dist/MarioFramework.Education/ClientApp/src/components/Tabs/CustomTabComponent.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/components/Tooltip/CustomTooltip.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/components/icons/CloseIcon.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/components/icons/DownloadIcon.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/components/icons/InfoIcon.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/components/icons/PlusIcon.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/constants.d.ts +0 -14
- package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/types.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterComponent.d.ts +0 -41
- package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterMobile.d.ts +0 -28
- package/dist/MarioFramework.Education/ClientApp/src/components/selector/StudentSelector.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/components/selector/TeacherSelector.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/components/BreakingMonthModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/hooks/useAcademicYearList.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/hooks/useBreakingMonth.d.ts +0 -14
- package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/views/AcademicYearList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/AdminTraining/hooks/useAdminTraning.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/AdminTraining/views/AdminTraining.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/components/AssessmentDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useAssessmentDetail.d.ts +0 -24
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useAssessmentList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useQuestionCategory.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/views/AssessmentList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assetlog/Views/AssetLog.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assetlog/hooks/UseAssetlog.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/components/AssignAssistantModal.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/hooks/useAssignAssistant.d.ts +0 -18
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/utils/constants.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/utils/type.interface.d.ts +0 -45
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/views/AssignAssistantList.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/components/AssignCounselorModal.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/hooks/useAssignCounselor.d.ts +0 -18
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/utils/constants.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/utils/type.interface.d.ts +0 -46
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/views/AssignCounselorList.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/components/AssignSecondaryTeacherModal.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/hooks/useAssignSecondaryTeacher.d.ts +0 -18
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/utils/constants.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/utils/type.interface.d.ts +0 -46
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/views/AssignSecondaryTeacherList.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AcademicClassSelector.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AssessmentSelector.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AssignmentDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/SemesterSelector.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/configs/types.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentDetail.d.ts +0 -27
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentList.d.ts +0 -17
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentResultDetail.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentResultList.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/views/AssignmentList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/views/AssignmentResultList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/components/BadgeDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/hooks/useBadgeDetail.d.ts +0 -20
- package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/hooks/useBadgeList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/views/BadgeList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/components/BandScoreDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBandScoreDetail.d.ts +0 -18
- package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBandScoreList.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBreakPoint.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/views/BandScoreList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/components/UploadCSVButton.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/hooks/useCSVImport.d.ts +0 -41
- package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/views/CSVImport.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateApproved.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateItem.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateReview.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/config/constants.d.ts +0 -19
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateDetail.d.ts +0 -26
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateReview.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/views/CertificateContainer.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/ClassDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/ClassStudentModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentItemSelector.d.ts +0 -23
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentList.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentSelector.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherItemSelector.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherMultiSelector.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherSelector.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/hooks/useClassDetail.d.ts +0 -25
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/hooks/useClassList.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/views/ClassList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/components/TeacherItem.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/configs/constants.d.ts +0 -18
- package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/hooks/useCompareTeacher.d.ts +0 -17
- package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/views/CompareTeacher.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/constant.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/types.d.ts +0 -47
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ConductTop/ConductItem.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ConductTop/SurveyTop.d.ts +0 -14
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/HeaderSurvey.d.ts +0 -22
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/QuestionConduct.d.ts +0 -15
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ShareSurveyDialog.d.ts +0 -14
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/DialogInterventionBody.d.ts +0 -15
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/InterventionDialog.d.ts +0 -20
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/InterventionSelector.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/hooks/useInterventionDialog.d.ts +0 -27
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/configs/constant.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/configs/types.d.ts +0 -126
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/hooks/useConductSurvey.d.ts +0 -31
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/hooks/usePreviewSurvey.d.ts +0 -33
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/styles/makeStyles.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/PreviewSurveyAdmin.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/SurveyIndexAdmin.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/SurveyResultAdmin.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/ConferenceRubricItem.d.ts +0 -14
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/ConferenceRubricTypeSelector.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/SkillSelector.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/configs/types.d.ts +0 -44
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/hooks/useConferenceRubricDetail.d.ts +0 -36
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/hooks/useConferenceRubricList.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/styles/styles.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/views/ConferenceRubricList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/CurrentLicense/hooks/useCurrentLicense.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/containers/CurrentLicense/views/CurrentLicense.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/components/CustomAlertDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/components/QuestionAlertDetailModel.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/constant.d.ts +0 -16
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/type.d.ts +0 -19
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/validate.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useCustomAlertDetail.d.ts +0 -22
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useCustomAlertList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useQuestionAlert.d.ts +0 -14
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/views/CustomAlertList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/views/CustomQuestionAlert.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/AreaChart.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BarAndAreaChart.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BarChart.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BubbleChartCustom.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CheckboxCustom.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/ColumnChartAndPercent.d.ts +0 -18
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomBarChart.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomChartCircle.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomCheckbox.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomLineChart.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomPieChart.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/DashboardCard.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/DashboardToPDF.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/GenerateChartData.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/GoalProgress.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Grade.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HeaderChart/HeaderChart.d.ts +0 -17
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HeaderChart/PlusButton.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HighImpact.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LearningStrategiesTable.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LineChart.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Loading.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LoginCouting.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/OverallDonutChart.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/PerceivedImpact.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Quantity.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Skill.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByAge.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByAgeAndGender.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByGender.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByGrade.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentPressureChart.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentWithSpecialNeeds.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TimeInSession.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TopLearningStrategy.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TopSkill.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TotalCard.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/backgroundPressure.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/constants.d.ts +0 -85
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/types.d.ts +0 -368
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/utils.d.ts +0 -136
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useBehavior.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useChartDatas.d.ts +0 -50
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useDashboard.d.ts +0 -50
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useExportSessionCsv.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useSkillFormat.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useWrapText.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/views/Dashboard.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/components/DestinationModal.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/hooks/useDestination.d.ts +0 -18
- package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/utils/constant.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/utils/type.interface.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/utils/ultis.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/views/Destinations.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/ExternalSurvey/api/externalService.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/containers/ExternalSurvey/constant/types.d.ts +0 -69
- package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/components/FeedbackDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/hooks/useFeedbackDetail.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/hooks/useFeedbackList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/views/FeedbackList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/FixData/hooks/useFixData.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/FixData/views/FixDataStudent.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/components/GoalExampleDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useGoalExampleDetail.d.ts +0 -27
- package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useGoalExampleList.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useShortTermTargetExampleList.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/views/GoalExampleList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/components/StrategyDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/hooks/useLearningStrategyList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/hooks/useStrategyDetail.d.ts +0 -21
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/views/LearningStrategyList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/components/LearningSupportCategoryDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/components/LearningSupportCategorySelector.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryDetail.d.ts +0 -20
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/views/LearningSupportCategoryList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/ManageAssistant/views/ManageAssistantList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyOneToOne/constants/types.d.ts +0 -5
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/configs/constants.d.ts +0 -46
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/configs/utils.d.ts +0 -35
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/types/types.d.ts +0 -227
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/AreaChart.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/BubbleChartCustom.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/OverallDonutChart.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/components/ImportOneRoster.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/components/RosterConfigForm.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/hooks/useImportOneRoster.d.ts +0 -28
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/hooks/userRosterConfigForm.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/utils/constants.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/utils/types.d.ts +0 -5
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/views/OneRoster.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/ImportOneRoster.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/RosterConfigForm.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/TeacherSelector.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/configs/constants.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/configs/types.d.ts +0 -25
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useCreateRosterUser.d.ts +0 -5
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useImportOneRoster.d.ts +0 -28
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useOneRosterUserList.d.ts +0 -19
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/userRosterConfigForm.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterContainer.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterImport.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterUserList.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AdditionalComponent.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AgGridComponents.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AnswerList.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/DefaultQuestionStudentTeacherFilter.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/DefaultQuestionTypeSelector.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/QuestionPreview.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/SliderScale.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/StarRating.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/SubQuestions.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/UserForQuestion.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/constants.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/questionDetailSchema.d.ts +0 -29
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/type.d.ts +0 -5
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/validationAnswerId.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/validationChoices.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionAnswerList.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionDetail.d.ts +0 -39
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionList.d.ts +0 -15
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useSubQuestionList.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionBankContainer.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionBankList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionDetail.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/SurveyQuestionContainer.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/components/QuestionCateModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/components/QuestionCateSelector.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/hooks/useQuestionCateDetail.d.ts +0 -18
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/hooks/useQuestionCateList.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/views/QuestionCategogyList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/components/QuestionDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/hooks/useQuestionDetail.d.ts +0 -21
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/hooks/useQuestionList.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/ultis/ultis.d.ts +0 -20
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/views/QuestionScaffolding.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/ReflectionDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/ReflectionResultDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/configs/types.d.ts +0 -43
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useQuestionCategory.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionFormDetail.d.ts +0 -21
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionFormList.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionResultDetail.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionResultList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionContainer.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionFormList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionResultList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Sandbox/hooks/useSandbox.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/containers/Sandbox/views/SandboxContainer.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/components/SchoolBlankDayDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayDetail.d.ts +0 -19
- package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/views/SchoolBlankDayList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/components/BreakingMonthModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/components/SemesterDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useBreakingMonth.d.ts +0 -14
- package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useSemesterDetail.d.ts +0 -19
- package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useSemesterList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/views/SemesterList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/AddQuestionModal.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/CategorySelector.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/ConferenceRubricSelector.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/ReflectionFormSelector.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/SkillSelector.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/configs/validationSchema.d.ts +0 -15
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useAddQuestion.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useSessionTemplateDetail.d.ts +0 -42
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useSessionTemplateList.d.ts +0 -15
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/views/SessionTemplateDetail.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/views/SessionTemplateList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateContainer/views/SessionTemplateContainer.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/components/SubjectSelector.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassDetail.d.ts +0 -39
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassList.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassDetail.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Setup/views/SetupContainer.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/components/SubjectDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/hooks/useSubjectDetail.d.ts +0 -19
- package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/hooks/useSubjectList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/views/SubjectList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/components/SuggestionDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useKeywordList.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useSuggestionDetail.d.ts +0 -30
- package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useSuggestionList.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/views/SuggestionList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/apiClient/surveyService.d.ts +0 -32
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AllQuestionSurvey.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AllStudentSurvey.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AreaChart.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/BarAndAreaChart.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/BarChart.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CardItemMobile/CardSurveyMobile.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ChartViewDashboard.d.ts +0 -20
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CheckboxCustom.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ChoiceChartType.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ConductSurveyModel.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CreateSurveyAdmin.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/DashboardCard.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/HeaderChart/HeaderChart.d.ts +0 -16
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/HeaderChart/PlusButton.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ListSurveys.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/Loading.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/PieChart.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/Questions/AdditionalQuestionModel.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/RatingOfQuestions.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ResponseQuestionModel.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ConfirmPublishSurvey.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ConfirmShareSurvey.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/CreateSurveyComponent.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ListFavoriteSurvey.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSelectQuestion.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSelectSurveyTemplate.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSendSurvey.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ReviewSurveyDetail.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/TableSelectStaff.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/TableSelectStudent.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StudentByGrade.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StudentFlagList.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/TopMostSurveyUsed.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/TotalCard.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/chartOptions.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/constants.d.ts +0 -65
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/overviewFn.d.ts +0 -17
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/questionModelType.d.ts +0 -34
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/tableColumn.d.ts +0 -146
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/typeCardItem.d.ts +0 -17
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/types.d.ts +0 -274
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/utils.d.ts +0 -129
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useAdditionalQuestion.d.ts +0 -32
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useBehavior.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useChartDatas.d.ts +0 -43
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useContainerDimensions.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useCreateSurvey.d.ts +0 -100
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useDashboard.d.ts +0 -32
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useExternalSurvey.d.ts +0 -26
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useFormCreateSurvey.d.ts +0 -15
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListFavoriteSurvey.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListQuestionSurvey.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListStudentFlag.d.ts +0 -19
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListSurvey.d.ts +0 -44
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListSurveyDetail.d.ts +0 -20
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectQuestion.d.ts +0 -26
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectStaff.d.ts +0 -15
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectStudent.d.ts +0 -16
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyDetail.d.ts +0 -31
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyExportCsv.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyStudentFlag.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/styles/makeStyles.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDashboard.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDashboardContainer.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDetailAdmin.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyStudentFlagListAdmin.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveySummary.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/components/SwitchAssistantModal.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/hooks/useSwitchAssistant.d.ts +0 -18
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/utils/constants.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/utils/type.interface.d.ts +0 -36
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/views/SwitchAssistantList.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/components/SwitchCounselorModal.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/hooks/useSwitchCounselor.d.ts +0 -18
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/utils/constants.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/utils/type.interface.d.ts +0 -53
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/views/SwitchCounselorList.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/components/SwitchSecondaryTeacherModal.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/hooks/useSwitchSecondaryTeacher.d.ts +0 -19
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/utils/constants.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/utils/type.interface.d.ts +0 -63
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/views/SwitchSecondaryTeacherList.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/components/SwitchTeacherModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/hooks/useSwitchTeacher.d.ts +0 -38
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/views/SwitchTeacherList.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/components/TemplateCateModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/hooks/useTemplateCateDetail.d.ts +0 -35
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/hooks/useTemplateCateList.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/views/TemplateSurveyList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/apiClient/index.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/SelectorTemplate.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/TemplateDialogModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/configs/types.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateBuilder.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateDetail.d.ts +0 -20
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateList.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateStart.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateBuilderPage.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateContainer.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateIEPList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateStartBuild.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateSystemList.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/Training/hooks/useTrainingLink.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/Training/views/Training.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/components/TutorialScreenDetailModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/components/TutorialScreenList.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/enums/TutorialScreenType.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/hooks/useTutorialScreenDetail.d.ts +0 -20
- package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/hooks/useTutorialScreenList.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/components/UserDeletedModal.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/hooks/useUserDeletedList.d.ts +0 -37
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/hooks/useUserDeletedModal.d.ts +0 -14
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/views/UserDeletedList.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserRevert/hooks/useRevertUser.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserRevert/views/RevertUser.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/hook/useGetUserList.d.ts +0 -12
- package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/hook/useResendMail.d.ts +0 -5
- package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/utils/constants.d.ts +0 -25
- package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/views/WelcomeEmailResend.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/hooks/useAutoCompleteStyle.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/hooks/useFontStyles.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/hooks/useStudentList.d.ts +0 -5
- package/dist/MarioFramework.Education/ClientApp/src/index.d.ts +0 -44
- package/dist/MarioFramework.Education/ClientApp/src/index.test.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/services/Speech.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/services/StudentList.d.ts +0 -5
- package/dist/MarioFramework.Education/ClientApp/src/services/SurveyService.d.ts +0 -13
- package/dist/MarioFramework.Education/ClientApp/src/services/academicYearService.d.ts +0 -4
- package/dist/MarioFramework.Education/ClientApp/src/services/assessmentService.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/services/assignmentResultService.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/services/assignmentService.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/services/assistantService.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/services/badgeService.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/services/bandScoreService.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/services/certificateService.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/services/classService.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/services/compareService.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/services/conferenceRubricService.d.ts +0 -9
- package/dist/MarioFramework.Education/ClientApp/src/services/csvService.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/services/currentLicenseService.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/services/customAlertService.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/services/dashboardService.d.ts +0 -30
- package/dist/MarioFramework.Education/ClientApp/src/services/designationService.d.ts +0 -5
- package/dist/MarioFramework.Education/ClientApp/src/services/feedbackService.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/services/fixDataUser.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/services/goalExampleService.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/services/learningStrategyService.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/services/learningSupportCategoryService.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/services/linkTraining.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/services/oneRosterService.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/services/questionAlertService.d.ts +0 -5
- package/dist/MarioFramework.Education/ClientApp/src/services/questionCategoryService.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/services/questionScaffoldingService.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/services/questionService.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/services/reflectionFormResponseService.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/services/reflectionFormService.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/services/revertUserService.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/services/sandbox.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/services/schoolBlankDayService.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/services/semesterService.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/services/sessionTemplateGeneralClassService.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/services/sessionTemplateService.d.ts +0 -11
- package/dist/MarioFramework.Education/ClientApp/src/services/studentService.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/services/subjectService.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/services/suggestionService.d.ts +0 -6
- package/dist/MarioFramework.Education/ClientApp/src/services/tutorialScreenService.d.ts +0 -5
- package/dist/MarioFramework.Education/ClientApp/src/services/userDeletedService.d.ts +0 -7
- package/dist/MarioFramework.Education/ClientApp/src/services/userService.d.ts +0 -27
- package/dist/MarioFramework.Education/ClientApp/src/services/welcomeEmailResendService.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/styles/styles.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/types/types.d.ts +0 -43
- package/dist/MarioFramework.Education/ClientApp/src/utils/constants.d.ts +0 -21
- package/dist/MarioFramework.Education/ClientApp/src/utils/constantsFn.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/utils/formatDate.d.ts +0 -2
- package/dist/MarioFramework.Education/ClientApp/src/utils/function.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/utils/serviceType.interface.d.ts +0 -35
- package/dist/MarioFramework.Education/ClientApp/src/utils/type.d.ts +0 -77
- package/dist/containers/ExternalApi/components/DetailTokenModel.d.ts +0 -3
- package/dist/containers/ExternalApi/components/PermissionSelected.d.ts +0 -3
- package/dist/containers/ExternalApi/configs/contants.d.ts +0 -3
- package/dist/containers/ExternalApi/configs/types.d.ts +0 -24
- package/dist/containers/ExternalApi/hooks/useExternalApi.d.ts +0 -12
- package/dist/containers/ExternalApi/hooks/useSandbox.d.ts +0 -6
- package/dist/containers/ExternalApi/views/ExternalApi.d.ts +0 -2
- package/dist/containers/MyWellbeing/hooks/useGeminiAI.d.ts +0 -8
- package/dist/containers/MyWellbeing/views/MarioAi.d.ts +0 -2
- package/dist/containers/MyWellbeing/views/MyWellbeing.d.ts +0 -2
- package/dist/services/externalApi.d.ts +0 -4
|
@@ -1,2 +1,9 @@
|
|
|
1
|
-
import { IOptionDate } from "./type";
|
|
1
|
+
import { ICardAI, IChat, IOptionDate, IPrompt } from "./type";
|
|
2
2
|
export declare const CALENDAR_OPTIONS: IOptionDate[];
|
|
3
|
+
export declare const CARD_AI_HEADER: ICardAI[];
|
|
4
|
+
export declare const PROMPTS: IPrompt[];
|
|
5
|
+
export declare const THEME: {
|
|
6
|
+
LIGHT: string;
|
|
7
|
+
DARK: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const CHAT: IChat[];
|
|
@@ -11,3 +11,26 @@ export interface IOptionDate {
|
|
|
11
11
|
startDate: number;
|
|
12
12
|
endDate: number;
|
|
13
13
|
}
|
|
14
|
+
export interface ICardAI {
|
|
15
|
+
title: string;
|
|
16
|
+
description: string;
|
|
17
|
+
icon: any;
|
|
18
|
+
link?: string;
|
|
19
|
+
id: number;
|
|
20
|
+
}
|
|
21
|
+
export interface ICardHeader {
|
|
22
|
+
card: ICardAI;
|
|
23
|
+
}
|
|
24
|
+
export interface IPrompt {
|
|
25
|
+
icon: any;
|
|
26
|
+
title: string;
|
|
27
|
+
time: string;
|
|
28
|
+
id: number;
|
|
29
|
+
}
|
|
30
|
+
export interface IChat {
|
|
31
|
+
id: number;
|
|
32
|
+
message: string;
|
|
33
|
+
time: string;
|
|
34
|
+
isUser: boolean;
|
|
35
|
+
options?: string[];
|
|
36
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const useAIMario: () => {
|
|
2
|
+
handleClickAction: (event: React.MouseEvent<HTMLButtonElement>, id: string) => void;
|
|
3
|
+
handleCloseAction: () => void;
|
|
4
|
+
anchorEl: HTMLButtonElement | null;
|
|
5
|
+
popoverId: string | undefined;
|
|
6
|
+
openPopover: boolean;
|
|
7
|
+
goToChat: (id: number) => void;
|
|
8
|
+
};
|
|
9
|
+
export default useAIMario;
|
package/dist/index.js
CHANGED
|
@@ -11317,7 +11317,7 @@ var Destinations = function Destinations() {
|
|
|
11317
11317
|
}
|
|
11318
11318
|
})));
|
|
11319
11319
|
}))) : React__default.createElement(marioCore.EmptyDataAlert, {
|
|
11320
|
-
label: t("
|
|
11320
|
+
label: t("designations_lc")
|
|
11321
11321
|
})), React__default.createElement(reactstrap.Col, {
|
|
11322
11322
|
md: 8,
|
|
11323
11323
|
className: "text-right"
|
|
@@ -13539,29 +13539,29 @@ var SwitchChallengeType;
|
|
|
13539
13539
|
})(SwitchChallengeType || (SwitchChallengeType = {}));
|
|
13540
13540
|
|
|
13541
13541
|
var QUESTION_TYPES_OPTIONS = [{
|
|
13542
|
-
label: "
|
|
13543
|
-
value: "
|
|
13544
|
-
}, {
|
|
13545
|
-
label: "Multiple choice",
|
|
13546
|
-
value: "MultipleChoice"
|
|
13547
|
-
}, {
|
|
13548
|
-
label: "Text input",
|
|
13549
|
-
value: "TextInput"
|
|
13542
|
+
label: "DropDown",
|
|
13543
|
+
value: "DropDown"
|
|
13550
13544
|
}, {
|
|
13551
13545
|
label: "Emotional",
|
|
13552
13546
|
value: "Emotional"
|
|
13553
13547
|
}, {
|
|
13554
|
-
label: "
|
|
13555
|
-
value: "
|
|
13548
|
+
label: "Learning Strategy",
|
|
13549
|
+
value: "LearningStrategy"
|
|
13550
|
+
}, {
|
|
13551
|
+
label: "Multiple choice",
|
|
13552
|
+
value: "MultipleChoice"
|
|
13556
13553
|
}, {
|
|
13557
13554
|
label: "Rating",
|
|
13558
13555
|
value: "Rating"
|
|
13559
13556
|
}, {
|
|
13560
|
-
label: "
|
|
13561
|
-
value: "
|
|
13557
|
+
label: "Single choice",
|
|
13558
|
+
value: "SingleChoice"
|
|
13562
13559
|
}, {
|
|
13563
|
-
label: "
|
|
13564
|
-
value: "
|
|
13560
|
+
label: "Summarize",
|
|
13561
|
+
value: "Summarize"
|
|
13562
|
+
}, {
|
|
13563
|
+
label: "Text input",
|
|
13564
|
+
value: "TextInput"
|
|
13565
13565
|
}];
|
|
13566
13566
|
|
|
13567
13567
|
var subgridStyle = {
|
|
@@ -18429,7 +18429,7 @@ var TutorialScreenContainer = function TutorialScreenContainer() {
|
|
|
18429
18429
|
|
|
18430
18430
|
var tabs$3 = [{
|
|
18431
18431
|
path: "/admin/question/default-question-list",
|
|
18432
|
-
title: "
|
|
18432
|
+
title: "check_in_and_1_1_questions",
|
|
18433
18433
|
component: function component() {
|
|
18434
18434
|
return React__default.createElement(QuestionBankList, {
|
|
18435
18435
|
isDefaultQuestion: true,
|
|
@@ -20273,6 +20273,7 @@ var useQuestionSurveyList = function useQuestionSurveyList(isDefaultQuestion, is
|
|
|
20273
20273
|
maxWidth: 40,
|
|
20274
20274
|
suppressSizeToFit: true
|
|
20275
20275
|
}, {
|
|
20276
|
+
colId: 0,
|
|
20276
20277
|
headerName: t('question_text'),
|
|
20277
20278
|
sortingOrder: ['asc', 'desc'],
|
|
20278
20279
|
flex: 1,
|
|
@@ -20283,6 +20284,7 @@ var useQuestionSurveyList = function useQuestionSurveyList(isDefaultQuestion, is
|
|
|
20283
20284
|
paddingRight: '12px'
|
|
20284
20285
|
}
|
|
20285
20286
|
}, {
|
|
20287
|
+
colId: 1,
|
|
20286
20288
|
headerName: t('type'),
|
|
20287
20289
|
field: 'type-of-survey-question',
|
|
20288
20290
|
sortingOrder: ['asc', 'desc'],
|
|
@@ -20297,6 +20299,7 @@ var useQuestionSurveyList = function useQuestionSurveyList(isDefaultQuestion, is
|
|
|
20297
20299
|
paddingLeft: '12px'
|
|
20298
20300
|
}
|
|
20299
20301
|
}, {
|
|
20302
|
+
colId: 2,
|
|
20300
20303
|
headerName: t('category'),
|
|
20301
20304
|
sortingOrder: ['asc', 'desc'],
|
|
20302
20305
|
suppressSizeToFit: true,
|
|
@@ -34187,6 +34190,9 @@ var getStudentQuestionSkillApi = function getStudentQuestionSkillApi(idStudent,
|
|
|
34187
34190
|
}
|
|
34188
34191
|
});
|
|
34189
34192
|
};
|
|
34193
|
+
var checkHasSummarizeQuestionApi = function checkHasSummarizeQuestionApi() {
|
|
34194
|
+
return marioCore.api.get(REPORT_URL + "/check-has-summarize-answer");
|
|
34195
|
+
};
|
|
34190
34196
|
|
|
34191
34197
|
var PERCENT$1 = [100, 80, 60, 40, 20, 0];
|
|
34192
34198
|
var COLOR_CHART_BUBBLE$1 = ["#169490", "#316CD9", "#FFB04F", "#0F9655"];
|
|
@@ -34333,7 +34339,7 @@ var useDashboard = function useDashboard() {
|
|
|
34333
34339
|
summarizeQuestions = _useState19[0],
|
|
34334
34340
|
setSummarizeQuestions = _useState19[1];
|
|
34335
34341
|
|
|
34336
|
-
var _useState20 = React.useState(
|
|
34342
|
+
var _useState20 = React.useState(false),
|
|
34337
34343
|
isExistQuestion = _useState20[0],
|
|
34338
34344
|
setIsExistQuestion = _useState20[1];
|
|
34339
34345
|
|
|
@@ -34694,15 +34700,31 @@ var useDashboard = function useDashboard() {
|
|
|
34694
34700
|
history.push("/admin/summarize-question?startTime=" + filter.startDate + "&endTime=" + filter.endDate + "&gender=" + ((_filter$gender = filter.gender) === null || _filter$gender === void 0 ? void 0 : _filter$gender.toString()) + "&grade=" + ((_filter$grade = filter.grade) === null || _filter$grade === void 0 ? void 0 : _filter$grade.toString()) + "&academicYearId=" + filter.academicYearId + "&studentId=" + filter.studentId);
|
|
34695
34701
|
};
|
|
34696
34702
|
|
|
34703
|
+
var checkHasSummarizeQuestion = function checkHasSummarizeQuestion() {
|
|
34704
|
+
try {
|
|
34705
|
+
var _temp12 = _catch(function () {
|
|
34706
|
+
return Promise.resolve(checkHasSummarizeQuestionApi()).then(function (res) {
|
|
34707
|
+
if (res && res.data) {
|
|
34708
|
+
setIsExistQuestion(true);
|
|
34709
|
+
}
|
|
34710
|
+
});
|
|
34711
|
+
}, function () {});
|
|
34712
|
+
|
|
34713
|
+
return Promise.resolve(_temp12 && _temp12.then ? _temp12.then(function () {}) : void 0);
|
|
34714
|
+
} catch (e) {
|
|
34715
|
+
return Promise.reject(e);
|
|
34716
|
+
}
|
|
34717
|
+
};
|
|
34718
|
+
|
|
34697
34719
|
var getSummarizeQuestion = React.useCallback(function () {
|
|
34698
34720
|
try {
|
|
34699
|
-
var
|
|
34721
|
+
var _temp15 = function _temp15() {
|
|
34700
34722
|
dispatch(marioCore.setLoading(false));
|
|
34701
34723
|
};
|
|
34702
34724
|
|
|
34703
34725
|
dispatch(marioCore.setLoading(true));
|
|
34704
34726
|
|
|
34705
|
-
var
|
|
34727
|
+
var _temp16 = _catch(function () {
|
|
34706
34728
|
return Promise.resolve(getSummarizeReport(_extends({}, filter, questionFilters))).then(function (res) {
|
|
34707
34729
|
if (res.data) {
|
|
34708
34730
|
setSummarizeQuestions(res.data);
|
|
@@ -34715,7 +34737,7 @@ var useDashboard = function useDashboard() {
|
|
|
34715
34737
|
}));
|
|
34716
34738
|
});
|
|
34717
34739
|
|
|
34718
|
-
return Promise.resolve(
|
|
34740
|
+
return Promise.resolve(_temp16 && _temp16.then ? _temp16.then(_temp15) : _temp15(_temp16));
|
|
34719
34741
|
} catch (e) {
|
|
34720
34742
|
return Promise.reject(e);
|
|
34721
34743
|
}
|
|
@@ -34724,7 +34746,7 @@ var useDashboard = function useDashboard() {
|
|
|
34724
34746
|
getData();
|
|
34725
34747
|
}, [filter]);
|
|
34726
34748
|
React.useEffect(function () {
|
|
34727
|
-
if (!!academicYear && academicYear.length > 0 && filter.academicYearId != 0) {
|
|
34749
|
+
if (!!academicYear && academicYear.length > 0 && filter.academicYearId != 0 && isExistQuestion) {
|
|
34728
34750
|
getSummarizeQuestion();
|
|
34729
34751
|
}
|
|
34730
34752
|
}, [filter, questionFilters]);
|
|
@@ -34737,17 +34759,18 @@ var useDashboard = function useDashboard() {
|
|
|
34737
34759
|
}, [filter.studentUserId, filter.academicYearId]);
|
|
34738
34760
|
React.useEffect(function () {
|
|
34739
34761
|
callApi(getAllAcademicYearApi, handleChangeAcademicYears, [], "academicyear");
|
|
34762
|
+
checkHasSummarizeQuestion();
|
|
34740
34763
|
}, []);
|
|
34741
34764
|
|
|
34742
34765
|
var getDataStudentSkillServices = function getDataStudentSkillServices() {
|
|
34743
34766
|
try {
|
|
34744
|
-
var
|
|
34767
|
+
var _temp19 = function _temp19() {
|
|
34745
34768
|
dispatch(marioCore.setLoading(false));
|
|
34746
34769
|
};
|
|
34747
34770
|
|
|
34748
34771
|
dispatch(marioCore.setLoading(true));
|
|
34749
34772
|
|
|
34750
|
-
var
|
|
34773
|
+
var _temp20 = _catch(function () {
|
|
34751
34774
|
return Promise.resolve(getStudentQuestionSkillApi(filter.studentId, filter.startDate, filter.endDate, filter.grade || [], roles, filter.academicYearId, filter.optionDate, filter.teacherId)).then(function (res) {
|
|
34752
34775
|
setStudentSkillQuestion(res.data);
|
|
34753
34776
|
});
|
|
@@ -34758,7 +34781,7 @@ var useDashboard = function useDashboard() {
|
|
|
34758
34781
|
}));
|
|
34759
34782
|
});
|
|
34760
34783
|
|
|
34761
|
-
return Promise.resolve(
|
|
34784
|
+
return Promise.resolve(_temp20 && _temp20.then ? _temp20.then(_temp19) : _temp19(_temp20));
|
|
34762
34785
|
} catch (e) {
|
|
34763
34786
|
return Promise.reject(e);
|
|
34764
34787
|
}
|
|
@@ -36351,7 +36374,7 @@ var ModelSkillStudent = function ModelSkillStudent(_ref) {
|
|
|
36351
36374
|
className: "" + styles$3["detail"]
|
|
36352
36375
|
}, "All of the students marked as feeling safe.") : React__default.createElement(core$1.Grid, null, React__default.createElement(core$1.Typography, {
|
|
36353
36376
|
className: "" + styles$3["detail"]
|
|
36354
|
-
}, React__default.createElement("b", null, studentPercentage === null || studentPercentage === void 0 ? void 0 : studentPercentage.toFixed(2), "%"), " ", t("of_students_are_not_feeling_safe"), "
|
|
36377
|
+
}, React__default.createElement("b", null, studentPercentage === null || studentPercentage === void 0 ? void 0 : studentPercentage.toFixed(2), "%"), " ", t("of_students_are_not_feeling_safe"), " ", React__default.createElement("b", {
|
|
36355
36378
|
className: "" + styles$3["link"],
|
|
36356
36379
|
onClick: function onClick() {
|
|
36357
36380
|
return handleToggleModel();
|
|
@@ -36363,9 +36386,9 @@ var ModelSkillStudent = function ModelSkillStudent(_ref) {
|
|
|
36363
36386
|
className: "" + styles$3["skill-student"]
|
|
36364
36387
|
}, !studentCount ? React__default.createElement(core$1.Typography, {
|
|
36365
36388
|
className: "" + styles$3["detail"]
|
|
36366
|
-
}, t("all_of_the_students_report_manageable_stress_levels")) : React__default.createElement(core$1.Grid, null, React__default.createElement(core$1.Typography, {
|
|
36389
|
+
}, t("all_of_the_students_report_manageable_stress_levels"), ".") : React__default.createElement(core$1.Grid, null, React__default.createElement(core$1.Typography, {
|
|
36367
36390
|
className: "" + styles$3["detail"]
|
|
36368
|
-
}, React__default.createElement("b", null, studentPercentage === null || studentPercentage === void 0 ? void 0 : studentPercentage.toFixed(2), "%"), " ", t("of_students_are_highly_stressed"), "
|
|
36391
|
+
}, React__default.createElement("b", null, studentPercentage === null || studentPercentage === void 0 ? void 0 : studentPercentage.toFixed(2), "%"), " ", t("of_students_are_highly_stressed"), " ", React__default.createElement("b", {
|
|
36369
36392
|
className: "" + styles$3["link"],
|
|
36370
36393
|
onClick: function onClick() {
|
|
36371
36394
|
return handleToggleModel();
|
|
@@ -39814,7 +39837,7 @@ var TemplateIEPList = function TemplateIEPList() {
|
|
|
39814
39837
|
className: "fadeIn animated"
|
|
39815
39838
|
}, React__default.createElement(TemplateDialogModal$1, {
|
|
39816
39839
|
ref: modal,
|
|
39817
|
-
header:
|
|
39840
|
+
header: t('edit_iep_template'),
|
|
39818
39841
|
confirmText: !!id ? t("update") : t("create"),
|
|
39819
39842
|
onConfirm: onConfirm,
|
|
39820
39843
|
onCancel: onCancel,
|
|
@@ -39831,7 +39854,7 @@ var TemplateIEPList = function TemplateIEPList() {
|
|
|
39831
39854
|
}, React__default.createElement(reactstrap.Col, {
|
|
39832
39855
|
md: 4
|
|
39833
39856
|
}, React__default.createElement(marioCore.AddButton, {
|
|
39834
|
-
text: t('
|
|
39857
|
+
text: t('edit_iep_template'),
|
|
39835
39858
|
onClick: function onClick() {
|
|
39836
39859
|
return openModal();
|
|
39837
39860
|
}
|
|
@@ -70657,15 +70680,15 @@ var CustomQuestionAlert = function CustomQuestionAlert() {
|
|
|
70657
70680
|
size: "sm"
|
|
70658
70681
|
}, React__default.createElement("thead", null, React__default.createElement("tr", null, React__default.createElement("th", {
|
|
70659
70682
|
className: "align-top"
|
|
70660
|
-
}, t("
|
|
70683
|
+
}, t("description")), React__default.createElement("th", {
|
|
70661
70684
|
className: "align-top"
|
|
70662
|
-
}, t("
|
|
70685
|
+
}, t("question")), React__default.createElement("th", {
|
|
70663
70686
|
className: "align-top"
|
|
70664
70687
|
}, t("flag")), React__default.createElement("th", {
|
|
70665
70688
|
className: "align-top"
|
|
70666
70689
|
}, t("type")), React__default.createElement("th", {
|
|
70667
70690
|
className: "text-center"
|
|
70668
|
-
}, t("
|
|
70691
|
+
}, t("actions")))), React__default.createElement("tbody", null, alerts.map(function (record) {
|
|
70669
70692
|
return React__default.createElement("tr", {
|
|
70670
70693
|
key: record.id
|
|
70671
70694
|
}, React__default.createElement("td", {
|
|
@@ -70828,27 +70851,27 @@ var useWeeklyQuest = function useWeeklyQuest() {
|
|
|
70828
70851
|
history.push(url);
|
|
70829
70852
|
}, [weeklyQuestList]);
|
|
70830
70853
|
var columnDefs = [{
|
|
70831
|
-
headerName: '
|
|
70854
|
+
headerName: t('quest_name'),
|
|
70832
70855
|
cellRendererFramework: function cellRendererFramework(params) {
|
|
70833
70856
|
return renderQuestText(params);
|
|
70834
70857
|
}
|
|
70835
70858
|
}, {
|
|
70836
|
-
headerName: '
|
|
70859
|
+
headerName: t('challenge_upc'),
|
|
70837
70860
|
cellRendererFramework: function cellRendererFramework(params) {
|
|
70838
70861
|
return renderQuestChallenge(params);
|
|
70839
70862
|
}
|
|
70840
70863
|
}, {
|
|
70841
|
-
headerName: '
|
|
70864
|
+
headerName: t('source'),
|
|
70842
70865
|
cellRendererFramework: function cellRendererFramework(params) {
|
|
70843
70866
|
return renderQuestSource(params);
|
|
70844
70867
|
}
|
|
70845
70868
|
}, {
|
|
70846
|
-
headerName: '
|
|
70869
|
+
headerName: t('request'),
|
|
70847
70870
|
cellRendererFramework: function cellRendererFramework(params) {
|
|
70848
70871
|
return renderQuestRequest(params);
|
|
70849
70872
|
}
|
|
70850
70873
|
}, {
|
|
70851
|
-
headerName: '
|
|
70874
|
+
headerName: t('active'),
|
|
70852
70875
|
cellRendererFramework: function cellRendererFramework(params) {
|
|
70853
70876
|
return renderQuestActive(params);
|
|
70854
70877
|
}
|
|
@@ -70947,7 +70970,7 @@ var useWeeklyQuest = function useWeeklyQuest() {
|
|
|
70947
70970
|
console.log("run");
|
|
70948
70971
|
},
|
|
70949
70972
|
headerComponentParams: {
|
|
70950
|
-
template: "<div class=\"text-center w-100\">
|
|
70973
|
+
template: "<div class=\"text-center w-100\">" + t('sort_order') + "</div>"
|
|
70951
70974
|
}
|
|
70952
70975
|
}]),
|
|
70953
70976
|
detailCellRenderer: "preview",
|
|
@@ -71025,6 +71048,9 @@ var WeeklyQuest = function WeeklyQuest() {
|
|
|
71025
71048
|
changeFilters = _useWeeklyQuest.changeFilters,
|
|
71026
71049
|
handleSwitchChallenge = _useWeeklyQuest.handleSwitchChallenge;
|
|
71027
71050
|
|
|
71051
|
+
var _useTranslation = marioCore.useTranslation(),
|
|
71052
|
+
t = _useTranslation.t;
|
|
71053
|
+
|
|
71028
71054
|
var buttonTextStyle = {
|
|
71029
71055
|
fontWeight: 500
|
|
71030
71056
|
};
|
|
@@ -71054,14 +71080,14 @@ var WeeklyQuest = function WeeklyQuest() {
|
|
|
71054
71080
|
}, React__default.createElement(reactstrap.Col, {
|
|
71055
71081
|
md: 10
|
|
71056
71082
|
}, React__default.createElement(marioCore.AddButton, {
|
|
71057
|
-
text:
|
|
71083
|
+
text: t('create_quest'),
|
|
71058
71084
|
onClick: function onClick() {
|
|
71059
71085
|
return handleSetQuest();
|
|
71060
71086
|
}
|
|
71061
71087
|
})), React__default.createElement(reactstrap.Col, {
|
|
71062
71088
|
md: 2,
|
|
71063
71089
|
className: "d-flex align-items-center justify-content-end"
|
|
71064
|
-
}, "
|
|
71090
|
+
}, t('total_quests'), ": ", total)), React__default.createElement("div", {
|
|
71065
71091
|
className: 'd-flex align-items-center my-3 justify-content-end'
|
|
71066
71092
|
}, React__default.createElement(reactstrap.Button, {
|
|
71067
71093
|
onClick: function onClick() {
|
|
@@ -71073,7 +71099,7 @@ var WeeklyQuest = function WeeklyQuest() {
|
|
|
71073
71099
|
}, React__default.createElement(fa.FaArrowLeft, null), React__default.createElement("span", {
|
|
71074
71100
|
className: 'ml-2',
|
|
71075
71101
|
style: buttonTextStyle
|
|
71076
|
-
},
|
|
71102
|
+
}, t('change_to_previous_challenge'))), React__default.createElement(reactstrap.Button, {
|
|
71077
71103
|
onClick: function onClick() {
|
|
71078
71104
|
return handleSwitchChallenge(SwitchChallengeType.Next);
|
|
71079
71105
|
},
|
|
@@ -71083,7 +71109,7 @@ var WeeklyQuest = function WeeklyQuest() {
|
|
|
71083
71109
|
}, React__default.createElement("span", {
|
|
71084
71110
|
className: 'mr-2',
|
|
71085
71111
|
style: buttonTextStyle
|
|
71086
|
-
},
|
|
71112
|
+
}, t('change_to_next_challenge')), React__default.createElement(fa.FaArrowRight, null))), React__default.createElement(reactstrap.Row, {
|
|
71087
71113
|
className: "mb-2"
|
|
71088
71114
|
}, React__default.createElement(reactstrap.Col, {
|
|
71089
71115
|
md: 12,
|
|
@@ -72447,7 +72473,7 @@ var ViewStudent = function ViewStudent(_ref) {
|
|
|
72447
72473
|
className: classes.title
|
|
72448
72474
|
}, t('view_a_student')), React__default.createElement(core$1.Typography, {
|
|
72449
72475
|
className: classes.description
|
|
72450
|
-
}, t('select_a_student_to_see_their_profile_and_learning_plan'))), React__default.createElement(core$1.Grid, {
|
|
72476
|
+
}, t('select_a_student_to_see_their_profile_and_learning_plan'), ".")), React__default.createElement(core$1.Grid, {
|
|
72451
72477
|
item: true,
|
|
72452
72478
|
xs: 12,
|
|
72453
72479
|
sm: 5,
|
|
@@ -72556,7 +72582,7 @@ var StudentWellnessNote = function StudentWellnessNote(_ref) {
|
|
|
72556
72582
|
className: "" + styles$9["student-wellness__note__icon--success"]
|
|
72557
72583
|
}) : React__default.createElement(ErrorIcon, {
|
|
72558
72584
|
className: "" + styles$9["student-wellness__note__icon--danger"]
|
|
72559
|
-
})), React__default.createElement("div", null, !number && React__default.createElement(core$1.Typography, null, defaultText), !!percent && React__default.createElement(core$1.Typography, {
|
|
72585
|
+
})), React__default.createElement("div", null, !number && React__default.createElement(core$1.Typography, null, defaultText, "."), !!percent && React__default.createElement(core$1.Typography, {
|
|
72560
72586
|
className: "" + styles$9["student-wellness__item__info"]
|
|
72561
72587
|
}, React__default.createElement("span", null, React__default.createElement("span", {
|
|
72562
72588
|
className: " " + styles$9["student-wellness__item__info__percent--bold"],
|