mario-education 2.2.0 → 2.2.2

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 (404) hide show
  1. package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/hooks/useCSVImport.d.ts +1 -0
  2. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionDetail.d.ts +1 -0
  3. package/dist/index.js +15 -8
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.modern.js +15 -8
  6. package/dist/index.modern.js.map +1 -1
  7. package/package.json +1 -1
  8. package/dist/components/Questions/QuestionList.d.ts +0 -7
  9. package/dist/components/Questions/QuestionSelector.d.ts +0 -9
  10. package/dist/containers/Assessment/components/AssessmentDetailModal.d.ts +0 -3
  11. package/dist/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +0 -3
  12. package/dist/containers/Assessment/hooks/useAssessmentDetail.d.ts +0 -24
  13. package/dist/containers/Assessment/hooks/useAssessmentList.d.ts +0 -10
  14. package/dist/containers/Assessment/hooks/useQuestionCategory.d.ts +0 -13
  15. package/dist/containers/Assessment/views/AssessmentList.d.ts +0 -3
  16. package/dist/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +0 -3
  17. package/dist/containers/Assignment/components/AcademicClassSelector.d.ts +0 -3
  18. package/dist/containers/Assignment/components/AssessmentSelector.d.ts +0 -3
  19. package/dist/containers/Assignment/components/AssignmentDetailModal.d.ts +0 -3
  20. package/dist/containers/Assignment/configs/types.d.ts +0 -12
  21. package/dist/containers/Assignment/hooks/useAssignmentDetail.d.ts +0 -24
  22. package/dist/containers/Assignment/hooks/useAssignmentList.d.ts +0 -10
  23. package/dist/containers/Assignment/hooks/useAssignmentResultDetail.d.ts +0 -8
  24. package/dist/containers/Assignment/hooks/useAssignmentResultList.d.ts +0 -10
  25. package/dist/containers/Assignment/views/AssignmentList.d.ts +0 -3
  26. package/dist/containers/Assignment/views/AssignmentResultList.d.ts +0 -3
  27. package/dist/containers/Badge/components/BadgeDetailModal.d.ts +0 -3
  28. package/dist/containers/Badge/hooks/useBadgeDetail.d.ts +0 -20
  29. package/dist/containers/Badge/hooks/useBadgeList.d.ts +0 -10
  30. package/dist/containers/Badge/views/BadgeList.d.ts +0 -3
  31. package/dist/containers/CSVImport/components/UploadCSVButton.d.ts +0 -10
  32. package/dist/containers/CSVImport/hooks/useCSVImport.d.ts +0 -21
  33. package/dist/containers/CSVImport/views/CSVImport.d.ts +0 -3
  34. package/dist/containers/Classes/components/ClassDetailModal.d.ts +0 -3
  35. package/dist/containers/Classes/components/ClassStudentModal.d.ts +0 -3
  36. package/dist/containers/Classes/components/StudentList.d.ts +0 -8
  37. package/dist/containers/Classes/components/StudentSelector.d.ts +0 -8
  38. package/dist/containers/Classes/components/TeacherSelector.d.ts +0 -7
  39. package/dist/containers/Classes/hooks/useClassDetail.d.ts +0 -25
  40. package/dist/containers/Classes/hooks/useClassList.d.ts +0 -13
  41. package/dist/containers/Classes/views/ClassList.d.ts +0 -3
  42. package/dist/containers/ConferenceRubric/components/ConferenceRubricItem.d.ts +0 -14
  43. package/dist/containers/ConferenceRubric/components/ConferenceRubricTypeSelector.d.ts +0 -7
  44. package/dist/containers/ConferenceRubric/components/SkillSelector.d.ts +0 -8
  45. package/dist/containers/ConferenceRubric/components/ToggleInput.d.ts +0 -9
  46. package/dist/containers/ConferenceRubric/configs/types.d.ts +0 -44
  47. package/dist/containers/ConferenceRubric/hooks/useConferenceRubricDetail.d.ts +0 -36
  48. package/dist/containers/ConferenceRubric/hooks/useConferenceRubricList.d.ts +0 -11
  49. package/dist/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +0 -3
  50. package/dist/containers/ConferenceRubric/views/ConferenceRubricList.d.ts +0 -3
  51. package/dist/containers/CustomAlert/components/CustomAlertDetailModal.d.ts +0 -3
  52. package/dist/containers/CustomAlert/hooks/useCustomAlertDetail.d.ts +0 -22
  53. package/dist/containers/CustomAlert/hooks/useCustomAlertList.d.ts +0 -10
  54. package/dist/containers/CustomAlert/views/CustomAlertList.d.ts +0 -3
  55. package/dist/containers/Feedback/components/FeedbackDetailModal.d.ts +0 -3
  56. package/dist/containers/Feedback/hooks/useFeedbackDetail.d.ts +0 -11
  57. package/dist/containers/Feedback/hooks/useFeedbackList.d.ts +0 -9
  58. package/dist/containers/Feedback/views/FeedbackList.d.ts +0 -3
  59. package/dist/containers/GoalExample/components/GoalExampleDetailModal.d.ts +0 -3
  60. package/dist/containers/GoalExample/hooks/useGoalExampleDetail.d.ts +0 -27
  61. package/dist/containers/GoalExample/hooks/useGoalExampleList.d.ts +0 -11
  62. package/dist/containers/GoalExample/hooks/useShortTermTargetExampleList.d.ts +0 -12
  63. package/dist/containers/GoalExample/views/GoalExampleList.d.ts +0 -3
  64. package/dist/containers/LearningStrategy/components/StrategyDetailModal.d.ts +0 -3
  65. package/dist/containers/LearningStrategy/hooks/useLearningStrategyList.d.ts +0 -10
  66. package/dist/containers/LearningStrategy/hooks/useStrategyDetail.d.ts +0 -18
  67. package/dist/containers/LearningStrategy/views/LearningStrategyList.d.ts +0 -3
  68. package/dist/containers/LearningSupportCategory/components/LearningSupportCategoryDetailModal.d.ts +0 -3
  69. package/dist/containers/LearningSupportCategory/components/LearningSupportCategorySelector.d.ts +0 -7
  70. package/dist/containers/LearningSupportCategory/hooks/useLearningSupportCategoryDetail.d.ts +0 -19
  71. package/dist/containers/LearningSupportCategory/hooks/useLearningSupportCategoryList.d.ts +0 -10
  72. package/dist/containers/LearningSupportCategory/views/LearningSupportCategoryList.d.ts +0 -3
  73. package/dist/containers/ManageAssistant/views/ManageAssistantList.d.ts +0 -3
  74. package/dist/containers/QuestionBank/components/AdditionalComponent.d.ts +0 -7
  75. package/dist/containers/QuestionBank/components/AgGridComponents.d.ts +0 -11
  76. package/dist/containers/QuestionBank/components/AnswerList.d.ts +0 -9
  77. package/dist/containers/QuestionBank/components/DefaultQuestionStudentTeacherFilter.d.ts +0 -8
  78. package/dist/containers/QuestionBank/components/DefaultQuestionTypeSelector.d.ts +0 -7
  79. package/dist/containers/QuestionBank/components/QuestionPreview.d.ts +0 -3
  80. package/dist/containers/QuestionBank/components/SliderScale.d.ts +0 -8
  81. package/dist/containers/QuestionBank/components/StarRating.d.ts +0 -7
  82. package/dist/containers/QuestionBank/components/SubQuestions.d.ts +0 -7
  83. package/dist/containers/QuestionBank/configs/questionDetailSchema.d.ts +0 -25
  84. package/dist/containers/QuestionBank/configs/validationAnswerId.d.ts +0 -2
  85. package/dist/containers/QuestionBank/configs/validationChoices.d.ts +0 -2
  86. package/dist/containers/QuestionBank/hooks/useQuestionAnswerList.d.ts +0 -7
  87. package/dist/containers/QuestionBank/hooks/useQuestionDetail.d.ts +0 -31
  88. package/dist/containers/QuestionBank/hooks/useQuestionList.d.ts +0 -12
  89. package/dist/containers/QuestionBank/hooks/useSubQuestionList.d.ts +0 -6
  90. package/dist/containers/QuestionBank/views/QuestionBankContainer.d.ts +0 -3
  91. package/dist/containers/QuestionBank/views/QuestionBankList.d.ts +0 -6
  92. package/dist/containers/QuestionBank/views/QuestionDetail.d.ts +0 -3
  93. package/dist/containers/QuestionCategory/components/QuestionCateModal.d.ts +0 -3
  94. package/dist/containers/QuestionCategory/hooks/useQuestionCateDetail.d.ts +0 -18
  95. package/dist/containers/QuestionCategory/hooks/useQuestionCateList.d.ts +0 -10
  96. package/dist/containers/QuestionCategory/views/QuestionCategogyList.d.ts +0 -3
  97. package/dist/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +0 -3
  98. package/dist/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +0 -3
  99. package/dist/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +0 -3
  100. package/dist/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +0 -3
  101. package/dist/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +0 -3
  102. package/dist/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +0 -3
  103. package/dist/containers/ReflectionForm/components/ReflectionDetailModal.d.ts +0 -3
  104. package/dist/containers/ReflectionForm/components/ReflectionResultDetailModal.d.ts +0 -3
  105. package/dist/containers/ReflectionForm/configs/types.d.ts +0 -43
  106. package/dist/containers/ReflectionForm/hooks/useQuestionCategory.d.ts +0 -13
  107. package/dist/containers/ReflectionForm/hooks/useReflectionFormDetail.d.ts +0 -21
  108. package/dist/containers/ReflectionForm/hooks/useReflectionFormList.d.ts +0 -10
  109. package/dist/containers/ReflectionForm/hooks/useReflectionResultDetail.d.ts +0 -8
  110. package/dist/containers/ReflectionForm/hooks/useReflectionResultList.d.ts +0 -9
  111. package/dist/containers/ReflectionForm/views/ReflectionContainer.d.ts +0 -3
  112. package/dist/containers/ReflectionForm/views/ReflectionFormList.d.ts +0 -3
  113. package/dist/containers/ReflectionForm/views/ReflectionResultList.d.ts +0 -3
  114. package/dist/containers/Semester/components/BreakingMonthModal.d.ts +0 -3
  115. package/dist/containers/Semester/components/SemesterDetailModal.d.ts +0 -3
  116. package/dist/containers/Semester/hooks/useBreakingMonth.d.ts +0 -14
  117. package/dist/containers/Semester/hooks/useSemesterDetail.d.ts +0 -19
  118. package/dist/containers/Semester/hooks/useSemesterList.d.ts +0 -10
  119. package/dist/containers/Semester/views/SemesterList.d.ts +0 -3
  120. package/dist/containers/SessionTemplate/components/AddQuestionModal.d.ts +0 -11
  121. package/dist/containers/SessionTemplate/components/CategorySelector.d.ts +0 -7
  122. package/dist/containers/SessionTemplate/components/ConferenceRubricSelector.d.ts +0 -7
  123. package/dist/containers/SessionTemplate/components/ReflectionFormSelector.d.ts +0 -7
  124. package/dist/containers/SessionTemplate/components/SkillSelector.d.ts +0 -7
  125. package/dist/containers/SessionTemplate/configs/validationSchema.d.ts +0 -21
  126. package/dist/containers/SessionTemplate/hooks/useAddQuestion.d.ts +0 -8
  127. package/dist/containers/SessionTemplate/hooks/useSessionTemplateDetail.d.ts +0 -29
  128. package/dist/containers/SessionTemplate/hooks/useSessionTemplateList.d.ts +0 -11
  129. package/dist/containers/SessionTemplate/views/SessionTemplateDetail.d.ts +0 -3
  130. package/dist/containers/SessionTemplate/views/SessionTemplateList.d.ts +0 -3
  131. package/dist/containers/SessionTemplateContainer/views/SessionTemplateContainer.d.ts +0 -3
  132. package/dist/containers/SessionTemplateGeneralClass/components/SubjectSelector.d.ts +0 -7
  133. package/dist/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassDetail.d.ts +0 -27
  134. package/dist/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassList.d.ts +0 -11
  135. package/dist/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassDetail.d.ts +0 -3
  136. package/dist/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassList.d.ts +0 -3
  137. package/dist/containers/Setup/views/SetupContainer.d.ts +0 -3
  138. package/dist/containers/Subject/components/SubjectDetailModal.d.ts +0 -3
  139. package/dist/containers/Subject/hooks/useSubjectDetail.d.ts +0 -19
  140. package/dist/containers/Subject/hooks/useSubjectList.d.ts +0 -10
  141. package/dist/containers/Subject/views/SubjectList.d.ts +0 -3
  142. package/dist/containers/SuggestionBank/components/SuggestionDetailModal.d.ts +0 -3
  143. package/dist/containers/SuggestionBank/hooks/useKeywordList.d.ts +0 -12
  144. package/dist/containers/SuggestionBank/hooks/useSuggestionDetail.d.ts +0 -30
  145. package/dist/containers/SuggestionBank/hooks/useSuggestionList.d.ts +0 -11
  146. package/dist/containers/SuggestionBank/views/SuggestionList.d.ts +0 -3
  147. package/dist/containers/TutorialScreen/components/TutorialScreenDetailModal.d.ts +0 -3
  148. package/dist/containers/TutorialScreen/components/TutorialScreenList.d.ts +0 -7
  149. package/dist/containers/TutorialScreen/enums/TutorialScreenType.d.ts +0 -7
  150. package/dist/containers/TutorialScreen/hooks/useTutorialScreenDetail.d.ts +0 -20
  151. package/dist/containers/TutorialScreen/hooks/useTutorialScreenList.d.ts +0 -11
  152. package/dist/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +0 -3
  153. package/dist/containers/TutorialScreen/views/TutorialScreenList.d.ts +0 -3
  154. package/dist/index.d.ts +0 -26
  155. package/dist/index.test.d.ts +0 -1
  156. package/dist/services/academicYearService.d.ts +0 -2
  157. package/dist/services/assessmentService.d.ts +0 -6
  158. package/dist/services/assignmentResultService.d.ts +0 -3
  159. package/dist/services/assignmentService.d.ts +0 -7
  160. package/dist/services/assistantService.d.ts +0 -2
  161. package/dist/services/badgeService.d.ts +0 -6
  162. package/dist/services/classService.d.ts +0 -9
  163. package/dist/services/conferenceRubricService.d.ts +0 -9
  164. package/dist/services/csvService.d.ts +0 -1
  165. package/dist/services/customAlertService.d.ts +0 -7
  166. package/dist/services/feedbackService.d.ts +0 -6
  167. package/dist/services/goalExampleService.d.ts +0 -6
  168. package/dist/services/learningStrategyService.d.ts +0 -6
  169. package/dist/services/learningSupportCategoryService.d.ts +0 -6
  170. package/dist/services/questionCategoryService.d.ts +0 -6
  171. package/dist/services/questionService.d.ts +0 -6
  172. package/dist/services/reflectionFormResponseService.d.ts +0 -3
  173. package/dist/services/reflectionFormService.d.ts +0 -6
  174. package/dist/services/semesterService.d.ts +0 -6
  175. package/dist/services/sessionTemplateGeneralClassService.d.ts +0 -6
  176. package/dist/services/sessionTemplateService.d.ts +0 -11
  177. package/dist/services/studentService.d.ts +0 -2
  178. package/dist/services/subjectService.d.ts +0 -6
  179. package/dist/services/suggestionService.d.ts +0 -6
  180. package/dist/services/tutorialScreenService.d.ts +0 -5
  181. package/dist/src/components/Input/ToggleInput.d.ts +0 -10
  182. package/dist/src/components/Questions/QuestionList.d.ts +0 -7
  183. package/dist/src/components/Questions/QuestionSelector.d.ts +0 -9
  184. package/dist/src/containers/Assessment/components/AssessmentDetailModal.d.ts +0 -3
  185. package/dist/src/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +0 -3
  186. package/dist/src/containers/Assessment/hooks/useAssessmentDetail.d.ts +0 -24
  187. package/dist/src/containers/Assessment/hooks/useAssessmentList.d.ts +0 -10
  188. package/dist/src/containers/Assessment/hooks/useQuestionCategory.d.ts +0 -13
  189. package/dist/src/containers/Assessment/views/AssessmentList.d.ts +0 -3
  190. package/dist/src/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +0 -3
  191. package/dist/src/containers/Assignment/components/AcademicClassSelector.d.ts +0 -3
  192. package/dist/src/containers/Assignment/components/AssessmentSelector.d.ts +0 -3
  193. package/dist/src/containers/Assignment/components/AssignmentDetailModal.d.ts +0 -3
  194. package/dist/src/containers/Assignment/components/SemesterSelector.d.ts +0 -8
  195. package/dist/src/containers/Assignment/configs/types.d.ts +0 -13
  196. package/dist/src/containers/Assignment/hooks/useAssignmentDetail.d.ts +0 -27
  197. package/dist/src/containers/Assignment/hooks/useAssignmentList.d.ts +0 -18
  198. package/dist/src/containers/Assignment/hooks/useAssignmentResultDetail.d.ts +0 -8
  199. package/dist/src/containers/Assignment/hooks/useAssignmentResultList.d.ts +0 -10
  200. package/dist/src/containers/Assignment/views/AssignmentList.d.ts +0 -3
  201. package/dist/src/containers/Assignment/views/AssignmentResultList.d.ts +0 -3
  202. package/dist/src/containers/Badge/components/BadgeDetailModal.d.ts +0 -3
  203. package/dist/src/containers/Badge/hooks/useBadgeDetail.d.ts +0 -20
  204. package/dist/src/containers/Badge/hooks/useBadgeList.d.ts +0 -10
  205. package/dist/src/containers/Badge/views/BadgeList.d.ts +0 -3
  206. package/dist/src/containers/BandScore/components/BandScoreDetailModal.d.ts +0 -3
  207. package/dist/src/containers/BandScore/hooks/useBandScoreDetail.d.ts +0 -18
  208. package/dist/src/containers/BandScore/hooks/useBandScoreList.d.ts +0 -7
  209. package/dist/src/containers/BandScore/hooks/useBreakPoint.d.ts +0 -12
  210. package/dist/src/containers/BandScore/views/BandScoreList.d.ts +0 -3
  211. package/dist/src/containers/CSVImport/components/UploadCSVButton.d.ts +0 -10
  212. package/dist/src/containers/CSVImport/hooks/useCSVImport.d.ts +0 -21
  213. package/dist/src/containers/CSVImport/views/CSVImport.d.ts +0 -3
  214. package/dist/src/containers/Certificate/components/CertificateApproved.d.ts +0 -3
  215. package/dist/src/containers/Certificate/components/CertificateDetailModal.d.ts +0 -3
  216. package/dist/src/containers/Certificate/components/CertificateItem.d.ts +0 -9
  217. package/dist/src/containers/Certificate/components/CertificateList.d.ts +0 -3
  218. package/dist/src/containers/Certificate/components/CertificateReview.d.ts +0 -3
  219. package/dist/src/containers/Certificate/config/constants.d.ts +0 -19
  220. package/dist/src/containers/Certificate/hooks/useCertificateDetail.d.ts +0 -26
  221. package/dist/src/containers/Certificate/hooks/useCertificateList.d.ts +0 -10
  222. package/dist/src/containers/Certificate/hooks/useCertificateReview.d.ts +0 -7
  223. package/dist/src/containers/Certificate/views/CertificateContainer.d.ts +0 -3
  224. package/dist/src/containers/Classes/components/ClassDetailModal.d.ts +0 -3
  225. package/dist/src/containers/Classes/components/ClassStudentModal.d.ts +0 -3
  226. package/dist/src/containers/Classes/components/StudentList.d.ts +0 -8
  227. package/dist/src/containers/Classes/components/StudentSelector.d.ts +0 -8
  228. package/dist/src/containers/Classes/components/TeacherMultiSelector.d.ts +0 -7
  229. package/dist/src/containers/Classes/components/TeacherSelector.d.ts +0 -7
  230. package/dist/src/containers/Classes/hooks/useClassDetail.d.ts +0 -25
  231. package/dist/src/containers/Classes/hooks/useClassList.d.ts +0 -13
  232. package/dist/src/containers/Classes/views/ClassList.d.ts +0 -3
  233. package/dist/src/containers/CompareTeacher/components/TeacherItem.d.ts +0 -8
  234. package/dist/src/containers/CompareTeacher/configs/constants.d.ts +0 -18
  235. package/dist/src/containers/CompareTeacher/hooks/useCompareTeacher.d.ts +0 -17
  236. package/dist/src/containers/CompareTeacher/views/CompareTeacher.d.ts +0 -3
  237. package/dist/src/containers/ConferenceRubric/components/ConferenceRubricItem.d.ts +0 -14
  238. package/dist/src/containers/ConferenceRubric/components/ConferenceRubricTypeSelector.d.ts +0 -7
  239. package/dist/src/containers/ConferenceRubric/components/SkillSelector.d.ts +0 -8
  240. package/dist/src/containers/ConferenceRubric/configs/types.d.ts +0 -44
  241. package/dist/src/containers/ConferenceRubric/hooks/useConferenceRubricDetail.d.ts +0 -36
  242. package/dist/src/containers/ConferenceRubric/hooks/useConferenceRubricList.d.ts +0 -11
  243. package/dist/src/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +0 -3
  244. package/dist/src/containers/ConferenceRubric/views/ConferenceRubricList.d.ts +0 -3
  245. package/dist/src/containers/CurrentLicense/hooks/useCurrentLicense.d.ts +0 -6
  246. package/dist/src/containers/CurrentLicense/views/CurrentLicense.d.ts +0 -3
  247. package/dist/src/containers/CustomAlert/components/CustomAlertDetailModal.d.ts +0 -3
  248. package/dist/src/containers/CustomAlert/hooks/useCustomAlertDetail.d.ts +0 -22
  249. package/dist/src/containers/CustomAlert/hooks/useCustomAlertList.d.ts +0 -10
  250. package/dist/src/containers/CustomAlert/views/CustomAlertList.d.ts +0 -3
  251. package/dist/src/containers/Dashboard/components/CustomCheckbox.d.ts +0 -9
  252. package/dist/src/containers/Dashboard/components/DashboardCard.d.ts +0 -7
  253. package/dist/src/containers/Dashboard/components/GoalProgress.d.ts +0 -7
  254. package/dist/src/containers/Dashboard/components/Grade.d.ts +0 -7
  255. package/dist/src/containers/Dashboard/components/HighImpact.d.ts +0 -6
  256. package/dist/src/containers/Dashboard/components/Loading.d.ts +0 -3
  257. package/dist/src/containers/Dashboard/components/LoginCouting.d.ts +0 -7
  258. package/dist/src/containers/Dashboard/components/PerceivedImpact.d.ts +0 -7
  259. package/dist/src/containers/Dashboard/components/Quantity.d.ts +0 -7
  260. package/dist/src/containers/Dashboard/components/Skill.d.ts +0 -7
  261. package/dist/src/containers/Dashboard/components/TimeInSession.d.ts +0 -7
  262. package/dist/src/containers/Dashboard/configs/constants.d.ts +0 -1
  263. package/dist/src/containers/Dashboard/configs/types.d.ts +0 -48
  264. package/dist/src/containers/Dashboard/configs/utils.d.ts +0 -1
  265. package/dist/src/containers/Dashboard/hooks/useDashboard.d.ts +0 -12
  266. package/dist/src/containers/Dashboard/hooks/useSkillFormat.d.ts +0 -9
  267. package/dist/src/containers/Dashboard/views/Dashboard.d.ts +0 -3
  268. package/dist/src/containers/Feedback/components/FeedbackDetailModal.d.ts +0 -3
  269. package/dist/src/containers/Feedback/hooks/useFeedbackDetail.d.ts +0 -11
  270. package/dist/src/containers/Feedback/hooks/useFeedbackList.d.ts +0 -9
  271. package/dist/src/containers/Feedback/views/FeedbackList.d.ts +0 -3
  272. package/dist/src/containers/GoalExample/components/GoalExampleDetailModal.d.ts +0 -3
  273. package/dist/src/containers/GoalExample/hooks/useGoalExampleDetail.d.ts +0 -27
  274. package/dist/src/containers/GoalExample/hooks/useGoalExampleList.d.ts +0 -11
  275. package/dist/src/containers/GoalExample/hooks/useShortTermTargetExampleList.d.ts +0 -12
  276. package/dist/src/containers/GoalExample/views/GoalExampleList.d.ts +0 -3
  277. package/dist/src/containers/LearningStrategy/components/StrategyDetailModal.d.ts +0 -3
  278. package/dist/src/containers/LearningStrategy/hooks/useLearningStrategyList.d.ts +0 -10
  279. package/dist/src/containers/LearningStrategy/hooks/useStrategyDetail.d.ts +0 -18
  280. package/dist/src/containers/LearningStrategy/views/LearningStrategyList.d.ts +0 -3
  281. package/dist/src/containers/LearningSupportCategory/components/LearningSupportCategoryDetailModal.d.ts +0 -3
  282. package/dist/src/containers/LearningSupportCategory/components/LearningSupportCategorySelector.d.ts +0 -7
  283. package/dist/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryDetail.d.ts +0 -19
  284. package/dist/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryList.d.ts +0 -10
  285. package/dist/src/containers/LearningSupportCategory/views/LearningSupportCategoryList.d.ts +0 -3
  286. package/dist/src/containers/ManageAssistant/views/ManageAssistantList.d.ts +0 -3
  287. package/dist/src/containers/QuestionBank/components/AdditionalComponent.d.ts +0 -7
  288. package/dist/src/containers/QuestionBank/components/AgGridComponents.d.ts +0 -11
  289. package/dist/src/containers/QuestionBank/components/AnswerList.d.ts +0 -9
  290. package/dist/src/containers/QuestionBank/components/DefaultQuestionStudentTeacherFilter.d.ts +0 -8
  291. package/dist/src/containers/QuestionBank/components/DefaultQuestionTypeSelector.d.ts +0 -7
  292. package/dist/src/containers/QuestionBank/components/QuestionPreview.d.ts +0 -3
  293. package/dist/src/containers/QuestionBank/components/SliderScale.d.ts +0 -8
  294. package/dist/src/containers/QuestionBank/components/StarRating.d.ts +0 -7
  295. package/dist/src/containers/QuestionBank/components/SubQuestions.d.ts +0 -7
  296. package/dist/src/containers/QuestionBank/configs/questionDetailSchema.d.ts +0 -25
  297. package/dist/src/containers/QuestionBank/configs/validationAnswerId.d.ts +0 -2
  298. package/dist/src/containers/QuestionBank/configs/validationChoices.d.ts +0 -2
  299. package/dist/src/containers/QuestionBank/hooks/useQuestionAnswerList.d.ts +0 -7
  300. package/dist/src/containers/QuestionBank/hooks/useQuestionDetail.d.ts +0 -32
  301. package/dist/src/containers/QuestionBank/hooks/useQuestionList.d.ts +0 -12
  302. package/dist/src/containers/QuestionBank/hooks/useSubQuestionList.d.ts +0 -6
  303. package/dist/src/containers/QuestionBank/views/QuestionBankContainer.d.ts +0 -3
  304. package/dist/src/containers/QuestionBank/views/QuestionBankList.d.ts +0 -6
  305. package/dist/src/containers/QuestionBank/views/QuestionDetail.d.ts +0 -3
  306. package/dist/src/containers/QuestionCategory/components/QuestionCateModal.d.ts +0 -3
  307. package/dist/src/containers/QuestionCategory/hooks/useQuestionCateDetail.d.ts +0 -18
  308. package/dist/src/containers/QuestionCategory/hooks/useQuestionCateList.d.ts +0 -10
  309. package/dist/src/containers/QuestionCategory/views/QuestionCategogyList.d.ts +0 -3
  310. package/dist/src/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +0 -3
  311. package/dist/src/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +0 -3
  312. package/dist/src/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +0 -3
  313. package/dist/src/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +0 -3
  314. package/dist/src/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +0 -3
  315. package/dist/src/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +0 -3
  316. package/dist/src/containers/ReflectionForm/components/ReflectionDetailModal.d.ts +0 -3
  317. package/dist/src/containers/ReflectionForm/components/ReflectionResultDetailModal.d.ts +0 -3
  318. package/dist/src/containers/ReflectionForm/configs/types.d.ts +0 -43
  319. package/dist/src/containers/ReflectionForm/hooks/useQuestionCategory.d.ts +0 -13
  320. package/dist/src/containers/ReflectionForm/hooks/useReflectionFormDetail.d.ts +0 -21
  321. package/dist/src/containers/ReflectionForm/hooks/useReflectionFormList.d.ts +0 -10
  322. package/dist/src/containers/ReflectionForm/hooks/useReflectionResultDetail.d.ts +0 -8
  323. package/dist/src/containers/ReflectionForm/hooks/useReflectionResultList.d.ts +0 -9
  324. package/dist/src/containers/ReflectionForm/views/ReflectionContainer.d.ts +0 -3
  325. package/dist/src/containers/ReflectionForm/views/ReflectionFormList.d.ts +0 -3
  326. package/dist/src/containers/ReflectionForm/views/ReflectionResultList.d.ts +0 -3
  327. package/dist/src/containers/SchoolBlankDay/components/SchoolBlankDayDetailModal.d.ts +0 -3
  328. package/dist/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayDetail.d.ts +0 -19
  329. package/dist/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayList.d.ts +0 -10
  330. package/dist/src/containers/SchoolBlankDay/views/SchoolBlankDayList.d.ts +0 -3
  331. package/dist/src/containers/Semester/components/BreakingMonthModal.d.ts +0 -3
  332. package/dist/src/containers/Semester/components/SemesterDetailModal.d.ts +0 -3
  333. package/dist/src/containers/Semester/hooks/useBreakingMonth.d.ts +0 -14
  334. package/dist/src/containers/Semester/hooks/useSemesterDetail.d.ts +0 -19
  335. package/dist/src/containers/Semester/hooks/useSemesterList.d.ts +0 -10
  336. package/dist/src/containers/Semester/views/SemesterList.d.ts +0 -3
  337. package/dist/src/containers/SessionTemplate/components/AddQuestionModal.d.ts +0 -11
  338. package/dist/src/containers/SessionTemplate/components/CategorySelector.d.ts +0 -7
  339. package/dist/src/containers/SessionTemplate/components/ConferenceRubricSelector.d.ts +0 -7
  340. package/dist/src/containers/SessionTemplate/components/ReflectionFormSelector.d.ts +0 -7
  341. package/dist/src/containers/SessionTemplate/components/SkillSelector.d.ts +0 -7
  342. package/dist/src/containers/SessionTemplate/configs/validationSchema.d.ts +0 -21
  343. package/dist/src/containers/SessionTemplate/hooks/useAddQuestion.d.ts +0 -8
  344. package/dist/src/containers/SessionTemplate/hooks/useSessionTemplateDetail.d.ts +0 -29
  345. package/dist/src/containers/SessionTemplate/hooks/useSessionTemplateList.d.ts +0 -11
  346. package/dist/src/containers/SessionTemplate/views/SessionTemplateDetail.d.ts +0 -3
  347. package/dist/src/containers/SessionTemplate/views/SessionTemplateList.d.ts +0 -3
  348. package/dist/src/containers/SessionTemplateContainer/views/SessionTemplateContainer.d.ts +0 -3
  349. package/dist/src/containers/SessionTemplateGeneralClass/components/SubjectSelector.d.ts +0 -7
  350. package/dist/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassDetail.d.ts +0 -27
  351. package/dist/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassList.d.ts +0 -11
  352. package/dist/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassDetail.d.ts +0 -3
  353. package/dist/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassList.d.ts +0 -3
  354. package/dist/src/containers/Setup/views/SetupContainer.d.ts +0 -3
  355. package/dist/src/containers/Subject/components/SubjectDetailModal.d.ts +0 -3
  356. package/dist/src/containers/Subject/hooks/useSubjectDetail.d.ts +0 -19
  357. package/dist/src/containers/Subject/hooks/useSubjectList.d.ts +0 -10
  358. package/dist/src/containers/Subject/views/SubjectList.d.ts +0 -3
  359. package/dist/src/containers/SuggestionBank/components/SuggestionDetailModal.d.ts +0 -3
  360. package/dist/src/containers/SuggestionBank/hooks/useKeywordList.d.ts +0 -12
  361. package/dist/src/containers/SuggestionBank/hooks/useSuggestionDetail.d.ts +0 -30
  362. package/dist/src/containers/SuggestionBank/hooks/useSuggestionList.d.ts +0 -11
  363. package/dist/src/containers/SuggestionBank/views/SuggestionList.d.ts +0 -3
  364. package/dist/src/containers/TutorialScreen/components/TutorialScreenDetailModal.d.ts +0 -3
  365. package/dist/src/containers/TutorialScreen/components/TutorialScreenList.d.ts +0 -7
  366. package/dist/src/containers/TutorialScreen/enums/TutorialScreenType.d.ts +0 -7
  367. package/dist/src/containers/TutorialScreen/hooks/useTutorialScreenDetail.d.ts +0 -20
  368. package/dist/src/containers/TutorialScreen/hooks/useTutorialScreenList.d.ts +0 -11
  369. package/dist/src/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +0 -3
  370. package/dist/src/index.d.ts +0 -29
  371. package/dist/src/index.test.d.ts +0 -1
  372. package/dist/src/services/academicYearService.d.ts +0 -2
  373. package/dist/src/services/assessmentService.d.ts +0 -6
  374. package/dist/src/services/assignmentResultService.d.ts +0 -3
  375. package/dist/src/services/assignmentService.d.ts +0 -8
  376. package/dist/src/services/assistantService.d.ts +0 -2
  377. package/dist/src/services/badgeService.d.ts +0 -6
  378. package/dist/src/services/bandScoreService.d.ts +0 -7
  379. package/dist/src/services/certificateService.d.ts +0 -8
  380. package/dist/src/services/classService.d.ts +0 -9
  381. package/dist/src/services/compareService.d.ts +0 -1
  382. package/dist/src/services/conferenceRubricService.d.ts +0 -9
  383. package/dist/src/services/csvService.d.ts +0 -1
  384. package/dist/src/services/currentLicenseService.d.ts +0 -3
  385. package/dist/src/services/customAlertService.d.ts +0 -7
  386. package/dist/src/services/dashboardService.d.ts +0 -8
  387. package/dist/src/services/feedbackService.d.ts +0 -6
  388. package/dist/src/services/goalExampleService.d.ts +0 -6
  389. package/dist/src/services/learningStrategyService.d.ts +0 -6
  390. package/dist/src/services/learningSupportCategoryService.d.ts +0 -6
  391. package/dist/src/services/questionCategoryService.d.ts +0 -6
  392. package/dist/src/services/questionService.d.ts +0 -6
  393. package/dist/src/services/reflectionFormResponseService.d.ts +0 -3
  394. package/dist/src/services/reflectionFormService.d.ts +0 -6
  395. package/dist/src/services/schoolBlankDayService.d.ts +0 -6
  396. package/dist/src/services/semesterService.d.ts +0 -6
  397. package/dist/src/services/sessionTemplateGeneralClassService.d.ts +0 -6
  398. package/dist/src/services/sessionTemplateService.d.ts +0 -11
  399. package/dist/src/services/studentService.d.ts +0 -2
  400. package/dist/src/services/subjectService.d.ts +0 -6
  401. package/dist/src/services/suggestionService.d.ts +0 -6
  402. package/dist/src/services/tutorialScreenService.d.ts +0 -5
  403. package/dist/src/utils/constants.d.ts +0 -7
  404. package/dist/utils/constants.d.ts +0 -7
