mario-core 2.9.181-survey → 2.9.183-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 CHANGED
@@ -288,6 +288,8 @@ var search_question_category = "Search question category";
288
288
  var no_question = "No question";
289
289
  var select_question = "Select question";
290
290
  var select_student = "Select student";
291
+ var select_staff = "Select staff";
292
+ var staff_name = "Staff name";
291
293
  var select_teacher = "Select teacher";
292
294
  var do_you_want_to_talk_with = "Who would you like to check-in with?";
293
295
  var please_select_a_student = "Please select a student";
@@ -371,6 +373,7 @@ var book_conferences = "Book conferences";
371
373
  var final_score = "Final score";
372
374
  var new_conference = "New Conference";
373
375
  var search_student = "Search student";
376
+ var search_staff = "Search staff";
374
377
  var meeting_schedule = "Meeting schedule";
375
378
  var class_schedule = "Class schedule";
376
379
  var more_questions = "More Questions";
@@ -718,6 +721,7 @@ var responses_distribution = "Responses Distribution";
718
721
  var ratings_of_questions = "Ratings of Questions";
719
722
  var show_results_for = "Show results for";
720
723
  var view_list_of_students = "View List of Students";
724
+ var view_list_of_responses = "View List of Response";
721
725
  var number_of_responses = "Number of Responses";
722
726
  var number_of_not_responses = "Number of Not Responses";
723
727
  var question_rating = "Question Rating";
@@ -767,6 +771,7 @@ var calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best = "Calm and
767
771
  var manageable_levels_of_stress_allowing_me_to_perform_at_my_best = "Manageable levels of stress allowing me to perform at my best.";
768
772
  var still_in_control_but_starting_to_feel_the_pressure = "Still in control but starting to feel the pressure.";
769
773
  var too_much_pressure_and_really_struggling_to_manage_my_workload = "Too much pressure and really struggling to manage my workload.";
774
+ var import_emails_by_csv = "Import email by csv";
770
775
  var request_number = "Request number";
771
776
  var select_or_input_class_type = "Select or input class type";
772
777
  var send_request = "Send Request";
