mario-education 2.4.442-release → 2.4.446-release

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (226) hide show
  1. package/dist/MarioFramework.Education/ClientApp/src/components/AudioRecorder/useAudioRecorder.d.ts +0 -0
  2. package/dist/MarioFramework.Education/ClientApp/src/components/Button/ChipButton.d.ts +8 -0
  3. package/dist/MarioFramework.Education/ClientApp/src/components/Button/ChipImage.d.ts +8 -0
  4. package/dist/MarioFramework.Education/ClientApp/src/components/Button/CustomButton.d.ts +11 -0
  5. package/dist/MarioFramework.Education/ClientApp/src/components/Button/ScrollToTop/ScrollToTopBtn.d.ts +2 -0
  6. package/dist/MarioFramework.Education/ClientApp/src/components/Card/CardNameButton.d.ts +7 -0
  7. package/dist/MarioFramework.Education/ClientApp/src/components/Card/CardTotal.d.ts +9 -0
  8. package/dist/MarioFramework.Education/ClientApp/src/components/Dialog/ConfirmDelete.d.ts +9 -0
  9. package/dist/MarioFramework.Education/ClientApp/src/components/Dialog/SimpleDialog.d.ts +12 -0
  10. package/dist/MarioFramework.Education/ClientApp/src/components/Header/CustomHeaderComponent.d.ts +19 -0
  11. package/dist/MarioFramework.Education/ClientApp/src/components/Header/HeaderComponent.d.ts +40 -0
  12. package/dist/MarioFramework.Education/ClientApp/src/components/Input/InputComponent.d.ts +18 -0
  13. package/dist/MarioFramework.Education/ClientApp/src/components/Input/TextFieldComponent.d.ts +13 -0
  14. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/DropDownComponent.d.ts +3 -0
  15. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/EmotionComponent.d.ts +10 -0
  16. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/MultiChoiceComponent.d.ts +14 -0
  17. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/QuestionSurveyComponent.d.ts +33 -0
  18. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SingleChoiceComponent.d.ts +13 -0
  19. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderComponent.d.ts +16 -0
  20. package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderSurveyComponent.d.ts +16 -0
  21. package/dist/MarioFramework.Education/ClientApp/src/components/Select/Autocomplete.d.ts +2 -0
  22. package/dist/MarioFramework.Education/ClientApp/src/components/Select/SelectFilter.d.ts +0 -1
  23. package/dist/MarioFramework.Education/ClientApp/src/components/Table/ConvertTime.d.ts +6 -0
  24. package/dist/MarioFramework.Education/ClientApp/src/components/Table/TableCells.d.ts +15 -0
  25. package/dist/MarioFramework.Education/ClientApp/src/components/Tabs/CustomTabComponent.d.ts +3 -0
  26. package/dist/MarioFramework.Education/ClientApp/src/components/Tooltip/CustomTooltip.d.ts +4 -0
  27. package/dist/MarioFramework.Education/ClientApp/src/components/icons/CloseIcon.d.ts +3 -0
  28. package/dist/MarioFramework.Education/ClientApp/src/components/icons/DownloadIcon.d.ts +3 -0
  29. package/dist/MarioFramework.Education/ClientApp/src/components/icons/InfoIcon.d.ts +3 -0
  30. package/dist/MarioFramework.Education/ClientApp/src/components/icons/PlusIcon.d.ts +2 -0
  31. package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/constants.d.ts +14 -0
  32. package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/types.d.ts +12 -0
  33. package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterComponent.d.ts +41 -0
  34. package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterMobile.d.ts +28 -0
  35. package/dist/MarioFramework.Education/ClientApp/src/components/selector/StudentSelector.d.ts +3 -0
  36. package/dist/MarioFramework.Education/ClientApp/src/components/selector/TeacherSelector.d.ts +2 -0
  37. package/dist/MarioFramework.Education/ClientApp/src/containers/AdminTraining/views/AdminTraining.d.ts +0 -1
  38. package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +0 -1
  39. package/dist/MarioFramework.Education/ClientApp/src/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +0 -1
  40. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/views/AssignAssistantList.d.ts +0 -1
  41. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/views/AssignCounselorList.d.ts +0 -1
  42. package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/views/AssignSecondaryTeacherList.d.ts +0 -1
  43. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AcademicClassSelector.d.ts +0 -1
  44. package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AssessmentSelector.d.ts +0 -1
  45. package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/views/CertificateContainer.d.ts +0 -1
  46. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/constant.d.ts +9 -0
  47. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/types.d.ts +47 -0
  48. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ConductTop/ConductItem.d.ts +7 -0
  49. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ConductTop/SurveyTop.d.ts +14 -0
  50. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/HeaderSurvey.d.ts +22 -0
  51. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/QuestionConduct.d.ts +15 -0
  52. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ShareSurveyDialog.d.ts +14 -0
  53. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/DialogInterventionBody.d.ts +15 -0
  54. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/InterventionDialog.d.ts +20 -0
  55. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/InterventionSelector.d.ts +11 -0
  56. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/hooks/useInterventionDialog.d.ts +27 -0
  57. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/configs/constant.d.ts +3 -0
  58. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/configs/types.d.ts +126 -0
  59. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/hooks/useConductSurvey.d.ts +31 -0
  60. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/hooks/usePreviewSurvey.d.ts +33 -0
  61. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/styles/makeStyles.d.ts +1 -0
  62. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/PreviewSurveyAdmin.d.ts +3 -0
  63. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/SurveyIndexAdmin.d.ts +3 -0
  64. package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/SurveyResultAdmin.d.ts +3 -0
  65. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/styles/styles.d.ts +2 -0
  66. package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +0 -1
  67. package/dist/MarioFramework.Education/ClientApp/src/containers/CurrentLicense/views/CurrentLicense.d.ts +0 -1
  68. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/components/QuestionAlertDetailModel.d.ts +0 -1
  69. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/type.d.ts +1 -2
  70. package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/views/CustomQuestionAlert.d.ts +0 -1
  71. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomBarChart.d.ts +0 -1
  72. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomLineChart.d.ts +0 -1
  73. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/DashboardToPDF.d.ts +0 -1
  74. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LearningStrategiesTable.d.ts +0 -1
  75. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByGender.d.ts +0 -1
  76. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentPressureChart.d.ts +0 -1
  77. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TopSkill.d.ts +0 -1
  78. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TotalCard.d.ts +0 -1
  79. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/types.d.ts +0 -1
  80. package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/views/Destinations.d.ts +0 -1
  81. package/dist/MarioFramework.Education/ClientApp/src/containers/ExternalSurvey/api/externalService.d.ts +6 -0
  82. package/dist/MarioFramework.Education/ClientApp/src/containers/ExternalSurvey/constant/types.d.ts +69 -0
  83. package/dist/MarioFramework.Education/ClientApp/src/containers/FixData/views/FixDataStudent.d.ts +0 -1
  84. package/dist/MarioFramework.Education/ClientApp/src/containers/MyOneToOne/constants/types.d.ts +5 -0
  85. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/configs/constants.d.ts +46 -0
  86. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/configs/utils.d.ts +35 -0
  87. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/types/types.d.ts +227 -0
  88. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/AreaChart.d.ts +13 -0
  89. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/BubbleChartCustom.d.ts +13 -0
  90. package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/OverallDonutChart.d.ts +12 -0
  91. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/components/ImportOneRoster.d.ts +6 -0
  92. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/components/RosterConfigForm.d.ts +8 -0
  93. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/hooks/useImportOneRoster.d.ts +28 -0
  94. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/hooks/userRosterConfigForm.d.ts +7 -0
  95. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/utils/constants.d.ts +2 -0
  96. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/utils/types.d.ts +5 -0
  97. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/views/OneRoster.d.ts +3 -0
  98. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/TeacherSelector.d.ts +0 -1
  99. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterContainer.d.ts +0 -1
  100. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterImport.d.ts +0 -1
  101. package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterUserList.d.ts +0 -1
  102. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AgGridComponents.d.ts +0 -1
  103. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/QuestionPreview.d.ts +0 -1
  104. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/UserForQuestion.d.ts +0 -1
  105. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/questionDetailSchema.d.ts +4 -4
  106. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/type.d.ts +5 -0
  107. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionBankContainer.d.ts +0 -1
  108. package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/SurveyQuestionContainer.d.ts +0 -1
  109. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +0 -1
  110. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +0 -1
  111. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +0 -1
  112. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +0 -1
  113. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +0 -1
  114. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +0 -1
  115. package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionContainer.d.ts +0 -1
  116. package/dist/MarioFramework.Education/ClientApp/src/containers/Sandbox/views/SandboxContainer.d.ts +0 -1
  117. package/dist/MarioFramework.Education/ClientApp/src/containers/Setup/views/SetupContainer.d.ts +0 -1
  118. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/apiClient/surveyService.d.ts +32 -0
  119. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AllQuestionSurvey.d.ts +3 -0
  120. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AllStudentSurvey.d.ts +3 -0
  121. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CardItemMobile/CardSurveyMobile.d.ts +3 -0
  122. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ChoiceChartType.d.ts +0 -1
  123. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ConductSurveyModel.d.ts +3 -0
  124. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CreateSurveyAdmin.d.ts +2 -0
  125. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ListSurveys.d.ts +2 -0
  126. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/Questions/AdditionalQuestionModel.d.ts +3 -0
  127. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/RatingOfQuestions.d.ts +3 -0
  128. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ResponseQuestionModel.d.ts +3 -0
  129. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ConfirmPublishSurvey.d.ts +3 -0
  130. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ConfirmShareSurvey.d.ts +3 -0
  131. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/CreateSurveyComponent.d.ts +3 -0
  132. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ListFavoriteSurvey.d.ts +3 -0
  133. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSelectQuestion.d.ts +3 -0
  134. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSelectSurveyTemplate.d.ts +3 -0
  135. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSendSurvey.d.ts +3 -0
  136. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ReviewSurveyDetail.d.ts +3 -0
  137. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/TableSelectStaff.d.ts +3 -0
  138. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/TableSelectStudent.d.ts +3 -0
  139. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StudentFlagList.d.ts +7 -0
  140. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/TotalCard.d.ts +0 -1
  141. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/questionModelType.d.ts +34 -0
  142. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/tableColumn.d.ts +146 -0
  143. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/typeCardItem.d.ts +17 -0
  144. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/types.d.ts +0 -1
  145. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useAdditionalQuestion.d.ts +32 -0
  146. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useCreateSurvey.d.ts +100 -0
  147. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useExternalSurvey.d.ts +26 -0
  148. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useFormCreateSurvey.d.ts +15 -0
  149. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListFavoriteSurvey.d.ts +10 -0
  150. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListQuestionSurvey.d.ts +8 -0
  151. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListStudentFlag.d.ts +19 -0
  152. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListSurvey.d.ts +44 -0
  153. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListSurveyDetail.d.ts +20 -0
  154. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectQuestion.d.ts +26 -0
  155. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectStaff.d.ts +15 -0
  156. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectStudent.d.ts +16 -0
  157. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyDetail.d.ts +31 -0
  158. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyExportCsv.d.ts +7 -0
  159. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyStudentFlag.d.ts +7 -0
  160. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/styles/makeStyles.d.ts +3 -0
  161. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDashboardContainer.d.ts +2 -0
  162. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDetailAdmin.d.ts +2 -0
  163. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyStudentFlagListAdmin.d.ts +2 -0
  164. package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveySummary.d.ts +2 -0
  165. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/views/SwitchAssistantList.d.ts +0 -1
  166. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/views/SwitchCounselorList.d.ts +0 -1
  167. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/views/SwitchSecondaryTeacherList.d.ts +0 -1
  168. package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/views/SwitchTeacherList.d.ts +0 -1
  169. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/SelectorTemplate.d.ts +0 -1
  170. package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateContainer.d.ts +0 -1
  171. package/dist/MarioFramework.Education/ClientApp/src/containers/Training/views/Training.d.ts +0 -1
  172. package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +0 -1
  173. package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/views/UserDeletedList.d.ts +0 -1
  174. package/dist/MarioFramework.Education/ClientApp/src/containers/UserRevert/views/RevertUser.d.ts +0 -1
  175. package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/views/WelcomeEmailResend.d.ts +0 -1
  176. package/dist/MarioFramework.Education/ClientApp/src/hooks/useAutoCompleteStyle.d.ts +2 -0
  177. package/dist/MarioFramework.Education/ClientApp/src/hooks/useFontStyles.d.ts +7 -0
  178. package/dist/MarioFramework.Education/ClientApp/src/hooks/useStudentList.d.ts +5 -0
  179. package/dist/MarioFramework.Education/ClientApp/src/services/Speech.d.ts +1 -0
  180. package/dist/MarioFramework.Education/ClientApp/src/services/StudentList.d.ts +5 -0
  181. package/dist/MarioFramework.Education/ClientApp/src/services/SurveyService.d.ts +13 -0
  182. package/dist/MarioFramework.Education/ClientApp/src/styles/styles.d.ts +1 -0
  183. package/dist/MarioFramework.Education/ClientApp/src/types/types.d.ts +43 -0
  184. package/dist/MarioFramework.Education/ClientApp/src/utils/constantsFn.d.ts +2 -0
  185. package/dist/MarioFramework.Education/ClientApp/src/utils/formatDate.d.ts +2 -0
  186. package/dist/MarioFramework.Education/ClientApp/src/utils/function.d.ts +3 -0
  187. package/dist/containers/Classes/components/StudentItemSelector.d.ts +0 -1
  188. package/dist/containers/ExternalApi/configs/types.d.ts +4 -4
  189. package/dist/containers/ExternalApi/hooks/useSandbox.d.ts +6 -0
  190. package/dist/containers/MyStudent/components/NewOverview/Chat/types/types.d.ts +0 -2
  191. package/dist/containers/SurveyDashboard/apiClient/surveyService.d.ts +5 -5
  192. package/dist/containers/SurveyDashboard/components/AllQuestionSurvey.d.ts +3 -1
  193. package/dist/containers/SurveyDashboard/components/AnswerQuestionInput.d.ts +2 -2
  194. package/dist/containers/SurveyDashboard/components/BarChartQuestionAnswers.d.ts +1 -1
  195. package/dist/containers/SurveyDashboard/components/RatingOfQuestions.d.ts +1 -1
  196. package/dist/containers/SurveyDashboard/configs/constants.d.ts +2 -0
  197. package/dist/containers/SurveyDashboard/configs/tableColumn.d.ts +2 -7
  198. package/dist/containers/SurveyDashboard/configs/types.d.ts +0 -31
  199. package/dist/containers/SurveyDashboard/hooks/useListQuestionSurvey.d.ts +6 -6
  200. package/dist/containers/SurveyDashboard/hooks/useSurveyDetail.d.ts +5 -30
  201. package/dist/index.css +298 -861
  202. package/dist/index.d.ts +1 -2
  203. package/dist/index.js +1103 -1372
  204. package/dist/index.js.map +1 -1
  205. package/dist/index.modern.js +1095 -1363
  206. package/dist/index.modern.js.map +1 -1
  207. package/dist/services/classService.d.ts +1 -1
  208. package/package.json +2 -2
  209. package/dist/components/icons/AvrIcon.d.ts +0 -4
  210. package/dist/components/icons/CloseChipIcon.d.ts +0 -2
  211. package/dist/components/icons/MultiUser.d.ts +0 -2
  212. package/dist/components/icons/SentIcon.d.ts +0 -2
  213. package/dist/components/layouts/HeaderSideBar.d.ts +0 -2
  214. package/dist/components/layouts/NotificationStepLogin.d.ts +0 -14
  215. package/dist/components/layouts/type.d.ts +0 -20
  216. package/dist/containers/SkillTest/components/SettingSkillTestModal.d.ts +0 -14
  217. package/dist/containers/SkillTest/hook/useSkillTest.d.ts +0 -19
  218. package/dist/containers/SkillTest/utils/constant.d.ts +0 -17
  219. package/dist/containers/SkillTest/utils/type.interface.d.ts +0 -7
  220. package/dist/containers/SkillTest/utils/ultis.d.ts +0 -8
  221. package/dist/containers/SkillTest/view/SkillTest.d.ts +0 -2
  222. package/dist/containers/SurveyDashboard/components/AvrComparison.d.ts +0 -6
  223. package/dist/containers/SurveyDashboard/components/TotalStudent.d.ts +0 -6
  224. package/dist/hooks/useCurrentLanguage.d.ts +0 -4
  225. package/dist/services/skillTestServices.d.ts +0 -5
  226. package/dist/utils/useClassFontSize.d.ts +0 -4
