mario-core 2.0.0 → 2.0.1-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/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/Alerts/SandboxAlert.d.ts +3 -0
- package/dist/components/Buttons/AddButton.d.ts +7 -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 +7 -6
- package/dist/components/Buttons/DetailActionButtons.d.ts +8 -8
- package/dist/components/Buttons/EditButtonIcon.d.ts +7 -6
- package/dist/components/Buttons/LinkEditButton.d.ts +7 -7
- package/dist/components/Buttons/LoginNavButton.d.ts +8 -8
- package/dist/components/Buttons/SyncButton.d.ts +8 -0
- 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 +9 -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 -0
- package/dist/components/Selectors/AcademicClassSelector.d.ts +2 -3
- package/dist/components/Selectors/CategorySelector.d.ts +2 -0
- 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/Selectors/constants/constant.d.ts +10 -0
- package/dist/components/Selectors/hooks/useCategorySelector.d.ts +5 -0
- 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 +7 -7
- package/dist/containers/EmailTemplate/components/MailParam.d.ts +7 -7
- package/dist/containers/EmailTemplate/configs/emailTemplateSchema.d.ts +13 -13
- package/dist/containers/EmailTemplate/hooks/useEmailTemplateDetail.d.ts +28 -28
- package/dist/containers/EmailTemplate/hooks/useEmailTemplateList.d.ts +11 -12
- package/dist/containers/EmailTemplate/views/EmailTemplateDetail.d.ts +3 -3
- package/dist/containers/EmailTemplate/views/EmailTemplateList.d.ts +3 -3
- package/dist/containers/Gallery/components/ActionModal.d.ts +2 -3
- package/dist/containers/Gallery/components/Filter.d.ts +8 -8
- package/dist/containers/Gallery/components/Media.d.ts +7 -8
- package/dist/containers/Gallery/components/MediaDetail.d.ts +6 -7
- package/dist/containers/Gallery/components/MediaList.d.ts +7 -7
- package/dist/containers/Gallery/components/MediaNav.d.ts +17 -18
- package/dist/containers/Gallery/constants/gallery.types.d.ts +21 -20
- 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/constant/authConfig.d.ts +38 -0
- package/dist/containers/Login/constant/types.d.ts +34 -0
- package/dist/containers/Login/hooks/useCreatePassword.d.ts +12 -0
- package/dist/containers/Login/hooks/useForgotPassword.d.ts +22 -21
- package/dist/containers/Login/hooks/useLogin.d.ts +29 -15
- package/dist/containers/Login/hooks/useLoginTwoFactor.d.ts +4 -0
- package/dist/containers/Login/views/Dashboard.d.ts +3 -3
- package/dist/containers/Login/views/Login.d.ts +9 -8
- package/dist/containers/Login/views/block/BlockBackground.d.ts +7 -0
- package/dist/containers/Login/views/block/BlockCreatePassword.d.ts +2 -0
- package/dist/containers/Login/views/block/BlockForgetPassword.d.ts +6 -3
- package/dist/containers/Login/views/block/BlockLogin.d.ts +21 -7
- package/dist/containers/Login/views/block/BlockResetPassword.d.ts +2 -3
- package/dist/containers/Login/views/block/BlockSelectTeacher.d.ts +10 -0
- package/dist/containers/Login/views/block/BlockTwoFactorLogin.d.ts +2 -0
- 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 -7
- 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 -14
- 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 +9 -10
- package/dist/containers/Skill/views/SkillList.d.ts +3 -3
- package/dist/containers/User/components/AssignStudentModal.d.ts +20 -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/RemoveSupportTeacher.d.ts +3 -0
- package/dist/containers/User/components/RemoveTeacher.d.ts +3 -0
- package/dist/containers/User/components/SwitchDataTeacherModel.d.ts +12 -0
- package/dist/containers/User/components/SwitchTeacherModal.d.ts +2 -0
- package/dist/containers/User/components/TableHeader.d.ts +15 -0
- package/dist/containers/User/components/TeacherSelector.d.ts +2 -0
- package/dist/containers/User/components/UploadCSVButton.d.ts +11 -0
- package/dist/containers/User/components/UserDeletedModal.d.ts +2 -0
- package/dist/containers/User/configs/changePasswordSchema.d.ts +11 -0
- package/dist/containers/User/configs/userSchema.d.ts +13 -15
- package/dist/containers/User/configs/utils.d.ts +8 -0
- package/dist/containers/User/constants/constants.d.ts +63 -0
- package/dist/containers/User/constants/types.d.ts +265 -0
- package/dist/containers/User/hooks/useAssignStudent.d.ts +44 -0
- package/dist/containers/User/hooks/useAssignStudentList.d.ts +36 -0
- package/dist/containers/User/hooks/useAssistantList.d.ts +9 -0
- package/dist/containers/User/hooks/useCSVImport.d.ts +37 -0
- package/dist/containers/User/hooks/useCSVImportTab.d.ts +45 -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/useExportUsersCsv.d.ts +5 -0
- package/dist/containers/User/hooks/useFilterPopover.d.ts +37 -0
- package/dist/containers/User/hooks/useResendMail.d.ts +5 -0
- package/dist/containers/User/hooks/useRosterUserSelector.d.ts +8 -0
- package/dist/containers/User/hooks/useSecondaryTeacherList.d.ts +9 -0
- package/dist/containers/User/hooks/useTableHeader.d.ts +20 -0
- package/dist/containers/User/hooks/useTeacherList.d.ts +9 -0
- package/dist/containers/User/hooks/useUserDeletedList.d.ts +21 -0
- package/dist/containers/User/hooks/useUserDeletedModal.d.ts +13 -0
- package/dist/containers/User/hooks/useUserDetail.d.ts +41 -22
- package/dist/containers/User/hooks/useUserList.d.ts +18 -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/CSVImport.d.ts +3 -0
- package/dist/containers/User/views/RosterUserSelector.d.ts +8 -0
- package/dist/containers/User/views/UserContainer.d.ts +2 -0
- package/dist/containers/User/views/UserDeletedList.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/useFilters.d.ts +7 -0
- package/dist/hooks/useLanguages.d.ts +9 -0
- package/dist/i18n.d.ts +2 -0
- package/dist/index.d.ts +114 -101
- package/dist/index.js +24 -7326
- package/dist/index.modern.js +28540 -6799
- package/dist/layouts/TheContent.d.ts +2 -3
- package/dist/mario-core.css +1 -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 +23 -8
- 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 -4
- 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 -0
- package/dist/redux/navMobile/reducer.d.ts +4 -0
- 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 -4
- 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/weeklyQuests/action.d.ts +2 -0
- package/dist/redux/weeklyQuests/reducer.d.ts +12 -0
- package/dist/redux/widget/action.d.ts +1 -1
- package/dist/redux/widget/reducer.d.ts +4 -2
- package/dist/rootReducer.d.ts +106 -48
- package/dist/services/accountService.d.ts +22 -7
- package/dist/services/api.d.ts +3 -3
- package/dist/services/classService.d.ts +1 -1
- package/dist/services/csvImportService.d.ts +9 -0
- package/dist/services/csvService.d.ts +8 -0
- package/dist/services/emailTemplateService.d.ts +7 -6
- package/dist/services/fileServices.d.ts +13 -13
- package/dist/services/galleryService.d.ts +2 -2
- package/dist/services/mailCategoryService.d.ts +1 -1
- package/dist/services/notificationService.d.ts +7 -6
- package/dist/services/questionCategoryService.d.ts +3 -1
- package/dist/services/schoolService.d.ts +2 -0
- package/dist/services/skillService.d.ts +6 -6
- package/dist/services/suggestionCategoryService.d.ts +1 -1
- package/dist/services/userService.d.ts +37 -7
- 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 +16 -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/types/Payload.d.ts +17 -0
- package/dist/types/user.d.ts +3 -0
- package/dist/utils/canAccessRoute.d.ts +2 -2
- package/dist/utils/constants.d.ts +87 -57
- 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 +1 -2
- package/package.json +79 -63
- package/dist/components/Alerts/ReactNotification.d.ts +0 -4
- package/dist/containers/Faq/components/FaqDetailModal.d.ts +0 -3
- package/dist/containers/Faq/hooks/useFaqDetail.d.ts +0 -18
- package/dist/containers/Faq/hooks/useFaqList.d.ts +0 -10
- package/dist/containers/Faq/views/FaqList.d.ts +0 -3
- package/dist/index.css +0 -499
- 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/TheLayout.d.ts +0 -3
- package/dist/layouts/TheSidebar.d.ts +0 -3
- package/dist/redux/bandScoreBreakPoint/action.d.ts +0 -1
- package/dist/redux/bandScoreBreakPoint/reducer.d.ts +0 -2
- package/dist/services/faqService.d.ts +0 -6
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const weeklyQuestReducer: import("redux").Reducer<{
|
|
2
|
+
isOpenModelCongratulation: boolean;
|
|
3
|
+
lastQuest: undefined;
|
|
4
|
+
weeklyQuests: never[];
|
|
5
|
+
}> & {
|
|
6
|
+
getInitialState: () => {
|
|
7
|
+
isOpenModelCongratulation: boolean;
|
|
8
|
+
lastQuest: undefined;
|
|
9
|
+
weeklyQuests: never[];
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default weeklyQuestReducer;
|
|
@@ -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,48 +1,106 @@
|
|
|
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
|
-
|
|
48
|
-
|
|
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
|
+
weeklyQuests: {
|
|
49
|
+
isOpenModelCongratulation: boolean;
|
|
50
|
+
lastQuest: undefined;
|
|
51
|
+
weeklyQuests: never[];
|
|
52
|
+
};
|
|
53
|
+
}, import("redux").UnknownAction, Partial<{
|
|
54
|
+
common: any;
|
|
55
|
+
classes: any;
|
|
56
|
+
conferenceRubrics: any;
|
|
57
|
+
faqs: any;
|
|
58
|
+
skills: any;
|
|
59
|
+
emailTemplate: any;
|
|
60
|
+
suggestionBank: any;
|
|
61
|
+
learningStrategy: any;
|
|
62
|
+
subjects: any;
|
|
63
|
+
learningSupportCategories: any;
|
|
64
|
+
questionBank: any;
|
|
65
|
+
badges: any;
|
|
66
|
+
semester: any;
|
|
67
|
+
goalExamples: any;
|
|
68
|
+
users: any;
|
|
69
|
+
reflections: any;
|
|
70
|
+
reflectionResults: any;
|
|
71
|
+
feedbacks: any;
|
|
72
|
+
assessments: {
|
|
73
|
+
assessmentList: never[];
|
|
74
|
+
totalItems: number;
|
|
75
|
+
} | undefined;
|
|
76
|
+
questionByCategory: any;
|
|
77
|
+
mailCategory: any;
|
|
78
|
+
questionCate: any;
|
|
79
|
+
notification: any;
|
|
80
|
+
myStudent: any;
|
|
81
|
+
assignments: any;
|
|
82
|
+
assistants: any;
|
|
83
|
+
sesstionTemplates: any;
|
|
84
|
+
sessionTemplateGeneralClasses: any;
|
|
85
|
+
tutorialScreens: {
|
|
86
|
+
tutorialScreenList: never[];
|
|
87
|
+
totalItems: number;
|
|
88
|
+
} | undefined;
|
|
89
|
+
customAlerts: any;
|
|
90
|
+
gallery: any;
|
|
91
|
+
dashboard: any;
|
|
92
|
+
sessionPlayer: any;
|
|
93
|
+
dataPlayer: any;
|
|
94
|
+
certificate: any;
|
|
95
|
+
improveMyClass: any;
|
|
96
|
+
widget: any;
|
|
97
|
+
bandScores: any;
|
|
98
|
+
schoolBlankDays: any;
|
|
99
|
+
navMobileReducer: any;
|
|
100
|
+
weeklyQuests: {
|
|
101
|
+
isOpenModelCongratulation: boolean;
|
|
102
|
+
lastQuest: undefined;
|
|
103
|
+
weeklyQuests: never[];
|
|
104
|
+
} | undefined;
|
|
105
|
+
}>>;
|
|
106
|
+
export default rootReducer;
|
|
@@ -1,7 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
1
|
+
import { ICreatePassword } from "../containers/Login/constant/types";
|
|
2
|
+
export declare const apiInforUserClassLink: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
3
|
+
export declare const logIn: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
4
|
+
export declare const checkToken: (token: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
5
|
+
export declare const getInfo: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
6
|
+
export declare const forgotPassword: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
7
|
+
export declare const getUserNewPassword: (userId: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
8
|
+
export declare const checkResetToken: (token: string, key: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
9
|
+
export declare const resetPassword: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
10
|
+
export declare const getStudentProfile: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
11
|
+
export declare const logInTwoFactor: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
12
|
+
export declare const checkUserGoogle: (type: any, body: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
13
|
+
export declare const getAllLoginTeacher: (param: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
14
|
+
export declare const getGoogleClientId: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
15
|
+
export declare const registerUserStudent: (body: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
16
|
+
export declare const createPassword: (data: ICreatePassword) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
17
|
+
export declare const checkStudentAssign: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
18
|
+
export declare const assignTeacherByCode: (teacherCode: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
19
|
+
export declare const get: (filter: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
20
|
+
export declare const remove: (id: string, userChangeId?: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
21
|
+
export declare const getTeacher: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
22
|
+
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, {}>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CsvImportType } from "../utils/constants";
|
|
2
|
+
export declare const downloadTemplateFile: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
3
|
+
export declare const importCSV: (formData: FormData, subFolder: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
4
|
+
export declare const importStudentCSV: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
5
|
+
export declare const importClassReflectionCSV: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
6
|
+
export declare const importStudentByTeacher: (teacherId: number, formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
7
|
+
export declare const importUsersCSV: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
8
|
+
export declare const downloadTemplateFileUser: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
9
|
+
export declare const validateCsvApi: (formData: FormData, type: CsvImportType) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const downloadTemplateFile: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
2
|
+
export declare const importCSV: (formData: FormData, subFolder: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
3
|
+
export declare const importStudentCSV: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
4
|
+
export declare const importClassReflectionCSV: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
5
|
+
export declare const importStudentByTeacher: (teacherId: number, formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
6
|
+
export declare const importUsersCSV: (formData: FormData) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
7
|
+
export declare const importChunkFileUsers: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
8
|
+
export declare const downloadTemplateFileUser: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
@@ -1,6 +1,7 @@
|
|
|
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, {}>>;
|
|
7
|
+
export declare const getTinyMCEKeyApi: () => 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, {}>>;
|
|
@@ -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,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>>;
|
|
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,3 @@
|
|
|
1
|
-
|
|
1
|
+
import { Filter } from "../types/Filter";
|
|
2
|
+
export declare const get: (parentCategoryId?: number) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
3
|
+
export declare const getByFilter: (filter?: Filter) => 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,7 +1,37 @@
|
|
|
1
|
-
import { Filter } from "../types/Filter";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
1
|
+
import { Filter, UserRosterFilter } from "../types/Filter";
|
|
2
|
+
import { ResetPasswordDto } from "../types/user";
|
|
3
|
+
import { AssignStudentDto, StudentFilter, UserFilter, UserFilterField } from "../containers/User/constants/types";
|
|
4
|
+
export declare const get: (filter: Filter) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
5
|
+
export declare const getRosterUser: (filter: UserFilter) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
6
|
+
export declare const getFilterRosterUser: (filter: UserFilterField) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
7
|
+
export declare const getStudentFilter: (filter: UserFilterField) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
8
|
+
export declare const getRosterUserExport: (filter: UserFilter) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
9
|
+
export declare const getById: (id: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
10
|
+
export declare const create: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
11
|
+
export declare const update: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
12
|
+
export declare const updateStatusAll: (ids: string[]) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
13
|
+
export declare const remove: (id: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
14
|
+
export declare const getAllStudent: (filter?: Filter) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
15
|
+
export declare const changePassword: (formData: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
16
|
+
export declare const forgotChangePassword: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
17
|
+
export declare const switchAccountUser: (id: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
18
|
+
export declare const getRosterUsersApi: (filter: UserRosterFilter) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
19
|
+
export declare const getRosterUserBySourcedIdApi: (sourcedId: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
20
|
+
export declare const syncRosterUsersApi: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
21
|
+
export declare const resetPasswordForAdmin: (data: ResetPasswordDto) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
22
|
+
export declare const getAssignStudentApi: (filter: StudentFilter) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
23
|
+
export declare const getCounselors: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
24
|
+
export declare const getAssistants: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
25
|
+
export declare const getSecondaryTeachers: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
26
|
+
export declare const getTeachers: (filters: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
27
|
+
export declare const assignStudentsApi: (data?: AssignStudentDto[]) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
28
|
+
export declare const userRoleHasData: (userId: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
29
|
+
export declare const addGradeToStudent: (userId: string, grade: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
30
|
+
export declare const changeMultiTeacherOfStudent: (params: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
31
|
+
export declare const changeMultiCounselorsOfStudent: (params: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
32
|
+
export declare const changeAssistantOfStudents: (params: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
33
|
+
export declare const changeSecondaryTeacherOfStudents: (params: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
34
|
+
export declare const changeGradeOfStudents: (id: string, gradeLevel: string) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
35
|
+
export declare const getRosterAllUserId: (filter: UserFilter) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
36
|
+
export declare const postRequestResendMail: (data: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
37
|
+
export declare const removeBulkStaff: (data: any) => 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,16 @@
|
|
|
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
|
+
};
|
|
11
|
+
export type UserRosterFilter = {
|
|
12
|
+
currentPage?: number;
|
|
13
|
+
pageSize?: number;
|
|
14
|
+
searchString?: string;
|
|
15
|
+
roles?: string[];
|
|
16
|
+
};
|
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
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface IinitAmplitude {
|
|
2
|
+
name: string;
|
|
3
|
+
event: string;
|
|
4
|
+
page?: string;
|
|
5
|
+
part?: string;
|
|
6
|
+
iep_date?: string;
|
|
7
|
+
saved?: boolean;
|
|
8
|
+
student_id?: string;
|
|
9
|
+
user_id?: string;
|
|
10
|
+
status?: string;
|
|
11
|
+
first_login?: string;
|
|
12
|
+
last_page?: string;
|
|
13
|
+
duration_since?: number;
|
|
14
|
+
answer?: string;
|
|
15
|
+
roles?: string[];
|
|
16
|
+
chart?: string;
|
|
17
|
+
}
|
|
@@ -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;
|