mario-core 2.9.60-beta → 2.9.62-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
@@ -72,6 +72,7 @@ var tooltip_content_safety_chart = "The visual represenation of all the response
72
72
  var tooltip_content_student_by_age_chart = "The specific representation of students by gender and grade level at your school.";
73
73
  var tooltip_content_students_by_designation = "The composite representation of students by individual grades in your school with specific designations.";
74
74
  var total_1_to_1 = "Total 1-to-1";
75
+ var total_check_in = "Total Check In";
75
76
  var total_1_to_1_time = "Total 1-to-1 Time";
76
77
  var total_conferences = "Total Conferences";
77
78
  var total_conferences_time = "Total Conferences Time";
@@ -217,6 +218,7 @@ var edit_destination = "Edit Destination";
217
218
  var confirm = "Confirm";
218
219
  var hello = "Hello";
219
220
  var todays_1_1 = "Today’s 1-1";
221
+ var todays_check_in = "Today’s Check In";
220
222
  var todays_Conferences = "Today’s Conferences";
221
223
  var next_meeting = "Next Meeting";
222
224
  var next_conference = "Next Conference";
@@ -278,6 +280,7 @@ var time_must_be_between_8_am_and_6_pm = "Time must be between 8 AM and 6 PM";
278
280
  var from = "From";
279
281
  var to = "To";
280
282
  var show_only_favorites = "Show only favorites";
283
+ var show_only_conversation = "Show 1-1 conversation only";
281
284
  var duration = "Duration";
282
285
  var favorite = "Favorite";
283
286
  var open = "Open";
@@ -616,6 +619,7 @@ var lang_us = {
616
619
  tooltip_content_student_by_age_chart: tooltip_content_student_by_age_chart,
617
620
  tooltip_content_students_by_designation: tooltip_content_students_by_designation,
618
621
  total_1_to_1: total_1_to_1,
622
+ total_check_in: total_check_in,
619
623
  total_1_to_1_time: total_1_to_1_time,
620
624
  total_conferences: total_conferences,
621
625
  total_conferences_time: total_conferences_time,
@@ -763,6 +767,7 @@ var lang_us = {
763
767
  confirm: confirm,
764
768
  hello: hello,
765
769
  todays_1_1: todays_1_1,
770
+ todays_check_in: todays_check_in,
766
771
  todays_Conferences: todays_Conferences,
767
772
  next_meeting: next_meeting,
768
773
  next_conference: next_conference,
@@ -826,6 +831,7 @@ var lang_us = {
826
831
  from: from,
827
832
  to: to,
828
833
  show_only_favorites: show_only_favorites,
834
+ show_only_conversation: show_only_conversation,
829
835
  duration: duration,
830
836
  favorite: favorite,
831
837
  open: open,
@@ -1167,6 +1173,7 @@ var tooltip_content_safety_chart$1 = "The visual represenation of all the respon
1167
1173
  var tooltip_content_student_by_age_chart$1 = "The specific representation of students by gender and grade level at your school.";
1168
1174
  var tooltip_content_students_by_designation$1 = "The composite representation of students by individual grades in your school with specific designations.";
1169
1175
  var total_1_to_1$1 = "Total 1-to-1";
1176
+ var total_check_in$1 = "Total Check In";
1170
1177
  var total_1_to_1_time$1 = "Total 1-to-1 Time";
1171
1178
  var total_conferences$1 = "Total Conferences";
1172
1179
  var total_conferences_time$1 = "Total Conferences Time";
@@ -1314,6 +1321,7 @@ var edit_destination$1 = "Edit Destination";
1314
1321
  var confirm$1 = "Confirm";
1315
1322
  var hello$1 = "Hello";
1316
1323
  var todays_1_1$1 = "Today’s 1-1";
1324
+ var todays_check_in$1 = "Today’s Check In";
1317
1325
  var todays_Conferences$1 = "Today’s Conferences";
1318
1326
  var next_meeting$1 = "Next Meeting";
1319
1327
  var next_conference$1 = "Next Conference";
@@ -1375,6 +1383,7 @@ var time_must_be_between_8_am_and_6_pm$1 = "Time must be between 8 AM and 6 PM";
1375
1383
  var from$1 = "From";
1376
1384
  var to$1 = "To";
1377
1385
  var show_only_favorites$1 = "Show only favorites";
1386
+ var show_only_conversation$1 = "Show 1-1 conversation only";
1378
1387
  var duration$1 = "Duration";
1379
1388
  var favorite$1 = "Favorite";
1380
1389
  var open$1 = "Open";
@@ -1713,6 +1722,7 @@ var lang_uk = {
1713
1722
  tooltip_content_student_by_age_chart: tooltip_content_student_by_age_chart$1,
1714
1723
  tooltip_content_students_by_designation: tooltip_content_students_by_designation$1,
1715
1724
  total_1_to_1: total_1_to_1$1,
1725
+ total_check_in: total_check_in$1,
1716
1726
  total_1_to_1_time: total_1_to_1_time$1,
1717
1727
  total_conferences: total_conferences$1,
1718
1728
  total_conferences_time: total_conferences_time$1,
@@ -1860,6 +1870,7 @@ var lang_uk = {
1860
1870
  confirm: confirm$1,
1861
1871
  hello: hello$1,
1862
1872
  todays_1_1: todays_1_1$1,
1873
+ todays_check_in: todays_check_in$1,
1863
1874
  todays_Conferences: todays_Conferences$1,
1864
1875
  next_meeting: next_meeting$1,
1865
1876
  next_conference: next_conference$1,
@@ -1923,6 +1934,7 @@ var lang_uk = {
1923
1934
  from: from$1,
1924
1935
  to: to$1,
1925
1936
  show_only_favorites: show_only_favorites$1,
1937
+ show_only_conversation: show_only_conversation$1,
1926
1938
  duration: duration$1,
1927
1939
  favorite: favorite$1,
1928
1940
  open: open$1,