mario-education 2.1.0 → 2.1.5

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.
Files changed (413) hide show
  1. package/dist/MarioFramework.Education/ClientApp/src/components/Button/CancelButton.d.ts +7 -0
  2. package/dist/MarioFramework.Education/ClientApp/src/components/Button/SubmitButton.d.ts +8 -0
  3. package/dist/MarioFramework.Education/ClientApp/src/components/Questions/QuestionList.d.ts +3 -0
  4. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/AddQuestionModal.d.ts +3 -1
  5. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/configs/validationSchema.d.ts +0 -6
  6. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useSessionTemplateDetail.d.ts +19 -6
  7. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useSessionTemplateList.d.ts +6 -1
  8. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassDetail.d.ts +18 -6
  9. package/dist/MarioFramework.Education/ClientApp/src/index.d.ts +3 -1
  10. package/dist/MarioFramework.Education/ClientApp/src/services/learningSupportCategoryService.d.ts +1 -0
  11. package/dist/MarioFramework.Education/ClientApp/src/services/questionService.d.ts +1 -0
  12. package/dist/components/Questions/QuestionList.d.ts +7 -0
  13. package/dist/components/Questions/QuestionSelector.d.ts +9 -0
  14. package/dist/containers/Assessment/components/AssessmentDetailModal.d.ts +3 -0
  15. package/dist/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +3 -0
  16. package/dist/containers/Assessment/hooks/useAssessmentDetail.d.ts +24 -0
  17. package/dist/containers/Assessment/hooks/useAssessmentList.d.ts +10 -0
  18. package/dist/containers/Assessment/hooks/useQuestionCategory.d.ts +13 -0
  19. package/dist/containers/Assessment/views/AssessmentList.d.ts +3 -0
  20. package/dist/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +3 -0
  21. package/dist/containers/Assignment/components/AcademicClassSelector.d.ts +3 -0
  22. package/dist/containers/Assignment/components/AssessmentSelector.d.ts +3 -0
  23. package/dist/containers/Assignment/components/AssignmentDetailModal.d.ts +3 -0
  24. package/dist/containers/Assignment/configs/types.d.ts +12 -0
  25. package/dist/containers/Assignment/hooks/useAssignmentDetail.d.ts +24 -0
  26. package/dist/containers/Assignment/hooks/useAssignmentList.d.ts +10 -0
  27. package/dist/containers/Assignment/hooks/useAssignmentResultDetail.d.ts +8 -0
  28. package/dist/containers/Assignment/hooks/useAssignmentResultList.d.ts +10 -0
  29. package/dist/containers/Assignment/views/AssignmentList.d.ts +3 -0
  30. package/dist/containers/Assignment/views/AssignmentResultList.d.ts +3 -0
  31. package/dist/containers/Badge/components/BadgeDetailModal.d.ts +3 -0
  32. package/dist/containers/Badge/hooks/useBadgeDetail.d.ts +20 -0
  33. package/dist/containers/Badge/hooks/useBadgeList.d.ts +10 -0
  34. package/dist/containers/Badge/views/BadgeList.d.ts +3 -0
  35. package/dist/containers/CSVImport/components/UploadCSVButton.d.ts +10 -0
  36. package/dist/containers/CSVImport/hooks/useCSVImport.d.ts +21 -0
  37. package/dist/containers/CSVImport/views/CSVImport.d.ts +3 -0
  38. package/dist/containers/Classes/components/ClassDetailModal.d.ts +3 -0
  39. package/dist/containers/Classes/components/ClassStudentModal.d.ts +3 -0
  40. package/dist/containers/Classes/components/StudentList.d.ts +8 -0
  41. package/dist/containers/Classes/components/StudentSelector.d.ts +8 -0
  42. package/dist/containers/Classes/components/TeacherSelector.d.ts +7 -0
  43. package/dist/containers/Classes/hooks/useClassDetail.d.ts +25 -0
  44. package/dist/containers/Classes/hooks/useClassList.d.ts +13 -0
  45. package/dist/containers/Classes/views/ClassList.d.ts +3 -0
  46. package/dist/containers/ConferenceRubric/components/ConferenceRubricItem.d.ts +14 -0
  47. package/dist/containers/ConferenceRubric/components/ConferenceRubricTypeSelector.d.ts +7 -0
  48. package/dist/containers/ConferenceRubric/components/SkillSelector.d.ts +8 -0
  49. package/dist/containers/ConferenceRubric/components/ToggleInput.d.ts +9 -0
  50. package/dist/containers/ConferenceRubric/configs/types.d.ts +44 -0
  51. package/dist/containers/ConferenceRubric/hooks/useConferenceRubricDetail.d.ts +36 -0
  52. package/dist/containers/ConferenceRubric/hooks/useConferenceRubricList.d.ts +11 -0
  53. package/dist/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +3 -0
  54. package/dist/containers/ConferenceRubric/views/ConferenceRubricList.d.ts +3 -0
  55. package/dist/containers/CustomAlert/components/CustomAlertDetailModal.d.ts +3 -0
  56. package/dist/containers/CustomAlert/hooks/useCustomAlertDetail.d.ts +22 -0
  57. package/dist/containers/CustomAlert/hooks/useCustomAlertList.d.ts +10 -0
  58. package/dist/containers/CustomAlert/views/CustomAlertList.d.ts +3 -0
  59. package/dist/containers/Feedback/components/FeedbackDetailModal.d.ts +3 -0
  60. package/dist/containers/Feedback/hooks/useFeedbackDetail.d.ts +11 -0
  61. package/dist/containers/Feedback/hooks/useFeedbackList.d.ts +9 -0
  62. package/dist/containers/Feedback/views/FeedbackList.d.ts +3 -0
  63. package/dist/containers/GoalExample/components/GoalExampleDetailModal.d.ts +3 -0
  64. package/dist/containers/GoalExample/hooks/useGoalExampleDetail.d.ts +27 -0
  65. package/dist/containers/GoalExample/hooks/useGoalExampleList.d.ts +11 -0
  66. package/dist/containers/GoalExample/hooks/useShortTermTargetExampleList.d.ts +12 -0
  67. package/dist/containers/GoalExample/views/GoalExampleList.d.ts +3 -0
  68. package/dist/containers/LearningStrategy/components/StrategyDetailModal.d.ts +3 -0
  69. package/dist/containers/LearningStrategy/hooks/useLearningStrategyList.d.ts +10 -0
  70. package/dist/containers/LearningStrategy/hooks/useStrategyDetail.d.ts +18 -0
  71. package/dist/containers/LearningStrategy/views/LearningStrategyList.d.ts +3 -0
  72. package/dist/containers/LearningSupportCategory/components/LearningSupportCategoryDetailModal.d.ts +3 -0
  73. package/dist/containers/LearningSupportCategory/components/LearningSupportCategorySelector.d.ts +7 -0
  74. package/dist/containers/LearningSupportCategory/hooks/useLearningSupportCategoryDetail.d.ts +19 -0
  75. package/dist/containers/LearningSupportCategory/hooks/useLearningSupportCategoryList.d.ts +10 -0
  76. package/dist/containers/LearningSupportCategory/views/LearningSupportCategoryList.d.ts +3 -0
  77. package/dist/containers/ManageAssistant/views/ManageAssistantList.d.ts +3 -0
  78. package/dist/containers/QuestionBank/components/AdditionalComponent.d.ts +7 -0
  79. package/dist/containers/QuestionBank/components/AgGridComponents.d.ts +11 -0
  80. package/dist/containers/QuestionBank/components/AnswerList.d.ts +9 -0
  81. package/dist/containers/QuestionBank/components/DefaultQuestionStudentTeacherFilter.d.ts +8 -0
  82. package/dist/containers/QuestionBank/components/DefaultQuestionTypeSelector.d.ts +7 -0
  83. package/dist/containers/QuestionBank/components/QuestionPreview.d.ts +3 -0
  84. package/dist/containers/QuestionBank/components/SliderScale.d.ts +8 -0
  85. package/dist/containers/QuestionBank/components/StarRating.d.ts +7 -0
  86. package/dist/containers/QuestionBank/components/SubQuestions.d.ts +7 -0
  87. package/dist/containers/QuestionBank/configs/questionDetailSchema.d.ts +25 -0
  88. package/dist/containers/QuestionBank/configs/validationAnswerId.d.ts +2 -0
  89. package/dist/containers/QuestionBank/configs/validationChoices.d.ts +2 -0
  90. package/dist/containers/QuestionBank/hooks/useQuestionAnswerList.d.ts +7 -0
  91. package/dist/containers/QuestionBank/hooks/useQuestionDetail.d.ts +31 -0
  92. package/dist/containers/QuestionBank/hooks/useQuestionList.d.ts +12 -0
  93. package/dist/containers/QuestionBank/hooks/useSubQuestionList.d.ts +6 -0
  94. package/dist/containers/QuestionBank/views/QuestionBankContainer.d.ts +3 -0
  95. package/dist/containers/QuestionBank/views/QuestionBankList.d.ts +6 -0
  96. package/dist/containers/QuestionBank/views/QuestionDetail.d.ts +3 -0
  97. package/dist/containers/QuestionCategory/components/QuestionCateModal.d.ts +3 -0
  98. package/dist/containers/QuestionCategory/hooks/useQuestionCateDetail.d.ts +18 -0
  99. package/dist/containers/QuestionCategory/hooks/useQuestionCateList.d.ts +10 -0
  100. package/dist/containers/QuestionCategory/views/QuestionCategogyList.d.ts +3 -0
  101. package/dist/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +3 -0
  102. package/dist/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +3 -0
  103. package/dist/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +3 -0
  104. package/dist/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +3 -0
  105. package/dist/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +3 -0
  106. package/dist/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +3 -0
  107. package/dist/containers/ReflectionForm/components/ReflectionDetailModal.d.ts +3 -0
  108. package/dist/containers/ReflectionForm/components/ReflectionResultDetailModal.d.ts +3 -0
  109. package/dist/containers/ReflectionForm/configs/types.d.ts +43 -0
  110. package/dist/containers/ReflectionForm/hooks/useQuestionCategory.d.ts +13 -0
  111. package/dist/containers/ReflectionForm/hooks/useReflectionFormDetail.d.ts +21 -0
  112. package/dist/containers/ReflectionForm/hooks/useReflectionFormList.d.ts +10 -0
  113. package/dist/containers/ReflectionForm/hooks/useReflectionResultDetail.d.ts +8 -0
  114. package/dist/containers/ReflectionForm/hooks/useReflectionResultList.d.ts +9 -0
  115. package/dist/containers/ReflectionForm/views/ReflectionContainer.d.ts +3 -0
  116. package/dist/containers/ReflectionForm/views/ReflectionFormList.d.ts +3 -0
  117. package/dist/containers/ReflectionForm/views/ReflectionResultList.d.ts +3 -0
  118. package/dist/containers/Semester/components/BreakingMonthModal.d.ts +3 -0
  119. package/dist/containers/Semester/components/SemesterDetailModal.d.ts +3 -0
  120. package/dist/containers/Semester/hooks/useBreakingMonth.d.ts +14 -0
  121. package/dist/containers/Semester/hooks/useSemesterDetail.d.ts +19 -0
  122. package/dist/containers/Semester/hooks/useSemesterList.d.ts +10 -0
  123. package/dist/containers/Semester/views/SemesterList.d.ts +3 -0
  124. package/dist/containers/SessionTemplate/components/AddQuestionModal.d.ts +11 -0
  125. package/dist/containers/SessionTemplate/components/CategorySelector.d.ts +7 -0
  126. package/dist/containers/SessionTemplate/components/ConferenceRubricSelector.d.ts +7 -0
  127. package/dist/containers/SessionTemplate/components/ReflectionFormSelector.d.ts +7 -0
  128. package/dist/containers/SessionTemplate/components/SkillSelector.d.ts +7 -0
  129. package/dist/containers/SessionTemplate/configs/validationSchema.d.ts +21 -0
  130. package/dist/containers/SessionTemplate/hooks/useAddQuestion.d.ts +8 -0
  131. package/dist/containers/SessionTemplate/hooks/useSessionTemplateDetail.d.ts +29 -0
  132. package/dist/containers/SessionTemplate/hooks/useSessionTemplateList.d.ts +11 -0
  133. package/dist/containers/SessionTemplate/views/SessionTemplateDetail.d.ts +3 -0
  134. package/dist/containers/SessionTemplate/views/SessionTemplateList.d.ts +3 -0
  135. package/dist/containers/SessionTemplateContainer/views/SessionTemplateContainer.d.ts +3 -0
  136. package/dist/containers/SessionTemplateGeneralClass/components/SubjectSelector.d.ts +7 -0
  137. package/dist/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassDetail.d.ts +27 -0
  138. package/dist/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassList.d.ts +11 -0
  139. package/dist/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassDetail.d.ts +3 -0
  140. package/dist/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassList.d.ts +3 -0
  141. package/dist/containers/Setup/views/SetupContainer.d.ts +3 -0
  142. package/dist/containers/Subject/components/SubjectDetailModal.d.ts +3 -0
  143. package/dist/containers/Subject/hooks/useSubjectDetail.d.ts +19 -0
  144. package/dist/containers/Subject/hooks/useSubjectList.d.ts +10 -0
  145. package/dist/containers/Subject/views/SubjectList.d.ts +3 -0
  146. package/dist/containers/SuggestionBank/components/SuggestionDetailModal.d.ts +3 -0
  147. package/dist/containers/SuggestionBank/hooks/useKeywordList.d.ts +12 -0
  148. package/dist/containers/SuggestionBank/hooks/useSuggestionDetail.d.ts +30 -0
  149. package/dist/containers/SuggestionBank/hooks/useSuggestionList.d.ts +11 -0
  150. package/dist/containers/SuggestionBank/views/SuggestionList.d.ts +3 -0
  151. package/dist/containers/TutorialScreen/components/TutorialScreenDetailModal.d.ts +3 -0
  152. package/dist/containers/TutorialScreen/components/TutorialScreenList.d.ts +7 -0
  153. package/dist/containers/TutorialScreen/enums/TutorialScreenType.d.ts +7 -0
  154. package/dist/containers/TutorialScreen/hooks/useTutorialScreenDetail.d.ts +20 -0
  155. package/dist/containers/TutorialScreen/hooks/useTutorialScreenList.d.ts +11 -0
  156. package/dist/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +3 -0
  157. package/dist/containers/TutorialScreen/views/TutorialScreenList.d.ts +3 -0
  158. package/dist/index.d.ts +26 -0
  159. package/dist/index.js +934 -462
  160. package/dist/index.js.map +1 -1
  161. package/dist/index.modern.js +934 -464
  162. package/dist/index.modern.js.map +1 -1
  163. package/dist/index.test.d.ts +1 -0
  164. package/dist/services/academicYearService.d.ts +2 -0
  165. package/dist/services/assessmentService.d.ts +6 -0
  166. package/dist/services/assignmentResultService.d.ts +3 -0
  167. package/dist/services/assignmentService.d.ts +7 -0
  168. package/dist/services/assistantService.d.ts +2 -0
  169. package/dist/services/badgeService.d.ts +6 -0
  170. package/dist/services/classService.d.ts +9 -0
  171. package/dist/services/conferenceRubricService.d.ts +9 -0
  172. package/dist/services/csvService.d.ts +1 -0
  173. package/dist/services/customAlertService.d.ts +7 -0
  174. package/dist/services/feedbackService.d.ts +6 -0
  175. package/dist/services/goalExampleService.d.ts +6 -0
  176. package/dist/services/learningStrategyService.d.ts +6 -0
  177. package/dist/services/learningSupportCategoryService.d.ts +6 -0
  178. package/dist/services/questionCategoryService.d.ts +6 -0
  179. package/dist/services/questionService.d.ts +6 -0
  180. package/dist/services/reflectionFormResponseService.d.ts +3 -0
  181. package/dist/services/reflectionFormService.d.ts +6 -0
  182. package/dist/services/semesterService.d.ts +6 -0
  183. package/dist/services/sessionTemplateGeneralClassService.d.ts +6 -0
  184. package/dist/services/sessionTemplateService.d.ts +11 -0
  185. package/dist/services/studentService.d.ts +2 -0
  186. package/dist/services/subjectService.d.ts +6 -0
  187. package/dist/services/suggestionService.d.ts +6 -0
  188. package/dist/services/tutorialScreenService.d.ts +5 -0
  189. package/dist/src/components/Input/ToggleInput.d.ts +10 -0
  190. package/dist/src/components/Questions/QuestionList.d.ts +7 -0
  191. package/dist/src/components/Questions/QuestionSelector.d.ts +9 -0
  192. package/dist/src/containers/Assessment/components/AssessmentDetailModal.d.ts +3 -0
  193. package/dist/src/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +3 -0
  194. package/dist/src/containers/Assessment/hooks/useAssessmentDetail.d.ts +24 -0
  195. package/dist/src/containers/Assessment/hooks/useAssessmentList.d.ts +10 -0
  196. package/dist/src/containers/Assessment/hooks/useQuestionCategory.d.ts +13 -0
  197. package/dist/src/containers/Assessment/views/AssessmentList.d.ts +3 -0
  198. package/dist/src/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +3 -0
  199. package/dist/src/containers/Assignment/components/AcademicClassSelector.d.ts +3 -0
  200. package/dist/src/containers/Assignment/components/AssessmentSelector.d.ts +3 -0
  201. package/dist/src/containers/Assignment/components/AssignmentDetailModal.d.ts +3 -0
  202. package/dist/src/containers/Assignment/components/SemesterSelector.d.ts +8 -0
  203. package/dist/src/containers/Assignment/configs/types.d.ts +13 -0
  204. package/dist/src/containers/Assignment/hooks/useAssignmentDetail.d.ts +27 -0
  205. package/dist/src/containers/Assignment/hooks/useAssignmentList.d.ts +18 -0
  206. package/dist/src/containers/Assignment/hooks/useAssignmentResultDetail.d.ts +8 -0
  207. package/dist/src/containers/Assignment/hooks/useAssignmentResultList.d.ts +10 -0
  208. package/dist/src/containers/Assignment/views/AssignmentList.d.ts +3 -0
  209. package/dist/src/containers/Assignment/views/AssignmentResultList.d.ts +3 -0
  210. package/dist/src/containers/Badge/components/BadgeDetailModal.d.ts +3 -0
  211. package/dist/src/containers/Badge/hooks/useBadgeDetail.d.ts +20 -0
  212. package/dist/src/containers/Badge/hooks/useBadgeList.d.ts +10 -0
  213. package/dist/src/containers/Badge/views/BadgeList.d.ts +3 -0
  214. package/dist/src/containers/BandScore/components/BandScoreDetailModal.d.ts +3 -0
  215. package/dist/src/containers/BandScore/hooks/useBandScoreDetail.d.ts +18 -0
  216. package/dist/src/containers/BandScore/hooks/useBandScoreList.d.ts +7 -0
  217. package/dist/src/containers/BandScore/hooks/useBreakPoint.d.ts +12 -0
  218. package/dist/src/containers/BandScore/views/BandScoreList.d.ts +3 -0
  219. package/dist/src/containers/CSVImport/components/UploadCSVButton.d.ts +10 -0
  220. package/dist/src/containers/CSVImport/hooks/useCSVImport.d.ts +21 -0
  221. package/dist/src/containers/CSVImport/views/CSVImport.d.ts +3 -0
  222. package/dist/src/containers/Certificate/components/CertificateApproved.d.ts +3 -0
  223. package/dist/src/containers/Certificate/components/CertificateDetailModal.d.ts +3 -0
  224. package/dist/src/containers/Certificate/components/CertificateItem.d.ts +9 -0
  225. package/dist/src/containers/Certificate/components/CertificateList.d.ts +3 -0
  226. package/dist/src/containers/Certificate/components/CertificateReview.d.ts +3 -0
  227. package/dist/src/containers/Certificate/config/constants.d.ts +19 -0
  228. package/dist/src/containers/Certificate/hooks/useCertificateDetail.d.ts +26 -0
  229. package/dist/src/containers/Certificate/hooks/useCertificateList.d.ts +10 -0
  230. package/dist/src/containers/Certificate/hooks/useCertificateReview.d.ts +7 -0
  231. package/dist/src/containers/Certificate/views/CertificateContainer.d.ts +3 -0
  232. package/dist/src/containers/Classes/components/ClassDetailModal.d.ts +3 -0
  233. package/dist/src/containers/Classes/components/ClassStudentModal.d.ts +3 -0
  234. package/dist/src/containers/Classes/components/StudentList.d.ts +8 -0
  235. package/dist/src/containers/Classes/components/StudentSelector.d.ts +8 -0
  236. package/dist/src/containers/Classes/components/TeacherMultiSelector.d.ts +7 -0
  237. package/dist/src/containers/Classes/components/TeacherSelector.d.ts +7 -0
  238. package/dist/src/containers/Classes/hooks/useClassDetail.d.ts +25 -0
  239. package/dist/src/containers/Classes/hooks/useClassList.d.ts +13 -0
  240. package/dist/src/containers/Classes/views/ClassList.d.ts +3 -0
  241. package/dist/src/containers/CompareTeacher/components/TeacherItem.d.ts +8 -0
  242. package/dist/src/containers/CompareTeacher/configs/constants.d.ts +18 -0
  243. package/dist/src/containers/CompareTeacher/hooks/useCompareTeacher.d.ts +17 -0
  244. package/dist/src/containers/CompareTeacher/views/CompareTeacher.d.ts +3 -0
  245. package/dist/src/containers/ConferenceRubric/components/ConferenceRubricItem.d.ts +14 -0
  246. package/dist/src/containers/ConferenceRubric/components/ConferenceRubricTypeSelector.d.ts +7 -0
  247. package/dist/src/containers/ConferenceRubric/components/SkillSelector.d.ts +8 -0
  248. package/dist/src/containers/ConferenceRubric/configs/types.d.ts +44 -0
  249. package/dist/src/containers/ConferenceRubric/hooks/useConferenceRubricDetail.d.ts +36 -0
  250. package/dist/src/containers/ConferenceRubric/hooks/useConferenceRubricList.d.ts +11 -0
  251. package/dist/src/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +3 -0
  252. package/dist/src/containers/ConferenceRubric/views/ConferenceRubricList.d.ts +3 -0
  253. package/dist/src/containers/CurrentLicense/hooks/useCurrentLicense.d.ts +6 -0
  254. package/dist/src/containers/CurrentLicense/views/CurrentLicense.d.ts +3 -0
  255. package/dist/src/containers/CustomAlert/components/CustomAlertDetailModal.d.ts +3 -0
  256. package/dist/src/containers/CustomAlert/hooks/useCustomAlertDetail.d.ts +22 -0
  257. package/dist/src/containers/CustomAlert/hooks/useCustomAlertList.d.ts +10 -0
  258. package/dist/src/containers/CustomAlert/views/CustomAlertList.d.ts +3 -0
  259. package/dist/src/containers/Dashboard/components/CustomCheckbox.d.ts +9 -0
  260. package/dist/src/containers/Dashboard/components/DashboardCard.d.ts +7 -0
  261. package/dist/src/containers/Dashboard/components/GoalProgress.d.ts +7 -0
  262. package/dist/src/containers/Dashboard/components/Grade.d.ts +7 -0
  263. package/dist/src/containers/Dashboard/components/HighImpact.d.ts +6 -0
  264. package/dist/src/containers/Dashboard/components/Loading.d.ts +3 -0
  265. package/dist/src/containers/Dashboard/components/LoginCouting.d.ts +7 -0
  266. package/dist/src/containers/Dashboard/components/PerceivedImpact.d.ts +7 -0
  267. package/dist/src/containers/Dashboard/components/Quantity.d.ts +7 -0
  268. package/dist/src/containers/Dashboard/components/Skill.d.ts +7 -0
  269. package/dist/src/containers/Dashboard/components/TimeInSession.d.ts +7 -0
  270. package/dist/src/containers/Dashboard/configs/constants.d.ts +1 -0
  271. package/dist/src/containers/Dashboard/configs/types.d.ts +48 -0
  272. package/dist/src/containers/Dashboard/configs/utils.d.ts +1 -0
  273. package/dist/src/containers/Dashboard/hooks/useDashboard.d.ts +12 -0
  274. package/dist/src/containers/Dashboard/hooks/useSkillFormat.d.ts +9 -0
  275. package/dist/src/containers/Dashboard/views/Dashboard.d.ts +3 -0
  276. package/dist/src/containers/Feedback/components/FeedbackDetailModal.d.ts +3 -0
  277. package/dist/src/containers/Feedback/hooks/useFeedbackDetail.d.ts +11 -0
  278. package/dist/src/containers/Feedback/hooks/useFeedbackList.d.ts +9 -0
  279. package/dist/src/containers/Feedback/views/FeedbackList.d.ts +3 -0
  280. package/dist/src/containers/GoalExample/components/GoalExampleDetailModal.d.ts +3 -0
  281. package/dist/src/containers/GoalExample/hooks/useGoalExampleDetail.d.ts +27 -0
  282. package/dist/src/containers/GoalExample/hooks/useGoalExampleList.d.ts +11 -0
  283. package/dist/src/containers/GoalExample/hooks/useShortTermTargetExampleList.d.ts +12 -0
  284. package/dist/src/containers/GoalExample/views/GoalExampleList.d.ts +3 -0
  285. package/dist/src/containers/LearningStrategy/components/StrategyDetailModal.d.ts +3 -0
  286. package/dist/src/containers/LearningStrategy/hooks/useLearningStrategyList.d.ts +10 -0
  287. package/dist/src/containers/LearningStrategy/hooks/useStrategyDetail.d.ts +18 -0
  288. package/dist/src/containers/LearningStrategy/views/LearningStrategyList.d.ts +3 -0
  289. package/dist/src/containers/LearningSupportCategory/components/LearningSupportCategoryDetailModal.d.ts +3 -0
  290. package/dist/src/containers/LearningSupportCategory/components/LearningSupportCategorySelector.d.ts +7 -0
  291. package/dist/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryDetail.d.ts +19 -0
  292. package/dist/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryList.d.ts +10 -0
  293. package/dist/src/containers/LearningSupportCategory/views/LearningSupportCategoryList.d.ts +3 -0
  294. package/dist/src/containers/ManageAssistant/views/ManageAssistantList.d.ts +3 -0
  295. package/dist/src/containers/QuestionBank/components/AdditionalComponent.d.ts +7 -0
  296. package/dist/src/containers/QuestionBank/components/AgGridComponents.d.ts +11 -0
  297. package/dist/src/containers/QuestionBank/components/AnswerList.d.ts +9 -0
  298. package/dist/src/containers/QuestionBank/components/DefaultQuestionStudentTeacherFilter.d.ts +8 -0
  299. package/dist/src/containers/QuestionBank/components/DefaultQuestionTypeSelector.d.ts +7 -0
  300. package/dist/src/containers/QuestionBank/components/QuestionPreview.d.ts +3 -0
  301. package/dist/src/containers/QuestionBank/components/SliderScale.d.ts +8 -0
  302. package/dist/src/containers/QuestionBank/components/StarRating.d.ts +7 -0
  303. package/dist/src/containers/QuestionBank/components/SubQuestions.d.ts +7 -0
  304. package/dist/src/containers/QuestionBank/configs/questionDetailSchema.d.ts +25 -0
  305. package/dist/src/containers/QuestionBank/configs/validationAnswerId.d.ts +2 -0
  306. package/dist/src/containers/QuestionBank/configs/validationChoices.d.ts +2 -0
  307. package/dist/src/containers/QuestionBank/hooks/useQuestionAnswerList.d.ts +7 -0
  308. package/dist/src/containers/QuestionBank/hooks/useQuestionDetail.d.ts +32 -0
  309. package/dist/src/containers/QuestionBank/hooks/useQuestionList.d.ts +12 -0
  310. package/dist/src/containers/QuestionBank/hooks/useSubQuestionList.d.ts +6 -0
  311. package/dist/src/containers/QuestionBank/views/QuestionBankContainer.d.ts +3 -0
  312. package/dist/src/containers/QuestionBank/views/QuestionBankList.d.ts +6 -0
  313. package/dist/src/containers/QuestionBank/views/QuestionDetail.d.ts +3 -0
  314. package/dist/src/containers/QuestionCategory/components/QuestionCateModal.d.ts +3 -0
  315. package/dist/src/containers/QuestionCategory/hooks/useQuestionCateDetail.d.ts +18 -0
  316. package/dist/src/containers/QuestionCategory/hooks/useQuestionCateList.d.ts +10 -0
  317. package/dist/src/containers/QuestionCategory/views/QuestionCategogyList.d.ts +3 -0
  318. package/dist/src/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +3 -0
  319. package/dist/src/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +3 -0
  320. package/dist/src/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +3 -0
  321. package/dist/src/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +3 -0
  322. package/dist/src/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +3 -0
  323. package/dist/src/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +3 -0
  324. package/dist/src/containers/ReflectionForm/components/ReflectionDetailModal.d.ts +3 -0
  325. package/dist/src/containers/ReflectionForm/components/ReflectionResultDetailModal.d.ts +3 -0
  326. package/dist/src/containers/ReflectionForm/configs/types.d.ts +43 -0
  327. package/dist/src/containers/ReflectionForm/hooks/useQuestionCategory.d.ts +13 -0
  328. package/dist/src/containers/ReflectionForm/hooks/useReflectionFormDetail.d.ts +21 -0
  329. package/dist/src/containers/ReflectionForm/hooks/useReflectionFormList.d.ts +10 -0
  330. package/dist/src/containers/ReflectionForm/hooks/useReflectionResultDetail.d.ts +8 -0
  331. package/dist/src/containers/ReflectionForm/hooks/useReflectionResultList.d.ts +9 -0
  332. package/dist/src/containers/ReflectionForm/views/ReflectionContainer.d.ts +3 -0
  333. package/dist/src/containers/ReflectionForm/views/ReflectionFormList.d.ts +3 -0
  334. package/dist/src/containers/ReflectionForm/views/ReflectionResultList.d.ts +3 -0
  335. package/dist/src/containers/SchoolBlankDay/components/SchoolBlankDayDetailModal.d.ts +3 -0
  336. package/dist/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayDetail.d.ts +19 -0
  337. package/dist/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayList.d.ts +10 -0
  338. package/dist/src/containers/SchoolBlankDay/views/SchoolBlankDayList.d.ts +3 -0
  339. package/dist/src/containers/Semester/components/BreakingMonthModal.d.ts +3 -0
  340. package/dist/src/containers/Semester/components/SemesterDetailModal.d.ts +3 -0
  341. package/dist/src/containers/Semester/hooks/useBreakingMonth.d.ts +14 -0
  342. package/dist/src/containers/Semester/hooks/useSemesterDetail.d.ts +19 -0
  343. package/dist/src/containers/Semester/hooks/useSemesterList.d.ts +10 -0
  344. package/dist/src/containers/Semester/views/SemesterList.d.ts +3 -0
  345. package/dist/src/containers/SessionTemplate/components/AddQuestionModal.d.ts +11 -0
  346. package/dist/src/containers/SessionTemplate/components/CategorySelector.d.ts +7 -0
  347. package/dist/src/containers/SessionTemplate/components/ConferenceRubricSelector.d.ts +7 -0
  348. package/dist/src/containers/SessionTemplate/components/ReflectionFormSelector.d.ts +7 -0
  349. package/dist/src/containers/SessionTemplate/components/SkillSelector.d.ts +7 -0
  350. package/dist/src/containers/SessionTemplate/configs/validationSchema.d.ts +21 -0
  351. package/dist/src/containers/SessionTemplate/hooks/useAddQuestion.d.ts +8 -0
  352. package/dist/src/containers/SessionTemplate/hooks/useSessionTemplateDetail.d.ts +29 -0
  353. package/dist/src/containers/SessionTemplate/hooks/useSessionTemplateList.d.ts +11 -0
  354. package/dist/src/containers/SessionTemplate/views/SessionTemplateDetail.d.ts +3 -0
  355. package/dist/src/containers/SessionTemplate/views/SessionTemplateList.d.ts +3 -0
  356. package/dist/src/containers/SessionTemplateContainer/views/SessionTemplateContainer.d.ts +3 -0
  357. package/dist/src/containers/SessionTemplateGeneralClass/components/SubjectSelector.d.ts +7 -0
  358. package/dist/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassDetail.d.ts +27 -0
  359. package/dist/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassList.d.ts +11 -0
  360. package/dist/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassDetail.d.ts +3 -0
  361. package/dist/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassList.d.ts +3 -0
  362. package/dist/src/containers/Setup/views/SetupContainer.d.ts +3 -0
  363. package/dist/src/containers/Subject/components/SubjectDetailModal.d.ts +3 -0
  364. package/dist/src/containers/Subject/hooks/useSubjectDetail.d.ts +19 -0
  365. package/dist/src/containers/Subject/hooks/useSubjectList.d.ts +10 -0
  366. package/dist/src/containers/Subject/views/SubjectList.d.ts +3 -0
  367. package/dist/src/containers/SuggestionBank/components/SuggestionDetailModal.d.ts +3 -0
  368. package/dist/src/containers/SuggestionBank/hooks/useKeywordList.d.ts +12 -0
  369. package/dist/src/containers/SuggestionBank/hooks/useSuggestionDetail.d.ts +30 -0
  370. package/dist/src/containers/SuggestionBank/hooks/useSuggestionList.d.ts +11 -0
  371. package/dist/src/containers/SuggestionBank/views/SuggestionList.d.ts +3 -0
  372. package/dist/src/containers/TutorialScreen/components/TutorialScreenDetailModal.d.ts +3 -0
  373. package/dist/src/containers/TutorialScreen/components/TutorialScreenList.d.ts +7 -0
  374. package/dist/src/containers/TutorialScreen/enums/TutorialScreenType.d.ts +7 -0
  375. package/dist/src/containers/TutorialScreen/hooks/useTutorialScreenDetail.d.ts +20 -0
  376. package/dist/src/containers/TutorialScreen/hooks/useTutorialScreenList.d.ts +11 -0
  377. package/dist/src/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +3 -0
  378. package/dist/src/index.d.ts +29 -0
  379. package/dist/src/index.test.d.ts +1 -0
  380. package/dist/src/services/academicYearService.d.ts +2 -0
  381. package/dist/src/services/assessmentService.d.ts +6 -0
  382. package/dist/src/services/assignmentResultService.d.ts +3 -0
  383. package/dist/src/services/assignmentService.d.ts +8 -0
  384. package/dist/src/services/assistantService.d.ts +2 -0
  385. package/dist/src/services/badgeService.d.ts +6 -0
  386. package/dist/src/services/bandScoreService.d.ts +7 -0
  387. package/dist/src/services/certificateService.d.ts +8 -0
  388. package/dist/src/services/classService.d.ts +9 -0
  389. package/dist/src/services/compareService.d.ts +1 -0
  390. package/dist/src/services/conferenceRubricService.d.ts +9 -0
  391. package/dist/src/services/csvService.d.ts +1 -0
  392. package/dist/src/services/currentLicenseService.d.ts +3 -0
  393. package/dist/src/services/customAlertService.d.ts +7 -0
  394. package/dist/src/services/dashboardService.d.ts +8 -0
  395. package/dist/src/services/feedbackService.d.ts +6 -0
  396. package/dist/src/services/goalExampleService.d.ts +6 -0
  397. package/dist/src/services/learningStrategyService.d.ts +6 -0
  398. package/dist/src/services/learningSupportCategoryService.d.ts +6 -0
  399. package/dist/src/services/questionCategoryService.d.ts +6 -0
  400. package/dist/src/services/questionService.d.ts +6 -0
  401. package/dist/src/services/reflectionFormResponseService.d.ts +3 -0
  402. package/dist/src/services/reflectionFormService.d.ts +6 -0
  403. package/dist/src/services/schoolBlankDayService.d.ts +6 -0
  404. package/dist/src/services/semesterService.d.ts +6 -0
  405. package/dist/src/services/sessionTemplateGeneralClassService.d.ts +6 -0
  406. package/dist/src/services/sessionTemplateService.d.ts +11 -0
  407. package/dist/src/services/studentService.d.ts +2 -0
  408. package/dist/src/services/subjectService.d.ts +6 -0
  409. package/dist/src/services/suggestionService.d.ts +6 -0
  410. package/dist/src/services/tutorialScreenService.d.ts +5 -0
  411. package/dist/src/utils/constants.d.ts +7 -0
  412. package/dist/utils/constants.d.ts +7 -0
  413. package/package.json +1 -1