@@ -0,0 +1,8 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ color: string;
4
+ label: string;
5
+ backgroundColor?: string;
6
+ }
7
+ declare const ChipButton: FC<Props>;
8
+ export default ChipButton;
@@ -0,0 +1,8 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ label?: string;
4
+ checkIncrease: boolean;
5
+ className?: string;
6
+ }
7
+ declare const ChipImage: FC<Props>;
8
+ export default ChipImage;
@@ -0,0 +1,11 @@
1
+ import { FC, HTMLProps } from "react";
2
+ interface Props {
3
+ color?: string;
4
+ label: string;
5
+ backgroundColor?: string;
6
+ handleClickOpen?: Function;
7
+ fontSize?: string;
8
+ icon?: HTMLProps<HTMLButtonElement>;
9
+ }
10
+ declare const CustomButton: FC<Props>;
11
+ export default CustomButton;
@@ -0,0 +1,2 @@
1
+ declare const ScrollToTopBtn: () => JSX.Element;
2
+ export default ScrollToTopBtn;
@@ -0,0 +1,7 @@
1
+ interface type_props {
2
+ title: string;
3
+ handleEdit?: Function;
4
+ classFontSize: string;
5
+ }
6
+ declare const CardNameButton: ({ title, handleEdit, classFontSize }: type_props) => JSX.Element;
7
+ export default CardNameButton;
@@ -0,0 +1,9 @@
1
+ interface cardProps {
2
+ title: string;
3
+ value: number;
4
+ classFontSize: string;
5
+ onClick?: Function;
6
+ index: number;
7
+ }
8
+ declare const CardTotal: ({ title, value, classFontSize, onClick, index }: cardProps) => JSX.Element;
9
+ export default CardTotal;
@@ -0,0 +1,9 @@
1
+ interface PropsType {
2
+ open: boolean;
3
+ selectedId: number;
4
+ handleCloseModalConfirmDelete: () => void;
5
+ handleDelete: (selectedId: number) => Promise<void>;
6
+ content: string;
7
+ }
8
+ declare const ConfirmDelete: ({ open, handleCloseModalConfirmDelete, handleDelete, selectedId, content }: PropsType) => JSX.Element;
9
+ export default ConfirmDelete;
@@ -0,0 +1,12 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ open?: boolean;
4
+ fullScreen?: boolean;
5
+ maxWidth?: false | "xs" | "sm" | "md" | "lg" | "xl";
6
+ scroll?: "paper" | "body";
7
+ onClose?: Function;
8
+ contentClassName?: string;
9
+ bodyClass?: string;
10
+ }
11
+ declare const SimpleDialog: FC<Props>;
12
+ export default SimpleDialog;
@@ -0,0 +1,19 @@
1
+ interface headerProps {
2
+ title: string;
3
+ contentButton?: string;
4
+ status?: string;
5
+ iconButton?: any;
6
+ isGoback?: boolean;
7
+ isGreyBackground?: boolean;
8
+ handleChangePage?: Function;
9
+ handlePreview?: Function;
10
+ isDisableButton?: boolean;
11
+ isPreviewSurvey?: boolean;
12
+ onHandleGoBack?: Function;
13
+ borderNone?: boolean;
14
+ classFontSize: string;
15
+ button?: any;
16
+ isLarge?: boolean;
17
+ }
18
+ declare const CustomHeaderComponent: ({ title, contentButton, iconButton, isGoback, isGreyBackground, status, handleChangePage, isDisableButton, isPreviewSurvey, handlePreview, onHandleGoBack, borderNone, classFontSize, button, isLarge }: headerProps) => JSX.Element;
19
+ export default CustomHeaderComponent;
@@ -0,0 +1,40 @@
1
+ import { FC } from "react";
2
+ export declare enum TypeTime {
3
+ Default = 0,
4
+ StartTime = 1,
5
+ StopTime = 2
6
+ }
7
+ interface Props {
8
+ text: string;
9
+ isShowButtonBackGround?: boolean;
10
+ onFinishSession?: Function;
11
+ goBack?: Function;
12
+ isShowButtonPageHeader?: boolean;
13
+ typeTime?: TypeTime;
14
+ onStartOrStopTime?: Function;
15
+ second?: number;
16
+ minute?: number;
17
+ hour?: number;
18
+ isTeacher?: boolean;
19
+ isClassReflection?: boolean;
20
+ isShowButtonEdit?: boolean;
21
+ onEditConference?: Function;
22
+ numberOfEdit?: boolean;
23
+ isUserChangeSession?: boolean;
24
+ isGoback?: boolean;
25
+ isShowButton?: boolean;
26
+ handleSubmit?: Function;
27
+ duplicateSurvey?: Function;
28
+ isShowDuplicate?: boolean;
29
+ shareSurvey?: Function;
30
+ onPublishSurvey?: Function;
31
+ isConversation?: boolean;
32
+ isConference?: boolean;
33
+ onRedirectPageUser?: Function;
34
+ studentUserId?: string;
35
+ isCheckIn?: boolean;
36
+ isShowButtonAnimation?: boolean;
37
+ isPreviewSurvey?: boolean;
38
+ }
39
+ declare const HeaderComponent: FC<Props>;
40
+ export default HeaderComponent;
@@ -0,0 +1,18 @@
1
+ interface Props {
2
+ customId?: string;
3
+ valueText: string;
4
+ onChange?: Function;
5
+ onChangeEvent?: Function;
6
+ name?: string;
7
+ isAddIcon?: boolean;
8
+ handleAddItem?: Function;
9
+ onBlur?: any;
10
+ placeholder?: string;
11
+ isSending?: boolean;
12
+ handleSending?: Function;
13
+ canSubmit?: boolean;
14
+ disabled?: boolean;
15
+ label?: string;
16
+ }
17
+ declare const InputComponent: ({ valueText, onChange, name, label, isAddIcon, handleAddItem, placeholder, onBlur, customId, isSending, handleSending, canSubmit, disabled, onChangeEvent }: Props) => JSX.Element;
18
+ export default InputComponent;
@@ -0,0 +1,13 @@
1
+ interface Props {
2
+ questionId: number;
3
+ valueText: string;
4
+ onChangeQuestionAnswer?: (questionId: number, value: string) => void;
5
+ isPageResult?: boolean;
6
+ isPageSessionResult?: boolean;
7
+ isUserChangeSession?: boolean;
8
+ isMultiline?: boolean;
9
+ minRows?: number;
10
+ isStartRecord?: boolean;
11
+ }
12
+ declare const TextFieldComponent: ({ valueText, isPageResult, isPageSessionResult, isUserChangeSession, }: Props) => JSX.Element;
13
+ export default TextFieldComponent;
@@ -0,0 +1,3 @@
1
+ import { IDropDownComponent } from "../../types/types";
2
+ declare const DropDownComponent: ({ questionItemName, questionId, valueText, isUserChangeSession, onChangeQuestionAnswer, questionAnswer }: IDropDownComponent) => JSX.Element;
3
+ export default DropDownComponent;
@@ -0,0 +1,10 @@
1
+ import { FC } from "react";
2
+ import { EmotionType } from "../../containers/ConductOneToOne/configs/types";
3
+ interface Props {
4
+ emotionTypeList?: EmotionType[];
5
+ onChangeQuestionAnswer?: Function;
6
+ questionId: number;
7
+ valueText?: string;
8
+ }
9
+ declare const EmotionComponent: FC<Props>;
10
+ export default EmotionComponent;
@@ -0,0 +1,14 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ onChangeQuestionAnswer?: Function;
4
+ questionId: number;
5
+ valueText: string;
6
+ minText?: string;
7
+ maxText?: string;
8
+ isUserChangeSession?: boolean;
9
+ questionAnswer?: string[];
10
+ isPageResult?: boolean;
11
+ correctQuestionAnswer?: string[];
12
+ }
13
+ declare const MultiChoiceComponent: FC<Props>;
14
+ export default MultiChoiceComponent;
@@ -0,0 +1,33 @@
1
+ import { FC } from "react";
2
+ import { QuestionType, EmotionType } from "../../containers/ConductOneToOne/configs/types";
3
+ interface Props {
4
+ questionItemName: string;
5
+ minText?: string;
6
+ maxText?: string;
7
+ questionTypeId: QuestionType;
8
+ emotionTypeList?: EmotionType[];
9
+ onChangeQuestionAnswer?: (questionId: number, value: string) => void;
10
+ questionId: number;
11
+ valueText: string;
12
+ averageOtherRatings?: number;
13
+ isBeforeSession: boolean;
14
+ isPageResult?: boolean;
15
+ isPageSessionResult?: boolean;
16
+ avatar?: string;
17
+ isRedToRed?: boolean;
18
+ isUserChangeSession?: boolean;
19
+ questionAnswer?: string[];
20
+ isMultiline?: boolean;
21
+ isSurveyQuestion?: boolean;
22
+ onOpenIntervention?: Function;
23
+ templateName?: string;
24
+ comment: string;
25
+ intervention: string;
26
+ affection: string;
27
+ isStudent?: boolean;
28
+ isStartRecord?: boolean;
29
+ isQuestionIntervention?: boolean;
30
+ correctQuestionAnswer?: string[];
31
+ }
32
+ declare const QuestionSurveyComponent: FC<Props>;
33
+ export default QuestionSurveyComponent;
@@ -0,0 +1,13 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ onChangeQuestionAnswer?: Function;
4
+ questionId: number;
5
+ valueText: string;
6
+ minText?: string;
7
+ maxText?: string;
8
+ isUserChangeSession?: boolean;
9
+ questionAnswer?: string[];
10
+ isPageResult?: boolean;
11
+ }
12
+ declare const SingleChoiceComponent: FC<Props>;
13
+ export default SingleChoiceComponent;
@@ -0,0 +1,16 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ minText?: string;
4
+ maxText?: string;
5
+ questionId: number;
6
+ valueText: string;
7
+ onChangeQuestionAnswer?: (questionId: number, value: string) => void;
8
+ averageOtherRatings?: number;
9
+ isBeforeSession: boolean;
10
+ isPageResult?: boolean;
11
+ isPageSessionResult?: boolean;
12
+ avatar?: string;
13
+ isRedToRed?: boolean;
14
+ }
15
+ declare const SliderComponent: FC<Props>;
16
+ export default SliderComponent;
@@ -0,0 +1,16 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ minText?: string;
4
+ maxText?: string;
5
+ questionId: number;
6
+ valueText: string;
7
+ onChangeQuestionAnswer?: (questionId: number, value: string) => void;
8
+ averageOtherRatings?: number;
9
+ isBeforeSession: boolean;
10
+ isPageResult?: boolean;
11
+ isPageSessionResult?: boolean;
12
+ avatar?: string;
13
+ isRedToRed?: boolean;
14
+ }
15
+ declare const SliderSurveyComponent: FC<Props>;
16
+ export default SliderSurveyComponent;
@@ -0,0 +1,2 @@
1
+ declare const Autocomplete: () => JSX.Element;
2
+ export default Autocomplete;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "react-datepicker/dist/react-datepicker.css";
3
2
  import { PROPS_FILTERS_COMPONENT } from "../../utils/type";
