mario-core 2.9.401-feedback → 2.9.403-feedback
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 +29 -26
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +29 -26
- package/dist/index.modern.js.map +1 -1
- package/dist/services/weeklyQuestService.d.ts +1 -0
- package/dist/types/WeeklyQuest.d.ts +37 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2167,6 +2167,8 @@ var please_enter_a_description_of_the_conversation = "Please enter a description
|
|
|
2167
2167
|
var check_ins_tab = "Check-Ins";
|
|
2168
2168
|
var start_check_in_homepage = "Start Check-in";
|
|
2169
2169
|
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins = "Select the teacher or counselor asking you to check in. If you have more than one teacher, choose any teacher in the class. All the teachers and counselors listed can view your check-ins.";
|
|
2170
|
+
var total_check_ins = "Total Check-ins";
|
|
2171
|
+
var check_ins = "Check Ins";
|
|
2170
2172
|
var lang_us = {
|
|
2171
2173
|
dashboard: dashboard,
|
|
2172
2174
|
user: user,
|
|
@@ -4349,7 +4351,9 @@ var lang_us = {
|
|
|
4349
4351
|
please_enter_a_description_of_the_conversation: please_enter_a_description_of_the_conversation,
|
|
4350
4352
|
check_ins_tab: check_ins_tab,
|
|
4351
4353
|
start_check_in_homepage: start_check_in_homepage,
|
|
4352
|
-
select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins: select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins
|
|
4354
|
+
select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins: select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins,
|
|
4355
|
+
total_check_ins: total_check_ins,
|
|
4356
|
+
check_ins: check_ins
|
|
4353
4357
|
};
|
|
4354
4358
|
|
|
4355
4359
|
var dashboard$1 = "Dashboard";
|
|
@@ -4368,7 +4372,7 @@ var hey$1 = "Hey";
|
|
|
4368
4372
|
var readiness_to_learn$1 = "Readiness to Learn";
|
|
4369
4373
|
var high_impact_learning_strategies$1 = "High Impact Learning Strategies";
|
|
4370
4374
|
var check_in = "Check In";
|
|
4371
|
-
var check_ins = "Check Ins";
|
|
4375
|
+
var check_ins$1 = "Check Ins";
|
|
4372
4376
|
var reflection$1 = "Reflection";
|
|
4373
4377
|
var conferences$1 = "Conferences";
|
|
4374
4378
|
var safety$1 = "Safety";
|
|
@@ -4393,7 +4397,7 @@ var tooltip_content_student_by_age_chart$1 = "The specific representation of stu
|
|
|
4393
4397
|
var tooltip_content_students_by_designation$1 = "The composite representation of students by individual grades in your school with specific designations.";
|
|
4394
4398
|
var total_1_to_1$1 = "Total 1-to-1s";
|
|
4395
4399
|
var total_check_in = "Total Check-ins";
|
|
4396
|
-
var total_check_ins = "Total Check
|
|
4400
|
+
var total_check_ins$1 = "Total Check-ins";
|
|
4397
4401
|
var total_1_to_1_time$1 = "Total 1-to-1 Time";
|
|
4398
4402
|
var total_conferences$1 = "Total Conferences";
|
|
4399
4403
|
var total_conferences_time$1 = "Total Conference Time";
|
|
@@ -6500,7 +6504,7 @@ var lang_uk = {
|
|
|
6500
6504
|
high_impact_learning_strategies: high_impact_learning_strategies$1,
|
|
6501
6505
|
"1_to_1": "1 to 1",
|
|
6502
6506
|
check_in: check_in,
|
|
6503
|
-
check_ins: check_ins,
|
|
6507
|
+
check_ins: check_ins$1,
|
|
6504
6508
|
reflection: reflection$1,
|
|
6505
6509
|
conferences: conferences$1,
|
|
6506
6510
|
safety: safety$1,
|
|
@@ -6525,7 +6529,7 @@ var lang_uk = {
|
|
|
6525
6529
|
tooltip_content_students_by_designation: tooltip_content_students_by_designation$1,
|
|
6526
6530
|
total_1_to_1: total_1_to_1$1,
|
|
6527
6531
|
total_check_in: total_check_in,
|
|
6528
|
-
total_check_ins: total_check_ins,
|
|
6532
|
+
total_check_ins: total_check_ins$1,
|
|
6529
6533
|
total_1_to_1_time: total_1_to_1_time$1,
|
|
6530
6534
|
total_conferences: total_conferences$1,
|
|
6531
6535
|
total_conferences_time: total_conferences_time$1,
|
|
@@ -8683,7 +8687,7 @@ var hey$2 = "مرحبًا";
|
|
|
8683
8687
|
var readiness_to_learn$2 = "الاستعداد للتعلم";
|
|
8684
8688
|
var high_impact_learning_strategies$2 = "استراتيجيات التعلم عالية التأثير";
|
|
8685
8689
|
var check_in$1 = "تسجيل الحضور";
|
|
8686
|
-
var check_ins$
|
|
8690
|
+
var check_ins$2 = "عمليات تسجيل الحضور";
|
|
8687
8691
|
var reflection$2 = "التفكير";
|
|
8688
8692
|
var conferences$2 = "اللقاءات";
|
|
8689
8693
|
var safety$2 = "الأمان";
|
|
@@ -8707,7 +8711,7 @@ var tooltip_content_student_by_age_chart$2 = "العرض المحدد للطلب
|
|
|
8707
8711
|
var tooltip_content_students_by_designation$2 = "العرض المركب للطلبة، مصنفين حسب مستويات درجاتهم الفردية في مدرستك ويتم تحديدهم بواسطة تصنيفات محددة.";
|
|
8708
8712
|
var total_1_to_1$2 = "إجمالي المحادثات الفردية 1 إلى 1";
|
|
8709
8713
|
var total_check_in$1 = "إجمالي عمليات تسجيل الحضور";
|
|
8710
|
-
var total_check_ins$
|
|
8714
|
+
var total_check_ins$2 = "إجمالي عمليات تسجيل الحضور";
|
|
8711
8715
|
var total_1_to_1_time$2 = "إجمالي وقت المحادثات الفردية 1 إلى 1";
|
|
8712
8716
|
var total_conferences$2 = "إجمالي اللقاءات";
|
|
8713
8717
|
var total_conferences_time$2 = "إجمالي وقت اللقاءات";
|
|
@@ -10845,7 +10849,7 @@ var lang_ar = {
|
|
|
10845
10849
|
high_impact_learning_strategies: high_impact_learning_strategies$2,
|
|
10846
10850
|
"1_to_1": "1 إلى 1",
|
|
10847
10851
|
check_in: check_in$1,
|
|
10848
|
-
check_ins: check_ins$
|
|
10852
|
+
check_ins: check_ins$2,
|
|
10849
10853
|
reflection: reflection$2,
|
|
10850
10854
|
conferences: conferences$2,
|
|
10851
10855
|
safety: safety$2,
|
|
@@ -10869,7 +10873,7 @@ var lang_ar = {
|
|
|
10869
10873
|
tooltip_content_students_by_designation: tooltip_content_students_by_designation$2,
|
|
10870
10874
|
total_1_to_1: total_1_to_1$2,
|
|
10871
10875
|
total_check_in: total_check_in$1,
|
|
10872
|
-
total_check_ins: total_check_ins$
|
|
10876
|
+
total_check_ins: total_check_ins$2,
|
|
10873
10877
|
total_1_to_1_time: total_1_to_1_time$2,
|
|
10874
10878
|
total_conferences: total_conferences$2,
|
|
10875
10879
|
total_conferences_time: total_conferences_time$2,
|
|
@@ -13060,7 +13064,7 @@ var hey$3 = "Hola";
|
|
|
13060
13064
|
var readiness_to_learn$3 = "Preparación para el aprendizaje";
|
|
13061
13065
|
var high_impact_learning_strategies$3 = "Estrategias de aprendizaje de alto impacto";
|
|
13062
13066
|
var check_in$2 = "Registro";
|
|
13063
|
-
var check_ins$
|
|
13067
|
+
var check_ins$3 = "Registro de entrada";
|
|
13064
13068
|
var reflection$3 = "Reflexión";
|
|
13065
13069
|
var conferences$3 = "Conferencias";
|
|
13066
13070
|
var safety$3 = "Seguridad";
|
|
@@ -13084,7 +13088,7 @@ var tooltip_content_student_by_age_chart$3 = "La representación específica de
|
|
|
13084
13088
|
var tooltip_content_students_by_designation$3 = "La representación compuesta de los alumnos por grados individuales en su escuela con designaciones específicas.";
|
|
13085
13089
|
var total_1_to_1$3 = "Total 1 a 1";
|
|
13086
13090
|
var total_check_in$2 = "Total Registro";
|
|
13087
|
-
var total_check_ins$
|
|
13091
|
+
var total_check_ins$3 = "Total Registro";
|
|
13088
13092
|
var total_1_to_1_time$3 = "Total Tiempo 1-a-1";
|
|
13089
13093
|
var total_conferences$3 = "Total Conferencias";
|
|
13090
13094
|
var total_conferences_time$3 = "Tiempo total de conferencias";
|
|
@@ -15222,7 +15226,7 @@ var lang_es = {
|
|
|
15222
15226
|
high_impact_learning_strategies: high_impact_learning_strategies$3,
|
|
15223
15227
|
"1_to_1": "1 a 1",
|
|
15224
15228
|
check_in: check_in$2,
|
|
15225
|
-
check_ins: check_ins$
|
|
15229
|
+
check_ins: check_ins$3,
|
|
15226
15230
|
reflection: reflection$3,
|
|
15227
15231
|
conferences: conferences$3,
|
|
15228
15232
|
safety: safety$3,
|
|
@@ -15246,7 +15250,7 @@ var lang_es = {
|
|
|
15246
15250
|
tooltip_content_students_by_designation: tooltip_content_students_by_designation$3,
|
|
15247
15251
|
total_1_to_1: total_1_to_1$3,
|
|
15248
15252
|
total_check_in: total_check_in$2,
|
|
15249
|
-
total_check_ins: total_check_ins$
|
|
15253
|
+
total_check_ins: total_check_ins$3,
|
|
15250
15254
|
total_1_to_1_time: total_1_to_1_time$3,
|
|
15251
15255
|
total_conferences: total_conferences$3,
|
|
15252
15256
|
total_conferences_time: total_conferences_time$3,
|
|
@@ -17437,7 +17441,7 @@ var hey$4 = "您好";
|
|
|
17437
17441
|
var readiness_to_learn$4 = "准备学习";
|
|
17438
17442
|
var high_impact_learning_strategies$4 = "高效学习策略";
|
|
17439
17443
|
var check_in$3 = "签到";
|
|
17440
|
-
var check_ins$
|
|
17444
|
+
var check_ins$4 = "签到";
|
|
17441
17445
|
var reflection$4 = "反思";
|
|
17442
17446
|
var conferences$4 = "讨论会";
|
|
17443
17447
|
var safety$4 = "安全";
|
|
@@ -17461,7 +17465,7 @@ var tooltip_content_student_by_age_chart$4 = "您所在学校的学生性别和
|
|
|
17461
17465
|
var tooltip_content_students_by_designation$4 = "您所在学校按年级划分的学生的综合情况,具有特定的称号。";
|
|
17462
17466
|
var total_1_to_1$4 = "一对一总次数";
|
|
17463
17467
|
var total_check_in$3 = "签到总次数";
|
|
17464
|
-
var total_check_ins$
|
|
17468
|
+
var total_check_ins$4 = "签到总次数";
|
|
17465
17469
|
var total_1_to_1_time$4 = "一对一总时间";
|
|
17466
17470
|
var total_conferences$4 = "讨论会总次数";
|
|
17467
17471
|
var total_conferences_time$4 = "讨论会总时间";
|
|
@@ -19599,7 +19603,7 @@ var lang_zh = {
|
|
|
19599
19603
|
high_impact_learning_strategies: high_impact_learning_strategies$4,
|
|
19600
19604
|
"1_to_1": "一对一",
|
|
19601
19605
|
check_in: check_in$3,
|
|
19602
|
-
check_ins: check_ins$
|
|
19606
|
+
check_ins: check_ins$4,
|
|
19603
19607
|
reflection: reflection$4,
|
|
19604
19608
|
conferences: conferences$4,
|
|
19605
19609
|
safety: safety$4,
|
|
@@ -19623,7 +19627,7 @@ var lang_zh = {
|
|
|
19623
19627
|
tooltip_content_students_by_designation: tooltip_content_students_by_designation$4,
|
|
19624
19628
|
total_1_to_1: total_1_to_1$4,
|
|
19625
19629
|
total_check_in: total_check_in$3,
|
|
19626
|
-
total_check_ins: total_check_ins$
|
|
19630
|
+
total_check_ins: total_check_ins$4,
|
|
19627
19631
|
total_1_to_1_time: total_1_to_1_time$4,
|
|
19628
19632
|
total_conferences: total_conferences$4,
|
|
19629
19633
|
total_conferences_time: total_conferences_time$4,
|
|
@@ -40220,14 +40224,7 @@ var BlockResetPassword = function BlockResetPassword() {
|
|
|
40220
40224
|
onClick: function onClick() {
|
|
40221
40225
|
return handleSubmit();
|
|
40222
40226
|
}
|
|
40223
|
-
}, "SET A NEW PASSWORD")))))
|
|
40224
|
-
lg: 4,
|
|
40225
|
-
md: 4,
|
|
40226
|
-
className: "" + styles["img-box"]
|
|
40227
|
-
}, React__default.createElement("img", {
|
|
40228
|
-
src: getStaticFileUrl("/images/img-login.png"),
|
|
40229
|
-
className: "" + styles["img-login"]
|
|
40230
|
-
})));
|
|
40227
|
+
}, "SET A NEW PASSWORD"))))));
|
|
40231
40228
|
});
|
|
40232
40229
|
};
|
|
40233
40230
|
|
|
@@ -44438,8 +44435,11 @@ var GRADE_DEFAULT = [{
|
|
|
44438
44435
|
}, {
|
|
44439
44436
|
label: "12",
|
|
44440
44437
|
value: "12"
|
|
44438
|
+
}, {
|
|
44439
|
+
label: "13",
|
|
44440
|
+
value: "13"
|
|
44441
44441
|
}];
|
|
44442
|
-
var GRADE = ["K", "G", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"];
|
|
44442
|
+
var GRADE = ["K", "G", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13"];
|
|
44443
44443
|
var gradeOptions = [{
|
|
44444
44444
|
label: "K",
|
|
44445
44445
|
value: "K"
|
|
@@ -44482,6 +44482,9 @@ var gradeOptions = [{
|
|
|
44482
44482
|
}, {
|
|
44483
44483
|
label: "12",
|
|
44484
44484
|
value: "12"
|
|
44485
|
+
}, {
|
|
44486
|
+
label: "13",
|
|
44487
|
+
value: "13"
|
|
44485
44488
|
}];
|
|
44486
44489
|
var initStaffDeleteBulk = {
|
|
44487
44490
|
assistantRemoveUserId: [],
|