mario-core 2.9.178-survey → 2.9.180-external
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 +14 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +14 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -287,6 +287,8 @@ var search_question_category = "Search question category";
|
|
|
287
287
|
var no_question = "No question";
|
|
288
288
|
var select_question = "Select question";
|
|
289
289
|
var select_student = "Select student";
|
|
290
|
+
var select_staff = "Select staff";
|
|
291
|
+
var staff_name = "Staff name";
|
|
290
292
|
var select_teacher = "Select teacher";
|
|
291
293
|
var do_you_want_to_talk_with = "Who would you like to check-in with?";
|
|
292
294
|
var please_select_a_student = "Please select a student";
|
|
@@ -766,6 +768,7 @@ var calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best = "Calm and
|
|
|
766
768
|
var manageable_levels_of_stress_allowing_me_to_perform_at_my_best = "Manageable levels of stress allowing me to perform at my best.";
|
|
767
769
|
var still_in_control_but_starting_to_feel_the_pressure = "Still in control but starting to feel the pressure.";
|
|
768
770
|
var too_much_pressure_and_really_struggling_to_manage_my_workload = "Too much pressure and really struggling to manage my workload.";
|
|
771
|
+
var import_emails_by_csv = "Import email by csv";
|
|
769
772
|
var lang_us = {
|
|
770
773
|
dashboard: dashboard,
|
|
771
774
|
user: user,
|
|
@@ -1021,6 +1024,8 @@ var lang_us = {
|
|
|
1021
1024
|
no_question: no_question,
|
|
1022
1025
|
select_question: select_question,
|
|
1023
1026
|
select_student: select_student,
|
|
1027
|
+
select_staff: select_staff,
|
|
1028
|
+
staff_name: staff_name,
|
|
1024
1029
|
select_teacher: select_teacher,
|
|
1025
1030
|
do_you_want_to_talk_with: do_you_want_to_talk_with,
|
|
1026
1031
|
please_select_a_student: please_select_a_student,
|
|
@@ -1510,7 +1515,8 @@ var lang_us = {
|
|
|
1510
1515
|
calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best: calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best,
|
|
1511
1516
|
manageable_levels_of_stress_allowing_me_to_perform_at_my_best: manageable_levels_of_stress_allowing_me_to_perform_at_my_best,
|
|
1512
1517
|
still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure,
|
|
1513
|
-
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload
|
|
1518
|
+
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload,
|
|
1519
|
+
import_emails_by_csv: import_emails_by_csv
|
|
1514
1520
|
};
|
|
1515
1521
|
|
|
1516
1522
|
var dashboard$1 = "Dashboard";
|
|
@@ -1764,6 +1770,8 @@ var search_question_category$1 = "Search question category";
|
|
|
1764
1770
|
var no_question$1 = "No question";
|
|
1765
1771
|
var select_question$1 = "Select question";
|
|
1766
1772
|
var select_student$1 = "Select student";
|
|
1773
|
+
var select_staff$1 = "Select staff";
|
|
1774
|
+
var staff_name$1 = "Staff name";
|
|
1767
1775
|
var select_teacher$1 = "Select teacher";
|
|
1768
1776
|
var do_you_want_to_talk_with$1 = "Who would you like to check-in with?";
|
|
1769
1777
|
var please_select_a_student$1 = "Please select a student";
|
|
@@ -2243,6 +2251,7 @@ var calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best$1 = "Calm a
|
|
|
2243
2251
|
var manageable_levels_of_stress_allowing_me_to_perform_at_my_best$1 = "Manageable levels of stress allowing me to perform at my best.";
|
|
2244
2252
|
var still_in_control_but_starting_to_feel_the_pressure$1 = "Still in control but starting to feel the pressure.";
|
|
2245
2253
|
var too_much_pressure_and_really_struggling_to_manage_my_workload$1 = "Too much pressure and really struggling to manage my workload.";
|
|
2254
|
+
var import_emails_by_csv$1 = "Import email by csv";
|
|
2246
2255
|
var lang_uk = {
|
|
2247
2256
|
dashboard: dashboard$1,
|
|
2248
2257
|
user: user$1,
|
|
@@ -2498,6 +2507,8 @@ var lang_uk = {
|
|
|
2498
2507
|
no_question: no_question$1,
|
|
2499
2508
|
select_question: select_question$1,
|
|
2500
2509
|
select_student: select_student$1,
|
|
2510
|
+
select_staff: select_staff$1,
|
|
2511
|
+
staff_name: staff_name$1,
|
|
2501
2512
|
select_teacher: select_teacher$1,
|
|
2502
2513
|
do_you_want_to_talk_with: do_you_want_to_talk_with$1,
|
|
2503
2514
|
please_select_a_student: please_select_a_student$1,
|
|
@@ -2987,7 +2998,8 @@ var lang_uk = {
|
|
|
2987
2998
|
calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best: calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best$1,
|
|
2988
2999
|
manageable_levels_of_stress_allowing_me_to_perform_at_my_best: manageable_levels_of_stress_allowing_me_to_perform_at_my_best$1,
|
|
2989
3000
|
still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$1,
|
|
2990
|
-
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$1
|
|
3001
|
+
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$1,
|
|
3002
|
+
import_emails_by_csv: import_emails_by_csv$1
|
|
2991
3003
|
};
|
|
2992
3004
|
|
|
2993
3005
|
var TINY_MCE_API_KEY = "adpshj9swgsscf83gw4gs2f74nx0vicpd5ydka20iqjd7l8r";
|