@@ -1,44 +0,0 @@
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;
@@ -1,36 +0,0 @@
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;
@@ -1,11 +0,0 @@
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;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const ConferenceRubricDetail: () => JSX.Element;
3
- export default ConferenceRubricDetail;
@@ -1,3 +0,0 @@
1
- import { FC } from "react";
2
- declare const ConferenceRubricList: FC;
3
- export default ConferenceRubricList;
@@ -1,6 +0,0 @@
1
- declare const useCurrentLicense: () => {
2
- allPlans: any;
3
- currentLicense: any;
4
- createRequestNewLicense: (id: number) => Promise<void>;
5
- };
6
- export default useCurrentLicense;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const CurrentLicense: () => JSX.Element;
3
- export default CurrentLicense;
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
3
- export default _default;
@@ -1,22 +0,0 @@
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;
@@ -1,10 +0,0 @@
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;
@@ -1,3 +0,0 @@
1
- import { FC } from "react";
2
- declare const CustomAlertList: FC;
3
- export default CustomAlertList;
@@ -1,9 +0,0 @@
1
- import { FC } from "react";
2
- interface Props {
3
- label: string;
4
- color: string;
5
- checked: boolean;
6
- onClick: Function;
7
- }
8
- declare const CustomCheckbox: FC<Props>;
9
- export default CustomCheckbox;
@@ -1,7 +0,0 @@
1
- import { FC } from "react";
2
- interface Props {
3
- label: string;
4
- children: any;
5
- }
6
- declare const DashboardCard: FC<Props>;
7
- export default DashboardCard;
@@ -1,7 +0,0 @@
1
- import { FC } from "react";
2
- import { GoalProgressReport } from "../configs/types";
3
- interface Props {
4
- data: GoalProgressReport[] | null;
5
- }
6
- declare const GoalProgressReport: FC<Props>;
7
- export default GoalProgressReport;
@@ -1,7 +0,0 @@
1
- import { FC } from "react";
2
- import { GradeReport } from "../configs/types";
3
- interface Props {
4
- data: GradeReport | null;
5
- }
6
- declare const Grade: FC<Props>;
7
- export default Grade;
@@ -1,6 +0,0 @@
1
- import { FC } from "react";
2
- interface Props {
3
- data: any;
4
- }
5
- declare const HighImpact: FC<Props>;
6
- export default HighImpact;
@@ -1,3 +0,0 @@
1
- import { FC } from "react";
2
- declare const Loading: FC;
3
- export default Loading;
@@ -1,7 +0,0 @@
1
- import { FC } from "react";
2
- import { LoginCountingReport } from "../configs/types";
3
- interface Props {
4
- data: LoginCountingReport[] | null;
5
- }
6
- declare const LoginCouting: FC<Props>;
7
- export default LoginCouting;
@@ -1,7 +0,0 @@
1
- import { FC } from "react";
2
- import { PerceivedImpactReport } from "../configs/types";
3
- interface Props {
4
- data: PerceivedImpactReport[] | null;
5
- }
6
- declare const PerceivedImpact: FC<Props>;
7
- export default PerceivedImpact;
@@ -1,7 +0,0 @@
1
- import { FC } from "react";
2
- import { QuantityReport } from "../configs/types";
3
- interface Props {
4
- data: QuantityReport | null;
5
- }
6
- declare const Quantity: FC<Props>;
7
- export default Quantity;
@@ -1,7 +0,0 @@
1
- import { FC } from "react";
2
- import { SkillReportItem } from "../configs/types";
3
- interface Props {
4
- data: SkillReportItem[] | null;
5
- }
6
- declare const Skill: FC<Props>;
7
- export default Skill;
@@ -1,7 +0,0 @@
1
- import { FC } from "react";
2
- import { TimeInSessionReport } from "../configs/types";
3
- interface Props {
4
- data: TimeInSessionReport[] | null;
5
- }
6
- declare const TimeInSession: FC<Props>;
7
- export default TimeInSession;
@@ -1 +0,0 @@
1
- export declare const colors: string[];
@@ -1,48 +0,0 @@
1
- export declare type LoginCountingReport = {
2
- date: string;
3
- studentLoginCount: number;
4
- teacherLoginCount: number;
5
- };
6
- export declare type QuantityReport = {
7
- teacherPercentage: number;
8
- studentPercentage: number;
9
- assistantPercentage: number;
10
- };
11
- export declare type SkillReportItem = {
12
- skillName: string;
13
- ratings: SkillRating[];
14
- };
15
- declare type SkillRating = {
16
- time: string;
17
- rating: number;
18
- };
19
- export declare type GoalProgressReport = {
20
- createdAt: string;
21
- noProgress: number;
22
- slight: number;
23
- moderate: number;
24
- significant: number;
25
- achived: number;
26
- total: number;
27
- };
28
- export declare type TimeInSessionReport = {
29
- sessionCategory: string;
30
- studentPerceivedImpact: number;
31
- teacherPerceivedImpact: number;
32
- };
33
- export declare type PerceivedImpactReport = {
34
- learningStrategyName: string;
35
- studentRating: number;
36
- teacherRating: number;
37
- };
38
- export declare type GradeReport = {
39
- beforeIntervention: number;
40
- duringIntervention: number;
41
- afterIntervention: number;
42
- bandScores: BandScore[];
43
- };
44
- export declare type BandScore = {
45
- label: string;
46
- value: number;
47
- };
48
- export {};
@@ -1 +0,0 @@
1
- export declare const getColors: (length: number) => string[];
@@ -1,12 +0,0 @@
1
- import { LoginCountingReport, QuantityReport, SkillReportItem, GoalProgressReport, TimeInSessionReport, PerceivedImpactReport, GradeReport } from "../configs/types";
2
- declare const useDashboard: () => {
3
- loginCounting: LoginCountingReport[] | null;
4
- quantity: QuantityReport | null;
5
- skill: SkillReportItem[] | null;
6
- goalProgress: GoalProgressReport[] | null;
7
- highImpact: any;
8
- perceivedImpact: PerceivedImpactReport[] | null;
9
- timeInSession: TimeInSessionReport[] | null;
10
- grade: GradeReport | null;
11
- };
12
- export default useDashboard;
@@ -1,9 +0,0 @@
1
- declare const useSkillFormat: (data: any) => {
2
- colors: string[];
3
- activeSkillNames: string[];
4
- times: any;
5
- series: any;
6
- discrete: any;
7
- toggleSkillName: (name: string) => void;
8
- };
9
- export default useSkillFormat;
@@ -1,3 +0,0 @@
1
- import { FC } from "react";
2
- declare const Dashboard: FC;
3
- export default Dashboard;
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
3
- export default _default;
@@ -1,11 +0,0 @@
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;
@@ -1,9 +0,0 @@
1
- import { Filter } from "mario-core";
2
- declare const useFeedbackList: () => {
3
- feedbackList: any;
4
- totalItems: any;
5
- filters: Filter;
6
- changeFilters: (updatedFilters: any) => void;
7
- getData: () => Promise<void>;
8
- };
9
- export default useFeedbackList;
@@ -1,3 +0,0 @@
1
- import { FC } from "react";
2
- declare const FeedbackList: FC;
3
- export default FeedbackList;
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
3
- export default _default;
@@ -1,27 +0,0 @@
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;
@@ -1,11 +0,0 @@
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;
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- declare const useShortTermTargetExampleList: (initShortTermtargetExamples: any) => {
3
- inputValue: string;
4
- value: any;
5
- setValue: import("react").Dispatch<any>;
6
- handleChangeShortTermTargetE: (newValue: any) => void;
7
- handleInputChange: (newInputValue: string) => void;
8
- handleKeyDown: (e: any) => void;
9
- placeholder: string;
10
- shortTermTargetExamples: any;
11
- };
12
- export default useShortTermTargetExampleList;
@@ -1,3 +0,0 @@
1
- import { FC } from "react";
2
- declare const GoalExampleList: FC;
3
- export default GoalExampleList;
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
3
- export default _default;
@@ -1,10 +0,0 @@
1
- import { Filter } from "mario-core";
2
- declare const useStrategyList: () => {
3
- strategyList: 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 useStrategyList;
@@ -1,18 +0,0 @@
1
- /// <reference types="react" />
2
- declare type StrategyDetail = {
3
- name: string;
4
- description?: string;
5
- };
6
- declare const useStrategyDetail: () => {
7
- id: number;
8
- setId: import("react").Dispatch<import("react").SetStateAction<number>>;
9
- strategyDetail: StrategyDetail;
10
- confirmData: (values: any, cb: any) => Promise<void>;
11
- initValue: StrategyDetail;
12
- reset: () => void;
13
- edited: boolean;
14
- setEdited: import("react").Dispatch<import("react").SetStateAction<boolean>>;
15
- setEditedTrue: () => Promise<void>;
16
- setEditedFalse: () => Promise<void>;
17
- };
18
- export default useStrategyDetail;
@@ -1,3 +0,0 @@
1
- import { FC } from "react";
2
- declare const LearningStrategyList: FC;
3
- export default LearningStrategyList;
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
3
- export default _default;
@@ -1,7 +0,0 @@
1
- import { FC } from "react";
2
- interface Props {
3
- defaultValue: number | undefined;
4
- onChange: Function;
5
- }
6
- declare const LearningSupportCategorySelector: FC<Props>;
7
- export default LearningSupportCategorySelector;
@@ -1,19 +0,0 @@
1
- /// <reference types="react" />
2
- declare type LearningSupportCategoryDetail = {
3
- name: string;
4
- description: string;
5
- defaultColor: string;
6
- };
7
- declare const useLearningSupportCategoryDetail: () => {
8
- id: number;
9
- setId: import("react").Dispatch<import("react").SetStateAction<number>>;
10
- learningSupportCategoryDetail: LearningSupportCategoryDetail;
11
- confirmData: (values: any, cb: any) => Promise<void>;
12
- initValue: LearningSupportCategoryDetail;
13
- reset: () => void;
14
- edited: boolean;
15
- setEdited: import("react").Dispatch<import("react").SetStateAction<boolean>>;
16
- setEditedTrue: () => Promise<void>;
17
- setEditedFalse: () => Promise<void>;
18
- };
19
- export default useLearningSupportCategoryDetail;
@@ -1,10 +0,0 @@
1
- import { Filter } from "mario-core";
2
- declare const useLearningSupportCategoryList: () => {
3
- learningSupportCategoryList: 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 useLearningSupportCategoryList;
@@ -1,3 +0,0 @@
1
- import { FC } from "react";
2
- declare const LearningSupportCategoryList: FC;
3
- export default LearningSupportCategoryList;
@@ -1,3 +0,0 @@
1
- import { FC } from "react";
2
- declare const ManageAssistantList: FC;
3
- export default ManageAssistantList;
@@ -1,7 +0,0 @@
1
- import { FC } from "react";
2
- interface Props {
3
- values: any;
4
- setFieldValue: any;
5
- }
6
- declare const AdditionalComponent: FC<Props>;
7
- export default AdditionalComponent;
@@ -1,11 +0,0 @@
1
- /// <reference types="react" />
2
- interface ActionProps {
3
- params: any;
4
- edit: (id?: number) => any;
5
- remove: (id?: number) => any;
6
- }
7
- export declare const renderQuestionText: (params: any) => JSX.Element;
8
- export declare const renderActions: ({ params, edit, remove }: ActionProps) => JSX.Element;
9
- export declare const renderCategory: (params: any) => JSX.Element;
10
- export declare const renderType: (params: any) => JSX.Element;
11
- export {};
@@ -1,9 +0,0 @@
1
- import { FC } from "react";
2
- interface Props {
3
- type: string;
4
- answers: any[];
5
- setFieldValue: () => any;
6
- isSurvey: boolean;
7
- }
8
- declare const AnswerList: FC<Props>;
9
- export default AnswerList;
@@ -1,8 +0,0 @@
1
- import { FC } from "react";
2
- interface Props {
3
- isDefaultQuestionTeacher: boolean | null | undefined;
4
- onChange: any;
5
- placeholder?: string;
6
- }
7
- declare const DefaultQuestionStudentTeacherFilter: FC<Props>;
8
- export default DefaultQuestionStudentTeacherFilter;
@@ -1,7 +0,0 @@
1
- import { FC } from "react";
2
- interface Props {
3
- defaultValue?: string;
4
- onChange: any;
5
- }
6
- declare const DefaultQuestionTypeSelector: FC<Props>;
7
- export default DefaultQuestionTypeSelector;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const QuestionPreview: (props: any) => JSX.Element;
3
- export default QuestionPreview;
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- interface Props {
3
- fromLabel: string;
4
- toLabel: string;
5
- setFieldValue: any;
6
- }
7
- declare const _default: React.NamedExoticComponent<Props>;
8
- export default _default;
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- interface Props {
3
- numberOfStars: number;
4
- setFieldValue: any;
5
- }
6
- declare const _default: React.NamedExoticComponent<Props>;
7
- export default _default;
@@ -1,7 +0,0 @@
1
- import { FC } from "react";
2
- interface Props {
3
- subQuestions: string[];
4
- setFieldValue: any;
5
- }
6
- declare const SubQuestions: FC<Props>;
7
- export default SubQuestions;