mario-education 2.4.454-release → 2.4.455-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.
- package/dist/MarioFramework.Education/ClientApp/src/components/AudioRecorder/useAudioRecorder.d.ts +0 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/ChipButton.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/ChipImage.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/CustomButton.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Button/ScrollToTop/ScrollToTopBtn.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Card/CardNameButton.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Card/CardTotal.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Dialog/ConfirmDelete.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Dialog/SimpleDialog.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Header/CustomHeaderComponent.d.ts +19 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Header/HeaderComponent.d.ts +40 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Input/InputComponent.d.ts +18 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Input/TextFieldComponent.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/DropDownComponent.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/EmotionComponent.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/MultiChoiceComponent.d.ts +14 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/QuestionSurveyComponent.d.ts +33 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SingleChoiceComponent.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderComponent.d.ts +16 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderSurveyComponent.d.ts +16 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Select/Autocomplete.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Select/SelectFilter.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/components/Table/ConvertTime.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Table/TableCells.d.ts +15 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Tabs/CustomTabComponent.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/Tooltip/CustomTooltip.d.ts +4 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/icons/CloseIcon.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/icons/DownloadIcon.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/icons/InfoIcon.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/icons/PlusIcon.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/constants.d.ts +14 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/types.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterComponent.d.ts +41 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterMobile.d.ts +28 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/selector/StudentSelector.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/components/selector/TeacherSelector.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/AdminTraining/views/AdminTraining.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignAssistant/views/AssignAssistantList.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignCounselor/views/AssignCounselorList.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/AssignSecondaryTeacher/views/AssignSecondaryTeacherList.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AcademicClassSelector.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Assignment/components/AssessmentSelector.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Certificate/views/CertificateContainer.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/constant.d.ts +9 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/types.d.ts +47 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ConductTop/ConductItem.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ConductTop/SurveyTop.d.ts +14 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/HeaderSurvey.d.ts +22 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/QuestionConduct.d.ts +15 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/ShareSurveyDialog.d.ts +14 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/DialogInterventionBody.d.ts +15 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/InterventionDialog.d.ts +20 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/InterventionSelector.d.ts +11 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/components/diaglog/hooks/useInterventionDialog.d.ts +27 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/configs/constant.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/configs/types.d.ts +126 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/hooks/useConductSurvey.d.ts +31 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/hooks/usePreviewSurvey.d.ts +33 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/styles/makeStyles.d.ts +1 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/PreviewSurveyAdmin.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/SurveyIndexAdmin.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConductSurvey/views/SurveyResultAdmin.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/styles/styles.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/CurrentLicense/views/CurrentLicense.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/components/QuestionAlertDetailModel.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/configs/type.d.ts +1 -2
- package/dist/MarioFramework.Education/ClientApp/src/containers/CustomAlert/views/CustomQuestionAlert.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomBarChart.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/CustomLineChart.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/DashboardToPDF.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LearningStrategiesTable.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByGender.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentPressureChart.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TopSkill.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/TotalCard.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/types.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Destinations/views/Destinations.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/ExternalSurvey/api/externalService.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/ExternalSurvey/constant/types.d.ts +69 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/FixData/views/FixDataStudent.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyOneToOne/constants/types.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/configs/constants.d.ts +46 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/configs/utils.d.ts +35 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/types/types.d.ts +227 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/AreaChart.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/BubbleChartCustom.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/MyStudent/components/NewOverview/Chat/view/OverallDonutChart.d.ts +12 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/components/ImportOneRoster.d.ts +6 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/components/RosterConfigForm.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/hooks/useImportOneRoster.d.ts +28 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/hooks/userRosterConfigForm.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/utils/constants.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/utils/types.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRoster/views/OneRoster.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/components/TeacherSelector.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterContainer.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterImport.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/OneRosterSystem/views/OneRosterUserList.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/AgGridComponents.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/QuestionPreview.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/components/UserForQuestion.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/questionDetailSchema.d.ts +4 -4
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/configs/type.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/QuestionBankContainer.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/QuestionBank/views/SurveyQuestionContainer.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/ReflectionForm/views/ReflectionContainer.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Sandbox/views/SandboxContainer.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Setup/views/SetupContainer.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/apiClient/surveyService.d.ts +32 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AllQuestionSurvey.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/AllStudentSurvey.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CardItemMobile/CardSurveyMobile.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ChoiceChartType.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ConductSurveyModel.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/CreateSurveyAdmin.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ListSurveys.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/Questions/AdditionalQuestionModel.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/RatingOfQuestions.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/ResponseQuestionModel.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ConfirmPublishSurvey.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ConfirmShareSurvey.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/CreateSurveyComponent.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ListFavoriteSurvey.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSelectQuestion.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSelectSurveyTemplate.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ModelSendSurvey.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/ReviewSurveyDetail.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/TableSelectStaff.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StepComponents/TableSelectStudent.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/StudentFlagList.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/components/TotalCard.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/questionModelType.d.ts +34 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/tableColumn.d.ts +146 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/typeCardItem.d.ts +17 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/configs/types.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useAdditionalQuestion.d.ts +32 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useCreateSurvey.d.ts +100 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useExternalSurvey.d.ts +26 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useFormCreateSurvey.d.ts +15 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListFavoriteSurvey.d.ts +10 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListQuestionSurvey.d.ts +8 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListStudentFlag.d.ts +19 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListSurvey.d.ts +44 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useListSurveyDetail.d.ts +20 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectQuestion.d.ts +26 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectStaff.d.ts +15 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSelectStudent.d.ts +16 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyDetail.d.ts +31 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyExportCsv.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/hooks/useSurveyStudentFlag.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/styles/makeStyles.d.ts +3 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDashboardContainer.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyDetailAdmin.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveyStudentFlagListAdmin.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SurveyDashboard/views/SurveySummary.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchAssistant/views/SwitchAssistantList.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchCounselor/views/SwitchCounselorList.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchSecondaryTeacher/views/SwitchSecondaryTeacherList.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/SwitchTeacher/views/SwitchTeacherList.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/components/SelectorTemplate.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/TemplateSystem/views/TemplateContainer.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/Training/views/Training.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/views/UserDeletedList.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserRevert/views/RevertUser.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/containers/WelcomeEmailResend/views/WelcomeEmailResend.d.ts +0 -1
- package/dist/MarioFramework.Education/ClientApp/src/hooks/useAutoCompleteStyle.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/hooks/useFontStyles.d.ts +7 -0
- package/dist/MarioFramework.Education/ClientApp/src/hooks/useStudentList.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/Speech.d.ts +1 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/StudentList.d.ts +5 -0
- package/dist/MarioFramework.Education/ClientApp/src/services/SurveyService.d.ts +13 -0
- package/dist/MarioFramework.Education/ClientApp/src/styles/styles.d.ts +1 -0
- package/dist/MarioFramework.Education/ClientApp/src/types/types.d.ts +43 -0
- package/dist/MarioFramework.Education/ClientApp/src/utils/constantsFn.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/utils/formatDate.d.ts +2 -0
- package/dist/MarioFramework.Education/ClientApp/src/utils/function.d.ts +3 -0
- package/dist/containers/ExternalApi/configs/types.d.ts +4 -4
- package/dist/containers/ExternalApi/hooks/useSandbox.d.ts +6 -0
- package/dist/index.js +17 -11
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +17 -11
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
- package/dist/components/Tabs/CustomTab.d.ts +0 -2
- package/dist/components/layouts/HeaderSideBar.d.ts +0 -2
- package/dist/components/layouts/NotificationStepLogin.d.ts +0 -14
- package/dist/components/layouts/icons/SurveyIcon.d.ts +0 -3
- package/dist/components/layouts/icons/SurveyManagementIcon.d.ts +0 -3
- package/dist/components/layouts/type.d.ts +0 -20
- package/dist/containers/QuestionBank/components/SurveyQuestionsList.d.ts +0 -11
- package/dist/containers/QuestionBank/hooks/useCategoriesQuestions.d.ts +0 -6
- package/dist/containers/QuestionBank/views/CategoriesAndQuestion.d.ts +0 -9
- package/dist/containers/SkillTest/components/SettingSkillTestModal.d.ts +0 -14
- package/dist/containers/SkillTest/hook/useSkillTest.d.ts +0 -19
- package/dist/containers/SkillTest/utils/constant.d.ts +0 -17
- package/dist/containers/SkillTest/utils/type.interface.d.ts +0 -7
- package/dist/containers/SkillTest/utils/ultis.d.ts +0 -8
- package/dist/containers/SkillTest/view/SkillTest.d.ts +0 -2
- package/dist/hooks/useCurrentLanguage.d.ts +0 -4
- package/dist/services/skillTestServices.d.ts +0 -5
- package/dist/utils/useClassFontSize.d.ts +0 -4
package/dist/MarioFramework.Education/ClientApp/src/components/AudioRecorder/useAudioRecorder.d.ts
ADDED
|
File without changes
|
|
@@ -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,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;
|
package/dist/MarioFramework.Education/ClientApp/src/components/Header/CustomHeaderComponent.d.ts
ADDED
|
@@ -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;
|
package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/EmotionComponent.d.ts
ADDED
|
@@ -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;
|
package/dist/MarioFramework.Education/ClientApp/src/components/QuestionTypes/SliderComponent.d.ts
ADDED
|
@@ -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;
|
|
@@ -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,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;
|
package/dist/MarioFramework.Education/ClientApp/src/components/layouts/constants/constants.d.ts
ADDED
|
@@ -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;
|
package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterComponent.d.ts
ADDED
|
@@ -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;
|
package/dist/MarioFramework.Education/ClientApp/src/components/selector/CustomFilterMobile.d.ts
ADDED
|
@@ -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;
|
package/dist/MarioFramework.Education/ClientApp/src/containers/ConductOneToOne/configs/types.d.ts
ADDED
|
@@ -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,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;
|