mario-education 2.4.495-release → 2.4.497-feedback

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 (576) hide show
  1. package/dist/containers/ConductSurvey/hooks/useConductSurvey.d.ts +2 -2
  2. package/dist/containers/ConductSurvey/hooks/usePreviewSurvey.d.ts +1 -1
  3. package/dist/containers/Dashboard/components/AreaChart.d.ts +2 -0
  4. package/dist/containers/Dashboard/components/BubbleChartCustom.d.ts +2 -0
  5. package/dist/containers/Dashboard/components/OverallDonutChart.d.ts +2 -0
  6. package/dist/containers/Dashboard/components/StudentPressureChart.d.ts +1 -1
  7. package/dist/containers/Dashboard/components/TopLearningStrategy.d.ts +1 -0
  8. package/dist/containers/Dashboard/configs/types.d.ts +2 -0
  9. package/dist/containers/Dashboard/configs/utils.d.ts +4 -4
  10. package/dist/containers/Dashboard/hooks/useChartDatas.d.ts +1 -0
  11. package/dist/containers/MarioAi/cofigs/constants.d.ts +3 -9
  12. package/dist/containers/MarioAi/cofigs/type.d.ts +8 -79
  13. package/dist/containers/MarioAi/components/ChatContent.d.ts +0 -3
  14. package/dist/containers/MarioAi/components/ChatHeader.d.ts +0 -1
  15. package/dist/containers/MarioAi/components/HeaderAI.d.ts +1 -2
  16. package/dist/containers/MarioAi/components/ListPrompts.d.ts +0 -11
  17. package/dist/containers/MarioAi/hooks/useAIChat.d.ts +0 -4
  18. package/dist/containers/MarioAi/hooks/useAIMario.d.ts +1 -11
  19. package/dist/containers/SurveyDashboard/configs/constants.d.ts +1 -0
  20. package/dist/containers/SurveyDashboard/configs/types.d.ts +2 -0
  21. package/dist/index.css +47 -46
  22. package/dist/index.js +330 -188
  23. package/dist/index.js.map +1 -1
  24. package/dist/index.modern.js +331 -189
  25. package/dist/index.modern.js.map +1 -1
  26. package/package.json +2 -2
  27. package/dist/MarioFramework.Education/ClientApp/src/components/AudioRecorder/useAudioRecorder.d.ts +0 -0
  28. package/dist/MarioFramework.Education/ClientApp/src/components/Button/CancelButton.d.ts +0 -7
  29. package/dist/MarioFramework.Education/ClientApp/src/components/Button/ChipButton.d.ts +0 -8
  30. package/dist/MarioFramework.Education/ClientApp/src/components/Button/ChipImage.d.ts +0 -8
  31. package/dist/MarioFramework.Education/ClientApp/src/components/Button/CustomButton.d.ts +0 -11
  32. package/dist/MarioFramework.Education/ClientApp/src/components/Button/ScrollToTop/ScrollToTopBtn.d.ts +0 -2
  33. package/dist/MarioFramework.Education/ClientApp/src/components/Button/SubmitButton.d.ts +0 -9
  34. package/dist/MarioFramework.Education/ClientApp/src/components/Card/CardNameButton.d.ts +0 -7
  35. package/dist/MarioFramework.Education/ClientApp/src/components/Card/CardTotal.d.ts +0 -9
  36. package/dist/MarioFramework.Education/ClientApp/src/components/Dialog/ConfirmDelete.d.ts +0 -9
  37. package/dist/MarioFramework.Education/ClientApp/src/components/Dialog/SimpleDialog.d.ts +0 -12
  38. package/dist/MarioFramework.Education/ClientApp/src/components/Header/CustomHeaderComponent.d.ts +0 -19
  39. package/dist/MarioFramework.Education/ClientApp/src/components/Header/HeaderComponent.d.ts +0 -40
  40. package/dist/MarioFramework.Education/ClientApp/src/components/Input/InputComponent.d.ts +0 -18
  41. package/dist/MarioFramework.Education/ClientApp/src/components/Input/TextFieldComponent.d.ts +0 -13
  42. package/dist/MarioFramework.Education/ClientApp/src/components/Input/ToggleInput.d.ts +0 -10
  43. package/dist/MarioFramework.Education/ClientApp/src/components/Loading/LoadLanguage.d.ts +0 -3
  44. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/DropDownComponent.d.ts +0 -3
  45. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/EmotionComponent.d.ts +0 -10
  46. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/MultiChoiceComponent.d.ts +0 -14
  47. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/QuestionSurveyComponent.d.ts +0 -33
  48. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SingleChoiceComponent.d.ts +0 -13
  49. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderComponent.d.ts +0 -16
  50. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderSurveyComponent.d.ts +0 -16
  51. package/dist/MarioFramework.Education/ClientApp/src/components/Questions/QuestionList.d.ts +0 -11
  52. package/dist/MarioFramework.Education/ClientApp/src/components/Questions/QuestionSelector.d.ts +0 -14
  53. package/dist/MarioFramework.Education/ClientApp/src/components/Select/Autocomplete.d.ts +0 -2
  54. package/dist/MarioFramework.Education/ClientApp/src/components/Select/InputSelector.d.ts +0 -13
  55. package/dist/MarioFramework.Education/ClientApp/src/components/Select/SelectFilter.d.ts +0 -4
  56. package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/Circle.d.ts +0 -11
  57. package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/ItemCircle.d.ts +0 -7
  58. package/dist/MarioFramework.Education/ClientApp/src/components/Shapes/Circle/utils.d.ts +0 -5
  59. package/dist/MarioFramework.Education/ClientApp/src/components/Table/ConvertTime.d.ts +0 -6
  60. package/dist/MarioFramework.Education/ClientApp/src/components/Table/TableCells.d.ts +0 -15
  61. package/dist/MarioFramework.Education/ClientApp/src/components/Tabs/CustomTabComponent.d.ts +0 -3
  62. package/dist/MarioFramework.Education/ClientApp/src/components/Tooltip/CustomTooltip.d.ts +0 -4
  63. package/dist/MarioFramework.Education/ClientApp/src/components/icons/CloseIcon.d.ts +0 -3
  64. package/dist/MarioFramework.Education/ClientApp/src/components/icons/DownloadIcon.d.ts +0 -3
  65. package/dist/MarioFramework.Education/ClientApp/src/components/icons/InfoIcon.d.ts +0 -3
  66. package/dist/MarioFramework.Education/ClientApp/src/components/icons/PlusIcon.d.ts +0 -2
  67. package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/constants.d.ts +0 -14
  68. package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/types.d.ts +0 -12
  69. package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterComponent.d.ts +0 -41
  70. package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterMobile.d.ts +0 -28
  71. package/dist/MarioFramework.Education/ClientApp/src/components/selector/StudentSelector.d.ts +0 -3
  72. package/dist/MarioFramework.Education/ClientApp/src/components/selector/TeacherSelector.d.ts +0 -2
  73. package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/components/BreakingMonthModal.d.ts +0 -3
  74. package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/hooks/useAcademicYearList.d.ts +0 -8
  75. package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/hooks/useBreakingMonth.d.ts +0 -14
  76. package/dist/MarioFramework.Education/ClientApp/src/containers/AcademicYear/views/AcademicYearList.d.ts +0 -3
  77. package/dist/MarioFramework.Education/ClientApp/src/containers/AdminTraining/hooks/useAdminTraning.d.ts +0 -4
  78. package/dist/MarioFramework.Education/ClientApp/src/containers/AdminTraining/views/AdminTraining.d.ts +0 -2
  79. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/components/AssessmentDetailModal.d.ts +0 -3
  80. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +0 -2
  81. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useAssessmentDetail.d.ts +0 -24
  82. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useAssessmentList.d.ts +0 -9
  83. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/hooks/useQuestionCategory.d.ts +0 -13
  84. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/views/AssessmentList.d.ts +0 -3
  85. package/dist/MarioFramework.Education/ClientApp/src/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +0 -2
  86. package/dist/MarioFramework.Education/ClientApp/src/containers/Assetlog/Views/AssetLog.d.ts +0 -3
  87. package/dist/MarioFramework.Education/ClientApp/src/containers/Assetlog/hooks/UseAssetlog.d.ts +0 -8
  88. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/components/AssignAssistantModal.d.ts +0 -4
  89. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/hooks/useAssignAssistant.d.ts +0 -18
  90. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/utils/constants.d.ts +0 -3
  91. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/utils/type.interface.d.ts +0 -45
  92. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/views/AssignAssistantList.d.ts +0 -2
  93. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/components/AssignCounselorModal.d.ts +0 -4
  94. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/hooks/useAssignCounselor.d.ts +0 -18
  95. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/utils/constants.d.ts +0 -2
  96. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/utils/type.interface.d.ts +0 -46
  97. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/views/AssignCounselorList.d.ts +0 -2
  98. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/components/AssignSecondaryTeacherModal.d.ts +0 -4
  99. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/hooks/useAssignSecondaryTeacher.d.ts +0 -18
  100. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/utils/constants.d.ts +0 -2
  101. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/utils/type.interface.d.ts +0 -46
  102. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/views/AssignSecondaryTeacherList.d.ts +0 -2
  103. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AcademicClassSelector.d.ts +0 -2
  104. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AssessmentSelector.d.ts +0 -2
  105. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AssignmentDetailModal.d.ts +0 -3
  106. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/SemesterSelector.d.ts +0 -8
  107. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/configs/types.d.ts +0 -13
  108. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentDetail.d.ts +0 -27
  109. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentList.d.ts +0 -17
  110. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentResultDetail.d.ts +0 -8
  111. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/hooks/useAssignmentResultList.d.ts +0 -10
  112. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/views/AssignmentList.d.ts +0 -3
  113. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/views/AssignmentResultList.d.ts +0 -3
  114. package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/components/BadgeDetailModal.d.ts +0 -3
  115. package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/hooks/useBadgeDetail.d.ts +0 -20
  116. package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/hooks/useBadgeList.d.ts +0 -9
  117. package/dist/MarioFramework.Education/ClientApp/src/containers/Badge/views/BadgeList.d.ts +0 -3
  118. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/components/BandScoreDetailModal.d.ts +0 -3
  119. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBandScoreDetail.d.ts +0 -18
  120. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBandScoreList.d.ts +0 -7
  121. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/hooks/useBreakPoint.d.ts +0 -12
  122. package/dist/MarioFramework.Education/ClientApp/src/containers/BandScore/views/BandScoreList.d.ts +0 -3
  123. package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/components/UploadCSVButton.d.ts +0 -11
  124. package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/hooks/useCSVImport.d.ts +0 -41
  125. package/dist/MarioFramework.Education/ClientApp/src/containers/CSVImport/views/CSVImport.d.ts +0 -3
  126. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateApproved.d.ts +0 -3
  127. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateDetailModal.d.ts +0 -3
  128. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateItem.d.ts +0 -9
  129. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateList.d.ts +0 -3
  130. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/components/CertificateReview.d.ts +0 -3
  131. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/config/constants.d.ts +0 -19
  132. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateDetail.d.ts +0 -26
  133. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateList.d.ts +0 -9
  134. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/hooks/useCertificateReview.d.ts +0 -7
  135. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/views/CertificateContainer.d.ts +0 -2
  136. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/ClassDetailModal.d.ts +0 -3
  137. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/ClassStudentModal.d.ts +0 -3
  138. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentItemSelector.d.ts +0 -23
  139. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentList.d.ts +0 -8
  140. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentSelector.d.ts +0 -8
  141. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherItemSelector.d.ts +0 -13
  142. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherMultiSelector.d.ts +0 -7
  143. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/TeacherSelector.d.ts +0 -11
  144. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/hooks/useClassDetail.d.ts +0 -25
  145. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/hooks/useClassList.d.ts +0 -12
  146. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/views/ClassList.d.ts +0 -3
  147. package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/components/TeacherItem.d.ts +0 -8
  148. package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/configs/constants.d.ts +0 -18
  149. package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/hooks/useCompareTeacher.d.ts +0 -17
  150. package/dist/MarioFramework.Education/ClientApp/src/containers/CompareTeacher/views/CompareTeacher.d.ts +0 -3
  151. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/constant.d.ts +0 -9
  152. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/types.d.ts +0 -47
  153. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ConductTop/ConductItem.d.ts +0 -7
  154. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ConductTop/SurveyTop.d.ts +0 -14
  155. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/HeaderSurvey.d.ts +0 -22
  156. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/QuestionConduct.d.ts +0 -15
  157. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ShareSurveyDialog.d.ts +0 -14
  158. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/DialogInterventionBody.d.ts +0 -15
  159. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/InterventionDialog.d.ts +0 -20
  160. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/InterventionSelector.d.ts +0 -11
  161. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/hooks/useInterventionDialog.d.ts +0 -27
  162. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/configs/constant.d.ts +0 -3
  163. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/configs/types.d.ts +0 -126
  164. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/hooks/useConductSurvey.d.ts +0 -31
  165. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/hooks/usePreviewSurvey.d.ts +0 -33
  166. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/styles/makeStyles.d.ts +0 -1
  167. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/PreviewSurveyAdmin.d.ts +0 -3
  168. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/SurveyIndexAdmin.d.ts +0 -3
  169. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/SurveyResultAdmin.d.ts +0 -3
  170. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/ConferenceRubricItem.d.ts +0 -14
  171. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/ConferenceRubricTypeSelector.d.ts +0 -7
  172. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/components/SkillSelector.d.ts +0 -8
  173. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/configs/types.d.ts +0 -44
  174. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/hooks/useConferenceRubricDetail.d.ts +0 -36
  175. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/hooks/useConferenceRubricList.d.ts +0 -10
  176. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/styles/styles.d.ts +0 -2
  177. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +0 -2
  178. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/views/ConferenceRubricList.d.ts +0 -3
  179. package/dist/MarioFramework.Education/ClientApp/src/containers/CurrentLicense/hooks/useCurrentLicense.d.ts +0 -6
  180. package/dist/MarioFramework.Education/ClientApp/src/containers/CurrentLicense/views/CurrentLicense.d.ts +0 -2
  181. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/components/CustomAlertDetailModal.d.ts +0 -3
  182. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/components/QuestionAlertDetailModel.d.ts +0 -3
  183. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/constant.d.ts +0 -16
  184. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/type.d.ts +0 -19
  185. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/validate.d.ts +0 -9
  186. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useCustomAlertDetail.d.ts +0 -22
  187. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useCustomAlertList.d.ts +0 -9
  188. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/hooks/useQuestionAlert.d.ts +0 -14
  189. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/views/CustomAlertList.d.ts +0 -3
  190. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/views/CustomQuestionAlert.d.ts +0 -2
  191. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/AreaChart.d.ts +0 -13
  192. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BarAndAreaChart.d.ts +0 -11
  193. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BarChart.d.ts +0 -12
  194. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BubbleChartCustom.d.ts +0 -8
  195. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CheckboxCustom.d.ts +0 -12
  196. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/ColumnChartAndPercent.d.ts +0 -18
  197. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomBarChart.d.ts +0 -2
  198. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomChartCircle.d.ts +0 -4
  199. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomCheckbox.d.ts +0 -9
  200. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomLineChart.d.ts +0 -2
  201. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomPieChart.d.ts +0 -7
  202. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/DashboardCard.d.ts +0 -7
  203. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/DashboardToPDF.d.ts +0 -3
  204. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/GenerateChartData.d.ts +0 -4
  205. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/GoalProgress.d.ts +0 -7
  206. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Grade.d.ts +0 -7
  207. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HeaderChart/HeaderChart.d.ts +0 -17
  208. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HeaderChart/PlusButton.d.ts +0 -6
  209. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HighImpact.d.ts +0 -6
  210. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LearningStrategiesTable.d.ts +0 -12
  211. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LineChart.d.ts +0 -11
  212. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Loading.d.ts +0 -3
  213. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LoginCouting.d.ts +0 -7
  214. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/OverallDonutChart.d.ts +0 -12
  215. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/PerceivedImpact.d.ts +0 -7
  216. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Quantity.d.ts +0 -7
  217. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/Skill.d.ts +0 -7
  218. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByAge.d.ts +0 -7
  219. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByAgeAndGender.d.ts +0 -9
  220. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByGender.d.ts +0 -2
  221. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByGrade.d.ts +0 -7
  222. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentPressureChart.d.ts +0 -3
  223. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentWithSpecialNeeds.d.ts +0 -7
  224. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TimeInSession.d.ts +0 -7
  225. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TopLearningStrategy.d.ts +0 -11
  226. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TopSkill.d.ts +0 -2
  227. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TotalCard.d.ts +0 -3
  228. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/backgroundPressure.d.ts +0 -2
  229. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/constants.d.ts +0 -85
  230. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/types.d.ts +0 -368
  231. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/utils.d.ts +0 -136
  232. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useBehavior.d.ts +0 -7
  233. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useChartDatas.d.ts +0 -50
  234. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useDashboard.d.ts +0 -50
  235. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useExportSessionCsv.d.ts +0 -4
  236. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useSkillFormat.d.ts +0 -9
  237. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useWrapText.d.ts +0 -2
  238. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/views/Dashboard.d.ts +0 -3
  239. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/components/DestinationModal.d.ts +0 -13
  240. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/hooks/useDestination.d.ts +0 -18
  241. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/utils/constant.d.ts +0 -11
  242. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/utils/type.interface.d.ts +0 -4
  243. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/utils/ultis.d.ts +0 -7
  244. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/views/Destinations.d.ts +0 -2
  245. package/dist/MarioFramework.Education/ClientApp/src/containers/ExternalSurvey/api/externalService.d.ts +0 -6
  246. package/dist/MarioFramework.Education/ClientApp/src/containers/ExternalSurvey/constant/types.d.ts +0 -69
  247. package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/components/FeedbackDetailModal.d.ts +0 -3
  248. package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/hooks/useFeedbackDetail.d.ts +0 -11
  249. package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/hooks/useFeedbackList.d.ts +0 -9
  250. package/dist/MarioFramework.Education/ClientApp/src/containers/Feedback/views/FeedbackList.d.ts +0 -3
  251. package/dist/MarioFramework.Education/ClientApp/src/containers/FixData/hooks/useFixData.d.ts +0 -4
  252. package/dist/MarioFramework.Education/ClientApp/src/containers/FixData/views/FixDataStudent.d.ts +0 -2
  253. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/components/GoalExampleDetailModal.d.ts +0 -3
  254. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useGoalExampleDetail.d.ts +0 -27
  255. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useGoalExampleList.d.ts +0 -10
  256. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/hooks/useShortTermTargetExampleList.d.ts +0 -12
  257. package/dist/MarioFramework.Education/ClientApp/src/containers/GoalExample/views/GoalExampleList.d.ts +0 -3
  258. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/components/StrategyDetailModal.d.ts +0 -3
  259. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/hooks/useLearningStrategyList.d.ts +0 -9
  260. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/hooks/useStrategyDetail.d.ts +0 -21
  261. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningStrategy/views/LearningStrategyList.d.ts +0 -3
  262. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/components/LearningSupportCategoryDetailModal.d.ts +0 -3
  263. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/components/LearningSupportCategorySelector.d.ts +0 -7
  264. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryDetail.d.ts +0 -20
  265. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryList.d.ts +0 -9
  266. package/dist/MarioFramework.Education/ClientApp/src/containers/LearningSupportCategory/views/LearningSupportCategoryList.d.ts +0 -3
  267. package/dist/MarioFramework.Education/ClientApp/src/containers/ManageAssistant/views/ManageAssistantList.d.ts +0 -3
  268. package/dist/MarioFramework.Education/ClientApp/src/containers/MyOneToOne/constants/types.d.ts +0 -5
  269. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/configs/constants.d.ts +0 -46
  270. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/configs/utils.d.ts +0 -35
  271. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/types/types.d.ts +0 -227
  272. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/AreaChart.d.ts +0 -13
  273. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/BubbleChartCustom.d.ts +0 -13
  274. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/OverallDonutChart.d.ts +0 -12
  275. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/components/ImportOneRoster.d.ts +0 -6
  276. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/components/RosterConfigForm.d.ts +0 -8
  277. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/hooks/useImportOneRoster.d.ts +0 -28
  278. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/hooks/userRosterConfigForm.d.ts +0 -7
  279. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/utils/constants.d.ts +0 -2
  280. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/utils/types.d.ts +0 -5
  281. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/views/OneRoster.d.ts +0 -3
  282. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/ImportOneRoster.d.ts +0 -6
  283. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/RosterConfigForm.d.ts +0 -8
  284. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/TeacherSelector.d.ts +0 -2
  285. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/configs/constants.d.ts +0 -12
  286. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/configs/types.d.ts +0 -25
  287. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useCreateRosterUser.d.ts +0 -5
  288. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useImportOneRoster.d.ts +0 -28
  289. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/useOneRosterUserList.d.ts +0 -19
  290. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/hooks/userRosterConfigForm.d.ts +0 -7
  291. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterContainer.d.ts +0 -2
  292. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterImport.d.ts +0 -2
  293. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterUserList.d.ts +0 -2
  294. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AdditionalComponent.d.ts +0 -7
  295. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AgGridComponents.d.ts +0 -11
  296. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AnswerList.d.ts +0 -10
  297. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/DefaultQuestionStudentTeacherFilter.d.ts +0 -9
  298. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/DefaultQuestionTypeSelector.d.ts +0 -7
  299. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/QuestionPreview.d.ts +0 -2
  300. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/SliderScale.d.ts +0 -8
  301. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/StarRating.d.ts +0 -7
  302. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/SubQuestions.d.ts +0 -7
  303. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/UserForQuestion.d.ts +0 -6
  304. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/constants.d.ts +0 -11
  305. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/questionDetailSchema.d.ts +0 -29
  306. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/type.d.ts +0 -5
  307. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/validationAnswerId.d.ts +0 -2
  308. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/validationChoices.d.ts +0 -2
  309. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionAnswerList.d.ts +0 -7
  310. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionDetail.d.ts +0 -39
  311. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useQuestionList.d.ts +0 -15
  312. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/hooks/useSubQuestionList.d.ts +0 -6
  313. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionBankContainer.d.ts +0 -2
  314. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionBankList.d.ts +0 -9
  315. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionDetail.d.ts +0 -3
  316. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/SurveyQuestionContainer.d.ts +0 -2
  317. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/components/QuestionCateModal.d.ts +0 -3
  318. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/components/QuestionCateSelector.d.ts +0 -12
  319. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/hooks/useQuestionCateDetail.d.ts +0 -18
  320. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/hooks/useQuestionCateList.d.ts +0 -12
  321. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionCategory/views/QuestionCategogyList.d.ts +0 -3
  322. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/components/QuestionDetailModal.d.ts +0 -3
  323. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/hooks/useQuestionDetail.d.ts +0 -21
  324. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/hooks/useQuestionList.d.ts +0 -11
  325. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/ultis/ultis.d.ts +0 -20
  326. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionScaffolding/views/QuestionScaffolding.d.ts +0 -3
  327. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +0 -2
  328. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +0 -2
  329. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +0 -2
  330. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +0 -2
  331. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +0 -2
  332. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +0 -2
  333. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/ReflectionDetailModal.d.ts +0 -3
  334. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/ReflectionResultDetailModal.d.ts +0 -3
  335. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/configs/types.d.ts +0 -43
  336. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useQuestionCategory.d.ts +0 -13
  337. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionFormDetail.d.ts +0 -21
  338. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionFormList.d.ts +0 -10
  339. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionResultDetail.d.ts +0 -8
  340. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/hooks/useReflectionResultList.d.ts +0 -9
  341. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionContainer.d.ts +0 -2
  342. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionFormList.d.ts +0 -3
  343. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionResultList.d.ts +0 -3
  344. package/dist/MarioFramework.Education/ClientApp/src/containers/Sandbox/hooks/useSandbox.d.ts +0 -6
  345. package/dist/MarioFramework.Education/ClientApp/src/containers/Sandbox/views/SandboxContainer.d.ts +0 -2
  346. package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/components/SchoolBlankDayDetailModal.d.ts +0 -3
  347. package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayDetail.d.ts +0 -19
  348. package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayList.d.ts +0 -9
  349. package/dist/MarioFramework.Education/ClientApp/src/containers/SchoolBlankDay/views/SchoolBlankDayList.d.ts +0 -3
  350. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/components/BreakingMonthModal.d.ts +0 -3
  351. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/components/SemesterDetailModal.d.ts +0 -3
  352. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useBreakingMonth.d.ts +0 -14
  353. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useSemesterDetail.d.ts +0 -19
  354. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/hooks/useSemesterList.d.ts +0 -9
  355. package/dist/MarioFramework.Education/ClientApp/src/containers/Semester/views/SemesterList.d.ts +0 -3
  356. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/AddQuestionModal.d.ts +0 -13
  357. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/CategorySelector.d.ts +0 -7
  358. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/ConferenceRubricSelector.d.ts +0 -7
  359. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/ReflectionFormSelector.d.ts +0 -7
  360. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/components/SkillSelector.d.ts +0 -7
  361. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/configs/validationSchema.d.ts +0 -15
  362. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useAddQuestion.d.ts +0 -8
  363. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useSessionTemplateDetail.d.ts +0 -42
  364. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/hooks/useSessionTemplateList.d.ts +0 -15
  365. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/views/SessionTemplateDetail.d.ts +0 -3
  366. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplate/views/SessionTemplateList.d.ts +0 -3
  367. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateContainer/views/SessionTemplateContainer.d.ts +0 -3
  368. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/components/SubjectSelector.d.ts +0 -7
  369. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassDetail.d.ts +0 -39
  370. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassList.d.ts +0 -10
  371. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassDetail.d.ts +0 -3
  372. package/dist/MarioFramework.Education/ClientApp/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassList.d.ts +0 -3
  373. package/dist/MarioFramework.Education/ClientApp/src/containers/Setup/views/SetupContainer.d.ts +0 -2
  374. package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/components/SubjectDetailModal.d.ts +0 -3
  375. package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/hooks/useSubjectDetail.d.ts +0 -19
  376. package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/hooks/useSubjectList.d.ts +0 -9
  377. package/dist/MarioFramework.Education/ClientApp/src/containers/Subject/views/SubjectList.d.ts +0 -3
  378. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/components/SuggestionDetailModal.d.ts +0 -3
  379. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useKeywordList.d.ts +0 -12
  380. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useSuggestionDetail.d.ts +0 -30
  381. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/hooks/useSuggestionList.d.ts +0 -10
  382. package/dist/MarioFramework.Education/ClientApp/src/containers/SuggestionBank/views/SuggestionList.d.ts +0 -3
  383. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/apiClient/surveyService.d.ts +0 -32
  384. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AllQuestionSurvey.d.ts +0 -3
  385. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AllStudentSurvey.d.ts +0 -3
  386. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AreaChart.d.ts +0 -10
  387. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/BarAndAreaChart.d.ts +0 -9
  388. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/BarChart.d.ts +0 -11
  389. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CardItemMobile/CardSurveyMobile.d.ts +0 -3
  390. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ChartViewDashboard.d.ts +0 -20
  391. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CheckboxCustom.d.ts +0 -12
  392. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ChoiceChartType.d.ts +0 -9
  393. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ConductSurveyModel.d.ts +0 -3
  394. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CreateSurveyAdmin.d.ts +0 -2
  395. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/DashboardCard.d.ts +0 -7
  396. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/HeaderChart/HeaderChart.d.ts +0 -16
  397. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/HeaderChart/PlusButton.d.ts +0 -6
  398. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ListSurveys.d.ts +0 -2
  399. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/Loading.d.ts +0 -3
  400. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/PieChart.d.ts +0 -9
  401. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/Questions/AdditionalQuestionModel.d.ts +0 -3
  402. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/RatingOfQuestions.d.ts +0 -3
  403. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ResponseQuestionModel.d.ts +0 -3
  404. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ConfirmPublishSurvey.d.ts +0 -3
  405. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ConfirmShareSurvey.d.ts +0 -3
  406. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/CreateSurveyComponent.d.ts +0 -3
  407. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ListFavoriteSurvey.d.ts +0 -3
  408. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSelectQuestion.d.ts +0 -3
  409. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSelectSurveyTemplate.d.ts +0 -3
  410. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSendSurvey.d.ts +0 -3
  411. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ReviewSurveyDetail.d.ts +0 -3
  412. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/TableSelectStaff.d.ts +0 -3
  413. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/TableSelectStudent.d.ts +0 -3
  414. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StudentByGrade.d.ts +0 -7
  415. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StudentFlagList.d.ts +0 -7
  416. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/TopMostSurveyUsed.d.ts +0 -7
  417. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/TotalCard.d.ts +0 -3
  418. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/chartOptions.d.ts +0 -6
  419. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/constants.d.ts +0 -65
  420. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/overviewFn.d.ts +0 -17
  421. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/questionModelType.d.ts +0 -34
  422. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/tableColumn.d.ts +0 -146
  423. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/typeCardItem.d.ts +0 -17
  424. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/types.d.ts +0 -274
  425. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/utils.d.ts +0 -129
  426. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useAdditionalQuestion.d.ts +0 -32
  427. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useBehavior.d.ts +0 -7
  428. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useChartDatas.d.ts +0 -43
  429. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useContainerDimensions.d.ts +0 -4
  430. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useCreateSurvey.d.ts +0 -100
  431. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useDashboard.d.ts +0 -32
  432. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useExternalSurvey.d.ts +0 -26
  433. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useFormCreateSurvey.d.ts +0 -15
  434. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListFavoriteSurvey.d.ts +0 -10
  435. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListQuestionSurvey.d.ts +0 -8
  436. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListStudentFlag.d.ts +0 -19
  437. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListSurvey.d.ts +0 -44
  438. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListSurveyDetail.d.ts +0 -20
  439. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectQuestion.d.ts +0 -26
  440. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectStaff.d.ts +0 -15
  441. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectStudent.d.ts +0 -16
  442. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyDetail.d.ts +0 -31
  443. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyExportCsv.d.ts +0 -7
  444. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyStudentFlag.d.ts +0 -7
  445. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/styles/makeStyles.d.ts +0 -3
  446. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDashboard.d.ts +0 -3
  447. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDashboardContainer.d.ts +0 -2
  448. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDetailAdmin.d.ts +0 -2
  449. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyStudentFlagListAdmin.d.ts +0 -2
  450. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveySummary.d.ts +0 -2
  451. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/components/SwitchAssistantModal.d.ts +0 -4
  452. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/hooks/useSwitchAssistant.d.ts +0 -18
  453. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/utils/constants.d.ts +0 -8
  454. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/utils/type.interface.d.ts +0 -36
  455. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/views/SwitchAssistantList.d.ts +0 -2
  456. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/components/SwitchCounselorModal.d.ts +0 -4
  457. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/hooks/useSwitchCounselor.d.ts +0 -18
  458. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/utils/constants.d.ts +0 -8
  459. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/utils/type.interface.d.ts +0 -53
  460. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/views/SwitchCounselorList.d.ts +0 -2
  461. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/components/SwitchSecondaryTeacherModal.d.ts +0 -4
  462. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/hooks/useSwitchSecondaryTeacher.d.ts +0 -19
  463. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/utils/constants.d.ts +0 -8
  464. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/utils/type.interface.d.ts +0 -63
  465. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/views/SwitchSecondaryTeacherList.d.ts +0 -2
  466. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/components/SwitchTeacherModal.d.ts +0 -3
  467. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/hooks/useSwitchTeacher.d.ts +0 -38
  468. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/views/SwitchTeacherList.d.ts +0 -2
  469. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/components/TemplateCateModal.d.ts +0 -3
  470. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/hooks/useTemplateCateDetail.d.ts +0 -35
  471. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/hooks/useTemplateCateList.d.ts +0 -10
  472. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSurvey/views/TemplateSurveyList.d.ts +0 -3
  473. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/apiClient/index.d.ts +0 -10
  474. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/SelectorTemplate.d.ts +0 -2
  475. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/TemplateDialogModal.d.ts +0 -3
  476. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/configs/types.d.ts +0 -12
  477. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateBuilder.d.ts +0 -13
  478. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateDetail.d.ts +0 -20
  479. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateList.d.ts +0 -9
  480. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/hooks/useTemplateStart.d.ts +0 -11
  481. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateBuilderPage.d.ts +0 -3
  482. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateContainer.d.ts +0 -2
  483. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateIEPList.d.ts +0 -3
  484. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateStartBuild.d.ts +0 -3
  485. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateSystemList.d.ts +0 -3
  486. package/dist/MarioFramework.Education/ClientApp/src/containers/Training/hooks/useTrainingLink.d.ts +0 -10
  487. package/dist/MarioFramework.Education/ClientApp/src/containers/Training/views/Training.d.ts +0 -2
  488. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/components/TutorialScreenDetailModal.d.ts +0 -3
  489. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/components/TutorialScreenList.d.ts +0 -7
  490. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/enums/TutorialScreenType.d.ts +0 -7
  491. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/hooks/useTutorialScreenDetail.d.ts +0 -20
  492. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/hooks/useTutorialScreenList.d.ts +0 -10
  493. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +0 -2
  494. package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/components/UserDeletedModal.d.ts +0 -3
  495. package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/hooks/useUserDeletedList.d.ts +0 -37
  496. package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/hooks/useUserDeletedModal.d.ts +0 -14
  497. package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/views/UserDeletedList.d.ts +0 -2
  498. package/dist/MarioFramework.Education/ClientApp/src/containers/UserRevert/hooks/useRevertUser.d.ts +0 -13
  499. package/dist/MarioFramework.Education/ClientApp/src/containers/UserRevert/views/RevertUser.d.ts +0 -2
  500. package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/hook/useGetUserList.d.ts +0 -12
  501. package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/hook/useResendMail.d.ts +0 -5
  502. package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/utils/constants.d.ts +0 -25
  503. package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/views/WelcomeEmailResend.d.ts +0 -2
  504. package/dist/MarioFramework.Education/ClientApp/src/hooks/useAutoCompleteStyle.d.ts +0 -2
  505. package/dist/MarioFramework.Education/ClientApp/src/hooks/useFontStyles.d.ts +0 -7
  506. package/dist/MarioFramework.Education/ClientApp/src/hooks/useStudentList.d.ts +0 -5
  507. package/dist/MarioFramework.Education/ClientApp/src/index.d.ts +0 -44
  508. package/dist/MarioFramework.Education/ClientApp/src/index.test.d.ts +0 -1
  509. package/dist/MarioFramework.Education/ClientApp/src/services/Speech.d.ts +0 -1
  510. package/dist/MarioFramework.Education/ClientApp/src/services/StudentList.d.ts +0 -5
  511. package/dist/MarioFramework.Education/ClientApp/src/services/SurveyService.d.ts +0 -13
  512. package/dist/MarioFramework.Education/ClientApp/src/services/academicYearService.d.ts +0 -4
  513. package/dist/MarioFramework.Education/ClientApp/src/services/assessmentService.d.ts +0 -6
  514. package/dist/MarioFramework.Education/ClientApp/src/services/assignmentResultService.d.ts +0 -3
  515. package/dist/MarioFramework.Education/ClientApp/src/services/assignmentService.d.ts +0 -8
  516. package/dist/MarioFramework.Education/ClientApp/src/services/assistantService.d.ts +0 -2
  517. package/dist/MarioFramework.Education/ClientApp/src/services/badgeService.d.ts +0 -6
  518. package/dist/MarioFramework.Education/ClientApp/src/services/bandScoreService.d.ts +0 -7
  519. package/dist/MarioFramework.Education/ClientApp/src/services/certificateService.d.ts +0 -8
  520. package/dist/MarioFramework.Education/ClientApp/src/services/classService.d.ts +0 -9
  521. package/dist/MarioFramework.Education/ClientApp/src/services/compareService.d.ts +0 -1
  522. package/dist/MarioFramework.Education/ClientApp/src/services/conferenceRubricService.d.ts +0 -9
  523. package/dist/MarioFramework.Education/ClientApp/src/services/csvService.d.ts +0 -7
  524. package/dist/MarioFramework.Education/ClientApp/src/services/currentLicenseService.d.ts +0 -3
  525. package/dist/MarioFramework.Education/ClientApp/src/services/customAlertService.d.ts +0 -7
  526. package/dist/MarioFramework.Education/ClientApp/src/services/dashboardService.d.ts +0 -30
  527. package/dist/MarioFramework.Education/ClientApp/src/services/designationService.d.ts +0 -5
  528. package/dist/MarioFramework.Education/ClientApp/src/services/feedbackService.d.ts +0 -6
  529. package/dist/MarioFramework.Education/ClientApp/src/services/fixDataUser.d.ts +0 -1
  530. package/dist/MarioFramework.Education/ClientApp/src/services/goalExampleService.d.ts +0 -6
  531. package/dist/MarioFramework.Education/ClientApp/src/services/learningStrategyService.d.ts +0 -7
  532. package/dist/MarioFramework.Education/ClientApp/src/services/learningSupportCategoryService.d.ts +0 -7
  533. package/dist/MarioFramework.Education/ClientApp/src/services/linkTraining.d.ts +0 -2
  534. package/dist/MarioFramework.Education/ClientApp/src/services/oneRosterService.d.ts +0 -8
  535. package/dist/MarioFramework.Education/ClientApp/src/services/questionAlertService.d.ts +0 -5
  536. package/dist/MarioFramework.Education/ClientApp/src/services/questionCategoryService.d.ts +0 -11
  537. package/dist/MarioFramework.Education/ClientApp/src/services/questionScaffoldingService.d.ts +0 -6
  538. package/dist/MarioFramework.Education/ClientApp/src/services/questionService.d.ts +0 -8
  539. package/dist/MarioFramework.Education/ClientApp/src/services/reflectionFormResponseService.d.ts +0 -3
  540. package/dist/MarioFramework.Education/ClientApp/src/services/reflectionFormService.d.ts +0 -6
  541. package/dist/MarioFramework.Education/ClientApp/src/services/revertUserService.d.ts +0 -2
  542. package/dist/MarioFramework.Education/ClientApp/src/services/sandbox.d.ts +0 -3
  543. package/dist/MarioFramework.Education/ClientApp/src/services/schoolBlankDayService.d.ts +0 -6
  544. package/dist/MarioFramework.Education/ClientApp/src/services/semesterService.d.ts +0 -6
  545. package/dist/MarioFramework.Education/ClientApp/src/services/sessionTemplateGeneralClassService.d.ts +0 -6
  546. package/dist/MarioFramework.Education/ClientApp/src/services/sessionTemplateService.d.ts +0 -11
  547. package/dist/MarioFramework.Education/ClientApp/src/services/studentService.d.ts +0 -2
  548. package/dist/MarioFramework.Education/ClientApp/src/services/subjectService.d.ts +0 -6
  549. package/dist/MarioFramework.Education/ClientApp/src/services/suggestionService.d.ts +0 -6
  550. package/dist/MarioFramework.Education/ClientApp/src/services/tutorialScreenService.d.ts +0 -5
  551. package/dist/MarioFramework.Education/ClientApp/src/services/userDeletedService.d.ts +0 -7
  552. package/dist/MarioFramework.Education/ClientApp/src/services/userService.d.ts +0 -27
  553. package/dist/MarioFramework.Education/ClientApp/src/services/welcomeEmailResendService.d.ts +0 -3
  554. package/dist/MarioFramework.Education/ClientApp/src/styles/styles.d.ts +0 -1
  555. package/dist/MarioFramework.Education/ClientApp/src/types/types.d.ts +0 -43
  556. package/dist/MarioFramework.Education/ClientApp/src/utils/constants.d.ts +0 -21
  557. package/dist/MarioFramework.Education/ClientApp/src/utils/constantsFn.d.ts +0 -2
  558. package/dist/MarioFramework.Education/ClientApp/src/utils/formatDate.d.ts +0 -2
  559. package/dist/MarioFramework.Education/ClientApp/src/utils/function.d.ts +0 -3
  560. package/dist/MarioFramework.Education/ClientApp/src/utils/serviceType.interface.d.ts +0 -35
  561. package/dist/MarioFramework.Education/ClientApp/src/utils/type.d.ts +0 -77
  562. package/dist/containers/ExternalApi/components/DetailTokenModel.d.ts +0 -3
  563. package/dist/containers/ExternalApi/components/PermissionSelected.d.ts +0 -3
  564. package/dist/containers/ExternalApi/configs/contants.d.ts +0 -3
  565. package/dist/containers/ExternalApi/configs/types.d.ts +0 -24
  566. package/dist/containers/ExternalApi/hooks/useExternalApi.d.ts +0 -12
  567. package/dist/containers/ExternalApi/hooks/useSandbox.d.ts +0 -6
  568. package/dist/containers/ExternalApi/views/ExternalApi.d.ts +0 -2
  569. package/dist/containers/MarioAi/components/ChatMessage.d.ts +0 -8
  570. package/dist/containers/MarioAi/hooks/useHistoryPrompt.d.ts +0 -10
  571. package/dist/containers/MarioAi/views/ViewHistoryPrompt.d.ts +0 -2
  572. package/dist/containers/MyWellbeing/hooks/useGeminiAI.d.ts +0 -8
  573. package/dist/containers/MyWellbeing/views/MarioAi.d.ts +0 -2
  574. package/dist/containers/MyWellbeing/views/MyWellbeing.d.ts +0 -2
  575. package/dist/services/externalApi.d.ts +0 -4
  576. package/dist/services/geminiAiService.d.ts +0 -8
