mario-core 2.9.133-all → 2.9.134-level
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 +23 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +23 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -166,6 +166,7 @@ var edit_semester = "Edit semester";
|
|
|
166
166
|
var create_semester = "Create semester";
|
|
167
167
|
var update_school_break_month = "Update school break month";
|
|
168
168
|
var total_of_semesters = "Total of semesters";
|
|
169
|
+
var total_of_academicyear = "Total of academic years";
|
|
169
170
|
var semester = "semester";
|
|
170
171
|
var breaking_month = "Breaking month";
|
|
171
172
|
var change_breaking_month = "Change breaking month";
|
|
@@ -656,6 +657,9 @@ var flagged_with_high_stress = "flagged_with_high_stress.";
|
|
|
656
657
|
var select_a_student_to_see_their_profile_and_learning_plan = "Select a student to see their profile and learning plan";
|
|
657
658
|
var select_a_student_and_start_a_conversation_with_the_check_in_results = "Select a student and start\n a conversation with the check-in results";
|
|
658
659
|
var start = "start";
|
|
660
|
+
var teacher_reflection = "Teacher Reflection";
|
|
661
|
+
var notes = "Notes";
|
|
662
|
+
var student_reflection = "Student Reflections";
|
|
659
663
|
var lang_us = {
|
|
660
664
|
dashboard: dashboard,
|
|
661
665
|
user: user,
|
|
@@ -790,6 +794,7 @@ var lang_us = {
|
|
|
790
794
|
create_semester: create_semester,
|
|
791
795
|
update_school_break_month: update_school_break_month,
|
|
792
796
|
total_of_semesters: total_of_semesters,
|
|
797
|
+
total_of_academicyear: total_of_academicyear,
|
|
793
798
|
semester: semester,
|
|
794
799
|
breaking_month: breaking_month,
|
|
795
800
|
change_breaking_month: change_breaking_month,
|
|
@@ -1284,7 +1289,10 @@ var lang_us = {
|
|
|
1284
1289
|
flagged_with_high_stress: flagged_with_high_stress,
|
|
1285
1290
|
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan,
|
|
1286
1291
|
select_a_student_and_start_a_conversation_with_the_check_in_results: select_a_student_and_start_a_conversation_with_the_check_in_results,
|
|
1287
|
-
start: start
|
|
1292
|
+
start: start,
|
|
1293
|
+
teacher_reflection: teacher_reflection,
|
|
1294
|
+
notes: notes,
|
|
1295
|
+
student_reflection: student_reflection
|
|
1288
1296
|
};
|
|
1289
1297
|
|
|
1290
1298
|
var dashboard$1 = "Dashboard";
|
|
@@ -1419,6 +1427,7 @@ var edit_semester$1 = "Edit semester";
|
|
|
1419
1427
|
var create_semester$1 = "Create semester";
|
|
1420
1428
|
var update_school_break_month$1 = "Update school break month";
|
|
1421
1429
|
var total_of_semesters$1 = "Total of semesters";
|
|
1430
|
+
var total_of_academicyear$1 = "Total of academic years";
|
|
1422
1431
|
var semester$1 = "semester";
|
|
1423
1432
|
var breaking_month$1 = "Breaking month";
|
|
1424
1433
|
var change_breaking_month$1 = "Change breaking month";
|
|
@@ -1909,6 +1918,9 @@ var flagged_with_high_stress$1 = "flagged_with_high_stress.";
|
|
|
1909
1918
|
var select_a_student_to_see_their_profile_and_learning_plan$1 = "Select a student to see their profile and learning plan";
|
|
1910
1919
|
var select_a_student_and_start_a_conversation_with_the_check_in_results$1 = "Select a student and start\n a conversation with the check-in results";
|
|
1911
1920
|
var start$1 = "start";
|
|
1921
|
+
var teacher_reflection$1 = "Teacher Reflection";
|
|
1922
|
+
var notes$1 = "Notes";
|
|
1923
|
+
var student_reflection$1 = "Student Reflections";
|
|
1912
1924
|
var lang_uk = {
|
|
1913
1925
|
dashboard: dashboard$1,
|
|
1914
1926
|
user: user$1,
|
|
@@ -2043,6 +2055,7 @@ var lang_uk = {
|
|
|
2043
2055
|
create_semester: create_semester$1,
|
|
2044
2056
|
update_school_break_month: update_school_break_month$1,
|
|
2045
2057
|
total_of_semesters: total_of_semesters$1,
|
|
2058
|
+
total_of_academicyear: total_of_academicyear$1,
|
|
2046
2059
|
semester: semester$1,
|
|
2047
2060
|
breaking_month: breaking_month$1,
|
|
2048
2061
|
change_breaking_month: change_breaking_month$1,
|
|
@@ -2537,7 +2550,10 @@ var lang_uk = {
|
|
|
2537
2550
|
flagged_with_high_stress: flagged_with_high_stress$1,
|
|
2538
2551
|
select_a_student_to_see_their_profile_and_learning_plan: select_a_student_to_see_their_profile_and_learning_plan$1,
|
|
2539
2552
|
select_a_student_and_start_a_conversation_with_the_check_in_results: select_a_student_and_start_a_conversation_with_the_check_in_results$1,
|
|
2540
|
-
start: start$1
|
|
2553
|
+
start: start$1,
|
|
2554
|
+
teacher_reflection: teacher_reflection$1,
|
|
2555
|
+
notes: notes$1,
|
|
2556
|
+
student_reflection: student_reflection$1
|
|
2541
2557
|
};
|
|
2542
2558
|
|
|
2543
2559
|
var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|
|
@@ -8708,7 +8724,7 @@ var useNotificationList = function useNotificationList() {
|
|
|
8708
8724
|
};
|
|
8709
8725
|
|
|
8710
8726
|
var viewNotification = function viewNotification(notification) {
|
|
8711
|
-
var _JSON$parse, _JSON$parse2, _extraData$replace, _extraData$replace$sp, _extraData$replace2, _extraData$replace2$s, _JSON$parse3, _JSON$parse4, _JSON$parse5, _JSON$parse6, _JSON$parse7;
|
|
8727
|
+
var _JSON$parse, _JSON$parse2, _extraData$replace, _extraData$replace$sp, _extraData$replace2, _extraData$replace2$s, _JSON$parse3, _JSON$parse4, _JSON$parse5, _JSON$parse6, _JSON$parse7, _JSON$parse8, _JSON$parse9;
|
|
8712
8728
|
|
|
8713
8729
|
var source = notification.source,
|
|
8714
8730
|
extraData = notification.extraData;
|
|
@@ -8757,6 +8773,9 @@ var useNotificationList = function useNotificationList() {
|
|
|
8757
8773
|
case "CertificateApproved":
|
|
8758
8774
|
window.open("/dashboard/certification/2");
|
|
8759
8775
|
break;
|
|
8776
|
+
|
|
8777
|
+
case "RequestCheckIn":
|
|
8778
|
+
window.open("/start-question/" + ((_JSON$parse8 = JSON.parse(extraData)) === null || _JSON$parse8 === void 0 ? void 0 : _JSON$parse8[0]) + "/" + ((_JSON$parse9 = JSON.parse(extraData)) === null || _JSON$parse9 === void 0 ? void 0 : _JSON$parse9[1]));
|
|
8760
8779
|
}
|
|
8761
8780
|
};
|
|
8762
8781
|
|
|
@@ -8973,7 +8992,7 @@ var NotificationList = function NotificationList() {
|
|
|
8973
8992
|
}
|
|
8974
8993
|
})), React__default.createElement("td", {
|
|
8975
8994
|
className: "text-center align-middle"
|
|
8976
|
-
}, ["AssessmentAssignment", "NewConferenceCreated", "NewSessionCreated", "CertificateApproved", "Class Reflection", "NewSessionComplete", "ActionPointReminder", "SendNotiPLP", "SendNotiGOAL", "Class Reflection Completed", "External Reflection Completed"].includes(record.source) && React__default.createElement(ai.AiOutlineEye, {
|
|
8995
|
+
}, ["AssessmentAssignment", "NewConferenceCreated", "NewSessionCreated", "CertificateApproved", "Class Reflection", "NewSessionComplete", "ActionPointReminder", "SendNotiPLP", "SendNotiGOAL", "Class Reflection Completed", "External Reflection Completed", "RequestCheckIn"].includes(record.source) && React__default.createElement(ai.AiOutlineEye, {
|
|
8977
8996
|
className: "cursor-pointer",
|
|
8978
8997
|
size: ICON_SIZE,
|
|
8979
8998
|
title: "Detail",
|