mario-education 2.1.6 → 2.2.0
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/containers/QuestionBank/hooks/useQuestionDetail.d.ts +0 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.js +19 -12
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +19 -12
- package/dist/index.modern.js.map +1 -1
- package/dist/{components → src/components}/Input/ToggleInput.d.ts +0 -0
- package/dist/src/components/Questions/QuestionList.d.ts +7 -0
- package/dist/src/components/Questions/QuestionSelector.d.ts +9 -0
- package/dist/{containers/Certificate/components/CertificateDetailModal.d.ts → src/containers/Assessment/components/AssessmentDetailModal.d.ts} +0 -0
- package/dist/src/containers/Assessment/components/QuestionSplitPaneSelector.d.ts +3 -0
- package/dist/src/containers/Assessment/hooks/useAssessmentDetail.d.ts +24 -0
- package/dist/src/containers/Assessment/hooks/useAssessmentList.d.ts +10 -0
- package/dist/src/containers/Assessment/hooks/useQuestionCategory.d.ts +13 -0
- package/dist/src/containers/Assessment/views/AssessmentList.d.ts +3 -0
- package/dist/src/containers/AssessmentAssignment/views/AssessmentAssignmentContainer.d.ts +3 -0
- package/dist/src/containers/Assignment/components/AcademicClassSelector.d.ts +3 -0
- package/dist/src/containers/Assignment/components/AssessmentSelector.d.ts +3 -0
- package/dist/src/containers/Assignment/components/AssignmentDetailModal.d.ts +3 -0
- package/dist/src/containers/Assignment/components/SemesterSelector.d.ts +8 -0
- package/dist/src/containers/Assignment/configs/types.d.ts +13 -0
- package/dist/src/containers/Assignment/hooks/useAssignmentDetail.d.ts +27 -0
- package/dist/src/containers/Assignment/hooks/useAssignmentList.d.ts +18 -0
- package/dist/src/containers/Assignment/hooks/useAssignmentResultDetail.d.ts +8 -0
- package/dist/src/containers/Assignment/hooks/useAssignmentResultList.d.ts +10 -0
- package/dist/src/containers/Assignment/views/AssignmentList.d.ts +3 -0
- package/dist/src/containers/Assignment/views/AssignmentResultList.d.ts +3 -0
- package/dist/src/containers/Badge/components/BadgeDetailModal.d.ts +3 -0
- package/dist/src/containers/Badge/hooks/useBadgeDetail.d.ts +20 -0
- package/dist/src/containers/Badge/hooks/useBadgeList.d.ts +10 -0
- package/dist/src/containers/Badge/views/BadgeList.d.ts +3 -0
- package/dist/src/containers/BandScore/components/BandScoreDetailModal.d.ts +3 -0
- package/dist/src/containers/BandScore/hooks/useBandScoreDetail.d.ts +18 -0
- package/dist/src/containers/BandScore/hooks/useBandScoreList.d.ts +7 -0
- package/dist/src/containers/BandScore/hooks/useBreakPoint.d.ts +12 -0
- package/dist/src/containers/BandScore/views/BandScoreList.d.ts +3 -0
- package/dist/src/containers/CSVImport/components/UploadCSVButton.d.ts +10 -0
- package/dist/src/containers/CSVImport/hooks/useCSVImport.d.ts +21 -0
- package/dist/src/containers/CSVImport/views/CSVImport.d.ts +3 -0
- package/dist/src/containers/Certificate/components/CertificateApproved.d.ts +3 -0
- package/dist/src/containers/Certificate/components/CertificateDetailModal.d.ts +3 -0
- package/dist/src/containers/Certificate/components/CertificateItem.d.ts +9 -0
- package/dist/{containers → src/containers}/Certificate/components/CertificateList.d.ts +0 -0
- package/dist/{containers → src/containers}/Certificate/components/CertificateReview.d.ts +0 -0
- package/dist/src/containers/Certificate/config/constants.d.ts +19 -0
- package/dist/{containers → src/containers}/Certificate/hooks/useCertificateDetail.d.ts +0 -0
- package/dist/{containers → src/containers}/Certificate/hooks/useCertificateList.d.ts +0 -0
- package/dist/src/containers/Certificate/hooks/useCertificateReview.d.ts +7 -0
- package/dist/{containers → src/containers}/Certificate/views/CertificateContainer.d.ts +0 -0
- package/dist/src/containers/Classes/components/ClassDetailModal.d.ts +3 -0
- package/dist/src/containers/Classes/components/ClassStudentModal.d.ts +3 -0
- package/dist/src/containers/Classes/components/StudentList.d.ts +8 -0
- package/dist/src/containers/Classes/components/StudentSelector.d.ts +8 -0
- package/dist/src/containers/Classes/components/TeacherMultiSelector.d.ts +7 -0
- package/dist/src/containers/Classes/components/TeacherSelector.d.ts +7 -0
- package/dist/src/containers/Classes/hooks/useClassDetail.d.ts +25 -0
- package/dist/src/containers/Classes/hooks/useClassList.d.ts +13 -0
- package/dist/src/containers/Classes/views/ClassList.d.ts +3 -0
- package/dist/src/containers/CompareTeacher/components/TeacherItem.d.ts +8 -0
- package/dist/src/containers/CompareTeacher/configs/constants.d.ts +18 -0
- package/dist/src/containers/CompareTeacher/hooks/useCompareTeacher.d.ts +17 -0
- package/dist/src/containers/CompareTeacher/views/CompareTeacher.d.ts +3 -0
- package/dist/src/containers/ConferenceRubric/components/ConferenceRubricItem.d.ts +14 -0
- package/dist/src/containers/ConferenceRubric/components/ConferenceRubricTypeSelector.d.ts +7 -0
- package/dist/src/containers/ConferenceRubric/components/SkillSelector.d.ts +8 -0
- package/dist/src/containers/ConferenceRubric/configs/types.d.ts +44 -0
- package/dist/src/containers/ConferenceRubric/hooks/useConferenceRubricDetail.d.ts +36 -0
- package/dist/src/containers/ConferenceRubric/hooks/useConferenceRubricList.d.ts +11 -0
- package/dist/src/containers/ConferenceRubric/views/ConferenceRubricDetail.d.ts +3 -0
- package/dist/src/containers/ConferenceRubric/views/ConferenceRubricList.d.ts +3 -0
- package/dist/src/containers/CurrentLicense/hooks/useCurrentLicense.d.ts +6 -0
- package/dist/src/containers/CurrentLicense/views/CurrentLicense.d.ts +3 -0
- package/dist/src/containers/CustomAlert/components/CustomAlertDetailModal.d.ts +3 -0
- package/dist/src/containers/CustomAlert/hooks/useCustomAlertDetail.d.ts +22 -0
- package/dist/src/containers/CustomAlert/hooks/useCustomAlertList.d.ts +10 -0
- package/dist/src/containers/CustomAlert/views/CustomAlertList.d.ts +3 -0
- package/dist/src/containers/Dashboard/components/CustomCheckbox.d.ts +9 -0
- package/dist/src/containers/Dashboard/components/DashboardCard.d.ts +7 -0
- package/dist/src/containers/Dashboard/components/GoalProgress.d.ts +7 -0
- package/dist/src/containers/Dashboard/components/Grade.d.ts +7 -0
- package/dist/src/containers/Dashboard/components/HighImpact.d.ts +6 -0
- package/dist/src/containers/Dashboard/components/Loading.d.ts +3 -0
- package/dist/src/containers/Dashboard/components/LoginCouting.d.ts +7 -0
- package/dist/src/containers/Dashboard/components/PerceivedImpact.d.ts +7 -0
- package/dist/src/containers/Dashboard/components/Quantity.d.ts +7 -0
- package/dist/src/containers/Dashboard/components/Skill.d.ts +7 -0
- package/dist/src/containers/Dashboard/components/TimeInSession.d.ts +7 -0
- package/dist/src/containers/Dashboard/configs/constants.d.ts +1 -0
- package/dist/src/containers/Dashboard/configs/types.d.ts +48 -0
- package/dist/src/containers/Dashboard/configs/utils.d.ts +1 -0
- package/dist/src/containers/Dashboard/hooks/useDashboard.d.ts +12 -0
- package/dist/src/containers/Dashboard/hooks/useSkillFormat.d.ts +9 -0
- package/dist/src/containers/Dashboard/views/Dashboard.d.ts +3 -0
- package/dist/src/containers/Feedback/components/FeedbackDetailModal.d.ts +3 -0
- package/dist/src/containers/Feedback/hooks/useFeedbackDetail.d.ts +11 -0
- package/dist/src/containers/Feedback/hooks/useFeedbackList.d.ts +9 -0
- package/dist/src/containers/Feedback/views/FeedbackList.d.ts +3 -0
- package/dist/src/containers/GoalExample/components/GoalExampleDetailModal.d.ts +3 -0
- package/dist/src/containers/GoalExample/hooks/useGoalExampleDetail.d.ts +27 -0
- package/dist/src/containers/GoalExample/hooks/useGoalExampleList.d.ts +11 -0
- package/dist/src/containers/GoalExample/hooks/useShortTermTargetExampleList.d.ts +12 -0
- package/dist/src/containers/GoalExample/views/GoalExampleList.d.ts +3 -0
- package/dist/src/containers/LearningStrategy/components/StrategyDetailModal.d.ts +3 -0
- package/dist/src/containers/LearningStrategy/hooks/useLearningStrategyList.d.ts +10 -0
- package/dist/src/containers/LearningStrategy/hooks/useStrategyDetail.d.ts +18 -0
- package/dist/src/containers/LearningStrategy/views/LearningStrategyList.d.ts +3 -0
- package/dist/src/containers/LearningSupportCategory/components/LearningSupportCategoryDetailModal.d.ts +3 -0
- package/dist/src/containers/LearningSupportCategory/components/LearningSupportCategorySelector.d.ts +7 -0
- package/dist/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryDetail.d.ts +19 -0
- package/dist/src/containers/LearningSupportCategory/hooks/useLearningSupportCategoryList.d.ts +10 -0
- package/dist/src/containers/LearningSupportCategory/views/LearningSupportCategoryList.d.ts +3 -0
- package/dist/src/containers/ManageAssistant/views/ManageAssistantList.d.ts +3 -0
- package/dist/src/containers/QuestionBank/components/AdditionalComponent.d.ts +7 -0
- package/dist/src/containers/QuestionBank/components/AgGridComponents.d.ts +11 -0
- package/dist/src/containers/QuestionBank/components/AnswerList.d.ts +9 -0
- package/dist/src/containers/QuestionBank/components/DefaultQuestionStudentTeacherFilter.d.ts +8 -0
- package/dist/src/containers/QuestionBank/components/DefaultQuestionTypeSelector.d.ts +7 -0
- package/dist/src/containers/QuestionBank/components/QuestionPreview.d.ts +3 -0
- package/dist/src/containers/QuestionBank/components/SliderScale.d.ts +8 -0
- package/dist/src/containers/QuestionBank/components/StarRating.d.ts +7 -0
- package/dist/src/containers/QuestionBank/components/SubQuestions.d.ts +7 -0
- package/dist/src/containers/QuestionBank/configs/questionDetailSchema.d.ts +25 -0
- package/dist/src/containers/QuestionBank/configs/validationAnswerId.d.ts +2 -0
- package/dist/src/containers/QuestionBank/configs/validationChoices.d.ts +2 -0
- package/dist/src/containers/QuestionBank/hooks/useQuestionAnswerList.d.ts +7 -0
- package/dist/src/containers/QuestionBank/hooks/useQuestionDetail.d.ts +32 -0
- package/dist/src/containers/QuestionBank/hooks/useQuestionList.d.ts +12 -0
- package/dist/src/containers/QuestionBank/hooks/useSubQuestionList.d.ts +6 -0
- package/dist/src/containers/QuestionBank/views/QuestionBankContainer.d.ts +3 -0
- package/dist/src/containers/QuestionBank/views/QuestionBankList.d.ts +6 -0
- package/dist/src/containers/QuestionBank/views/QuestionDetail.d.ts +3 -0
- package/dist/src/containers/QuestionCategory/components/QuestionCateModal.d.ts +3 -0
- package/dist/src/containers/QuestionCategory/hooks/useQuestionCateDetail.d.ts +18 -0
- package/dist/src/containers/QuestionCategory/hooks/useQuestionCateList.d.ts +10 -0
- package/dist/src/containers/QuestionCategory/views/QuestionCategogyList.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/QuestionResponse/EmotionalResponse.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/QuestionResponse/MultipleChoiceResponse.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/QuestionResponse/RatingReponse.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/QuestionResponse/RatingStarReponse.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/QuestionResponse/TextInputResponse.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/QuestionSplitPaneSelector.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/ReflectionDetailModal.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/components/ReflectionResultDetailModal.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/configs/types.d.ts +43 -0
- package/dist/src/containers/ReflectionForm/hooks/useQuestionCategory.d.ts +13 -0
- package/dist/src/containers/ReflectionForm/hooks/useReflectionFormDetail.d.ts +21 -0
- package/dist/src/containers/ReflectionForm/hooks/useReflectionFormList.d.ts +10 -0
- package/dist/src/containers/ReflectionForm/hooks/useReflectionResultDetail.d.ts +8 -0
- package/dist/src/containers/ReflectionForm/hooks/useReflectionResultList.d.ts +9 -0
- package/dist/src/containers/ReflectionForm/views/ReflectionContainer.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/views/ReflectionFormList.d.ts +3 -0
- package/dist/src/containers/ReflectionForm/views/ReflectionResultList.d.ts +3 -0
- package/dist/src/containers/SchoolBlankDay/components/SchoolBlankDayDetailModal.d.ts +3 -0
- package/dist/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayDetail.d.ts +19 -0
- package/dist/src/containers/SchoolBlankDay/hooks/useSchoolBlankDayList.d.ts +10 -0
- package/dist/src/containers/SchoolBlankDay/views/SchoolBlankDayList.d.ts +3 -0
- package/dist/src/containers/Semester/components/BreakingMonthModal.d.ts +3 -0
- package/dist/src/containers/Semester/components/SemesterDetailModal.d.ts +3 -0
- package/dist/src/containers/Semester/hooks/useBreakingMonth.d.ts +14 -0
- package/dist/src/containers/Semester/hooks/useSemesterDetail.d.ts +19 -0
- package/dist/src/containers/Semester/hooks/useSemesterList.d.ts +10 -0
- package/dist/src/containers/Semester/views/SemesterList.d.ts +3 -0
- package/dist/src/containers/SessionTemplate/components/AddQuestionModal.d.ts +11 -0
- package/dist/src/containers/SessionTemplate/components/CategorySelector.d.ts +7 -0
- package/dist/src/containers/SessionTemplate/components/ConferenceRubricSelector.d.ts +7 -0
- package/dist/src/containers/SessionTemplate/components/ReflectionFormSelector.d.ts +7 -0
- package/dist/src/containers/SessionTemplate/components/SkillSelector.d.ts +7 -0
- package/dist/src/containers/SessionTemplate/configs/validationSchema.d.ts +21 -0
- package/dist/src/containers/SessionTemplate/hooks/useAddQuestion.d.ts +8 -0
- package/dist/src/containers/SessionTemplate/hooks/useSessionTemplateDetail.d.ts +29 -0
- package/dist/src/containers/SessionTemplate/hooks/useSessionTemplateList.d.ts +11 -0
- package/dist/src/containers/SessionTemplate/views/SessionTemplateDetail.d.ts +3 -0
- package/dist/src/containers/SessionTemplate/views/SessionTemplateList.d.ts +3 -0
- package/dist/src/containers/SessionTemplateContainer/views/SessionTemplateContainer.d.ts +3 -0
- package/dist/src/containers/SessionTemplateGeneralClass/components/SubjectSelector.d.ts +7 -0
- package/dist/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassDetail.d.ts +27 -0
- package/dist/src/containers/SessionTemplateGeneralClass/hooks/useSessionTemplateGeneralClassList.d.ts +11 -0
- package/dist/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassDetail.d.ts +3 -0
- package/dist/src/containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassList.d.ts +3 -0
- package/dist/src/containers/Setup/views/SetupContainer.d.ts +3 -0
- package/dist/src/containers/Subject/components/SubjectDetailModal.d.ts +3 -0
- package/dist/src/containers/Subject/hooks/useSubjectDetail.d.ts +19 -0
- package/dist/src/containers/Subject/hooks/useSubjectList.d.ts +10 -0
- package/dist/src/containers/Subject/views/SubjectList.d.ts +3 -0
- package/dist/src/containers/SuggestionBank/components/SuggestionDetailModal.d.ts +3 -0
- package/dist/src/containers/SuggestionBank/hooks/useKeywordList.d.ts +12 -0
- package/dist/src/containers/SuggestionBank/hooks/useSuggestionDetail.d.ts +30 -0
- package/dist/src/containers/SuggestionBank/hooks/useSuggestionList.d.ts +11 -0
- package/dist/src/containers/SuggestionBank/views/SuggestionList.d.ts +3 -0
- package/dist/src/containers/TutorialScreen/components/TutorialScreenDetailModal.d.ts +3 -0
- package/dist/src/containers/TutorialScreen/components/TutorialScreenList.d.ts +7 -0
- package/dist/src/containers/TutorialScreen/enums/TutorialScreenType.d.ts +7 -0
- package/dist/src/containers/TutorialScreen/hooks/useTutorialScreenDetail.d.ts +20 -0
- package/dist/src/containers/TutorialScreen/hooks/useTutorialScreenList.d.ts +11 -0
- package/dist/src/containers/TutorialScreen/views/TutorialScreenContainer.d.ts +3 -0
- package/dist/src/index.d.ts +29 -0
- package/dist/src/index.test.d.ts +1 -0
- package/dist/src/services/academicYearService.d.ts +2 -0
- package/dist/{services/certificateService.d.ts → src/services/assessmentService.d.ts} +0 -0
- package/dist/src/services/assignmentResultService.d.ts +3 -0
- package/dist/src/services/assignmentService.d.ts +8 -0
- package/dist/src/services/assistantService.d.ts +2 -0
- package/dist/src/services/badgeService.d.ts +6 -0
- package/dist/src/services/bandScoreService.d.ts +7 -0
- package/dist/src/services/certificateService.d.ts +8 -0
- package/dist/src/services/classService.d.ts +9 -0
- package/dist/src/services/compareService.d.ts +1 -0
- package/dist/src/services/conferenceRubricService.d.ts +9 -0
- package/dist/src/services/csvService.d.ts +1 -0
- package/dist/src/services/currentLicenseService.d.ts +3 -0
- package/dist/src/services/customAlertService.d.ts +7 -0
- package/dist/src/services/dashboardService.d.ts +8 -0
- package/dist/src/services/feedbackService.d.ts +6 -0
- package/dist/src/services/goalExampleService.d.ts +6 -0
- package/dist/src/services/learningStrategyService.d.ts +6 -0
- package/dist/src/services/learningSupportCategoryService.d.ts +6 -0
- package/dist/src/services/questionCategoryService.d.ts +6 -0
- package/dist/src/services/questionService.d.ts +6 -0
- package/dist/src/services/reflectionFormResponseService.d.ts +3 -0
- package/dist/src/services/reflectionFormService.d.ts +6 -0
- package/dist/src/services/schoolBlankDayService.d.ts +6 -0
- package/dist/src/services/semesterService.d.ts +6 -0
- package/dist/src/services/sessionTemplateGeneralClassService.d.ts +6 -0
- package/dist/src/services/sessionTemplateService.d.ts +11 -0
- package/dist/src/services/studentService.d.ts +2 -0
- package/dist/src/services/subjectService.d.ts +6 -0
- package/dist/src/services/suggestionService.d.ts +6 -0
- package/dist/src/services/tutorialScreenService.d.ts +5 -0
- package/dist/src/utils/constants.d.ts +7 -0
- package/package.json +91 -91
- package/dist/MarioFramework.Education/ClientApp/src/components/Teachers/MyStudent/ConfirmDelete.d.ts +0 -10
- package/dist/MarioFramework.Education/ClientApp/src/containers/PersonalizeLearning/views/PersonalizeLearningedu.d.ts +0 -3
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/hooks/useUserDeleted.d.ts +0 -8
- package/dist/MarioFramework.Education/ClientApp/src/containers/UserDeleted/views/UserDeletedDetail.d.ts +0 -3
- package/dist/containers/Certificate/hooks/useCertificateReview.d.ts +0 -2
- package/dist/containers/Certificate/views/CertificateList.d.ts +0 -3
package/dist/index.d.ts
CHANGED
|
@@ -23,5 +23,4 @@ import SessionTemplateContainer from "./containers/SessionTemplateContainer/view
|
|
|
23
23
|
import SessionTemplateDetail from "./containers/SessionTemplate/views/SessionTemplateDetail";
|
|
24
24
|
import SessionTemplateGeneralClassDetail from "./containers/SessionTemplateGeneralClass/views/SessionTemplateGeneralClassDetail";
|
|
25
25
|
import CustomAlertList from "./containers/CustomAlert/views/CustomAlertList";
|
|
26
|
-
|
|
27
|
-
export { ClassList, ConferenceRubricList, ConferenceRubricDetail, SuggestionList, LearningStrategyList, SetupContainer, QuestionBankList, ReflectionFormList, ReflectionContainer, QuestionDetail, SubjectList, LearningSupportCategoryList, BadgeList, GoalExampleList, TutorialScreenContainer, FeedbackList, AssessmentList, QuestionBankContainer, QuestionCategoryList, AssignmentList, AssessmentAssignmentContainer, SessionTemplateContainer, SessionTemplateDetail, SessionTemplateGeneralClassDetail, CustomAlertList, CertificateList };
|
|
26
|
+
export { ClassList, ConferenceRubricList, ConferenceRubricDetail, SuggestionList, LearningStrategyList, SetupContainer, QuestionBankList, ReflectionFormList, ReflectionContainer, QuestionDetail, SubjectList, LearningSupportCategoryList, BadgeList, GoalExampleList, TutorialScreenContainer, FeedbackList, AssessmentList, QuestionBankContainer, QuestionCategoryList, AssignmentList, AssessmentAssignmentContainer, SessionTemplateContainer, SessionTemplateDetail, SessionTemplateGeneralClassDetail, CustomAlertList };
|
package/dist/index.js
CHANGED
|
@@ -7500,6 +7500,15 @@ var UserDeletedModal = function UserDeletedModal(props, ref) {
|
|
|
7500
7500
|
options = props.options,
|
|
7501
7501
|
teacherChangeId = props.teacherChangeId,
|
|
7502
7502
|
setTeacherChangeId = props.setTeacherChangeId;
|
|
7503
|
+
console.log({
|
|
7504
|
+
hags: userChoiced.id
|
|
7505
|
+
});
|
|
7506
|
+
|
|
7507
|
+
var getFile = function getFile() {
|
|
7508
|
+
var url = window.location.origin + "/api/ExportDataUser/" + userChoiced.id;
|
|
7509
|
+
window.open(url);
|
|
7510
|
+
};
|
|
7511
|
+
|
|
7503
7512
|
return React__default.createElement(marioCore.CommonModal, {
|
|
7504
7513
|
header: header,
|
|
7505
7514
|
ref: ref,
|
|
@@ -7509,7 +7518,14 @@ var UserDeletedModal = function UserDeletedModal(props, ref) {
|
|
|
7509
7518
|
}, React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
7510
7519
|
md: 12,
|
|
7511
7520
|
className: "mb-2"
|
|
7512
|
-
}, React__default.createElement("p", null, "
|
|
7521
|
+
}, React__default.createElement("p", null, "Export user data"), React__default.createElement("div", {
|
|
7522
|
+
className: "pb-3"
|
|
7523
|
+
}, React__default.createElement(reactstrap.Button, {
|
|
7524
|
+
color: "success",
|
|
7525
|
+
onClick: function onClick() {
|
|
7526
|
+
getFile();
|
|
7527
|
+
}
|
|
7528
|
+
}, "Download user's data")), React__default.createElement("p", null, "Delete user"), !!userChoiced && React__default.createElement("div", null, userChoiced.roles.includes("Student") && React__default.createElement("div", null, React__default.createElement(reactstrap.Alert, {
|
|
7513
7529
|
color: "danger"
|
|
7514
7530
|
}, "All data of this user will be permanently deleted from the system. Please export before continuing"), React__default.createElement(reactstrap.Button, {
|
|
7515
7531
|
color: "danger",
|
|
@@ -13012,7 +13028,6 @@ var AssignmentList = function AssignmentList() {
|
|
|
13012
13028
|
filters = _useAssignmentList.filters,
|
|
13013
13029
|
changeFilters = _useAssignmentList.changeFilters,
|
|
13014
13030
|
getData = _useAssignmentList.getData,
|
|
13015
|
-
removeData = _useAssignmentList.removeData,
|
|
13016
13031
|
listSemester = _useAssignmentList.listSemester,
|
|
13017
13032
|
isRoleAdmin = _useAssignmentList.isRoleAdmin;
|
|
13018
13033
|
|
|
@@ -13041,10 +13056,6 @@ var AssignmentList = function AssignmentList() {
|
|
|
13041
13056
|
setEditedFalse();
|
|
13042
13057
|
};
|
|
13043
13058
|
|
|
13044
|
-
var onRemove = function onRemove(id) {
|
|
13045
|
-
removeData(id);
|
|
13046
|
-
};
|
|
13047
|
-
|
|
13048
13059
|
var onRemoveStudentFromAssignment = function onRemoveStudentFromAssignment(assignmentStudentId) {
|
|
13049
13060
|
onRemoveStudent(assignmentStudentId, getData);
|
|
13050
13061
|
};
|
|
@@ -13121,10 +13132,6 @@ var AssignmentList = function AssignmentList() {
|
|
|
13121
13132
|
onClick: function onClick() {
|
|
13122
13133
|
return openModal(record.id);
|
|
13123
13134
|
}
|
|
13124
|
-
}), React__default.createElement(marioCore.DeleteButtonIcon, {
|
|
13125
|
-
onClick: function onClick() {
|
|
13126
|
-
return onRemove(record.id);
|
|
13127
|
-
}
|
|
13128
13135
|
})));
|
|
13129
13136
|
}))) : React__default.createElement(marioCore.EmptyDataAlert, {
|
|
13130
13137
|
label: "assignment"
|
|
@@ -17287,8 +17294,8 @@ var levels = [{
|
|
|
17287
17294
|
name: "Significant",
|
|
17288
17295
|
field: "significant"
|
|
17289
17296
|
}, {
|
|
17290
|
-
name: "
|
|
17291
|
-
field: "
|
|
17297
|
+
name: "Achieved",
|
|
17298
|
+
field: "achieved"
|
|
17292
17299
|
}];
|
|
17293
17300
|
|
|
17294
17301
|
var GoalProgressReport = function GoalProgressReport(_ref) {
|