mario-education 2.4.291-release → 2.4.293-release

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (601) hide show
  1. package/dist/components/Input/TextFieldComponent.d.ts +1 -1
  2. package/dist/components/layouts/Footer.d.ts +6 -0
  3. package/dist/components/layouts/HeaderSideBar.d.ts +2 -0
  4. package/dist/components/layouts/HeaderSideBarV2.d.ts +2 -0
  5. package/dist/components/layouts/LanguageDropdown.d.ts +2 -0
  6. package/dist/components/layouts/NotificationAlert.d.ts +10 -0
  7. package/dist/components/layouts/NotificationStepLogin.d.ts +14 -0
  8. package/dist/components/layouts/constants/constantsFn.d.ts +9 -0
  9. package/dist/components/layouts/hooks/useAnimation.d.ts +9 -0
  10. package/dist/components/layouts/hooks/useHeaderSideBar.d.ts +32 -0
  11. package/dist/components/layouts/hooks/useNotificationAlert.d.ts +7 -0
  12. package/dist/components/layouts/icons/TimesIcon.d.ts +3 -0
  13. package/dist/components/layouts/type.d.ts +20 -0
  14. package/dist/containers/ConductSurvey/configs/types.d.ts +2 -0
  15. package/dist/containers/Homepage/api/homepageApi.d.ts +2 -0
  16. package/dist/containers/Homepage/api/oneToOneApi.d.ts +3 -0
  17. package/dist/containers/Homepage/assets/icons/ArrowIcon.d.ts +3 -0
  18. package/dist/containers/Homepage/assets/icons/ArrowUpIcon.d.ts +3 -0
  19. package/dist/containers/Homepage/assets/icons/CheckinIcon.d.ts +3 -0
  20. package/dist/containers/Homepage/assets/icons/ClassReflectionIcon.d.ts +3 -0
  21. package/dist/containers/Homepage/assets/icons/ConferenceIcon.d.ts +3 -0
  22. package/dist/containers/Homepage/assets/icons/ConversationIcon.d.ts +3 -0
  23. package/dist/containers/Homepage/assets/icons/ConversationTimeIcon.d.ts +3 -0
  24. package/dist/containers/Homepage/assets/icons/DownRedIcon.d.ts +3 -0
  25. package/dist/containers/Homepage/assets/icons/PenAndPaperIcon.d.ts +3 -0
  26. package/dist/containers/Homepage/assets/icons/UpGreenIcon.d.ts +3 -0
  27. package/dist/{MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/configs/constants.d.ts → containers/Homepage/common/constant.d.ts} +18 -0
  28. package/dist/{MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/types/types.d.ts → containers/Homepage/common/interface.d.ts} +93 -0
  29. package/dist/{MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/configs → containers/Homepage/common}/utils.d.ts +9 -4
  30. package/dist/containers/Homepage/components/AdminGeneralTip.d.ts +8 -0
  31. package/dist/containers/Homepage/components/GradeUsage.d.ts +8 -0
  32. package/dist/containers/Homepage/components/SchoolUsage.d.ts +9 -0
  33. package/dist/containers/Homepage/components/StudentWellness.d.ts +13 -0
  34. package/dist/containers/Homepage/components/StudentWellnessItem.d.ts +17 -0
  35. package/dist/containers/Homepage/components/StudentWellnessNote.d.ts +15 -0
  36. package/dist/containers/Homepage/components/TotalCard.d.ts +7 -0
  37. package/dist/containers/Homepage/components/ViewStudent.d.ts +13 -0
  38. package/dist/containers/Homepage/components/dialog/StudentWellnessCheckInItem.d.ts +15 -0
  39. package/dist/containers/Homepage/components/dialog/StudentWellnessCheckInList.d.ts +11 -0
  40. package/dist/containers/Homepage/components/dialog/StudentWellnessDialog.d.ts +10 -0
  41. package/dist/containers/Homepage/hooks/useGeneralTip.d.ts +6 -0
  42. package/dist/containers/Homepage/hooks/useGradeUsage.d.ts +6 -0
  43. package/dist/containers/Homepage/hooks/useHome.d.ts +37 -0
  44. package/dist/containers/Homepage/hooks/useSchoolUsage.d.ts +19 -0
  45. package/dist/containers/Homepage/hooks/useStudentWellness.d.ts +19 -0
  46. package/dist/containers/Homepage/hooks/useViewStudent.d.ts +15 -0
  47. package/dist/containers/Homepage/services/HomepageSevices.d.ts +2 -0
  48. package/dist/containers/Homepage/services/OneToOneServices.d.ts +2 -0
  49. package/dist/containers/Homepage/views/HomePage.d.ts +3 -0
  50. package/dist/containers/SkillTest/components/SettingSkillTestModal.d.ts +14 -0
  51. package/dist/containers/SkillTest/hook/useSkillTest.d.ts +19 -0
  52. package/dist/containers/SkillTest/utils/constant.d.ts +17 -0
  53. package/dist/containers/SkillTest/utils/type.interface.d.ts +7 -0
  54. package/dist/{MarioFramework.Education/ClientApp/src/containers/Destinations → containers/SkillTest}/utils/ultis.d.ts +3 -2
  55. package/dist/containers/SkillTest/view/SkillTest.d.ts +2 -0
  56. package/dist/index.js +70 -20
  57. package/dist/index.js.map +1 -1
  58. package/dist/index.modern.js +71 -21
  59. package/dist/index.modern.js.map +1 -1
  60. package/dist/layouts/MainLayoutAdmin.d.ts +2 -0
  61. package/dist/layouts/ModelSelectRole.d.ts +3 -0
  62. package/dist/layouts/constants/constants.d.ts +2 -0
  63. package/dist/layouts/constants/type.d.ts +4 -0
  64. package/dist/services/HomepageService.d.ts +2 -0
  65. package/dist/services/commonService.d.ts +3 -0
  66. package/dist/services/notificationAlertService.d.ts +1 -0
  67. package/dist/services/schoolService.d.ts +1 -0
  68. package/dist/services/simpleProfileService.d.ts +1 -0
  69. package/dist/services/skillTestServices.d.ts +5 -0
  70. package/package.json +1 -1
  71. package/dist/MarioFramework.Education/ClientApp/src/components/AudioRecorder/useAudioRecorder.d.ts +0 -0
  72. package/dist/MarioFramework.Education/ClientApp/src/components/Button/CancelButton.d.ts +0 -7
  73. package/dist/MarioFramework.Education/ClientApp/src/components/Button/ChipButton.d.ts +0 -8
  74. package/dist/MarioFramework.Education/ClientApp/src/components/Button/ChipImage.d.ts +0 -8
  75. package/dist/MarioFramework.Education/ClientApp/src/components/Button/CustomButton.d.ts +0 -11
  76. package/dist/MarioFramework.Education/ClientApp/src/components/Button/ScrollToTop/ScrollToTopBtn.d.ts +0 -2
  77. package/dist/MarioFramework.Education/ClientApp/src/components/Button/SubmitButton.d.ts +0 -9
  78. package/dist/MarioFramework.Education/ClientApp/src/components/Card/CardNameButton.d.ts +0 -7
  79. package/dist/MarioFramework.Education/ClientApp/src/components/Card/CardTotal.d.ts +0 -9
  80. package/dist/MarioFramework.Education/ClientApp/src/components/Dialog/ConfirmDelete.d.ts +0 -9
  81. package/dist/MarioFramework.Education/ClientApp/src/components/Header/CustomHeaderComponent.d.ts +0 -19
  82. package/dist/MarioFramework.Education/ClientApp/src/components/Header/HeaderComponent.d.ts +0 -40
  83. package/dist/MarioFramework.Education/ClientApp/src/components/Input/InputComponent.d.ts +0 -18
  84. package/dist/MarioFramework.Education/ClientApp/src/components/Input/TextFieldComponent.d.ts +0 -13
  85. package/dist/MarioFramework.Education/ClientApp/src/components/Input/ToggleInput.d.ts +0 -10
  86. package/dist/MarioFramework.Education/ClientApp/src/components/Loading/LoadLanguage.d.ts +0 -3
  87. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/DropDownComponent.d.ts +0 -3
  88. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/EmotionComponent.d.ts +0 -10
  89. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/MultiChoiceComponent.d.ts +0 -14
  90. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/QuestionSurveyComponent.d.ts +0 -33
  91. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SingleChoiceComponent.d.ts +0 -13
  92. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderComponent.d.ts +0 -16
  93. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderSurveyComponent.d.ts +0 -16
  94. package/dist/MarioFramework.Education/ClientApp/src/components/Questions/QuestionList.d.ts +0 -11
  95. package/dist/MarioFramework.Education/ClientApp/src/components/Questions/QuestionSelector.d.ts +0 -14
  96. package/dist/MarioFramework.Education/ClientApp/src/components/Select/Autocomplete.d.ts +0 -2
  97. package/dist/MarioFramework.Education/ClientApp/src/components/Select/InputSelector.d.ts +0 -13
  98. package/dist/MarioFramework.Education/ClientApp/src/components/Select/SelectFilter.d.ts +0 -4
  99. package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/Circle.d.ts +0 -11
  100. package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/ItemCircle.d.ts +0 -7
  101. package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/utils.d.ts +0 -5
  102. package/dist/MarioFramework.Education/ClientApp/src/components/Table/ConvertTime.d.ts +0 -6
  103. package/dist/MarioFramework.Education/ClientApp/src/components/Table/TableCells.d.ts +0 -15
  104. package/dist/MarioFramework.Education/ClientApp/src/components/Tabs/CustomTabComponent.d.ts +0 -3
  105. package/dist/MarioFramework.Education/ClientApp/src/components/Tooltip/CustomTooltip.d.ts +0 -4
  106. package/dist/MarioFramework.Education/ClientApp/src/components/icons/CloseIcon.d.ts +0 -3
  107. package/dist/MarioFramework.Education/ClientApp/src/components/icons/DownloadIcon.d.ts +0 -3
  108. package/dist/MarioFramework.Education/ClientApp/src/components/icons/InfoIcon.d.ts +0 -3
  109. package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/constants.d.ts +0 -14
  110. package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/types.d.ts +0 -12
  111. package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterComponent.d.ts +0 -41
  112. package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterMobile.d.ts +0 -28
  113. package/dist/MarioFramework.Education/ClientApp/src/components/selector/StudentSelector.d.ts +0 -3
  114. package/dist/MarioFramework.Education/ClientApp/src/components/selector/TeacherSelector.d.ts +0 -2
  115. package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/components/BreakingMonthModal.d.ts +0 -3
  116. package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/hooks/useAcademicYearList.d.ts +0 -8
  117. package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/hooks/useBreakingMonth.d.ts +0 -14
  118. package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/views/AcademicYearList.d.ts +0 -3
  119. package/dist/MarioFramework.Education/ClientApp/src/containers/AdminTraining/hooks/useAdminTraning.d.ts +0 -4
  120. package/dist/MarioFramework.Education/ClientApp/src/containers/AdminTraining/views/AdminTraining.d.ts +0 -2
  121. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/components/AssessmentDetailModal.d.ts +0 -3
  122. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +0 -2
  123. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useAssessmentDetail.d.ts +0 -24
  124. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useAssessmentList.d.ts +0 -9
  125. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useQuestionCategory.d.ts +0 -13
  126. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/views/AssessmentList.d.ts +0 -3
  127. package/dist/MarioFramework.Education/ClientApp/src/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +0 -2
  128. package/dist/MarioFramework.Education/ClientApp/src/containers/Assetlog/Views/AssetLog.d.ts +0 -3
  129. package/dist/MarioFramework.Education/ClientApp/src/containers/Assetlog/hooks/UseAssetlog.d.ts +0 -8
  130. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/components/AssignAssistantModal.d.ts +0 -4
  131. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/hooks/useAssignAssistant.d.ts +0 -18
  132. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/utils/constants.d.ts +0 -3
  133. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/utils/type.interface.d.ts +0 -45
  134. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/views/AssignAssistantList.d.ts +0 -2
  135. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/components/AssignCounselorModal.d.ts +0 -4
  136. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/hooks/useAssignCounselor.d.ts +0 -18
  137. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/utils/constants.d.ts +0 -2
  138. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/utils/type.interface.d.ts +0 -46
  139. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/views/AssignCounselorList.d.ts +0 -2
  140. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/components/AssignSecondaryTeacherModal.d.ts +0 -4
  141. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/hooks/useAssignSecondaryTeacher.d.ts +0 -18
  142. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/utils/constants.d.ts +0 -2
  143. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/utils/type.interface.d.ts +0 -46
  144. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/views/AssignSecondaryTeacherList.d.ts +0 -2
  145. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AcademicClassSelector.d.ts +0 -2
  146. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AssessmentSelector.d.ts +0 -2
  147. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AssignmentDetailModal.d.ts +0 -3
  148. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/SemesterSelector.d.ts +0 -8
  149. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/configs/types.d.ts +0 -13
  150. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentDetail.d.ts +0 -27
  151. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentList.d.ts +0 -17
  152. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentResultDetail.d.ts +0 -8
  153. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentResultList.d.ts +0 -10
  154. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/views/AssignmentList.d.ts +0 -3
  155. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/views/AssignmentResultList.d.ts +0 -3
  156. package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/components/BadgeDetailModal.d.ts +0 -3
  157. package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/hooks/useBadgeDetail.d.ts +0 -20
  158. package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/hooks/useBadgeList.d.ts +0 -9
  159. package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/views/BadgeList.d.ts +0 -3
  160. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/components/BandScoreDetailModal.d.ts +0 -3
  161. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBandScoreDetail.d.ts +0 -18
  162. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBandScoreList.d.ts +0 -7
  163. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBreakPoint.d.ts +0 -12
  164. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/views/BandScoreList.d.ts +0 -3
  165. package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/components/UploadCSVButton.d.ts +0 -11
  166. package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/hooks/useCSVImport.d.ts +0 -41
  167. package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/views/CSVImport.d.ts +0 -3
  168. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateApproved.d.ts +0 -3
  169. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateDetailModal.d.ts +0 -3
  170. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateItem.d.ts +0 -9
  171. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateList.d.ts +0 -3
  172. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateReview.d.ts +0 -3
  173. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/config/constants.d.ts +0 -19
  174. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateDetail.d.ts +0 -26
  175. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateList.d.ts +0 -9
  176. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateReview.d.ts +0 -7
  177. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/views/CertificateContainer.d.ts +0 -2
  178. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/ClassDetailModal.d.ts +0 -3
  179. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/ClassStudentModal.d.ts +0 -3
  180. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentItemSelector.d.ts +0 -23
  181. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentList.d.ts +0 -8
  182. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentSelector.d.ts +0 -8
  183. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherItemSelector.d.ts +0 -13
  184. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherMultiSelector.d.ts +0 -7
  185. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherSelector.d.ts +0 -11
  186. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/hooks/useClassDetail.d.ts +0 -25
  187. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/hooks/useClassList.d.ts +0 -12
  188. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/views/ClassList.d.ts +0 -3
  189. package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/components/TeacherItem.d.ts +0 -8
  190. package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/configs/constants.d.ts +0 -18
  191. package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/hooks/useCompareTeacher.d.ts +0 -17
  192. package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/views/CompareTeacher.d.ts +0 -3
  193. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/constant.d.ts +0 -9
  194. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/types.d.ts +0 -47
  195. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ConductTop/ConductItem.d.ts +0 -7
  196. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ConductTop/SurveyTop.d.ts +0 -14
  197. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/HeaderSurvey.d.ts +0 -22
  198. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/QuestionConduct.d.ts +0 -15
  199. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ShareSurveyDialog.d.ts +0 -14
  200. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/DialogInterventionBody.d.ts +0 -15
  201. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/InterventionDialog.d.ts +0 -20
  202. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/InterventionSelector.d.ts +0 -11
  203. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/hooks/useInterventionDialog.d.ts +0 -27
  204. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/configs/constant.d.ts +0 -3
  205. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/configs/types.d.ts +0 -126
  206. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/hooks/useConductSurvey.d.ts +0 -31
  207. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/hooks/usePreviewSurvey.d.ts +0 -33
  208. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/styles/makeStyles.d.ts +0 -1
  209. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/PreviewSurveyAdmin.d.ts +0 -3
  210. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/SurveyIndexAdmin.d.ts +0 -3
  211. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/SurveyResultAdmin.d.ts +0 -3
  212. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/ConferenceRubricItem.d.ts +0 -14
  213. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/ConferenceRubricTypeSelector.d.ts +0 -7
  214. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/SkillSelector.d.ts +0 -8
  215. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/configs/types.d.ts +0 -44
  216. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/hooks/useConferenceRubricDetail.d.ts +0 -36
  217. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/hooks/useConferenceRubricList.d.ts +0 -10
  218. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/styles/styles.d.ts +0 -2
  219. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +0 -2
  220. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/views/ConferenceRubricList.d.ts +0 -3
  221. package/dist/MarioFramework.Education/ClientApp/src/containers/CurrentLicense/hooks/useCurrentLicense.d.ts +0 -6
  222. package/dist/MarioFramework.Education/ClientApp/src/containers/CurrentLicense/views/CurrentLicense.d.ts +0 -2
  223. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/components/CustomAlertDetailModal.d.ts +0 -3
  224. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/components/QuestionAlertDetailModel.d.ts +0 -3
  225. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/constant.d.ts +0 -16
  226. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/type.d.ts +0 -19
  227. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/validate.d.ts +0 -9
  228. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useCustomAlertDetail.d.ts +0 -22
  229. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useCustomAlertList.d.ts +0 -9
  230. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useQuestionAlert.d.ts +0 -14
  231. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/views/CustomAlertList.d.ts +0 -3
  232. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/views/CustomQuestionAlert.d.ts +0 -2
  233. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/AreaChart.d.ts +0 -13
  234. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BarAndAreaChart.d.ts +0 -11
  235. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BarChart.d.ts +0 -12
  236. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BubbleChartCustom.d.ts +0 -8
  237. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CheckboxCustom.d.ts +0 -12
  238. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/ColumnChartAndPercent.d.ts +0 -18
  239. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomBarChart.d.ts +0 -2
  240. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomChartCircle.d.ts +0 -4
  241. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomCheckbox.d.ts +0 -9
  242. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomLineChart.d.ts +0 -2
  243. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomPieChart.d.ts +0 -7
  244. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/DashboardCard.d.ts +0 -7
  245. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/DashboardToPDF.d.ts +0 -3
  246. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/GenerateChartData.d.ts +0 -4
  247. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/GoalProgress.d.ts +0 -7
  248. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Grade.d.ts +0 -7
  249. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HeaderChart/HeaderChart.d.ts +0 -17
  250. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HeaderChart/PlusButton.d.ts +0 -6
  251. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HighImpact.d.ts +0 -6
  252. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LearningStrategiesTable.d.ts +0 -12
  253. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LineChart.d.ts +0 -11
  254. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Loading.d.ts +0 -3
  255. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LoginCouting.d.ts +0 -7
  256. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/OverallDonutChart.d.ts +0 -12
  257. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/PerceivedImpact.d.ts +0 -7
  258. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Quantity.d.ts +0 -7
  259. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Skill.d.ts +0 -7
  260. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByAge.d.ts +0 -7
  261. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByAgeAndGender.d.ts +0 -9
  262. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByGender.d.ts +0 -2
  263. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByGrade.d.ts +0 -7
  264. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentPressureChart.d.ts +0 -3
  265. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentWithSpecialNeeds.d.ts +0 -7
  266. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TimeInSession.d.ts +0 -7
  267. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TopLearningStrategy.d.ts +0 -11
  268. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TopSkill.d.ts +0 -2
  269. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TotalCard.d.ts +0 -3
  270. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/backgroundPressure.d.ts +0 -2
  271. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/constants.d.ts +0 -85
  272. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/types.d.ts +0 -369
  273. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/utils.d.ts +0 -135
  274. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useBehavior.d.ts +0 -7
  275. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useChartDatas.d.ts +0 -50
  276. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useDashboard.d.ts +0 -52
  277. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useExportSessionCsv.d.ts +0 -4
  278. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useSkillFormat.d.ts +0 -9
  279. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useWrapText.d.ts +0 -2
  280. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/views/Dashboard.d.ts +0 -3
  281. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/components/DestinationModal.d.ts +0 -13
  282. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/hooks/useDestination.d.ts +0 -18
  283. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/utils/constant.d.ts +0 -11
  284. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/utils/type.interface.d.ts +0 -4
  285. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/views/Destinations.d.ts +0 -2
  286. package/dist/MarioFramework.Education/ClientApp/src/containers/ExternalSurvey/api/externalService.d.ts +0 -6
  287. package/dist/MarioFramework.Education/ClientApp/src/containers/ExternalSurvey/constant/types.d.ts +0 -69
  288. package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/components/FeedbackDetailModal.d.ts +0 -3
  289. package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/hooks/useFeedbackDetail.d.ts +0 -11
  290. package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/hooks/useFeedbackList.d.ts +0 -9
  291. package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/views/FeedbackList.d.ts +0 -3
  292. package/dist/MarioFramework.Education/ClientApp/src/containers/FixData/hooks/useFixData.d.ts +0 -4
  293. package/dist/MarioFramework.Education/ClientApp/src/containers/FixData/views/FixDataStudent.d.ts +0 -2
  294. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/components/GoalExampleDetailModal.d.ts +0 -3
  295. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useGoalExampleDetail.d.ts +0 -27
  296. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useGoalExampleList.d.ts +0 -10
  297. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useShortTermTargetExampleList.d.ts +0 -12
  298. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/views/GoalExampleList.d.ts +0 -3
  299. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/components/StrategyDetailModal.d.ts +0 -3
  300. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/hooks/useLearningStrategyList.d.ts +0 -9
  301. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/hooks/useStrategyDetail.d.ts +0 -21
  302. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/views/LearningStrategyList.d.ts +0 -3
  303. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/components/LearningSupportCategoryDetailModal.d.ts +0 -3
  304. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/components/LearningSupportCategorySelector.d.ts +0 -7
  305. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryDetail.d.ts +0 -20
  306. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryList.d.ts +0 -9
  307. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/views/LearningSupportCategoryList.d.ts +0 -3
  308. package/dist/MarioFramework.Education/ClientApp/src/containers/ManageAssistant/views/ManageAssistantList.d.ts +0 -3
  309. package/dist/MarioFramework.Education/ClientApp/src/containers/MyOneToOne/constants/types.d.ts +0 -5
  310. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/AreaChart.d.ts +0 -13
  311. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/BubbleChartCustom.d.ts +0 -13
  312. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/OverallDonutChart.d.ts +0 -12
  313. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/components/ImportOneRoster.d.ts +0 -6
  314. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/components/RosterConfigForm.d.ts +0 -8
  315. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/hooks/useImportOneRoster.d.ts +0 -28
  316. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/hooks/userRosterConfigForm.d.ts +0 -7
  317. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/utils/constants.d.ts +0 -2
  318. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/utils/types.d.ts +0 -5
  319. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/views/OneRoster.d.ts +0 -3
  320. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/ImportOneRoster.d.ts +0 -6
  321. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/RosterConfigForm.d.ts +0 -8
  322. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/TeacherSelector.d.ts +0 -2
  323. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/configs/constants.d.ts +0 -12
  324. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/configs/types.d.ts +0 -25
  325. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useCreateRosterUser.d.ts +0 -5
  326. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useImportOneRoster.d.ts +0 -28
  327. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useOneRosterUserList.d.ts +0 -19
  328. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/userRosterConfigForm.d.ts +0 -7
  329. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterContainer.d.ts +0 -2
  330. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterImport.d.ts +0 -2
  331. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterUserList.d.ts +0 -2
  332. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AdditionalComponent.d.ts +0 -9
  333. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AgGridComponents.d.ts +0 -11
  334. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AnswerList.d.ts +0 -11
  335. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/DefaultQuestionStudentTeacherFilter.d.ts +0 -9
  336. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/DefaultQuestionTypeSelector.d.ts +0 -7
  337. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/QuestionPreview.d.ts +0 -2
  338. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/SliderScale.d.ts +0 -10
  339. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/StarRating.d.ts +0 -7
  340. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/SubQuestions.d.ts +0 -7
  341. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/UserForQuestion.d.ts +0 -6
  342. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/constants.d.ts +0 -16
  343. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/questionDetailSchema.d.ts +0 -29
  344. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/type.d.ts +0 -5
  345. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/validationAnswerId.d.ts +0 -2
  346. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/validationChoices.d.ts +0 -2
  347. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionAnswerList.d.ts +0 -7
  348. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionDetail.d.ts +0 -42
  349. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionList.d.ts +0 -15
  350. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useSubQuestionList.d.ts +0 -6
  351. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionBankContainer.d.ts +0 -2
  352. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionBankList.d.ts +0 -9
  353. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionDetail.d.ts +0 -3
  354. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/SurveyQuestionContainer.d.ts +0 -2
  355. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/components/QuestionCateModal.d.ts +0 -3
  356. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/components/QuestionCateSelector.d.ts +0 -12
  357. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/hooks/useQuestionCateDetail.d.ts +0 -18
  358. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/hooks/useQuestionCateList.d.ts +0 -12
  359. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/views/QuestionCategogyList.d.ts +0 -3
  360. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/components/QuestionDetailModal.d.ts +0 -3
  361. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/hooks/useQuestionDetail.d.ts +0 -21
  362. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/hooks/useQuestionList.d.ts +0 -11
  363. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/ultis/ultis.d.ts +0 -20
  364. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/views/QuestionScaffolding.d.ts +0 -3
  365. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +0 -2
  366. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +0 -2
  367. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +0 -2
  368. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +0 -2
  369. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +0 -2
  370. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +0 -2
  371. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/ReflectionDetailModal.d.ts +0 -3
  372. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/ReflectionResultDetailModal.d.ts +0 -3
  373. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/configs/types.d.ts +0 -43
  374. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useQuestionCategory.d.ts +0 -13
  375. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionFormDetail.d.ts +0 -21
  376. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionFormList.d.ts +0 -10
  377. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionResultDetail.d.ts +0 -8
  378. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionResultList.d.ts +0 -9
  379. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionContainer.d.ts +0 -2
  380. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionFormList.d.ts +0 -3
  381. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionResultList.d.ts +0 -3
  382. package/dist/MarioFramework.Education/ClientApp/src/containers/Sandbox/hooks/useSandbox.d.ts +0 -6
  383. package/dist/MarioFramework.Education/ClientApp/src/containers/Sandbox/views/SandboxContainer.d.ts +0 -2
  384. package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/components/SchoolBlankDayDetailModal.d.ts +0 -3
  385. package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayDetail.d.ts +0 -19
  386. package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayList.d.ts +0 -9
  387. package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/views/SchoolBlankDayList.d.ts +0 -3
  388. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/components/BreakingMonthModal.d.ts +0 -3
  389. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/components/SemesterDetailModal.d.ts +0 -3
  390. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useBreakingMonth.d.ts +0 -14
  391. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useSemesterDetail.d.ts +0 -19
  392. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useSemesterList.d.ts +0 -9
  393. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/views/SemesterList.d.ts +0 -3
  394. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/AddQuestionModal.d.ts +0 -13
  395. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/CategorySelector.d.ts +0 -7
  396. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/ConferenceRubricSelector.d.ts +0 -7
  397. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/ReflectionFormSelector.d.ts +0 -7
  398. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/SkillSelector.d.ts +0 -7
  399. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/configs/validationSchema.d.ts +0 -15
  400. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useAddQuestion.d.ts +0 -8
  401. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useSessionTemplateDetail.d.ts +0 -42
  402. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useSessionTemplateList.d.ts +0 -15
  403. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/views/SessionTemplateDetail.d.ts +0 -3
  404. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/views/SessionTemplateList.d.ts +0 -3
  405. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateContainer/views/SessionTemplateContainer.d.ts +0 -3
  406. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/components/SubjectSelector.d.ts +0 -7
  407. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassDetail.d.ts +0 -39
  408. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassList.d.ts +0 -10
  409. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassDetail.d.ts +0 -3
  410. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassList.d.ts +0 -3
  411. package/dist/MarioFramework.Education/ClientApp/src/containers/Setup/views/SetupContainer.d.ts +0 -2
  412. package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/components/SubjectDetailModal.d.ts +0 -3
  413. package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/hooks/useSubjectDetail.d.ts +0 -19
  414. package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/hooks/useSubjectList.d.ts +0 -9
  415. package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/views/SubjectList.d.ts +0 -3
  416. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/components/SuggestionDetailModal.d.ts +0 -3
  417. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useKeywordList.d.ts +0 -12
  418. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useSuggestionDetail.d.ts +0 -30
  419. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useSuggestionList.d.ts +0 -10
  420. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/views/SuggestionList.d.ts +0 -3
  421. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/apiClient/surveyService.d.ts +0 -32
  422. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AllQuestionSurvey.d.ts +0 -3
  423. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AllStudentSurvey.d.ts +0 -3
  424. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AreaChart.d.ts +0 -10
  425. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/BarAndAreaChart.d.ts +0 -9
  426. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/BarChart.d.ts +0 -11
  427. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CardItemMobile/CardSurveyMobile.d.ts +0 -3
  428. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ChartViewDashboard.d.ts +0 -20
  429. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CheckboxCustom.d.ts +0 -12
  430. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ChoiceChartType.d.ts +0 -9
  431. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ConductSurveyModel.d.ts +0 -3
  432. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CreateSurveyAdmin.d.ts +0 -2
  433. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/DashboardCard.d.ts +0 -7
  434. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/HeaderChart/HeaderChart.d.ts +0 -16
  435. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/HeaderChart/PlusButton.d.ts +0 -6
  436. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ListSurveys.d.ts +0 -2
  437. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/Loading.d.ts +0 -3
  438. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/PieChart.d.ts +0 -9
  439. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/Questions/AdditionalQuestionModel.d.ts +0 -3
  440. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/RatingOfQuestions.d.ts +0 -3
  441. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ResponseQuestionModel.d.ts +0 -3
  442. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ConfirmPublishSurvey.d.ts +0 -3
  443. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ConfirmShareSurvey.d.ts +0 -3
  444. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/CreateSurveyComponent.d.ts +0 -3
  445. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ListFavoriteSurvey.d.ts +0 -3
  446. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSelectQuestion.d.ts +0 -3
  447. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSelectSurveyTemplate.d.ts +0 -3
  448. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSendSurvey.d.ts +0 -3
  449. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ReviewSurveyDetail.d.ts +0 -3
  450. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/TableSelectStaff.d.ts +0 -3
  451. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/TableSelectStudent.d.ts +0 -3
  452. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StudentByGrade.d.ts +0 -7
  453. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StudentFlagList.d.ts +0 -7
  454. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/TopMostSurveyUsed.d.ts +0 -7
  455. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/TotalCard.d.ts +0 -3
  456. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/chartOptions.d.ts +0 -6
  457. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/constants.d.ts +0 -154
  458. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/overviewFn.d.ts +0 -17
  459. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/questionModelType.d.ts +0 -34
  460. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/tableColumn.d.ts +0 -146
  461. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/typeCardItem.d.ts +0 -17
  462. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/types.d.ts +0 -770
  463. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/utils.d.ts +0 -128
  464. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useAdditionalQuestion.d.ts +0 -32
  465. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useBehavior.d.ts +0 -7
  466. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useChartDatas.d.ts +0 -43
  467. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useContainerDimensions.d.ts +0 -4
  468. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useCreateSurvey.d.ts +0 -100
  469. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useDashboard.d.ts +0 -32
  470. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useExternalSurvey.d.ts +0 -26
  471. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useFormCreateSurvey.d.ts +0 -15
  472. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListFavoriteSurvey.d.ts +0 -10
  473. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListQuestionSurvey.d.ts +0 -8
  474. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListStudentFlag.d.ts +0 -19
  475. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListSurvey.d.ts +0 -44
  476. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListSurveyDetail.d.ts +0 -20
  477. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectQuestion.d.ts +0 -26
  478. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectStaff.d.ts +0 -15
  479. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectStudent.d.ts +0 -16
  480. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyDetail.d.ts +0 -31
  481. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyExportCsv.d.ts +0 -7
  482. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyStudentFlag.d.ts +0 -7
  483. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/styles/makeStyles.d.ts +0 -3
  484. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDashboard.d.ts +0 -3
  485. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDashboardContainer.d.ts +0 -2
  486. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDetailAdmin.d.ts +0 -2
  487. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyStudentFlagListAdmin.d.ts +0 -2
  488. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveySummary.d.ts +0 -2
  489. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/components/SwitchAssistantModal.d.ts +0 -4
  490. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/hooks/useSwitchAssistant.d.ts +0 -18
  491. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/utils/constants.d.ts +0 -8
  492. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/utils/type.interface.d.ts +0 -36
  493. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/views/SwitchAssistantList.d.ts +0 -2
  494. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/components/SwitchCounselorModal.d.ts +0 -4
  495. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/hooks/useSwitchCounselor.d.ts +0 -18
  496. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/utils/constants.d.ts +0 -8
  497. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/utils/type.interface.d.ts +0 -53
  498. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/views/SwitchCounselorList.d.ts +0 -2
  499. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/components/SwitchSecondaryTeacherModal.d.ts +0 -4
  500. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/hooks/useSwitchSecondaryTeacher.d.ts +0 -19
  501. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/utils/constants.d.ts +0 -8
  502. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/utils/type.interface.d.ts +0 -63
  503. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/views/SwitchSecondaryTeacherList.d.ts +0 -2
  504. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/components/SwitchTeacherModal.d.ts +0 -3
  505. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/hooks/useSwitchTeacher.d.ts +0 -38
  506. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/views/SwitchTeacherList.d.ts +0 -2
  507. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/components/TemplateCateModal.d.ts +0 -3
  508. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/hooks/useTemplateCateDetail.d.ts +0 -35
  509. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/hooks/useTemplateCateList.d.ts +0 -10
  510. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/views/TemplateSurveyList.d.ts +0 -3
  511. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/apiClient/index.d.ts +0 -10
  512. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/SelectorTemplate.d.ts +0 -2
  513. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/TemplateDialogModal.d.ts +0 -3
  514. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/configs/types.d.ts +0 -12
  515. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateBuilder.d.ts +0 -13
  516. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateDetail.d.ts +0 -20
  517. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateList.d.ts +0 -9
  518. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateStart.d.ts +0 -11
  519. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateBuilderPage.d.ts +0 -3
  520. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateContainer.d.ts +0 -2
  521. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateIEPList.d.ts +0 -3
  522. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateStartBuild.d.ts +0 -3
  523. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateSystemList.d.ts +0 -3
  524. package/dist/MarioFramework.Education/ClientApp/src/containers/Training/hooks/useTrainingLink.d.ts +0 -10
  525. package/dist/MarioFramework.Education/ClientApp/src/containers/Training/views/Training.d.ts +0 -2
  526. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/components/TutorialScreenDetailModal.d.ts +0 -3
  527. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/components/TutorialScreenList.d.ts +0 -7
  528. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/enums/TutorialScreenType.d.ts +0 -7
  529. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/hooks/useTutorialScreenDetail.d.ts +0 -20
  530. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/hooks/useTutorialScreenList.d.ts +0 -10
  531. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +0 -2
  532. package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/components/UserDeletedModal.d.ts +0 -3
  533. package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/hooks/useUserDeletedList.d.ts +0 -37
  534. package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/hooks/useUserDeletedModal.d.ts +0 -14
  535. package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/views/UserDeletedList.d.ts +0 -2
  536. package/dist/MarioFramework.Education/ClientApp/src/containers/UserRevert/hooks/useRevertUser.d.ts +0 -14
  537. package/dist/MarioFramework.Education/ClientApp/src/containers/UserRevert/views/RevertUser.d.ts +0 -2
  538. package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/hook/useGetUserList.d.ts +0 -12
  539. package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/hook/useResendMail.d.ts +0 -5
  540. package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/utils/constants.d.ts +0 -25
  541. package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/views/WelcomeEmailResend.d.ts +0 -2
  542. package/dist/MarioFramework.Education/ClientApp/src/hooks/useAutoCompleteStyle.d.ts +0 -2
  543. package/dist/MarioFramework.Education/ClientApp/src/hooks/useFontStyles.d.ts +0 -7
  544. package/dist/MarioFramework.Education/ClientApp/src/hooks/useStudentList.d.ts +0 -5
  545. package/dist/MarioFramework.Education/ClientApp/src/index.d.ts +0 -50
  546. package/dist/MarioFramework.Education/ClientApp/src/index.test.d.ts +0 -1
  547. package/dist/MarioFramework.Education/ClientApp/src/services/Speech.d.ts +0 -1
  548. package/dist/MarioFramework.Education/ClientApp/src/services/StudentList.d.ts +0 -5
  549. package/dist/MarioFramework.Education/ClientApp/src/services/SurveyService.d.ts +0 -13
  550. package/dist/MarioFramework.Education/ClientApp/src/services/academicYearService.d.ts +0 -4
  551. package/dist/MarioFramework.Education/ClientApp/src/services/assessmentService.d.ts +0 -6
  552. package/dist/MarioFramework.Education/ClientApp/src/services/assignmentResultService.d.ts +0 -3
  553. package/dist/MarioFramework.Education/ClientApp/src/services/assignmentService.d.ts +0 -8
  554. package/dist/MarioFramework.Education/ClientApp/src/services/assistantService.d.ts +0 -2
  555. package/dist/MarioFramework.Education/ClientApp/src/services/badgeService.d.ts +0 -6
  556. package/dist/MarioFramework.Education/ClientApp/src/services/bandScoreService.d.ts +0 -7
  557. package/dist/MarioFramework.Education/ClientApp/src/services/certificateService.d.ts +0 -8
  558. package/dist/MarioFramework.Education/ClientApp/src/services/classService.d.ts +0 -9
  559. package/dist/MarioFramework.Education/ClientApp/src/services/compareService.d.ts +0 -1
  560. package/dist/MarioFramework.Education/ClientApp/src/services/conferenceRubricService.d.ts +0 -9
  561. package/dist/MarioFramework.Education/ClientApp/src/services/csvService.d.ts +0 -7
  562. package/dist/MarioFramework.Education/ClientApp/src/services/currentLicenseService.d.ts +0 -3
  563. package/dist/MarioFramework.Education/ClientApp/src/services/customAlertService.d.ts +0 -7
  564. package/dist/MarioFramework.Education/ClientApp/src/services/dashboardService.d.ts +0 -30
  565. package/dist/MarioFramework.Education/ClientApp/src/services/designationService.d.ts +0 -5
  566. package/dist/MarioFramework.Education/ClientApp/src/services/feedbackService.d.ts +0 -6
  567. package/dist/MarioFramework.Education/ClientApp/src/services/fixDataUser.d.ts +0 -1
  568. package/dist/MarioFramework.Education/ClientApp/src/services/goalExampleService.d.ts +0 -6
  569. package/dist/MarioFramework.Education/ClientApp/src/services/learningStrategyService.d.ts +0 -7
  570. package/dist/MarioFramework.Education/ClientApp/src/services/learningSupportCategoryService.d.ts +0 -7
  571. package/dist/MarioFramework.Education/ClientApp/src/services/linkTraining.d.ts +0 -2
  572. package/dist/MarioFramework.Education/ClientApp/src/services/oneRosterService.d.ts +0 -8
  573. package/dist/MarioFramework.Education/ClientApp/src/services/questionAlertService.d.ts +0 -5
  574. package/dist/MarioFramework.Education/ClientApp/src/services/questionCategoryService.d.ts +0 -12
  575. package/dist/MarioFramework.Education/ClientApp/src/services/questionScaffoldingService.d.ts +0 -6
  576. package/dist/MarioFramework.Education/ClientApp/src/services/questionService.d.ts +0 -9
  577. package/dist/MarioFramework.Education/ClientApp/src/services/reflectionFormResponseService.d.ts +0 -3
  578. package/dist/MarioFramework.Education/ClientApp/src/services/reflectionFormService.d.ts +0 -6
  579. package/dist/MarioFramework.Education/ClientApp/src/services/revertUserService.d.ts +0 -3
  580. package/dist/MarioFramework.Education/ClientApp/src/services/sandbox.d.ts +0 -3
  581. package/dist/MarioFramework.Education/ClientApp/src/services/schoolBlankDayService.d.ts +0 -6
  582. package/dist/MarioFramework.Education/ClientApp/src/services/semesterService.d.ts +0 -6
  583. package/dist/MarioFramework.Education/ClientApp/src/services/sessionTemplateGeneralClassService.d.ts +0 -6
  584. package/dist/MarioFramework.Education/ClientApp/src/services/sessionTemplateService.d.ts +0 -11
  585. package/dist/MarioFramework.Education/ClientApp/src/services/studentService.d.ts +0 -2
  586. package/dist/MarioFramework.Education/ClientApp/src/services/subjectService.d.ts +0 -6
  587. package/dist/MarioFramework.Education/ClientApp/src/services/suggestionService.d.ts +0 -6
  588. package/dist/MarioFramework.Education/ClientApp/src/services/tutorialScreenService.d.ts +0 -5
  589. package/dist/MarioFramework.Education/ClientApp/src/services/userDeletedService.d.ts +0 -7
  590. package/dist/MarioFramework.Education/ClientApp/src/services/userService.d.ts +0 -27
  591. package/dist/MarioFramework.Education/ClientApp/src/services/welcomeEmailResendService.d.ts +0 -3
  592. package/dist/MarioFramework.Education/ClientApp/src/styles/styles.d.ts +0 -1
  593. package/dist/MarioFramework.Education/ClientApp/src/types/types.d.ts +0 -43
  594. package/dist/MarioFramework.Education/ClientApp/src/utils/constants.d.ts +0 -23
  595. package/dist/MarioFramework.Education/ClientApp/src/utils/constantsFn.d.ts +0 -2
  596. package/dist/MarioFramework.Education/ClientApp/src/utils/formatDate.d.ts +0 -2
  597. package/dist/MarioFramework.Education/ClientApp/src/utils/function.d.ts +0 -3
  598. package/dist/MarioFramework.Education/ClientApp/src/utils/serviceType.interface.d.ts +0 -35
  599. package/dist/MarioFramework.Education/ClientApp/src/utils/type.d.ts +0 -91
  600. /package/dist/{MarioFramework.Education/ClientApp/src/components → containers/Homepage/assets}/icons/PlusIcon.d.ts +0 -0
  601. /package/dist/{MarioFramework.Education/ClientApp/src/components/Dialog → containers/Homepage/common/dialog}/SimpleDialog.d.ts +0 -0