@@ -1029,6 +1034,8 @@ var lang_us = {
1029
1034
  no_question: no_question,
1030
1035
  select_question: select_question,
1031
1036
  select_student: select_student,
1037
+ select_staff: select_staff,
1038
+ staff_name: staff_name,
1032
1039
  select_teacher: select_teacher,
1033
1040
  do_you_want_to_talk_with: do_you_want_to_talk_with,
1034
1041
  please_select_a_student: please_select_a_student,
@@ -1112,6 +1119,7 @@ var lang_us = {
1112
1119
  final_score: final_score,
1113
1120
  new_conference: new_conference,
1114
1121
  search_student: search_student,
1122
+ search_staff: search_staff,
1115
1123
  "1_1_conversation": "1-1 Conversation",
1116
1124
  meeting_schedule: meeting_schedule,
1117
1125
  class_schedule: class_schedule,
@@ -1468,6 +1476,7 @@ var lang_us = {
1468
1476
  ratings_of_questions: ratings_of_questions,
1469
1477
  show_results_for: show_results_for,
1470
1478
  view_list_of_students: view_list_of_students,
1479
+ view_list_of_responses: view_list_of_responses,
1471
1480
  number_of_responses: number_of_responses,
1472
1481
  number_of_not_responses: number_of_not_responses,
1473
1482
  question_rating: question_rating,
@@ -1519,6 +1528,7 @@ var lang_us = {
1519
1528
  manageable_levels_of_stress_allowing_me_to_perform_at_my_best: manageable_levels_of_stress_allowing_me_to_perform_at_my_best,
1520
1529
  still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure,
1521
1530
  too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload,
1531
+ import_emails_by_csv: import_emails_by_csv,
1522
1532
  request_number: request_number,
1523
1533
  select_or_input_class_type: select_or_input_class_type,
1524
1534
  send_request: send_request,
@@ -1779,6 +1789,8 @@ var search_question_category$1 = "Search question category";
1779
1789
  var no_question$1 = "No question";
1780
1790
  var select_question$1 = "Select question";
1781
1791
  var select_student$1 = "Select student";
1792
+ var select_staff$1 = "Select staff";
1793
+ var staff_name$1 = "Staff name";
1782
1794
  var select_teacher$1 = "Select teacher";
1783
1795
  var do_you_want_to_talk_with$1 = "Who would you like to check-in with?";
1784
1796
  var please_select_a_student$1 = "Please select a student";
@@ -1862,6 +1874,7 @@ var book_conferences$1 = "Book conferences";
1862
1874
  var final_score$1 = "Final score";
1863
1875
  var new_conference$1 = "New Conference";
1864
1876
  var search_student$1 = "Search student";
1877
+ var search_staff$1 = "Search staff";
1865
1878
  var meeting_schedule$1 = "Meeting schedule";
1866
1879
  var class_schedule$1 = "Class schedule";
1867
1880
  var more_questions$1 = "More Questions";
@@ -2209,6 +2222,7 @@ var responses_distribution$1 = "Responses Distribution";
2209
2222
  var ratings_of_questions$1 = "Ratings of Questions";
2210
2223
  var show_results_for$1 = "Show results for";
2211
2224
  var view_list_of_students$1 = "View List of Students";
2225
+ var view_list_of_responses$1 = "View List of Response";
2212
2226
  var number_of_responses$1 = "Number of Responses";
2213
2227
  var number_of_not_responses$1 = "Number of Not Responses";
2214
2228
  var question_rating$1 = "Question Rating";
@@ -2258,6 +2272,7 @@ var calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best$1 = "Calm a
2258
2272
  var manageable_levels_of_stress_allowing_me_to_perform_at_my_best$1 = "Manageable levels of stress allowing me to perform at my best.";
2259
2273
  var still_in_control_but_starting_to_feel_the_pressure$1 = "Still in control but starting to feel the pressure.";
2260
2274
  var too_much_pressure_and_really_struggling_to_manage_my_workload$1 = "Too much pressure and really struggling to manage my workload.";
2275
+ var import_emails_by_csv$1 = "Import email by csv";
2261
2276
  var request_number$1 = "Request number";
2262
2277
  var select_or_input_class_type$1 = "Select or input class type";
2263
2278
  var send_request$1 = "Send Request";
@@ -2520,6 +2535,8 @@ var lang_uk = {
2520
2535
  no_question: no_question$1,
2521
2536
  select_question: select_question$1,
2522
2537
  select_student: select_student$1,
2538
+ select_staff: select_staff$1,
2539
+ staff_name: staff_name$1,
2523
2540
  select_teacher: select_teacher$1,
2524
2541
  do_you_want_to_talk_with: do_you_want_to_talk_with$1,
2525
2542
  please_select_a_student: please_select_a_student$1,
@@ -2603,6 +2620,7 @@ var lang_uk = {
2603
2620
  final_score: final_score$1,
2604
2621
  new_conference: new_conference$1,
2605
2622
  search_student: search_student$1,
2623
+ search_staff: search_staff$1,
2606
2624
  "1_1_conversation": "1-1 Conversation",
2607
2625
  meeting_schedule: meeting_schedule$1,
2608
2626
  class_schedule: class_schedule$1,
@@ -2959,6 +2977,7 @@ var lang_uk = {
2959
2977
  ratings_of_questions: ratings_of_questions$1,
2960
2978
  show_results_for: show_results_for$1,
2961
2979
  view_list_of_students: view_list_of_students$1,
2980
+ view_list_of_responses: view_list_of_responses$1,
2962
2981
  number_of_responses: number_of_responses$1,
2963
2982
  number_of_not_responses: number_of_not_responses$1,
2964
2983
  question_rating: question_rating$1,
@@ -3010,6 +3029,7 @@ var lang_uk = {
3010
3029
  manageable_levels_of_stress_allowing_me_to_perform_at_my_best: manageable_levels_of_stress_allowing_me_to_perform_at_my_best$1,
3011
3030
  still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$1,
3012
3031
  too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$1,
3032
+ import_emails_by_csv: import_emails_by_csv$1,
3013
3033
  request_number: request_number$1,
3014
3034
  select_or_input_class_type: select_or_input_class_type$1,
3015
3035
  send_request: send_request$1,
@@ -3062,6 +3082,15 @@ var DATE_MIN_VALUE = "0001-01-01T00:00:00";
3062
3082
  var LICENSE_AGGRID = "Alhanko&Johnson_BASE23_single_1_Devs__22_November_2020_[v2]_MTYwNjAwMzIwMDAwMA==d452f38afc893671cad92795e95d52a1";
3063
3083
  var BASE_URL = function () {
3064
3084
  var windowUrl = window.location.href;
3085
+
3086
+ if (windowUrl.includes("stage.marioforme.com")) {
3087
+ return windowUrl.split("//")[0] + "//stage-api.marioforme.com";
3088
+ }
3089
+
3090
+ if (windowUrl.includes("stage2.marioforme.com")) {
3091
+ return windowUrl.split("//")[0] + "//stage2-api.marioforme.com";
3092
+ }
3093
+
3065
3094
  var url = windowUrl.split("//")[0] + "//" + windowUrl.split("//")[1].split("/")[0];
3066
3095
  return url;
3067
3096
  }();