mario-education 2.4.294-release → 2.4.296-layout

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 (613) hide show
  1. package/dist/components/layouts/Footer.d.ts +6 -0
  2. package/dist/components/layouts/HeaderSideBar.d.ts +2 -0
  3. package/dist/components/layouts/HeaderSideBarV2.d.ts +2 -0
  4. package/dist/components/layouts/LanguageDropdown.d.ts +2 -0
  5. package/dist/components/layouts/NotificationAlert.d.ts +10 -0
  6. package/dist/components/layouts/NotificationStepLogin.d.ts +14 -0
  7. package/dist/components/layouts/constants/constants.d.ts +79 -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/ConferenceRubricIcon.d.ts +3 -0
  13. package/dist/components/layouts/icons/CustomAlertIcon.d.ts +3 -0
  14. package/dist/components/layouts/icons/CustomizeIcon.d.ts +3 -0
  15. package/dist/components/layouts/icons/DashboardIcon.d.ts +3 -0
  16. package/dist/components/layouts/icons/DataImportExportIcon.d.ts +3 -0
  17. package/dist/components/layouts/icons/EIPTemplateIcon.d.ts +3 -0
  18. package/dist/components/layouts/icons/EmailTemplateIcon.d.ts +3 -0
  19. package/dist/components/layouts/icons/HelpIcon.d.ts +3 -0
  20. package/dist/components/layouts/icons/MEDIAGalleryIcon.d.ts +3 -0
  21. package/dist/components/layouts/icons/QuestionIcon.d.ts +3 -0
  22. package/dist/components/layouts/icons/SandboxIcon.d.ts +3 -0
  23. package/dist/components/layouts/icons/SurveyDashboardIcon.d.ts +3 -0
  24. package/dist/components/layouts/icons/TechnicalSettingsIcon.d.ts +3 -0
  25. package/dist/components/layouts/icons/TimesIcon.d.ts +3 -0
  26. package/dist/components/layouts/icons/ToolIcon.d.ts +3 -0
  27. package/dist/components/layouts/icons/UserIcon.d.ts +3 -0
  28. package/dist/components/layouts/type.d.ts +20 -0
  29. package/dist/containers/Homepage/api/homepageApi.d.ts +2 -0
  30. package/dist/containers/Homepage/api/oneToOneApi.d.ts +3 -0
  31. package/dist/containers/Homepage/assets/icons/ArrowIcon.d.ts +3 -0
  32. package/dist/containers/Homepage/assets/icons/ArrowUpIcon.d.ts +3 -0
  33. package/dist/containers/Homepage/assets/icons/CheckinIcon.d.ts +3 -0
  34. package/dist/containers/Homepage/assets/icons/ClassReflectionIcon.d.ts +3 -0
  35. package/dist/containers/Homepage/assets/icons/ConferenceIcon.d.ts +3 -0
  36. package/dist/containers/Homepage/assets/icons/ConversationIcon.d.ts +3 -0
  37. package/dist/containers/Homepage/assets/icons/ConversationTimeIcon.d.ts +3 -0
  38. package/dist/containers/Homepage/assets/icons/DownRedIcon.d.ts +3 -0
  39. package/dist/containers/Homepage/assets/icons/PenAndPaperIcon.d.ts +3 -0
  40. package/dist/containers/Homepage/assets/icons/UpGreenIcon.d.ts +3 -0
  41. package/dist/containers/Homepage/common/constant.d.ts +31 -0
  42. package/dist/containers/Homepage/common/interface.d.ts +146 -0
  43. package/dist/containers/Homepage/common/utils.d.ts +12 -0
  44. package/dist/containers/Homepage/components/AdminGeneralTip.d.ts +8 -0
  45. package/dist/containers/Homepage/components/GradeUsage.d.ts +8 -0
  46. package/dist/containers/Homepage/components/SchoolUsage.d.ts +9 -0
  47. package/dist/containers/Homepage/components/StudentWellness.d.ts +13 -0
  48. package/dist/containers/Homepage/components/StudentWellnessItem.d.ts +17 -0
  49. package/dist/containers/Homepage/components/StudentWellnessNote.d.ts +15 -0
  50. package/dist/containers/Homepage/components/TotalCard.d.ts +7 -0
  51. package/dist/containers/Homepage/components/ViewStudent.d.ts +13 -0
  52. package/dist/containers/Homepage/components/dialog/StudentWellnessCheckInItem.d.ts +15 -0
  53. package/dist/containers/Homepage/components/dialog/StudentWellnessCheckInList.d.ts +11 -0
  54. package/dist/containers/Homepage/components/dialog/StudentWellnessDialog.d.ts +10 -0
  55. package/dist/containers/Homepage/hooks/useGeneralTip.d.ts +6 -0
  56. package/dist/containers/Homepage/hooks/useGradeUsage.d.ts +6 -0
  57. package/dist/containers/Homepage/hooks/useHome.d.ts +37 -0
  58. package/dist/containers/Homepage/hooks/useSchoolUsage.d.ts +19 -0
  59. package/dist/containers/Homepage/hooks/useStudentWellness.d.ts +19 -0
  60. package/dist/containers/Homepage/hooks/useViewStudent.d.ts +15 -0
  61. package/dist/containers/Homepage/services/HomepageSevices.d.ts +2 -0
  62. package/dist/containers/Homepage/services/OneToOneServices.d.ts +2 -0
  63. package/dist/containers/Homepage/views/HomePage.d.ts +3 -0
  64. package/dist/containers/SkillTest/components/SettingSkillTestModal.d.ts +14 -0
  65. package/dist/containers/SkillTest/hook/useSkillTest.d.ts +19 -0
  66. package/dist/containers/SkillTest/utils/constant.d.ts +17 -0
  67. package/dist/containers/SkillTest/utils/type.interface.d.ts +7 -0
  68. package/dist/{MarioFramework.Education/ClientApp/src/containers/Destinations → containers/SkillTest}/utils/ultis.d.ts +3 -2
  69. package/dist/containers/SkillTest/view/SkillTest.d.ts +2 -0
  70. package/dist/index.css +11357 -6491
  71. package/dist/index.d.ts +3 -1
  72. package/dist/index.js +4164 -24
  73. package/dist/index.js.map +1 -1
  74. package/dist/index.modern.js +4151 -13
  75. package/dist/index.modern.js.map +1 -1
  76. package/dist/layouts/MainLayoutAdmin.d.ts +2 -0
  77. package/dist/layouts/ModelSelectRole.d.ts +3 -0
  78. package/dist/layouts/constants/constants.d.ts +2 -0
  79. package/dist/layouts/constants/type.d.ts +4 -0
  80. package/dist/services/HomepageService.d.ts +2 -0
  81. package/dist/services/commonService.d.ts +3 -0
  82. package/dist/services/notificationAlertService.d.ts +1 -0
  83. package/dist/services/schoolService.d.ts +1 -0
  84. package/dist/services/simpleProfileService.d.ts +1 -0
  85. package/dist/services/skillTestServices.d.ts +5 -0
  86. package/package.json +104 -104
  87. package/dist/MarioFramework.Education/ClientApp/src/components/AudioRecorder/useAudioRecorder.d.ts +0 -0
  88. package/dist/MarioFramework.Education/ClientApp/src/components/Button/CancelButton.d.ts +0 -7
  89. package/dist/MarioFramework.Education/ClientApp/src/components/Button/ChipButton.d.ts +0 -8
  90. package/dist/MarioFramework.Education/ClientApp/src/components/Button/ChipImage.d.ts +0 -8
  91. package/dist/MarioFramework.Education/ClientApp/src/components/Button/CustomButton.d.ts +0 -11
  92. package/dist/MarioFramework.Education/ClientApp/src/components/Button/ScrollToTop/ScrollToTopBtn.d.ts +0 -2
  93. package/dist/MarioFramework.Education/ClientApp/src/components/Button/SubmitButton.d.ts +0 -9
  94. package/dist/MarioFramework.Education/ClientApp/src/components/Card/CardNameButton.d.ts +0 -7
  95. package/dist/MarioFramework.Education/ClientApp/src/components/Card/CardTotal.d.ts +0 -9
  96. package/dist/MarioFramework.Education/ClientApp/src/components/Dialog/ConfirmDelete.d.ts +0 -9
  97. package/dist/MarioFramework.Education/ClientApp/src/components/Header/CustomHeaderComponent.d.ts +0 -19
  98. package/dist/MarioFramework.Education/ClientApp/src/components/Header/HeaderComponent.d.ts +0 -40
  99. package/dist/MarioFramework.Education/ClientApp/src/components/Input/InputComponent.d.ts +0 -18
  100. package/dist/MarioFramework.Education/ClientApp/src/components/Input/TextFieldComponent.d.ts +0 -13
  101. package/dist/MarioFramework.Education/ClientApp/src/components/Input/ToggleInput.d.ts +0 -10
  102. package/dist/MarioFramework.Education/ClientApp/src/components/Loading/LoadLanguage.d.ts +0 -3
  103. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/DropDownComponent.d.ts +0 -3
  104. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/EmotionComponent.d.ts +0 -10
  105. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/MultiChoiceComponent.d.ts +0 -14
  106. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/QuestionSurveyComponent.d.ts +0 -33
  107. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SingleChoiceComponent.d.ts +0 -13
  108. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderComponent.d.ts +0 -16
  109. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderSurveyComponent.d.ts +0 -16
  110. package/dist/MarioFramework.Education/ClientApp/src/components/Questions/QuestionList.d.ts +0 -11
  111. package/dist/MarioFramework.Education/ClientApp/src/components/Questions/QuestionSelector.d.ts +0 -14
  112. package/dist/MarioFramework.Education/ClientApp/src/components/Select/InputSelector.d.ts +0 -13
  113. package/dist/MarioFramework.Education/ClientApp/src/components/Select/SelectFilter.d.ts +0 -4
  114. package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/Circle.d.ts +0 -11
  115. package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/ItemCircle.d.ts +0 -7
  116. package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/utils.d.ts +0 -5
  117. package/dist/MarioFramework.Education/ClientApp/src/components/Table/ConvertTime.d.ts +0 -6
  118. package/dist/MarioFramework.Education/ClientApp/src/components/Table/TableCells.d.ts +0 -15
  119. package/dist/MarioFramework.Education/ClientApp/src/components/Tabs/CustomTabComponent.d.ts +0 -3
  120. package/dist/MarioFramework.Education/ClientApp/src/components/Tooltip/CustomTooltip.d.ts +0 -4
  121. package/dist/MarioFramework.Education/ClientApp/src/components/icons/CloseIcon.d.ts +0 -3
  122. package/dist/MarioFramework.Education/ClientApp/src/components/icons/DownloadIcon.d.ts +0 -3
  123. package/dist/MarioFramework.Education/ClientApp/src/components/icons/InfoIcon.d.ts +0 -3
  124. package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/constants.d.ts +0 -14
  125. package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/types.d.ts +0 -12
  126. package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterComponent.d.ts +0 -41
  127. package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterMobile.d.ts +0 -28
  128. package/dist/MarioFramework.Education/ClientApp/src/components/selector/StudentSelector.d.ts +0 -3
  129. package/dist/MarioFramework.Education/ClientApp/src/components/selector/TeacherSelector.d.ts +0 -2
  130. package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/components/BreakingMonthModal.d.ts +0 -3
  131. package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/hooks/useAcademicYearList.d.ts +0 -8
  132. package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/hooks/useBreakingMonth.d.ts +0 -14
  133. package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/views/AcademicYearList.d.ts +0 -3
  134. package/dist/MarioFramework.Education/ClientApp/src/containers/AdminTraining/hooks/useAdminTraning.d.ts +0 -4
  135. package/dist/MarioFramework.Education/ClientApp/src/containers/AdminTraining/views/AdminTraining.d.ts +0 -2
  136. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/components/AssessmentDetailModal.d.ts +0 -3
  137. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +0 -2
  138. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useAssessmentDetail.d.ts +0 -24
  139. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useAssessmentList.d.ts +0 -9
  140. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useQuestionCategory.d.ts +0 -13
  141. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/views/AssessmentList.d.ts +0 -3
  142. package/dist/MarioFramework.Education/ClientApp/src/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +0 -2
  143. package/dist/MarioFramework.Education/ClientApp/src/containers/Assetlog/Views/AssetLog.d.ts +0 -3
  144. package/dist/MarioFramework.Education/ClientApp/src/containers/Assetlog/hooks/UseAssetlog.d.ts +0 -8
  145. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/components/AssignAssistantModal.d.ts +0 -4
  146. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/hooks/useAssignAssistant.d.ts +0 -18
  147. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/utils/constants.d.ts +0 -3
  148. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/utils/type.interface.d.ts +0 -45
  149. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/views/AssignAssistantList.d.ts +0 -2
  150. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/components/AssignCounselorModal.d.ts +0 -4
  151. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/hooks/useAssignCounselor.d.ts +0 -18
  152. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/utils/constants.d.ts +0 -2
  153. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/utils/type.interface.d.ts +0 -46
  154. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/views/AssignCounselorList.d.ts +0 -2
  155. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/components/AssignSecondaryTeacherModal.d.ts +0 -4
  156. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/hooks/useAssignSecondaryTeacher.d.ts +0 -18
  157. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/utils/constants.d.ts +0 -2
  158. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/utils/type.interface.d.ts +0 -46
  159. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/views/AssignSecondaryTeacherList.d.ts +0 -2
  160. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AcademicClassSelector.d.ts +0 -2
  161. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AssessmentSelector.d.ts +0 -2
  162. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AssignmentDetailModal.d.ts +0 -3
  163. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/SemesterSelector.d.ts +0 -8
  164. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/configs/types.d.ts +0 -13
  165. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentDetail.d.ts +0 -27
  166. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentList.d.ts +0 -17
  167. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentResultDetail.d.ts +0 -8
  168. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentResultList.d.ts +0 -10
  169. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/views/AssignmentList.d.ts +0 -3
  170. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/views/AssignmentResultList.d.ts +0 -3
  171. package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/components/BadgeDetailModal.d.ts +0 -3
  172. package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/hooks/useBadgeDetail.d.ts +0 -20
  173. package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/hooks/useBadgeList.d.ts +0 -9
  174. package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/views/BadgeList.d.ts +0 -3
  175. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/components/BandScoreDetailModal.d.ts +0 -3
  176. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBandScoreDetail.d.ts +0 -18
  177. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBandScoreList.d.ts +0 -7
  178. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBreakPoint.d.ts +0 -12
  179. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/views/BandScoreList.d.ts +0 -3
  180. package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/components/UploadCSVButton.d.ts +0 -11
  181. package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/hooks/useCSVImport.d.ts +0 -41
  182. package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/views/CSVImport.d.ts +0 -3
  183. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateApproved.d.ts +0 -3
  184. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateDetailModal.d.ts +0 -3
  185. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateItem.d.ts +0 -9
  186. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateList.d.ts +0 -3
  187. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateReview.d.ts +0 -3
  188. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/config/constants.d.ts +0 -19
  189. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateDetail.d.ts +0 -26
  190. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateList.d.ts +0 -9
  191. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateReview.d.ts +0 -7
  192. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/views/CertificateContainer.d.ts +0 -2
  193. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/ClassDetailModal.d.ts +0 -3
  194. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/ClassStudentModal.d.ts +0 -3
  195. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentItemSelector.d.ts +0 -23
  196. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentList.d.ts +0 -8
  197. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentSelector.d.ts +0 -8
  198. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherItemSelector.d.ts +0 -13
  199. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherMultiSelector.d.ts +0 -7
  200. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherSelector.d.ts +0 -11
  201. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/hooks/useClassDetail.d.ts +0 -25
  202. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/hooks/useClassList.d.ts +0 -12
  203. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/views/ClassList.d.ts +0 -3
  204. package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/components/TeacherItem.d.ts +0 -8
  205. package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/configs/constants.d.ts +0 -18
  206. package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/hooks/useCompareTeacher.d.ts +0 -17
  207. package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/views/CompareTeacher.d.ts +0 -3
  208. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/constant.d.ts +0 -9
  209. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/types.d.ts +0 -47
  210. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ConductTop/ConductItem.d.ts +0 -7
  211. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ConductTop/SurveyTop.d.ts +0 -14
  212. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/HeaderSurvey.d.ts +0 -22
  213. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/QuestionConduct.d.ts +0 -15
  214. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ShareSurveyDialog.d.ts +0 -14
  215. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/DialogInterventionBody.d.ts +0 -15
  216. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/InterventionDialog.d.ts +0 -20
  217. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/InterventionSelector.d.ts +0 -11
  218. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/hooks/useInterventionDialog.d.ts +0 -27
  219. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/configs/constant.d.ts +0 -3
  220. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/configs/types.d.ts +0 -126
  221. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/hooks/useConductSurvey.d.ts +0 -31
  222. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/hooks/usePreviewSurvey.d.ts +0 -33
  223. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/styles/makeStyles.d.ts +0 -1
  224. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/PreviewSurveyAdmin.d.ts +0 -3
  225. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/SurveyIndexAdmin.d.ts +0 -3
  226. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/SurveyResultAdmin.d.ts +0 -3
  227. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/ConferenceRubricItem.d.ts +0 -14
  228. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/ConferenceRubricTypeSelector.d.ts +0 -7
  229. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/SkillSelector.d.ts +0 -8
  230. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/configs/types.d.ts +0 -44
  231. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/hooks/useConferenceRubricDetail.d.ts +0 -36
  232. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/hooks/useConferenceRubricList.d.ts +0 -10
  233. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/styles/styles.d.ts +0 -2
  234. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +0 -2
  235. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/views/ConferenceRubricList.d.ts +0 -3
  236. package/dist/MarioFramework.Education/ClientApp/src/containers/CurrentLicense/hooks/useCurrentLicense.d.ts +0 -6
  237. package/dist/MarioFramework.Education/ClientApp/src/containers/CurrentLicense/views/CurrentLicense.d.ts +0 -2
  238. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/components/CustomAlertDetailModal.d.ts +0 -3
  239. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/components/QuestionAlertDetailModel.d.ts +0 -3
  240. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/constant.d.ts +0 -16
  241. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/type.d.ts +0 -19
  242. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/validate.d.ts +0 -9
  243. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useCustomAlertDetail.d.ts +0 -22
  244. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useCustomAlertList.d.ts +0 -9
  245. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useQuestionAlert.d.ts +0 -14
  246. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/views/CustomAlertList.d.ts +0 -3
  247. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/views/CustomQuestionAlert.d.ts +0 -2
  248. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/AreaChart.d.ts +0 -13
  249. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BarAndAreaChart.d.ts +0 -11
  250. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BarChart.d.ts +0 -12
  251. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BubbleChartCustom.d.ts +0 -8
  252. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CheckboxCustom.d.ts +0 -12
  253. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/ColumnChartAndPercent.d.ts +0 -18
  254. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomBarChart.d.ts +0 -2
  255. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomChartCircle.d.ts +0 -4
  256. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomCheckbox.d.ts +0 -9
  257. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomLineChart.d.ts +0 -2
  258. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomPieChart.d.ts +0 -7
  259. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/DashboardCard.d.ts +0 -7
  260. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/DashboardToPDF.d.ts +0 -3
  261. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/GenerateChartData.d.ts +0 -4
  262. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/GoalProgress.d.ts +0 -7
  263. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Grade.d.ts +0 -7
  264. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HeaderChart/HeaderChart.d.ts +0 -17
  265. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HeaderChart/PlusButton.d.ts +0 -6
  266. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HighImpact.d.ts +0 -6
  267. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LearningStrategiesTable.d.ts +0 -12
  268. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LineChart.d.ts +0 -11
  269. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Loading.d.ts +0 -3
  270. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LoginCouting.d.ts +0 -7
  271. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/OverallDonutChart.d.ts +0 -12
  272. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/PerceivedImpact.d.ts +0 -7
  273. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Quantity.d.ts +0 -7
  274. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Skill.d.ts +0 -7
  275. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByAge.d.ts +0 -7
  276. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByAgeAndGender.d.ts +0 -9
  277. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByGender.d.ts +0 -2
  278. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByGrade.d.ts +0 -7
  279. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentPressureChart.d.ts +0 -3
  280. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentWithSpecialNeeds.d.ts +0 -7
  281. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TimeInSession.d.ts +0 -7
  282. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TopLearningStrategy.d.ts +0 -11
  283. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TopSkill.d.ts +0 -2
  284. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TotalCard.d.ts +0 -3
  285. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/backgroundPressure.d.ts +0 -2
  286. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/constants.d.ts +0 -85
  287. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/types.d.ts +0 -368
  288. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/utils.d.ts +0 -135
  289. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useBehavior.d.ts +0 -7
  290. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useChartDatas.d.ts +0 -50
  291. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useDashboard.d.ts +0 -52
  292. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useExportSessionCsv.d.ts +0 -4
  293. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useSkillFormat.d.ts +0 -9
  294. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useWrapText.d.ts +0 -2
  295. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/views/Dashboard.d.ts +0 -3
  296. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/components/DestinationModal.d.ts +0 -13
  297. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/hooks/useDestination.d.ts +0 -18
  298. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/utils/constant.d.ts +0 -11
  299. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/utils/type.interface.d.ts +0 -4
  300. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/views/Destinations.d.ts +0 -2
  301. package/dist/MarioFramework.Education/ClientApp/src/containers/ExternalSurvey/api/externalService.d.ts +0 -6
  302. package/dist/MarioFramework.Education/ClientApp/src/containers/ExternalSurvey/constant/types.d.ts +0 -69
  303. package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/components/FeedbackDetailModal.d.ts +0 -3
  304. package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/hooks/useFeedbackDetail.d.ts +0 -11
  305. package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/hooks/useFeedbackList.d.ts +0 -9
  306. package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/views/FeedbackList.d.ts +0 -3
  307. package/dist/MarioFramework.Education/ClientApp/src/containers/FixData/hooks/useFixData.d.ts +0 -4
  308. package/dist/MarioFramework.Education/ClientApp/src/containers/FixData/views/FixDataStudent.d.ts +0 -2
  309. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/components/GoalExampleDetailModal.d.ts +0 -3
  310. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useGoalExampleDetail.d.ts +0 -27
  311. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useGoalExampleList.d.ts +0 -10
  312. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useShortTermTargetExampleList.d.ts +0 -12
  313. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/views/GoalExampleList.d.ts +0 -3
  314. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/components/StrategyDetailModal.d.ts +0 -3
  315. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/hooks/useLearningStrategyList.d.ts +0 -9
  316. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/hooks/useStrategyDetail.d.ts +0 -21
  317. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/views/LearningStrategyList.d.ts +0 -3
  318. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/components/LearningSupportCategoryDetailModal.d.ts +0 -3
  319. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/components/LearningSupportCategorySelector.d.ts +0 -7
  320. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryDetail.d.ts +0 -20
  321. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryList.d.ts +0 -9
  322. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/views/LearningSupportCategoryList.d.ts +0 -3
  323. package/dist/MarioFramework.Education/ClientApp/src/containers/ManageAssistant/views/ManageAssistantList.d.ts +0 -3
  324. package/dist/MarioFramework.Education/ClientApp/src/containers/MyOneToOne/constants/types.d.ts +0 -5
  325. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/configs/constants.d.ts +0 -46
  326. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/configs/utils.d.ts +0 -35
  327. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/types/types.d.ts +0 -227
  328. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/AreaChart.d.ts +0 -13
  329. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/BubbleChartCustom.d.ts +0 -13
  330. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/OverallDonutChart.d.ts +0 -12
  331. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/ImportOneRoster.d.ts +0 -6
  332. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/RosterConfigForm.d.ts +0 -8
  333. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/TeacherSelector.d.ts +0 -2
  334. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/configs/constants.d.ts +0 -12
  335. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/configs/types.d.ts +0 -25
  336. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useCreateRosterUser.d.ts +0 -5
  337. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useImportOneRoster.d.ts +0 -28
  338. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useOneRosterUserList.d.ts +0 -19
  339. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/userRosterConfigForm.d.ts +0 -7
  340. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterContainer.d.ts +0 -2
  341. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterImport.d.ts +0 -2
  342. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterUserList.d.ts +0 -2
  343. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AdditionalComponent.d.ts +0 -9
  344. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AgGridComponents.d.ts +0 -11
  345. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AnswerList.d.ts +0 -11
  346. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/DefaultQuestionStudentTeacherFilter.d.ts +0 -9
  347. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/DefaultQuestionTypeSelector.d.ts +0 -7
  348. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/QuestionPreview.d.ts +0 -2
  349. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/SliderScale.d.ts +0 -10
  350. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/StarRating.d.ts +0 -7
  351. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/SubQuestions.d.ts +0 -7
  352. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/UserForQuestion.d.ts +0 -6
  353. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/constants.d.ts +0 -16
  354. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/questionDetailSchema.d.ts +0 -29
  355. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/type.d.ts +0 -5
  356. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/validationAnswerId.d.ts +0 -2
  357. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/validationChoices.d.ts +0 -2
  358. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionAnswerList.d.ts +0 -7
  359. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionDetail.d.ts +0 -42
  360. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionList.d.ts +0 -15
  361. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useSubQuestionList.d.ts +0 -6
  362. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionBankContainer.d.ts +0 -2
  363. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionBankList.d.ts +0 -9
  364. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionDetail.d.ts +0 -3
  365. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/SurveyQuestionContainer.d.ts +0 -2
  366. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/components/QuestionCateModal.d.ts +0 -3
  367. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/components/QuestionCateSelector.d.ts +0 -12
  368. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/hooks/useQuestionCateDetail.d.ts +0 -18
  369. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/hooks/useQuestionCateList.d.ts +0 -12
  370. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/views/QuestionCategogyList.d.ts +0 -3
  371. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/components/QuestionDetailModal.d.ts +0 -3
  372. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/hooks/useQuestionDetail.d.ts +0 -21
  373. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/hooks/useQuestionList.d.ts +0 -11
  374. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/ultis/ultis.d.ts +0 -20
  375. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/views/QuestionScaffolding.d.ts +0 -3
  376. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +0 -2
  377. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +0 -2
  378. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +0 -2
  379. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +0 -2
  380. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +0 -2
  381. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +0 -2
  382. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/ReflectionDetailModal.d.ts +0 -3
  383. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/ReflectionResultDetailModal.d.ts +0 -3
  384. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/configs/types.d.ts +0 -43
  385. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useQuestionCategory.d.ts +0 -13
  386. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionFormDetail.d.ts +0 -21
  387. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionFormList.d.ts +0 -10
  388. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionResultDetail.d.ts +0 -8
  389. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionResultList.d.ts +0 -9
  390. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionContainer.d.ts +0 -2
  391. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionFormList.d.ts +0 -3
  392. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionResultList.d.ts +0 -3
  393. package/dist/MarioFramework.Education/ClientApp/src/containers/Sandbox/hooks/useSandbox.d.ts +0 -6
  394. package/dist/MarioFramework.Education/ClientApp/src/containers/Sandbox/views/SandboxContainer.d.ts +0 -2
  395. package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/components/SchoolBlankDayDetailModal.d.ts +0 -3
  396. package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayDetail.d.ts +0 -19
  397. package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayList.d.ts +0 -9
  398. package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/views/SchoolBlankDayList.d.ts +0 -3
  399. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/components/BreakingMonthModal.d.ts +0 -3
  400. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/components/SemesterDetailModal.d.ts +0 -3
  401. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useBreakingMonth.d.ts +0 -14
  402. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useSemesterDetail.d.ts +0 -19
  403. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useSemesterList.d.ts +0 -9
  404. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/views/SemesterList.d.ts +0 -3
  405. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/AddQuestionModal.d.ts +0 -13
  406. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/CategorySelector.d.ts +0 -7
  407. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/ConferenceRubricSelector.d.ts +0 -7
  408. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/ReflectionFormSelector.d.ts +0 -7
  409. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/SkillSelector.d.ts +0 -7
  410. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/configs/validationSchema.d.ts +0 -15
  411. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useAddQuestion.d.ts +0 -8
  412. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useSessionTemplateDetail.d.ts +0 -42
  413. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useSessionTemplateList.d.ts +0 -15
  414. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/views/SessionTemplateDetail.d.ts +0 -3
  415. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/views/SessionTemplateList.d.ts +0 -3
  416. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateContainer/views/SessionTemplateContainer.d.ts +0 -3
  417. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/components/SubjectSelector.d.ts +0 -7
  418. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassDetail.d.ts +0 -39
  419. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassList.d.ts +0 -10
  420. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassDetail.d.ts +0 -3
  421. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassList.d.ts +0 -3
  422. package/dist/MarioFramework.Education/ClientApp/src/containers/Setup/views/SetupContainer.d.ts +0 -2
  423. package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/components/SubjectDetailModal.d.ts +0 -3
  424. package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/hooks/useSubjectDetail.d.ts +0 -19
  425. package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/hooks/useSubjectList.d.ts +0 -9
  426. package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/views/SubjectList.d.ts +0 -3
  427. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/components/SuggestionDetailModal.d.ts +0 -3
  428. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useKeywordList.d.ts +0 -12
  429. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useSuggestionDetail.d.ts +0 -30
  430. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useSuggestionList.d.ts +0 -10
  431. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/views/SuggestionList.d.ts +0 -3
  432. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/apiClient/surveyService.d.ts +0 -32
  433. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AllQuestionSurvey.d.ts +0 -3
  434. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AllStudentSurvey.d.ts +0 -3
  435. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AreaChart.d.ts +0 -10
  436. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/BarAndAreaChart.d.ts +0 -9
  437. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/BarChart.d.ts +0 -11
  438. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CardItemMobile/CardSurveyMobile.d.ts +0 -3
  439. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ChartViewDashboard.d.ts +0 -20
  440. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CheckboxCustom.d.ts +0 -12
  441. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ChoiceChartType.d.ts +0 -9
  442. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ConductSurveyModel.d.ts +0 -3
  443. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CreateSurveyAdmin.d.ts +0 -2
  444. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/DashboardCard.d.ts +0 -7
  445. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/HeaderChart/HeaderChart.d.ts +0 -16
  446. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/HeaderChart/PlusButton.d.ts +0 -6
  447. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ListSurveys.d.ts +0 -2
  448. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/Loading.d.ts +0 -3
  449. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/PieChart.d.ts +0 -9
  450. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/Questions/AdditionalQuestionModel.d.ts +0 -3
  451. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/RatingOfQuestions.d.ts +0 -3
  452. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ResponseQuestionModel.d.ts +0 -3
  453. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ConfirmPublishSurvey.d.ts +0 -3
  454. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ConfirmShareSurvey.d.ts +0 -3
  455. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/CreateSurveyComponent.d.ts +0 -3
  456. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ListFavoriteSurvey.d.ts +0 -3
  457. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSelectQuestion.d.ts +0 -3
  458. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSelectSurveyTemplate.d.ts +0 -3
  459. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSendSurvey.d.ts +0 -3
  460. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ReviewSurveyDetail.d.ts +0 -3
  461. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/TableSelectStaff.d.ts +0 -3
  462. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/TableSelectStudent.d.ts +0 -3
  463. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StudentByGrade.d.ts +0 -7
  464. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StudentFlagList.d.ts +0 -7
  465. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/TopMostSurveyUsed.d.ts +0 -7
  466. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/TotalCard.d.ts +0 -3
  467. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/dialog/DialogChooseTeacher.d.ts +0 -10
  468. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/chartOptions.d.ts +0 -6
  469. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/constants.d.ts +0 -154
  470. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/overviewFn.d.ts +0 -17
  471. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/questionModelType.d.ts +0 -34
  472. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/tableColumn.d.ts +0 -146
  473. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/typeCardItem.d.ts +0 -17
  474. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/types.d.ts +0 -770
  475. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/utils.d.ts +0 -128
  476. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useAdditionalQuestion.d.ts +0 -32
  477. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useAdditionalQuestionModel.d.ts +0 -5
  478. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useBehavior.d.ts +0 -7
  479. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useChartDatas.d.ts +0 -43
  480. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useContainerDimensions.d.ts +0 -4
  481. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useCreateSurvey.d.ts +0 -100
  482. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useDashboard.d.ts +0 -32
  483. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useExternalSurvey.d.ts +0 -26
  484. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useFormCreateSurvey.d.ts +0 -15
  485. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListFavoriteSurvey.d.ts +0 -10
  486. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListQuestionSurvey.d.ts +0 -8
  487. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListStudentFlag.d.ts +0 -19
  488. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListSurvey.d.ts +0 -44
  489. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListSurveyDetail.d.ts +0 -20
  490. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectQuestion.d.ts +0 -26
  491. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectStaff.d.ts +0 -15
  492. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectStudent.d.ts +0 -16
  493. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyDetail.d.ts +0 -31
  494. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyExportCsv.d.ts +0 -7
  495. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyStudentFlag.d.ts +0 -7
  496. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/styles/makeStyles.d.ts +0 -3
  497. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDashboard.d.ts +0 -3
  498. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDashboardContainer.d.ts +0 -2
  499. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDetailAdmin.d.ts +0 -2
  500. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyStudentFlagListAdmin.d.ts +0 -2
  501. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveySummary.d.ts +0 -2
  502. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/components/SwitchAssistantModal.d.ts +0 -4
  503. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/hooks/useSwitchAssistant.d.ts +0 -18
  504. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/utils/constants.d.ts +0 -8
  505. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/utils/type.interface.d.ts +0 -36
  506. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/views/SwitchAssistantList.d.ts +0 -2
  507. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/components/SwitchCounselorModal.d.ts +0 -4
  508. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/hooks/useSwitchCounselor.d.ts +0 -18
  509. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/utils/constants.d.ts +0 -8
  510. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/utils/type.interface.d.ts +0 -53
  511. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/views/SwitchCounselorList.d.ts +0 -2
  512. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/components/SwitchSecondaryTeacherModal.d.ts +0 -4
  513. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/hooks/useSwitchSecondaryTeacher.d.ts +0 -19
  514. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/utils/constants.d.ts +0 -8
  515. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/utils/type.interface.d.ts +0 -63
  516. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/views/SwitchSecondaryTeacherList.d.ts +0 -2
  517. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/components/SwitchTeacherModal.d.ts +0 -3
  518. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/hooks/useSwitchTeacher.d.ts +0 -38
  519. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/views/SwitchTeacherList.d.ts +0 -2
  520. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/components/TemplateCateModal.d.ts +0 -3
  521. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/hooks/useTemplateCateDetail.d.ts +0 -35
  522. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/hooks/useTemplateCateList.d.ts +0 -10
  523. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/views/TemplateSurveyList.d.ts +0 -3
  524. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/apiClient/index.d.ts +0 -10
  525. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/SelectorTemplate.d.ts +0 -2
  526. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/TemplateDialogModal.d.ts +0 -3
  527. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/configs/types.d.ts +0 -12
  528. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateBuilder.d.ts +0 -13
  529. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateDetail.d.ts +0 -20
  530. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateList.d.ts +0 -9
  531. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateStart.d.ts +0 -11
  532. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateBuilderPage.d.ts +0 -3
  533. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateContainer.d.ts +0 -2
  534. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateIEPList.d.ts +0 -3
  535. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateStartBuild.d.ts +0 -3
  536. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateSystemList.d.ts +0 -3
  537. package/dist/MarioFramework.Education/ClientApp/src/containers/Training/hooks/useTrainingLink.d.ts +0 -10
  538. package/dist/MarioFramework.Education/ClientApp/src/containers/Training/views/Training.d.ts +0 -2
  539. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/components/TutorialScreenDetailModal.d.ts +0 -3
  540. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/components/TutorialScreenList.d.ts +0 -7
  541. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/enums/TutorialScreenType.d.ts +0 -7
  542. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/hooks/useTutorialScreenDetail.d.ts +0 -20
  543. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/hooks/useTutorialScreenList.d.ts +0 -10
  544. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +0 -2
  545. package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/components/UserDeletedModal.d.ts +0 -3
  546. package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/hooks/useUserDeletedList.d.ts +0 -37
  547. package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/hooks/useUserDeletedModal.d.ts +0 -14
  548. package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/views/UserDeletedList.d.ts +0 -2
  549. package/dist/MarioFramework.Education/ClientApp/src/containers/UserRevert/hooks/useRevertUser.d.ts +0 -14
  550. package/dist/MarioFramework.Education/ClientApp/src/containers/UserRevert/views/RevertUser.d.ts +0 -2
  551. package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/hook/useGetUserList.d.ts +0 -12
  552. package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/hook/useResendMail.d.ts +0 -5
  553. package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/utils/constants.d.ts +0 -25
  554. package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/views/WelcomeEmailResend.d.ts +0 -2
  555. package/dist/MarioFramework.Education/ClientApp/src/hooks/useAutoCompleteStyle.d.ts +0 -2
  556. package/dist/MarioFramework.Education/ClientApp/src/hooks/useFontStyles.d.ts +0 -7
  557. package/dist/MarioFramework.Education/ClientApp/src/hooks/useStudentList.d.ts +0 -5
  558. package/dist/MarioFramework.Education/ClientApp/src/index.d.ts +0 -50
  559. package/dist/MarioFramework.Education/ClientApp/src/index.test.d.ts +0 -1
  560. package/dist/MarioFramework.Education/ClientApp/src/services/Speech.d.ts +0 -1
  561. package/dist/MarioFramework.Education/ClientApp/src/services/StudentList.d.ts +0 -5
  562. package/dist/MarioFramework.Education/ClientApp/src/services/SurveyService.d.ts +0 -13
  563. package/dist/MarioFramework.Education/ClientApp/src/services/academicYearService.d.ts +0 -4
  564. package/dist/MarioFramework.Education/ClientApp/src/services/assessmentService.d.ts +0 -6
  565. package/dist/MarioFramework.Education/ClientApp/src/services/assignmentResultService.d.ts +0 -3
  566. package/dist/MarioFramework.Education/ClientApp/src/services/assignmentService.d.ts +0 -8
  567. package/dist/MarioFramework.Education/ClientApp/src/services/assistantService.d.ts +0 -2
  568. package/dist/MarioFramework.Education/ClientApp/src/services/badgeService.d.ts +0 -6
  569. package/dist/MarioFramework.Education/ClientApp/src/services/bandScoreService.d.ts +0 -7
  570. package/dist/MarioFramework.Education/ClientApp/src/services/certificateService.d.ts +0 -8
  571. package/dist/MarioFramework.Education/ClientApp/src/services/classService.d.ts +0 -9
  572. package/dist/MarioFramework.Education/ClientApp/src/services/compareService.d.ts +0 -1
  573. package/dist/MarioFramework.Education/ClientApp/src/services/conferenceRubricService.d.ts +0 -9
  574. package/dist/MarioFramework.Education/ClientApp/src/services/csvService.d.ts +0 -7
  575. package/dist/MarioFramework.Education/ClientApp/src/services/currentLicenseService.d.ts +0 -3
  576. package/dist/MarioFramework.Education/ClientApp/src/services/customAlertService.d.ts +0 -7
  577. package/dist/MarioFramework.Education/ClientApp/src/services/dashboardService.d.ts +0 -30
  578. package/dist/MarioFramework.Education/ClientApp/src/services/designationService.d.ts +0 -5
  579. package/dist/MarioFramework.Education/ClientApp/src/services/feedbackService.d.ts +0 -6
  580. package/dist/MarioFramework.Education/ClientApp/src/services/fixDataUser.d.ts +0 -1
  581. package/dist/MarioFramework.Education/ClientApp/src/services/goalExampleService.d.ts +0 -6
  582. package/dist/MarioFramework.Education/ClientApp/src/services/learningStrategyService.d.ts +0 -7
  583. package/dist/MarioFramework.Education/ClientApp/src/services/learningSupportCategoryService.d.ts +0 -7
  584. package/dist/MarioFramework.Education/ClientApp/src/services/linkTraining.d.ts +0 -2
  585. package/dist/MarioFramework.Education/ClientApp/src/services/oneRosterService.d.ts +0 -8
  586. package/dist/MarioFramework.Education/ClientApp/src/services/questionAlertService.d.ts +0 -5
  587. package/dist/MarioFramework.Education/ClientApp/src/services/questionCategoryService.d.ts +0 -12
  588. package/dist/MarioFramework.Education/ClientApp/src/services/questionScaffoldingService.d.ts +0 -6
  589. package/dist/MarioFramework.Education/ClientApp/src/services/questionService.d.ts +0 -9
  590. package/dist/MarioFramework.Education/ClientApp/src/services/reflectionFormResponseService.d.ts +0 -3
  591. package/dist/MarioFramework.Education/ClientApp/src/services/reflectionFormService.d.ts +0 -6
  592. package/dist/MarioFramework.Education/ClientApp/src/services/revertUserService.d.ts +0 -3
  593. package/dist/MarioFramework.Education/ClientApp/src/services/sandbox.d.ts +0 -3
  594. package/dist/MarioFramework.Education/ClientApp/src/services/schoolBlankDayService.d.ts +0 -6
  595. package/dist/MarioFramework.Education/ClientApp/src/services/semesterService.d.ts +0 -6
  596. package/dist/MarioFramework.Education/ClientApp/src/services/sessionTemplateGeneralClassService.d.ts +0 -6
  597. package/dist/MarioFramework.Education/ClientApp/src/services/sessionTemplateService.d.ts +0 -11
  598. package/dist/MarioFramework.Education/ClientApp/src/services/studentService.d.ts +0 -2
  599. package/dist/MarioFramework.Education/ClientApp/src/services/subjectService.d.ts +0 -6
  600. package/dist/MarioFramework.Education/ClientApp/src/services/suggestionService.d.ts +0 -6
  601. package/dist/MarioFramework.Education/ClientApp/src/services/tutorialScreenService.d.ts +0 -5
  602. package/dist/MarioFramework.Education/ClientApp/src/services/userDeletedService.d.ts +0 -7
  603. package/dist/MarioFramework.Education/ClientApp/src/services/userService.d.ts +0 -27
  604. package/dist/MarioFramework.Education/ClientApp/src/services/welcomeEmailResendService.d.ts +0 -3
  605. package/dist/MarioFramework.Education/ClientApp/src/styles/styles.d.ts +0 -1
  606. package/dist/MarioFramework.Education/ClientApp/src/types/types.d.ts +0 -43
  607. package/dist/MarioFramework.Education/ClientApp/src/utils/constants.d.ts +0 -23
  608. package/dist/MarioFramework.Education/ClientApp/src/utils/constantsFn.d.ts +0 -2
  609. package/dist/MarioFramework.Education/ClientApp/src/utils/formatDate.d.ts +0 -2
  610. package/dist/MarioFramework.Education/ClientApp/src/utils/serviceType.interface.d.ts +0 -35
  611. package/dist/MarioFramework.Education/ClientApp/src/utils/type.d.ts +0 -91
  612. /package/dist/{MarioFramework.Education/ClientApp/src/components → containers/Homepage/assets}/icons/PlusIcon.d.ts +0 -0
  613. /package/dist/{MarioFramework.Education/ClientApp/src/components/Dialog → containers/Homepage/common/dialog}/SimpleDialog.d.ts +0 -0
