mario-core 2.9.61-beta → 2.9.64-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 +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.modern.js
CHANGED
|
@@ -70,6 +70,7 @@ var tooltip_content_safety_chart = "The visual represenation of all the response
|
|
|
70
70
|
var tooltip_content_student_by_age_chart = "The specific representation of students by gender and grade level at your school.";
|
|
71
71
|
var tooltip_content_students_by_designation = "The composite representation of students by individual grades in your school with specific designations.";
|
|
72
72
|
var total_1_to_1 = "Total 1-to-1";
|
|
73
|
+
var total_check_in = "Total Check In";
|
|
73
74
|
var total_1_to_1_time = "Total 1-to-1 Time";
|
|
74
75
|
var total_conferences = "Total Conferences";
|
|
75
76
|
var total_conferences_time = "Total Conferences Time";
|
|
@@ -215,6 +216,7 @@ var edit_destination = "Edit Destination";
|
|
|
215
216
|
var confirm = "Confirm";
|
|
216
217
|
var hello = "Hello";
|
|
217
218
|
var todays_1_1 = "Today’s 1-1";
|
|
219
|
+
var todays_check_in = "Today’s Check In";
|
|
218
220
|
var todays_Conferences = "Today’s Conferences";
|
|
219
221
|
var next_meeting = "Next Meeting";
|
|
220
222
|
var next_conference = "Next Conference";
|
|
@@ -276,6 +278,7 @@ var time_must_be_between_8_am_and_6_pm = "Time must be between 8 AM and 6 PM";
|
|
|
276
278
|
var from = "From";
|
|
277
279
|
var to = "To";
|
|
278
280
|
var show_only_favorites = "Show only favorites";
|
|
281
|
+
var show_only_conversation = "Show 1-1 conversation only";
|
|
279
282
|
var duration = "Duration";
|
|
280
283
|
var favorite = "Favorite";
|
|
281
284
|
var open = "Open";
|
|
@@ -615,6 +618,7 @@ var lang_us = {
|
|
|
615
618
|
tooltip_content_student_by_age_chart: tooltip_content_student_by_age_chart,
|
|
616
619
|
tooltip_content_students_by_designation: tooltip_content_students_by_designation,
|
|
617
620
|
total_1_to_1: total_1_to_1,
|
|
621
|
+
total_check_in: total_check_in,
|
|
618
622
|
total_1_to_1_time: total_1_to_1_time,
|
|
619
623
|
total_conferences: total_conferences,
|
|
620
624
|
total_conferences_time: total_conferences_time,
|
|
@@ -762,6 +766,7 @@ var lang_us = {
|
|
|
762
766
|
confirm: confirm,
|
|
763
767
|
hello: hello,
|
|
764
768
|
todays_1_1: todays_1_1,
|
|
769
|
+
todays_check_in: todays_check_in,
|
|
765
770
|
todays_Conferences: todays_Conferences,
|
|
766
771
|
next_meeting: next_meeting,
|
|
767
772
|
next_conference: next_conference,
|
|
@@ -825,6 +830,7 @@ var lang_us = {
|
|
|
825
830
|
from: from,
|
|
826
831
|
to: to,
|
|
827
832
|
show_only_favorites: show_only_favorites,
|
|
833
|
+
show_only_conversation: show_only_conversation,
|
|
828
834
|
duration: duration,
|
|
829
835
|
favorite: favorite,
|
|
830
836
|
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";
|
|
@@ -1305,7 +1312,7 @@ var use_for$1 = "Use for";
|
|
|
1305
1312
|
var admin_training$1 = "Admin training";
|
|
1306
1313
|
var teacher_training$1 = "Teacher training";
|
|
1307
1314
|
var created_time$1 = "Create time";
|
|
1308
|
-
var total_reflections$1 = "Total Reflections
|
|
1315
|
+
var total_reflections$1 = "Total Reflections";
|
|
1309
1316
|
var student_training$1 = "Student training";
|
|
1310
1317
|
var create_destination$1 = "Create Destination";
|
|
1311
1318
|
var total_of_designation$1 = "Total of Designation";
|
|
@@ -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";
|
|
@@ -1583,7 +1592,7 @@ var accommodation$1 = "Accommodation";
|
|
|
1583
1592
|
var all_categories$1 = "All categories";
|
|
1584
1593
|
var do_you_want_to_delete_this_accommodation$1 = "Do you want to delete this accommodation";
|
|
1585
1594
|
var edit_accommodation$1 = "Edit Accommodation";
|
|
1586
|
-
var add_accommodation$1 = "
|
|
1595
|
+
var add_accommodation$1 = "Add Accommodation";
|
|
1587
1596
|
var all$1 = "All";
|
|
1588
1597
|
var all_status$1 = "All status";
|
|
1589
1598
|
var goal_type$1 = "Goal Type";
|
|
@@ -1714,6 +1723,7 @@ var lang_uk = {
|
|
|
1714
1723
|
tooltip_content_student_by_age_chart: tooltip_content_student_by_age_chart$1,
|
|
1715
1724
|
tooltip_content_students_by_designation: tooltip_content_students_by_designation$1,
|
|
1716
1725
|
total_1_to_1: total_1_to_1$1,
|
|
1726
|
+
total_check_in: total_check_in$1,
|
|
1717
1727
|
total_1_to_1_time: total_1_to_1_time$1,
|
|
1718
1728
|
total_conferences: total_conferences$1,
|
|
1719
1729
|
total_conferences_time: total_conferences_time$1,
|
|
@@ -1861,6 +1871,7 @@ var lang_uk = {
|
|
|
1861
1871
|
confirm: confirm$1,
|
|
1862
1872
|
hello: hello$1,
|
|
1863
1873
|
todays_1_1: todays_1_1$1,
|
|
1874
|
+
todays_check_in: todays_check_in$1,
|
|
1864
1875
|
todays_Conferences: todays_Conferences$1,
|
|
1865
1876
|
next_meeting: next_meeting$1,
|
|
1866
1877
|
next_conference: next_conference$1,
|
|
@@ -1924,6 +1935,7 @@ var lang_uk = {
|
|
|
1924
1935
|
from: from$1,
|
|
1925
1936
|
to: to$1,
|
|
1926
1937
|
show_only_favorites: show_only_favorites$1,
|
|
1938
|
+
show_only_conversation: show_only_conversation$1,
|
|
1927
1939
|
duration: duration$1,
|
|
1928
1940
|
favorite: favorite$1,
|
|
1929
1941
|
open: open$1,
|