@@ -0,0 +1,7 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ text?: string;
4
+ onClick?(): void;
5
+ }
6
+ declare const CancelButton: FC<Props>;
7
+ export default CancelButton;
@@ -0,0 +1,8 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ text?: string;
4
+ onClick?(): void;
5
+ style?: any;
6
+ }
7
+ declare const SubmitButton: FC<Props>;
8
+ export default SubmitButton;
@@ -2,6 +2,9 @@ import { FC } from "react";
2
2
  interface Props {
3
3
  questions: object[];
4
4
  onRemove: Function;
5
+ isTeacherQuestion?: boolean;
6
+ onChangeMandatory: Function;
7
+ extraQuestionMandatory?: object[];
5
8
  }
6
9
  declare const QuestionList: FC<Props>;
7
10
  export default QuestionList;
@@ -5,7 +5,9 @@ interface Props {
5
5
  isRandom: boolean;
6
6
  setIsRandom: Function;
7
7
  onAddQuestion: Function;
8
- extraQuestionIds: number[];
8
+ extraTeacherQuestionIds: number[];
9
+ extraStudentQuestionIds: number[];
10
+ isTeacherQuestion: boolean;
9
11
  }
10
12
  declare const _default: React.ForwardRefExoticComponent<Props & React.RefAttributes<unknown>>;
