mario-core 3.0.8-admin → 3.0.8-es
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/Dashboard-DiUm-pc-.js +186 -0
- package/dist/Dashboard-HV1eiElu.cjs +1 -0
- package/dist/EmailTemplateDetail-D0D3bpWO.cjs +1 -0
- package/dist/EmailTemplateDetail-KvZuTCLF.js +411 -0
- package/dist/EmailTemplateList-B3YqSFaY.js +172 -0
- package/dist/EmailTemplateList-BAejgUUG.cjs +1 -0
- package/dist/FaqList-D5XugT5h.js +320 -0
- package/dist/FaqList-DpUzQ2vq.cjs +1 -0
- package/dist/GalleryList-B5QA3Rol.cjs +1 -0
- package/dist/GalleryList-CTo33BcT.js +53 -0
- package/dist/Login-CHAmP5ek.js +897 -0
- package/dist/Login-Cxbto5eM.cjs +1 -0
- package/dist/NotificationList-2Mf_NsOP.js +3631 -0
- package/dist/NotificationList-D1jMOBwH.cjs +8 -0
- package/dist/SchoolList-CClJ_UPT.cjs +1 -0
- package/dist/SchoolList-JmrmL2zE.js +5 -0
- package/dist/SkillList-BMyhRY78.js +406 -0
- package/dist/SkillList-DlMx_Evw.cjs +1 -0
- package/dist/TeacherSelector-B4zvSVhk.js +71 -0
- package/dist/TeacherSelector-DORi8RIb.cjs +1 -0
- package/dist/TheContent-BHmlooLu.cjs +1 -0
- package/dist/TheContent-V2T-Pqz8.js +38 -0
- package/dist/UserContainer-B-4oVOEp.cjs +1 -0
- package/dist/UserContainer-BaHMryYI.js +2337 -0
- package/dist/UserDetail-B-Mq_itT.cjs +1 -0
- package/dist/UserDetail-BBRiU97G.js +665 -0
- package/dist/assets/Images.d.ts +14 -14
- package/dist/components/Alerts/CommonAlert.d.ts +3 -3
- package/dist/components/Alerts/EmptyDataAlert.d.ts +8 -8
- package/dist/components/Alerts/ErrorHandler.d.ts +6 -6
- package/dist/components/Buttons/AddButton.d.ts +8 -7
- package/dist/components/Buttons/AddButtonIcon.d.ts +6 -6
- package/dist/components/Buttons/CloseButton.d.ts +8 -8
- package/dist/components/Buttons/DeleteButtonIcon.d.ts +6 -6
- package/dist/components/Buttons/DetailActionButtons.d.ts +9 -8
- package/dist/components/Buttons/EditButtonIcon.d.ts +6 -6
- package/dist/components/Buttons/LinkEditButton.d.ts +8 -7
- package/dist/components/Buttons/LoginNavButton.d.ts +8 -8
- package/dist/components/Buttons/ToggleButton.d.ts +10 -10
- package/dist/components/Buttons/UploadFileButton.d.ts +13 -13
- package/dist/components/Headers/CommonHeader.d.ts +7 -7
- package/dist/components/Image/UploadImage.d.ts +2 -3
- package/dist/components/Inputs/FileInput.d.ts +8 -8
- package/dist/components/Inputs/PasswordInput.d.ts +8 -8
- package/dist/components/Inputs/SearchBox.d.ts +10 -10
- package/dist/components/Inputs/SearchBoxContainer.d.ts +9 -10
- package/dist/components/Labels/RequiredLabel.d.ts +6 -6
- package/dist/components/Loading/Loading.d.ts +3 -3
- package/dist/components/Modals/CommonModal.d.ts +2 -3
- package/dist/components/Modals/NotificationLogoutModal.d.ts +2 -0
- package/dist/components/Modals/NotificationModal.d.ts +2 -3
- package/dist/components/Others/QuitPrompt.d.ts +5 -2
- package/dist/components/Pagination/CustomPagination.d.ts +2 -3
- package/dist/components/Scroll/ScrollToTop.d.ts +3 -3
- package/dist/components/Selectors/AcademicClassSelector.d.ts +2 -3
- package/dist/components/Selectors/CreatableSelector.d.ts +2 -3
- package/dist/components/Selectors/CustomSelector.d.ts +2 -3
- package/dist/components/Selectors/MailCategorySelectors.d.ts +2 -3
- package/dist/components/Selectors/QuestionCategorySelector.d.ts +2 -3
- package/dist/components/Selectors/QuestionTypeSelector.d.ts +2 -3
- package/dist/components/Selectors/StarRatingSelector.d.ts +2 -3
- package/dist/components/Selectors/SuggestionCategorySelector.d.ts +2 -3
- package/dist/components/Tabs/CustomTab.d.ts +2 -3
- package/dist/components/Tabs/TabsWithComponent.d.ts +10 -0
- package/dist/configs/editorConfig.d.ts +7 -7
- package/dist/containers/Commons/NotFound.d.ts +3 -3
- package/dist/containers/DistrictSchools/views/SchoolList.d.ts +3 -3
- package/dist/containers/EmailTemplate/components/AttachmentFile.d.ts +8 -7
- package/dist/containers/EmailTemplate/components/MailParam.d.ts +8 -7
- package/dist/containers/EmailTemplate/configs/emailTemplateSchema.d.ts +13 -13
- package/dist/containers/EmailTemplate/hooks/useEmailTemplateDetail.d.ts +27 -28
- package/dist/containers/EmailTemplate/hooks/useEmailTemplateList.d.ts +11 -11
- package/dist/containers/EmailTemplate/views/EmailTemplateDetail.d.ts +3 -3
- package/dist/containers/EmailTemplate/views/EmailTemplateList.d.ts +3 -3
- package/dist/containers/Faq/components/FaqDetailModal.d.ts +2 -3
- package/dist/containers/Faq/hooks/useFaqDetail.d.ts +17 -18
- package/dist/containers/Faq/hooks/useFaqList.d.ts +9 -9
- package/dist/containers/Faq/views/FaqList.d.ts +3 -3
- package/dist/containers/Gallery/components/ActionModal.d.ts +2 -3
- package/dist/containers/Gallery/components/Filter.d.ts +9 -8
- package/dist/containers/Gallery/components/Media.d.ts +9 -8
- package/dist/containers/Gallery/components/MediaDetail.d.ts +7 -7
- package/dist/containers/Gallery/components/MediaList.d.ts +7 -7
- package/dist/containers/Gallery/components/MediaNav.d.ts +19 -18
- package/dist/containers/Gallery/constants/gallery.types.d.ts +21 -21
- package/dist/containers/Gallery/extensions/helpers.d.ts +4 -4
- package/dist/containers/Gallery/hooks/useGalleryList.d.ts +30 -31
- package/dist/containers/Gallery/views/GalleryList.d.ts +6 -6
- package/dist/containers/Login/components/GoogleLoginButton.d.ts +10 -0
- package/dist/containers/Login/constant/authConfig.d.ts +38 -0
- package/dist/containers/Login/constant/types.d.ts +27 -0
- package/dist/containers/Login/hooks/useForgotPassword.d.ts +20 -21
- package/dist/containers/Login/hooks/useLogin.d.ts +26 -23
- package/dist/containers/Login/hooks/useLoginTwoFactor.d.ts +4 -4
- package/dist/containers/Login/views/Dashboard.d.ts +3 -3
- package/dist/containers/Login/views/Login.d.ts +8 -9
- package/dist/containers/Login/views/block/BlockBackground.d.ts +7 -0
- package/dist/containers/Login/views/block/BlockForgetPassword.d.ts +6 -3
- package/dist/containers/Login/views/block/BlockLogin.d.ts +9 -7
- package/dist/containers/Login/views/block/BlockResetPassword.d.ts +2 -3
- package/dist/containers/Login/views/block/BlockSelectTeacher.d.ts +11 -12
- package/dist/containers/Login/views/block/BlockTwoFactorLogin.d.ts +2 -3
- package/dist/containers/Login/views/block/CloseBlock.d.ts +6 -6
- package/dist/containers/Login/views/block/ContentHomePage.d.ts +5 -5
- package/dist/containers/Login/views/block/IconContent.d.ts +7 -7
- package/dist/containers/Login/views/block/QuoteContent.d.ts +2 -3
- package/dist/containers/Notifications/components/NotificationButton.d.ts +5 -5
- package/dist/containers/Notifications/components/NotificationStatusSelector.d.ts +6 -7
- package/dist/containers/Notifications/hooks/useNotificationList.d.ts +17 -17
- package/dist/containers/Notifications/hooks/useUnreadNotification.d.ts +4 -4
- package/dist/containers/Notifications/views/NotificationList.d.ts +2 -3
- package/dist/containers/Skill/components/SkillDetailModal.d.ts +2 -3
- package/dist/containers/Skill/components/SkillSelector.d.ts +2 -3
- package/dist/containers/Skill/hooks/useSkillDetail.d.ts +19 -20
- package/dist/containers/Skill/hooks/useSkillList.d.ts +10 -9
- package/dist/containers/Skill/views/SkillList.d.ts +3 -3
- package/dist/containers/User/components/AssignStudentModal.d.ts +19 -0
- package/dist/containers/User/components/DeleteBulkModel.d.ts +3 -0
- package/dist/containers/User/components/FilterPopover.d.ts +21 -0
- package/dist/containers/User/components/HeaderCell.d.ts +19 -0
- package/dist/containers/User/components/RemoveAssistant.d.ts +3 -0
- package/dist/containers/User/components/RemoveCounselor.d.ts +3 -0
- package/dist/containers/User/components/RemoveTeacher.d.ts +3 -0
- package/dist/containers/User/components/TableHeader.d.ts +14 -0
- package/dist/containers/User/components/TeacherSelector.d.ts +2 -0
- package/dist/containers/User/configs/changePasswordSchema.d.ts +11 -10
- package/dist/containers/User/configs/constants.d.ts +62 -0
- package/dist/containers/User/configs/type.d.ts +210 -0
- package/dist/containers/User/configs/userSchema.d.ts +15 -15
- package/dist/containers/User/hooks/useAssignStudent.d.ts +33 -0
- package/dist/containers/User/hooks/useAssignStudentList.d.ts +33 -0
- package/dist/containers/User/hooks/useAssistantList.d.ts +9 -0
- package/dist/containers/User/hooks/useClickOutside.d.ts +2 -0
- package/dist/containers/User/hooks/useCounselorList.d.ts +9 -0
- package/dist/containers/User/hooks/useFilterPopover.d.ts +36 -0
- package/dist/containers/User/hooks/useTableHeader.d.ts +19 -0
- package/dist/containers/User/hooks/useTeacherList.d.ts +9 -0
- package/dist/containers/User/hooks/useUserDetail.d.ts +31 -24
- package/dist/containers/User/hooks/useUserList.d.ts +14 -11
- package/dist/containers/User/hooks/userFilters.d.ts +7 -0
- package/dist/containers/User/views/AssignStudentList.d.ts +2 -0
- package/dist/containers/User/views/UserContainer.d.ts +2 -0
- package/dist/containers/User/views/UserDetail.d.ts +2 -3
- package/dist/containers/User/views/UserList.d.ts +2 -3
- package/dist/hooks/useClassFontSize.d.ts +4 -0
- package/dist/hooks/useFilters.d.ts +7 -8
- package/dist/i18n.d.ts +2 -2
- package/dist/index-C95SWLrn.js +18163 -0
- package/dist/index-DixwqZ17.cjs +29 -0
- package/dist/index.d.ts +111 -110
- package/dist/index.esm-BckW25l9.cjs +1 -0
- package/dist/index.esm-hqKUWCW0.js +15 -0
- package/dist/index.js +1 -10373
- package/dist/index.modern.js +159 -10213
- package/dist/layouts/TheContent.d.ts +3 -3
- package/dist/mailCategoryService-BqDtPJRc.js +10 -0
- package/dist/mailCategoryService-DBMJOyls.cjs +1 -0
- package/dist/mario-core.css +5 -0
- package/dist/redux/assessments/action.d.ts +1 -1
- package/dist/redux/assessments/reducer.d.ts +10 -5
- package/dist/redux/assignment/action.d.ts +1 -1
- package/dist/redux/assignment/reducer.d.ts +4 -2
- package/dist/redux/assistants/action.d.ts +1 -1
- package/dist/redux/assistants/reducer.d.ts +4 -2
- package/dist/redux/badges/action.d.ts +1 -1
- package/dist/redux/badges/reducer.d.ts +4 -2
- package/dist/redux/bandScores/action.d.ts +1 -1
- package/dist/redux/bandScores/reducer.d.ts +4 -2
- package/dist/redux/certificate/action.d.ts +1 -1
- package/dist/redux/certificate/reducer.d.ts +4 -2
- package/dist/redux/classes/action.d.ts +1 -1
- package/dist/redux/classes/reducer.d.ts +4 -2
- package/dist/redux/commons/action.d.ts +18 -18
- package/dist/redux/commons/reducer.d.ts +4 -2
- package/dist/redux/conferenceRubrics/action.d.ts +1 -1
- package/dist/redux/conferenceRubrics/reducer.d.ts +4 -2
- package/dist/redux/customAlert/action.d.ts +1 -1
- package/dist/redux/customAlert/reducer.d.ts +4 -2
- package/dist/redux/dashboard/action.d.ts +5 -5
- package/dist/redux/dashboard/reducer.d.ts +4 -2
- package/dist/redux/dataPlayer/action.d.ts +2 -2
- package/dist/redux/dataPlayer/reducer.d.ts +4 -2
- package/dist/redux/emailTemplates/action.d.ts +1 -1
- package/dist/redux/emailTemplates/reducer.d.ts +4 -2
- package/dist/redux/faqs/action.d.ts +1 -1
- package/dist/redux/faqs/reducer.d.ts +4 -2
- package/dist/redux/feedback/action.d.ts +1 -1
- package/dist/redux/feedback/reducer.d.ts +4 -2
- package/dist/redux/gallery/action.d.ts +2 -2
- package/dist/redux/gallery/reducer.d.ts +4 -2
- package/dist/redux/goalExamples/action.d.ts +1 -1
- package/dist/redux/goalExamples/reducer.d.ts +4 -2
- package/dist/redux/improveMyClass/action.d.ts +1 -1
- package/dist/redux/improveMyClass/reducer.d.ts +4 -2
- package/dist/redux/learningStrategies/action.d.ts +1 -1
- package/dist/redux/learningStrategies/reducer.d.ts +4 -2
- package/dist/redux/learningSupportCategories/action.d.ts +1 -1
- package/dist/redux/learningSupportCategories/reducer.d.ts +4 -2
- package/dist/redux/mailCategories/action.d.ts +1 -1
- package/dist/redux/mailCategories/reducer.d.ts +4 -2
- package/dist/redux/navMobile/action.d.ts +1 -1
- package/dist/redux/navMobile/reducer.d.ts +4 -2
- package/dist/redux/notifications/action.d.ts +3 -3
- package/dist/redux/notifications/reducer.d.ts +4 -2
- package/dist/redux/questionBanks/action.d.ts +1 -1
- package/dist/redux/questionBanks/reducer.d.ts +4 -2
- package/dist/redux/questionByCategory/action.d.ts +8 -8
- package/dist/redux/questionByCategory/reducer.d.ts +4 -2
- package/dist/redux/questionCategory/action.d.ts +1 -1
- package/dist/redux/questionCategory/reducer.d.ts +4 -2
- package/dist/redux/reflectionForms/action.d.ts +1 -1
- package/dist/redux/reflectionForms/reducer.d.ts +4 -2
- package/dist/redux/reflectionResults/action.d.ts +1 -1
- package/dist/redux/reflectionResults/reducer.d.ts +4 -2
- package/dist/redux/schoolBlankDays/action.d.ts +1 -1
- package/dist/redux/schoolBlankDays/reducer.d.ts +4 -2
- package/dist/redux/semester/action.d.ts +1 -1
- package/dist/redux/semester/reducer.d.ts +4 -2
- package/dist/redux/sessionPlayers/action.d.ts +5 -5
- package/dist/redux/sessionPlayers/reducer.d.ts +4 -2
- package/dist/redux/sessionTemplateGeneralClasses/action.d.ts +1 -1
- package/dist/redux/sessionTemplateGeneralClasses/reducer.d.ts +4 -2
- package/dist/redux/sessionTemplates/action.d.ts +1 -1
- package/dist/redux/sessionTemplates/reducer.d.ts +4 -2
- package/dist/redux/skills/action.d.ts +1 -1
- package/dist/redux/skills/reducer.d.ts +4 -2
- package/dist/redux/subjects/action.d.ts +1 -1
- package/dist/redux/subjects/reducer.d.ts +4 -2
- package/dist/redux/suggestionBanks/action.d.ts +1 -1
- package/dist/redux/suggestionBanks/reducer.d.ts +4 -2
- package/dist/redux/teacher/myStudent/action.d.ts +1 -1
- package/dist/redux/teacher/myStudent/reducer.d.ts +4 -2
- package/dist/redux/tutorialScreen/action.d.ts +1 -1
- package/dist/redux/tutorialScreen/reducer.d.ts +10 -5
- package/dist/redux/users/action.d.ts +2 -2
- package/dist/redux/users/reducer.d.ts +4 -2
- package/dist/redux/widget/action.d.ts +1 -1
- package/dist/redux/widget/reducer.d.ts +4 -2
- package/dist/rootReducer.d.ts +96 -49
- package/dist/services/accountService.d.ts +13 -12
- package/dist/services/api.d.ts +3 -3
- package/dist/services/classService.d.ts +1 -1
- package/dist/services/emailTemplateService.d.ts +6 -6
- package/dist/services/faqService.d.ts +6 -6
- package/dist/services/fileServices.d.ts +13 -13
- package/dist/services/galleryService.d.ts +2 -2
- package/dist/services/languageService.d.ts +1 -0
- package/dist/services/mailCategoryService.d.ts +1 -1
- package/dist/services/notificationService.d.ts +7 -7
- package/dist/services/questionCategoryService.d.ts +1 -1
- package/dist/services/schoolService.d.ts +1 -0
- package/dist/services/skillService.d.ts +6 -6
- package/dist/services/suggestionCategoryService.d.ts +1 -1
- package/dist/services/userService.d.ts +21 -9
- package/dist/store.d.ts +3 -3
- package/dist/types/Conversation.d.ts +8 -8
- package/dist/types/ConversationMember.d.ts +5 -5
- package/dist/types/Dashboard.d.ts +5 -5
- package/dist/types/Filter.d.ts +10 -10
- package/dist/types/Language.d.ts +8 -0
- package/dist/types/Message.d.ts +13 -13
- package/dist/types/Notification.d.ts +8 -8
- package/dist/utils/canAccessRoute.d.ts +2 -2
- package/dist/utils/constants.d.ts +77 -67
- package/dist/utils/debounce.d.ts +2 -2
- package/dist/utils/domHelpers.d.ts +2 -2
- package/dist/utils/encodeParams.d.ts +2 -2
- package/dist/utils/firstCheckToken.d.ts +2 -2
- package/dist/utils/generateRandomString.d.ts +2 -2
- package/dist/utils/getAccessToken.d.ts +2 -2
- package/dist/utils/getCookieValue.d.ts +2 -0
- package/dist/utils/getFileUrl.d.ts +2 -2
- package/dist/utils/getStaticFileUrl.d.ts +2 -0
- package/dist/utils/getTextFromHTML.d.ts +2 -2
- package/dist/utils/utcToLocalTime.d.ts +2 -2
- package/package.json +68 -77
- package/dist/components/Alerts/ReactNotification.d.ts +0 -4
- package/dist/containers/Login/constant/type.d.ts +0 -5
- package/dist/containers/Login/views/ModelSelectRole.d.ts +0 -4
- package/dist/index.css +0 -658
- package/dist/index.js.map +0 -1
- package/dist/index.modern.js.map +0 -1
- package/dist/index.test.d.ts +0 -1
- package/dist/layouts/TheFooter.d.ts +0 -3
- package/dist/layouts/TheHeader.d.ts +0 -3
- package/dist/layouts/TheHeaderDropdown.d.ts +0 -3
- package/dist/layouts/TheLanguageDropdown.d.ts +0 -3
- package/dist/layouts/TheLayout.d.ts +0 -4
- package/dist/layouts/TheSidebar.d.ts +0 -3
- package/dist/types/Payload.d.ts +0 -15
- package/dist/utils/amplitude.d.ts +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const setFilterWidget: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
|
|
1
|
+
export declare const setFilterWidget: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
|
package/dist/rootReducer.d.ts
CHANGED
|
@@ -1,49 +1,96 @@
|
|
|
1
|
-
declare const rootReducer: import("redux").Reducer<
|
|
2
|
-
common: any;
|
|
3
|
-
classes: any;
|
|
4
|
-
conferenceRubrics: any;
|
|
5
|
-
faqs: any;
|
|
6
|
-
skills: any;
|
|
7
|
-
emailTemplate: any;
|
|
8
|
-
suggestionBank: any;
|
|
9
|
-
learningStrategy: any;
|
|
10
|
-
subjects: any;
|
|
11
|
-
learningSupportCategories: any;
|
|
12
|
-
questionBank: any;
|
|
13
|
-
badges: any;
|
|
14
|
-
semester: any;
|
|
15
|
-
goalExamples: any;
|
|
16
|
-
users: any;
|
|
17
|
-
reflections: any;
|
|
18
|
-
reflectionResults: any;
|
|
19
|
-
feedbacks: any;
|
|
20
|
-
assessments: {
|
|
21
|
-
assessmentList: never[];
|
|
22
|
-
totalItems: number;
|
|
23
|
-
};
|
|
24
|
-
questionByCategory: any;
|
|
25
|
-
mailCategory: any;
|
|
26
|
-
questionCate: any;
|
|
27
|
-
notification: any;
|
|
28
|
-
myStudent: any;
|
|
29
|
-
assignments: any;
|
|
30
|
-
assistants: any;
|
|
31
|
-
sesstionTemplates: any;
|
|
32
|
-
sessionTemplateGeneralClasses: any;
|
|
33
|
-
tutorialScreens: {
|
|
34
|
-
tutorialScreenList: never[];
|
|
35
|
-
totalItems: number;
|
|
36
|
-
};
|
|
37
|
-
customAlerts: any;
|
|
38
|
-
gallery: any;
|
|
39
|
-
dashboard: any;
|
|
40
|
-
sessionPlayer: any;
|
|
41
|
-
dataPlayer: any;
|
|
42
|
-
certificate: any;
|
|
43
|
-
improveMyClass: any;
|
|
44
|
-
widget: any;
|
|
45
|
-
bandScores: any;
|
|
46
|
-
schoolBlankDays: any;
|
|
47
|
-
navMobileReducer: any;
|
|
48
|
-
}
|
|
49
|
-
|
|
1
|
+
declare const rootReducer: import("redux").Reducer<{
|
|
2
|
+
common: any;
|
|
3
|
+
classes: any;
|
|
4
|
+
conferenceRubrics: any;
|
|
5
|
+
faqs: any;
|
|
6
|
+
skills: any;
|
|
7
|
+
emailTemplate: any;
|
|
8
|
+
suggestionBank: any;
|
|
9
|
+
learningStrategy: any;
|
|
10
|
+
subjects: any;
|
|
11
|
+
learningSupportCategories: any;
|
|
12
|
+
questionBank: any;
|
|
13
|
+
badges: any;
|
|
14
|
+
semester: any;
|
|
15
|
+
goalExamples: any;
|
|
16
|
+
users: any;
|
|
17
|
+
reflections: any;
|
|
18
|
+
reflectionResults: any;
|
|
19
|
+
feedbacks: any;
|
|
20
|
+
assessments: {
|
|
21
|
+
assessmentList: never[];
|
|
22
|
+
totalItems: number;
|
|
23
|
+
};
|
|
24
|
+
questionByCategory: any;
|
|
25
|
+
mailCategory: any;
|
|
26
|
+
questionCate: any;
|
|
27
|
+
notification: any;
|
|
28
|
+
myStudent: any;
|
|
29
|
+
assignments: any;
|
|
30
|
+
assistants: any;
|
|
31
|
+
sesstionTemplates: any;
|
|
32
|
+
sessionTemplateGeneralClasses: any;
|
|
33
|
+
tutorialScreens: {
|
|
34
|
+
tutorialScreenList: never[];
|
|
35
|
+
totalItems: number;
|
|
36
|
+
};
|
|
37
|
+
customAlerts: any;
|
|
38
|
+
gallery: any;
|
|
39
|
+
dashboard: any;
|
|
40
|
+
sessionPlayer: any;
|
|
41
|
+
dataPlayer: any;
|
|
42
|
+
certificate: any;
|
|
43
|
+
improveMyClass: any;
|
|
44
|
+
widget: any;
|
|
45
|
+
bandScores: any;
|
|
46
|
+
schoolBlankDays: any;
|
|
47
|
+
navMobileReducer: any;
|
|
48
|
+
}, import("redux").UnknownAction, Partial<{
|
|
49
|
+
common: any;
|
|
50
|
+
classes: any;
|
|
51
|
+
conferenceRubrics: any;
|
|
52
|
+
faqs: any;
|
|
53
|
+
skills: any;
|
|
54
|
+
emailTemplate: any;
|
|
55
|
+
suggestionBank: any;
|
|
56
|
+
learningStrategy: any;
|
|
57
|
+
subjects: any;
|
|
58
|
+
learningSupportCategories: any;
|
|
59
|
+
questionBank: any;
|
|
60
|
+
badges: any;
|
|
61
|
+
semester: any;
|
|
62
|
+
goalExamples: any;
|
|
63
|
+
users: any;
|
|
64
|
+
reflections: any;
|
|
65
|
+
reflectionResults: any;
|
|
66
|
+
feedbacks: any;
|
|
67
|
+
assessments: {
|
|
68
|
+
assessmentList: never[];
|
|
69
|
+
totalItems: number;
|
|
70
|
+
} | undefined;
|
|
71
|
+
questionByCategory: any;
|
|
72
|
+
mailCategory: any;
|
|
73
|
+
questionCate: any;
|
|
74
|
+
notification: any;
|
|
75
|
+
myStudent: any;
|
|
76
|
+
assignments: any;
|
|
77
|
+
assistants: any;
|
|
78
|
+
sesstionTemplates: any;
|
|
79
|
+
sessionTemplateGeneralClasses: any;
|
|
80
|
+
tutorialScreens: {
|
|
81
|
+
tutorialScreenList: never[];
|
|
82
|
+
totalItems: number;
|
|
83
|
+
} | undefined;
|
|
84
|
+
customAlerts: any;
|
|
85
|
+
gallery: any;
|
|
86
|
+
dashboard: any;
|
|
87
|
+
sessionPlayer: any;
|
|
88
|
+
dataPlayer: any;
|
|
89
|
+
certificate: any;
|
|
90
|
+
improveMyClass: any;
|
|
91
|
+
widget: any;
|
|
92
|
+
bandScores: any;
|
|
93
|
+
schoolBlankDays: any;
|
|
94
|
+
navMobileReducer: any;
|
|
95
|
+
}>>;
|
|
96
|
+
export default rootReducer;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
export declare const logIn: (data: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
2
|
-
export declare const checkToken: (token: string) => Promise<import("axios").AxiosResponse<any>>;
|
|
3
|
-
export declare const getInfo: () => Promise<import("axios").AxiosResponse<any>>;
|
|
4
|
-
export declare const forgotPassword: (data: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
5
|
-
export declare const checkResetToken: (token: string) => Promise<import("axios").AxiosResponse<any>>;
|
|
6
|
-
export declare const resetPassword: (data: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
7
|
-
export declare const getStudentProfile: () => Promise<import("axios").AxiosResponse<any>>;
|
|
8
|
-
export declare const logInTwoFactor: (data: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
9
|
-
export declare const checkUserGoogle: (body: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
10
|
-
export declare const getAllLoginTeacher: (param: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
11
|
-
export declare const getGoogleClientId: () => Promise<import("axios").AxiosResponse<any>>;
|
|
12
|
-
export declare const registerUserStudent: (body: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
1
|
+
export declare const logIn: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
2
|
+
export declare const checkToken: (token: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
3
|
+
export declare const getInfo: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
4
|
+
export declare const forgotPassword: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
5
|
+
export declare const checkResetToken: (token: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
6
|
+
export declare const resetPassword: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
7
|
+
export declare const getStudentProfile: (roles: string[]) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
8
|
+
export declare const logInTwoFactor: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
9
|
+
export declare const checkUserGoogle: (type: any, body: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
10
|
+
export declare const getAllLoginTeacher: (param: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
11
|
+
export declare const getGoogleClientId: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
12
|
+
export declare const registerUserStudent: (body: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
13
|
+
export declare const AccountSSOLogApi: (data: string[]) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
package/dist/services/api.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { AxiosInstance } from "axios";
|
|
2
|
-
export declare const api: AxiosInstance;
|
|
3
|
-
export declare const apiUpload: AxiosInstance;
|
|
1
|
+
import { AxiosInstance } from "axios";
|
|
2
|
+
export declare const api: AxiosInstance;
|
|
3
|
+
export declare const apiUpload: AxiosInstance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const get: () => Promise<import("axios").AxiosResponse<any>>;
|
|
1
|
+
export declare const get: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Filter } from "../types/Filter";
|
|
2
|
-
export declare const get: (filter: Filter) => Promise<import("axios").AxiosResponse<any>>;
|
|
3
|
-
export declare const getById: (id: number) => Promise<import("axios").AxiosResponse<any>>;
|
|
4
|
-
export declare const create: (data: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
5
|
-
export declare const update: (data: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
6
|
-
export declare const remove: (id: number) => Promise<import("axios").AxiosResponse<any>>;
|
|
1
|
+
import { Filter } from "../types/Filter";
|
|
2
|
+
export declare const get: (filter: Filter) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
3
|
+
export declare const getById: (id: number) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
4
|
+
export declare const create: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
5
|
+
export declare const update: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
6
|
+
export declare const remove: (id: number) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Filter } from "../types/Filter";
|
|
2
|
-
export declare const get: (filter: Filter) => Promise<import("axios").AxiosResponse<any>>;
|
|
3
|
-
export declare const getById: (id: number) => Promise<import("axios").AxiosResponse<any>>;
|
|
4
|
-
export declare const create: (data: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
5
|
-
export declare const update: (data: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
6
|
-
export declare const remove: (id: number) => Promise<import("axios").AxiosResponse<any>>;
|
|
1
|
+
import { Filter } from "../types/Filter";
|
|
2
|
+
export declare const get: (filter: Filter) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
3
|
+
export declare const getById: (id: number) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
4
|
+
export declare const create: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
5
|
+
export declare const update: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
6
|
+
export declare const remove: (id: number) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export declare const uploadFile: (formData: FormData) => Promise<import("axios").AxiosResponse<any>>;
|
|
2
|
-
export declare const systemStudentBadge: (formData: FormData) => Promise<import("axios").AxiosResponse<any>>;
|
|
3
|
-
export declare const systemCertificateUpload: (formData: FormData) => Promise<import("axios").AxiosResponse<any>>;
|
|
4
|
-
export declare const systemProfileUpload: (formData: FormData) => Promise<import("axios").AxiosResponse<any>>;
|
|
5
|
-
export declare const systemEmailUpload: (formData: FormData) => Promise<import("axios").AxiosResponse<any>>;
|
|
6
|
-
export declare const systemQuestionUpload: (formData: FormData) => Promise<import("axios").AxiosResponse<any>>;
|
|
7
|
-
export declare const systemAnswerUpload: (formData: FormData) => Promise<import("axios").AxiosResponse<any>>;
|
|
8
|
-
export declare const systemTutorialUpload: (formData: FormData) => Promise<import("axios").AxiosResponse<any>>;
|
|
9
|
-
export declare const customKeyUpload: (formData: FormData) => Promise<import("axios").AxiosResponse<any>>;
|
|
10
|
-
export declare const deleteFile: (key: string) => Promise<import("axios").AxiosResponse<any>>;
|
|
11
|
-
export declare const deleteFolder: (key: string) => Promise<import("axios").AxiosResponse<any>>;
|
|
12
|
-
export declare const createFolder: (prefix: string, folderName: string) => Promise<import("axios").AxiosResponse<any>>;
|
|
13
|
-
export declare const renameFile: (key: string, name: string) => Promise<import("axios").AxiosResponse<any>>;
|
|
1
|
+
export declare const uploadFile: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
2
|
+
export declare const systemStudentBadge: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
3
|
+
export declare const systemCertificateUpload: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
4
|
+
export declare const systemProfileUpload: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
5
|
+
export declare const systemEmailUpload: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
6
|
+
export declare const systemQuestionUpload: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
7
|
+
export declare const systemAnswerUpload: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
8
|
+
export declare const systemTutorialUpload: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
9
|
+
export declare const customKeyUpload: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
10
|
+
export declare const deleteFile: (key: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
11
|
+
export declare const deleteFolder: (key: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
12
|
+
export declare const createFolder: (prefix: string, folderName: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
13
|
+
export declare const renameFile: (key: string, name: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { FilterType } from './../containers/Gallery/constants/gallery.types';
|
|
2
|
-
export declare const get: (filter: FilterType) => Promise<import("axios").AxiosResponse<any>>;
|
|
1
|
+
import { FilterType } from './../containers/Gallery/constants/gallery.types';
|
|
2
|
+
export declare const get: (filter: FilterType) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getLanguage: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const get: () => Promise<import("axios").AxiosResponse<any>>;
|
|
1
|
+
export declare const get: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare const get: (filter: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
2
|
-
export declare const getUnReadNotifications: () => Promise<import("axios").AxiosResponse<any>>;
|
|
3
|
-
export declare const updateLastTimeCheckNotification: () => Promise<import("axios").AxiosResponse<any>>;
|
|
4
|
-
export declare const getById: (id: number) => Promise<import("axios").AxiosResponse<any>>;
|
|
5
|
-
export declare const updateStatusNotification: (id: number) => Promise<import("axios").AxiosResponse<any>>;
|
|
6
|
-
export declare const clearChatNotification: () => Promise<import("axios").AxiosResponse<any>>;
|
|
7
|
-
export declare const updateAllStatus: () => Promise<import("axios").AxiosResponse<any>>;
|
|
1
|
+
export declare const get: (filter: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
2
|
+
export declare const getUnReadNotifications: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
3
|
+
export declare const updateLastTimeCheckNotification: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
4
|
+
export declare const getById: (id: number) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
5
|
+
export declare const updateStatusNotification: (id: number) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
6
|
+
export declare const clearChatNotification: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
7
|
+
export declare const updateAllStatus: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const get: () => Promise<import("axios").AxiosResponse<any>>;
|
|
1
|
+
export declare const get: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getSchoolSettings: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Filter } from "../types/Filter";
|
|
2
|
-
export declare const get: (filter?: Filter
|
|
3
|
-
export declare const getById: (id: number) => Promise<import("axios").AxiosResponse<any>>;
|
|
4
|
-
export declare const create: (data: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
5
|
-
export declare const update: (data: any) => Promise<import("axios").AxiosResponse<any>>;
|
|
6
|
-
export declare const remove: (id: number) => Promise<import("axios").AxiosResponse<any>>;
|
|
1
|
+
import { Filter } from "../types/Filter";
|
|
2
|
+
export declare const get: (filter?: Filter) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
3
|
+
export declare const getById: (id: number) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
4
|
+
export declare const create: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
5
|
+
export declare const update: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
6
|
+
export declare const remove: (id: number) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const get: () => Promise<import("axios").AxiosResponse<any>>;
|
|
1
|
+
export declare const get: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
@@ -1,9 +1,21 @@
|
|
|
1
|
-
import { Filter } from "../types/Filter";
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
1
|
+
import { Filter } from "../types/Filter";
|
|
2
|
+
import { AssignStudentDto, StudentFilter, UserFilter, UserFilterField } from "../containers/User/configs/type";
|
|
3
|
+
export declare const get: (filter: UserFilter) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
4
|
+
export declare const getById: (id: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
5
|
+
export declare const create: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
6
|
+
export declare const update: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
7
|
+
export declare const remove: (id: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
8
|
+
export declare const getAllStudent: (filter?: Filter) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
9
|
+
export declare const changePassword: (formData: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
10
|
+
export declare const forgotChangePassword: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
11
|
+
export declare const switchAccountUser: (id: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
12
|
+
export declare const getAssignStudentApi: (filter: StudentFilter) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
13
|
+
export declare const getCounselors: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
14
|
+
export declare const getAssistants: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
15
|
+
export declare const getSecondaryTeachers: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
16
|
+
export declare const getTeachers: (filters: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
17
|
+
export declare const assignStudentsApi: (data?: AssignStudentDto[]) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
18
|
+
export declare const getFilterRosterUser: (filter: UserFilterField) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
19
|
+
export declare const addGradeToStudent: (userId: string, grade: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
20
|
+
export declare const removeBulkStaff: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
21
|
+
export declare const updateStatusAll: (ids: string[]) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
package/dist/store.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Store } from "redux";
|
|
2
|
-
declare const store: Store;
|
|
3
|
-
export default store;
|
|
1
|
+
import { Store } from "redux";
|
|
2
|
+
declare const store: Store;
|
|
3
|
+
export default store;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export
|
|
2
|
-
id: number;
|
|
3
|
-
name: string;
|
|
4
|
-
lastMessage: string;
|
|
5
|
-
unreadMessageCount: number;
|
|
6
|
-
isGroup: boolean;
|
|
7
|
-
avatarPath?: string | null;
|
|
8
|
-
};
|
|
1
|
+
export type Conversation = {
|
|
2
|
+
id: number;
|
|
3
|
+
name: string;
|
|
4
|
+
lastMessage: string;
|
|
5
|
+
unreadMessageCount: number;
|
|
6
|
+
isGroup: boolean;
|
|
7
|
+
avatarPath?: string | null;
|
|
8
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
id: string;
|
|
3
|
-
name: string;
|
|
4
|
-
avatarPath?: string;
|
|
5
|
-
};
|
|
1
|
+
export type ConversationMember = {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
avatarPath?: string;
|
|
5
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
label: string;
|
|
3
|
-
color: string;
|
|
4
|
-
url: string;
|
|
5
|
-
};
|
|
1
|
+
export type NavbarTab = {
|
|
2
|
+
label: string;
|
|
3
|
+
color: string;
|
|
4
|
+
url: string;
|
|
5
|
+
};
|
package/dist/types/Filter.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { MediaType } from "../containers/Gallery/constants/gallery.types";
|
|
2
|
-
export
|
|
3
|
-
currentPage: number;
|
|
4
|
-
pageSize: number;
|
|
5
|
-
searchString: string;
|
|
6
|
-
sortBy: string;
|
|
7
|
-
sortOrder: string;
|
|
8
|
-
name: string;
|
|
9
|
-
queryTypes?: MediaType[];
|
|
10
|
-
};
|
|
1
|
+
import { MediaType } from "../containers/Gallery/constants/gallery.types";
|
|
2
|
+
export type Filter = {
|
|
3
|
+
currentPage: number;
|
|
4
|
+
pageSize: number;
|
|
5
|
+
searchString: string;
|
|
6
|
+
sortBy: string;
|
|
7
|
+
sortOrder: string;
|
|
8
|
+
name: string;
|
|
9
|
+
queryTypes?: MediaType[];
|
|
10
|
+
};
|
package/dist/types/Message.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export
|
|
2
|
-
id: number;
|
|
3
|
-
senderId: string;
|
|
4
|
-
text: string;
|
|
5
|
-
time: string;
|
|
6
|
-
messageType: string;
|
|
7
|
-
filePath?: string;
|
|
8
|
-
fileType?: string;
|
|
9
|
-
category: string;
|
|
10
|
-
isFirstMessage: boolean;
|
|
11
|
-
isLastMessage: boolean;
|
|
12
|
-
isLastReadMessage: boolean;
|
|
13
|
-
};
|
|
1
|
+
export type Message = {
|
|
2
|
+
id: number;
|
|
3
|
+
senderId: string;
|
|
4
|
+
text: string;
|
|
5
|
+
time: string;
|
|
6
|
+
messageType: string;
|
|
7
|
+
filePath?: string;
|
|
8
|
+
fileType?: string;
|
|
9
|
+
category: string;
|
|
10
|
+
isFirstMessage: boolean;
|
|
11
|
+
isLastMessage: boolean;
|
|
12
|
+
isLastReadMessage: boolean;
|
|
13
|
+
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export
|
|
2
|
-
id?: number;
|
|
3
|
-
text: string;
|
|
4
|
-
type: string;
|
|
5
|
-
time: string;
|
|
6
|
-
isRead: boolean;
|
|
7
|
-
recordId?: number;
|
|
8
|
-
};
|
|
1
|
+
export type Notification = {
|
|
2
|
+
id?: number;
|
|
3
|
+
text: string;
|
|
4
|
+
type: string;
|
|
5
|
+
time: string;
|
|
6
|
+
isRead: boolean;
|
|
7
|
+
recordId?: number;
|
|
8
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const canAccess: (userRoles: any[], componentRoles: any[]) => boolean;
|
|
2
|
-
export default canAccess;
|
|
1
|
+
declare const canAccess: (userRoles: any[], componentRoles: any[]) => boolean;
|
|
2
|
+
export default canAccess;
|