mario-core 2.9.387-release → 2.9.388-feedback
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 +47 -9
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +47 -9
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2078,6 +2078,10 @@ var you_havent_added_any_skills_yet = "You havent added any skills yet";
|
|
|
2078
2078
|
var what_s_on_your_mind = "What's on your mind?";
|
|
2079
2079
|
var these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above = "These are the last 5 comments from recent check-ins, filtered by the selected criteria above.";
|
|
2080
2080
|
var view_all_responses = "View All Responses";
|
|
2081
|
+
var are_not_ready_to_learn = "are not ready to learn";
|
|
2082
|
+
var students_who_are_not_ready_to_learn = "Students who are not ready to learn";
|
|
2083
|
+
var students_average_score = "Student’s average score";
|
|
2084
|
+
var the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins = "The data presented in this chart reflects the average from the student’s check-ins.";
|
|
2081
2085
|
var lang_us = {
|
|
2082
2086
|
dashboard: dashboard,
|
|
2083
2087
|
user: user,
|
|
@@ -4162,7 +4166,11 @@ var lang_us = {
|
|
|
4162
4166
|
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet,
|
|
4163
4167
|
what_s_on_your_mind: what_s_on_your_mind,
|
|
4164
4168
|
these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above: these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above,
|
|
4165
|
-
view_all_responses: view_all_responses
|
|
4169
|
+
view_all_responses: view_all_responses,
|
|
4170
|
+
are_not_ready_to_learn: are_not_ready_to_learn,
|
|
4171
|
+
students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn,
|
|
4172
|
+
students_average_score: students_average_score,
|
|
4173
|
+
the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins
|
|
4166
4174
|
};
|
|
4167
4175
|
|
|
4168
4176
|
var dashboard$1 = "Dashboard";
|
|
@@ -6203,6 +6211,10 @@ var you_havent_added_any_skills_yet$1 = "You havent added any skills yet";
|
|
|
6203
6211
|
var what_s_on_your_mind$1 = "What's on your mind?";
|
|
6204
6212
|
var these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$1 = "These are the last 5 comments from recent check-ins, filtered by the selected criteria above.";
|
|
6205
6213
|
var view_all_responses$1 = "View All Responses";
|
|
6214
|
+
var are_not_ready_to_learn$1 = "are not ready to learn";
|
|
6215
|
+
var students_who_are_not_ready_to_learn$1 = "Students who are not ready to learn";
|
|
6216
|
+
var students_average_score$1 = "Student’s average score";
|
|
6217
|
+
var the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$1 = "The data presented in this chart reflects the average from the student’s check-ins.";
|
|
6206
6218
|
var lang_uk = {
|
|
6207
6219
|
dashboard: dashboard$1,
|
|
6208
6220
|
user: user$1,
|
|
@@ -8287,7 +8299,11 @@ var lang_uk = {
|
|
|
8287
8299
|
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$1,
|
|
8288
8300
|
what_s_on_your_mind: what_s_on_your_mind$1,
|
|
8289
8301
|
these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above: these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$1,
|
|
8290
|
-
view_all_responses: view_all_responses$1
|
|
8302
|
+
view_all_responses: view_all_responses$1,
|
|
8303
|
+
are_not_ready_to_learn: are_not_ready_to_learn$1,
|
|
8304
|
+
students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn$1,
|
|
8305
|
+
students_average_score: students_average_score$1,
|
|
8306
|
+
the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$1
|
|
8291
8307
|
};
|
|
8292
8308
|
|
|
8293
8309
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -10358,6 +10374,10 @@ var you_havent_added_any_skills_yet$2 = "You havent added any skills yet";
|
|
|
10358
10374
|
var what_s_on_your_mind$2 = "What's on your mind?";
|
|
10359
10375
|
var these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$2 = "These are the last 5 comments from recent check-ins, filtered by the selected criteria above.";
|
|
10360
10376
|
var view_all_responses$2 = "View All Responses";
|
|
10377
|
+
var are_not_ready_to_learn$2 = "are not ready to learn";
|
|
10378
|
+
var students_who_are_not_ready_to_learn$2 = "Students who are not ready to learn";
|
|
10379
|
+
var students_average_score$2 = "Student’s average score";
|
|
10380
|
+
var the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$2 = "The data presented in this chart reflects the average from the student’s check-ins.";
|
|
10361
10381
|
var lang_ar = {
|
|
10362
10382
|
dashboard: dashboard$2,
|
|
10363
10383
|
user: user$2,
|
|
@@ -12474,7 +12494,11 @@ var lang_ar = {
|
|
|
12474
12494
|
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$2,
|
|
12475
12495
|
what_s_on_your_mind: what_s_on_your_mind$2,
|
|
12476
12496
|
these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above: these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$2,
|
|
12477
|
-
view_all_responses: view_all_responses$2
|
|
12497
|
+
view_all_responses: view_all_responses$2,
|
|
12498
|
+
are_not_ready_to_learn: are_not_ready_to_learn$2,
|
|
12499
|
+
students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn$2,
|
|
12500
|
+
students_average_score: students_average_score$2,
|
|
12501
|
+
the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$2
|
|
12478
12502
|
};
|
|
12479
12503
|
|
|
12480
12504
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -14545,6 +14569,10 @@ var you_havent_added_any_skills_yet$3 = "You havent added any skills yet";
|
|
|
14545
14569
|
var what_s_on_your_mind$3 = "What's on your mind?";
|
|
14546
14570
|
var these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$3 = "These are the last 5 comments from recent check-ins, filtered by the selected criteria above.";
|
|
14547
14571
|
var view_all_responses$3 = "View All Responses";
|
|
14572
|
+
var are_not_ready_to_learn$3 = "are not ready to learn";
|
|
14573
|
+
var students_who_are_not_ready_to_learn$3 = "Students who are not ready to learn";
|
|
14574
|
+
var students_average_score$3 = "Student’s average score";
|
|
14575
|
+
var the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$3 = "The data presented in this chart reflects the average from the student’s check-ins.";
|
|
14548
14576
|
var lang_es = {
|
|
14549
14577
|
dashboard: dashboard$3,
|
|
14550
14578
|
user: user$3,
|
|
@@ -16661,7 +16689,11 @@ var lang_es = {
|
|
|
16661
16689
|
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$3,
|
|
16662
16690
|
what_s_on_your_mind: what_s_on_your_mind$3,
|
|
16663
16691
|
these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above: these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$3,
|
|
16664
|
-
view_all_responses: view_all_responses$3
|
|
16692
|
+
view_all_responses: view_all_responses$3,
|
|
16693
|
+
are_not_ready_to_learn: are_not_ready_to_learn$3,
|
|
16694
|
+
students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn$3,
|
|
16695
|
+
students_average_score: students_average_score$3,
|
|
16696
|
+
the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$3
|
|
16665
16697
|
};
|
|
16666
16698
|
|
|
16667
16699
|
var dashboard$4 = "仪表板";
|
|
@@ -18732,6 +18764,10 @@ var you_havent_added_any_skills_yet$4 = "You havent added any skills yet";
|
|
|
18732
18764
|
var what_s_on_your_mind$4 = "What's on your mind?";
|
|
18733
18765
|
var these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$4 = "These are the last 5 comments from recent check-ins, filtered by the selected criteria above.";
|
|
18734
18766
|
var view_all_responses$4 = "View All Responses";
|
|
18767
|
+
var are_not_ready_to_learn$4 = "are not ready to learn";
|
|
18768
|
+
var students_who_are_not_ready_to_learn$4 = "Students who are not ready to learn";
|
|
18769
|
+
var students_average_score$4 = "Student’s average score";
|
|
18770
|
+
var the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$4 = "The data presented in this chart reflects the average from the student’s check-ins.";
|
|
18735
18771
|
var lang_zh = {
|
|
18736
18772
|
dashboard: dashboard$4,
|
|
18737
18773
|
user: user$4,
|
|
@@ -20848,7 +20884,11 @@ var lang_zh = {
|
|
|
20848
20884
|
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$4,
|
|
20849
20885
|
what_s_on_your_mind: what_s_on_your_mind$4,
|
|
20850
20886
|
these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above: these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$4,
|
|
20851
|
-
view_all_responses: view_all_responses$4
|
|
20887
|
+
view_all_responses: view_all_responses$4,
|
|
20888
|
+
are_not_ready_to_learn: are_not_ready_to_learn$4,
|
|
20889
|
+
students_who_are_not_ready_to_learn: students_who_are_not_ready_to_learn$4,
|
|
20890
|
+
students_average_score: students_average_score$4,
|
|
20891
|
+
the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins: the_data_presented_in_this_chart_reflects_the_average_from_the_student_check_ins$4
|
|
20852
20892
|
};
|
|
20853
20893
|
|
|
20854
20894
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -41798,10 +41838,8 @@ var EmailTemplateDetail = function EmailTemplateDetail() {
|
|
|
41798
41838
|
setEditedTrue = _useEmailTemplateDeta.setEditedTrue,
|
|
41799
41839
|
onAttachFile = _useEmailTemplateDeta.onAttachFile,
|
|
41800
41840
|
fileUpload = _useEmailTemplateDeta.fileUpload,
|
|
41801
|
-
removeAttachment = _useEmailTemplateDeta.removeAttachment
|
|
41802
|
-
tinyMCEKey = _useEmailTemplateDeta.tinyMCEKey;
|
|
41841
|
+
removeAttachment = _useEmailTemplateDeta.removeAttachment;
|
|
41803
41842
|
|
|
41804
|
-
var TINY_MCE_API_KEY = "ebwt07xgrus9j0kd8gq1k89muft26xih8aivb0ridjv7c216";
|
|
41805
41843
|
var header = !!id ? t(EDIT_TEMPLATE_HEADER) : t(CREATE_TEMPLATE_HEADER);
|
|
41806
41844
|
var confirmText = !!id ? t("update") : t("create");
|
|
41807
41845
|
var mailCategoryList = reactRedux.useSelector(function (state) {
|
|
@@ -41874,10 +41912,10 @@ var EmailTemplateDetail = function EmailTemplateDetail() {
|
|
|
41874
41912
|
}, React__default.createElement(RequiredLabel$1, {
|
|
41875
41913
|
text: t("mail_body")
|
|
41876
41914
|
}), (emailTemplateDetail.body || !id) && React__default.createElement(tinymceReact.Editor, {
|
|
41915
|
+
tinymceScriptSrc: "/tinymce/tinymce.min.js",
|
|
41877
41916
|
ref: function ref(node) {
|
|
41878
41917
|
return setEditorRef(node);
|
|
41879
41918
|
},
|
|
41880
|
-
apiKey: tinyMCEKey || TINY_MCE_API_KEY,
|
|
41881
41919
|
initialValue: emailTemplateDetail.body,
|
|
41882
41920
|
init: editorConfig.email,
|
|
41883
41921
|
onEditorChange: function onEditorChange(content) {
|