@@ -9,5 +9,5 @@ interface Props {
9
9
  minRows?: number;
10
10
  isStartRecord?: boolean;
11
11
  }
12
- declare const TextFieldComponent: ({ valueText, isPageResult, isPageSessionResult, isUserChangeSession, }: Props) => JSX.Element;
12
+ declare const TextFieldComponent: ({ questionId, valueText, onChangeQuestionAnswer, isPageResult, isPageSessionResult, isUserChangeSession, isMultiline, minRows }: Props) => JSX.Element;
13
13
  export default TextFieldComponent;
@@ -0,0 +1,6 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ isNotification?: boolean;
4
+ }
5
+ declare const Footer: FC<Props>;
6
+ export default Footer;
@@ -0,0 +1,2 @@
1
+ declare const HeaderSideBar: ({ children, navigations, onToggleModel }: any) => JSX.Element;
2
+ export default HeaderSideBar;
@@ -0,0 +1,2 @@
1
+ declare const HeaderSideBar: ({ children, navigations, onToggleModel }: any) => JSX.Element;
2
+ export default HeaderSideBar;
@@ -0,0 +1,2 @@
1
+ declare const LanguageDropdown: () => JSX.Element;
2
+ export default LanguageDropdown;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { NOTIFICATION_ALERT } from "./constants/types";
3
+ interface Props {
4
+ data?: NOTIFICATION_ALERT;
5
+ isOpen: boolean;
6
+ onClose?: Function;
7
+ fontSize: string;
8
+ }
9
+ declare const NotificationAlert: React.FC<Props>;
10
+ export default NotificationAlert;
@@ -0,0 +1,14 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ step: number;
4
+ title: string;
5
+ message: string;
6
+ onStepNext: Function;
7
+ totalStep: number;
8
+ isOpenNotificationBanner?: boolean;
9
+ onOpenNavigationItem?: Function;
10
+ openNavigationItem?: object;
11
+ navigations?: any;
12
+ }
13
+ declare const NotificationStepLogin: FC<Props>;
14
+ export default NotificationStepLogin;
@@ -0,0 +1,9 @@
1
+ export declare const caculateHeaderFont: (defaultFont: number) => number;
2
+ export declare const buttonFontSize: (defaultFont: number) => string;
3
+ export declare const tabFontSize: (defaultFont: number) => number;
4
+ export declare const tabLargeFontSize: (defaultFont: number) => number;
5
+ export declare const inputFontSize: (defaultFont: number) => number;
6
+ export declare const camelCaseToNomal: (text: string) => string;
7
+ export declare const validateEmail: (email: string) => RegExpMatchArray | null;
8
+ export declare const removeHTMLTags: (input: string) => string;
9
+ export declare const handleClearFilterStorage: () => void;
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { NOTIFICATION_ALERT } from "../constants/types";
3
+ declare const useAnimation: (data?: NOTIFICATION_ALERT | undefined, fontSize?: string | undefined) => {
4
+ parentRef: import("react").RefObject<HTMLParagraphElement>;
5
+ childRef: import("react").RefObject<HTMLSpanElement>;
6
+ pWidth: number | undefined;
7
+ cWidth: number | undefined;
8
+ };
9
+ export default useAnimation;
@@ -0,0 +1,32 @@
1
+ import React from "react";
2
+ declare const useHeaderSideBar: (_navigations: any) => {
3
+ anchorFontEl: HTMLElement | null;
4
+ anchorEl: HTMLElement | null;
5
+ classes: Record<"overlay" | "content" | "grow" | "menuItem" | "menuButton" | "title" | "listItem" | "header" | "dropdown" | "sectionDesktop" | "drawer" | "textPrivacy" | "subMenuDrawer" | "subDrawerItem" | "drawerItem" | "drawerContent" | "drawerPaper" | "drawerPaperMobile" | "drawerActive" | "contentShift" | "fontBodyLarge" | "fontBodySmall" | "fontSmall" | "fontMedium" | "fontLarge" | "sectionFontDesktop" | "itemSideBar" | "positionBox" | "arrow" | "arrowDown" | "arrowUp" | "dailyMotivation", string>;
6
+ screenWidth: number;
7
+ isReadOnly: string | null;
8
+ notificationAlert: import("../constants/types").NOTIFICATION_ALERT | undefined;
9
+ open: boolean;
10
+ openFont: boolean;
11
+ isOpen: boolean;
12
+ isOpenSideBar: any;
13
+ defaultFont: any;
14
+ user: any;
15
+ drawerRef: React.MutableRefObject<any>;
16
+ openNavigationItem: object;
17
+ handleOpenNavigationItem: (name: string) => void;
18
+ handleCloseNotification: () => void;
19
+ toggleSideBar: () => void;
20
+ handleMenu: (event: React.MouseEvent<HTMLElement>) => void;
21
+ handleFontMenu: (event: React.MouseEvent<HTMLElement>) => void;
22
+ handleFontClose: () => void;
23
+ signOut: () => void;
24
+ renderNotificationBadge: () => JSX.Element;
25
+ openProfile: () => void;
26
+ onChangeFont: (fontSize: number) => void;
27
+ handleClose: () => void;
28
+ renderNavigationItem: (navigation: any, isSubItem?: boolean | undefined) => JSX.Element;
29
+ goToSettings: () => void;
30
+ t: import("i18next").TFunction;
31
+ };
32
+ export default useHeaderSideBar;
@@ -0,0 +1,7 @@
1
+ import { NOTIFICATION_ALERT } from "../constants/types";
2
+ declare const useNotificationAlert: () => {
3
+ data: NOTIFICATION_ALERT | undefined;
4
+ isOpen: boolean;
5
+ handleCloseNotification: () => void;
6
+ };
7
+ export default useNotificationAlert;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const TimesIcon: FC<any>;
3
+ export default TimesIcon;
@@ -0,0 +1,20 @@
1
+ export declare const LIST_TEACHER_STEP_POPUP: {
2
+ id: number;
3
+ title: string;
4
+ message: string;
5
+ }[];
6
+ export declare const LIST_ASSISTANT_STEP_POPUP: {
7
+ id: number;
8
+ title: string;
9
+ message: string;
10
+ }[];
11
+ export declare const LIST_STUDENT_STEP_POPUP: {
12
+ id: number;
13
+ title: string;
14
+ message: string;
15
+ }[];
16
+ export declare const STEP_PROFILE: {
17
+ id: number;
18
+ title: string;
19
+ message: string;
20
+ };
@@ -70,11 +70,13 @@ export interface IQuestionTemplate {
70
70
  questionAnswer: string[];
71
71
  fromLabel: string;
72
72
  toLabel: string;
73
+ orderDefaultQuestionTemplate: string;
73
74
  }
