mario-core 2.9.354-release → 2.9.356-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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +16 -2
- 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/hooks/useClassFontSize.d.ts +0 -4
package/dist/index.js
CHANGED
|
@@ -1831,6 +1831,7 @@ var activity_list = "Activity List";
|
|
|
1831
1831
|
var select_academic_year = "Select academic year";
|
|
1832
1832
|
var a_number_of_staff = "A number of staff";
|
|
1833
1833
|
var staffs = "Staffs";
|
|
1834
|
+
var staff = "Staff";
|
|
1834
1835
|
var how_are_you_today = "How are you today?";
|
|
1835
1836
|
var what_was_the_purpose_or_focus_of_today_s_class = "What was the purpose or focus of today’s class?";
|
|
1836
1837
|
var header_1 = "Header 1";
|
|
@@ -2006,6 +2007,7 @@ var educator = "Educator";
|
|
|
2006
2007
|
var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in = "The data presented in this chart reflects the student's <b>most recent check-in</b>.";
|
|
2007
2008
|
var free_fields_responses = "Free fields responses";
|
|
2008
2009
|
var please_select_a_category_to_view_data = "Please select a category to view data";
|
|
2010
|
+
var of = "of";
|
|
2009
2011
|
var lang_us = {
|
|
2010
2012
|
dashboard: dashboard,
|
|
2011
2013
|
user: user,
|
|
@@ -3814,6 +3816,7 @@ var lang_us = {
|
|
|
3814
3816
|
select_academic_year: select_academic_year,
|
|
3815
3817
|
a_number_of_staff: a_number_of_staff,
|
|
3816
3818
|
staffs: staffs,
|
|
3819
|
+
staff: staff,
|
|
3817
3820
|
how_are_you_today: how_are_you_today,
|
|
3818
3821
|
what_was_the_purpose_or_focus_of_today_s_class: what_was_the_purpose_or_focus_of_today_s_class,
|
|
3819
3822
|
header_1: header_1,
|
|
@@ -4009,7 +4012,8 @@ var lang_us = {
|
|
|
4009
4012
|
educator: educator,
|
|
4010
4013
|
the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in: the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in,
|
|
4011
4014
|
free_fields_responses: free_fields_responses,
|
|
4012
|
-
please_select_a_category_to_view_data: please_select_a_category_to_view_data
|
|
4015
|
+
please_select_a_category_to_view_data: please_select_a_category_to_view_data,
|
|
4016
|
+
of: of
|
|
4013
4017
|
};
|
|
4014
4018
|
|
|
4015
4019
|
var dashboard$1 = "Dashboard";
|
|
@@ -5804,6 +5808,7 @@ var activity_list$1 = "Activity List";
|
|
|
5804
5808
|
var select_academic_year$1 = "Select academic year";
|
|
5805
5809
|
var a_number_of_staff$1 = "A number of staff";
|
|
5806
5810
|
var staffs$1 = "Staffs";
|
|
5811
|
+
var staff$1 = "Staff";
|
|
5807
5812
|
var how_are_you_today$1 = "How are you today?";
|
|
5808
5813
|
var what_was_the_purpose_or_focus_of_today_s_class$1 = "What was the purpose or focus of today’s class?";
|
|
5809
5814
|
var header_1$1 = "Header 1";
|
|
@@ -5978,6 +5983,7 @@ var educator$1 = "Educator";
|
|
|
5978
5983
|
var the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$1 = "The data presented in this chart reflects the student's <b>most recent check-in</b>.";
|
|
5979
5984
|
var free_fields_responses$1 = "Free fields responses";
|
|
5980
5985
|
var please_select_a_category_to_view_data$1 = "Please select a category to view data";
|
|
5986
|
+
var of$1 = "of";
|
|
5981
5987
|
var lang_uk = {
|
|
5982
5988
|
dashboard: dashboard$1,
|
|
5983
5989
|
user: user$1,
|
|
@@ -7787,6 +7793,7 @@ var lang_uk = {
|
|
|
7787
7793
|
select_academic_year: select_academic_year$1,
|
|
7788
7794
|
a_number_of_staff: a_number_of_staff$1,
|
|
7789
7795
|
staffs: staffs$1,
|
|
7796
|
+
staff: staff$1,
|
|
7790
7797
|
how_are_you_today: how_are_you_today$1,
|
|
7791
7798
|
what_was_the_purpose_or_focus_of_today_s_class: what_was_the_purpose_or_focus_of_today_s_class$1,
|
|
7792
7799
|
header_1: header_1$1,
|
|
@@ -7981,7 +7988,8 @@ var lang_uk = {
|
|
|
7981
7988
|
educator: educator$1,
|
|
7982
7989
|
the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in: the_data_presented_in_this_chart_reflects_the_student_s_most_recent_check_in$1,
|
|
7983
7990
|
free_fields_responses: free_fields_responses$1,
|
|
7984
|
-
please_select_a_category_to_view_data: please_select_a_category_to_view_data$1
|
|
7991
|
+
please_select_a_category_to_view_data: please_select_a_category_to_view_data$1,
|
|
7992
|
+
of: of$1
|
|
7985
7993
|
};
|
|
7986
7994
|
|
|
7987
7995
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -9773,6 +9781,7 @@ var activity_list$2 = "قائمة الأنشطة";
|
|
|
9773
9781
|
var select_academic_year$2 = "حدد العام الدراسي";
|
|
9774
9782
|
var a_number_of_staff$2 = "عدد من الموظفين";
|
|
9775
9783
|
var staffs$2 = "الموظفين";
|
|
9784
|
+
var staff$2 = "طاقم عمل";
|
|
9776
9785
|
var how_are_you_today$2 = "كيف حالك اليوم؟";
|
|
9777
9786
|
var what_was_the_purpose_or_focus_of_today_s_class$2 = "ما هو هدف أو محور تركيز حصة اليوم؟";
|
|
9778
9787
|
var header_1$2 = "العنوان الرأسي 1";
|
|
@@ -11789,6 +11798,7 @@ var lang_ar = {
|
|
|
11789
11798
|
select_academic_year: select_academic_year$2,
|
|
11790
11799
|
a_number_of_staff: a_number_of_staff$2,
|
|
11791
11800
|
staffs: staffs$2,
|
|
11801
|
+
staff: staff$2,
|
|
11792
11802
|
how_are_you_today: how_are_you_today$2,
|
|
11793
11803
|
what_was_the_purpose_or_focus_of_today_s_class: what_was_the_purpose_or_focus_of_today_s_class$2,
|
|
11794
11804
|
header_1: header_1$2,
|
|
@@ -13813,6 +13823,7 @@ var activity_list$3 = "Lista de actividades";
|
|
|
13813
13823
|
var select_academic_year$3 = "Seleccionar año académico";
|
|
13814
13824
|
var a_number_of_staff$3 = "Varios miembros del personal";
|
|
13815
13825
|
var staffs$3 = "Personal";
|
|
13826
|
+
var staff$3 = "Personal";
|
|
13816
13827
|
var how_are_you_today$3 = "¿Cómo se encuentra hoy?";
|
|
13817
13828
|
var what_was_the_purpose_or_focus_of_today_s_class$3 = "¿Cuál era el propósito o el objetivo de la clase de hoy?";
|
|
13818
13829
|
var header_1$3 = "Encabezado 1";
|
|
@@ -15829,6 +15840,7 @@ var lang_es = {
|
|
|
15829
15840
|
select_academic_year: select_academic_year$3,
|
|
15830
15841
|
a_number_of_staff: a_number_of_staff$3,
|
|
15831
15842
|
staffs: staffs$3,
|
|
15843
|
+
staff: staff$3,
|
|
15832
15844
|
how_are_you_today: how_are_you_today$3,
|
|
15833
15845
|
what_was_the_purpose_or_focus_of_today_s_class: what_was_the_purpose_or_focus_of_today_s_class$3,
|
|
15834
15846
|
header_1: header_1$3,
|
|
@@ -17853,6 +17865,7 @@ var activity_list$4 = "活动列表";
|
|
|
17853
17865
|
var select_academic_year$4 = "选择学年";
|
|
17854
17866
|
var a_number_of_staff$4 = "一些员工";
|
|
17855
17867
|
var staffs$4 = "员工";
|
|
17868
|
+
var staff$4 = "职员";
|
|
17856
17869
|
var how_are_you_today$4 = "您今天怎么样?";
|
|
17857
17870
|
var what_was_the_purpose_or_focus_of_today_s_class$4 = "今天的课程的目的或重点是什么?";
|
|
17858
17871
|
var header_1$4 = "标题 1";
|
|
@@ -19869,6 +19882,7 @@ var lang_zh = {
|
|
|
19869
19882
|
select_academic_year: select_academic_year$4,
|
|
19870
19883
|
a_number_of_staff: a_number_of_staff$4,
|
|
19871
19884
|
staffs: staffs$4,
|
|
19885
|
+
staff: staff$4,
|
|
19872
19886
|
how_are_you_today: how_are_you_today$4,
|
|
19873
19887
|
what_was_the_purpose_or_focus_of_today_s_class: what_was_the_purpose_or_focus_of_today_s_class$4,
|
|
19874
19888
|
header_1: header_1$4,
|