mario-core 2.9.121-iep → 2.9.122-beta

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
@@ -266,6 +266,9 @@ var never = "Never";
266
266
  var on = "On";
267
267
  var after = "After";
268
268
  var pick_a_date = "Pick a date";
269
+ var pick_a_time = "Pick a time";
270
+ var change_date = "Change date";
271
+ var change_time = "Change time";
269
272
  var apply = "Apply";
270
273
  var new_1_to_1 = "New 1-to-1";
271
274
  var new_check_in = "New Check In";
@@ -277,6 +280,15 @@ var search_question_category = "Search question category";
277
280
  var no_question = "No question";
278
281
  var select_question = "Select question";
279
282
  var select_student = "Select student";
283
+ var select_teacher = "Select teacher";
284
+ var do_you_want_to_talk_with = "Do you want to talk with";
285
+ var please_select_a_student = "Please select a student";
286
+ var please_select_a_teacher = "Please select a teacher";
287
+ var please_provide_a_valid_student = "Please provide a valid student";
288
+ var please_provide_a_valid_teacher = "Please provide a valid teacher";
289
+ var select_a_student_and_launch_a_new_session_or_book_one_for_later = "Select a student and launch a new session or book one for later";
290
+ var you_have_no_teacher = "You have no teacher";
291
+ var search_teacher = "Search teacher";
280
292
  var select_date_time = "Select Date & Time";
281
293
  var book_1_to_1 = "Book 1-to-1";
282
294
  var book_new_check_in = "Book new Check In";
@@ -610,6 +622,7 @@ var current_secondary_teacher_email = "Current Secondary Teacher Email";
610
622
  var remove_secondary_teacher = "Remove Secondary Teacher";
611
623
  var select_secondary_teacher_change = "Select Secondary Teacher Change";
612
624
  var filter_calendar = "Filter calendar";
