mario-core 3.0.4-admin → 3.0.6-admin
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 +22 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +22 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7754,7 +7754,7 @@ var useNotificationList = function useNotificationList() {
|
|
|
7754
7754
|
};
|
|
7755
7755
|
|
|
7756
7756
|
var viewNotification = function viewNotification(notification) {
|
|
7757
|
-
var _JSON$parse, _JSON$parse2, _JSON$parse3, _JSON$parse4;
|
|
7757
|
+
var _JSON$parse, _JSON$parse2, _JSON$parse3, _JSON$parse4, _JSON$parse5, _JSON$parse6, _JSON$parse7, _JSON$parse8;
|
|
7758
7758
|
|
|
7759
7759
|
var source = notification.source,
|
|
7760
7760
|
extraData = notification.extraData;
|
|
@@ -7768,8 +7768,28 @@ var useNotificationList = function useNotificationList() {
|
|
|
7768
7768
|
window.open("/start-conference/" + ((_JSON$parse = JSON.parse(extraData)) === null || _JSON$parse === void 0 ? void 0 : _JSON$parse[0]) + "/" + ((_JSON$parse2 = JSON.parse(extraData)) === null || _JSON$parse2 === void 0 ? void 0 : _JSON$parse2[1]) + "/conferenceRubric");
|
|
7769
7769
|
break;
|
|
7770
7770
|
|
|
7771
|
+
case "Class Reflection":
|
|
7772
|
+
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]));
|
|
7773
|
+
break;
|
|
7774
|
+
|
|
7771
7775
|
case "NewSessionCreated":
|
|
7772
|
-
window.open("/start-question/" + ((_JSON$
|
|
7776
|
+
window.open("/start-question/" + ((_JSON$parse5 = JSON.parse(extraData)) === null || _JSON$parse5 === void 0 ? void 0 : _JSON$parse5[0]) + "/" + ((_JSON$parse6 = JSON.parse(extraData)) === null || _JSON$parse6 === void 0 ? void 0 : _JSON$parse6[1]));
|
|
7777
|
+
break;
|
|
7778
|
+
|
|
7779
|
+
case "NewSessionComplete":
|
|
7780
|
+
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]));
|
|
7781
|
+
break;
|
|
7782
|
+
|
|
7783
|
+
case "ActionPointReminder":
|
|
7784
|
+
window.open("/action-point/to-do");
|
|
7785
|
+
break;
|
|
7786
|
+
|
|
7787
|
+
case "SendNotiPLP":
|
|
7788
|
+
window.open("/personal-learning-plan");
|
|
7789
|
+
break;
|
|
7790
|
+
|
|
7791
|
+
case "SendNotiGOAL":
|
|
7792
|
+
window.open("/my-goals/" + JSON.parse(extraData));
|
|
7773
7793
|
break;
|
|
7774
7794
|
|
|
7775
7795
|
case "CertificateApproved":
|