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.modern.js
CHANGED
|
@@ -7752,7 +7752,7 @@ var useNotificationList = function useNotificationList() {
|
|
|
7752
7752
|
};
|
|
7753
7753
|
|
|
7754
7754
|
var viewNotification = function viewNotification(notification) {
|
|
7755
|
-
var _JSON$parse, _JSON$parse2, _JSON$parse3, _JSON$parse4;
|
|
7755
|
+
var _JSON$parse, _JSON$parse2, _JSON$parse3, _JSON$parse4, _JSON$parse5, _JSON$parse6, _JSON$parse7, _JSON$parse8;
|
|
7756
7756
|
|
|
7757
7757
|
var source = notification.source,
|
|
7758
7758
|
extraData = notification.extraData;
|
|
@@ -7766,8 +7766,28 @@ var useNotificationList = function useNotificationList() {
|
|
|
7766
7766
|
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");
|
|
7767
7767
|
break;
|
|
7768
7768
|
|
|
7769
|
+
case "Class Reflection":
|
|
7770
|
+
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]));
|
|
7771
|
+
break;
|
|
7772
|
+
|
|
7769
7773
|
case "NewSessionCreated":
|
|
7770
|
-
window.open("/start-question/" + ((_JSON$
|
|
7774
|
+
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]));
|
|
7775
|
+
break;
|
|
7776
|
+
|
|
7777
|
+
case "NewSessionComplete":
|
|
7778
|
+
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]));
|
|
7779
|
+
break;
|
|
7780
|
+
|
|
7781
|
+
case "ActionPointReminder":
|
|
7782
|
+
window.open("/action-point/to-do");
|
|
7783
|
+
break;
|
|
7784
|
+
|
|
7785
|
+
case "SendNotiPLP":
|
|
7786
|
+
window.open("/personal-learning-plan");
|
|
7787
|
+
break;
|
|
7788
|
+
|
|
7789
|
+
case "SendNotiGOAL":
|
|
7790
|
+
window.open("/my-goals/" + JSON.parse(extraData));
|
|
7771
7791
|
break;
|
|
7772
7792
|
|
|
7773
7793
|
case "CertificateApproved":
|