mario-core 0.0.1-district
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 -0
- package/dist/components/Alerts/CommonAlert.d.ts +3 -0
- package/dist/components/Alerts/EmptyDataAlert.d.ts +8 -0
- package/dist/components/Alerts/ErrorHandler.d.ts +6 -0
- package/dist/components/Alerts/ReactNotification.d.ts +4 -0
- package/dist/components/Alerts/SandboxAlert.d.ts +3 -0
- package/dist/components/Buttons/AddButton.d.ts +7 -0
- package/dist/components/Buttons/AddButtonIcon.d.ts +6 -0
- package/dist/components/Buttons/CloseButton.d.ts +8 -0
- package/dist/components/Buttons/DeleteButtonIcon.d.ts +6 -0
- package/dist/components/Buttons/DetailActionButtons.d.ts +8 -0
- package/dist/components/Buttons/EditButtonIcon.d.ts +6 -0
- package/dist/components/Buttons/LinkEditButton.d.ts +7 -0
- package/dist/components/Buttons/LoginNavButton.d.ts +8 -0
- package/dist/components/Buttons/SyncButton.d.ts +8 -0
- package/dist/components/Buttons/ToggleButton.d.ts +10 -0
- package/dist/components/Buttons/UploadFileButton.d.ts +13 -0
- package/dist/components/Headers/CommonHeader.d.ts +7 -0
- package/dist/components/Image/UploadImage.d.ts +3 -0
- package/dist/components/Inputs/FileInput.d.ts +8 -0
- package/dist/components/Inputs/PasswordInput.d.ts +9 -0
- package/dist/components/Inputs/SearchBox.d.ts +10 -0
- package/dist/components/Inputs/SearchBoxContainer.d.ts +10 -0
- package/dist/components/Labels/RequiredLabel.d.ts +6 -0
- package/dist/components/Loading/Loading.d.ts +3 -0
- package/dist/components/Modals/CommonModal.d.ts +3 -0
- package/dist/components/Modals/ModelSelectRole.d.ts +7 -0
- package/dist/components/Modals/NotificationLogoutModal.d.ts +3 -0
- package/dist/components/Modals/NotificationModal.d.ts +3 -0
- package/dist/components/Others/QuitPrompt.d.ts +2 -0
- package/dist/components/Pagination/CustomPagination.d.ts +3 -0
- package/dist/components/Scroll/ScrollToTop.d.ts +3 -0
- package/dist/components/Selectors/AcademicClassSelector.d.ts +3 -0
- package/dist/components/Selectors/CategorySelector.d.ts +3 -0
- package/dist/components/Selectors/CreatableSelector.d.ts +3 -0
- package/dist/components/Selectors/CustomSelector.d.ts +3 -0
- package/dist/components/Selectors/MailCategorySelectors.d.ts +3 -0
- package/dist/components/Selectors/QuestionCategorySelector.d.ts +3 -0
- package/dist/components/Selectors/QuestionTypeSelector.d.ts +3 -0
- package/dist/components/Selectors/StarRatingSelector.d.ts +3 -0
- package/dist/components/Selectors/SuggestionCategorySelector.d.ts +3 -0
- 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 +3 -0
- package/dist/configs/editorConfig.d.ts +7 -0
- package/dist/containers/Commons/NotFound.d.ts +3 -0
- package/dist/containers/DistrictSchools/views/SchoolList.d.ts +3 -0
- package/dist/containers/EmailTemplate/components/AttachmentFile.d.ts +7 -0
- package/dist/containers/EmailTemplate/components/MailParam.d.ts +7 -0
- package/dist/containers/EmailTemplate/configs/emailTemplateSchema.d.ts +13 -0
- package/dist/containers/EmailTemplate/hooks/useEmailTemplateDetail.d.ts +28 -0
- package/dist/containers/EmailTemplate/hooks/useEmailTemplateList.d.ts +11 -0
- package/dist/containers/EmailTemplate/views/EmailTemplateDetail.d.ts +3 -0
- package/dist/containers/EmailTemplate/views/EmailTemplateList.d.ts +3 -0
- package/dist/containers/Faq/components/FaqDetailModal.d.ts +3 -0
- package/dist/containers/Faq/hooks/useFaqDetail.d.ts +18 -0
- package/dist/containers/Faq/hooks/useFaqList.d.ts +9 -0
- package/dist/containers/Faq/views/FaqList.d.ts +3 -0
- package/dist/containers/Gallery/components/ActionModal.d.ts +3 -0
- package/dist/containers/Gallery/components/Filter.d.ts +8 -0
- package/dist/containers/Gallery/components/Media.d.ts +8 -0
- package/dist/containers/Gallery/components/MediaDetail.d.ts +7 -0
- package/dist/containers/Gallery/components/MediaList.d.ts +7 -0
- package/dist/containers/Gallery/components/MediaNav.d.ts +18 -0
- package/dist/containers/Gallery/constants/gallery.types.d.ts +21 -0
- package/dist/containers/Gallery/extensions/helpers.d.ts +4 -0
- package/dist/containers/Gallery/hooks/useGalleryList.d.ts +31 -0
- package/dist/containers/Gallery/views/GalleryList.d.ts +6 -0
- package/dist/containers/Login/constant/types.d.ts +7 -0
- package/dist/containers/Login/hooks/useCreatePassword.d.ts +13 -0
- package/dist/containers/Login/hooks/useForgotPassword.d.ts +23 -0
- package/dist/containers/Login/hooks/useLogin.d.ts +24 -0
- package/dist/containers/Login/hooks/useLoginTwoFactor.d.ts +4 -0
- package/dist/containers/Login/views/Dashboard.d.ts +3 -0
- package/dist/containers/Login/views/Login.d.ts +10 -0
- package/dist/containers/Login/views/block/BlockBackground.d.ts +7 -0
- package/dist/containers/Login/views/block/BlockCreatePassword.d.ts +3 -0
- package/dist/containers/Login/views/block/BlockForgetPassword.d.ts +3 -0
- package/dist/containers/Login/views/block/BlockLogin.d.ts +7 -0
- package/dist/containers/Login/views/block/BlockResetPassword.d.ts +3 -0
- package/dist/containers/Login/views/block/BlockSelectTeacher.d.ts +12 -0
- package/dist/containers/Login/views/block/BlockTwoFactorLogin.d.ts +3 -0
- package/dist/containers/Login/views/block/CloseBlock.d.ts +6 -0
- package/dist/containers/Login/views/block/ContentHomePage.d.ts +5 -0
- package/dist/containers/Login/views/block/IconContent.d.ts +7 -0
- package/dist/containers/Login/views/block/QuoteContent.d.ts +3 -0
- package/dist/containers/Notifications/components/NotificationButton.d.ts +5 -0
- package/dist/containers/Notifications/components/NotificationStatusSelector.d.ts +7 -0
- package/dist/containers/Notifications/hooks/useNotificationList.d.ts +17 -0
- package/dist/containers/Notifications/hooks/useUnreadNotification.d.ts +4 -0
- package/dist/containers/Notifications/views/NotificationList.d.ts +3 -0
- package/dist/containers/Skill/components/SkillDetailModal.d.ts +3 -0
- package/dist/containers/Skill/components/SkillSelector.d.ts +3 -0
- package/dist/containers/Skill/hooks/useSkillDetail.d.ts +20 -0
- package/dist/containers/Skill/hooks/useSkillList.d.ts +9 -0
- package/dist/containers/Skill/views/SkillList.d.ts +3 -0
- package/dist/containers/User/components/FilterPopover.d.ts +21 -0
- package/dist/containers/User/components/HeaderCell.d.ts +17 -0
- package/dist/containers/User/components/TableHeader.d.ts +10 -0
- package/dist/containers/User/components/TeacherSelector.d.ts +3 -0
- package/dist/containers/User/configs/changePasswordSchema.d.ts +10 -0
- package/dist/containers/User/configs/userSchema.d.ts +15 -0
- package/dist/containers/User/constants/constants.d.ts +20 -0
- package/dist/containers/User/constants/types.d.ts +157 -0
- package/dist/containers/User/hooks/useAssignStudent.d.ts +5 -0
- package/dist/containers/User/hooks/useAssignStudentList.d.ts +14 -0
- package/dist/containers/User/hooks/useAssistantList.d.ts +10 -0
- package/dist/containers/User/hooks/useClickOutside.d.ts +2 -0
- package/dist/containers/User/hooks/useCounselorList.d.ts +10 -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/useRosterUserSelector.d.ts +8 -0
- package/dist/containers/User/hooks/useSecondaryTeacherList.d.ts +10 -0
- package/dist/containers/User/hooks/useTableHeader.d.ts +15 -0
- package/dist/containers/User/hooks/useTeacherList.d.ts +10 -0
- package/dist/containers/User/hooks/useUserDetail.d.ts +28 -0
- package/dist/containers/User/hooks/useUserList.d.ts +15 -0
- package/dist/containers/User/hooks/userFilters.d.ts +8 -0
- package/dist/containers/User/views/AssignStudentList.d.ts +3 -0
- package/dist/containers/User/views/RosterUserSelector.d.ts +8 -0
- package/dist/containers/User/views/UserContainer.d.ts +3 -0
- package/dist/containers/User/views/UserDetail.d.ts +3 -0
- package/dist/containers/User/views/UserList.d.ts +3 -0
- package/dist/hooks/useFilters.d.ts +8 -0
- package/dist/i18n.d.ts +2 -0
- package/dist/index.css +747 -0
- package/dist/index.d.ts +115 -0
- package/dist/index.js +31380 -0
- package/dist/index.js.map +1 -0
- package/dist/index.modern.js +31208 -0
- package/dist/index.modern.js.map +1 -0
- package/dist/index.test.d.ts +1 -0
- package/dist/layouts/TheContent.d.ts +3 -0
- package/dist/layouts/TheFooter.d.ts +3 -0
- package/dist/layouts/TheHeader.d.ts +6 -0
- package/dist/layouts/TheHeaderDropdown.d.ts +6 -0
- package/dist/layouts/TheLanguageDropdown.d.ts +3 -0
- package/dist/layouts/TheLayout.d.ts +4 -0
- package/dist/layouts/TheSidebar.d.ts +3 -0
- package/dist/redux/assessments/action.d.ts +1 -0
- package/dist/redux/assessments/reducer.d.ts +5 -0
- package/dist/redux/assignment/action.d.ts +1 -0
- package/dist/redux/assignment/reducer.d.ts +2 -0
- package/dist/redux/assistants/action.d.ts +1 -0
- package/dist/redux/assistants/reducer.d.ts +2 -0
- package/dist/redux/badges/action.d.ts +1 -0
- package/dist/redux/badges/reducer.d.ts +2 -0
- package/dist/redux/bandScores/action.d.ts +1 -0
- package/dist/redux/bandScores/reducer.d.ts +2 -0
- package/dist/redux/certificate/action.d.ts +1 -0
- package/dist/redux/certificate/reducer.d.ts +2 -0
- package/dist/redux/classes/action.d.ts +1 -0
- package/dist/redux/classes/reducer.d.ts +2 -0
- package/dist/redux/commons/action.d.ts +19 -0
- package/dist/redux/commons/reducer.d.ts +2 -0
- package/dist/redux/conferenceRubrics/action.d.ts +1 -0
- package/dist/redux/conferenceRubrics/reducer.d.ts +2 -0
- package/dist/redux/customAlert/action.d.ts +1 -0
- package/dist/redux/customAlert/reducer.d.ts +2 -0
- package/dist/redux/dashboard/action.d.ts +5 -0
- package/dist/redux/dashboard/reducer.d.ts +2 -0
- package/dist/redux/dataPlayer/action.d.ts +2 -0
- package/dist/redux/dataPlayer/reducer.d.ts +2 -0
- package/dist/redux/emailTemplates/action.d.ts +1 -0
- package/dist/redux/emailTemplates/reducer.d.ts +2 -0
- package/dist/redux/faqs/action.d.ts +1 -0
- package/dist/redux/faqs/reducer.d.ts +2 -0
- package/dist/redux/feedback/action.d.ts +1 -0
- package/dist/redux/feedback/reducer.d.ts +2 -0
- package/dist/redux/gallery/action.d.ts +2 -0
- package/dist/redux/gallery/reducer.d.ts +2 -0
- package/dist/redux/goalExamples/action.d.ts +1 -0
- package/dist/redux/goalExamples/reducer.d.ts +2 -0
- package/dist/redux/improveMyClass/action.d.ts +1 -0
- package/dist/redux/improveMyClass/reducer.d.ts +2 -0
- package/dist/redux/learningStrategies/action.d.ts +1 -0
- package/dist/redux/learningStrategies/reducer.d.ts +2 -0
- package/dist/redux/learningSupportCategories/action.d.ts +1 -0
- package/dist/redux/learningSupportCategories/reducer.d.ts +2 -0
- package/dist/redux/mailCategories/action.d.ts +1 -0
- package/dist/redux/mailCategories/reducer.d.ts +2 -0
- package/dist/redux/navMobile/action.d.ts +1 -0
- package/dist/redux/navMobile/reducer.d.ts +2 -0
- package/dist/redux/notifications/action.d.ts +3 -0
- package/dist/redux/notifications/reducer.d.ts +2 -0
- package/dist/redux/questionBanks/action.d.ts +1 -0
- package/dist/redux/questionBanks/reducer.d.ts +2 -0
- package/dist/redux/questionByCategory/action.d.ts +8 -0
- package/dist/redux/questionByCategory/reducer.d.ts +2 -0
- package/dist/redux/questionCategory/action.d.ts +1 -0
- package/dist/redux/questionCategory/reducer.d.ts +2 -0
- package/dist/redux/reflectionForms/action.d.ts +1 -0
- package/dist/redux/reflectionForms/reducer.d.ts +2 -0
- package/dist/redux/reflectionResults/action.d.ts +1 -0
- package/dist/redux/reflectionResults/reducer.d.ts +2 -0
- package/dist/redux/schoolBlankDays/action.d.ts +1 -0
- package/dist/redux/schoolBlankDays/reducer.d.ts +2 -0
- package/dist/redux/semester/action.d.ts +1 -0
- package/dist/redux/semester/reducer.d.ts +2 -0
- package/dist/redux/sessionPlayers/action.d.ts +5 -0
- package/dist/redux/sessionPlayers/reducer.d.ts +2 -0
- package/dist/redux/sessionTemplateGeneralClasses/action.d.ts +1 -0
- package/dist/redux/sessionTemplateGeneralClasses/reducer.d.ts +2 -0
- package/dist/redux/sessionTemplates/action.d.ts +1 -0
- package/dist/redux/sessionTemplates/reducer.d.ts +2 -0
- package/dist/redux/skills/action.d.ts +1 -0
- package/dist/redux/skills/reducer.d.ts +2 -0
- package/dist/redux/subjects/action.d.ts +1 -0
- package/dist/redux/subjects/reducer.d.ts +2 -0
- package/dist/redux/suggestionBanks/action.d.ts +1 -0
- package/dist/redux/suggestionBanks/reducer.d.ts +2 -0
- package/dist/redux/teacher/myStudent/action.d.ts +1 -0
- package/dist/redux/teacher/myStudent/reducer.d.ts +2 -0
- package/dist/redux/tutorialScreen/action.d.ts +1 -0
- package/dist/redux/tutorialScreen/reducer.d.ts +5 -0
- package/dist/redux/users/action.d.ts +2 -0
- package/dist/redux/users/reducer.d.ts +2 -0
- package/dist/redux/widget/action.d.ts +1 -0
- package/dist/redux/widget/reducer.d.ts +2 -0
- package/dist/rootReducer.d.ts +49 -0
- package/dist/services/accountService.d.ts +15 -0
- package/dist/services/api.d.ts +3 -0
- package/dist/services/classService.d.ts +1 -0
- package/dist/services/emailTemplateService.d.ts +6 -0
- package/dist/services/faqService.d.ts +6 -0
- package/dist/services/fileServices.d.ts +13 -0
- package/dist/services/galleryService.d.ts +2 -0
- package/dist/services/mailCategoryService.d.ts +1 -0
- package/dist/services/notificationService.d.ts +7 -0
- package/dist/services/questionCategoryService.d.ts +3 -0
- package/dist/services/schoolService.d.ts +1 -0
- package/dist/services/skillService.d.ts +6 -0
- package/dist/services/suggestionCategoryService.d.ts +1 -0
- package/dist/services/userService.d.ts +25 -0
- package/dist/store.d.ts +3 -0
- package/dist/types/Conversation.d.ts +8 -0
- package/dist/types/ConversationMember.d.ts +5 -0
- package/dist/types/Dashboard.d.ts +5 -0
- package/dist/types/Filter.d.ts +16 -0
- package/dist/types/Language.d.ts +8 -0
- package/dist/types/Message.d.ts +13 -0
- package/dist/types/Notification.d.ts +8 -0
- package/dist/types/Payload.d.ts +16 -0
- package/dist/types/user.d.ts +3 -0
- package/dist/utils/canAccessRoute.d.ts +2 -0
- package/dist/utils/constants.d.ts +80 -0
- package/dist/utils/debounce.d.ts +2 -0
- package/dist/utils/domHelpers.d.ts +2 -0
- package/dist/utils/encodeParams.d.ts +2 -0
- package/dist/utils/firstCheckToken.d.ts +2 -0
- package/dist/utils/generateRandomString.d.ts +2 -0
- package/dist/utils/getAccessToken.d.ts +2 -0
- package/dist/utils/getFileUrl.d.ts +2 -0
- package/dist/utils/getStaticFileUrl.d.ts +2 -0
- package/dist/utils/getTextFromHTML.d.ts +2 -0
- package/dist/utils/utcToLocalTime.d.ts +2 -0
- package/package.json +101 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ICreatePassword } from "../constant/types";
|
|
3
|
+
declare const useCreatePassword: () => {
|
|
4
|
+
createPasswordRequest: (data: ICreatePassword) => Promise<void>;
|
|
5
|
+
isShowNewPassword: boolean;
|
|
6
|
+
setIsShowNewPassword: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
7
|
+
isShowReTypePassword: boolean;
|
|
8
|
+
setIsShowReTypePassword: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
9
|
+
clickHandler: () => Promise<any>;
|
|
10
|
+
handleVerify: () => void;
|
|
11
|
+
initialValues: ICreatePassword;
|
|
12
|
+
};
|
|
13
|
+
export default useCreatePassword;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ICreatePassword } from "../constant/types";
|
|
3
|
+
declare type ForgotPasswordInfo = {
|
|
4
|
+
email: string;
|
|
5
|
+
captcha: string;
|
|
6
|
+
};
|
|
7
|
+
declare const useForgotPassword: () => {
|
|
8
|
+
defaultInfo: ForgotPasswordInfo;
|
|
9
|
+
forgotPasswordRequest: (data: any) => Promise<void>;
|
|
10
|
+
checkResetTokenRequest: (token: string) => Promise<void>;
|
|
11
|
+
validLink: boolean;
|
|
12
|
+
resetPasswordRequest: (data: any) => Promise<void>;
|
|
13
|
+
openLogin: boolean;
|
|
14
|
+
toggle: () => void;
|
|
15
|
+
isShowNewPassword: boolean;
|
|
16
|
+
setIsShowNewPassword: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
17
|
+
isShowReTypePassword: boolean;
|
|
18
|
+
setIsShowReTypePassword: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
19
|
+
clickHandler: () => Promise<any>;
|
|
20
|
+
handleVerify: () => void;
|
|
21
|
+
initialValues: ICreatePassword;
|
|
22
|
+
};
|
|
23
|
+
export default useForgotPassword;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type LoginInfo = {
|
|
3
|
+
email: string;
|
|
4
|
+
password: string;
|
|
5
|
+
captcha: string;
|
|
6
|
+
rememberMe: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare const useLogin: () => {
|
|
9
|
+
defaultInfo: LoginInfo;
|
|
10
|
+
userLogin: (data: any) => Promise<void>;
|
|
11
|
+
openLogin: boolean;
|
|
12
|
+
toggle: () => void;
|
|
13
|
+
isShowPassword: boolean;
|
|
14
|
+
setIsShowPassword: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
15
|
+
fnIsCheckLogin: (data: any, token: string, clickHandler: any) => Promise<void>;
|
|
16
|
+
isLoginGoogle: boolean;
|
|
17
|
+
infoUser: any;
|
|
18
|
+
setInfoUser: import("react").Dispatch<any>;
|
|
19
|
+
submitLogin: (teacherId: number, clickHandler: any) => Promise<void>;
|
|
20
|
+
setIsLoginGoogle: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
21
|
+
googleClientId: string;
|
|
22
|
+
googleRecaptchaId: string;
|
|
23
|
+
};
|
|
24
|
+
export default useLogin;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface loginProps {
|
|
3
|
+
isLogin?: boolean;
|
|
4
|
+
isForgotPassword?: boolean;
|
|
5
|
+
isResetPassword?: boolean;
|
|
6
|
+
isLoginTwoFactor?: boolean;
|
|
7
|
+
isCreatePassword?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const Login: (props: loginProps) => JSX.Element;
|
|
10
|
+
export default Login;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface Props {
|
|
3
|
+
defaultValue?: any;
|
|
4
|
+
isDisabled?: boolean;
|
|
5
|
+
openModal: boolean;
|
|
6
|
+
onSubmit: any;
|
|
7
|
+
token: string;
|
|
8
|
+
email: string;
|
|
9
|
+
setOpenModal: any;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: React.ForwardRefExoticComponent<Props & React.RefAttributes<unknown>>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const useNotificationList: () => {
|
|
2
|
+
notificationList: any;
|
|
3
|
+
totalItems: any;
|
|
4
|
+
unReadNotification: any;
|
|
5
|
+
filters: {
|
|
6
|
+
currentPage: number;
|
|
7
|
+
pageSize: number;
|
|
8
|
+
searchString: string;
|
|
9
|
+
isRead: boolean;
|
|
10
|
+
};
|
|
11
|
+
changeFilters: (objectValue: any) => void;
|
|
12
|
+
updateNotification: (id: any, isRead: any) => void;
|
|
13
|
+
viewNotification: (notification: any) => void;
|
|
14
|
+
updateAll: () => Promise<void>;
|
|
15
|
+
toggleUpdateAllStatus: boolean;
|
|
16
|
+
};
|
|
17
|
+
export default useNotificationList;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type SkillDetail = {
|
|
3
|
+
name: string;
|
|
4
|
+
description: string;
|
|
5
|
+
path: string;
|
|
6
|
+
parentSkillId?: number | null;
|
|
7
|
+
};
|
|
8
|
+
declare const useSkillDetail: () => {
|
|
9
|
+
id: number;
|
|
10
|
+
setId: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
11
|
+
skillDetail: SkillDetail;
|
|
12
|
+
confirmData: (values: any, cb: any) => Promise<void>;
|
|
13
|
+
initValue: SkillDetail;
|
|
14
|
+
reset: () => void;
|
|
15
|
+
edited: boolean;
|
|
16
|
+
setEdited: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
17
|
+
setEditedTrue: () => Promise<void>;
|
|
18
|
+
setEditedFalse: () => Promise<void>;
|
|
19
|
+
};
|
|
20
|
+
export default useSkillDetail;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import { PopoverProps } from "reactstrap";
|
|
3
|
+
import { FilterOption, SearchBy, UserFilter, UserOrder } from "../constants/types";
|
|
4
|
+
interface Props extends PopoverProps {
|
|
5
|
+
filters?: UserFilter;
|
|
6
|
+
sortBy: UserOrder;
|
|
7
|
+
searchBy?: SearchBy;
|
|
8
|
+
users: string[];
|
|
9
|
+
defaultOptions?: FilterOption[];
|
|
10
|
+
selectedOptions?: string[];
|
|
11
|
+
searchKey: string;
|
|
12
|
+
onChangeSearchKey: (value: string) => void;
|
|
13
|
+
onOptionsChange?: (value?: string[], searchBy?: SearchBy) => void;
|
|
14
|
+
onSearch?: (search: string, searchBy: SearchBy) => void;
|
|
15
|
+
onClose?: () => void;
|
|
16
|
+
onFilter?: () => void;
|
|
17
|
+
onChangeFilters?: (filter: UserFilter) => void;
|
|
18
|
+
getOption?: (user: any, t?: any) => FilterOption;
|
|
19
|
+
}
|
|
20
|
+
declare const FilterPopover: FC<Props>;
|
|
21
|
+
export default FilterPopover;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import { SearchBy, UserColumn, UserFilter, UserOrder } from "../constants/types";
|
|
3
|
+
interface Props {
|
|
4
|
+
data: UserColumn;
|
|
5
|
+
popoverId?: string;
|
|
6
|
+
filters?: UserFilter;
|
|
7
|
+
searchString?: string;
|
|
8
|
+
users: string[];
|
|
9
|
+
selectedOptions?: string[];
|
|
10
|
+
onOptionsChange?: (value?: string[], searchBy?: SearchBy) => void;
|
|
11
|
+
onSearch?: (search: string, searchBy: SearchBy) => void;
|
|
12
|
+
onOpenFilter?: (id: string, searchBy?: SearchBy, searchStringBy?: string, sortBy?: UserOrder) => void;
|
|
13
|
+
onClose?: () => void;
|
|
14
|
+
onChangeFilters?: (filter: UserFilter) => void;
|
|
15
|
+
}
|
|
16
|
+
declare const HeaderCell: FC<Props>;
|
|
17
|
+
export default HeaderCell;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import { UserColumn, UserFilter } from "../constants/types";
|
|
3
|
+
interface Props {
|
|
4
|
+
headers: UserColumn[];
|
|
5
|
+
filters: UserFilter;
|
|
6
|
+
fullName?: string;
|
|
7
|
+
onChangeFilters?: (filter: UserFilter) => void;
|
|
8
|
+
}
|
|
9
|
+
declare const TableHeader: FC<Props>;
|
|
10
|
+
export default TableHeader;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const changePasswordSchema: import("yup/lib/object").OptionalObjectSchema<{
|
|
2
|
+
oldPassword: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
|
|
3
|
+
newPassword: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
|
|
4
|
+
confirmedNewPassword: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
|
|
5
|
+
}, Record<string, any>, import("yup/lib/object").TypeOfShape<{
|
|
6
|
+
oldPassword: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
|
|
7
|
+
newPassword: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
|
|
8
|
+
confirmedNewPassword: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
|
|
9
|
+
}>>;
|
|
10
|
+
export default changePasswordSchema;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as yup from "yup";
|
|
2
|
+
declare const userSchema: import("yup/lib/object").OptionalObjectSchema<{
|
|
3
|
+
firstName: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
|
|
4
|
+
lastName: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
|
|
5
|
+
dateOfBirth: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
|
|
6
|
+
email: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
|
|
7
|
+
roles: yup.ArraySchema<yup.StringSchema<string | undefined, Record<string, any>, string | undefined>, Record<string, any>, (string | undefined)[] | undefined, (string | undefined)[] | undefined>;
|
|
8
|
+
}, Record<string, any>, import("yup/lib/object").TypeOfShape<{
|
|
9
|
+
firstName: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
|
|
10
|
+
lastName: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
|
|
11
|
+
dateOfBirth: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
|
|
12
|
+
email: import("yup/lib/string").RequiredStringSchema<string | undefined, Record<string, any>>;
|
|
13
|
+
roles: yup.ArraySchema<yup.StringSchema<string | undefined, Record<string, any>, string | undefined>, Record<string, any>, (string | undefined)[] | undefined, (string | undefined)[] | undefined>;
|
|
14
|
+
}>>;
|
|
15
|
+
export default userSchema;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { StudentFilter, UserColumn, UserFilter, UserOrder } from "./types";
|
|
2
|
+
export declare const userOrders: {
|
|
3
|
+
0: string;
|
|
4
|
+
1: string;
|
|
5
|
+
2: string;
|
|
6
|
+
3: string;
|
|
7
|
+
4: string;
|
|
8
|
+
5: string;
|
|
9
|
+
6: string;
|
|
10
|
+
7: string;
|
|
11
|
+
};
|
|
12
|
+
export declare const UserColumns: UserColumn[];
|
|
13
|
+
export declare const DEFAULT_PAGE_SIZE: {
|
|
14
|
+
label: string;
|
|
15
|
+
value: number;
|
|
16
|
+
};
|
|
17
|
+
export declare const DEFAULT_FILTER: UserFilter;
|
|
18
|
+
export declare const DEFAULT_STUDENT_FILTER: StudentFilter;
|
|
19
|
+
export declare const DEFAULT_FILTER_POPOVER: UserFilter;
|
|
20
|
+
export declare const CSV_PREFIX = "data:text/csv;charset=utf-8,";
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
export declare type User = {
|
|
2
|
+
id: string;
|
|
3
|
+
firstName: string;
|
|
4
|
+
lastName: string;
|
|
5
|
+
firstInitial: string;
|
|
6
|
+
email: string;
|
|
7
|
+
phoneNumber: string;
|
|
8
|
+
roles: string[];
|
|
9
|
+
dateOfBirth: string;
|
|
10
|
+
createTime: string;
|
|
11
|
+
isActive: boolean;
|
|
12
|
+
profileImageFileName: string;
|
|
13
|
+
fullName: string;
|
|
14
|
+
sourcedId: string;
|
|
15
|
+
rosterUser: RosterUser;
|
|
16
|
+
};
|
|
17
|
+
export declare type RosterUser = {
|
|
18
|
+
sourcedId: string;
|
|
19
|
+
username: string;
|
|
20
|
+
status: string;
|
|
21
|
+
givenName: string;
|
|
22
|
+
middleName: string;
|
|
23
|
+
familyName: string;
|
|
24
|
+
email: string;
|
|
25
|
+
grades: string;
|
|
26
|
+
role: string;
|
|
27
|
+
};
|
|
28
|
+
export declare type Option = {
|
|
29
|
+
label: string;
|
|
30
|
+
value: string;
|
|
31
|
+
};
|
|
32
|
+
export declare type UserFilter = {
|
|
33
|
+
currentPage?: number;
|
|
34
|
+
pageSize?: number;
|
|
35
|
+
searchString?: string;
|
|
36
|
+
isDescending?: boolean;
|
|
37
|
+
sortBy?: UserOrder;
|
|
38
|
+
searchBy?: SearchBy;
|
|
39
|
+
searchByStrings?: string[];
|
|
40
|
+
};
|
|
41
|
+
export declare type StudentFilter = {
|
|
42
|
+
currentPage?: number;
|
|
43
|
+
pageSize?: number;
|
|
44
|
+
searchString?: string;
|
|
45
|
+
isAssigned?: boolean;
|
|
46
|
+
sortBy?: UserOrder;
|
|
47
|
+
orderBy?: string;
|
|
48
|
+
};
|
|
49
|
+
export declare type UserFilterField = {
|
|
50
|
+
currentPage?: number;
|
|
51
|
+
pageSize?: number;
|
|
52
|
+
searchString?: string;
|
|
53
|
+
isDescending?: boolean;
|
|
54
|
+
searchBy?: SearchBy;
|
|
55
|
+
searchStringBy?: string;
|
|
56
|
+
};
|
|
57
|
+
export declare type UserColumn = {
|
|
58
|
+
name: string;
|
|
59
|
+
sortBy?: UserOrder;
|
|
60
|
+
className?: string;
|
|
61
|
+
searchBy?: SearchBy;
|
|
62
|
+
getOption?: (user: any, t?: any) => FilterOption;
|
|
63
|
+
options?: FilterOption[];
|
|
64
|
+
};
|
|
65
|
+
export declare type StudentAssign = {
|
|
66
|
+
studentId: number;
|
|
67
|
+
teacherUserId: string;
|
|
68
|
+
id: string;
|
|
69
|
+
email: string;
|
|
70
|
+
fullName: string;
|
|
71
|
+
gradeLevel: string;
|
|
72
|
+
phoneNumber: string;
|
|
73
|
+
isActive?: boolean;
|
|
74
|
+
dateOfBirth?: string;
|
|
75
|
+
profileImageFileName: string;
|
|
76
|
+
quote: string;
|
|
77
|
+
assistantName: string;
|
|
78
|
+
assistantEmail: string;
|
|
79
|
+
counselorName: string;
|
|
80
|
+
counselorEmail: string;
|
|
81
|
+
secondaryTeacherName: string;
|
|
82
|
+
secondaryTeacherEmail: string;
|
|
83
|
+
mainTeacherName: string;
|
|
84
|
+
mainTeacherEmail: string;
|
|
85
|
+
mainTeacherId?: number;
|
|
86
|
+
};
|
|
87
|
+
export declare type Counselor = {
|
|
88
|
+
id: string;
|
|
89
|
+
counselorId: number;
|
|
90
|
+
firstName: string;
|
|
91
|
+
lastName: string;
|
|
92
|
+
fullName: string;
|
|
93
|
+
email: string;
|
|
94
|
+
};
|
|
95
|
+
export declare type Assistant = {
|
|
96
|
+
id: string;
|
|
97
|
+
assistantId: number;
|
|
98
|
+
firstName: string;
|
|
99
|
+
lastName: string;
|
|
100
|
+
fullName: string;
|
|
101
|
+
email: string;
|
|
102
|
+
};
|
|
103
|
+
export declare type SecondaryTeacher = {
|
|
104
|
+
id: string;
|
|
105
|
+
secondaryTeacherId: number;
|
|
106
|
+
firstName: string;
|
|
107
|
+
lastName: string;
|
|
108
|
+
fullName: string;
|
|
109
|
+
email: string;
|
|
110
|
+
};
|
|
111
|
+
export declare type Teacher = {
|
|
112
|
+
id: string;
|
|
113
|
+
email: string;
|
|
114
|
+
};
|
|
115
|
+
export interface IOptions {
|
|
116
|
+
label: string;
|
|
117
|
+
value: string;
|
|
118
|
+
}
|
|
119
|
+
export declare type AssignStudentDto = {
|
|
120
|
+
id: string;
|
|
121
|
+
mainTeacherUserId?: string;
|
|
122
|
+
mainTeacherEmail?: string;
|
|
123
|
+
assistantUserId?: string;
|
|
124
|
+
assistantEmail?: string;
|
|
125
|
+
counselorUserId?: string;
|
|
126
|
+
counselorEmail?: string;
|
|
127
|
+
secondaryTeacherUserId?: string;
|
|
128
|
+
secondaryTeacherEmail?: string;
|
|
129
|
+
};
|
|
130
|
+
export declare type FilterOption = {
|
|
131
|
+
label: string;
|
|
132
|
+
value: string;
|
|
133
|
+
};
|
|
134
|
+
export declare enum UserOrder {
|
|
135
|
+
Id = 0,
|
|
136
|
+
Name = 1,
|
|
137
|
+
Email = 2,
|
|
138
|
+
Age = 3,
|
|
139
|
+
Role = 4,
|
|
140
|
+
Status = 5,
|
|
141
|
+
CreatedAt = 6,
|
|
142
|
+
RosterUser = 7
|
|
143
|
+
}
|
|
144
|
+
export declare enum SearchBy {
|
|
145
|
+
Id = 0,
|
|
146
|
+
Name = 1,
|
|
147
|
+
Email = 2,
|
|
148
|
+
Role = 3,
|
|
149
|
+
RosterUser = 4,
|
|
150
|
+
Status = 5
|
|
151
|
+
}
|
|
152
|
+
export declare enum TeacherType {
|
|
153
|
+
Teacher = 0,
|
|
154
|
+
Assistant = 1,
|
|
155
|
+
Counselor = 2,
|
|
156
|
+
SecondaryTeacher = 3
|
|
157
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const useAssignStudent: (teacherSelected?: object | undefined, assistantSelected?: object | undefined, counselorSelected?: object | undefined, secondaryTeacherSelected?: object | undefined, callback?: Function | undefined) => {
|
|
2
|
+
handleAssignSingleStudent: (id: string) => void;
|
|
3
|
+
handleAssignMultiStudent: (listUserIds: string[]) => void;
|
|
4
|
+
};
|
|
5
|
+
export default useAssignStudent;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StudentAssign, StudentFilter, UserOrder } from "../constants/types";
|
|
2
|
+
declare const useAssignStudentList: () => {
|
|
3
|
+
handelSort: (sortBy: UserOrder) => void;
|
|
4
|
+
handleRetrievedData: () => void;
|
|
5
|
+
totalItem: number;
|
|
6
|
+
userList: StudentAssign[];
|
|
7
|
+
filters: StudentFilter;
|
|
8
|
+
changeFilters: (updatedFilters: any) => void;
|
|
9
|
+
handleSelectAll: () => void;
|
|
10
|
+
handleClickCheck: (e: any) => void;
|
|
11
|
+
isCheckAll: boolean;
|
|
12
|
+
isCheck: any;
|
|
13
|
+
};
|
|
14
|
+
export default useAssignStudentList;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IOptions } from "../constants/types";
|
|
3
|
+
declare const useAssistantList: () => {
|
|
4
|
+
selectedAssistants: object | undefined;
|
|
5
|
+
assistantOptions: IOptions[];
|
|
6
|
+
handleSelectAssistant: (assistantId: string, studentUserId: string) => void;
|
|
7
|
+
handleCreateAssistantOption: (newAssistant: IOptions, studentUserId: string) => void;
|
|
8
|
+
setSelectedAssistants: import("react").Dispatch<import("react").SetStateAction<object | undefined>>;
|
|
9
|
+
};
|
|
10
|
+
export default useAssistantList;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IOptions } from "../constants/types";
|
|
3
|
+
declare const useCounselorList: () => {
|
|
4
|
+
selectedCounselors: object | undefined;
|
|
5
|
+
counselorOptions: IOptions[];
|
|
6
|
+
handleSelectCounselor: (counselorId: string, studentUserId: string) => void;
|
|
7
|
+
handleCreateCounselorOption: (newCounselor: IOptions, studentUserId: string) => void;
|
|
8
|
+
setSelectedCounselors: import("react").Dispatch<import("react").SetStateAction<object | undefined>>;
|
|
9
|
+
};
|
|
10
|
+
export default useCounselorList;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { FilterOption, SearchBy, UserFilter, UserOrder } from "../constants/types";
|
|
3
|
+
import { PopoverProps } from "reactstrap";
|
|
4
|
+
interface Props extends PopoverProps {
|
|
5
|
+
filters?: UserFilter;
|
|
6
|
+
sortBy: UserOrder;
|
|
7
|
+
searchBy?: SearchBy;
|
|
8
|
+
users: string[];
|
|
9
|
+
defaultOptions?: FilterOption[];
|
|
10
|
+
selectedOptions?: string[];
|
|
11
|
+
searchKey: string;
|
|
12
|
+
onChangeSearchKey: (value: string) => void;
|
|
13
|
+
onOptionsChange?: (value?: string[], searchBy?: SearchBy) => void;
|
|
14
|
+
onSearch?: (search: string, searchBy: SearchBy) => void;
|
|
15
|
+
onClose?: () => void;
|
|
16
|
+
onFilter?: () => void;
|
|
17
|
+
onChangeFilters?: (filter: UserFilter) => void;
|
|
18
|
+
getOption?: (user: any, t?: any) => FilterOption;
|
|
19
|
+
}
|
|
20
|
+
declare const useFilterPopover: (props: Props) => {
|
|
21
|
+
ref: import("react").RefObject<HTMLDivElement>;
|
|
22
|
+
options: FilterOption[];
|
|
23
|
+
inputRef: import("react").MutableRefObject<any>;
|
|
24
|
+
sOptions: any[] | undefined;
|
|
25
|
+
isAscending: boolean;
|
|
26
|
+
isDescending: boolean;
|
|
27
|
+
filteredOptions: FilterOption[];
|
|
28
|
+
searchKey: string;
|
|
29
|
+
handleSearch: () => void;
|
|
30
|
+
handleApplyFilter: () => void;
|
|
31
|
+
handleOptionSelected: (e?: any) => void;
|
|
32
|
+
handleOptionSelectedAll: (e?: any) => void;
|
|
33
|
+
handleSortDesc: () => void;
|
|
34
|
+
handleSortAsc: () => void;
|
|
35
|
+
handleChangeSearchKey: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
36
|
+
};
|
|
37
|
+
export default useFilterPopover;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Option } from "../constants/types";
|
|
2
|
+
declare const useRosterUserSelector: (roles: string[], value?: string | undefined) => {
|
|
3
|
+
users: Option[];
|
|
4
|
+
isLoading: boolean;
|
|
5
|
+
user: Option | undefined;
|
|
6
|
+
handleInputChange: (value: string) => void;
|
|
7
|
+
};
|
|
8
|
+
export default useRosterUserSelector;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IOptions } from "../constants/types";
|
|
3
|
+
declare const useSecondaryTeacherList: () => {
|
|
4
|
+
selectedSecondaryTeachers: object | undefined;
|
|
5
|
+
secondaryTeacherOptions: IOptions[];
|
|
6
|
+
handleSelectSecondaryTeacher: (secondaryTeacherId: string, studentUserId: string) => void;
|
|
7
|
+
handleCreateSecondaryTeacherOption: (newSecondaryTeacher: IOptions, studentUserId: string) => void;
|
|
8
|
+
setSelectedSecondaryTeachers: import("react").Dispatch<import("react").SetStateAction<object | undefined>>;
|
|
9
|
+
};
|
|
10
|
+
export default useSecondaryTeacherList;
|