mario-core 9000.0.0 → 9000.0.1
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/index.d.ts +2 -2
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/redux/commons/action.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -57,7 +57,7 @@ import getFileUrl from "./utils/getFileUrl";
|
|
|
57
57
|
import getTextFromHTML from "./utils/getTextFromHTML";
|
|
58
58
|
import utcToLocalTime from "./utils/utcToLocalTime";
|
|
59
59
|
import { uploadFile, systemStudentBadge, systemCertificateUpload } from "./services/fileServices";
|
|
60
|
-
import { setLoading, setModal, setAlert, setUser, reset, setCurrentStudentId, setCurrentStudentUserId, setCurrentStudentName, setTurnOffPassWhenChangeMode, showMenuBar } from "./redux/commons/action";
|
|
60
|
+
import { setLoading, setModal, setAlert, setUser, reset, setCurrentStudentId, setCurrentStudentUserId, setCurrentStudentName, setTurnOffPassWhenChangeMode, showMenuBar, showFontSize } from "./redux/commons/action";
|
|
61
61
|
import { setClassList } from "./redux/classes/action";
|
|
62
62
|
import { setConferenceRubricList } from "./redux/conferenceRubrics/action";
|
|
63
63
|
import { setSuggestionList } from "./redux/suggestionBanks/action";
|
|
@@ -100,4 +100,4 @@ import { setFilterWidget } from "./redux/widget/action";
|
|
|
100
100
|
import { setBandScoreList } from "./redux/bandScores/action";
|
|
101
101
|
import { setStudentIdSelectedByTeacher } from "./redux/navMobile/action";
|
|
102
102
|
import useFilters from "./hooks/useFilters";
|
|
103
|
-
export { Login, Dashboard, TheLayout, TheContent, NotFound, EmailTemplateList, EmailTemplateDetail, FaqList, SkillList, UserList, UserDetail, Loading, NotificationModal, CommonHeader, CommonModal, AddButton, DeleteButtonIcon, EditButtonIcon, LinkEditButton, ToggleButton, EmptyDataAlert, CreatableSelector, CustomPagination, SearchBox, FileInput, QuitPrompt, QuestionTypeSelector, QuestionCategorySelector, SuggestionCategorySelector, ErrorHandler, DetailActionButtons, RequiredLabel, StarRatingSelector, ReactNotification, NotificationList, CustomSelector, UploadFileButton, SearchBoxContainer, CustomTab, CommonAlert, GalleryList, MediaList, useGalleryList, AcademicClassSelector, SchoolList, store, showMenuBar, setLoading, setModal, setAlert, setClassList, setConferenceRubricList, setSuggestionList, setStrategyList, setSubjectList, setLearningSupportCategoryList, setQuestionList, setUserList, setStudentList, setBadgeList, setGoalExampleList, setSemesterList, setFeedbackList, setAssessmentList, setQuestionByCategory, setSelectQuestion, setMoveItemQuestion, setReflectionList, setReflectionResultList, setEditItemQuesion, setResetQuestionList, setMailCategory, setUser, setAssignmentList, setAssistantList, setSessionTemplateList, setTutorialScreenList, setSessionTemplateGeneralClassList, setCustomAlertList, setCertificateList, closeTab, addTab, editTab, clearTab, changeNote, changeTags, answerQuestion, setSessionPlayer, setStartTime, setTurnOffPassWhenChangeMode, reset, setImproveMyClass, setSchoolBlankDayList, api, apiUpload, uploadFile, systemStudentBadge, systemCertificateUpload, BASE_URL, DEFAULT_FILTER, LICENSE_AGGRID, TINY_MCE_API_KEY, QUESTION_TYPES, QUESTION_TYPES_OPTIONS, ANSWER_EDITOR_HEIGHT, CHAT_CHANNEL, NOTIFICATION_CHANNEL, DATE_RESULT, DATE_FORMAT, FULL_DATE_RESULT, ACCESS_TOKEN, GOOGLE_RECAPTCHA_KEY, EMOTIONS, TAB_COLORS, Filter, Conversation, Message, ConversationMember, NavbarTab, editorConfig, generateRandomString, isInViewport, debounce, firstCheckToken, canAccessRoute, getFileUrl, getTextFromHTML, utcToLocalTime, getInfo, Images, setQuestionCateList, setMyStudent, setDataPlayer, answerQuestionDataPlayer, setCurrentStudentUserId, setCurrentStudentId, setCurrentStudentName, setFilterWidget, setBandScoreList, setStudentIdSelectedByTeacher, useFilters };
|
|
103
|
+
export { Login, Dashboard, TheLayout, TheContent, NotFound, EmailTemplateList, EmailTemplateDetail, FaqList, SkillList, UserList, UserDetail, Loading, NotificationModal, CommonHeader, CommonModal, AddButton, DeleteButtonIcon, EditButtonIcon, LinkEditButton, ToggleButton, EmptyDataAlert, CreatableSelector, CustomPagination, SearchBox, FileInput, QuitPrompt, QuestionTypeSelector, QuestionCategorySelector, SuggestionCategorySelector, ErrorHandler, DetailActionButtons, RequiredLabel, StarRatingSelector, ReactNotification, NotificationList, CustomSelector, UploadFileButton, SearchBoxContainer, CustomTab, CommonAlert, GalleryList, MediaList, useGalleryList, AcademicClassSelector, SchoolList, store, showMenuBar, showFontSize, setLoading, setModal, setAlert, setClassList, setConferenceRubricList, setSuggestionList, setStrategyList, setSubjectList, setLearningSupportCategoryList, setQuestionList, setUserList, setStudentList, setBadgeList, setGoalExampleList, setSemesterList, setFeedbackList, setAssessmentList, setQuestionByCategory, setSelectQuestion, setMoveItemQuestion, setReflectionList, setReflectionResultList, setEditItemQuesion, setResetQuestionList, setMailCategory, setUser, setAssignmentList, setAssistantList, setSessionTemplateList, setTutorialScreenList, setSessionTemplateGeneralClassList, setCustomAlertList, setCertificateList, closeTab, addTab, editTab, clearTab, changeNote, changeTags, answerQuestion, setSessionPlayer, setStartTime, setTurnOffPassWhenChangeMode, reset, setImproveMyClass, setSchoolBlankDayList, api, apiUpload, uploadFile, systemStudentBadge, systemCertificateUpload, BASE_URL, DEFAULT_FILTER, LICENSE_AGGRID, TINY_MCE_API_KEY, QUESTION_TYPES, QUESTION_TYPES_OPTIONS, ANSWER_EDITOR_HEIGHT, CHAT_CHANNEL, NOTIFICATION_CHANNEL, DATE_RESULT, DATE_FORMAT, FULL_DATE_RESULT, ACCESS_TOKEN, GOOGLE_RECAPTCHA_KEY, EMOTIONS, TAB_COLORS, Filter, Conversation, Message, ConversationMember, NavbarTab, editorConfig, generateRandomString, isInViewport, debounce, firstCheckToken, canAccessRoute, getFileUrl, getTextFromHTML, utcToLocalTime, getInfo, Images, setQuestionCateList, setMyStudent, setDataPlayer, answerQuestionDataPlayer, setCurrentStudentUserId, setCurrentStudentId, setCurrentStudentName, setFilterWidget, setBandScoreList, setStudentIdSelectedByTeacher, useFilters };
|
package/dist/index.js
CHANGED
|
@@ -230,6 +230,7 @@ var setSidebar = toolkit.createAction("common/setSidebar");
|
|
|
230
230
|
var setAlert = toolkit.createAction("common/setAlert");
|
|
231
231
|
var reset = toolkit.createAction("common/reset");
|
|
232
232
|
var showMenuBar = toolkit.createAction("common/showMenuBar");
|
|
233
|
+
var showFontSize = toolkit.createAction("common/showFontSize");
|
|
233
234
|
var setCurrentStudentId = toolkit.createAction("common/setCurrentStudentId");
|
|
234
235
|
var setCurrentStudentUserId = toolkit.createAction("common/setCurrentStudentUserId");
|
|
235
236
|
var setCurrentStudentName = toolkit.createAction("common/setCurrentStudentName");
|
|
@@ -6770,7 +6771,8 @@ var initialState = {
|
|
|
6770
6771
|
currentStudentUserId: localStorage.getItem("currentStudentUserId") || "",
|
|
6771
6772
|
currentStudentName: localStorage.getItem("currentStudentName") || "",
|
|
6772
6773
|
turnOffPassWhenChangeMode: false,
|
|
6773
|
-
menuBar: true
|
|
6774
|
+
menuBar: true,
|
|
6775
|
+
defaultFontSize: 16
|
|
6774
6776
|
};
|
|
6775
6777
|
var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
6776
6778
|
builder.addCase(setLoading, function (state, action) {
|
|
@@ -6798,6 +6800,8 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
6798
6800
|
state.turnOffPassWhenChangeMode = action.payload;
|
|
6799
6801
|
}).addCase(showMenuBar, function (state, action) {
|
|
6800
6802
|
state.menuBar = action.payload;
|
|
6803
|
+
}).addCase(showFontSize, function (state, action) {
|
|
6804
|
+
state.defaultFontSize = action.payload;
|
|
6801
6805
|
});
|
|
6802
6806
|
});
|
|
6803
6807
|
|
|
@@ -7836,6 +7840,7 @@ exports.setTurnOffPassWhenChangeMode = setTurnOffPassWhenChangeMode;
|
|
|
7836
7840
|
exports.setTutorialScreenList = setTutorialScreenList;
|
|
7837
7841
|
exports.setUser = setUser;
|
|
7838
7842
|
exports.setUserList = setUserList;
|
|
7843
|
+
exports.showFontSize = showFontSize;
|
|
7839
7844
|
exports.showMenuBar = showMenuBar;
|
|
7840
7845
|
exports.store = store;
|
|
7841
7846
|
exports.systemCertificateUpload = systemCertificateUpload;
|