mario-core 2.9.379-feedback → 2.9.380-feedback
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
|
@@ -80,11 +80,11 @@ var tooltip_content_safety_chart = "The visual represenation of all the response
|
|
|
80
80
|
var tooltip_content_student_by_age_chart = "The specific representation of students by gender and grade level at your school.";
|
|
81
81
|
var tooltip_content_students_by_designation = "The composite representation of students by individual grades in your school with specific designations.";
|
|
82
82
|
var total_1_to_1 = "Total 1-1s";
|
|
83
|
-
var total_check_in = "Total Check
|
|
83
|
+
var total_check_in = "Total Check Ins";
|
|
84
84
|
var total_check_ins = "Total Check Ins";
|
|
85
85
|
var total_1_to_1_time = "Total 1-to-1 Time";
|
|
86
86
|
var total_conferences = "Total Conferences";
|
|
87
|
-
var total_conferences_time = "Total
|
|
87
|
+
var total_conferences_time = "Total Conference Time";
|
|
88
88
|
var total_class_reflection_check_ins = "Total Class Reflection Check Ins";
|
|
89
89
|
var create_user = "Create user";
|
|
90
90
|
var edit_user = "Edit user";
|
|
@@ -2075,6 +2075,9 @@ var add_new_style = "Add new style";
|
|
|
2075
2075
|
var you_havent_added_any_preferences_yet = "You havent added any preferences yet";
|
|
2076
2076
|
var you_havent_added_any_visits_yet = "You havent added any visits yet";
|
|
2077
2077
|
var you_havent_added_any_skills_yet = "You havent added any skills yet";
|
|
2078
|
+
var what_s_on_your_mind = "What's on your mind?";
|
|
2079
|
+
var these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above = "These are the last 5 comments from recent check-ins, filtered by the selected criteria above.";
|
|
2080
|
+
var view_all_responses = "View All Responses";
|
|
2078
2081
|
var lang_us = {
|
|
2079
2082
|
dashboard: dashboard,
|
|
2080
2083
|
user: user,
|
|
@@ -4156,7 +4159,10 @@ var lang_us = {
|
|
|
4156
4159
|
add_new_style: add_new_style,
|
|
4157
4160
|
you_havent_added_any_preferences_yet: you_havent_added_any_preferences_yet,
|
|
4158
4161
|
you_havent_added_any_visits_yet: you_havent_added_any_visits_yet,
|
|
4159
|
-
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet
|
|
4162
|
+
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet,
|
|
4163
|
+
what_s_on_your_mind: what_s_on_your_mind,
|
|
4164
|
+
these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above: these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above,
|
|
4165
|
+
view_all_responses: view_all_responses
|
|
4160
4166
|
};
|
|
4161
4167
|
|
|
4162
4168
|
var dashboard$1 = "Dashboard";
|
|
@@ -4199,11 +4205,11 @@ var tooltip_content_safety_chart$1 = "The visual represenation of all the respon
|
|
|
4199
4205
|
var tooltip_content_student_by_age_chart$1 = "The specific representation of students by gender and grade level at your school.";
|
|
4200
4206
|
var tooltip_content_students_by_designation$1 = "The composite representation of students by individual grades in your school with specific designations.";
|
|
4201
4207
|
var total_1_to_1$1 = "Total 1-1s";
|
|
4202
|
-
var total_check_in$1 = "Total Check
|
|
4208
|
+
var total_check_in$1 = "Total Check Ins";
|
|
4203
4209
|
var total_check_ins$1 = "Total Check Ins";
|
|
4204
4210
|
var total_1_to_1_time$1 = "Total 1-to-1 Time";
|
|
4205
4211
|
var total_conferences$1 = "Total Conferences";
|
|
4206
|
-
var total_conferences_time$1 = "Total
|
|
4212
|
+
var total_conferences_time$1 = "Total Conference Time";
|
|
4207
4213
|
var total_class_reflection_check_ins$1 = "Total Class Reflection Check Ins";
|
|
4208
4214
|
var create_user$1 = "Create user";
|
|
4209
4215
|
var edit_user$1 = "Edit user";
|
|
@@ -6194,6 +6200,9 @@ var add_new_style$1 = "Add new style";
|
|
|
6194
6200
|
var you_havent_added_any_preferences_yet$1 = "You havent added any preferences yet";
|
|
6195
6201
|
var you_havent_added_any_visits_yet$1 = "You havent added any visits yet";
|
|
6196
6202
|
var you_havent_added_any_skills_yet$1 = "You havent added any skills yet";
|
|
6203
|
+
var what_s_on_your_mind$1 = "What's on your mind?";
|
|
6204
|
+
var these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$1 = "These are the last 5 comments from recent check-ins, filtered by the selected criteria above.";
|
|
6205
|
+
var view_all_responses$1 = "View All Responses";
|
|
6197
6206
|
var lang_uk = {
|
|
6198
6207
|
dashboard: dashboard$1,
|
|
6199
6208
|
user: user$1,
|
|
@@ -8275,7 +8284,10 @@ var lang_uk = {
|
|
|
8275
8284
|
add_new_style: add_new_style$1,
|
|
8276
8285
|
you_havent_added_any_preferences_yet: you_havent_added_any_preferences_yet$1,
|
|
8277
8286
|
you_havent_added_any_visits_yet: you_havent_added_any_visits_yet$1,
|
|
8278
|
-
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$1
|
|
8287
|
+
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$1,
|
|
8288
|
+
what_s_on_your_mind: what_s_on_your_mind$1,
|
|
8289
|
+
these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above: these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$1,
|
|
8290
|
+
view_all_responses: view_all_responses$1
|
|
8279
8291
|
};
|
|
8280
8292
|
|
|
8281
8293
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -10343,6 +10355,9 @@ var add_new_style$2 = "Add new style";
|
|
|
10343
10355
|
var you_havent_added_any_preferences_yet$2 = "You havent added any preferences yet";
|
|
10344
10356
|
var you_havent_added_any_visits_yet$2 = "You havent added any visits yet";
|
|
10345
10357
|
var you_havent_added_any_skills_yet$2 = "You havent added any skills yet";
|
|
10358
|
+
var what_s_on_your_mind$2 = "What's on your mind?";
|
|
10359
|
+
var these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$2 = "These are the last 5 comments from recent check-ins, filtered by the selected criteria above.";
|
|
10360
|
+
var view_all_responses$2 = "View All Responses";
|
|
10346
10361
|
var lang_ar = {
|
|
10347
10362
|
dashboard: dashboard$2,
|
|
10348
10363
|
user: user$2,
|
|
@@ -12456,7 +12471,10 @@ var lang_ar = {
|
|
|
12456
12471
|
add_new_style: add_new_style$2,
|
|
12457
12472
|
you_havent_added_any_preferences_yet: you_havent_added_any_preferences_yet$2,
|
|
12458
12473
|
you_havent_added_any_visits_yet: you_havent_added_any_visits_yet$2,
|
|
12459
|
-
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$2
|
|
12474
|
+
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$2,
|
|
12475
|
+
what_s_on_your_mind: what_s_on_your_mind$2,
|
|
12476
|
+
these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above: these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$2,
|
|
12477
|
+
view_all_responses: view_all_responses$2
|
|
12460
12478
|
};
|
|
12461
12479
|
|
|
12462
12480
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -14524,6 +14542,9 @@ var add_new_style$3 = "Add new style";
|
|
|
14524
14542
|
var you_havent_added_any_preferences_yet$3 = "You havent added any preferences yet";
|
|
14525
14543
|
var you_havent_added_any_visits_yet$3 = "You havent added any visits yet";
|
|
14526
14544
|
var you_havent_added_any_skills_yet$3 = "You havent added any skills yet";
|
|
14545
|
+
var what_s_on_your_mind$3 = "What's on your mind?";
|
|
14546
|
+
var these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$3 = "These are the last 5 comments from recent check-ins, filtered by the selected criteria above.";
|
|
14547
|
+
var view_all_responses$3 = "View All Responses";
|
|
14527
14548
|
var lang_es = {
|
|
14528
14549
|
dashboard: dashboard$3,
|
|
14529
14550
|
user: user$3,
|
|
@@ -16637,7 +16658,10 @@ var lang_es = {
|
|
|
16637
16658
|
add_new_style: add_new_style$3,
|
|
16638
16659
|
you_havent_added_any_preferences_yet: you_havent_added_any_preferences_yet$3,
|
|
16639
16660
|
you_havent_added_any_visits_yet: you_havent_added_any_visits_yet$3,
|
|
16640
|
-
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$3
|
|
16661
|
+
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$3,
|
|
16662
|
+
what_s_on_your_mind: what_s_on_your_mind$3,
|
|
16663
|
+
these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above: these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$3,
|
|
16664
|
+
view_all_responses: view_all_responses$3
|
|
16641
16665
|
};
|
|
16642
16666
|
|
|
16643
16667
|
var dashboard$4 = "仪表板";
|
|
@@ -18705,6 +18729,9 @@ var add_new_style$4 = "Add new style";
|
|
|
18705
18729
|
var you_havent_added_any_preferences_yet$4 = "You havent added any preferences yet";
|
|
18706
18730
|
var you_havent_added_any_visits_yet$4 = "You havent added any visits yet";
|
|
18707
18731
|
var you_havent_added_any_skills_yet$4 = "You havent added any skills yet";
|
|
18732
|
+
var what_s_on_your_mind$4 = "What's on your mind?";
|
|
18733
|
+
var these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$4 = "These are the last 5 comments from recent check-ins, filtered by the selected criteria above.";
|
|
18734
|
+
var view_all_responses$4 = "View All Responses";
|
|
18708
18735
|
var lang_zh = {
|
|
18709
18736
|
dashboard: dashboard$4,
|
|
18710
18737
|
user: user$4,
|
|
@@ -20818,7 +20845,10 @@ var lang_zh = {
|
|
|
20818
20845
|
add_new_style: add_new_style$4,
|
|
20819
20846
|
you_havent_added_any_preferences_yet: you_havent_added_any_preferences_yet$4,
|
|
20820
20847
|
you_havent_added_any_visits_yet: you_havent_added_any_visits_yet$4,
|
|
20821
|
-
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$4
|
|
20848
|
+
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$4,
|
|
20849
|
+
what_s_on_your_mind: what_s_on_your_mind$4,
|
|
20850
|
+
these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above: these_are_the_last_5_comments_from_recent_check_ins_filtered_by_the_selected_criteria_above$4,
|
|
20851
|
+
view_all_responses: view_all_responses$4
|
|
20822
20852
|
};
|
|
20823
20853
|
|
|
20824
20854
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|