mario-core 2.9.44-admin → 2.9.45-beta
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/components/Loading/LoadLanguage.d.ts +3 -0
- package/dist/index.css +34 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.js +2147 -77
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2134 -78
- package/dist/index.modern.js.map +1 -1
- package/dist/lang/de.d.ts +4 -0
- package/dist/lang/en.d.ts +4 -0
- package/dist/layouts/TheLayout.d.ts +1 -0
- package/dist/redux/commons/action.d.ts +2 -0
- package/dist/utils/constants.d.ts +1 -1
- package/dist/utils/getTranslations.d.ts +2 -0
- package/dist/utils/translations.d.ts +3 -0
- package/package.json +3 -1
- package/dist/containers/Login/constant/type.d.ts +0 -5
- package/dist/containers/Login/views/ModelSelectRole.d.ts +0 -4
- package/dist/utils/amplitude.d.ts +0 -1
package/dist/index.css
CHANGED
|
@@ -358,7 +358,8 @@
|
|
|
358
358
|
._DNrus li > a {
|
|
359
359
|
max-width: 200px; }
|
|
360
360
|
|
|
361
|
-
._3NEZj,
|
|
361
|
+
._3NEZj,
|
|
362
|
+
._1wUDG {
|
|
362
363
|
background: #262626 !important; }
|
|
363
364
|
|
|
364
365
|
._1S7Px {
|
|
@@ -406,6 +407,11 @@
|
|
|
406
407
|
height: 40px;
|
|
407
408
|
border-radius: 50%; }
|
|
408
409
|
|
|
410
|
+
._1krbH ._XK8oS {
|
|
411
|
+
width: 30px !important;
|
|
412
|
+
height: auto !important;
|
|
413
|
+
border-radius: 0 !important; }
|
|
414
|
+
|
|
409
415
|
._1krbH ._3ys4W {
|
|
410
416
|
width: 300px;
|
|
411
417
|
top: 52px !important;
|
|
@@ -459,6 +465,33 @@
|
|
|
459
465
|
padding: 0;
|
|
460
466
|
text-decoration: none; }
|
|
461
467
|
|
|
468
|
+
._1krbH ._3ajui {
|
|
469
|
+
width: 210px;
|
|
470
|
+
top: 40px !important;
|
|
471
|
+
left: -80px !important;
|
|
472
|
+
transform: none !important;
|
|
473
|
+
border-radius: 6px;
|
|
474
|
+
box-shadow: 0px 8px 15px #989898;
|
|
475
|
+
border: none;
|
|
476
|
+
padding: 0 8px; }
|
|
477
|
+
._1krbH ._3ajui:after {
|
|
478
|
+
display: none; }
|
|
479
|
+
._1krbH ._3ajui ._ToOW_ {
|
|
480
|
+
background: transparent; }
|
|
481
|
+
|
|
482
|
+
._1krbH ._3Y_y4 {
|
|
483
|
+
color: #242424;
|
|
484
|
+
display: flex;
|
|
485
|
+
padding: 8px;
|
|
486
|
+
border-radius: 6px; }
|
|
487
|
+
._1krbH ._3Y_y4:hover {
|
|
488
|
+
background-color: #f1faff;
|
|
489
|
+
color: #009ef7; }
|
|
490
|
+
|
|
491
|
+
._1krbH ._CzNMi {
|
|
492
|
+
background-color: #f1faff;
|
|
493
|
+
color: #009ef7; }
|
|
494
|
+
|
|
462
495
|
@media (max-width: 575px) {
|
|
463
496
|
._F-hjL ._1TT1q {
|
|
464
497
|
padding: 0;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import "bootstrap/dist/css/bootstrap.min.css";
|
|
2
|
+
import i18n from "./i18n";
|
|
3
|
+
import { useTranslation, I18nextProvider } from "react-i18next";
|
|
2
4
|
import Login from "./containers/Login/views/Login";
|
|
3
5
|
import Dashboard from "./containers/Login/views/Dashboard";
|
|
4
6
|
import TheLayout from "./layouts/TheLayout";
|
|
@@ -101,8 +103,8 @@ import { setDataPlayer, answerQuestionDataPlayer } from "./redux/dataPlayer/acti
|
|
|
101
103
|
import { setFilterWidget } from "./redux/widget/action";
|
|
102
104
|
import { setBandScoreList } from "./redux/bandScores/action";
|
|
103
105
|
import { setStudentIdSelectedByTeacher } from "./redux/navMobile/action";
|
|
104
|
-
import { setEnableIEP, setConversationOneToOne } from "./redux/commons/action";
|
|
106
|
+
import { setEnableIEP, setEnableSurvey, setConversationOneToOne, setLanguage } from "./redux/commons/action";
|
|
105
107
|
import useFilters from "./hooks/useFilters";
|
|
106
108
|
import amplitude from "amplitude-js";
|
|
107
109
|
declare const amplitudeClient: amplitude.AmplitudeClient;
|
|
108
|
-
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, setEnableIEP, setConversationOneToOne, 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, ScrollToTop, initAmplitude, amplitudeClient, INIT_AMPLITUDE_KEY };
|
|
110
|
+
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, setEnableIEP, setEnableSurvey, setConversationOneToOne, setLanguage, 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, 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, ScrollToTop, initAmplitude, amplitudeClient, INIT_AMPLITUDE_KEY };
|