74
75
  export interface ITemplate {
75
76
  id: number;
76
77
  name: string;
77
78
  questionTemplates: IQuestionTemplate[];
79
+ orderDefaultSurvey: number;
78
80
  }
79
81
  export interface SURVEY_DETAIL {
80
82
  deadline?: number | null;
@@ -0,0 +1,2 @@
1
+ export declare const getAdminGeneralTipApi: () => Promise<import("axios").AxiosResponse<any>>;
2
+ export declare const getGradeUsageApi: () => Promise<import("axios").AxiosResponse<any>>;
@@ -0,0 +1,3 @@
1
+ import { IOneToOneParams, IStudentQuestionSkillParams } from "../common/interface";
2
+ export declare const getOneToOneApi: (filter: IOneToOneParams) => Promise<import("axios").AxiosResponse<any>>;
3
+ export declare const getStudentQuestionSkillApi: (filter: IStudentQuestionSkillParams) => Promise<import("axios").AxiosResponse<any>>;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const ArrowIcon: FC<any>;
3
+ export default ArrowIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const ArrowUpIcon: FC<any>;
3
+ export default ArrowUpIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const CheckinIcon: FC<any>;
3
+ export default CheckinIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const ClassReflectionIcon: FC<any>;
3
+ export default ClassReflectionIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const ConferenceIcon: FC<any>;
3
+ export default ConferenceIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const ConversationIcon: FC<any>;
3
+ export default ConversationIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const ConversationTimeIcon: FC<any>;
3
+ export default ConversationTimeIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const DownRedIcon: FC<any>;
3
+ export default DownRedIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const PenAndPaperIcon: FC<any>;
3
+ export default PenAndPaperIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const UpGreenIcon: FC<any>;
3
+ export default UpGreenIcon;
@@ -31,6 +31,23 @@ export declare const INITIAL_STUDENT_SKILL_QUESTION: {
31
31
  responseStudentStress: never[];
32
32
  responseStudentSafety: never[];
33
33
  };
34
+ export declare const INITIAl_HOMEPAGE_STATIC: {
35
+ totalStudent: number;
36
+ totalCheckIn: number;
37
+ totalCheckInLastMonth: number;
38
+ totalConversationTime: number;
39
+ totalConversationTimeLastMonth: number;
40
+ totalOneToOneConversation: number;
41
+ totalOneToOneConversationLastMonth: number;
42
+ totalConference: number;
43
+ totalConferenceLastMonth: number;
44
+ avgClassReflection: number;
45
+ avgClassReflectionLastMonth: number;
46
+ };
47
+ export declare const INITIAl_SCHOOL_INFO: {
48
+ logo: string;
49
+ name: string;
50
+ };
34
51
  export declare const DEFAULT_START_DATE: number;
35
52
  export declare const DEFAULT_END_DATE: number;
36
53
  export declare const SAFETY_QUESTION = "safety";
@@ -44,3 +61,4 @@ export declare const overallReadinessToLearnName = "overall_readiness_to_learn";
44
61
  export declare const learningProcessName = "learning_process";
45
62
  export declare const averageStudentSafetyName = "average_student_safety";
46
63
  export declare const averageStudentStressName = "average_student_stress";
64
+ export declare const DATE_MIN_VALUE = "0001-01-01T00:00:00";
@@ -1,3 +1,9 @@
1
+ export interface STUDENT_SELECTOR {
2
+ id: string;
3
+ fullName: string;
4
+ studentId: number;
5
+ email?: string;
6
+ }
1
7
  export interface IStudentPercentQuestion {
2
8
  percentQuestion: number;
3
9
  studentId: number;
@@ -145,6 +151,7 @@ export interface IGenerateChart {
145
151
  }
146
152
  export interface IChartOverview {
147
153
  isPlp?: boolean;
154
+ idDistribution?: string;
148
155
  timeOfDay?: string;
149
156
  topLearningStrategiesData: ILearningStrategies;
150
157
  handleActiveColumnOneToOne: Function;
@@ -218,6 +225,7 @@ export interface IModelStudentSession {
218
225
  title: string;
219
226
  tagName: string;
220
227
  responseStudent: IResponseStudentQuestion[];
228
+ isStressMode?: boolean;
221
229
  }
222
230
  export interface IModelSkillStudent {
223
231
  studentCount?: number;
@@ -225,3 +233,88 @@ export interface IModelSkillStudent {
225
233
  name: string;
226
234
  responseStudent?: IResponseStudentQuestion[];
227
235
  }
236
+ export interface FILTER_STUDENT_WELLBEING {
237
+ startDate?: number;
238
+ endDate?: number;
239
+ classType?: string;
240
+ grade?: string;
241
+ studentId?: number | null;
242
+ timeOfDay?: string;
243
+ roles?: string[];
244
+ optionDate?: string;
245
+ }
246
+ export interface CheckIn {
247
+ createdAt?: string;
248
+ sessionId: number;
249
+ sessionResultId: number;
250
+ name: string;
251
+ avatar?: string;
252
+ startTime: string;
253
+ resultStartTime?: string;
254
+ endTime?: string;
255
+ isDone?: boolean;
256
+ percentDiff?: number;
257
+ tagTitle?: string;
258
+ studentId?: number;
259
+ isSessionCheckIn?: boolean;
260
+ lastCheckIn?: LastCheckIn;
261
+ }
262
+ export interface LastCheckIn {
263
+ id?: number;
264
+ sessionResultId?: number;
265
+ startTime?: string;
266
+ endTime?: string;
267
+ }
268
+ export interface IHomepageStatic {
269
+ totalStudent: number;
270
+ totalCheckIn: number;
271
+ totalCheckInLastMonth: number;
272
+ totalConversationTime: number;
273
+ totalConversationTimeLastMonth: number;
274
+ totalOneToOneConversation: number;
275
+ totalOneToOneConversationLastMonth: number;
276
+ totalConference: number;
277
+ totalConferenceLastMonth: number;
278
+ avgClassReflection: number;
279
+ avgClassReflectionLastMonth: number;
280
+ }
281
+ export declare type TotalCardItem = {
282
+ icon?: any;
283
+ id: string;
284
+ title: string;
285
+ value: number;
286
+ lastMonthValue: number;
287
+ totalStudent?: number;
288
+ };
289
+ export interface IGeneralTip {
290
+ id: number;
291
+ text: string;
292
+ }
293
+ export interface IGradeUsage {
294
+ grade: string;
295
+ totalCheckIn: number;
296
+ totalConference: number;
297
+ totalConversation: number;
298
+ totalOneToOne: number;
299
+ totalReflection: number;
300
+ }
301
+ export interface ISchoolInfo {
302
+ logo: string;
303
+ name: string;
304
+ }
305
+ export interface IOneToOneParams {
306
+ studentId: any;
307
+ timeSearch: any;
308
+ gradeFilter?: string[];
309
+ roles?: string[];
310
+ academicYearId?: number;
311
+ }
312
+ export interface IStudentQuestionSkillParams {
313
+ studentId: any;
314
+ startDate?: number;
315
+ endDate?: number;
316
+ gradeFilter?: string[];
317
+ roles?: string[];
318
+ academicYearId?: number;
319
+ optionDate?: string;
320
+ }
@@ -1,11 +1,11 @@
1
1
  import { ApexOptions } from "apexcharts";
2
- import { IOverviewQuestionChoice, IReadinessToLearning, ISeries } from "../types/types";
2
+ import { IOverviewQuestionChoice, IReadinessToLearning, ISeries } from "./interface";
3
3
  export declare const seriesNameBubbleChartCustom: (series: IReadinessToLearning[]) => string[];
4
4
  export declare const average: (arr: number[]) => number;
5
5
  export declare const convertDataToDataChart: (data: IOverviewQuestionChoice[]) => string[];
6
6
  export declare const overallDonutCHartOptions: (labelNames: string[], colors: string[], isCountSeries?: boolean | undefined, textColors?: string[] | undefined) => ApexOptions;
7
7
  export declare const learningStrategyChartOptions: (labelNames: any, usageCountList: number[], isMobileScreen: boolean) => ApexOptions;
8
- export declare const readinesToLearnoptions: (seriesName: string[], redirectStudentOverview?: Function | undefined, isStudent?: boolean | undefined, colors?: string[] | undefined, isStudentResponses?: boolean | undefined) => ApexOptions;
8
+ export declare const readinesToLearnoptions: (id: string, data: IReadinessToLearning[], seriesName: string[], redirectStudentOverview?: Function | undefined, isStudent?: boolean | undefined, colors?: string[] | undefined, isStudentResponses?: boolean | undefined) => ApexOptions;
9
9
  export declare const convertDataToSeriesBullderChart: (data: IReadinessToLearning[], chartWidth: number, isStudentResponses?: boolean | undefined) => {
10
10
  name: string;
11
11
  data: (string | number)[][];
@@ -31,5 +31,10 @@ export declare const convertToSeriesColumnChartAndPercentConference: (dataCharts
31
31
  data: number[];
32
32
  }[];
33
33
  export declare const convertToAvg: (dataCharts: string[], data: IOverviewQuestionChoice[], months: string[]) => number[];
34
- export declare const handleAveraged: (points: number[]) => number;
35
- export declare const handleGenerateAvgQuestion: (data: number[], avgContent?: string | undefined) => string;
34
+ export declare const handleAveraged: (points: number[], isStress?: boolean | undefined) => number;
35
+ export declare const handleGenerateAvgQuestion: (data: number[], isStress: boolean, avgContent?: string | undefined) => string;
36
+ export declare const getConvertMinuteToHour: (timeSecond: any, usingText?: boolean | undefined) => string;
37
+ export declare const getTimeOfFirstDayCurrentMonth: () => number;
38
+ export declare const getTimeCurrentDay: () => number;
39
+ export declare const getTimeOfFirstDayLastMonth: () => number;
40
+ export declare const getTimeOfLastDayLastMonth: () => number;
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ import { IGeneralTip } from '../common/interface';
3
+ interface IProps {
4
+ classBox: any;
5
+ generalTips: IGeneralTip[];
6
+ }
7
+ declare const AdminGeneralTip: FC<IProps>;
8
+ export default AdminGeneralTip;
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ import { IGradeUsage } from '../common/interface';
3
+ interface IProps {
4
+ classBox: any;
5
+ dataGradeUsage: IGradeUsage[];
6
+ }
7
+ declare const GradeUsage: FC<IProps>;
8
+ export default GradeUsage;
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { ISchoolInfo } from '../common/interface';
3
+ interface IProps {
4
+ classBox: any;
5
+ totalCardData: any[];
6
+ schoolInfo: ISchoolInfo;
7
+ }
8
+ declare const SchoolUsage: FC<IProps>;
9
+ export default SchoolUsage;
@@ -0,0 +1,13 @@
1
+ import { FC } from "react";
2
+ import { IQuestionResponseLastMonth, ISeries, IStudentSkillQuestion } from "../common/interface";
3
+ interface Props {
4
+ classBox: any;
5
+ isStudent: boolean;
6
+ dateOfLastMonth: any;
7
+ avgQuestionLastMonth: IQuestionResponseLastMonth[];
8
+ stressData: ISeries[];
9
+ safetyData: ISeries[];
10
+ studentSkillQuestion: IStudentSkillQuestion;
11
+ }
12
+ declare const StudentWellness: FC<Props>;
13
+ export default StudentWellness;
@@ -0,0 +1,17 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ name: string;
4
+ image: string;
5
+ percent: number;
6
+ diffPercent: number;
7
+ percentOfStudent?: number;
8
+ numberOfStudent?: number;
9
+ percentOfStudentText?: string;
10
+ numberOfStudentText?: string;
11
+ showMore?: boolean;
12
+ onSeeMore?: Function;
13
+ isStudent: boolean;
14
+ defaultText?: string;
15
+ }
16
+ declare const StudentWellnessItem: FC<Props>;
17
+ export default StudentWellnessItem;
@@ -0,0 +1,15 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ percent?: number;
4
+ number?: number;
5
+ percentText?: string;
6
+ numberText?: string;
7
+ seeMoreable?: boolean;
8
+ onSeeMore?: any;
9
+ numberUnit?: string;
10
+ isBelowNumber?: boolean;
11
+ defaultText?: string;
12
+ className?: string;
13
+ }
14
+ declare const StudentWellnessNote: FC<Props>;
15
+ export default StudentWellnessNote;
@@ -0,0 +1,7 @@
1
+ import { FC } from "react";
2
+ import { TotalCardItem } from "../common/interface";
3
+ interface IProps {
4
+ card: TotalCardItem;
5
+ }
6
+ declare const TotalCard: FC<IProps>;
7
+ export default TotalCard;
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ interface IProps {
3
+ classBox: any;
4
+ handleAddNewStudent: any;
5
+ handleViewStudent: any;
6
+ dataStudents: any[];
7
+ searchStringStudent: any;
8
+ setSearchStringStudent: any;
9
+ studentSelected: any;
10
+ setStudentSelected: any;
11
+ }
12
+ declare const ViewStudent: FC<IProps>;
13
+ export default ViewStudent;
@@ -0,0 +1,15 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ endTime: string;
4
+ startTime: string;
5
+ onView: Function;
6
+ sessionId: number;
7
+ sessionResultId: number;
8
+ name: string;
9
+ avatar: string;
10
+ percent?: number;
11
+ tagTitle?: string;
12
+ isSession?: boolean;
13
+ }
14
+ declare const StudentWellnessCheckInItem: FC<Props>;
15
+ export default StudentWellnessCheckInItem;
@@ -0,0 +1,11 @@
1
+ import { FC } from "react";
2
+ import { CheckIn } from "../../common/interface";
3
+ interface Props {
4
+ className?: string;
5
+ onView: Function;
6
+ checkInList: CheckIn[];
7
+ emptyText?: string;
8
+ showEmptyText?: boolean;
9
+ }
10
+ declare const StudentWellnessCheckInList: FC<Props>;
11
+ export default StudentWellnessCheckInList;
@@ -0,0 +1,10 @@
1
+ import { FC } from "react";
2
+ import { CheckIn } from "../../common/interface";
3
+ interface Props {
4
+ open: boolean;
5
+ onClose: Function;
6
+ checkIns: CheckIn[];
7
+ subject?: string;
8
+ }
9
+ declare const StudentWellnessDialog: FC<Props>;
10
+ export default StudentWellnessDialog;
@@ -0,0 +1,6 @@
1
+ import { IGeneralTip } from "../common/interface";
2
+ declare const useGeneralTip: () => {
3
+ generalTips: IGeneralTip[];
4
+ getDataAdminGeneralTip: () => Promise<void>;
5
+ };
6
+ export default useGeneralTip;
@@ -0,0 +1,6 @@
1
+ import { IGradeUsage } from "../common/interface";
2
+ declare const useGradeUsage: () => {
3
+ dataGradeUsage: IGradeUsage[];
4
+ getDataGradeUsage: () => Promise<void>;
5
+ };
6
+ export default useGradeUsage;
@@ -0,0 +1,37 @@
1
+ /// <reference types="react" />
2
+ declare const useHome: () => {
3
+ useStylesBox: (props?: any) => Record<"card" | "cardContent", string>;
4
+ currentUser: any;
5
+ dateOfLastMonth: {
6
+ startDate: string;
7
+ endDate: string;
8
+ };
9
+ dataStudents: any;
10
+ searchStringStudent: string;
11
+ setSearchStringStudent: import("react").Dispatch<import("react").SetStateAction<string>>;
12
+ studentSelected: import("../common/interface").STUDENT_SELECTOR;
13
+ setStudentSelected: import("react").Dispatch<import("react").SetStateAction<import("../common/interface").STUDENT_SELECTOR>>;
14
+ handleViewStudent: () => void;
15
+ handleAddNewStudent: () => void;
16
+ totalCardData: ({
17
+ id: string;
18
+ title: string;
19
+ value: number;
20
+ lastMonthValue: number;
21
+ totalStudent: number;
22
+ } | {
23
+ id: string;
24
+ title: string;
25
+ value: number;
26
+ lastMonthValue: number;
27
+ totalStudent?: undefined;
28
+ })[];
29
+ schoolInfo: import("../common/interface").ISchoolInfo;
30
+ avgQuestionLastMonth: import("../common/interface").IQuestionResponseLastMonth[];
31
+ stressData: import("../common/interface").ISeries[];
32
+ safetyData: import("../common/interface").ISeries[];
33
+ studentSkillQuestion: import("../common/interface").IStudentSkillQuestion;
34
+ generalTips: import("../common/interface").IGeneralTip[];
35
+ dataGradeUsage: import("../common/interface").IGradeUsage[];
36
+ };
37
+ export default useHome;
@@ -0,0 +1,19 @@
1
+ import { ISchoolInfo } from "../common/interface";
2
+ declare const useSchoolUsage: () => {
3
+ totalCardData: ({
4
+ id: string;
5
+ title: string;
6
+ value: number;
7
+ lastMonthValue: number;
8
+ totalStudent: number;
9
+ } | {
10
+ id: string;
11
+ title: string;
12
+ value: number;
13
+ lastMonthValue: number;
14
+ totalStudent?: undefined;
15
+ })[];
16
+ schoolInfo: ISchoolInfo;
17
+ getTotalTime: () => Promise<void>;
18
+ };
19
+ export default useSchoolUsage;
@@ -0,0 +1,19 @@
1
+ import { IQuestionResponseLastMonth, ISeries, IStudentSkillQuestion } from "../common/interface";
2
+ import { FILTER_STUDENT_WELLBEING } from "../common/interface";
3
+ declare const useStudentWellness: (studentId: number | undefined, filterDateChart: FILTER_STUDENT_WELLBEING, gradeFilter?: string[] | undefined, academicYearId?: number | undefined) => {
4
+ handleActiveColumnOneToOne: (index: number, name: string) => void;
5
+ activeColumnSuccessIndicators: boolean[];
6
+ monthsOneToOne: string[];
7
+ dataConvertedOneToOne: string[];
8
+ dayOfWeekOneToOne: string[];
9
+ stressData: ISeries[];
10
+ safetyData: ISeries[];
11
+ preparednessData: ISeries[];
12
+ successIndicatorsData: ISeries[];
13
+ avgQuestionLastMonth: IQuestionResponseLastMonth[];
14
+ activeColumnPreparedness: boolean[];
15
+ studentSkillQuestion: IStudentSkillQuestion;
16
+ getDataStudentSkillServices: () => Promise<void>;
17
+ getDataOneToOne: () => Promise<void>;
18
+ };
19
+ export default useStudentWellness;
@@ -0,0 +1,15 @@
1
+ /// <reference types="react" />
2
+ import { STUDENT_SELECTOR } from "../common/interface";
3
+ declare const useViewStudent: () => {
4
+ handleAddNewStudent: () => void;
5
+ dataStudents: any;
6
+ searchStringStudent: string;
7
+ setSearchStringStudent: import("react").Dispatch<import("react").SetStateAction<string>>;
8
+ studentSelected: STUDENT_SELECTOR;
9
+ setStudentSelected: import("react").Dispatch<import("react").SetStateAction<STUDENT_SELECTOR>>;
10
+ handleViewStudent: () => void;
11
+ getDataStudents: () => Promise<void>;
12
+ setDataStudents: import("react").Dispatch<any>;
13
+ timeout: import("react").MutableRefObject<any>;
14
+ };
15
+ export default useViewStudent;