@@ -18,8 +18,8 @@ declare const useConductSurvey: () => {
18
18
  isUserChangeSession: boolean;
19
19
  setIsUserChangeSession: import("react").Dispatch<import("react").SetStateAction<boolean>>;
20
20
  listAdditionalQuestionAnswer: any;
21
- questionSummarize: any;
22
- setQuestionSummarize: import("react").Dispatch<any>;
21
+ questionSummarize: any[];
22
+ setQuestionSummarize: import("react").Dispatch<import("react").SetStateAction<any[]>>;
23
23
  updateAnswerIBLearner: (answer: string) => Promise<void>;
24
24
  questionIBLearner: string;
25
25
  setQuestionIBLearner: import("react").Dispatch<import("react").SetStateAction<string>>;
@@ -8,7 +8,7 @@ declare const usePreviewSurvey: () => {
8
8
  category: string;
9
9
  setCategory: import("react").Dispatch<import("react").SetStateAction<string>>;
10
10
  classFontSize: string;
11
- questionSummarize: QuestionSummarizeType | null;
11
+ questionSummarize: QuestionSummarizeType[];
12
12
  activeTab: string;
13
13
  handleChange: (_event: React.ChangeEvent<{}>, newValue: string) => void;
14
14
  surveyId: string;
@@ -8,6 +8,8 @@ interface IProps {
8
8
  dayOfWeek: string[];
9
9
  isCountSeries?: boolean;
10
10
  min?: number;
11
+ handleHoverTooltip?: Function;
12
+ chartName?: string;
11
13
  }
12
14
  declare const AreaChart: FC<IProps>;
13
15
  export default AreaChart;
@@ -2,7 +2,9 @@ import React from "react";
2
2
  import { IReadinessToLearning } from "../configs/types";
3
3
  interface IProps {
4
4
  data: IReadinessToLearning[];
5
+ handleHoverTooltip?: Function;
5
6
  isPrint?: boolean;
7
+ name?: string;
6
8
  }
7
9
  declare const _default: React.NamedExoticComponent<IProps>;
8
10
  export default _default;
@@ -7,6 +7,8 @@ interface IProps {
7
7
  height?: number | string;
8
8
  textColors?: string[];
9
9
  isCountSeries?: boolean;
10
+ handleHoverTooltip?: Function;
11
+ chartName?: string;
10
12
  }
11
13
  declare const OverallDonutChart: FC<IProps>;
12
14
  export default OverallDonutChart;
@@ -1,3 +1,3 @@
1
1
  import { IStudentPressureChart } from "../configs/types";
2
- declare const StudentPressureChart: ({ studentPressure, changeLanguage, width, print }: IStudentPressureChart) => JSX.Element;
2
+ declare const StudentPressureChart: ({ studentPressure, changeLanguage, width, print, handleHoverTooltip }: IStudentPressureChart) => JSX.Element;
3
3
  export default StudentPressureChart;
@@ -6,6 +6,7 @@ interface ITopLearningStrategy {
6
6
  topLearningStrategyId?: string;
7
7
  width?: number;
8
8
  isPrint?: boolean;
9
+ handleHoverTooltip?: Function;
9
10
  }
10
11
  declare const _default: React.NamedExoticComponent<ITopLearningStrategy>;
11
12
  export default _default;
@@ -37,6 +37,7 @@ export interface IStudentPressureChart {
37
37
  changeLanguage?: string;
38
38
  width?: number;
39
39
  print?: boolean;
40
+ handleHoverTooltip?: Function;
40
41
  }
41
42
  export interface IStudentPressure {
42
43
  boreOutStudent: string[];
@@ -311,6 +312,7 @@ export interface IGenerateChart {
311
312
  studentPercentage?: number;
312
313
  responseStudent?: IResponseStudentQuestion[];
313
314
  classFontSize?: string;
315
+ handleHoverTooltip?: Function;
314
316
  }
315
317
  export interface IDashboardToPDF {
316
318
  startTime: number | undefined;
@@ -28,7 +28,7 @@ export declare const mtssOptions: {
28
28
  value: MtssType;
29
29
  label: string;
30
30
  }[];
31
- export declare const learningStrategyChartOptions: (labelNames: any, usageCountList: number[], isMobileScreen: boolean) => ApexOptions;
31
+ export declare const learningStrategyChartOptions: (labelNames: any, usageCountList: number[], isMobileScreen: boolean, handleHoverTooltip?: Function | undefined, chartName?: string | undefined) => ApexOptions;
32
32
  export declare const ReadinessToLearnOptions: (questionTexts: string[]) => ApexOptions;
33
33
  export declare const optionsChartGrade: (maxDatas: number) => ApexOptions;
34
34
  export declare const studentBySpecialNeedOptions: (seriesValue: IseriesChart, colors: string[]) => ApexOptions;
@@ -97,15 +97,15 @@ export declare const studentByGradeConvert: (newData: IStudentByGrade[]) => {
97
97
  }[];
98
98
  export declare const findTotalStudentByGrade: (data: IStudentByGrade[]) => number;
99
99
  export declare const getConvertMinuteToHour: (timeSecond: any) => string;
100
- export declare const readinesToLearnoptions: (seriesName: string[], data: any) => ApexOptions;
100
+ export declare const readinesToLearnoptions: (seriesName: string[], data: any, handleHoverTooltip?: Function | undefined, chartName?: string | undefined) => ApexOptions;
101
101
  export declare const convertDataToSeriesBullderChart: (data: IReadinessToLearning[]) => {
102
102
  name: string;
103
103
  data: import("react").ReactText[][];
104
104
  }[];
105
- export declare const optionColumnChartAndPercents: (min: number, months: string[], activeData: boolean[], isRidgeCharts: boolean, colors: string[], maxSeries: number, dayOfWeek: string[], isCountSeries?: boolean | undefined) => ApexOptions;
105
+ export declare const optionColumnChartAndPercents: (min: number, months: string[], activeData: boolean[], isRidgeCharts: boolean, colors: string[], maxSeries: number, dayOfWeek: string[], isCountSeries?: boolean | undefined, handleTooltip?: Function | undefined, chartName?: string | undefined) => ApexOptions;
106
106
  export declare const optionLineChart: (months: string[], activeData: boolean[], colors: string[], dayOfWeek: string[]) => ApexOptions;
107
107
  export declare const optionBarChartAndArea: (months: string[], activeData: boolean[], dayOfWeek: string[], newseries?: any) => ApexOptions;
108
- export declare const overallDonutCHartOptions: (labelNames: string[], colors: string[], isCountSeries?: boolean | undefined, textColors?: string[] | undefined) => ApexOptions;
108
+ export declare const overallDonutCHartOptions: (labelNames: string[], colors: string[], isCountSeries?: boolean | undefined, textColors?: string[] | undefined, handleHoverTooltip?: Function | undefined, chartName?: string | undefined) => ApexOptions;
109
109
  export declare const convertDataToDataChart: (data: IOverviewQuestionChoice[]) => IQuestionTranslate[];
110
110
  export declare const convertToSeriesColumnChartAndPercent: (dataCharts: IQuestionTranslate[], data: IOverviewQuestionChoice[], isHardQuestion?: boolean | undefined) => {
111
111
  name: string;
@@ -58,5 +58,6 @@ declare const useChartDatas: () => {
58
58
  };
59
59
  goToSession: (sessionId: number, sessionResultId: number) => void;
60
60
  isExistQuestion: boolean;
61
+ handleHoverTooltip: (name: string) => void;
61
62
  };
62
63
  export default useChartDatas;
@@ -1,15 +1,9 @@
1
- import { ICardAI, IOptionDate } from "./type";
1
+ import { ICardAI, IChat, IOptionDate, IPrompt } from "./type";
2
2
  export declare const CALENDAR_OPTIONS: IOptionDate[];
3
- export declare const promptIcons: (() => JSX.Element)[];
4
3
  export declare const CARD_AI_HEADER: ICardAI[];
4
+ export declare const PROMPTS: IPrompt[];
5
5
  export declare const THEME: {
6
6
  LIGHT: string;
7
7
  DARK: string;
8
8
  };
9
- export declare enum MessageRole {
10
- System = 0,
11
- User = 1,
12
- Model = 2
13
- }
14
- export declare const DEFAULT_START_DATE: number;
15
- export declare const DEFAULT_END_DATE: number;
9
+ export declare const CHAT: IChat[];
@@ -1,4 +1,3 @@
1
- import { MessageRole } from "./constants";
2
1
  export interface ISummarizeResponse {
3
2
  studentName: string;
4
3
  answer: string;
@@ -20,88 +19,18 @@ export interface ICardAI {
20
19
  id: number;
21
20
  }
22
21
  export interface ICardHeader {
23
- id: number;
24
- name: string;
25
- description: string;
26
- goToChat: Function;
22
+ card: ICardAI;
23
+ }
24
+ export interface IPrompt {
27
25
  icon: any;
26
+ title: string;
27
+ time: string;
28
+ id: number;
28
29
  }
29
30
  export interface IChat {
31
+ id: number;
30
32
  message: string;
31
- text?: string;
32
33
  time: string;
33
34
  isUser: boolean;
34
- options?: IOptionDate[];
35
- }
36
- export interface IPrompt {
37
- name: string;
38
- description: string;
39
- temperature: number;
40
- maxOutputTokens: number;
41
- stopSequences: string;
42
- topP: number;
43
- topK: number;
44
- frequencyPenalty: number;
45
- presencePenalty: number;
46
- aiModel: string;
47
- messages: IMessage[];
48
- id: number;
49
- instruction: instructionType;
50
- sampleData: string;
51
- question: string;
52
- }
53
- export interface IMessage {
54
- role: MessageRole;
55
- message: string;
56
- }
57
- export declare enum instructionType {
58
- CheckIn = 0,
59
- OneToOne = 1,
60
- Conference = 2,
61
- CheckInAndOneToOne = 3
62
- }
63
- export interface IHeaderAi {
64
- prompts: IPrompt[];
65
- goToChat: Function;
66
- generateIcons: Function;
67
- }
68
- export interface IHistoryPrompt {
69
- name: string;
70
- description: string;
71
- temperature: number;
72
- maxOutputTokens: number;
73
- stopSequences: string;
74
- topP: number;
75
- topK: number;
76
- frequencyPenalty: number;
77
- presencePenalty: number;
78
- aiModel: string;
79
- messages: IChat[];
80
- id?: number;
81
- instruction: instructionType;
82
- question: string;
83
- startTime?: number;
84
- endTime?: number;
85
- startDate?: string;
86
- endDate?: string;
87
- grade: string;
88
- promptId: number;
89
- output: string;
90
- calendar: string;
91
- createdAt: string;
92
- }
93
- export interface IPromptParams {
94
- schoolId?: number;
95
- startDate?: number;
96
- endDate?: number;
97
- grade?: string;
98
- question?: string;
99
- calendar?: string;
100
- instruction?: instructionType;
101
- }
102
- export interface IAnswer {
103
- answer: string;
104
- fullName: string;
105
- grade: string;
106
- question: string;
35
+ options?: string[];
107
36
  }
@@ -1,9 +1,6 @@
1
1
  import { FC } from 'react';
2
- import { IChat } from '../cofigs/type';
3
2
  interface ChatContentProps {
4
3
  theme: string;
5
- chats: IChat[];
6
- onSelectTime?: Function;
7
4
  }
8
5
  declare const ChatContent: FC<ChatContentProps>;
9
6
  export default ChatContent;
@@ -4,7 +4,6 @@ interface ChatHeaderProps {
4
4
  setTheme: (theme: string) => void;
5
5
  goBack: () => void;
6
6
  isOpenSideBar: boolean;
7
- name: string;
8
7
  }
9
8
  declare const ChatHeader: FC<ChatHeaderProps>;
10
9
  export default ChatHeader;
@@ -1,3 +1,2 @@
1
- import { IHeaderAi } from '../cofigs/type';
2
- declare const HeaderAI: ({ prompts, goToChat, generateIcons }: IHeaderAi) => JSX.Element;
1
+ declare const HeaderAI: () => JSX.Element;
3
2
  export default HeaderAI;
@@ -1,17 +1,6 @@
1
1
  import { FC } from 'react';
2
- import { IHistoryPrompt } from '../cofigs/type';
3
2
  interface IProps {
4
3
  maxHeight: number;
5
- historyPrompts: IHistoryPrompt[];
6
- handleClickAction: Function;
7
- handleCloseAction: Function;
8
- anchorEl: HTMLButtonElement | null;
9
- popoverId?: string;
10
- openPopover: boolean;
11
- removeData: Function;
12
- selectId: number | null;
13
- goToViewHistory: Function;
14
- generateIcons: Function;
15
4
  }
16
5
  declare const ListPrompts: FC<IProps>;
17
6
  export default ListPrompts;
@@ -1,12 +1,8 @@
1
1
  /// <reference types="react" />
2
- import { IChat, IOptionDate, IPrompt } from "../cofigs/type";
3
2
  declare const useAIChat: () => {
4
3
  theme: string;
5
4
  setTheme: import("react").Dispatch<import("react").SetStateAction<string>>;
6
5
  goBack: () => void;
7
6
  isOpenSideBar: any;
8
- prompt: IPrompt | undefined;
9
- chats: IChat[];
10
- handleSelectTime: (value: IOptionDate) => void;
11
7
  };
12
8
  export default useAIChat;
@@ -1,19 +1,9 @@
1
- /// <reference types="react" />
2
- import { IHistoryPrompt, IPrompt } from "../cofigs/type";
3
1
  declare const useAIMario: () => {
4
- handleClickAction: (event: React.MouseEvent<HTMLButtonElement>, id: number) => void;
2
+ handleClickAction: (event: React.MouseEvent<HTMLButtonElement>, id: string) => void;
5
3
  handleCloseAction: () => void;
6
4
  anchorEl: HTMLButtonElement | null;
7
5
  popoverId: string | undefined;
8
6
  openPopover: boolean;
9
7
  goToChat: (id: number) => void;
10
- isOpenSideBar: any;
11
- height: number;
12
- aiMarioRef: import("react").RefObject<HTMLDivElement>;
13
- prompts: IPrompt[];
14
- historyPrompts: IHistoryPrompt[];
15
- removeData: (id: number) => Promise<void>;
16
- selectId: number | null;
17
- goToViewHistory: (id: number) => void;
18
8
  };
19
9
  export default useAIMario;
@@ -114,6 +114,7 @@ export declare const initialValues: {
114
114
  activeStep: number;
115
115
  listSelectTemplate: never[];
116
116
  staffIds: never[];
117
+ summarizeQuestions: never[];
117
118
  };
118
119
  export declare const initialFilters: {
119
120
  search: string;
@@ -1,4 +1,5 @@
1
1
  import { ISeries } from "../../Dashboard/configs/types";
2
+ import { QuestionSummarizeType } from "../../ExternalSurvey/constant/types";
2
3
  import { QuestionType } from "./constants";
3
4
  import { QUESTION_ADDITIONAL } from "./questionModelType";
4
5
  export declare type LoginCountingReport = {
@@ -588,6 +589,7 @@ export interface FORM_SURVEY {
588
589
  studentIds: number[];
589
590
  staffIds: string[];
590
591
  listSelectTemplate: TEMPLATE_SURVEY[];
592
+ summarizeQuestions: QuestionSummarizeType[];
591
593
  }
592
594
  export interface STUDENT_SURVEY {
593
595
  email: string;
package/dist/index.css CHANGED
@@ -2415,6 +2415,7 @@ h6._3zOGW {
2415
2415
  line-height: 18px;
2416
2416
  margin-right: 5px;
2417
2417
  margin-bottom: 0;
2418
+ text-transform: capitalize;
2418
2419
  }
2419
2420
 
2420
2421
  ._3-8OW {
@@ -3014,20 +3015,20 @@ h6._3zOGW {
3014
3015
  flex-direction: column;
3015
3016
  }
3016
3017
 
3017
- ._1ym2M > ._21miX {
3018
+ ._1ym2M>._21miX {
3018
3019
  font-size: 24px;
3019
3020
  font-weight: 600;
3020
3021
  line-height: 32px;
3021
3022
  }
3022
3023
 
3023
- ._1ym2M > ._38wLO {
3024
+ ._1ym2M>._38wLO {
3024
3025
  font-size: 32px;
3025
3026
  font-weight: 600;
3026
3027
  line-height: 40px;
3027
3028
  margin-bottom: 8px;
3028
3029
  }
3029
3030
 
3030
- ._1ym2M > ._3giEV {
3031
+ ._1ym2M>._3giEV {
3031
3032
  font-size: 14px;
3032
3033
  font-weight: 400;
3033
3034
  line-height: 20px;
@@ -3069,57 +3070,57 @@ h6._3zOGW {
3069
3070
  }
3070
3071
 
3071
3072
  ._3KJDS {
3072
- display: flex;
3073
- flex-direction: column;
3074
- height: 100%;
3075
- flex-grow: 1;
3076
- overflow: hidden;
3073
+ display: flex;
3074
+ flex-direction: column;
3075
+ height: 100%;
3076
+ flex-grow: 1;
3077
+ overflow: hidden;
3077
3078
  }
3078
3079
 
3079
- ._3KJDS > ._QR625 {
3080
- flex-shrink: 0;
3080
+ ._3KJDS>._QR625 {
3081
+ flex-shrink: 0;
3081
3082
  }
3082
3083
 
3083
- ._3KJDS > ._xCCue {
3084
- flex-grow: 1;
3085
- overflow-y: auto;
3086
- display: block;
3087
- /* width: calc(100% + 10px); */
3084
+ ._3KJDS>._xCCue {
3085
+ flex-grow: 1;
3086
+ overflow-y: auto;
3087
+ display: block;
3088
+ /* width: calc(100% + 10px); */
3088
3089
  }
3089
3090
 
3090
- ._3KJDS > ._3GkYB {
3091
+ ._3KJDS>._3GkYB {
3091
3092
  padding-right: 10px;
3092
3093
  }
3093
3094
 
3094
- ._3KJDS > ._xCCue::-webkit-scrollbar {
3095
+ ._3KJDS>._xCCue::-webkit-scrollbar {
3095
3096
  width: 10px;
3096
3097
  }
3097
3098
 
3098
- ._3KJDS > ._xCCue::-webkit-scrollbar-track {
3099
+ ._3KJDS>._xCCue::-webkit-scrollbar-track {
3099
3100
  background: #F6F6F6;
3100
3101
  border-radius: 8px;
3101
3102
  box-shadow: none;
3102
3103
  }
3103
3104
 
3104
- ._3KJDS > ._xCCue::-webkit-scrollbar-thumb {
3105
+ ._3KJDS>._xCCue::-webkit-scrollbar-thumb {
3105
3106
  background: #316CD9;
3106
3107
  border: 2px solid #e1e1e1;
3107
3108
  }
3108
3109
 
3109
- ._3KJDS > ._xCCue::-webkit-scrollbar-thumb:hover {
3110
+ ._3KJDS>._xCCue::-webkit-scrollbar-thumb:hover {
3110
3111
  background: #2a5ebe;
3111
3112
  }
3112
3113
 
3113
- ._3KJDS > ._xCCue > table {
3114
- table-layout: fixed;
3115
- width: 100%;
3114
+ ._3KJDS>._xCCue>table {
3115
+ table-layout: fixed;
3116
+ width: 100%;
3116
3117
  }
3117
3118
 
3118
3119
  ._3zJ60 {
3119
- display: table !important;
3120
- width: 100%;
3121
- table-layout: fixed;
3122
- width: calc(100% - 20px);
3120
+ display: table !important;
3121
+ width: 100%;
3122
+ table-layout: fixed;
3123
+ width: calc(100% - 20px);
3123
3124
  }
3124
3125
 
3125
3126
  ._3iePe {
@@ -3130,31 +3131,31 @@ h6._3zOGW {
3130
3131
  cursor: default;
3131
3132
  }
3132
3133
 
3133
- ._3iePe > div {
3134
+ ._3iePe>div {
3134
3135
  font-size: 14px !important;
3135
3136
  font-weight: 400 !important;
3136
3137
  line-height: 20px !important;
3137
3138
  opacity: .56;
3138
3139
  }
3139
3140
 
3140
- ._3iePe > div > svg {
3141
+ ._3iePe>div>svg {
3141
3142
  width: 16px;
3142
3143
  height: 16px;
3143
3144
  margin-left: 8px;
3144
3145
  }
3145
3146
 
3146
- ._jt5M3 > ._2cEqW,
3147
- ._jt5M3 > ._2cEqW > div,
3148
- ._jt5M3 > ._2cEqW > div > div,
3149
- ._jt5M3 > ._2cEqW > div > span,
3150
- ._jt5M3 > ._2cEqW > div > span > span {
3147
+ ._jt5M3>._2cEqW,
3148
+ ._jt5M3>._2cEqW>div,
3149
+ ._jt5M3>._2cEqW>div>div,
3150
+ ._jt5M3>._2cEqW>div>span,
3151
+ ._jt5M3>._2cEqW>div>span>span {
3151
3152
  font-size: 14px;
3152
3153
  font-weight: 400;
3153
3154
  line-height: 20px;
3154
3155
  border-bottom: none;
3155
3156
  }
3156
3157
 
3157
- ._2cEqW > div > ._qGHNb {
3158
+ ._2cEqW>div>._qGHNb {
3158
3159
  display: -webkit-box;
3159
3160
  -webkit-box-orient: vertical;
3160
3161
  overflow: hidden;
@@ -3165,42 +3166,42 @@ h6._3zOGW {
3165
3166
  }
3166
3167
 
3167
3168
  ._1FNac {
3168
- display: block !important;
3169
- /* max-height: 400px;
3169
+ display: block !important;
3170
+ /* max-height: 400px;
3170
3171
  overflow-y: scroll; */
3171
3172
  }
3172
3173
 
3173
- ._e1eW1 > ._ZaJN5 {
3174
+ ._e1eW1>._ZaJN5 {
3174
3175
  display: table;
3175
3176
  width: 100%;
3176
3177
  table-layout: fixed;
3177
3178
  }
3178
3179
 
3179
- ._e1eW1 > ._jt5M3 > ._2cEqW:nth-child(1) {
3180
+ ._e1eW1>._jt5M3>._2cEqW:nth-child(1) {
3180
3181
  width: 18%;
3181
3182
  }
3182
3183
 
3183
- ._e1eW1 > ._jt5M3 > ._2cEqW:nth-child(2) {
3184
+ ._e1eW1>._jt5M3>._2cEqW:nth-child(2) {
3184
3185
  width: 10%;
3185
3186
  }
3186
3187
 
3187
- ._e1eW1 > ._jt5M3 > ._2cEqW:nth-child(3) {
3188
+ ._e1eW1>._jt5M3>._2cEqW:nth-child(3) {
3188
3189
  width: 15%;
3189
3190
  }
3190
3191
 
3191
- ._e1eW1 > ._jt5M3 > ._2cEqW:nth-child(4) {
3192
+ ._e1eW1>._jt5M3>._2cEqW:nth-child(4) {
3192
3193
  width: 12%;
3193
3194
  }
3194
3195
 
3195
- ._e1eW1 > ._jt5M3 > ._2cEqW:nth-child(5) {
3196
+ ._e1eW1>._jt5M3>._2cEqW:nth-child(5) {
3196
3197
  width: 30%;
3197
3198
  }
3198
3199
 
3199
- ._e1eW1 > ._jt5M3 > ._2cEqW:nth-child(6) {
3200
+ ._e1eW1>._jt5M3>._2cEqW:nth-child(6) {
3200
3201
  width: 15%;
3201
3202
  }
3202
3203
 
3203
- ._e1eW1 > ._jt5M3:nth-child(odd) {
3204
+ ._e1eW1>._jt5M3:nth-child(odd) {
3204
3205
  background-color: #F6F6F6;
3205
3206
  }
3206
3207
 
@@ -3219,7 +3220,7 @@ h6._3zOGW {
3219
3220
  height: calc(-200px + 100vh)
3220
3221
  }
3221
3222
 
3222
- ._2emfn > div > div > nav > ul {
3223
+ ._2emfn>div>div>nav>ul {
3223
3224
  margin: 16px 0 0;
3224
3225
  }
3225
3226