11
13
  export default _default;
@@ -3,19 +3,13 @@ declare const schema: import("yup/lib/object").OptionalObjectSchema<{
3
3
  name: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
4
4
  isConference: import("yup/lib/boolean").RequiredBooleanSchema<boolean | undefined, Record<string, any>>;
5
5
  conferenceRubricId: yup.NumberSchema<import("yup/lib/types").Maybe<number>, Record<string, any>, import("yup/lib/types").Maybe<number>>;
6
- teacherReflectionFormId: yup.NumberSchema<number | undefined, Record<string, any>, number | undefined>;
7
- studentReflectionFormId: yup.NumberSchema<number | undefined, Record<string, any>, number | undefined>;
8
6
  learningSupportCategoryId: yup.NumberSchema<number | undefined, Record<string, any>, number | undefined>;
9
- skillIds: yup.ArraySchema<yup.NumberSchema<number | undefined, Record<string, any>, number | undefined>, Record<string, any>, (number | undefined)[] | undefined, (number | undefined)[] | undefined>;
10
7
  extraQuestionIds: yup.ArraySchema<yup.NumberSchema<number | undefined, Record<string, any>, number | undefined>, Record<string, any>, (number | undefined)[] | undefined, (number | undefined)[] | undefined>;
11
8
  }, Record<string, any>, import("yup/lib/object").TypeOfShape<{
12
9
  name: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
13
10
  isConference: import("yup/lib/boolean").RequiredBooleanSchema<boolean | undefined, Record<string, any>>;
14
11
  conferenceRubricId: yup.NumberSchema<import("yup/lib/types").Maybe<number>, Record<string, any>, import("yup/lib/types").Maybe<number>>;
15
- teacherReflectionFormId: yup.NumberSchema<number | undefined, Record<string, any>, number | undefined>;
16
- studentReflectionFormId: yup.NumberSchema<number | undefined, Record<string, any>, number | undefined>;
17
12
  learningSupportCategoryId: yup.NumberSchema<number | undefined, Record<string, any>, number | undefined>;
18
- skillIds: yup.ArraySchema<yup.NumberSchema<number | undefined, Record<string, any>, number | undefined>, Record<string, any>, (number | undefined)[] | undefined, (number | undefined)[] | undefined>;
19
13
  extraQuestionIds: yup.ArraySchema<yup.NumberSchema<number | undefined, Record<string, any>, number | undefined>, Record<string, any>, (number | undefined)[] | undefined, (number | undefined)[] | undefined>;
20
14
  }>>;
