mario-core 2.9.317-lang → 2.9.317-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/containers/Login/hooks/useLogin.d.ts +1 -0
- package/dist/containers/Login/views/block/BlockLogin.d.ts +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +44 -26
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +45 -26
- package/dist/index.modern.js.map +1 -1
- package/dist/redux/commons/action.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -109,9 +109,9 @@ import { setDataPlayer, answerQuestionDataPlayer } from "./redux/dataPlayer/acti
|
|
|
109
109
|
import { setFilterWidget } from "./redux/widget/action";
|
|
110
110
|
import { setBandScoreList } from "./redux/bandScores/action";
|
|
111
111
|
import { setStudentIdSelectedByTeacher } from "./redux/navMobile/action";
|
|
112
|
-
import { setEnableIEP, setEnableSurvey, setConversationOneToOne, setLanguage, setSandboxMode
|
|
112
|
+
import { setEnableIEP, setEnableSurvey, setConversationOneToOne, setLanguage, setSandboxMode } from "./redux/commons/action";
|
|
113
113
|
import useFilters from "./hooks/useFilters";
|
|
114
114
|
import amplitude from "amplitude-js";
|
|
115
115
|
import { setWeeklyQuestList, setOpenModelCongratulation } from "./redux/weeklyQuests/action";
|
|
116
116
|
declare const amplitudeClient: amplitude.AmplitudeClient;
|
|
117
|
-
export { Login, Dashboard, TheLayout, TheContent, NotFound, EmailTemplateList, EmailTemplateDetail, FaqList, SkillList, UserList, UserContainer, UserDetail, Loading, NotificationModal, CommonHeader, CommonModal, NotificationLogoutModal, AddButton, DeleteButtonIcon, EditButtonIcon, LinkEditButton, ToggleButton, EmptyDataAlert, SandboxAlert, CreatableSelector, CustomPagination, SearchBox, FileInput, QuitPrompt, QuestionTypeSelector, QuestionCategorySelector, SuggestionCategorySelector, CategorySelector, 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, setEnableIEP, setEnableSurvey, setConversationOneToOne, setLanguage,
|
|
117
|
+
export { Login, Dashboard, TheLayout, TheContent, NotFound, EmailTemplateList, EmailTemplateDetail, FaqList, SkillList, UserList, UserContainer, UserDetail, Loading, NotificationModal, CommonHeader, CommonModal, NotificationLogoutModal, AddButton, DeleteButtonIcon, EditButtonIcon, LinkEditButton, ToggleButton, EmptyDataAlert, SandboxAlert, CreatableSelector, CustomPagination, SearchBox, FileInput, QuitPrompt, QuestionTypeSelector, QuestionCategorySelector, SuggestionCategorySelector, CategorySelector, 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, setEnableIEP, setEnableSurvey, setConversationOneToOne, setLanguage, setWeeklyQuestList, setOpenModelCongratulation, setSandboxMode, i18n, useTranslation, I18nextProvider, 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, NOTIFICATION_ALERT_KEY, GOOGLE_RECAPTCHA_KEY, DEFAULT_LANGUAGE_CODE, LANGUAGES, SUPPORTED_LANGUAGES_CODE, EMOTIONS, TAB_COLORS, SANDBOX_NOTIFICATION, 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, ScrollToTop, initAmplitude, amplitudeClient, INIT_AMPLITUDE_KEY_STAGE, INIT_AMPLITUDE_KEY_PROD, isLocalhost, getStaticFileUrl, IS_USER_SESSION_BROWSER, getCookieValue };
|
package/dist/index.js
CHANGED
|
@@ -1994,6 +1994,8 @@ var reflection_forms = "reflection forms";
|
|
|
1994
1994
|
var select_question_to_add = "Select question to add";
|
|
1995
1995
|
var all_of_the_students_marked_as_feeling_safe = "All of the students marked as feeling safe";
|
|
1996
1996
|
var integrations = "Integrations";
|
|
1997
|
+
var open_responses = "Open Responses";
|
|
1998
|
+
var this_survey_was_sent_all_survey_links_that_were_sent_will_be_invalid_are_you_sure_to_delete_it = "This survey was sent all survey links that were sent will be invalid. Are you sure to delete it";
|
|
1997
1999
|
var lang_us = {
|
|
1998
2000
|
dashboard: dashboard,
|
|
1999
2001
|
user: user,
|
|
@@ -3985,7 +3987,9 @@ var lang_us = {
|
|
|
3985
3987
|
select_question_to_add: select_question_to_add,
|
|
3986
3988
|
all_of_the_students_marked_as_feeling_safe: all_of_the_students_marked_as_feeling_safe,
|
|
3987
3989
|
integrations: integrations,
|
|
3988
|
-
"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?": "This check-in will be deleted from all databases. Are you sure you want to continue?"
|
|
3990
|
+
"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?": "This check-in will be deleted from all databases. Are you sure you want to continue?",
|
|
3991
|
+
open_responses: open_responses,
|
|
3992
|
+
this_survey_was_sent_all_survey_links_that_were_sent_will_be_invalid_are_you_sure_to_delete_it: this_survey_was_sent_all_survey_links_that_were_sent_will_be_invalid_are_you_sure_to_delete_it
|
|
3989
3993
|
};
|
|
3990
3994
|
|
|
3991
3995
|
var dashboard$1 = "Dashboard";
|
|
@@ -5942,6 +5946,8 @@ var reflection_forms$1 = "reflection forms";
|
|
|
5942
5946
|
var select_question_to_add$1 = "Select question to add";
|
|
5943
5947
|
var all_of_the_students_marked_as_feeling_safe$1 = "All of the students marked as feeling safe";
|
|
5944
5948
|
var integrations$1 = "Integrations";
|
|
5949
|
+
var open_responses$1 = "Open Responses";
|
|
5950
|
+
var this_survey_was_sent_all_survey_links_that_were_sent_will_be_invalid_are_you_sure_to_delete_it$1 = "This survey was sent all survey links that were sent will be invalid. Are you sure to delete it";
|
|
5945
5951
|
var lang_uk = {
|
|
5946
5952
|
dashboard: dashboard$1,
|
|
5947
5953
|
user: user$1,
|
|
@@ -7933,7 +7939,9 @@ var lang_uk = {
|
|
|
7933
7939
|
select_question_to_add: select_question_to_add$1,
|
|
7934
7940
|
all_of_the_students_marked_as_feeling_safe: all_of_the_students_marked_as_feeling_safe$1,
|
|
7935
7941
|
integrations: integrations$1,
|
|
7936
|
-
"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?": "This check-in will be deleted from all databases. Are you sure you want to continue?"
|
|
7942
|
+
"this_check_in_will_be_deleted_from_all_databases._are_you_sure_you_want_to_continue?": "This check-in will be deleted from all databases. Are you sure you want to continue?",
|
|
7943
|
+
open_responses: open_responses$1,
|
|
7944
|
+
this_survey_was_sent_all_survey_links_that_were_sent_will_be_invalid_are_you_sure_to_delete_it: this_survey_was_sent_all_survey_links_that_were_sent_will_be_invalid_are_you_sure_to_delete_it$1
|
|
7937
7945
|
};
|
|
7938
7946
|
|
|
7939
7947
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -9926,6 +9934,7 @@ var are_you_ready_to_submit = "هل أنت مستعد للإرسال؟";
|
|
|
9926
9934
|
var you_filled_out_check_in_in_the_check_in_section = "لقد قمت بملء \"تسجيل الحضور\" في قسم تسجيل الحضور";
|
|
9927
9935
|
var good_job_you_filled_out_support_network_in_the_my_support_network_section = "أحسنت! لقد قمت بملء \"شبكة الدعم\" في قسم \"شبكة الدعم الخاصة بي\".";
|
|
9928
9936
|
var good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section = "أحسنت! لقد قمت بملء \"استراتيجيات التعلم\" في قسم استراتيجيات التعلم الخاصة بي.";
|
|
9937
|
+
var open_responses$2 = "الردود المفتوحة";
|
|
9929
9938
|
var lang_ar = {
|
|
9930
9939
|
dashboard: dashboard$2,
|
|
9931
9940
|
user: user$2,
|
|
@@ -11955,7 +11964,8 @@ var lang_ar = {
|
|
|
11955
11964
|
you_filled_out_check_in_in_the_check_in_section: you_filled_out_check_in_in_the_check_in_section,
|
|
11956
11965
|
"continue": "متابعة",
|
|
11957
11966
|
good_job_you_filled_out_support_network_in_the_my_support_network_section: good_job_you_filled_out_support_network_in_the_my_support_network_section,
|
|
11958
|
-
good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section: good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section
|
|
11967
|
+
good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section: good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section,
|
|
11968
|
+
open_responses: open_responses$2
|
|
11959
11969
|
};
|
|
11960
11970
|
|
|
11961
11971
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -13948,6 +13958,7 @@ var are_you_ready_to_submit$1 = "¿Estás listo para enviar?";
|
|
|
13948
13958
|
var you_filled_out_check_in_in_the_check_in_section$1 = "Completaste \"Check In\" en la sección Check In";
|
|
13949
13959
|
var good_job_you_filled_out_support_network_in_the_my_support_network_section$1 = "¡Buen trabajo! Completaste \"Red de soporte\" en la sección Mi red de soporte.";
|
|
13950
13960
|
var good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section$1 = "¡Buen trabajo! Completaste \"Estrategias de aprendizaje\" en la sección Mis estrategias de aprendizaje.";
|
|
13961
|
+
var open_responses$3 = "Respuestas abiertas";
|
|
13951
13962
|
var lang_es = {
|
|
13952
13963
|
dashboard: dashboard$3,
|
|
13953
13964
|
user: user$3,
|
|
@@ -15977,7 +15988,8 @@ var lang_es = {
|
|
|
15977
15988
|
you_filled_out_check_in_in_the_check_in_section: you_filled_out_check_in_in_the_check_in_section$1,
|
|
15978
15989
|
"continue": "Continuar",
|
|
15979
15990
|
good_job_you_filled_out_support_network_in_the_my_support_network_section: good_job_you_filled_out_support_network_in_the_my_support_network_section$1,
|
|
15980
|
-
good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section: good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section$1
|
|
15991
|
+
good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section: good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section$1,
|
|
15992
|
+
open_responses: open_responses$3
|
|
15981
15993
|
};
|
|
15982
15994
|
|
|
15983
15995
|
var dashboard$4 = "仪表板";
|
|
@@ -17970,6 +17982,7 @@ var are_you_ready_to_submit$2 = "您准备好提交了吗?";
|
|
|
17970
17982
|
var you_filled_out_check_in_in_the_check_in_section$2 = "您已在签到部分填写“签到”";
|
|
17971
17983
|
var good_job_you_filled_out_support_network_in_the_my_support_network_section$2 = "干得好!您已在我的支持网络部分填写“支持网络”。";
|
|
17972
17984
|
var good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section$2 = "干得好!您已在我的学习策略部分填写“学习策略”。";
|
|
17985
|
+
var open_responses$4 = "开放式回应";
|
|
17973
17986
|
var lang_zh = {
|
|
17974
17987
|
dashboard: dashboard$4,
|
|
17975
17988
|
user: user$4,
|
|
@@ -19999,7 +20012,8 @@ var lang_zh = {
|
|
|
19999
20012
|
you_filled_out_check_in_in_the_check_in_section: you_filled_out_check_in_in_the_check_in_section$2,
|
|
20000
20013
|
"continue": "继续",
|
|
20001
20014
|
good_job_you_filled_out_support_network_in_the_my_support_network_section: good_job_you_filled_out_support_network_in_the_my_support_network_section$2,
|
|
20002
|
-
good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section: good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section$2
|
|
20015
|
+
good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section: good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section$2,
|
|
20016
|
+
open_responses: open_responses$4
|
|
20003
20017
|
};
|
|
20004
20018
|
|
|
20005
20019
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -37494,7 +37508,6 @@ var setEnableSurvey = toolkit.createAction("common/setEnableSurvey");
|
|
|
37494
37508
|
var setSandboxMode = toolkit.createAction("common/setSandboxMode");
|
|
37495
37509
|
var setConversationOneToOne = toolkit.createAction("common/setConversationOneToOne");
|
|
37496
37510
|
var setLanguage = toolkit.createAction("common/setLanguage");
|
|
37497
|
-
var setRTLLanguage = toolkit.createAction("common/setRTLLanguage");
|
|
37498
37511
|
var setCurrentStudentId = toolkit.createAction("common/setCurrentStudentId");
|
|
37499
37512
|
var setCurrentStudentUserId = toolkit.createAction("common/setCurrentStudentUserId");
|
|
37500
37513
|
var setCurrentStudentName = toolkit.createAction("common/setCurrentStudentName");
|
|
@@ -37515,7 +37528,8 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
37515
37528
|
setIsShowPassword = _ref.setIsShowPassword,
|
|
37516
37529
|
fnIsCheckLogin = _ref.fnIsCheckLogin,
|
|
37517
37530
|
googleClientId = _ref.googleClientId,
|
|
37518
|
-
fnLoginSSO = _ref.fnLoginSSO
|
|
37531
|
+
fnLoginSSO = _ref.fnLoginSSO,
|
|
37532
|
+
extensionEmail = _ref.extensionEmail;
|
|
37519
37533
|
|
|
37520
37534
|
var togglePasswordVisible = function togglePasswordVisible() {
|
|
37521
37535
|
return setIsShowPassword(!isShowPassword);
|
|
@@ -37556,7 +37570,7 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
37556
37570
|
var subDomain = (_hostName$split = hostName.split(".marioforme.com")) === null || _hostName$split === void 0 ? void 0 : _hostName$split[0];
|
|
37557
37571
|
var emailDomain = (_email$split = email.split("@")) === null || _email$split === void 0 ? void 0 : _email$split[1];
|
|
37558
37572
|
|
|
37559
|
-
if (!
|
|
37573
|
+
if (!emailDomain.includes(subDomain) && !emailDomain.includes(extensionEmail)) {
|
|
37560
37574
|
alert("The email address you used does not match the login information in the database. Please check that you are using your school assigned email address to log into MARIO for Me. If you have further trouble please notify your school site administrator");
|
|
37561
37575
|
return;
|
|
37562
37576
|
}
|
|
@@ -38408,6 +38422,10 @@ var useLogin = function useLogin() {
|
|
|
38408
38422
|
googleRecaptchaId = _useState3[0],
|
|
38409
38423
|
setGoogleRecaptchaId = _useState3[1];
|
|
38410
38424
|
|
|
38425
|
+
var _useState4 = React.useState(""),
|
|
38426
|
+
extensionEmail = _useState4[0],
|
|
38427
|
+
setExtensionEmail = _useState4[1];
|
|
38428
|
+
|
|
38411
38429
|
var infoUser = reactRedux.useSelector(function (state) {
|
|
38412
38430
|
return state.common.inforUserGoogle;
|
|
38413
38431
|
});
|
|
@@ -38416,28 +38434,28 @@ var useLogin = function useLogin() {
|
|
|
38416
38434
|
var tokenClassLink = params.get("token");
|
|
38417
38435
|
var isAdminUser = params.get("isAdminUser");
|
|
38418
38436
|
|
|
38419
|
-
var
|
|
38420
|
-
openModelAssign =
|
|
38437
|
+
var _useState5 = React.useState(false),
|
|
38438
|
+
openModelAssign = _useState5[0];
|
|
38421
38439
|
|
|
38422
|
-
var
|
|
38440
|
+
var _useState6 = React.useState({
|
|
38423
38441
|
schoolName: "",
|
|
38424
38442
|
schoolLogo: "",
|
|
38425
38443
|
schoolId: 0
|
|
38426
38444
|
}),
|
|
38427
|
-
school =
|
|
38428
|
-
setSchool =
|
|
38445
|
+
school = _useState6[0],
|
|
38446
|
+
setSchool = _useState6[1];
|
|
38429
38447
|
|
|
38430
|
-
var
|
|
38431
|
-
msalInstance =
|
|
38432
|
-
setMsalInstance =
|
|
38448
|
+
var _useState7 = React.useState(),
|
|
38449
|
+
msalInstance = _useState7[0],
|
|
38450
|
+
setMsalInstance = _useState7[1];
|
|
38433
38451
|
|
|
38434
38452
|
var toggle = React.useCallback(function () {
|
|
38435
38453
|
setOpenLogin(!openLogin);
|
|
38436
38454
|
}, [openLogin]);
|
|
38437
38455
|
|
|
38438
|
-
var
|
|
38439
|
-
isShowPassword =
|
|
38440
|
-
setIsShowPassword =
|
|
38456
|
+
var _useState8 = React.useState(false),
|
|
38457
|
+
isShowPassword = _useState8[0],
|
|
38458
|
+
setIsShowPassword = _useState8[1];
|
|
38441
38459
|
|
|
38442
38460
|
React.useEffect(function () {
|
|
38443
38461
|
document.title = TITLE$1;
|
|
@@ -38663,6 +38681,7 @@ var useLogin = function useLogin() {
|
|
|
38663
38681
|
return Promise.resolve(getGoogleClientId()).then(function (res) {
|
|
38664
38682
|
setGoogleClientId(res.data.googleClientId);
|
|
38665
38683
|
setGoogleRecaptchaId(res.data.googleCaptchaId);
|
|
38684
|
+
setExtensionEmail(res.data.extensionEmail);
|
|
38666
38685
|
});
|
|
38667
38686
|
}, function (err) {
|
|
38668
38687
|
var _err$response4, _err$response4$data;
|
|
@@ -38939,7 +38958,8 @@ var useLogin = function useLogin() {
|
|
|
38939
38958
|
handleCancelModelAssign: handleCancelModelAssign,
|
|
38940
38959
|
openModelAssign: openModelAssign,
|
|
38941
38960
|
fnLoginSSO: fnLoginSSO,
|
|
38942
|
-
school: school
|
|
38961
|
+
school: school,
|
|
38962
|
+
extensionEmail: extensionEmail
|
|
38943
38963
|
};
|
|
38944
38964
|
};
|
|
38945
38965
|
|
|
@@ -39200,7 +39220,8 @@ var Login = function Login(props) {
|
|
|
39200
39220
|
infoUser = _useLogin.infoUser,
|
|
39201
39221
|
googleClientId = _useLogin.googleClientId,
|
|
39202
39222
|
isShowPassword = _useLogin.isShowPassword,
|
|
39203
|
-
fnLoginSSO = _useLogin.fnLoginSSO
|
|
39223
|
+
fnLoginSSO = _useLogin.fnLoginSSO,
|
|
39224
|
+
extensionEmail = _useLogin.extensionEmail;
|
|
39204
39225
|
|
|
39205
39226
|
React.useEffect(function () {
|
|
39206
39227
|
isLogin && (document.title = LOGIN_TITLE);
|
|
@@ -39237,7 +39258,8 @@ var Login = function Login(props) {
|
|
|
39237
39258
|
isShowPassword: isShowPassword,
|
|
39238
39259
|
setIsShowPassword: setIsShowPassword,
|
|
39239
39260
|
submitLogin: submitLogin,
|
|
39240
|
-
fnLoginSSO: fnLoginSSO
|
|
39261
|
+
fnLoginSSO: fnLoginSSO,
|
|
39262
|
+
extensionEmail: extensionEmail
|
|
39241
39263
|
}), isForgotPassword && React__default.createElement(BlockForgetPassword, {
|
|
39242
39264
|
school: school
|
|
39243
39265
|
})), isResetPassword && React__default.createElement(BlockResetPassword, null), isCreatePassword && React__default.createElement(BlockCreatePassword, null), React__default.createElement("a", {
|
|
@@ -48064,7 +48086,6 @@ var initialState = {
|
|
|
48064
48086
|
isLoginGoogle: false,
|
|
48065
48087
|
inforUserGoogle: null,
|
|
48066
48088
|
language: DEFAULT_LANGUAGE_CODE,
|
|
48067
|
-
layoutRTL: "ltr",
|
|
48068
48089
|
amplitude: {
|
|
48069
48090
|
user_id: "",
|
|
48070
48091
|
status: "",
|
|
@@ -48118,8 +48139,6 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
48118
48139
|
state.isConversationOneToOne = action.payload;
|
|
48119
48140
|
}).addCase(setLanguage, function (state, action) {
|
|
48120
48141
|
state.language = action.payload;
|
|
48121
|
-
}).addCase(setRTLLanguage, function (state, action) {
|
|
48122
|
-
state.layoutRTL = action.payload;
|
|
48123
48142
|
}).addCase(showFontSize, function (state, action) {
|
|
48124
48143
|
state.defaultFontSize = action.payload;
|
|
48125
48144
|
}).addCase(setSandboxMode, function (state, action) {
|
|
@@ -49221,7 +49240,6 @@ exports.setOpenModelCongratulation = setOpenModelCongratulation;
|
|
|
49221
49240
|
exports.setQuestionByCategory = setQuestionByCategory;
|
|
49222
49241
|
exports.setQuestionCateList = setQuestionCateList;
|
|
49223
49242
|
exports.setQuestionList = setQuestionList;
|
|
49224
|
-
exports.setRTLLanguage = setRTLLanguage;
|
|
49225
49243
|
exports.setReflectionList = setReflectionList;
|
|
49226
49244
|
exports.setReflectionResultList = setReflectionResultList;
|
|
49227
49245
|
exports.setResetQuestionList = setResetQuestionList;
|