mario-core 2.9.105-beta → 2.9.106-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/containers/Login/constant/type.d.ts +5 -0
- package/dist/containers/Login/views/ModelSelectRole.d.ts +4 -0
- package/dist/index.js +59 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +59 -3
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/amplitude.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -595,7 +595,21 @@ var select_counselor = "Select Counselor";
|
|
|
595
595
|
var select_secondary_teacher = "Select Secondary Teacher";
|
|
596
596
|
var assign_secondary_teacher = "Assign Secondary Teacher";
|
|
597
597
|
var secondary_teacher_name = "Secondary Teacher Name";
|
|
598
|
+
var user_for_question = "User For Question";
|
|
599
|
+
var requested_reflection = "Requested Reflection";
|
|
600
|
+
var request_class_reflection = "Request Class Reflection";
|
|
598
601
|
var share_survey_to_teacher = "Share Survey To Teacher";
|
|
602
|
+
var select_form = "Select from";
|
|
603
|
+
var switch_counselor = "Switch Counselor";
|
|
604
|
+
var remove_counselor = "Remove Counselor";
|
|
605
|
+
var current_counselor_email = "Current Counselor Email";
|
|
606
|
+
var current_counselor_name = "Current Counselor Name";
|
|
607
|
+
var select_counselor_change = "Select Counselor Change";
|
|
608
|
+
var current_secondary_teacher_name = "Current Secondary Teacher Name";
|
|
609
|
+
var current_secondary_teacher_email = "Current Secondary Teacher Email";
|
|
610
|
+
var remove_secondary_teacher = "Remove Secondary Teacher";
|
|
611
|
+
var select_secondary_teacher_change = "Select Secondary Teacher Change";
|
|
612
|
+
var filter_calendar = "Filter Calendar";
|
|
599
613
|
var lang_us = {
|
|
600
614
|
dashboard: dashboard,
|
|
601
615
|
user: user,
|
|
@@ -1165,7 +1179,21 @@ var lang_us = {
|
|
|
1165
1179
|
select_secondary_teacher: select_secondary_teacher,
|
|
1166
1180
|
assign_secondary_teacher: assign_secondary_teacher,
|
|
1167
1181
|
secondary_teacher_name: secondary_teacher_name,
|
|
1168
|
-
|
|
1182
|
+
user_for_question: user_for_question,
|
|
1183
|
+
requested_reflection: requested_reflection,
|
|
1184
|
+
request_class_reflection: request_class_reflection,
|
|
1185
|
+
share_survey_to_teacher: share_survey_to_teacher,
|
|
1186
|
+
select_form: select_form,
|
|
1187
|
+
switch_counselor: switch_counselor,
|
|
1188
|
+
remove_counselor: remove_counselor,
|
|
1189
|
+
current_counselor_email: current_counselor_email,
|
|
1190
|
+
current_counselor_name: current_counselor_name,
|
|
1191
|
+
select_counselor_change: select_counselor_change,
|
|
1192
|
+
current_secondary_teacher_name: current_secondary_teacher_name,
|
|
1193
|
+
current_secondary_teacher_email: current_secondary_teacher_email,
|
|
1194
|
+
remove_secondary_teacher: remove_secondary_teacher,
|
|
1195
|
+
select_secondary_teacher_change: select_secondary_teacher_change,
|
|
1196
|
+
filter_calendar: filter_calendar
|
|
1169
1197
|
};
|
|
1170
1198
|
|
|
1171
1199
|
var dashboard$1 = "Dashboard";
|
|
@@ -1730,7 +1758,21 @@ var select_counselor$1 = "Select Counselor";
|
|
|
1730
1758
|
var select_secondary_teacher$1 = "Select Secondary Teacher";
|
|
1731
1759
|
var assign_secondary_teacher$1 = "Assign Secondary Teacher";
|
|
1732
1760
|
var secondary_teacher_name$1 = "Secondary Teacher Name";
|
|
1761
|
+
var user_for_question$1 = "User For Question";
|
|
1762
|
+
var requested_reflection$1 = "Requested Reflection";
|
|
1763
|
+
var request_class_reflection$1 = "Request Class Reflection";
|
|
1733
1764
|
var share_survey_to_teacher$1 = "Share Survey To Teacher";
|
|
1765
|
+
var select_form$1 = "Select from";
|
|
1766
|
+
var switch_counselor$1 = "Switch Counselor";
|
|
1767
|
+
var remove_counselor$1 = "Remove Counselor";
|
|
1768
|
+
var current_counselor_email$1 = "Current Counselor Email";
|
|
1769
|
+
var current_counselor_name$1 = "Current Counselor Name";
|
|
1770
|
+
var select_counselor_change$1 = "Select Counselor Change";
|
|
1771
|
+
var current_secondary_teacher_name$1 = "Current Secondary Teacher Name";
|
|
1772
|
+
var current_secondary_teacher_email$1 = "Current Secondary Teacher Email";
|
|
1773
|
+
var remove_secondary_teacher$1 = "Remove Secondary Teacher";
|
|
1774
|
+
var select_secondary_teacher_change$1 = "Select Secondary Teacher Change";
|
|
1775
|
+
var filter_calendar$1 = "Filter Calendar";
|
|
1734
1776
|
var lang_uk = {
|
|
1735
1777
|
dashboard: dashboard$1,
|
|
1736
1778
|
user: user$1,
|
|
@@ -2300,7 +2342,21 @@ var lang_uk = {
|
|
|
2300
2342
|
select_secondary_teacher: select_secondary_teacher$1,
|
|
2301
2343
|
assign_secondary_teacher: assign_secondary_teacher$1,
|
|
2302
2344
|
secondary_teacher_name: secondary_teacher_name$1,
|
|
2303
|
-
|
|
2345
|
+
user_for_question: user_for_question$1,
|
|
2346
|
+
requested_reflection: requested_reflection$1,
|
|
2347
|
+
request_class_reflection: request_class_reflection$1,
|
|
2348
|
+
share_survey_to_teacher: share_survey_to_teacher$1,
|
|
2349
|
+
select_form: select_form$1,
|
|
2350
|
+
switch_counselor: switch_counselor$1,
|
|
2351
|
+
remove_counselor: remove_counselor$1,
|
|
2352
|
+
current_counselor_email: current_counselor_email$1,
|
|
2353
|
+
current_counselor_name: current_counselor_name$1,
|
|
2354
|
+
select_counselor_change: select_counselor_change$1,
|
|
2355
|
+
current_secondary_teacher_name: current_secondary_teacher_name$1,
|
|
2356
|
+
current_secondary_teacher_email: current_secondary_teacher_email$1,
|
|
2357
|
+
remove_secondary_teacher: remove_secondary_teacher$1,
|
|
2358
|
+
select_secondary_teacher_change: select_secondary_teacher_change$1,
|
|
2359
|
+
filter_calendar: filter_calendar$1
|
|
2304
2360
|
};
|
|
2305
2361
|
|
|
2306
2362
|
var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|
|
@@ -3749,7 +3805,7 @@ var QuoteContent = function QuoteContent() {
|
|
|
3749
3805
|
className: styles["title-quote"] + " d-block"
|
|
3750
3806
|
}, React__default.createElement("p", null, "Powerful"), React__default.createElement("p", null, "Personalized"), React__default.createElement("p", null, "Learning")), React__default.createElement("div", {
|
|
3751
3807
|
className: styles["descriptions-quote"] + " d-block"
|
|
3752
|
-
}, React__default.createElement("p", null, "Focus on what matters most to you and"), React__default.createElement("p", null, "
|
|
3808
|
+
}, React__default.createElement("p", null, "Focus on what matters most to you and"), React__default.createElement("p", null, "make learning meaningful.")));
|
|
3753
3809
|
};
|
|
3754
3810
|
|
|
3755
3811
|
var IconContent = function IconContent(_ref) {
|