4
3
  declare const SelectFilter: ({ studentUserId, studentId, studentDefault, handleChangeFilters, name, icon, option, onChangeFilters, btnStyle, filter, teacherUserId, changeCurrentTeacherUserId, labelBox, setLabelBox }: PROPS_FILTERS_COMPONENT) => JSX.Element;
@@ -0,0 +1,6 @@
1
+ interface Props {
2
+ time: string;
3
+ line?: boolean;
4
+ }
5
+ declare const ConvertTime: ({ time, line }: Props) => JSX.Element;
6
+ export default ConvertTime;
@@ -0,0 +1,15 @@
1
+ import { FILTER_SURVEY } from "../../containers/SurveyDashboard/configs/types";
2
+ interface TABLE_CELL {
3
+ name: string;
4
+ tableWidth: number;
5
+ sortName: string | null;
6
+ align: any;
7
+ textTransform?: any;
8
+ }
9
+ interface PROPS_TABLE {
10
+ listTableCell: TABLE_CELL[];
11
+ filters: FILTER_SURVEY;
12
+ handleSort?: Function;
13
+ }
14
+ declare const TableCells: ({ listTableCell, filters, handleSort }: PROPS_TABLE) => JSX.Element;
15
+ export default TableCells;
@@ -0,0 +1,3 @@
1
+ import { ICustomTabComponent } from "../../types/types";
2
+ declare const CustomTabComponent: ({ value, handleChange, tabs }: ICustomTabComponent) => JSX.Element;
3
+ export default CustomTabComponent;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ICustomTooltip } from "../../types/types";
3
+ declare const _default: React.MemoExoticComponent<({ title, children }: ICustomTooltip) => JSX.Element>;
4
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const CloseIcon: FC<any>;
3
+ export default CloseIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const DownloadIcon: FC<any>;
3
+ export default DownloadIcon;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const InfoIcon: FC<any>;
3
+ export default InfoIcon;
@@ -0,0 +1,2 @@
1
+ declare const PlusIcon: ({ fill, ...props }: any) => JSX.Element;
2
+ export default PlusIcon;
@@ -0,0 +1,14 @@
1
+ export declare const HEADER_DESKTOP_HEIGHT = 57;
2
+ export declare const HEADER_MOBILE_HEIGHT = 55;
3
+ export declare const NOTIFICATION_HEIGHT = 36;
4
+ export declare const NOTIFICATION_CHANNEL = "NOTIFICATION_CHANNEL";
5
+ export declare const NEW_NOTIFICATION = "NEW_NOTIFICATION";
6
+ export declare const drawerWidth = 280;
7
+ export declare const drawerWidth11 = 260;
8
+ export declare const drawerWidth12 = 240;
9
+ export declare const drawerWidth15 = 210;
10
+ export declare const headerHeightScroll = 0;
11
+ export declare const defaultFontSize = 16;
12
+ export declare const defaultFontSmall = 12;
13
+ export declare const defaultFontLarge = 20;
14
+ export declare const LOGO: string;
@@ -0,0 +1,12 @@
1
+ export interface NOTIFICATION_ALERT {
2
+ id: number;
3
+ name: string;
4
+ }
5
+ export interface STYLE_PROPS {
6
+ width: number;
7
+ duration: number;
8
+ }
9
+ export interface STORED_NOTIFICATION {
10
+ id: number;
11
+ isOpen: boolean;
12
+ }
@@ -0,0 +1,41 @@
1
+ import { SURVEY_LIST } from "../../containers/SurveyDashboard/configs/types";
2
+ interface FILTER {
3
+ startDate?: number | null;
4
+ endDate?: number | null;
5
+ isFavorite?: boolean;
6
+ studentId?: number;
7
+ flag?: string;
8
+ }
9
+ interface STUDENT {
10
+ email: string;
11
+ gradeLevel: string;
12
+ id: number;
13
+ studentName: string;
14
+ actionScore: number;
15
+ }
16
+ interface PROPS_FILTER {
17
+ filters?: FILTER;
18
+ handleChangeStartDate?: Function;
19
+ handleChangeEndDate?: Function;
20
+ handleChangeInputSearch?: Function;
21
+ inputSearch?: any;
22
+ isShowSelectRight?: boolean;
23
+ handleChangeStatus?: Function;
24
+ placeholderSearch?: string;
25
+ handleSelectFavorite?: Function;
26
+ studentList?: STUDENT[];
27
+ onSelectStudent?: Function;
28
+ toggleKeyCustom?: string;
29
+ handleToggleCustom?: Function;
30
+ toggleContentCustom?: string;
31
+ optionCustomSelect?: string[];
32
+ handleChangeCustomSelect?: Function;
33
+ surveyOptions?: SURVEY_LIST[];
34
+ handleChangeSurveyOption?: Function;
35
+ academicOption?: any;
36
+ handleChangeAcademicYear?: Function;
37
+ valueAcademicYear?: object;
38
+ handleDownloadCsv?: any;
39
+ }
40
+ declare const CustomFilterComponent: ({ filters, handleChangeStartDate, handleChangeEndDate, handleChangeInputSearch, inputSearch, isShowSelectRight, handleChangeStatus, placeholderSearch, handleSelectFavorite, studentList, onSelectStudent, toggleKeyCustom, handleToggleCustom, toggleContentCustom, optionCustomSelect, handleChangeCustomSelect, surveyOptions, handleChangeSurveyOption, academicOption, handleChangeAcademicYear, valueAcademicYear, handleDownloadCsv }: PROPS_FILTER) => JSX.Element;
41
+ export default CustomFilterComponent;
@@ -0,0 +1,28 @@
1
+ interface FILTER {
2
+ startDate?: number | null;
3
+ endDate?: number | null;
4
+ isFavorite?: boolean;
5
+ }
6
+ interface PROPS_FILTER {
7
+ filters?: FILTER;
8
+ handleChangeStartDate?: Function;
9
+ handleChangeEndDate?: Function;
10
+ handleChangeInputSearch: Function;
11
+ inputSearch: any;
12
+ isShowSelectRight?: boolean;
13
+ handleChangeStatus?: Function;
14
+ placeholderSearch?: string;
15
+ handleSelectFavorite?: Function;
16
+ onShowFilter?: Function;
17
+ isShowFilter?: boolean;
18
+ isShowCalendar?: boolean;
19
+ onShowFilterCalendar?: Function;
20
+ optionCustomSelect?: string[];
21
+ handleChangeCustomSelect?: Function;
22
+ toggleKeyCustom?: string;
23
+ toggleContentCustom?: string;
24
+ handleToggleCustom?: Function;
25
+ handleDownloadCsv?: any;
26
+ }
27
+ declare const CustomFilterMobile: ({ filters, handleChangeStartDate, handleChangeEndDate, handleChangeInputSearch, inputSearch, handleChangeStatus, placeholderSearch, handleSelectFavorite, onShowFilter, isShowFilter, isShowCalendar, onShowFilterCalendar, optionCustomSelect, handleChangeCustomSelect, toggleKeyCustom, toggleContentCustom, handleToggleCustom, handleDownloadCsv }: PROPS_FILTER) => JSX.Element;
28
+ export default CustomFilterMobile;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const _default: React.MemoExoticComponent<({ setStudentId, setStudentUserId, setStudentName, setStudentProfileImage, studentUserId, setIsCheckStudent, isShowDropDownIcon, classes, studentId, label, isDialog, isMultiRole }: any) => JSX.Element | null>;
3
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const TeacherSelector: ({ isShowDropDownIcon, classes, setSelectTeacherUserId }: any) => JSX.Element;
2
+ export default TeacherSelector;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const AdminTraining: () => JSX.Element;
3
2
  export default AdminTraining;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const QuestionSplitPaneSelector: (props: any) => JSX.Element;
