mario-core 2.9.210-plp → 2.9.211-plp
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/constant/authConfig.d.ts +2 -1
- package/dist/index.js +9 -7
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +9 -7
- package/dist/index.modern.js.map +1 -1
- package/package.json +104 -104
- package/dist/containers/Login/components/ButtonLogin.d.ts +0 -3
- package/dist/containers/Login/constant/config.d.ts +0 -6
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { LogLevel } from "@azure/msal-browser";
|
|
1
2
|
/**
|
|
2
3
|
* Configuration object to be passed to MSAL instance on creation.
|
|
3
4
|
* For a full list of MSAL.js configuration parameters, visit:
|
|
@@ -15,7 +16,7 @@ export declare const msalConfig: {
|
|
|
15
16
|
};
|
|
16
17
|
system: {
|
|
17
18
|
loggerOptions: {
|
|
18
|
-
loggerCallback: (level:
|
|
19
|
+
loggerCallback: (level: LogLevel, message: string, containsPii: any) => void;
|
|
19
20
|
};
|
|
20
21
|
};
|
|
21
22
|
};
|
package/dist/index.js
CHANGED
|
@@ -1845,6 +1845,7 @@ var accommodation_set = "Accommodation Set";
|
|
|
1845
1845
|
var add_new_accommodation = "Add new accommodation";
|
|
1846
1846
|
var print_my_accommodations = "Print my accommodations";
|
|
1847
1847
|
var my_learning_progress = "My Learning Progress";
|
|
1848
|
+
var weekly_quests = "Weekly quests";
|
|
1848
1849
|
var lang_us = {
|
|
1849
1850
|
dashboard: dashboard,
|
|
1850
1851
|
user: user,
|
|
@@ -3669,7 +3670,8 @@ var lang_us = {
|
|
|
3669
3670
|
print_my_accommodations: print_my_accommodations,
|
|
3670
3671
|
my_learning_progress: my_learning_progress,
|
|
3671
3672
|
"here_your_teacher_can_edit_or_add_your_accommodation_details._please_note_that_you_can_view_the_information,_but_for_any_edits_or_additions,_kindly_contact_your_teacher_directly.": "Here your teacher can edit or add your accommodation details. Please note that you can view the information, but for any edits or additions, kindly contact your teacher directly.",
|
|
3672
|
-
"this_is_a_brand_new_beta_version_for_your_personal_learning_journey._you_can_think_about_what_you_want_like_to_do_and_how_you_like_to_learn._we_advise_you_to_do_it_gradually_per_section_and_visit_it_once_a_month.": "This is a brand new beta version for your personal learning journey. You can think about what you want like to do and how you like to learn. We advise you to do it gradually per section and visit it once a month."
|
|
3673
|
+
"this_is_a_brand_new_beta_version_for_your_personal_learning_journey._you_can_think_about_what_you_want_like_to_do_and_how_you_like_to_learn._we_advise_you_to_do_it_gradually_per_section_and_visit_it_once_a_month.": "This is a brand new beta version for your personal learning journey. You can think about what you want like to do and how you like to learn. We advise you to do it gradually per section and visit it once a month.",
|
|
3674
|
+
weekly_quests: weekly_quests
|
|
3673
3675
|
};
|
|
3674
3676
|
|
|
3675
3677
|
var dashboard$1 = "Dashboard";
|
|
@@ -4222,7 +4224,7 @@ var do_you_want_to_share_a_survey_to_teachers$1 = "Do you want to share a survey
|
|
|
4222
4224
|
var you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student$1 = "You can share this survey to teachers to get more insight about your student.";
|
|
4223
4225
|
var skip$1 = "skip";
|
|
4224
4226
|
var survey_questions$1 = "Survey questions";
|
|
4225
|
-
var weekly_quests = "Weekly quests";
|
|
4227
|
+
var weekly_quests$1 = "Weekly quests";
|
|
4226
4228
|
var add_survey_question$1 = "Add Survey Question";
|
|
4227
4229
|
var additional_question$1 = "Additional Question";
|
|
4228
4230
|
var add_additional_question$1 = "Add additional question";
|
|
@@ -6035,7 +6037,7 @@ var lang_uk = {
|
|
|
6035
6037
|
you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student: you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student$1,
|
|
6036
6038
|
skip: skip$1,
|
|
6037
6039
|
survey_questions: survey_questions$1,
|
|
6038
|
-
weekly_quests: weekly_quests,
|
|
6040
|
+
weekly_quests: weekly_quests$1,
|
|
6039
6041
|
add_survey_question: add_survey_question$1,
|
|
6040
6042
|
additional_question: additional_question$1,
|
|
6041
6043
|
add_additional_question: add_additional_question$1,
|
|
@@ -7848,7 +7850,7 @@ var do_you_want_to_share_a_survey_to_teachers$2 = "هل تريد مشاركة ا
|
|
|
7848
7850
|
var you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student$2 = "يمكنك مشاركة الاستبيان مع المعلمين للحصول على مزيد من المعلومات حول طالبك.";
|
|
7849
7851
|
var skip$2 = "تخطي";
|
|
7850
7852
|
var survey_questions$2 = "أسئلة الاستبيان";
|
|
7851
|
-
var weekly_quests$
|
|
7853
|
+
var weekly_quests$2 = "أالمهام الأسبوعيةن";
|
|
7852
7854
|
var add_survey_question$2 = "إضافة سؤال للاستبيان";
|
|
7853
7855
|
var additional_question$2 = "سؤال إضافي";
|
|
7854
7856
|
var add_additional_question$2 = "إضافة سؤال إضافي";
|
|
@@ -9653,7 +9655,7 @@ var lang_ar = {
|
|
|
9653
9655
|
you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student: you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student$2,
|
|
9654
9656
|
skip: skip$2,
|
|
9655
9657
|
survey_questions: survey_questions$2,
|
|
9656
|
-
weekly_quests: weekly_quests$
|
|
9658
|
+
weekly_quests: weekly_quests$2,
|
|
9657
9659
|
add_survey_question: add_survey_question$2,
|
|
9658
9660
|
additional_question: additional_question$2,
|
|
9659
9661
|
add_additional_question: add_additional_question$2,
|
|
@@ -11466,7 +11468,7 @@ var do_you_want_to_share_a_survey_to_teachers$3 = "¿Quieres compartir una encue
|
|
|
11466
11468
|
var you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student$3 = "Puede compartir esta encuesta con los maestros para obtener más información sobre su alumno.";
|
|
11467
11469
|
var skip$3 = "saltar";
|
|
11468
11470
|
var survey_questions$3 = "Preguntas de la encuesta";
|
|
11469
|
-
var weekly_quests$
|
|
11471
|
+
var weekly_quests$3 = "misiones semanales";
|
|
11470
11472
|
var add_survey_question$3 = "Agregar Pregunta de Encuesta";
|
|
11471
11473
|
var additional_question$3 = "Pregunta Adicional";
|
|
11472
11474
|
var add_additional_question$3 = "Agregar pregunta adicional";
|
|
@@ -12202,7 +12204,7 @@ var lang_es = {
|
|
|
12202
12204
|
you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student: you_can_share_this_survey_to_teachers_to_get_more_insight_about_your_student$3,
|
|
12203
12205
|
skip: skip$3,
|
|
12204
12206
|
survey_questions: survey_questions$3,
|
|
12205
|
-
weekly_quests: weekly_quests$
|
|
12207
|
+
weekly_quests: weekly_quests$3,
|
|
12206
12208
|
add_survey_question: add_survey_question$3,
|
|
12207
12209
|
additional_question: additional_question$3,
|
|
12208
12210
|
add_additional_question: add_additional_question$3,
|