mario-core 2.9.357-release → 2.9.359-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 +37 -11
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +37 -11
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -2026,6 +2026,9 @@ var enter_answer = "Enter answer";
|
|
|
2026
2026
|
var select_flag = "Select flag";
|
|
2027
2027
|
var emotion_icon = "Emotion icon";
|
|
2028
2028
|
var is_correct_answers = "Is correct answers";
|
|
2029
|
+
var your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard = "Your survey was sent to {{numberStudent}} students and {{numberStaff}} Staff members. You can keep track of the results on our Survey Dashboard.";
|
|
2030
|
+
var leave = "leave";
|
|
2031
|
+
var go_to_the_survey_dashboard = "Go to the Survey Dashboard";
|
|
2029
2032
|
var lang_us = {
|
|
2030
2033
|
dashboard: dashboard,
|
|
2031
2034
|
user: user,
|
|
@@ -4051,7 +4054,10 @@ var lang_us = {
|
|
|
4051
4054
|
enter_answer: enter_answer,
|
|
4052
4055
|
select_flag: select_flag,
|
|
4053
4056
|
emotion_icon: emotion_icon,
|
|
4054
|
-
is_correct_answers: is_correct_answers
|
|
4057
|
+
is_correct_answers: is_correct_answers,
|
|
4058
|
+
your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard: your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard,
|
|
4059
|
+
leave: leave,
|
|
4060
|
+
go_to_the_survey_dashboard: go_to_the_survey_dashboard
|
|
4055
4061
|
};
|
|
4056
4062
|
|
|
4057
4063
|
var dashboard$1 = "Dashboard";
|
|
@@ -6042,6 +6048,9 @@ var enter_answer$1 = "Enter answer";
|
|
|
6042
6048
|
var select_flag$1 = "Select flag";
|
|
6043
6049
|
var emotion_icon$1 = "Emotion icon";
|
|
6044
6050
|
var is_correct_answers$1 = "Is correct answers";
|
|
6051
|
+
var your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard$1 = "Your survey was sent to {{numberStudent}} students and {{numberStaff}} Staff members. You can keep track of the results on our Survey Dashboard.";
|
|
6052
|
+
var leave$1 = "leave";
|
|
6053
|
+
var go_to_the_survey_dashboard$1 = "Go to the Survey Dashboard";
|
|
6045
6054
|
var lang_uk = {
|
|
6046
6055
|
dashboard: dashboard$1,
|
|
6047
6056
|
user: user$1,
|
|
@@ -8067,7 +8076,10 @@ var lang_uk = {
|
|
|
8067
8076
|
enter_answer: enter_answer$1,
|
|
8068
8077
|
select_flag: select_flag$1,
|
|
8069
8078
|
emotion_icon: emotion_icon$1,
|
|
8070
|
-
is_correct_answers: is_correct_answers$1
|
|
8079
|
+
is_correct_answers: is_correct_answers$1,
|
|
8080
|
+
your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard: your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard$1,
|
|
8081
|
+
leave: leave$1,
|
|
8082
|
+
go_to_the_survey_dashboard: go_to_the_survey_dashboard$1
|
|
8071
8083
|
};
|
|
8072
8084
|
|
|
8073
8085
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -10090,6 +10102,9 @@ var enter_answer$2 = "أدخل الإجابة";
|
|
|
10090
10102
|
var select_flag$2 = "حدد العلم";
|
|
10091
10103
|
var emotion_icon$2 = "أيقونة العاطفة";
|
|
10092
10104
|
var is_correct_answers$2 = "هل هي اجابات صحيحة";
|
|
10105
|
+
var your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard$2 = "تم إرسال استبيانك إلى {{numberStudent}} طالبًا و{{numberStaff}} عضوًا من هيئة التدريس. يمكنك متابعة النتائج على لوحة معلومات الاستبيان الخاصة بنا.";
|
|
10106
|
+
var leave$2 = "يترك";
|
|
10107
|
+
var go_to_the_survey_dashboard$2 = "انتقل إلى لوحة معلومات الاستطلاع";
|
|
10093
10108
|
var lang_ar = {
|
|
10094
10109
|
dashboard: dashboard$2,
|
|
10095
10110
|
user: user$2,
|
|
@@ -12149,7 +12164,10 @@ var lang_ar = {
|
|
|
12149
12164
|
enter_answer: enter_answer$2,
|
|
12150
12165
|
select_flag: select_flag$2,
|
|
12151
12166
|
emotion_icon: emotion_icon$2,
|
|
12152
|
-
is_correct_answers: is_correct_answers$2
|
|
12167
|
+
is_correct_answers: is_correct_answers$2,
|
|
12168
|
+
your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard: your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard$2,
|
|
12169
|
+
leave: leave$2,
|
|
12170
|
+
go_to_the_survey_dashboard: go_to_the_survey_dashboard$2
|
|
12153
12171
|
};
|
|
12154
12172
|
|
|
12155
12173
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -14172,6 +14190,9 @@ var enter_answer$3 = "Introducir respuesta";
|
|
|
14172
14190
|
var select_flag$3 = "Seleccionar bandera";
|
|
14173
14191
|
var emotion_icon$3 = "Icono de emoción";
|
|
14174
14192
|
var is_correct_answers$3 = "¿Son respuestas correctas?";
|
|
14193
|
+
var your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard$3 = "Su encuesta se envió a {{numberStudent}} estudiantes y {{numberStaff}} miembros del personal. Puede realizar un seguimiento de los resultados en nuestro Panel de encuestas.";
|
|
14194
|
+
var leave$3 = "dejar";
|
|
14195
|
+
var go_to_the_survey_dashboard$3 = "Ir al panel de encuestas";
|
|
14175
14196
|
var lang_es = {
|
|
14176
14197
|
dashboard: dashboard$3,
|
|
14177
14198
|
user: user$3,
|
|
@@ -16231,7 +16252,10 @@ var lang_es = {
|
|
|
16231
16252
|
enter_answer: enter_answer$3,
|
|
16232
16253
|
select_flag: select_flag$3,
|
|
16233
16254
|
emotion_icon: emotion_icon$3,
|
|
16234
|
-
is_correct_answers: is_correct_answers$3
|
|
16255
|
+
is_correct_answers: is_correct_answers$3,
|
|
16256
|
+
your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard: your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard$3,
|
|
16257
|
+
leave: leave$3,
|
|
16258
|
+
go_to_the_survey_dashboard: go_to_the_survey_dashboard$3
|
|
16235
16259
|
};
|
|
16236
16260
|
|
|
16237
16261
|
var dashboard$4 = "仪表板";
|
|
@@ -18254,6 +18278,9 @@ var enter_answer$4 = "输入答案";
|
|
|
18254
18278
|
var select_flag$4 = "选择标志";
|
|
18255
18279
|
var emotion_icon$4 = "情感图标";
|
|
18256
18280
|
var is_correct_answers$4 = "是正确答案";
|
|
18281
|
+
var your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard$4 = "您的调查已发送给 {{numberStudent}} 名学生和 {{numberStaff}} 名教职员工。您可以在我们的调查仪表板上跟踪结果。";
|
|
18282
|
+
var leave$4 = "离开";
|
|
18283
|
+
var go_to_the_survey_dashboard$4 = "前往调查仪表板";
|
|
18257
18284
|
var lang_zh = {
|
|
18258
18285
|
dashboard: dashboard$4,
|
|
18259
18286
|
user: user$4,
|
|
@@ -20313,7 +20340,10 @@ var lang_zh = {
|
|
|
20313
20340
|
enter_answer: enter_answer$4,
|
|
20314
20341
|
select_flag: select_flag$4,
|
|
20315
20342
|
emotion_icon: emotion_icon$4,
|
|
20316
|
-
is_correct_answers: is_correct_answers$4
|
|
20343
|
+
is_correct_answers: is_correct_answers$4,
|
|
20344
|
+
your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard: your_survey_was_sent_to_x_students_and_y_staff_members_you_can_keep_track_of_the_results_on_our_survey_dashboard$4,
|
|
20345
|
+
leave: leave$4,
|
|
20346
|
+
go_to_the_survey_dashboard: go_to_the_survey_dashboard$4
|
|
20317
20347
|
};
|
|
20318
20348
|
|
|
20319
20349
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -39707,7 +39737,7 @@ var HOME_ADMIN = "/admin/users/user-list";
|
|
|
39707
39737
|
var HOME_TEACHER = "/home";
|
|
39708
39738
|
var HOME_STUDENT = "/home";
|
|
39709
39739
|
var DASHBOARD_TITLE = "Dashboard";
|
|
39710
|
-
var ROOT_TITLE = "Mario
|
|
39740
|
+
var ROOT_TITLE = "Mario Education";
|
|
39711
39741
|
var BG_IMAGES = ["images/landing-page.jpg", "images/landing-page2.jpg", "images/landing-page3.jpg"];
|
|
39712
39742
|
|
|
39713
39743
|
var Dashboard = function Dashboard() {
|
|
@@ -44889,11 +44919,7 @@ var AssignStudentList = function AssignStudentList() {
|
|
|
44889
44919
|
className: "mb-2"
|
|
44890
44920
|
}, React.createElement(Col, {
|
|
44891
44921
|
md: 12
|
|
44892
|
-
}, !!userList && userList.length > 0 ? React.createElement("div", {
|
|
44893
|
-
style: {
|
|
44894
|
-
overflow: 'auto'
|
|
44895
|
-
}
|
|
44896
|
-
}, React.createElement(Table, {
|
|
44922
|
+
}, !!userList && userList.length > 0 ? React.createElement("div", null, React.createElement(Table, {
|
|
44897
44923
|
bordered: true,
|
|
44898
44924
|
hover: true,
|
|
44899
44925
|
striped: true,
|