mario-core 2.9.197-release → 2.9.199-release
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 +19 -7
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +19 -7
- package/dist/index.modern.js.map +1 -1
- package/package.json +101 -101
package/dist/index.js
CHANGED
|
@@ -663,6 +663,7 @@ var average_energy = "Average Energy";
|
|
|
663
663
|
var average_focus = "Average Focus";
|
|
664
664
|
var average_happiness = "Average Happiness";
|
|
665
665
|
var vs_last_month = "vs last month";
|
|
666
|
+
var vs_last_year = "vs last year";
|
|
666
667
|
var of_students_are_not_feeling_safe = "of students are not feeling safe.";
|
|
667
668
|
var students_marked_themselves_as_unsafe = "students marked themselves as unsafe.";
|
|
668
669
|
var marked_themselves_as_unsafe = "marked themselves as unsafe.";
|
|
@@ -782,6 +783,7 @@ var customize_reflection = "Customize Reflection";
|
|
|
782
783
|
var include_section_you_want_to_appear = "Include section you want to appear";
|
|
783
784
|
var time_of_day = "Time of Day";
|
|
784
785
|
var last_1_1_conversation = "Last 1-1 conversation";
|
|
786
|
+
var leave_page = "Leave page";
|
|
785
787
|
var lang_us = {
|
|
786
788
|
dashboard: dashboard,
|
|
787
789
|
user: user,
|
|
@@ -1414,6 +1416,7 @@ var lang_us = {
|
|
|
1414
1416
|
average_focus: average_focus,
|
|
1415
1417
|
average_happiness: average_happiness,
|
|
1416
1418
|
vs_last_month: vs_last_month,
|
|
1419
|
+
vs_last_year: vs_last_year,
|
|
1417
1420
|
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe,
|
|
1418
1421
|
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe,
|
|
1419
1422
|
marked_themselves_as_unsafe: marked_themselves_as_unsafe,
|
|
@@ -1539,7 +1542,8 @@ var lang_us = {
|
|
|
1539
1542
|
customize_reflection: customize_reflection,
|
|
1540
1543
|
include_section_you_want_to_appear: include_section_you_want_to_appear,
|
|
1541
1544
|
time_of_day: time_of_day,
|
|
1542
|
-
last_1_1_conversation: last_1_1_conversation
|
|
1545
|
+
last_1_1_conversation: last_1_1_conversation,
|
|
1546
|
+
leave_page: leave_page
|
|
1543
1547
|
};
|
|
1544
1548
|
|
|
1545
1549
|
var dashboard$1 = "Dashboard";
|
|
@@ -2167,6 +2171,7 @@ var average_energy$1 = "Average Energy";
|
|
|
2167
2171
|
var average_focus$1 = "Average Focus";
|
|
2168
2172
|
var average_happiness$1 = "Average Happiness";
|
|
2169
2173
|
var vs_last_month$1 = "vs last month";
|
|
2174
|
+
var vs_last_year$1 = "vs last year";
|
|
2170
2175
|
var of_students_are_not_feeling_safe$1 = "of students are not feeling safe.";
|
|
2171
2176
|
var students_marked_themselves_as_unsafe$1 = "students marked themselves as unsafe.";
|
|
2172
2177
|
var marked_themselves_as_unsafe$1 = "marked themselves as unsafe.";
|
|
@@ -2286,6 +2291,7 @@ var customize_reflection$1 = "Customize Reflection";
|
|
|
2286
2291
|
var include_section_you_want_to_appear$1 = "Include section you want to appear";
|
|
2287
2292
|
var time_of_day$1 = "Time of Day";
|
|
2288
2293
|
var last_1_1_conversation$1 = "Last 1-1 conversation";
|
|
2294
|
+
var leave_page$1 = "Leave page";
|
|
2289
2295
|
var lang_uk = {
|
|
2290
2296
|
dashboard: dashboard$1,
|
|
2291
2297
|
user: user$1,
|
|
@@ -2918,6 +2924,7 @@ var lang_uk = {
|
|
|
2918
2924
|
average_focus: average_focus$1,
|
|
2919
2925
|
average_happiness: average_happiness$1,
|
|
2920
2926
|
vs_last_month: vs_last_month$1,
|
|
2927
|
+
vs_last_year: vs_last_year$1,
|
|
2921
2928
|
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe$1,
|
|
2922
2929
|
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe$1,
|
|
2923
2930
|
marked_themselves_as_unsafe: marked_themselves_as_unsafe$1,
|
|
@@ -3043,7 +3050,8 @@ var lang_uk = {
|
|
|
3043
3050
|
customize_reflection: customize_reflection$1,
|
|
3044
3051
|
include_section_you_want_to_appear: include_section_you_want_to_appear$1,
|
|
3045
3052
|
time_of_day: time_of_day$1,
|
|
3046
|
-
last_1_1_conversation: last_1_1_conversation$1
|
|
3053
|
+
last_1_1_conversation: last_1_1_conversation$1,
|
|
3054
|
+
leave_page: leave_page$1
|
|
3047
3055
|
};
|
|
3048
3056
|
|
|
3049
3057
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -3666,6 +3674,7 @@ var average_energy$2 = "معدل الطاقة";
|
|
|
3666
3674
|
var average_focus$2 = "معدل التركيز";
|
|
3667
3675
|
var average_happiness$2 = "معدل السعادة";
|
|
3668
3676
|
var vs_last_month$2 = "مقارنة بالشهر الماضي";
|
|
3677
|
+
var vs_last_year$2 = "vs last year";
|
|
3669
3678
|
var of_students_are_not_feeling_safe$2 = "من الطلبة لا يشعرون بالأمان.";
|
|
3670
3679
|
var students_marked_themselves_as_unsafe$2 = "طلبة أشاروا لأنفسهم بأنهم غير آمنين.";
|
|
3671
3680
|
var marked_themselves_as_unsafe$2 = "أشاروا لأنفسهم بأنهم غير آمنين.";
|
|
@@ -3773,6 +3782,7 @@ var manageable_levels_of_stress_allowing_me_to_perform_at_my_best$2 = "مستو
|
|
|
3773
3782
|
var still_in_control_but_starting_to_feel_the_pressure$2 = "ما زلتُ أسيطر على زمام الأمور ولكني بدأتُ أشعر بالضغط.";
|
|
3774
3783
|
var too_much_pressure_and_really_struggling_to_manage_my_workload$2 = "أعاني من ضغط شديد وصعوبة كبيرة في التعامل مع أعباء العمل.";
|
|
3775
3784
|
var last_1_1_conversation$2 = "آخر محادثة 1-1";
|
|
3785
|
+
var leave_page$2 = "Leave page";
|
|
3776
3786
|
var lang_ar = {
|
|
3777
3787
|
dashboard: dashboard$2,
|
|
3778
3788
|
user: user$2,
|
|
@@ -4399,6 +4409,7 @@ var lang_ar = {
|
|
|
4399
4409
|
average_focus: average_focus$2,
|
|
4400
4410
|
average_happiness: average_happiness$2,
|
|
4401
4411
|
vs_last_month: vs_last_month$2,
|
|
4412
|
+
vs_last_year: vs_last_year$2,
|
|
4402
4413
|
of_students_are_not_feeling_safe: of_students_are_not_feeling_safe$2,
|
|
4403
4414
|
students_marked_themselves_as_unsafe: students_marked_themselves_as_unsafe$2,
|
|
4404
4415
|
marked_themselves_as_unsafe: marked_themselves_as_unsafe$2,
|
|
@@ -4510,7 +4521,8 @@ var lang_ar = {
|
|
|
4510
4521
|
manageable_levels_of_stress_allowing_me_to_perform_at_my_best: manageable_levels_of_stress_allowing_me_to_perform_at_my_best$2,
|
|
4511
4522
|
still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$2,
|
|
4512
4523
|
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$2,
|
|
4513
|
-
last_1_1_conversation: last_1_1_conversation$2
|
|
4524
|
+
last_1_1_conversation: last_1_1_conversation$2,
|
|
4525
|
+
leave_page: leave_page$2
|
|
4514
4526
|
};
|
|
4515
4527
|
|
|
4516
4528
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -26857,11 +26869,11 @@ var UserColumns = [{
|
|
|
26857
26869
|
};
|
|
26858
26870
|
}
|
|
26859
26871
|
}, {
|
|
26860
|
-
name: "",
|
|
26861
|
-
className: "
|
|
26872
|
+
name: "Impersonate",
|
|
26873
|
+
className: "align-top"
|
|
26862
26874
|
}, {
|
|
26863
|
-
name: "",
|
|
26864
|
-
className: "
|
|
26875
|
+
name: "Delete",
|
|
26876
|
+
className: "align-top"
|
|
26865
26877
|
}];
|
|
26866
26878
|
var DEFAULT_PAGE_SIZE$1 = {
|
|
26867
26879
|
label: "10",
|