mario-core 1.1.2 → 1.1.3-base-upgrade
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 +9 -0
- package/dist/components/Alerts/CommonAlert.d.ts +3 -0
- package/dist/components/Alerts/EmptyDataAlert.d.ts +2 -2
- package/dist/components/Alerts/SandboxAlert.d.ts +3 -0
- package/dist/components/Buttons/AddButton.d.ts +1 -1
- package/dist/components/Buttons/DeleteButtonIcon.d.ts +1 -0
- package/dist/components/Buttons/EditButtonIcon.d.ts +1 -0
- package/dist/components/Buttons/SyncButton.d.ts +8 -0
- package/dist/components/Buttons/UploadFileButton.d.ts +13 -0
- package/dist/components/Image/UploadImage.d.ts +2 -2
- package/dist/components/Inputs/FileInput.d.ts +2 -2
- package/dist/components/Inputs/PasswordInput.d.ts +9 -0
- package/dist/components/Inputs/SearchBoxContainer.d.ts +10 -0
- package/dist/components/Labels/RequiredLabel.d.ts +1 -0
- package/dist/components/Modals/NotificationLogoutModal.d.ts +3 -0
- package/dist/components/Modals/NotificationModal.d.ts +2 -2
- package/dist/components/Others/QuitPrompt.d.ts +5 -0
- package/dist/components/Pagination/CustomPagination.d.ts +2 -2
- 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 +2 -2
- package/dist/components/Selectors/CustomSelector.d.ts +2 -2
- package/dist/components/Selectors/MailCategorySelectors.d.ts +2 -2
- package/dist/components/Selectors/QuestionCategorySelector.d.ts +2 -2
- package/dist/components/Selectors/QuestionTypeSelector.d.ts +2 -2
- package/dist/components/Selectors/StarRatingSelector.d.ts +2 -2
- package/dist/components/Selectors/SuggestionCategorySelector.d.ts +2 -2
- 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/components/Tabs/TabsWithComponent.d.ts +10 -0
- package/dist/configs/editorConfig.d.ts +6 -10
- 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 +1 -0
- package/dist/containers/EmailTemplate/configs/emailTemplateSchema.d.ts +11 -11
- package/dist/containers/EmailTemplate/hooks/useEmailTemplateDetail.d.ts +15 -0
- package/dist/containers/EmailTemplate/hooks/useEmailTemplateList.d.ts +1 -2
- 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/authConfig.d.ts +38 -0
- package/dist/containers/Login/constant/types.d.ts +34 -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 +19 -0
- package/dist/containers/Login/hooks/useLoginTwoFactor.d.ts +4 -0
- package/dist/containers/Login/views/Dashboard.d.ts +4 -0
- package/dist/containers/Login/views/Login.d.ts +9 -2
- 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 +7 -0
- package/dist/containers/Login/views/block/BlockLogin.d.ts +21 -0
- package/dist/containers/Login/views/block/BlockResetPassword.d.ts +3 -0
- package/dist/containers/Login/views/block/BlockSelectTeacher.d.ts +11 -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/IconContent.d.ts +2 -2
- package/dist/containers/Login/views/block/QuoteContent.d.ts +2 -6
- package/dist/containers/Notifications/hooks/useNotificationList.d.ts +4 -1
- package/dist/containers/Notifications/views/NotificationList.d.ts +2 -2
- package/dist/containers/Skill/components/SkillSelector.d.ts +3 -0
- package/dist/containers/Skill/hooks/useSkillDetail.d.ts +8 -1
- package/dist/containers/Skill/hooks/useSkillList.d.ts +1 -2
- package/dist/containers/User/components/AssignStudentModal.d.ts +20 -0
- package/dist/containers/User/components/DeleteBulkModel copy.d.ts +4 -0
- package/dist/containers/User/components/DeleteBulkModel.d.ts +4 -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 +4 -0
- package/dist/containers/User/components/RemoveCounselor.d.ts +4 -0
- package/dist/containers/User/components/RemoveSupportTeacher.d.ts +4 -0
- package/dist/containers/User/components/RemoveTeacher.d.ts +4 -0
- package/dist/containers/User/components/SwitchDataTeacherModel.d.ts +12 -0
- package/dist/containers/User/components/TableHeader.d.ts +15 -0
- package/dist/containers/User/components/TeacherSelector.d.ts +3 -0
- package/dist/containers/User/components/UploadCSVButton.d.ts +11 -0
- package/dist/containers/User/components/UserDeletedModal.d.ts +3 -0
- package/dist/containers/User/configs/changePasswordSchema.d.ts +11 -0
- package/dist/containers/User/configs/userSchema.d.ts +12 -7
- 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 +45 -0
- package/dist/containers/User/hooks/useAssignStudentList.d.ts +36 -0
- package/dist/containers/User/hooks/useAssistantList.d.ts +10 -0
- package/dist/containers/User/hooks/useCSVImport.d.ts +38 -0
- package/dist/containers/User/hooks/useCSVImportTab.d.ts +46 -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/useResendMail.d.ts +5 -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 +20 -0
- package/dist/containers/User/hooks/useTeacherList.d.ts +10 -0
- package/dist/containers/User/hooks/useUserDeletedList.d.ts +22 -0
- package/dist/containers/User/hooks/useUserDeletedModal.d.ts +14 -0
- package/dist/containers/User/hooks/useUserDetail.d.ts +27 -1
- package/dist/containers/User/hooks/useUserList.d.ts +9 -2
- 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/CSVImport.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/UserDeletedList.d.ts +3 -0
- package/dist/containers/User/views/UserDetail.d.ts +2 -2
- package/dist/containers/User/views/UserList.d.ts +2 -2
- package/dist/hooks/useFilters.d.ts +8 -0
- package/dist/hooks/useLanguages.d.ts +10 -0
- package/dist/i18n.d.ts +2 -0
- package/dist/index.cjs +25 -0
- package/dist/index.css +1166 -180
- package/dist/index.d.ts +53 -9
- package/dist/index.js +28608 -3987
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +32523 -2861
- package/dist/index.modern.js.map +1 -1
- package/dist/layouts/TheContent.d.ts +1 -1
- package/dist/redux/assessments/reducer.d.ts +9 -1
- package/dist/redux/assignment/action.d.ts +1 -0
- package/dist/{commons → redux/assignment}/reducer.d.ts +3 -1
- package/dist/redux/assistants/action.d.ts +1 -0
- package/dist/redux/assistants/reducer.d.ts +4 -0
- package/dist/redux/badges/reducer.d.ts +3 -1
- package/dist/redux/bandScores/action.d.ts +1 -0
- package/dist/redux/bandScores/reducer.d.ts +4 -0
- package/dist/redux/certificate/action.d.ts +1 -0
- package/dist/redux/certificate/reducer.d.ts +4 -0
- package/dist/redux/classes/reducer.d.ts +3 -1
- package/dist/redux/commons/action.d.ts +19 -0
- package/dist/redux/commons/reducer.d.ts +3 -1
- package/dist/redux/conferenceRubrics/reducer.d.ts +3 -1
- package/dist/redux/customAlert/action.d.ts +1 -0
- package/dist/redux/customAlert/reducer.d.ts +4 -0
- package/dist/redux/dashboard/action.d.ts +5 -0
- package/dist/redux/dashboard/reducer.d.ts +4 -0
- package/dist/redux/dataPlayer/action.d.ts +2 -0
- package/dist/redux/dataPlayer/reducer.d.ts +4 -0
- package/dist/redux/emailTemplates/reducer.d.ts +3 -1
- package/dist/redux/faqs/reducer.d.ts +3 -1
- package/dist/redux/feedback/reducer.d.ts +3 -1
- package/dist/redux/gallery/action.d.ts +2 -0
- package/dist/redux/gallery/reducer.d.ts +4 -0
- package/dist/redux/goalExamples/reducer.d.ts +3 -1
- package/dist/redux/improveMyClass/action.d.ts +1 -0
- package/dist/redux/improveMyClass/reducer.d.ts +4 -0
- package/dist/redux/learningStrategies/reducer.d.ts +3 -1
- package/dist/redux/learningSupportCategories/action.d.ts +1 -0
- package/dist/redux/learningSupportCategories/reducer.d.ts +4 -0
- package/dist/redux/mailCategories/reducer.d.ts +3 -1
- package/dist/redux/navMobile/action.d.ts +1 -0
- package/dist/redux/navMobile/reducer.d.ts +4 -0
- package/dist/redux/notifications/reducer.d.ts +3 -1
- package/dist/redux/questionBanks/reducer.d.ts +3 -1
- package/dist/redux/questionByCategory/reducer.d.ts +3 -1
- package/dist/redux/questionCategory/reducer.d.ts +3 -1
- package/dist/redux/reflectionForms/reducer.d.ts +3 -1
- package/dist/redux/reflectionResults/action.d.ts +1 -0
- package/dist/redux/reflectionResults/reducer.d.ts +4 -0
- package/dist/redux/schoolBlankDays/action.d.ts +1 -0
- package/dist/redux/schoolBlankDays/reducer.d.ts +4 -0
- package/dist/redux/semester/action.d.ts +1 -0
- package/dist/redux/semester/reducer.d.ts +4 -0
- package/dist/redux/sessionPlayers/action.d.ts +5 -0
- package/dist/redux/sessionPlayers/reducer.d.ts +4 -0
- package/dist/redux/sessionTemplateGeneralClasses/action.d.ts +1 -0
- package/dist/redux/sessionTemplateGeneralClasses/reducer.d.ts +4 -0
- package/dist/redux/sessionTemplates/action.d.ts +1 -0
- package/dist/redux/sessionTemplates/reducer.d.ts +4 -0
- package/dist/redux/skills/reducer.d.ts +3 -1
- package/dist/redux/subjects/reducer.d.ts +3 -1
- package/dist/redux/suggestionBanks/reducer.d.ts +3 -1
- package/dist/redux/teacher/myStudent/action.d.ts +1 -0
- package/dist/redux/teacher/myStudent/reducer.d.ts +4 -0
- package/dist/redux/tutorialScreen/action.d.ts +1 -0
- package/dist/redux/tutorialScreen/reducer.d.ts +13 -0
- package/dist/redux/users/reducer.d.ts +3 -1
- package/dist/redux/weeklyQuests/action.d.ts +2 -0
- package/dist/redux/weeklyQuests/reducer.d.ts +16 -0
- package/dist/redux/widget/action.d.ts +1 -0
- package/dist/redux/widget/reducer.d.ts +4 -0
- package/dist/rootReducer.d.ts +82 -2
- package/dist/services/accountService.d.ts +21 -3
- package/dist/services/api.d.ts +3 -2
- package/dist/services/classService.d.ts +1 -0
- package/dist/services/csvImportService.d.ts +9 -0
- package/dist/services/csvService.d.ts +8 -0
- package/dist/services/emailTemplateService.d.ts +6 -5
- package/dist/services/fileServices.d.ts +13 -1
- package/dist/services/galleryService.d.ts +2 -0
- 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 +5 -5
- package/dist/services/suggestionCategoryService.d.ts +1 -1
- package/dist/services/userService.d.ts +37 -7
- package/dist/types/Dashboard.d.ts +5 -0
- package/dist/types/Filter.d.ts +8 -0
- package/dist/types/Language.d.ts +8 -0
- package/dist/types/Payload.d.ts +17 -0
- package/dist/types/user.d.ts +3 -0
- package/dist/utils/constants.d.ts +45 -5
- package/dist/utils/getCookieValue.d.ts +2 -0
- package/dist/utils/getStaticFileUrl.d.ts +2 -0
- package/dist/utils/getTextFromHTML.d.ts +2 -0
- package/package.json +69 -62
- package/README.md +0 -30
- package/dist/commons/action.d.ts +0 -2
- package/dist/components/Alerts/Alert.d.ts +0 -10
- package/dist/components/Alerts/ReactNotification.d.ts +0 -4
- package/dist/containers/Classes/views/ClassList.d.ts +0 -3
- package/dist/containers/EmailTemplateDetail.d.ts +0 -3
- package/dist/containers/EmailTemplateList.d.ts +0 -3
- package/dist/containers/Faq/hooks/useFaqDetail.d.ts +0 -13
- package/dist/containers/Faq/hooks/useFaqList.d.ts +0 -10
- package/dist/containers/Faq/views/FaqList.d.ts +0 -3
- package/dist/containers/Login/views/block/blockForgetPass.d.ts +0 -7
- package/dist/containers/Login/views/block/blockLogin.d.ts +0 -8
- package/dist/containers/Login.d.ts +0 -3
- package/dist/containers/Notifications/components/NotificationList.d.ts +0 -11
- package/dist/containers/User.d.ts +0 -3
- 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/services/faqService.d.ts +0 -6
- package/dist/types/ClassDetail.d.ts +0 -3
- package/dist/utils/alert.d.ts +0 -7
- package/dist/utils/index.d.ts +0 -1
- package/dist/views/TheContent.d.ts +0 -3
- package/dist/views/TheFooter.d.ts +0 -3
- package/dist/views/TheHeader.d.ts +0 -3
- package/dist/views/TheHeaderDropdown.d.ts +0 -3
- package/dist/views/TheLayout.d.ts +0 -3
- package/dist/views/TheSidebar.d.ts +0 -3
- /package/dist/containers/{Classes/components/ClassDetailModal.d.ts → Gallery/components/ActionModal.d.ts} +0 -0
- /package/dist/containers/{Faq/components/FaqDetailModal.d.ts → User/components/SwitchTeacherModal.d.ts} +0 -0
package/dist/assets/Images.d.ts
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
declare const Images: {
|
|
2
2
|
USER_CONVERSATION_AVATAR: string;
|
|
3
3
|
GROUP_CONVERSATION_AVATAR: string;
|
|
4
|
+
LOGO: string;
|
|
5
|
+
LOGO_HEADER: string;
|
|
6
|
+
LOGO_MINIMIZED: string;
|
|
7
|
+
DOCS_IMAGE: string;
|
|
8
|
+
AUDIO_IMAGE: string;
|
|
9
|
+
PHOTO_IMAGE: string;
|
|
10
|
+
VIDEO_IMAGE: string;
|
|
11
|
+
FOLDER_IMAGE: string;
|
|
12
|
+
UNKNOW_IMAGE: string;
|
|
4
13
|
};
|
|
5
14
|
export default Images;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { CSSProperties
|
|
1
|
+
import React, { CSSProperties } from "react";
|
|
2
2
|
interface Props {
|
|
3
3
|
label: string;
|
|
4
4
|
className?: string;
|
|
5
5
|
style?: CSSProperties;
|
|
6
6
|
}
|
|
7
|
-
declare const EmptyDataAlert:
|
|
7
|
+
declare const EmptyDataAlert: ({ label, className, style }: Props) => React.JSX.Element;
|
|
8
8
|
export default EmptyDataAlert;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
interface Props {
|
|
3
|
+
fileName?: string;
|
|
4
|
+
maxWidth?: string;
|
|
5
|
+
maxHeight?: string;
|
|
6
|
+
setFile: any;
|
|
7
|
+
onAddImage?: any;
|
|
8
|
+
canDelete?: boolean;
|
|
9
|
+
onDelete?: () => void;
|
|
10
|
+
isCheckFeedBack?: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const UploadFileButton: FC<Props>;
|
|
13
|
+
export default UploadFileButton;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const UploadImage: () => JSX.Element;
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const UploadImage: () => React.JSX.Element;
|
|
3
3
|
export default UploadImage;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React
|
|
1
|
+
import React from "react";
|
|
2
2
|
interface Props {
|
|
3
3
|
icon: React.ReactNode;
|
|
4
4
|
accept?: string | undefined;
|
|
5
5
|
callback: (fileName: string, filePath: string, fileType: string) => void;
|
|
6
6
|
}
|
|
7
|
-
declare const InputFile:
|
|
7
|
+
declare const InputFile: ({ icon, accept, callback }: Props) => React.JSX.Element;
|
|
8
8
|
export default InputFile;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface Props {
|
|
3
|
+
text: string;
|
|
4
|
+
onClick: () => void;
|
|
5
|
+
initValue: string;
|
|
6
|
+
onSearch: (searchString?: string) => void;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
}
|
|
9
|
+
declare const SearchBoxContainer: ({ text, initValue, onClick, onSearch, placeholder }: Props) => React.JSX.Element;
|
|
10
|
+
export default SearchBoxContainer;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const NotificationModal: () => JSX.Element;
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const NotificationModal: () => React.JSX.Element;
|
|
3
3
|
export default NotificationModal;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const CustomPagination: (props: any) => JSX.Element;
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const CustomPagination: (props: any) => React.JSX.Element;
|
|
3
3
|
export default CustomPagination;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const CreatableSelector: (props: any) => JSX.Element;
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const CreatableSelector: (props: any) => React.JSX.Element;
|
|
3
3
|
export default CreatableSelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const CustomSelector: ({ defaultValue, options, ...rest }: any) => JSX.Element;
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const CustomSelector: ({ defaultValue, options, isDisabled, scrollBottom, ...rest }: any) => React.JSX.Element;
|
|
3
3
|
export default CustomSelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const MailCategorySelector: (props: any) => JSX.Element;
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const MailCategorySelector: (props: any) => React.JSX.Element;
|
|
3
3
|
export default MailCategorySelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const QuestionCategorySelector: (props: any) => JSX.Element;
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const QuestionCategorySelector: (props: any) => React.JSX.Element;
|
|
3
3
|
export default QuestionCategorySelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const QuestionTypeSelector: (props: any) => JSX.Element;
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const QuestionTypeSelector: (props: any) => React.JSX.Element;
|
|
3
3
|
export default QuestionTypeSelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const StarRatingSelector: (props: any) => JSX.Element;
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const StarRatingSelector: (props: any) => React.JSX.Element;
|
|
3
3
|
export default StarRatingSelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const SuggestionCategorySelector: (props: any) => JSX.Element;
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const SuggestionCategorySelector: (props: any) => React.JSX.Element;
|
|
3
3
|
export default SuggestionCategorySelector;
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
plugins: string;
|
|
7
|
-
toolbar: string;
|
|
8
|
-
paste_data_images: boolean;
|
|
9
|
-
images_upload_handler: (blobInfo: any, success: any) => Promise<void>;
|
|
1
|
+
declare const editorConfig: {
|
|
2
|
+
email: any;
|
|
3
|
+
question: any;
|
|
4
|
+
answer: any;
|
|
5
|
+
tutorial: any;
|
|
10
6
|
};
|
|
11
|
-
export default
|
|
7
|
+
export default editorConfig;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as yup from "yup";
|
|
2
|
-
declare const schema:
|
|
3
|
-
subject:
|
|
4
|
-
categoryId:
|
|
5
|
-
comment:
|
|
6
|
-
body:
|
|
7
|
-
},
|
|
8
|
-
subject:
|
|
9
|
-
categoryId:
|
|
10
|
-
comment:
|
|
11
|
-
body:
|
|
12
|
-
}
|
|
2
|
+
declare const schema: yup.ObjectSchema<{
|
|
3
|
+
subject: string;
|
|
4
|
+
categoryId: number;
|
|
5
|
+
comment: string | undefined;
|
|
6
|
+
body: string;
|
|
7
|
+
}, yup.AnyObject, {
|
|
8
|
+
subject: undefined;
|
|
9
|
+
categoryId: undefined;
|
|
10
|
+
comment: undefined;
|
|
11
|
+
body: undefined;
|
|
12
|
+
}, "">;
|
|
13
13
|
export default schema;
|
|
@@ -1,8 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type Attachment = {
|
|
3
|
+
id?: number;
|
|
4
|
+
name: string;
|
|
5
|
+
key: string;
|
|
6
|
+
};
|
|
1
7
|
declare type EmailTemplateDetail = {
|
|
2
8
|
id?: number;
|
|
3
9
|
subject: string;
|
|
4
10
|
categoryId: number;
|
|
5
11
|
body: string;
|
|
12
|
+
attachments: Attachment[];
|
|
6
13
|
};
|
|
7
14
|
declare const useEmailTemplateDetail: (id?: number | undefined) => {
|
|
8
15
|
emailTemplateDetail: EmailTemplateDetail;
|
|
@@ -10,5 +17,13 @@ declare const useEmailTemplateDetail: (id?: number | undefined) => {
|
|
|
10
17
|
addParams: (params: any) => void;
|
|
11
18
|
backToList: () => void;
|
|
12
19
|
confirmData: (data: any) => Promise<void>;
|
|
20
|
+
edited: boolean;
|
|
21
|
+
setEdited: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
22
|
+
setEditedTrue: () => Promise<void>;
|
|
23
|
+
onAttachFile: () => void;
|
|
24
|
+
updateAttachment: () => void;
|
|
25
|
+
fileUpload: any;
|
|
26
|
+
removeAttachment: (inputId: string, fileName: string) => void;
|
|
27
|
+
tinyMCEKey: string;
|
|
13
28
|
};
|
|
14
29
|
export default useEmailTemplateDetail;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Filter } from "../../../types/Filter";
|
|
2
1
|
declare const useEmailTemplateList: () => {
|
|
3
2
|
emailTemplateList: any;
|
|
4
3
|
totalItems: any;
|
|
5
|
-
filters: Filter;
|
|
4
|
+
filters: import("../../..").Filter;
|
|
6
5
|
changeFilters: (updatedFilters: any) => void;
|
|
7
6
|
getData: () => Promise<void>;
|
|
8
7
|
removeData: (id: number) => void;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { S3Object } from "../constants/gallery.types";
|
|
3
|
+
interface MediaNavInterface {
|
|
4
|
+
isLibrary?: boolean;
|
|
5
|
+
step: number;
|
|
6
|
+
breadcumb: string;
|
|
7
|
+
currentPrefix: string;
|
|
8
|
+
targetMedia: S3Object;
|
|
9
|
+
handleSelectFile: Function;
|
|
10
|
+
handleCreateFolder: Function;
|
|
11
|
+
handleRenameFile: Function;
|
|
12
|
+
handleGoBack: () => void;
|
|
13
|
+
handleDownloadMedia: () => void;
|
|
14
|
+
handleDeleteMediaOrFolder: () => void;
|
|
15
|
+
showErrorAlert: (message: string) => void;
|
|
16
|
+
}
|
|
17
|
+
declare const _default: React.NamedExoticComponent<MediaNavInterface>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare type S3Object = {
|
|
2
|
+
name?: string;
|
|
3
|
+
key?: string;
|
|
4
|
+
extension?: string;
|
|
5
|
+
isFolder?: boolean;
|
|
6
|
+
};
|
|
7
|
+
export declare enum MediaType {
|
|
8
|
+
IMAGE = 0,
|
|
9
|
+
VIDEO = 1,
|
|
10
|
+
AUDIO = 2,
|
|
11
|
+
DOC = 3,
|
|
12
|
+
UNKNOW = 4
|
|
13
|
+
}
|
|
14
|
+
export declare type FilterType = {
|
|
15
|
+
searchString?: string;
|
|
16
|
+
types?: MediaType[];
|
|
17
|
+
prefix?: string;
|
|
18
|
+
fromDate?: number;
|
|
19
|
+
toDate?: number;
|
|
20
|
+
isLibrary?: boolean;
|
|
21
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { MediaType, S3Object } from '../constants/gallery.types';
|
|
2
|
+
export declare const getTypeByExtension: (extension: string | undefined) => MediaType;
|
|
3
|
+
export declare const getMediaThumbnail: (media: S3Object) => string;
|
|
4
|
+
export declare const getMediaImage: (media: S3Object) => string;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { FilterType } from "../constants/gallery.types";
|
|
3
|
+
import { S3Object } from "../constants/gallery.types";
|
|
4
|
+
interface FormDataMediaType {
|
|
5
|
+
file: File;
|
|
6
|
+
key?: string;
|
|
7
|
+
}
|
|
8
|
+
interface RouterType {
|
|
9
|
+
link: string;
|
|
10
|
+
step: number;
|
|
11
|
+
}
|
|
12
|
+
declare const useGalleryList: (isLibrary?: boolean) => {
|
|
13
|
+
mediaList: any;
|
|
14
|
+
filters: FilterType;
|
|
15
|
+
totalItems: any;
|
|
16
|
+
targetMedia: S3Object;
|
|
17
|
+
router: RouterType;
|
|
18
|
+
breadcrumb: string;
|
|
19
|
+
getData: () => Promise<void>;
|
|
20
|
+
changeFilters: (updatedFilters: FilterType) => void;
|
|
21
|
+
handleSelectFile: import("react").Dispatch<import("react").SetStateAction<FormDataMediaType | undefined>>;
|
|
22
|
+
handleOpenFolder: (media: S3Object) => void;
|
|
23
|
+
handleSelectMedia: (media: S3Object) => void;
|
|
24
|
+
handleRenameFile: (name: string) => Promise<void>;
|
|
25
|
+
handleDownloadMedia: () => void;
|
|
26
|
+
handleDeleteMediaOrFolder: () => Promise<void>;
|
|
27
|
+
handleCreateFolder: (prefix: string, folderName: string) => Promise<void>;
|
|
28
|
+
handleGoBack: () => void;
|
|
29
|
+
showErrorAlert: (message: string) => void;
|
|
30
|
+
};
|
|
31
|
+
export default useGalleryList;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { LogLevel } from "@azure/msal-browser";
|
|
2
|
+
/**
|
|
3
|
+
* Configuration object to be passed to MSAL instance on creation.
|
|
4
|
+
* For a full list of MSAL.js configuration parameters, visit:
|
|
5
|
+
* https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/configuration.md
|
|
6
|
+
*/
|
|
7
|
+
export declare const msalConfig: {
|
|
8
|
+
auth: {
|
|
9
|
+
clientId: string;
|
|
10
|
+
authority: string;
|
|
11
|
+
redirectUri: string;
|
|
12
|
+
};
|
|
13
|
+
cache: {
|
|
14
|
+
cacheLocation: string;
|
|
15
|
+
storeAuthStateInCookie: boolean;
|
|
16
|
+
};
|
|
17
|
+
system: {
|
|
18
|
+
loggerOptions: {
|
|
19
|
+
loggerCallback: (level: LogLevel, message: string, containsPii: any) => void;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Scopes you add here will be prompted for user consent during sign-in.
|
|
25
|
+
* By default, MSAL.js will add OIDC scopes (openid, profile, email) to any login request.
|
|
26
|
+
* For more information about OIDC scopes, visit:
|
|
27
|
+
* https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent#openid-connect-scopes
|
|
28
|
+
*/
|
|
29
|
+
export declare const loginRequest: {
|
|
30
|
+
scopes: string[];
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Add here the scopes to request when obtaining an access token for MS Graph API. For more information, see:
|
|
34
|
+
* https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/resources-and-scopes.md
|
|
35
|
+
*/
|
|
36
|
+
export declare const graphConfig: {
|
|
37
|
+
graphMeEndpoint: string;
|
|
38
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export interface ICreatePassword {
|
|
2
|
+
password: string;
|
|
3
|
+
reEnterPassword: string;
|
|
4
|
+
email: string;
|
|
5
|
+
userId: string;
|
|
6
|
+
token: string;
|
|
7
|
+
}
|
|
8
|
+
export declare enum TypeLogin {
|
|
9
|
+
Google = 0,
|
|
10
|
+
ClassLink = 1,
|
|
11
|
+
MicrosoftSSO = 2
|
|
12
|
+
}
|
|
13
|
+
export interface IInformationUser {
|
|
14
|
+
firstName: string;
|
|
15
|
+
lastName: string;
|
|
16
|
+
fullName: string;
|
|
17
|
+
imageUrl: string | null;
|
|
18
|
+
email: string;
|
|
19
|
+
accessToken: string;
|
|
20
|
+
googleId: string;
|
|
21
|
+
}
|
|
22
|
+
export declare enum LoginType {
|
|
23
|
+
Default = 0,
|
|
24
|
+
Google = 1,
|
|
25
|
+
Impersonate = 2
|
|
26
|
+
}
|
|
27
|
+
export interface ISchool {
|
|
28
|
+
schoolName: string;
|
|
29
|
+
schoolLogo: string;
|
|
30
|
+
schoolId: number;
|
|
31
|
+
}
|
|
32
|
+
export interface IDashboard {
|
|
33
|
+
version?: string;
|
|
34
|
+
}
|
|
@@ -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, key: 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;
|