mario-core 2.9.53-beta → 2.9.54-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/index.js +12 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +12 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -8022,7 +8022,7 @@ var useNotificationList = function useNotificationList() {
|
|
|
8022
8022
|
};
|
|
8023
8023
|
|
|
8024
8024
|
var viewNotification = function viewNotification(notification) {
|
|
8025
|
-
var _JSON$parse, _JSON$parse2, _JSON$parse3, _JSON$parse4, _JSON$parse5, _JSON$parse6, _JSON$parse7, _JSON$parse8;
|
|
8025
|
+
var _JSON$parse, _JSON$parse2, _JSON$parse3, _JSON$parse4, _JSON$parse5, _JSON$parse6, _JSON$parse7, _JSON$parse8, _JSON$parse9, _JSON$parse10;
|
|
8026
8026
|
|
|
8027
8027
|
var source = notification.source,
|
|
8028
8028
|
extraData = notification.extraData;
|
|
@@ -8040,12 +8040,20 @@ var useNotificationList = function useNotificationList() {
|
|
|
8040
8040
|
window.open("/start-reflection/" + ((_JSON$parse3 = JSON.parse(extraData)) === null || _JSON$parse3 === void 0 ? void 0 : _JSON$parse3[0]) + "/" + ((_JSON$parse4 = JSON.parse(extraData)) === null || _JSON$parse4 === void 0 ? void 0 : _JSON$parse4[1]));
|
|
8041
8041
|
break;
|
|
8042
8042
|
|
|
8043
|
+
case "Class Reflection Completed":
|
|
8044
|
+
window.open("/result-reflection/" + ((_JSON$parse5 = JSON.parse(extraData)) === null || _JSON$parse5 === void 0 ? void 0 : _JSON$parse5[1]));
|
|
8045
|
+
break;
|
|
8046
|
+
|
|
8047
|
+
case "External Reflection Completed":
|
|
8048
|
+
window.open("/result-reflection/" + ((_JSON$parse6 = JSON.parse(extraData)) === null || _JSON$parse6 === void 0 ? void 0 : _JSON$parse6[1]) + "/external");
|
|
8049
|
+
break;
|
|
8050
|
+
|
|
8043
8051
|
case "NewSessionCreated":
|
|
8044
|
-
window.open("/start-question/" + ((_JSON$
|
|
8052
|
+
window.open("/start-question/" + ((_JSON$parse7 = JSON.parse(extraData)) === null || _JSON$parse7 === void 0 ? void 0 : _JSON$parse7[0]) + "/" + ((_JSON$parse8 = JSON.parse(extraData)) === null || _JSON$parse8 === void 0 ? void 0 : _JSON$parse8[1]));
|
|
8045
8053
|
break;
|
|
8046
8054
|
|
|
8047
8055
|
case "NewSessionComplete":
|
|
8048
|
-
window.open("/start-question/" + ((_JSON$
|
|
8056
|
+
window.open("/start-question/" + ((_JSON$parse9 = JSON.parse(extraData)) === null || _JSON$parse9 === void 0 ? void 0 : _JSON$parse9[0]) + "/" + ((_JSON$parse10 = JSON.parse(extraData)) === null || _JSON$parse10 === void 0 ? void 0 : _JSON$parse10[1]));
|
|
8049
8057
|
break;
|
|
8050
8058
|
|
|
8051
8059
|
case "ActionPointReminder":
|
|
@@ -8277,7 +8285,7 @@ var NotificationList = function NotificationList() {
|
|
|
8277
8285
|
}
|
|
8278
8286
|
})), React.createElement("td", {
|
|
8279
8287
|
className: "text-center align-middle"
|
|
8280
|
-
}, ["AssessmentAssignment", "NewConferenceCreated", "NewSessionCreated", "CertificateApproved", "Class Reflection", "NewSessionComplete", "ActionPointReminder", "SendNotiPLP", "SendNotiGOAL"].includes(record.source) && React.createElement(AiOutlineEye, {
|
|
8288
|
+
}, ["AssessmentAssignment", "NewConferenceCreated", "NewSessionCreated", "CertificateApproved", "Class Reflection", "NewSessionComplete", "ActionPointReminder", "SendNotiPLP", "SendNotiGOAL", "Class Reflection Completed", "External Reflection Completed"].includes(record.source) && React.createElement(AiOutlineEye, {
|
|
8281
8289
|
className: "cursor-pointer",
|
|
8282
8290
|
size: ICON_SIZE,
|
|
8283
8291
|
title: "Detail",
|