3
2
  export default QuestionSplitPaneSelector;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const AssessmentAssignmentContainer: () => JSX.Element;
3
2
  export default AssessmentAssignmentContainer;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const AssignAssistantList: () => JSX.Element;
3
2
  export default AssignAssistantList;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const AssignCounselorList: () => JSX.Element;
3
2
  export default AssignCounselorList;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const AssignSecondaryTeacherList: () => JSX.Element;
3
2
  export default AssignSecondaryTeacherList;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const AcademicClassSelector: (props: any) => JSX.Element;
3
2
  export default AcademicClassSelector;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const AssessmentSelector: (props: any) => JSX.Element;
3
2
  export default AssessmentSelector;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const CertificateContainer: () => JSX.Element;
3
2
  export default CertificateContainer;
@@ -0,0 +1,9 @@
1
+ export declare const describeQuestion: {
2
+ key: string;
3
+ value: string;
4
+ }[];
5
+ export declare const questionDataLogs: {
6
+ key: string;
7
+ question: string;
8
+ }[];
9
+ export declare const readyToLearnQuestion = "Are you ready to learn?";
@@ -0,0 +1,47 @@
1
+ export interface ItemConduct {
2
+ color: string;
3
+ label: string;
4
+ backgroundColor: string;
5
+ }
6
+ export declare enum QuestionType {
7
+ Default = "Default",
8
+ SingleChoice = "SingleChoice",
9
+ MultipleChoice = "MultipleChoice",
10
+ TextInput = "TextInput",
11
+ Slider = "Slider",
12
+ ProgressBar = "ProgressBar",
13
+ StarRating = "StarRating",
14
+ TextInputWithSuggestions = "TextInputWithSuggestions",
15
+ Emotional = "Emotional",
16
+ Summarize = "Summarize",
17
+ Rating = "Rating",
18
+ LearningStrategy = "LearningStrategy",
19
+ DropDown = "DropDown"
20
+ }
21
+ export declare enum TypeTime {
22
+ Default = 0,
23
+ StartTime = 1,
24
+ StopTime = 2
25
+ }
26
+ export declare enum RoleStartSessionEnum {
27
+ Assistant = 0,
28
+ Teacher = 1,
29
+ Student = 2,
30
+ Counselor = 3,
31
+ SecondaryTeacher = 4
32
+ }
33
+ export interface LearningStrategyType {
34
+ id?: number;
35
+ text: string;
36
+ description?: string;
37
+ }
38
+ export interface EmotionType {
39
+ id?: number;
40
+ text: string;
41
+ emotionalText: string;
42
+ }
43
+ export interface LearningStrategyCategory {
44
+ id?: number;
45
+ name: string;
46
+ color: string;
47
+ }
@@ -0,0 +1,7 @@
1
+ import { FC } from "react";
2
+ import { ItemConduct } from "../../configs/types";
3
+ interface Props {
4
+ listItem: ItemConduct[];
5
+ }
6
+ declare const ConductItem: FC<Props>;
7
+ export default ConductItem;
@@ -0,0 +1,14 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ name: string;
4
+ imageUrl: string;
5
+ isResultSurvey?: boolean;
6
+ startTime?: string;
7
+ gradeLevel?: string;
8
+ informationUser?: any;
9
+ clickOpenProfileDialog?: any;
10
+ classFontSize?: string;
11
+ dayLeft?: number;
12
+ }
13
+ declare const SurveyTop: FC<Props>;
14
+ export default SurveyTop;
@@ -0,0 +1,22 @@
1
+ import { FC } from "react";
2
+ export declare enum TypeTime {
3
+ Default = 0,
4
+ StartTime = 1,
5
+ StopTime = 2
6
+ }
7
+ interface Props {
8
+ text: string;
9
+ isShowButtonBackGround?: boolean;
10
+ onFinishSession?: Function;
11
+ goBack?: Function;
12
+ isShowButtonPageHeader?: boolean;
13
+ isTeacher?: boolean;
14
+ isUserChangeSession?: boolean;
15
+ isGoback?: boolean;
16
+ isShowButtonScheduleBackGround?: boolean;
17
+ onScheduleButton?: Function;
18
+ isDone?: boolean;
19
+ classFontSize?: string;
20
+ }
21
+ declare const HeaderSurvey: FC<Props>;
22
+ export default HeaderSurvey;
@@ -0,0 +1,15 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ questionName?: string;
4
+ questionList: any;
5
+ onChangeQuestionAnswer?: (questionId: number, value: string) => void;
6
+ isPageResult?: boolean;
7
+ isPageSessionResult?: boolean;
8
+ avatar?: string;
9
+ isUserChangeSession?: boolean;
10
+ onOpenIntervention?: Function;
11
+ isStudent?: boolean;
12
+ isStartRecord?: boolean;
13
+ }
14
+ declare const QuestionConduct: FC<Props>;
15
+ export default QuestionConduct;