625
+ var is_active = "Is Active";
613
626
  var lang_us = {
614
627
  dashboard: dashboard,
615
628
  user: user,
@@ -847,6 +860,9 @@ var lang_us = {
847
860
  on: on,
848
861
  after: after,
849
862
  pick_a_date: pick_a_date,
863
+ pick_a_time: pick_a_time,
864
+ change_date: change_date,
865
+ change_time: change_time,
850
866
  apply: apply,
851
867
  new_1_to_1: new_1_to_1,
852
868
  new_check_in: new_check_in,
@@ -858,6 +874,15 @@ var lang_us = {
858
874
  no_question: no_question,
859
875
  select_question: select_question,
860
876
  select_student: select_student,
877
+ select_teacher: select_teacher,
878
+ do_you_want_to_talk_with: do_you_want_to_talk_with,
879
+ please_select_a_student: please_select_a_student,
880
+ please_select_a_teacher: please_select_a_teacher,
881
+ please_provide_a_valid_student: please_provide_a_valid_student,
882
+ please_provide_a_valid_teacher: please_provide_a_valid_teacher,
883
+ select_a_student_and_launch_a_new_session_or_book_one_for_later: select_a_student_and_launch_a_new_session_or_book_one_for_later,
884
+ you_have_no_teacher: you_have_no_teacher,
885
+ search_teacher: search_teacher,
861
886
  select_date_time: select_date_time,
862
887
  book_1_to_1: book_1_to_1,
863
888
  book_new_check_in: book_new_check_in,
@@ -1193,7 +1218,8 @@ var lang_us = {
1193
1218
  current_secondary_teacher_email: current_secondary_teacher_email,
1194
1219
  remove_secondary_teacher: remove_secondary_teacher,
1195
1220
  select_secondary_teacher_change: select_secondary_teacher_change,
1196
- filter_calendar: filter_calendar
1221
+ filter_calendar: filter_calendar,
1222
+ is_active: is_active
1197
1223
  };
1198
1224
 
1199
1225
  var dashboard$1 = "Dashboard";
@@ -1429,6 +1455,9 @@ var never$1 = "Never";
1429
1455
  var on$1 = "On";
1430
1456
  var after$1 = "After";
1431
1457
  var pick_a_date$1 = "Pick a date";
1458
+ var pick_a_time$1 = "Pick a time";
1459
+ var change_date$1 = "Change date";
1460
+ var change_time$1 = "Change time";
1432
1461
  var apply$1 = "Apply";
1433
1462
  var new_1_to_1$1 = "New 1-to-1";
1434
1463
  var new_check_in$1 = "New Check In";
@@ -1440,6 +1469,15 @@ var search_question_category$1 = "Search question category";
1440
1469
  var no_question$1 = "No question";
1441
1470
  var select_question$1 = "Select question";
1442
1471
  var select_student$1 = "Select student";
1472
+ var select_teacher$1 = "Select teacher";
1473
+ var do_you_want_to_talk_with$1 = "Do you want to talk with";
1474
+ var please_select_a_student$1 = "Please select a student";
1475
+ var please_select_a_teacher$1 = "Please select a teacher";
1476
+ var please_provide_a_valid_student$1 = "Please provide a valid student";
1477
+ var please_provide_a_valid_teacher$1 = "Please provide a valid teacher";
1478
+ var select_a_student_and_launch_a_new_session_or_book_one_for_later$1 = "Select a student and launch a new session or book one for later";
1479
+ var you_have_no_teacher$1 = "You have no teacher";
1480
+ var search_teacher$1 = "Search teacher";
1443
1481
  var select_date_time$1 = "Select Date & Time";
1444
1482
  var book_1_to_1$1 = "Book 1-to-1";
1445
1483
  var book_new_check_in$1 = "Book new Check In";
@@ -1773,6 +1811,7 @@ var current_secondary_teacher_email$1 = "Current Secondary Teacher Email";
1773
1811
  var remove_secondary_teacher$1 = "Remove Secondary Teacher";
1774
1812
  var select_secondary_teacher_change$1 = "Select Secondary Teacher Change";
1775
1813
  var filter_calendar$1 = "Filter calendar";
1814
+ var is_active$1 = "Is Active";
1776
1815
  var lang_uk = {
1777
1816
  dashboard: dashboard$1,
1778
1817
  user: user$1,
@@ -2010,6 +2049,9 @@ var lang_uk = {
2010
2049
  on: on$1,
2011
2050
  after: after$1,
2012
2051
  pick_a_date: pick_a_date$1,
2052
+ pick_a_time: pick_a_time$1,
2053
+ change_date: change_date$1,
2054
+ change_time: change_time$1,
2013
2055
  apply: apply$1,
2014
2056
  new_1_to_1: new_1_to_1$1,
2015
2057
  new_check_in: new_check_in$1,
@@ -2021,6 +2063,15 @@ var lang_uk = {
2021
2063
  no_question: no_question$1,
2022
2064
  select_question: select_question$1,
2023
2065
  select_student: select_student$1,
2066
+ select_teacher: select_teacher$1,
2067
+ do_you_want_to_talk_with: do_you_want_to_talk_with$1,
2068
+ please_select_a_student: please_select_a_student$1,
2069
+ please_select_a_teacher: please_select_a_teacher$1,
2070
+ please_provide_a_valid_student: please_provide_a_valid_student$1,
2071
+ please_provide_a_valid_teacher: please_provide_a_valid_teacher$1,
2072
+ select_a_student_and_launch_a_new_session_or_book_one_for_later: select_a_student_and_launch_a_new_session_or_book_one_for_later$1,
2073
+ you_have_no_teacher: you_have_no_teacher$1,
2074
+ search_teacher: search_teacher$1,
2024
2075
  select_date_time: select_date_time$1,
2025
2076
  book_1_to_1: book_1_to_1$1,
2026
2077
  book_new_check_in: book_new_check_in$1,
@@ -2356,7 +2407,8 @@ var lang_uk = {
2356
2407
  current_secondary_teacher_email: current_secondary_teacher_email$1,
2357
2408
  remove_secondary_teacher: remove_secondary_teacher$1,
2358
2409
  select_secondary_teacher_change: select_secondary_teacher_change$1,
2359
- filter_calendar: filter_calendar$1
2410
+ filter_calendar: filter_calendar$1,
2411
+ is_active: is_active$1
2360
2412
  };
2361
2413
 
2362
2414
  var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";