mario-core 2.9.345-release → 2.9.350-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/index.js +64 -10
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +64 -10
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1921,8 +1921,8 @@ var financial_planning = "Financial Planning";
|
|
|
1921
1921
|
var add_new_plan = "Add New Plan";
|
|
1922
1922
|
var rows_per_page = "Rows per page";
|
|
1923
1923
|
var anonymous_link = "Anonymous Link";
|
|
1924
|
-
var select_ratings_of_questions = "Select
|
|
1925
|
-
var select_responses_distribution = "Select
|
|
1924
|
+
var select_ratings_of_questions = "Select ratings of questions";
|
|
1925
|
+
var select_responses_distribution = "Select responses distribution";
|
|
1926
1926
|
var you_can_only_select_one_question_per_time = "You can only select one question per time";
|
|
1927
1927
|
var number_of_answers = "Number of Answers";
|
|
1928
1928
|
var my_interests = "My Interests";
|
|
@@ -2001,6 +2001,11 @@ var open_responses = "Open Responses";
|
|
|
2001
2001
|
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";
|
|
2002
2002
|
var assign_teacher = "Assign Teacher";
|
|
2003
2003
|
var teachers_list = "Teachers list";
|
|
2004
|
+
var you_can_only_select_1_question_at_a_time = "You can only select 1 question at a time";
|
|
2005
|
+
var educator = "Educator";
|
|
2006
|
+
var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in = "The data presented in this chart reflects the student's <b>most recent check-in</b>.";
|
|
2007
|
+
var free_fields_responses = "Free fields responses";
|
|
2008
|
+
var please_select_a_category_to_view_data = "Please select a category to view data";
|
|
2004
2009
|
var lang_us = {
|
|
2005
2010
|
dashboard: dashboard,
|
|
2006
2011
|
user: user,
|
|
@@ -3999,7 +4004,12 @@ var lang_us = {
|
|
|
3999
4004
|
open_responses: open_responses,
|
|
4000
4005
|
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,
|
|
4001
4006
|
assign_teacher: assign_teacher,
|
|
4002
|
-
teachers_list: teachers_list
|
|
4007
|
+
teachers_list: teachers_list,
|
|
4008
|
+
you_can_only_select_1_question_at_a_time: you_can_only_select_1_question_at_a_time,
|
|
4009
|
+
educator: educator,
|
|
4010
|
+
the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in: the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in,
|
|
4011
|
+
free_fields_responses: free_fields_responses,
|
|
4012
|
+
please_select_a_category_to_view_data: please_select_a_category_to_view_data
|
|
4003
4013
|
};
|
|
4004
4014
|
|
|
4005
4015
|
var dashboard$1 = "Dashboard";
|
|
@@ -5883,8 +5893,8 @@ var financial_planning$1 = "Financial Planning";
|
|
|
5883
5893
|
var add_new_plan$1 = "Add New Plan";
|
|
5884
5894
|
var rows_per_page$1 = "Rows per page";
|
|
5885
5895
|
var anonymous_link$1 = "Anonymous Link";
|
|
5886
|
-
var select_ratings_of_questions$1 = "Select
|
|
5887
|
-
var select_responses_distribution$1 = "Select
|
|
5896
|
+
var select_ratings_of_questions$1 = "Select ratings of questions";
|
|
5897
|
+
var select_responses_distribution$1 = "Select responses distribution";
|
|
5888
5898
|
var you_can_only_select_one_question_per_time$1 = "You can only select one question per time";
|
|
5889
5899
|
var number_of_answers$1 = "Number of Answers";
|
|
5890
5900
|
var my_interests$1 = "My Interests";
|
|
@@ -5963,6 +5973,11 @@ var open_responses$1 = "Open Responses";
|
|
|
5963
5973
|
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";
|
|
5964
5974
|
var assign_teacher$1 = "Assign Teacher";
|
|
5965
5975
|
var teachers_list$1 = "Teachers list";
|
|
5976
|
+
var you_can_only_select_1_question_at_a_time$1 = "You can only select 1 question at a time";
|
|
5977
|
+
var educator$1 = "Educator";
|
|
5978
|
+
var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$1 = "The data presented in this chart reflects the student's <b>most recent check-in</b>.";
|
|
5979
|
+
var free_fields_responses$1 = "Free fields responses";
|
|
5980
|
+
var please_select_a_category_to_view_data$1 = "Please select a category to view data";
|
|
5966
5981
|
var lang_uk = {
|
|
5967
5982
|
dashboard: dashboard$1,
|
|
5968
5983
|
user: user$1,
|
|
@@ -7961,7 +7976,12 @@ var lang_uk = {
|
|
|
7961
7976
|
open_responses: open_responses$1,
|
|
7962
7977
|
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,
|
|
7963
7978
|
assign_teacher: assign_teacher$1,
|
|
7964
|
-
teachers_list: teachers_list$1
|
|
7979
|
+
teachers_list: teachers_list$1,
|
|
7980
|
+
you_can_only_select_1_question_at_a_time: you_can_only_select_1_question_at_a_time$1,
|
|
7981
|
+
educator: educator$1,
|
|
7982
|
+
the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in: the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$1,
|
|
7983
|
+
free_fields_responses: free_fields_responses$1,
|
|
7984
|
+
please_select_a_category_to_view_data: please_select_a_category_to_view_data$1
|
|
7965
7985
|
};
|
|
7966
7986
|
|
|
7967
7987
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -9958,6 +9978,11 @@ var good_job_you_filled_out_support_network_in_the_my_support_network_section =
|
|
|
9958
9978
|
var good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section = "أحسنت! لقد قمت بملء \"استراتيجيات التعلم\" في قسم استراتيجيات التعلم الخاصة بي.";
|
|
9959
9979
|
var open_responses$2 = "الردود المفتوحة";
|
|
9960
9980
|
var teachers_list$2 = "قائمة المعلمين";
|
|
9981
|
+
var you_can_only_select_1_question_at_a_time$2 = "لا يمكنك اختيار سوى سؤال واحد في كل مرة";
|
|
9982
|
+
var free_fields_responses$2 = "استجابات الحقول المجانية";
|
|
9983
|
+
var please_select_a_category_to_view_data$2 = "الرجاء تحديد الفئة لعرض البيانات";
|
|
9984
|
+
var educator$2 = "مُعلّم";
|
|
9985
|
+
var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$2 = "تعكس البيانات المقدمة في هذا المخطط <b>آخر تسجيل دخول</b> للطالب.";
|
|
9961
9986
|
var lang_ar = {
|
|
9962
9987
|
dashboard: dashboard$2,
|
|
9963
9988
|
user: user$2,
|
|
@@ -11991,7 +12016,12 @@ var lang_ar = {
|
|
|
11991
12016
|
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,
|
|
11992
12017
|
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,
|
|
11993
12018
|
open_responses: open_responses$2,
|
|
11994
|
-
teachers_list: teachers_list$2
|
|
12019
|
+
teachers_list: teachers_list$2,
|
|
12020
|
+
you_can_only_select_1_question_at_a_time: you_can_only_select_1_question_at_a_time$2,
|
|
12021
|
+
free_fields_responses: free_fields_responses$2,
|
|
12022
|
+
please_select_a_category_to_view_data: please_select_a_category_to_view_data$2,
|
|
12023
|
+
educator: educator$2,
|
|
12024
|
+
the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in: the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$2
|
|
11995
12025
|
};
|
|
11996
12026
|
|
|
11997
12027
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -13988,6 +14018,11 @@ var good_job_you_filled_out_support_network_in_the_my_support_network_section$1
|
|
|
13988
14018
|
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.";
|
|
13989
14019
|
var open_responses$3 = "Respuestas abiertas";
|
|
13990
14020
|
var teachers_list$3 = "Lista de profesores";
|
|
14021
|
+
var you_can_only_select_1_question_at_a_time$3 = "You can only select 1 question at a time";
|
|
14022
|
+
var educator$3 = "Educadora";
|
|
14023
|
+
var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$3 = "Los datos presentados en este gráfico reflejan el <b>registro más reciente</b> del estudiante.";
|
|
14024
|
+
var free_fields_responses$3 = "Respuestas de campos libres";
|
|
14025
|
+
var please_select_a_category_to_view_data$3 = "Seleccione una categoría para ver los datos";
|
|
13991
14026
|
var lang_es = {
|
|
13992
14027
|
dashboard: dashboard$3,
|
|
13993
14028
|
user: user$3,
|
|
@@ -16021,7 +16056,12 @@ var lang_es = {
|
|
|
16021
16056
|
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,
|
|
16022
16057
|
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,
|
|
16023
16058
|
open_responses: open_responses$3,
|
|
16024
|
-
teachers_list: teachers_list$3
|
|
16059
|
+
teachers_list: teachers_list$3,
|
|
16060
|
+
you_can_only_select_1_question_at_a_time: you_can_only_select_1_question_at_a_time$3,
|
|
16061
|
+
educator: educator$3,
|
|
16062
|
+
the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in: the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$3,
|
|
16063
|
+
free_fields_responses: free_fields_responses$3,
|
|
16064
|
+
please_select_a_category_to_view_data: please_select_a_category_to_view_data$3
|
|
16025
16065
|
};
|
|
16026
16066
|
|
|
16027
16067
|
var dashboard$4 = "仪表板";
|
|
@@ -18018,6 +18058,11 @@ var good_job_you_filled_out_support_network_in_the_my_support_network_section$2
|
|
|
18018
18058
|
var good_job_you_filled_out_learning_strategies_in_the_my_learning_strategies_section$2 = "干得好!您已在我的学习策略部分填写“学习策略”。";
|
|
18019
18059
|
var open_responses$4 = "开放式回应";
|
|
18020
18060
|
var teachers_list$4 = "教师名单";
|
|
18061
|
+
var you_can_only_select_1_question_at_a_time$4 = "You can only select 1 question at a time";
|
|
18062
|
+
var educator$4 = "教育者";
|
|
18063
|
+
var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$4 = "此图表中显示的数据反映了学生<b>最近的签到情况</b>。";
|
|
18064
|
+
var free_fields_responses$4 = "自由场响应";
|
|
18065
|
+
var please_select_a_category_to_view_data$4 = "请选择一个类别来查看数据";
|
|
18021
18066
|
var lang_zh = {
|
|
18022
18067
|
dashboard: dashboard$4,
|
|
18023
18068
|
user: user$4,
|
|
@@ -20051,7 +20096,12 @@ var lang_zh = {
|
|
|
20051
20096
|
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,
|
|
20052
20097
|
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,
|
|
20053
20098
|
open_responses: open_responses$4,
|
|
20054
|
-
teachers_list: teachers_list$4
|
|
20099
|
+
teachers_list: teachers_list$4,
|
|
20100
|
+
you_can_only_select_1_question_at_a_time: you_can_only_select_1_question_at_a_time$4,
|
|
20101
|
+
educator: educator$4,
|
|
20102
|
+
the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in: the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$4,
|
|
20103
|
+
free_fields_responses: free_fields_responses$4,
|
|
20104
|
+
please_select_a_category_to_view_data: please_select_a_category_to_view_data$4
|
|
20055
20105
|
};
|
|
20056
20106
|
|
|
20057
20107
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -40997,11 +41047,15 @@ var EmailTemplateDetail = function EmailTemplateDetail() {
|
|
|
40997
41047
|
removeAttachment = _useEmailTemplateDeta.removeAttachment,
|
|
40998
41048
|
tinyMCEKey = _useEmailTemplateDeta.tinyMCEKey;
|
|
40999
41049
|
|
|
41050
|
+
var TINY_MCE_API_KEY = "ebwt07xgrus9j0kd8gq1k89muft26xih8aivb0ridjv7c216";
|
|
41000
41051
|
var header = !!id ? t(EDIT_TEMPLATE_HEADER) : t(CREATE_TEMPLATE_HEADER);
|
|
41001
41052
|
var confirmText = !!id ? t("update") : t("create");
|
|
41002
41053
|
var mailCategoryList = reactRedux.useSelector(function (state) {
|
|
41003
41054
|
return state.mailCategory.mailCategoryList;
|
|
41004
41055
|
});
|
|
41056
|
+
console.log({
|
|
41057
|
+
tinyMCEKey: tinyMCEKey
|
|
41058
|
+
});
|
|
41005
41059
|
return React__default.createElement(formik.Formik, {
|
|
41006
41060
|
initialValues: emailTemplateDetail,
|
|
41007
41061
|
enableReinitialize: true,
|
|
@@ -41069,7 +41123,7 @@ var EmailTemplateDetail = function EmailTemplateDetail() {
|
|
|
41069
41123
|
ref: function ref(node) {
|
|
41070
41124
|
return setEditorRef(node);
|
|
41071
41125
|
},
|
|
41072
|
-
apiKey: tinyMCEKey,
|
|
41126
|
+
apiKey: tinyMCEKey || TINY_MCE_API_KEY,
|
|
41073
41127
|
initialValue: emailTemplateDetail.body,
|
|
41074
41128
|
init: editorConfig.email,
|
|
41075
41129
|
onEditorChange: function onEditorChange(content) {
|