@@ -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;
@@ -12,3 +12,82 @@ export declare const defaultFontSize = 16;
12
12
  export declare const defaultFontSmall = 12;
13
13
  export declare const defaultFontLarge = 20;
14
14
  export declare const LOGO: string;
15
+ export declare const DATE_FORMAT = "yyyy-MM-dd";
16
+ export declare const charactersRandom = "0123456789";
17
+ export declare const DATE_MIN_VALUE = "0001-01-01T00:00:00";
18
+ export declare const DEFAULT_USER_AVATAR = "/images/image-default.png";
19
+ export declare const SMALL_FONT_DEFAULT = 12;
20
+ export declare const LARGE_FONT_DEFAULT = 20;
21
+ export declare const CONFERENCE_RUBRIC_TYPES: {
22
+ Default: string;
23
+ Balanced: string;
24
+ GoalProgress: string;
25
+ HabitsAttitudesTowardsLearning: string;
26
+ Custom: string;
27
+ };
28
+ export declare const SESSION_START_TIME = "sessionStartTime";
29
+ export declare const SESSION_END_TIME = "sessionEndTime";
30
+ export declare const SESSION_HISTORY_START_TIME = "sessionHistoryStartTime";
31
+ export declare const SESSION_HISTORY_END_TIME = "sessionHistoryEndTime";
32
+ export declare const NOTE_START_TIME = "noteStartTime";
33
+ export declare const NOTE_END_TIME = "noteEndTime";
34
+ export declare const SURVEY_OVERVIEW_FILTERS = "surveyOverviewFilters";
35
+ export declare const SURVEY_SUMMARY_FILTERS = "surveySummaryFilters";
36
+ export declare const REFLECTION_DASHBOARD_FILTERS = "reflectionDashboardFilters";
37
+ export declare const STUDENT_REFECTION_FILTERS = "studentRefectionFilters";
38
+ export declare const TEACHER_REFLECTION_FILTERS = "teacherReflectionFilters";
39
+ export declare const CONFERENCE_FILTERS = "conferenceFilters";
40
+ export declare const CONFERENCE_HISTORY_FILTERS = "conferenceHistoryFilters";
41
+ export declare const CHECKIN_STUDENT_FILTERS = "checkInStudentFilters";
42
+ export declare const CONFERENCE_STUDENT_FILTERS = "conferenceStudentFilters";
43
+ export declare const LEARNING_PLAN_FILTERS = "learningPlanFilters";
44
+ export declare const CONVERSATION_STUDENT_FILTERS = "conversationStudentFilters";
45
+ export declare const OVERVIEW_STUDENT_FILTERS = "overviewStudentFilters";
46
+ export declare const screenWidth: number;
47
+ export declare const iconQuestion: {
48
+ question: string;
49
+ firstIcon: string;
50
+ lastIcon: string;
51
+ }[];
52
+ export declare const linearGradientColorRedToRed: {
53
+ offset: number;
54
+ stopColor: string;
55
+ }[];
56
+ export declare const linearGradientColor: {
57
+ offset: number;
58
+ stopColor: string;
59
+ }[];
60
+ export declare type STUDENT_DETAIL = {
61
+ email: string;
62
+ firstInitial: string;
63
+ fullName: string;
64
+ gender: string;
65
+ gradeLevel: string;
66
+ id: string;
67
+ mtss: string;
68
+ profileImageFileName: string;
69
+ studentId: number;
70
+ totalTime: number;
71
+ };
72
+ export declare enum guideType {
73
+ CheckIn = 0,
74
+ Dashboard = 1,
75
+ Plp = 2,
76
+ Conference = 3,
77
+ Survey = 4,
78
+ ClassReflection = 5
79
+ }
80
+ export declare type filterSelect = {
81
+ clear?: boolean;
82
+ value: string;
83
+ options: string[];
84
+ placeholder: string;
85
+ onChange: (item: string) => void;
86
+ };
87
+ export declare const GRADE_DEFAULT: string[];
88
+ export declare const questionStressTooltipLabel: string[];
89
+ export declare enum TYPE_SURVEY_OPTION {
90
+ VIEW_PREVIEW = 0,
91
+ VIEW_RESPONSE = 1,
92
+ DELETE = 2
93
+ }
@@ -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<"header" | "title" | "content" | "overlay" | "arrow" | "grow" | "menuItem" | "menuButton" | "listItem" | "dropdown" | "sectionDesktop" | "drawer" | "textPrivacy" | "subMenuDrawer" | "subDrawerItem" | "drawerItem" | "drawerContent" | "drawerPaper" | "drawerPaperMobile" | "drawerActive" | "contentShift" | "fontBodyLarge" | "fontBodySmall" | "fontSmall" | "fontMedium" | "fontLarge" | "sectionFontDesktop" | "itemSideBar" | "positionBox" | "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 ConferenceRubricIcon: FC<any>;
3
+ export default ConferenceRubricIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const CustomAlertIcon: FC<any>;
3
+ export default CustomAlertIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const CustomizeIcon: FC<any>;
3
+ export default CustomizeIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const DashboardIcon: FC<any>;
3
+ export default DashboardIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const DataImportExportIcon: FC<any>;
3
+ export default DataImportExportIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const EIPTemplateIcon: FC<any>;
3
+ export default EIPTemplateIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const EmailTemplateIcon: FC<any>;
3
+ export default EmailTemplateIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const HelpIcon: FC<any>;
3
+ export default HelpIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const MEDIAGalleryIcon: FC<any>;
3
+ export default MEDIAGalleryIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const QuestionIcon: FC<any>;
3
+ export default QuestionIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const SandboxIcon: FC<any>;
3
+ export default SandboxIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const SurveyDashboardIcon: FC<any>;
3
+ export default SurveyDashboardIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const TechnicalSettingsIcon: FC<any>;
3
+ export default TechnicalSettingsIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const TimesIcon: FC<any>;
3
+ export default TimesIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const ToolIcon: FC<any>;
3
+ export default ToolIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const UserIcon: FC<any>;
3
+ export default UserIcon;
@@ -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
+ };
@@ -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;
@@ -0,0 +1,31 @@
1
+ export declare const INITIAL_STUDENT_SKILL_QUESTION: {
2
+ studentPercentageStress: number;
3
+ studentPercentageUnsafe: number;
4
+ studentSafetyQuestionCount: number;
5
+ studentStressQuestionCount: number;
6
+ responseStudentStress: never[];
7
+ responseStudentSafety: never[];
8
+ };
9
+ export declare const INITIAl_HOMEPAGE_STATIC: {
10
+ totalStudent: number;
11
+ totalCheckIn: number;
12
+ totalCheckInLastMonth: number;
13
+ totalConversationTime: number;
14
+ totalConversationTimeLastMonth: number;
15
+ totalOneToOneConversation: number;
16
+ totalOneToOneConversationLastMonth: number;
17
+ totalConference: number;
18
+ totalConferenceLastMonth: number;
19
+ avgClassReflection: number;
20
+ avgClassReflectionLastMonth: number;
21
+ };
22
+ export declare const INITIAl_SCHOOL_INFO: {
23
+ logo: string;
24
+ name: string;
25
+ };
26
+ export declare const SAFETY_QUESTION = "safety";
27
+ export declare const STRESS_QUESTION = "stress";
28
+ export declare const PREPAREDNESS_QUESTION: string[];
29
+ export declare const SUCCESS_INDICATORS_QUESTION: string[];
30
+ export declare const readinessToLearnName = "readiness_to_learn";
31
+ export declare const DATE_MIN_VALUE = "0001-01-01T00:00:00";
@@ -0,0 +1,146 @@
1
+ export interface STUDENT_SELECTOR {
2
+ id: string;
3
+ fullName: string;
4
+ studentId: number;
5
+ email?: string;
6
+ }
7
+ export interface IResultQuestion {
8
+ averagePoint: number;
9
+ questionText: string;
10
+ }
11
+ export interface ISeries {
12
+ name: string;
13
+ data: number[];
14
+ }
15
+ export interface IResultQuestion {
16
+ avgOfStudentChoice: number;
17
+ questionId: number;
18
+ questionText: string;
19
+ }
20
+ export interface IOverviewQuestionChoice {
21
+ month: string;
22
+ resultQuestion: IResultQuestion[];
23
+ startDate: string;
24
+ endDate: string;
25
+ }
26
+ export interface IResponseStudentQuestion {
27
+ sessionId: number;
28
+ studentAvatar: string;
29
+ studentId: number;
30
+ studentName: string;
31
+ point: number;
32
+ time: string;
33
+ averageOtherRatings: number;
34
+ isSessionCheckIn: boolean;
35
+ sessionResults: ICheckInResult[];
36
+ }
37
+ export interface ICheckInResult {
38
+ id: number;
39
+ isTeacherResult: boolean;
40
+ startTime: string;
41
+ endTime: string;
42
+ }
43
+ export interface IStudentSkillQuestion {
44
+ studentPercentageStress: number;
45
+ studentPercentageUnsafe: number;
46
+ studentSafetyQuestionCount: number;
47
+ studentStressQuestionCount: number;
48
+ responseStudentSafety: IResponseStudentQuestion[];
49
+ responseStudentStress: IResponseStudentQuestion[];
50
+ }
51
+ export interface IQuestionResponseLastMonth {
52
+ avgQuestionResponse: number;
53
+ avgQuestionResponseLastMonth: number;
54
+ questionId: number;
55
+ questionText: string;
56
+ }
57
+ export interface IColumnChartAndPercent {
58
+ overviewQuestionChoice: IOverviewQuestionChoice[];
59
+ type: string;
60
+ overViewQuestionLastMonth: IQuestionResponseLastMonth[];
61
+ }
62
+ export interface FILTER_STUDENT_WELLBEING {
63
+ startDate?: number;
64
+ endDate?: number;
65
+ classType?: string;
66
+ grade?: string;
67
+ studentId?: number | null;
68
+ timeOfDay?: string;
69
+ roles?: string[];
70
+ optionDate?: string;
71
+ }
72
+ export interface CheckIn {
73
+ createdAt?: string;
74
+ sessionId: number;
75
+ sessionResultId: number;
76
+ name: string;
77
+ avatar?: string;
78
+ startTime: string;
79
+ resultStartTime?: string;
80
+ endTime?: string;
81
+ isDone?: boolean;
82
+ percentDiff?: number;
83
+ tagTitle?: string;
84
+ studentId?: number;
85
+ isSessionCheckIn?: boolean;
86
+ lastCheckIn?: LastCheckIn;
87
+ }
88
+ export interface LastCheckIn {
89
+ id?: number;
90
+ sessionResultId?: number;
91
+ startTime?: string;
92
+ endTime?: string;
93
+ }
94
+ export interface IHomepageStatic {
95
+ totalStudent: number;
96
+ totalCheckIn: number;
97
+ totalCheckInLastMonth: number;
98
+ totalConversationTime: number;
99
+ totalConversationTimeLastMonth: number;
100
+ totalOneToOneConversation: number;
101
+ totalOneToOneConversationLastMonth: number;
102
+ totalConference: number;
103
+ totalConferenceLastMonth: number;
104
+ avgClassReflection: number;
105
+ avgClassReflectionLastMonth: number;
106
+ }
107
+ export declare type TotalCardItem = {
108
+ icon?: any;
109
+ id: string;
110
+ title: string;
111
+ value: number;
112
+ lastMonthValue: number;
113
+ totalStudent?: number;
114
+ };
115
+ export interface IGeneralTip {
116
+ id: number;
117
+ text: string;
118
+ }
119
+ export interface IGradeUsage {
120
+ grade: string;
121
+ totalCheckIn: number;
122
+ totalConference: number;
123
+ totalConversation: number;
124
+ totalOneToOne: number;
125
+ totalReflection: number;
126
+ }
127
+ export interface ISchoolInfo {
128
+ logo: string;
129
+ name: string;
130
+ }
131
+ export interface IOneToOneParams {
132
+ studentId: any;
133
+ timeSearch: any;
134
+ gradeFilter?: string[];
135
+ roles?: string[];
136
+ academicYearId?: number;
137
+ }
138
+ export interface IStudentQuestionSkillParams {
139
+ studentId: any;
140
+ startDate?: number;
141
+ endDate?: number;
142
+ gradeFilter?: string[];
143
+ roles?: string[];
144
+ academicYearId?: number;
145
+ optionDate?: string;
146
+ }
@@ -0,0 +1,12 @@
1
+ import { IOverviewQuestionChoice } from "./interface";
2
+ export declare const convertDataToDataChart: (data: IOverviewQuestionChoice[]) => string[];
3
+ export declare const convertToSeriesColumnChartAndPercent: (dataCharts: string[], data: IOverviewQuestionChoice[], isHardQuestion?: boolean | undefined) => {
4
+ name: string;
5
+ data: number[];
6
+ }[];
7
+ export declare const handleAveraged: (points: number[], isStress?: boolean | undefined) => number;
8
+ export declare const getConvertMinuteToHour: (timeSecond: any, usingText?: boolean | undefined) => string;
9
+ export declare const getTimeOfFirstDayCurrentMonth: () => number;
10
+ export declare const getTimeCurrentDay: () => number;
11
+ export declare const getTimeOfFirstDayLastMonth: () => number;
12
+ 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;