21
15
  export default schema;
@@ -3,11 +3,16 @@ declare type SessionTemplateDetail = {
3
3
  name: string;
4
4
  isConference: boolean;
5
5
  conferenceRubricId?: number | null;
6
- teacherReflectionFormId: number;
7
- studentReflectionFormId: number;
6
+ teacherReflectionFormId: number | null;
7
+ studentReflectionFormId: number | null;
8
8
  skillIds: number[];
9
9
  learningSupportCategoryId: number;
10
- extraQuestionIds: number[];
10
+ extraTeacherQuestionIds: number[];
11
+ extraStudentQuestionIds: number[];
12
+ defaultTeacherQuestionMandatory: object[];
13
+ defaultStudentQuestionMandatory: object[];
14
+ extraTeacherQuestionMandatoryIds: object[];
15
+ extraStudentQuestionMandatoryIds: object[];
11
16
  };
12
17
  declare type QuestionSimple = {
13
18
  id: number;
@@ -16,14 +21,22 @@ declare type QuestionSimple = {
16
21
  };
17
22
  declare const useSessionTemplateDetail: (id?: import("yup/lib/types").Maybe<number>) => {
18
23
  sessionTemplateDetail: SessionTemplateDetail;
19
- defaultQuestions: QuestionSimple[];
20
- questions: QuestionSimple[];
24
+ defaultTeacherQuestions: QuestionSimple[];
25
+ defaultStudentQuestions: QuestionSimple[];
26
+ teacherQuestions: QuestionSimple[];
27
+ studentQuestions: QuestionSimple[];
21
28
  onAddQuestion: (newQuestion?: any, categoryId?: number | undefined) => Promise<void>;
22
- onRemoveQuestion: (questionId: number) => void;
29
+ onRemoveQuestion: (questionId: number, isTeacherQuestion: boolean) => void;
23
30
  backToList: () => void;
24
31
  confirmData: (data: any) => Promise<void>;
25
32
  edited: boolean;
26
33
  setEdited: import("react").Dispatch<import("react").SetStateAction<boolean>>;
27
34
  setEditedTrue: () => Promise<void>;
35
+ isTeacherQuestion: boolean;
36
+ setIsTeacherQuestion: import("react").Dispatch<import("react").SetStateAction<boolean>>;
37
+ extraTeacherMandatory: any;
38
+ setExtraTeacherMandatory: import("react").Dispatch<any>;
39
+ extraStudentMandatory: any;
40
+ setExtraStudentMandatory: import("react").Dispatch<any>;
28
41
  };
29
42
  export default useSessionTemplateDetail;
@@ -1,10 +1,15 @@
1
+ /// <reference types="react" />
1
2
  declare const useSessionTemplateList: () => {
2
3
  sessionTemplateList: any;
3
4
  totalItems: any;
4
5
  filters: import("mario-core").Filter;
5
6
  changeFilters: (updatedFilters: any) => void;
6
7
  getData: () => Promise<void>;
7
- removeData: (id: number) => void;
8
+ removeData: (id: number) => Promise<void>;
8
9
  goToDetail: (id?: number | undefined) => void;
10
+ isOpenDeleteModal: boolean;
11
+ setIsOpenDeleteModal: import("react").Dispatch<import("react").SetStateAction<boolean>>;
12
+ idDelete: number;
13
+ setIdDelete: import("react").Dispatch<import("react").SetStateAction<number>>;
9
14
  };
10
15
  export default useSessionTemplateList;
@@ -3,7 +3,10 @@ declare type SessionTemplateGeneralClassDetail = {
3
3
  id?: number | null;
4
4
  name: string;
5
5
  subjectId: number;
6
- questionIds: number[];
6
+ questionTeacherIds: number[];
7
+ questionStudentIds: number[];
8
+ extraTeacherQuestionMandatoryIds?: object[];
9
+ extraStudentQuestionMandatoryIds?: object[];
7
10
  };
8
11
  declare type QuestionSimple = {
9
12
  id: number;
@@ -11,17 +14,26 @@ declare type QuestionSimple = {
11
14
  };
12
15
  declare const useSessionTemplateGeneralClassDetail: (id?: import("yup/lib/types").Maybe<number>) => {
13
16
  sessionTemplateGeneralClassDetail: SessionTemplateGeneralClassDetail;
14
- questions: QuestionSimple[];
17
+ teacherQuestions: QuestionSimple[];
18
+ studentQuestions: QuestionSimple[];
15
19
  categoryId: number;
16
- temporaryQuestion: any;
17
- setTemporaryQuestion: import("react").Dispatch<any>;
20
+ temporaryTeacherQuestion: any;
21
+ setTemporaryTeacherQuestion: import("react").Dispatch<any>;
22
+ temporaryStudentQuestion: any;
23
+ setTemporaryStudentQuestion: import("react").Dispatch<any>;
18
24
  setCategoryId: import("react").Dispatch<import("react").SetStateAction<number>>;
19
25
  backToList: () => void;
20
26
  confirmData: (data: any) => Promise<void>;
21
- onRemoveQuestion: (questionId: number) => void;
22
- onAddQuestion: () => Promise<void>;
27
+ onRemoveQuestion: (questionId: number, isTeacherOption: boolean) => void;
28
+ onAddQuestion: (isTeacherOption: boolean) => Promise<void>;
23
29
  edited: boolean;
24
30
  setEdited: import("react").Dispatch<import("react").SetStateAction<boolean>>;
25
31
  setEditedTrue: () => Promise<void>;
32
+ defaultStudentQuestions: QuestionSimple[];
33
+ defaultTeacherQuestions: QuestionSimple[];
34
+ extraTeacherMandatory: any;
35
+ setExtraTeacherMandatory: import("react").Dispatch<any>;
36
+ extraStudentMandatory: any;
37
+ setExtraStudentMandatory: import("react").Dispatch<any>;
26
38
  };
27
39
  export default useSessionTemplateGeneralClassDetail;
@@ -27,4 +27,6 @@ import CustomAlertList from "./containers/CustomAlert/views/CustomAlertList";
27
27
  import CertificateContainer from "./containers/Certificate/views/CertificateContainer";
28
28
  import CompareTeacher from "./containers/CompareTeacher/views/CompareTeacher";
29
29
  import Dashboard from "./containers/Dashboard/views/Dashboard";
30
- export { ClassList, ConferenceRubricList, ConferenceRubricDetail, SuggestionList, LearningStrategyList, SetupContainer, QuestionBankList, ReflectionFormList, ReflectionContainer, QuestionDetail, SubjectList, LearningSupportCategoryList, BadgeList, GoalExampleList, TutorialScreenContainer, FeedbackList, AssessmentList, QuestionBankContainer, QuestionCategoryList, AssignmentList, AssessmentAssignmentContainer, SessionTemplateContainer, SessionTemplateDetail, SessionTemplateGeneralClassDetail, CustomAlertList, CertificateContainer, CompareTeacher, AssetLog, Dashboard };
30
+ import SessionTemplateList from "./containers/SessionTemplate/views/SessionTemplateList";
31
+ import SessionTemplateGeneralClassList from "./containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassList";
32
+ export { ClassList, ConferenceRubricList, ConferenceRubricDetail, SuggestionList, LearningStrategyList, SetupContainer, QuestionBankList, ReflectionFormList, ReflectionContainer, QuestionDetail, SubjectList, LearningSupportCategoryList, BadgeList, GoalExampleList, TutorialScreenContainer, FeedbackList, AssessmentList, QuestionBankContainer, QuestionCategoryList, AssignmentList, AssessmentAssignmentContainer, SessionTemplateContainer, SessionTemplateDetail, SessionTemplateGeneralClassDetail, CustomAlertList, CertificateContainer, CompareTeacher, AssetLog, SessionTemplateList, SessionTemplateGeneralClassList, Dashboard };
@@ -4,3 +4,4 @@ export declare const getById: (id: number) => Promise<import("axios").AxiosRespo
4
4
  export declare const create: (data: any) => Promise<import("axios").AxiosResponse<any>>;
5
5
  export declare const update: (data: any) => Promise<import("axios").AxiosResponse<any>>;
6
6
  export declare const remove: (id: number) => Promise<import("axios").AxiosResponse<any>>;
7
+ export declare const checkRemoveLearningSupportCategory: (learningSupportCategoryId: number) => Promise<import("axios").AxiosResponse<any>>;
@@ -1,6 +1,7 @@
1
1
  export declare const get: (filter: any) => Promise<import("axios").AxiosResponse<any>>;
2
2
  export declare const getById: (id: number) => Promise<import("axios").AxiosResponse<any>>;
3
3
  export declare const create: (data: any) => Promise<import("axios").AxiosResponse<any>>;
4
+ export declare const getQuestionDefaultGeneralClass: () => Promise<import("axios").AxiosResponse<any>>;
4
5
  export declare const update: (data: any) => Promise<import("axios").AxiosResponse<any>>;
5
6
  export declare const remove: (id: number) => Promise<import("axios").AxiosResponse<any>>;
6
7
  export declare const getDefaultQuestions: () => Promise<import("axios").AxiosResponse<any>>;
@@ -0,0 +1,7 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ questions: object[];
4
+ onRemove: Function;
5
+ }
6
+ declare const QuestionList: FC<Props>;
7
+ export default QuestionList;
@@ -0,0 +1,9 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ categoryId: number;
4
+ onChange: Function;
5
+ value: any | null;
6
+ externalQuestionIds: number[];
7
+ }
8
+ declare const QuestionSelector: FC<Props>;
9
+ export default QuestionSelector;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
3
+ export default _default;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const QuestionSplitPaneSelector: (props: any) => JSX.Element;
3
+ export default QuestionSplitPaneSelector;
@@ -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,3 @@
1
+ import { FC } from "react";
2
+ declare const AssessmentList: FC;
3
+ export default AssessmentList;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const AssessmentAssignmentContainer: () => JSX.Element;
3
+ export default AssessmentAssignmentContainer;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const AcademicClassSelector: (props: any) => JSX.Element;
3
+ export default AcademicClassSelector;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const AssessmentSelector: (props: any) => JSX.Element;
3
+ export default AssessmentSelector;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
3
+ export default _default;
@@ -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,3 @@
1
+ import { FC } from "react";
2
+ declare const AssignmentList: FC;
3
+ export default AssignmentList;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const ReflectionResultList: FC;
3
+ export default ReflectionResultList;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
3
+ export default _default;
@@ -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,3 @@
1
+ import { FC } from "react";
2
+ declare const BadgeList: FC;
3
+ export default BadgeList;
@@ -0,0 +1,10 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ htmlFor: string;
4
+ isDisabled: boolean;
5
+ text: string;
6
+ backgroundColor: string;
7
+ onClick: Function;
8
+ }
9
+ declare const UploadCSVButton: FC<Props>;
10
+ export default UploadCSVButton;
@@ -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,3 @@
1
+ import { FC } from "react";
2
+ declare const CSVImport: FC;
3
+ export default CSVImport;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
3
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
3
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ students: object[];
4
+ onRemove: Function;
5
+ goToUserDetail: Function;
6
+ }
7
+ declare const StudentList: FC<Props>;
8
+ export default StudentList;
@@ -0,0 +1,8 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ value?: any;
4
+ onChange: any;
5
+ externalStudentIds?: number[];
6
+ }
7
+ declare const StudentSelector: FC<Props>;
8
+ export default StudentSelector;
@@ -0,0 +1,7 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ defaultValue: number | null | undefined;
4
+ onChange: Function;
5
+ }
6
+ declare const TeacherSelector: FC<Props>;
7
+ export default TeacherSelector;
@@ -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,3 @@
1
+ import { FC } from "react";
2
+ declare const ClassList: FC;
3
+ export default ClassList;
@@ -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,7 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ defaultValue?: string | null;
4
+ onChange: Function;
5
+ }
6
+ declare const ConferenceRubricTypeSelector: FC<Props>;
7
+ export default ConferenceRubricTypeSelector;
@@ -0,0 +1,8 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ defaultValue?: number;
4
+ onChange: Function;
5
+ externalIds: number[];
6
+ }
7
+ declare const SkillSelector: FC<Props>;
8
+ export default SkillSelector;
@@ -0,0 +1,9 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ value: string;
4
+ onChange: Function;
5
+ children?: any | null;
6
+ noMb?: boolean;
7
+ }
8
+ declare const ToggleInput: FC<Props>;
9
+ export default ToggleInput;