mario-education 2.1.9 → 2.2.0
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/Questions/QuestionList.d.ts +7 -0
- package/dist/components/Questions/QuestionSelector.d.ts +9 -0
- package/dist/containers/Assessment/components/AssessmentDetailModal.d.ts +3 -0
- package/dist/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +3 -0
- package/dist/containers/Assessment/hooks/useAssessmentDetail.d.ts +24 -0
- package/dist/containers/Assessment/hooks/useAssessmentList.d.ts +10 -0
- package/dist/containers/Assessment/hooks/useQuestionCategory.d.ts +13 -0
- package/dist/containers/Assessment/views/AssessmentList.d.ts +3 -0
- package/dist/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +3 -0
- package/dist/containers/Assignment/components/AcademicClassSelector.d.ts +3 -0
- package/dist/containers/Assignment/components/AssessmentSelector.d.ts +3 -0
- package/dist/containers/Assignment/components/AssignmentDetailModal.d.ts +3 -0
- package/dist/containers/Assignment/configs/types.d.ts +12 -0
- package/dist/containers/Assignment/hooks/useAssignmentDetail.d.ts +24 -0
- package/dist/containers/Assignment/hooks/useAssignmentList.d.ts +10 -0
- package/dist/containers/Assignment/hooks/useAssignmentResultDetail.d.ts +8 -0
- package/dist/containers/Assignment/hooks/useAssignmentResultList.d.ts +10 -0
- package/dist/containers/Assignment/views/AssignmentList.d.ts +3 -0
- package/dist/containers/Assignment/views/AssignmentResultList.d.ts +3 -0
- package/dist/containers/Badge/components/BadgeDetailModal.d.ts +3 -0
- package/dist/containers/Badge/hooks/useBadgeDetail.d.ts +20 -0
- package/dist/containers/Badge/hooks/useBadgeList.d.ts +10 -0
- package/dist/containers/Badge/views/BadgeList.d.ts +3 -0
- package/dist/containers/CSVImport/components/UploadCSVButton.d.ts +10 -0
- package/dist/containers/CSVImport/hooks/useCSVImport.d.ts +21 -0
- package/dist/containers/CSVImport/views/CSVImport.d.ts +3 -0
- package/dist/containers/Classes/components/ClassDetailModal.d.ts +3 -0
- package/dist/containers/Classes/components/ClassStudentModal.d.ts +3 -0
- package/dist/containers/Classes/components/StudentList.d.ts +8 -0
- package/dist/containers/Classes/components/StudentSelector.d.ts +8 -0
- package/dist/containers/Classes/components/TeacherSelector.d.ts +7 -0
- package/dist/containers/Classes/hooks/useClassDetail.d.ts +25 -0
- package/dist/containers/Classes/hooks/useClassList.d.ts +13 -0
- package/dist/containers/Classes/views/ClassList.d.ts +3 -0
- package/dist/containers/ConferenceRubric/components/ConferenceRubricItem.d.ts +14 -0
- package/dist/containers/ConferenceRubric/components/ConferenceRubricTypeSelector.d.ts +7 -0
- package/dist/containers/ConferenceRubric/components/SkillSelector.d.ts +8 -0
- package/dist/containers/ConferenceRubric/components/ToggleInput.d.ts +9 -0
- package/dist/containers/ConferenceRubric/configs/types.d.ts +44 -0
- package/dist/containers/ConferenceRubric/hooks/useConferenceRubricDetail.d.ts +36 -0
- package/dist/containers/ConferenceRubric/hooks/useConferenceRubricList.d.ts +11 -0
- package/dist/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +3 -0
- package/dist/containers/ConferenceRubric/views/ConferenceRubricList.d.ts +3 -0
- package/dist/containers/CustomAlert/components/CustomAlertDetailModal.d.ts +3 -0
- package/dist/containers/CustomAlert/hooks/useCustomAlertDetail.d.ts +22 -0
- package/dist/containers/CustomAlert/hooks/useCustomAlertList.d.ts +10 -0
- package/dist/containers/CustomAlert/views/CustomAlertList.d.ts +3 -0
- package/dist/containers/Feedback/components/FeedbackDetailModal.d.ts +3 -0
- package/dist/containers/Feedback/hooks/useFeedbackDetail.d.ts +11 -0
- package/dist/containers/Feedback/hooks/useFeedbackList.d.ts +9 -0
- package/dist/containers/Feedback/views/FeedbackList.d.ts +3 -0
- package/dist/containers/GoalExample/components/GoalExampleDetailModal.d.ts +3 -0
- package/dist/containers/GoalExample/hooks/useGoalExampleDetail.d.ts +27 -0
- package/dist/containers/GoalExample/hooks/useGoalExampleList.d.ts +11 -0
- package/dist/containers/GoalExample/hooks/useShortTermTargetExampleList.d.ts +12 -0
- package/dist/containers/GoalExample/views/GoalExampleList.d.ts +3 -0
- package/dist/containers/LearningStrategy/components/StrategyDetailModal.d.ts +3 -0
- package/dist/containers/LearningStrategy/hooks/useLearningStrategyList.d.ts +10 -0
- package/dist/containers/LearningStrategy/hooks/useStrategyDetail.d.ts +18 -0
- package/dist/containers/LearningStrategy/views/LearningStrategyList.d.ts +3 -0
- package/dist/containers/LearningSupportCategory/components/LearningSupportCategoryDetailModal.d.ts +3 -0
- package/dist/containers/LearningSupportCategory/components/LearningSupportCategorySelector.d.ts +7 -0
- package/dist/containers/LearningSupportCategory/hooks/useLearningSupportCategoryDetail.d.ts +19 -0
- package/dist/containers/LearningSupportCategory/hooks/useLearningSupportCategoryList.d.ts +10 -0
- package/dist/containers/LearningSupportCategory/views/LearningSupportCategoryList.d.ts +3 -0
- package/dist/containers/ManageAssistant/views/ManageAssistantList.d.ts +3 -0
- package/dist/containers/QuestionBank/components/AdditionalComponent.d.ts +7 -0
- package/dist/containers/QuestionBank/components/AgGridComponents.d.ts +11 -0
- package/dist/containers/QuestionBank/components/AnswerList.d.ts +9 -0
- package/dist/containers/QuestionBank/components/DefaultQuestionStudentTeacherFilter.d.ts +8 -0
- package/dist/containers/QuestionBank/components/DefaultQuestionTypeSelector.d.ts +7 -0
- package/dist/containers/QuestionBank/components/QuestionPreview.d.ts +3 -0
- package/dist/containers/QuestionBank/components/SliderScale.d.ts +8 -0
- package/dist/containers/QuestionBank/components/StarRating.d.ts +7 -0
- package/dist/containers/QuestionBank/components/SubQuestions.d.ts +7 -0
- package/dist/containers/QuestionBank/configs/questionDetailSchema.d.ts +25 -0
- package/dist/containers/QuestionBank/configs/validationAnswerId.d.ts +2 -0
- package/dist/containers/QuestionBank/configs/validationChoices.d.ts +2 -0
- package/dist/containers/QuestionBank/hooks/useQuestionAnswerList.d.ts +7 -0
- package/dist/containers/QuestionBank/hooks/useQuestionDetail.d.ts +31 -0
- package/dist/containers/QuestionBank/hooks/useQuestionList.d.ts +12 -0
- package/dist/containers/QuestionBank/hooks/useSubQuestionList.d.ts +6 -0
- package/dist/containers/QuestionBank/views/QuestionBankContainer.d.ts +3 -0
- package/dist/containers/QuestionBank/views/QuestionBankList.d.ts +6 -0
- package/dist/containers/QuestionBank/views/QuestionDetail.d.ts +3 -0
- package/dist/containers/QuestionCategory/components/QuestionCateModal.d.ts +3 -0
- package/dist/containers/QuestionCategory/hooks/useQuestionCateDetail.d.ts +18 -0
- package/dist/containers/QuestionCategory/hooks/useQuestionCateList.d.ts +10 -0
- package/dist/containers/QuestionCategory/views/QuestionCategogyList.d.ts +3 -0
- package/dist/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +3 -0
- package/dist/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +3 -0
- package/dist/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +3 -0
- package/dist/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +3 -0
- package/dist/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +3 -0
- package/dist/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +3 -0
- package/dist/containers/ReflectionForm/components/ReflectionDetailModal.d.ts +3 -0
- package/dist/containers/ReflectionForm/components/ReflectionResultDetailModal.d.ts +3 -0
- package/dist/containers/ReflectionForm/configs/types.d.ts +43 -0
- package/dist/containers/ReflectionForm/hooks/useQuestionCategory.d.ts +13 -0
- package/dist/containers/ReflectionForm/hooks/useReflectionFormDetail.d.ts +21 -0
- package/dist/containers/ReflectionForm/hooks/useReflectionFormList.d.ts +10 -0
- package/dist/containers/ReflectionForm/hooks/useReflectionResultDetail.d.ts +8 -0
- package/dist/containers/ReflectionForm/hooks/useReflectionResultList.d.ts +9 -0
- package/dist/containers/ReflectionForm/views/ReflectionContainer.d.ts +3 -0
- package/dist/containers/ReflectionForm/views/ReflectionFormList.d.ts +3 -0
- package/dist/containers/ReflectionForm/views/ReflectionResultList.d.ts +3 -0
- package/dist/containers/Semester/components/BreakingMonthModal.d.ts +3 -0
- package/dist/containers/Semester/components/SemesterDetailModal.d.ts +3 -0
- package/dist/containers/Semester/hooks/useBreakingMonth.d.ts +14 -0
- package/dist/containers/Semester/hooks/useSemesterDetail.d.ts +19 -0
- package/dist/containers/Semester/hooks/useSemesterList.d.ts +10 -0
- package/dist/containers/Semester/views/SemesterList.d.ts +3 -0
- package/dist/containers/SessionTemplate/components/AddQuestionModal.d.ts +11 -0
- package/dist/containers/SessionTemplate/components/CategorySelector.d.ts +7 -0
- package/dist/containers/SessionTemplate/components/ConferenceRubricSelector.d.ts +7 -0
- package/dist/containers/SessionTemplate/components/ReflectionFormSelector.d.ts +7 -0
- package/dist/containers/SessionTemplate/components/SkillSelector.d.ts +7 -0
- package/dist/containers/SessionTemplate/configs/validationSchema.d.ts +21 -0
- package/dist/containers/SessionTemplate/hooks/useAddQuestion.d.ts +8 -0
- package/dist/containers/SessionTemplate/hooks/useSessionTemplateDetail.d.ts +29 -0
- package/dist/containers/SessionTemplate/hooks/useSessionTemplateList.d.ts +11 -0
- package/dist/containers/SessionTemplate/views/SessionTemplateDetail.d.ts +3 -0
- package/dist/containers/SessionTemplate/views/SessionTemplateList.d.ts +3 -0
- package/dist/containers/SessionTemplateContainer/views/SessionTemplateContainer.d.ts +3 -0
- package/dist/containers/SessionTemplateGeneralClass/components/SubjectSelector.d.ts +7 -0
- package/dist/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassDetail.d.ts +27 -0
- package/dist/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassList.d.ts +11 -0
- package/dist/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassDetail.d.ts +3 -0
- package/dist/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassList.d.ts +3 -0
- package/dist/containers/Setup/views/SetupContainer.d.ts +3 -0
- package/dist/containers/Subject/components/SubjectDetailModal.d.ts +3 -0
- package/dist/containers/Subject/hooks/useSubjectDetail.d.ts +19 -0
- package/dist/containers/Subject/hooks/useSubjectList.d.ts +10 -0
- package/dist/containers/Subject/views/SubjectList.d.ts +3 -0
- package/dist/containers/SuggestionBank/components/SuggestionDetailModal.d.ts +3 -0
- package/dist/containers/SuggestionBank/hooks/useKeywordList.d.ts +12 -0
- package/dist/containers/SuggestionBank/hooks/useSuggestionDetail.d.ts +30 -0
- package/dist/containers/SuggestionBank/hooks/useSuggestionList.d.ts +11 -0
- package/dist/containers/SuggestionBank/views/SuggestionList.d.ts +3 -0
- package/dist/containers/TutorialScreen/components/TutorialScreenDetailModal.d.ts +3 -0
- package/dist/containers/TutorialScreen/components/TutorialScreenList.d.ts +7 -0
- package/dist/containers/TutorialScreen/enums/TutorialScreenType.d.ts +7 -0
- package/dist/containers/TutorialScreen/hooks/useTutorialScreenDetail.d.ts +20 -0
- package/dist/containers/TutorialScreen/hooks/useTutorialScreenList.d.ts +11 -0
- package/dist/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +3 -0
- package/dist/containers/TutorialScreen/views/TutorialScreenList.d.ts +3 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.test.d.ts +1 -0
- package/dist/services/academicYearService.d.ts +2 -0
- package/dist/services/assessmentService.d.ts +6 -0
- package/dist/services/assignmentResultService.d.ts +3 -0
- package/dist/services/assignmentService.d.ts +7 -0
- package/dist/services/assistantService.d.ts +2 -0
- package/dist/services/badgeService.d.ts +6 -0
- package/dist/services/classService.d.ts +9 -0
- package/dist/services/conferenceRubricService.d.ts +9 -0
- package/dist/services/csvService.d.ts +1 -0
- package/dist/services/customAlertService.d.ts +7 -0
- package/dist/services/feedbackService.d.ts +6 -0
- package/dist/services/goalExampleService.d.ts +6 -0
- package/dist/services/learningStrategyService.d.ts +6 -0
- package/dist/services/learningSupportCategoryService.d.ts +6 -0
- package/dist/services/questionCategoryService.d.ts +6 -0
- package/dist/services/questionService.d.ts +6 -0
- package/dist/services/reflectionFormResponseService.d.ts +3 -0
- package/dist/services/reflectionFormService.d.ts +6 -0
- package/dist/services/semesterService.d.ts +6 -0
- package/dist/services/sessionTemplateGeneralClassService.d.ts +6 -0
- package/dist/services/sessionTemplateService.d.ts +11 -0
- package/dist/services/studentService.d.ts +2 -0
- package/dist/services/subjectService.d.ts +6 -0
- package/dist/services/suggestionService.d.ts +6 -0
- package/dist/services/tutorialScreenService.d.ts +5 -0
- package/dist/src/components/Input/ToggleInput.d.ts +10 -0
- package/dist/src/components/Questions/QuestionList.d.ts +7 -0
- package/dist/src/components/Questions/QuestionSelector.d.ts +9 -0
- package/dist/src/containers/Assessment/components/AssessmentDetailModal.d.ts +3 -0
- package/dist/src/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +3 -0
- package/dist/src/containers/Assessment/hooks/useAssessmentDetail.d.ts +24 -0
- package/dist/src/containers/Assessment/hooks/useAssessmentList.d.ts +10 -0
- package/dist/src/containers/Assessment/hooks/useQuestionCategory.d.ts +13 -0
- package/dist/src/containers/Assessment/views/AssessmentList.d.ts +3 -0
- package/dist/src/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +3 -0
- package/dist/src/containers/Assignment/components/AcademicClassSelector.d.ts +3 -0
- package/dist/src/containers/Assignment/components/AssessmentSelector.d.ts +3 -0
- package/dist/src/containers/Assignment/components/AssignmentDetailModal.d.ts +3 -0
- package/dist/src/containers/Assignment/components/SemesterSelector.d.ts +8 -0
- package/dist/src/containers/Assignment/configs/types.d.ts +13 -0
- package/dist/src/containers/Assignment/hooks/useAssignmentDetail.d.ts +27 -0
- package/dist/src/containers/Assignment/hooks/useAssignmentList.d.ts +18 -0
- package/dist/src/containers/Assignment/hooks/useAssignmentResultDetail.d.ts +8 -0
- package/dist/src/containers/Assignment/hooks/useAssignmentResultList.d.ts +10 -0
- package/dist/src/containers/Assignment/views/AssignmentList.d.ts +3 -0
- package/dist/src/containers/Assignment/views/AssignmentResultList.d.ts +3 -0
- package/dist/src/containers/Badge/components/BadgeDetailModal.d.ts +3 -0
- package/dist/src/containers/Badge/hooks/useBadgeDetail.d.ts +20 -0
- package/dist/src/containers/Badge/hooks/useBadgeList.d.ts +10 -0
- package/dist/src/containers/Badge/views/BadgeList.d.ts +3 -0
- package/dist/src/containers/BandScore/components/BandScoreDetailModal.d.ts +3 -0
- package/dist/src/containers/BandScore/hooks/useBandScoreDetail.d.ts +18 -0
- package/dist/src/containers/BandScore/hooks/useBandScoreList.d.ts +7 -0
- package/dist/src/containers/BandScore/hooks/useBreakPoint.d.ts +12 -0
- package/dist/src/containers/BandScore/views/BandScoreList.d.ts +3 -0
- package/dist/src/containers/CSVImport/components/UploadCSVButton.d.ts +10 -0
- package/dist/src/containers/CSVImport/hooks/useCSVImport.d.ts +21 -0
- package/dist/src/containers/CSVImport/views/CSVImport.d.ts +3 -0
- package/dist/src/containers/Certificate/components/CertificateApproved.d.ts +3 -0
- package/dist/src/containers/Certificate/components/CertificateDetailModal.d.ts +3 -0
- package/dist/src/containers/Certificate/components/CertificateItem.d.ts +9 -0
- package/dist/src/containers/Certificate/components/CertificateList.d.ts +3 -0
- package/dist/src/containers/Certificate/components/CertificateReview.d.ts +3 -0
- package/dist/src/containers/Certificate/config/constants.d.ts +19 -0
- package/dist/src/containers/Certificate/hooks/useCertificateDetail.d.ts +26 -0
- package/dist/src/containers/Certificate/hooks/useCertificateList.d.ts +10 -0
- package/dist/src/containers/Certificate/hooks/useCertificateReview.d.ts +7 -0
- package/dist/src/containers/Certificate/views/CertificateContainer.d.ts +3 -0
- package/dist/src/containers/Classes/components/ClassDetailModal.d.ts +3 -0
- package/dist/src/containers/Classes/components/ClassStudentModal.d.ts +3 -0
- package/dist/src/containers/Classes/components/StudentList.d.ts +8 -0
- package/dist/src/containers/Classes/components/StudentSelector.d.ts +8 -0
- package/dist/src/containers/Classes/components/TeacherMultiSelector.d.ts +7 -0
- package/dist/src/containers/Classes/components/TeacherSelector.d.ts +7 -0
- package/dist/src/containers/Classes/hooks/useClassDetail.d.ts +25 -0
- package/dist/src/containers/Classes/hooks/useClassList.d.ts +13 -0
- package/dist/src/containers/Classes/views/ClassList.d.ts +3 -0
- package/dist/src/containers/CompareTeacher/components/TeacherItem.d.ts +8 -0
- package/dist/src/containers/CompareTeacher/configs/constants.d.ts +18 -0
- package/dist/src/containers/CompareTeacher/hooks/useCompareTeacher.d.ts +17 -0
- package/dist/src/containers/CompareTeacher/views/CompareTeacher.d.ts +3 -0
- package/dist/src/containers/ConferenceRubric/components/ConferenceRubricItem.d.ts +14 -0
- package/dist/src/containers/ConferenceRubric/components/ConferenceRubricTypeSelector.d.ts +7 -0
- package/dist/src/containers/ConferenceRubric/components/SkillSelector.d.ts +8 -0
- package/dist/src/containers/ConferenceRubric/configs/types.d.ts +44 -0
- package/dist/src/containers/ConferenceRubric/hooks/useConferenceRubricDetail.d.ts +36 -0
- package/dist/src/containers/ConferenceRubric/hooks/useConferenceRubricList.d.ts +11 -0
- package/dist/src/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +3 -0
- package/dist/src/containers/ConferenceRubric/views/ConferenceRubricList.d.ts +3 -0
- package/dist/src/containers/CurrentLicense/hooks/useCurrentLicense.d.ts +6 -0
- package/dist/src/containers/CurrentLicense/views/CurrentLicense.d.ts +3 -0
- package/dist/src/containers/CustomAlert/components/CustomAlertDetailModal.d.ts +3 -0
- package/dist/src/containers/CustomAlert/hooks/useCustomAlertDetail.d.ts +22 -0
- package/dist/src/containers/CustomAlert/hooks/useCustomAlertList.d.ts +10 -0
- package/dist/src/containers/CustomAlert/views/CustomAlertList.d.ts +3 -0
- package/dist/src/containers/Dashboard/components/CustomCheckbox.d.ts +9 -0
- package/dist/src/containers/Dashboard/components/DashboardCard.d.ts +7 -0
- package/dist/src/containers/Dashboard/components/GoalProgress.d.ts +7 -0
- package/dist/src/containers/Dashboard/components/Grade.d.ts +7 -0
- package/dist/src/containers/Dashboard/components/HighImpact.d.ts +6 -0
- package/dist/src/containers/Dashboard/components/Loading.d.ts +3 -0
- package/dist/src/containers/Dashboard/components/LoginCouting.d.ts +7 -0
- package/dist/src/containers/Dashboard/components/PerceivedImpact.d.ts +7 -0
- package/dist/src/containers/Dashboard/components/Quantity.d.ts +7 -0
- package/dist/src/containers/Dashboard/components/Skill.d.ts +7 -0
- package/dist/src/containers/Dashboard/components/TimeInSession.d.ts +7 -0
- package/dist/src/containers/Dashboard/configs/constants.d.ts +1 -0
- package/dist/src/containers/Dashboard/configs/types.d.ts +48 -0
- package/dist/src/containers/Dashboard/configs/utils.d.ts +1 -0
- package/dist/src/containers/Dashboard/hooks/useDashboard.d.ts +12 -0
- package/dist/src/containers/Dashboard/hooks/useSkillFormat.d.ts +9 -0
- package/dist/src/containers/Dashboard/views/Dashboard.d.ts +3 -0
- package/dist/src/containers/Feedback/components/FeedbackDetailModal.d.ts +3 -0
- package/dist/src/containers/Feedback/hooks/useFeedbackDetail.d.ts +11 -0
- package/dist/src/containers/Feedback/hooks/useFeedbackList.d.ts +9 -0
- package/dist/src/containers/Feedback/views/FeedbackList.d.ts +3 -0
- package/dist/src/containers/GoalExample/components/GoalExampleDetailModal.d.ts +3 -0
- package/dist/src/containers/GoalExample/hooks/useGoalExampleDetail.d.ts +27 -0
- package/dist/src/containers/GoalExample/hooks/useGoalExampleList.d.ts +11 -0
- package/dist/src/containers/GoalExample/hooks/useShortTermTargetExampleList.d.ts +12 -0
- package/dist/src/containers/GoalExample/views/GoalExampleList.d.ts +3 -0
- package/dist/src/containers/LearningStrategy/components/StrategyDetailModal.d.ts +3 -0
- package/dist/src/containers/LearningStrategy/hooks/useLearningStrategyList.d.ts +10 -0
- package/dist/src/containers/LearningStrategy/hooks/useStrategyDetail.d.ts +18 -0
- package/dist/src/containers/LearningStrategy/views/LearningStrategyList.d.ts +3 -0
- package/dist/src/containers/LearningSupportCategory/components/LearningSupportCategoryDetailModal.d.ts +3 -0
- package/dist/src/containers/LearningSupportCategory/components/LearningSupportCategorySelector.d.ts +7 -0
- package/dist/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryDetail.d.ts +19 -0
- package/dist/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryList.d.ts +10 -0
- package/dist/src/containers/LearningSupportCategory/views/LearningSupportCategoryList.d.ts +3 -0
- package/dist/src/containers/ManageAssistant/views/ManageAssistantList.d.ts +3 -0
- package/dist/src/containers/QuestionBank/components/AdditionalComponent.d.ts +7 -0
- package/dist/src/containers/QuestionBank/components/AgGridComponents.d.ts +11 -0
- package/dist/src/containers/QuestionBank/components/AnswerList.d.ts +9 -0
- package/dist/src/containers/QuestionBank/components/DefaultQuestionStudentTeacherFilter.d.ts +8 -0
- package/dist/src/containers/QuestionBank/components/DefaultQuestionTypeSelector.d.ts +7 -0
- package/dist/src/containers/QuestionBank/components/QuestionPreview.d.ts +3 -0
- package/dist/src/containers/QuestionBank/components/SliderScale.d.ts +8 -0
- package/dist/src/containers/QuestionBank/components/StarRating.d.ts +7 -0
- package/dist/src/containers/QuestionBank/components/SubQuestions.d.ts +7 -0
- package/dist/src/containers/QuestionBank/configs/questionDetailSchema.d.ts +25 -0
- package/dist/src/containers/QuestionBank/configs/validationAnswerId.d.ts +2 -0
- package/dist/src/containers/QuestionBank/configs/validationChoices.d.ts +2 -0
- package/dist/src/containers/QuestionBank/hooks/useQuestionAnswerList.d.ts +7 -0
- package/dist/src/containers/QuestionBank/hooks/useQuestionDetail.d.ts +32 -0
- package/dist/src/containers/QuestionBank/hooks/useQuestionList.d.ts +12 -0
- package/dist/src/containers/QuestionBank/hooks/useSubQuestionList.d.ts +6 -0
- package/dist/src/containers/QuestionBank/views/QuestionBankContainer.d.ts +3 -0
- package/dist/src/containers/QuestionBank/views/QuestionBankList.d.ts +6 -0
- package/dist/src/containers/QuestionBank/views/QuestionDetail.d.ts +3 -0
- package/dist/src/containers/QuestionCategory/components/QuestionCateModal.d.ts +3 -0
- package/dist/src/containers/QuestionCategory/hooks/useQuestionCateDetail.d.ts +18 -0
- package/dist/src/containers/QuestionCategory/hooks/useQuestionCateList.d.ts +10 -0
- package/dist/src/containers/QuestionCategory/views/QuestionCategogyList.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/ReflectionDetailModal.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/ReflectionResultDetailModal.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/configs/types.d.ts +43 -0
- package/dist/src/containers/ReflectionForm/hooks/useQuestionCategory.d.ts +13 -0
- package/dist/src/containers/ReflectionForm/hooks/useReflectionFormDetail.d.ts +21 -0
- package/dist/src/containers/ReflectionForm/hooks/useReflectionFormList.d.ts +10 -0
- package/dist/src/containers/ReflectionForm/hooks/useReflectionResultDetail.d.ts +8 -0
- package/dist/src/containers/ReflectionForm/hooks/useReflectionResultList.d.ts +9 -0
- package/dist/src/containers/ReflectionForm/views/ReflectionContainer.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/views/ReflectionFormList.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/views/ReflectionResultList.d.ts +3 -0
- package/dist/src/containers/SchoolBlankDay/components/SchoolBlankDayDetailModal.d.ts +3 -0
- package/dist/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayDetail.d.ts +19 -0
- package/dist/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayList.d.ts +10 -0
- package/dist/src/containers/SchoolBlankDay/views/SchoolBlankDayList.d.ts +3 -0
- package/dist/src/containers/Semester/components/BreakingMonthModal.d.ts +3 -0
- package/dist/src/containers/Semester/components/SemesterDetailModal.d.ts +3 -0
- package/dist/src/containers/Semester/hooks/useBreakingMonth.d.ts +14 -0
- package/dist/src/containers/Semester/hooks/useSemesterDetail.d.ts +19 -0
- package/dist/src/containers/Semester/hooks/useSemesterList.d.ts +10 -0
- package/dist/src/containers/Semester/views/SemesterList.d.ts +3 -0
- package/dist/src/containers/SessionTemplate/components/AddQuestionModal.d.ts +11 -0
- package/dist/src/containers/SessionTemplate/components/CategorySelector.d.ts +7 -0
- package/dist/src/containers/SessionTemplate/components/ConferenceRubricSelector.d.ts +7 -0
- package/dist/src/containers/SessionTemplate/components/ReflectionFormSelector.d.ts +7 -0
- package/dist/src/containers/SessionTemplate/components/SkillSelector.d.ts +7 -0
- package/dist/src/containers/SessionTemplate/configs/validationSchema.d.ts +21 -0
- package/dist/src/containers/SessionTemplate/hooks/useAddQuestion.d.ts +8 -0
- package/dist/src/containers/SessionTemplate/hooks/useSessionTemplateDetail.d.ts +29 -0
- package/dist/src/containers/SessionTemplate/hooks/useSessionTemplateList.d.ts +11 -0
- package/dist/src/containers/SessionTemplate/views/SessionTemplateDetail.d.ts +3 -0
- package/dist/src/containers/SessionTemplate/views/SessionTemplateList.d.ts +3 -0
- package/dist/src/containers/SessionTemplateContainer/views/SessionTemplateContainer.d.ts +3 -0
- package/dist/src/containers/SessionTemplateGeneralClass/components/SubjectSelector.d.ts +7 -0
- package/dist/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassDetail.d.ts +27 -0
- package/dist/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassList.d.ts +11 -0
- package/dist/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassDetail.d.ts +3 -0
- package/dist/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassList.d.ts +3 -0
- package/dist/src/containers/Setup/views/SetupContainer.d.ts +3 -0
- package/dist/src/containers/Subject/components/SubjectDetailModal.d.ts +3 -0
- package/dist/src/containers/Subject/hooks/useSubjectDetail.d.ts +19 -0
- package/dist/src/containers/Subject/hooks/useSubjectList.d.ts +10 -0
- package/dist/src/containers/Subject/views/SubjectList.d.ts +3 -0
- package/dist/src/containers/SuggestionBank/components/SuggestionDetailModal.d.ts +3 -0
- package/dist/src/containers/SuggestionBank/hooks/useKeywordList.d.ts +12 -0
- package/dist/src/containers/SuggestionBank/hooks/useSuggestionDetail.d.ts +30 -0
- package/dist/src/containers/SuggestionBank/hooks/useSuggestionList.d.ts +11 -0
- package/dist/src/containers/SuggestionBank/views/SuggestionList.d.ts +3 -0
- package/dist/src/containers/TutorialScreen/components/TutorialScreenDetailModal.d.ts +3 -0
- package/dist/src/containers/TutorialScreen/components/TutorialScreenList.d.ts +7 -0
- package/dist/src/containers/TutorialScreen/enums/TutorialScreenType.d.ts +7 -0
- package/dist/src/containers/TutorialScreen/hooks/useTutorialScreenDetail.d.ts +20 -0
- package/dist/src/containers/TutorialScreen/hooks/useTutorialScreenList.d.ts +11 -0
- package/dist/src/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +3 -0
- package/dist/src/index.d.ts +29 -0
- package/dist/src/index.test.d.ts +1 -0
- package/dist/src/services/academicYearService.d.ts +2 -0
- package/dist/src/services/assessmentService.d.ts +6 -0
- package/dist/src/services/assignmentResultService.d.ts +3 -0
- package/dist/src/services/assignmentService.d.ts +8 -0
- package/dist/src/services/assistantService.d.ts +2 -0
- package/dist/src/services/badgeService.d.ts +6 -0
- package/dist/src/services/bandScoreService.d.ts +7 -0
- package/dist/src/services/certificateService.d.ts +8 -0
- package/dist/src/services/classService.d.ts +9 -0
- package/dist/src/services/compareService.d.ts +1 -0
- package/dist/src/services/conferenceRubricService.d.ts +9 -0
- package/dist/src/services/csvService.d.ts +1 -0
- package/dist/src/services/currentLicenseService.d.ts +3 -0
- package/dist/src/services/customAlertService.d.ts +7 -0
- package/dist/src/services/dashboardService.d.ts +8 -0
- package/dist/src/services/feedbackService.d.ts +6 -0
- package/dist/src/services/goalExampleService.d.ts +6 -0
- package/dist/src/services/learningStrategyService.d.ts +6 -0
- package/dist/src/services/learningSupportCategoryService.d.ts +6 -0
- package/dist/src/services/questionCategoryService.d.ts +6 -0
- package/dist/src/services/questionService.d.ts +6 -0
- package/dist/src/services/reflectionFormResponseService.d.ts +3 -0
- package/dist/src/services/reflectionFormService.d.ts +6 -0
- package/dist/src/services/schoolBlankDayService.d.ts +6 -0
- package/dist/src/services/semesterService.d.ts +6 -0
- package/dist/src/services/sessionTemplateGeneralClassService.d.ts +6 -0
- package/dist/src/services/sessionTemplateService.d.ts +11 -0
- package/dist/src/services/studentService.d.ts +2 -0
- package/dist/src/services/subjectService.d.ts +6 -0
- package/dist/src/services/suggestionService.d.ts +6 -0
- package/dist/src/services/tutorialScreenService.d.ts +5 -0
- package/dist/src/utils/constants.d.ts +7 -0
- package/dist/utils/constants.d.ts +7 -0
- package/package.json +1 -1
- package/dist/MarioFramework.Education/ClientApp/src/components/Teachers/MyStudent/ConfirmDelete.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/ExportStudent/views/ExportStudent.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/PersonalizeLearning/components/SelectPersonalizeLearning.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/PersonalizeLearning/components/SelectPersonalizeLearningedu.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/PersonalizeLearning/containers/StudentSessionInPersonalize/components/CreateSessionInPersonalizeLearning.d.ts +0 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/PersonalizeLearning/views/PersonalizeLearning.d.ts +0 -5
- package/dist/MarioFramework.Education/ClientApp/src/containers/PersonalizeLearning/views/PersonalizeLearningedu.d.ts +0 -3
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type AssessmentDetail = {
|
|
3
|
+
name: string;
|
|
4
|
+
beginDate?: string;
|
|
5
|
+
endDate?: string;
|
|
6
|
+
studentIds: any;
|
|
7
|
+
category: string;
|
|
8
|
+
questionIds: number[];
|
|
9
|
+
search: string;
|
|
10
|
+
};
|
|
11
|
+
declare const useAssessmentDetail: () => {
|
|
12
|
+
id: number;
|
|
13
|
+
setId: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
14
|
+
assessmentDetail: AssessmentDetail;
|
|
15
|
+
setAssessmentDetail: import("react").Dispatch<import("react").SetStateAction<AssessmentDetail>>;
|
|
16
|
+
confirmData: (values: any, cb: any) => Promise<void>;
|
|
17
|
+
initValue: AssessmentDetail;
|
|
18
|
+
reset: () => void;
|
|
19
|
+
edited: boolean;
|
|
20
|
+
setEdited: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
21
|
+
setEditedTrue: () => Promise<void>;
|
|
22
|
+
setEditedFalse: () => Promise<void>;
|
|
23
|
+
};
|
|
24
|
+
export default useAssessmentDetail;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Filter } from "mario-core";
|
|
2
|
+
declare const useAssessmentList: () => {
|
|
3
|
+
assessmentList: any;
|
|
4
|
+
totalItems: any;
|
|
5
|
+
filters: Filter;
|
|
6
|
+
changeFilters: (updatedFilters: any) => void;
|
|
7
|
+
getData: () => Promise<void>;
|
|
8
|
+
removeData: (id: number) => void;
|
|
9
|
+
};
|
|
10
|
+
export default useAssessmentList;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Filter } from "mario-core";
|
|
2
|
+
declare const useQuestionCategory: () => {
|
|
3
|
+
filters: Filter;
|
|
4
|
+
changeFilters: (updatedFilters: any) => void;
|
|
5
|
+
selectQuestion: any;
|
|
6
|
+
selectedQuestions: any;
|
|
7
|
+
questionByCategoryList: any;
|
|
8
|
+
getQuestionByCategory: (Id: any) => Promise<void>;
|
|
9
|
+
setSelectedQuestion: (question: any) => void;
|
|
10
|
+
MoveItemQuestion: (type: any) => void;
|
|
11
|
+
resetQuestionList: () => void;
|
|
12
|
+
};
|
|
13
|
+
export default useQuestionCategory;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { QuestionResponse, AnswerText } from "../../ReflectionForm/configs/types";
|
|
2
|
+
export declare type AssignmentResult = {
|
|
3
|
+
id: number;
|
|
4
|
+
studentName: string;
|
|
5
|
+
assignmentName: string;
|
|
6
|
+
beginDate: string;
|
|
7
|
+
endDate: string;
|
|
8
|
+
};
|
|
9
|
+
export declare type AssignmentResultDetail = {
|
|
10
|
+
questionResponses: QuestionResponse[];
|
|
11
|
+
answerTexts: AnswerText[];
|
|
12
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type AssignmentDetail = {
|
|
3
|
+
assessmentId: number;
|
|
4
|
+
assessment: any;
|
|
5
|
+
studentIds?: number[];
|
|
6
|
+
students: any;
|
|
7
|
+
academicClassId?: number;
|
|
8
|
+
beginDate: string;
|
|
9
|
+
endDate: string;
|
|
10
|
+
};
|
|
11
|
+
declare const useAssignmentDetail: () => {
|
|
12
|
+
id: number;
|
|
13
|
+
setId: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
14
|
+
assignmentDetail: AssignmentDetail;
|
|
15
|
+
confirmData: (values: any, cb: any) => Promise<void>;
|
|
16
|
+
onRemoveStudent: (assignmentStudentId: number, cb: any) => void;
|
|
17
|
+
initValue: AssignmentDetail;
|
|
18
|
+
reset: () => void;
|
|
19
|
+
edited: boolean;
|
|
20
|
+
setEdited: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
21
|
+
setEditedTrue: () => Promise<void>;
|
|
22
|
+
setEditedFalse: () => Promise<void>;
|
|
23
|
+
};
|
|
24
|
+
export default useAssignmentDetail;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Filter } from "mario-core";
|
|
2
|
+
declare const useAssignmentList: () => {
|
|
3
|
+
assignmentList: any;
|
|
4
|
+
totalItems: any;
|
|
5
|
+
filters: Filter;
|
|
6
|
+
changeFilters: (updatedFilters: any) => void;
|
|
7
|
+
getData: () => Promise<void>;
|
|
8
|
+
removeData: (id: number) => void;
|
|
9
|
+
};
|
|
10
|
+
export default useAssignmentList;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { AssignmentResultDetail } from "../configs/types";
|
|
3
|
+
declare const useReflectionResultDetail: () => {
|
|
4
|
+
id: number;
|
|
5
|
+
setId: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
6
|
+
assignmentResultDetail: AssignmentResultDetail;
|
|
7
|
+
};
|
|
8
|
+
export default useReflectionResultDetail;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Filter } from "mario-core";
|
|
2
|
+
import { AssignmentResult } from "../configs/types";
|
|
3
|
+
declare const useAssignmentResultList: () => {
|
|
4
|
+
assignmentResultList: AssignmentResult[];
|
|
5
|
+
totalItems: number | undefined;
|
|
6
|
+
filters: Filter;
|
|
7
|
+
changeFilters: (updateFilters: any) => void;
|
|
8
|
+
getData: () => Promise<void>;
|
|
9
|
+
};
|
|
10
|
+
export default useAssignmentResultList;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type BadgeDetail = {
|
|
3
|
+
name: string;
|
|
4
|
+
description: string;
|
|
5
|
+
imgUrl: string;
|
|
6
|
+
};
|
|
7
|
+
declare const useBadgeDetail: () => {
|
|
8
|
+
id: number;
|
|
9
|
+
setId: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
10
|
+
setFile: import("react").Dispatch<any>;
|
|
11
|
+
badgeDetail: BadgeDetail;
|
|
12
|
+
confirmData: (values: any, cb: any) => Promise<void>;
|
|
13
|
+
initValue: BadgeDetail;
|
|
14
|
+
reset: () => void;
|
|
15
|
+
edited: boolean;
|
|
16
|
+
setEdited: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
17
|
+
setEditedTrue: () => Promise<void>;
|
|
18
|
+
setEditedFalse: () => Promise<void>;
|
|
19
|
+
};
|
|
20
|
+
export default useBadgeDetail;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Filter } from "mario-core";
|
|
2
|
+
declare const useBadgeList: () => {
|
|
3
|
+
badgeList: any;
|
|
4
|
+
totalItems: any;
|
|
5
|
+
filters: Filter;
|
|
6
|
+
changeFilters: (updatedFilters: any) => void;
|
|
7
|
+
getData: () => Promise<void>;
|
|
8
|
+
removeData: (id: number) => void;
|
|
9
|
+
};
|
|
10
|
+
export default useBadgeList;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare enum CSVType {
|
|
3
|
+
Students = "students",
|
|
4
|
+
Subjects = "subjects",
|
|
5
|
+
Grades = "grades",
|
|
6
|
+
Attendances = "attendances",
|
|
7
|
+
Others = "others"
|
|
8
|
+
}
|
|
9
|
+
interface CSVImportButton {
|
|
10
|
+
text: string;
|
|
11
|
+
backgroundColor: string;
|
|
12
|
+
type: CSVType;
|
|
13
|
+
}
|
|
14
|
+
declare const useCSVImport: () => {
|
|
15
|
+
isLoading: any;
|
|
16
|
+
buttons: CSVImportButton[];
|
|
17
|
+
id: string;
|
|
18
|
+
setType: import("react").Dispatch<import("react").SetStateAction<CSVType | null>>;
|
|
19
|
+
upload: (file: any) => Promise<void>;
|
|
20
|
+
};
|
|
21
|
+
export default useCSVImport;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type ClassDetail = {
|
|
3
|
+
id?: 0;
|
|
4
|
+
name: string;
|
|
5
|
+
studentIds: number[];
|
|
6
|
+
teacherId: number;
|
|
7
|
+
};
|
|
8
|
+
declare const useClassDetail: () => {
|
|
9
|
+
id: number;
|
|
10
|
+
setId: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
11
|
+
classDetail: ClassDetail;
|
|
12
|
+
confirmData: (values: any, cb: any) => Promise<void>;
|
|
13
|
+
initValue: ClassDetail;
|
|
14
|
+
temporaryStudents: any;
|
|
15
|
+
setTemporaryStudents: import("react").Dispatch<any>;
|
|
16
|
+
students: any;
|
|
17
|
+
onAddStudents: () => void;
|
|
18
|
+
onRemoveStudent: (studentId: string) => void;
|
|
19
|
+
reset: () => void;
|
|
20
|
+
edited: boolean;
|
|
21
|
+
setEdited: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
22
|
+
setEditedTrue: () => Promise<void>;
|
|
23
|
+
setEditedFalse: () => Promise<void>;
|
|
24
|
+
};
|
|
25
|
+
export default useClassDetail;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Filter } from "mario-core";
|
|
2
|
+
declare const useClassList: () => {
|
|
3
|
+
classList: any;
|
|
4
|
+
totalItems: any;
|
|
5
|
+
filters: Filter;
|
|
6
|
+
students: any;
|
|
7
|
+
changeFilters: (updatedFilters: any) => void;
|
|
8
|
+
getData: () => Promise<void>;
|
|
9
|
+
removeData: (id: number) => void;
|
|
10
|
+
getClassStudents: (classId: number) => Promise<void>;
|
|
11
|
+
goToUserDetail: (userId: string) => void;
|
|
12
|
+
};
|
|
13
|
+
export default useClassList;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import { ConferenceRubricItem } from "../configs/types";
|
|
3
|
+
interface Props {
|
|
4
|
+
conferenceRubricItem: ConferenceRubricItem;
|
|
5
|
+
removeItem: Function;
|
|
6
|
+
changeConferenceRubricItemRowText: Function;
|
|
7
|
+
changeConferenceRubricItemColumnText: Function;
|
|
8
|
+
addConferenceRubricItemRow: Function;
|
|
9
|
+
removeConferenceRubricItemRow: Function;
|
|
10
|
+
newRowTexts: any;
|
|
11
|
+
changeNewRowText: Function;
|
|
12
|
+
}
|
|
13
|
+
declare const ConferenceRubricItem: FC<Props>;
|
|
14
|
+
export default ConferenceRubricItem;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export declare enum RubricItemColumnOrder {
|
|
2
|
+
Default = 0,
|
|
3
|
+
Order1 = 1,
|
|
4
|
+
Order2 = 2,
|
|
5
|
+
Order3 = 3,
|
|
6
|
+
Order4 = 4,
|
|
7
|
+
Order5 = 5,
|
|
8
|
+
Order6 = 6
|
|
9
|
+
}
|
|
10
|
+
export declare type ConferenceRubric = {
|
|
11
|
+
id?: number | null;
|
|
12
|
+
name: string | null;
|
|
13
|
+
instruction: string;
|
|
14
|
+
conferenceRubricItems: ConferenceRubricItem[];
|
|
15
|
+
questions: ConferenceRubricQuestion[];
|
|
16
|
+
};
|
|
17
|
+
export declare type ConferenceRubricItem = {
|
|
18
|
+
id?: number | null;
|
|
19
|
+
skillId?: number | null;
|
|
20
|
+
skill?: ConferenceRubricSkill;
|
|
21
|
+
columns: ConferenceRubricItemColumn[];
|
|
22
|
+
rows: ConferenceRubricItemRow[];
|
|
23
|
+
};
|
|
24
|
+
export declare type ConferenceRubricSkill = {
|
|
25
|
+
id: number;
|
|
26
|
+
name: string;
|
|
27
|
+
};
|
|
28
|
+
export declare type ConferenceRubricItemRow = {
|
|
29
|
+
id?: number | null;
|
|
30
|
+
text: string;
|
|
31
|
+
guid?: string;
|
|
32
|
+
};
|
|
33
|
+
export declare type ConferenceRubricItemColumn = {
|
|
34
|
+
id?: number | null;
|
|
35
|
+
order: RubricItemColumnOrder;
|
|
36
|
+
text: string;
|
|
37
|
+
};
|
|
38
|
+
export declare type ConferenceRubricQuestion = {
|
|
39
|
+
id: number;
|
|
40
|
+
text: string;
|
|
41
|
+
};
|
|
42
|
+
export declare const initValue: ConferenceRubric;
|
|
43
|
+
export declare const conferenceRubricItemColumns: ConferenceRubricItemColumn[];
|
|
44
|
+
export declare const conferenceRubricItemRow: ConferenceRubricItemRow;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ConferenceRubric, ConferenceRubricQuestion, ConferenceRubricSkill } from "../configs/types";
|
|
3
|
+
declare const useConferenceRubricDetail: (id?: number | null | undefined) => {
|
|
4
|
+
conferenceRubricDetail: ConferenceRubric;
|
|
5
|
+
temporarySkill: ConferenceRubricSkill | null;
|
|
6
|
+
setTemporarySkill: import("react").Dispatch<import("react").SetStateAction<ConferenceRubricSkill | null>>;
|
|
7
|
+
newRowTexts: any;
|
|
8
|
+
changeNewRowText: (skillId: any, text: any) => void;
|
|
9
|
+
confirmData: () => Promise<void>;
|
|
10
|
+
backToList: () => void;
|
|
11
|
+
addItem: () => void;
|
|
12
|
+
removeItem: (skillId: number) => void;
|
|
13
|
+
changeConferenceRubricDetail: (valueObject: object) => void;
|
|
14
|
+
changeConferenceRubricItemRowText: (skillId: number, rowIndex: number, text: string) => void;
|
|
15
|
+
changeConferenceRubricItemColumnText: (skillId: number, columnIndex: number, text: string) => void;
|
|
16
|
+
addConferenceRubricItemRow: (skillId: number) => void;
|
|
17
|
+
removeConferenceRubricRow: (skillId: number, rowId: number | string) => void;
|
|
18
|
+
addQuestion: () => void;
|
|
19
|
+
removeQuestion: (questionId: number) => void;
|
|
20
|
+
categoryId: number;
|
|
21
|
+
setCategoryId: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
22
|
+
temporaryQuestion: ConferenceRubricQuestion | null;
|
|
23
|
+
setTemporaryQuestion: import("react").Dispatch<import("react").SetStateAction<ConferenceRubricQuestion | null>>;
|
|
24
|
+
questionSelectorValue: {
|
|
25
|
+
id: number;
|
|
26
|
+
value: number;
|
|
27
|
+
label: string;
|
|
28
|
+
text: string;
|
|
29
|
+
} | null;
|
|
30
|
+
checked: boolean;
|
|
31
|
+
rowColInvalid: boolean;
|
|
32
|
+
edited: boolean;
|
|
33
|
+
setEdited: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
34
|
+
setEditedTrue: () => Promise<void>;
|
|
35
|
+
};
|
|
36
|
+
export default useConferenceRubricDetail;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Filter } from "mario-core";
|
|
2
|
+
declare const useConferenceRubricList: () => {
|
|
3
|
+
conferenceRubricList: any;
|
|
4
|
+
totalItems: any;
|
|
5
|
+
filters: Filter;
|
|
6
|
+
changeFilters: (updatedFilters: any) => void;
|
|
7
|
+
getData: () => Promise<void>;
|
|
8
|
+
removeData: (id: number) => void;
|
|
9
|
+
goToDetail: (id?: number | undefined) => void;
|
|
10
|
+
};
|
|
11
|
+
export default useConferenceRubricList;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type CustomAlertDetail = {
|
|
3
|
+
learningSupportCategoryId: number;
|
|
4
|
+
numberofSessions: number;
|
|
5
|
+
beginDate: string;
|
|
6
|
+
duration: string;
|
|
7
|
+
studentIds?: number[];
|
|
8
|
+
};
|
|
9
|
+
declare const useCustomAlertDetail: () => {
|
|
10
|
+
id: number;
|
|
11
|
+
setId: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
12
|
+
customAlertDetail: CustomAlertDetail;
|
|
13
|
+
confirmData: (values: any, cb: any) => Promise<void>;
|
|
14
|
+
onRemoveStudent: (customAlertStudentId: number, cb: any) => void;
|
|
15
|
+
initValue: CustomAlertDetail;
|
|
16
|
+
reset: () => void;
|
|
17
|
+
edited: boolean;
|
|
18
|
+
setEdited: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
19
|
+
setEditedTrue: () => Promise<void>;
|
|
20
|
+
setEditedFalse: () => Promise<void>;
|
|
21
|
+
};
|
|
22
|
+
export default useCustomAlertDetail;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Filter } from "mario-core";
|
|
2
|
+
declare const useCustomAlertList: () => {
|
|
3
|
+
customAlertList: any;
|
|
4
|
+
totalItems: any;
|
|
5
|
+
filters: Filter;
|
|
6
|
+
changeFilters: (updatedFilters: any) => void;
|
|
7
|
+
getData: () => Promise<void>;
|
|
8
|
+
removeData: (id: number) => void;
|
|
9
|
+
};
|
|
10
|
+
export default useCustomAlertList;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type FeedbackDetail = {
|
|
3
|
+
description: string;
|
|
4
|
+
};
|
|
5
|
+
declare const useFeedbackDetail: () => {
|
|
6
|
+
id: number;
|
|
7
|
+
setId: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
8
|
+
feedbackDetail: FeedbackDetail;
|
|
9
|
+
initValue: FeedbackDetail;
|
|
10
|
+
};
|
|
11
|
+
export default useFeedbackDetail;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type GoalExampleDetail = {
|
|
3
|
+
name: string;
|
|
4
|
+
description: string;
|
|
5
|
+
shortTermTargetExamples: any;
|
|
6
|
+
};
|
|
7
|
+
declare const useGoalExampleDetail: () => {
|
|
8
|
+
id: number;
|
|
9
|
+
setId: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
10
|
+
goalExampleDetail: GoalExampleDetail;
|
|
11
|
+
confirmData: (values: any, cb: any) => Promise<void>;
|
|
12
|
+
initValue: GoalExampleDetail;
|
|
13
|
+
reset: () => void;
|
|
14
|
+
edited: boolean;
|
|
15
|
+
setEdited: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
16
|
+
setEditedTrue: () => Promise<void>;
|
|
17
|
+
setEditedFalse: () => Promise<void>;
|
|
18
|
+
inputValue: string;
|
|
19
|
+
value: any;
|
|
20
|
+
setValue: import("react").Dispatch<any>;
|
|
21
|
+
handleChangeShortTermTargetE: (newValue: any) => void;
|
|
22
|
+
handleInputChange: (newInputValue: string) => void;
|
|
23
|
+
handleKeyDown: (e: any) => void;
|
|
24
|
+
placeholder: string;
|
|
25
|
+
shortTermTargetExamples: any;
|
|
26
|
+
};
|
|
27
|
+
export default useGoalExampleDetail;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Filter } from "mario-core";
|
|
2
|
+
declare const useGoalExampleList: () => {
|
|
3
|
+
goalExampleList: any;
|
|
4
|
+
totalItems: any;
|
|
5
|
+
filters: Filter;
|
|
6
|
+
changeFilters: (updatedFilters: any) => void;
|
|
7
|
+
getData: () => Promise<void>;
|
|
8
|
+
removeData: (id: number) => void;
|
|
9
|
+
getShortTermTargetExamples: (shortTermTargetExamples: any) => any;
|
|
10
|
+
};
|
|
11
|
+
export default useGoalExampleList;
|