mario-core 2.9.380-feedback → 2.9.385-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 +11 -42
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +11 -42
- package/dist/index.modern.js.map +1 -1
- package/dist/services/weeklyQuestService.d.ts +1 -0
- package/dist/types/Payload.d.ts +0 -1
- package/dist/types/WeeklyQuest.d.ts +37 -0
- package/package.json +1 -1
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 In";
|
|
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 Conferences 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,9 +2075,6 @@ 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";
|
|
2081
2078
|
var lang_us = {
|
|
2082
2079
|
dashboard: dashboard,
|
|
2083
2080
|
user: user,
|
|
@@ -4159,10 +4156,7 @@ var lang_us = {
|
|
|
4159
4156
|
add_new_style: add_new_style,
|
|
4160
4157
|
you_havent_added_any_preferences_yet: you_havent_added_any_preferences_yet,
|
|
4161
4158
|
you_havent_added_any_visits_yet: you_havent_added_any_visits_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
|
|
4159
|
+
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet
|
|
4166
4160
|
};
|
|
4167
4161
|
|
|
4168
4162
|
var dashboard$1 = "Dashboard";
|
|
@@ -4205,11 +4199,11 @@ var tooltip_content_safety_chart$1 = "The visual represenation of all the respon
|
|
|
4205
4199
|
var tooltip_content_student_by_age_chart$1 = "The specific representation of students by gender and grade level at your school.";
|
|
4206
4200
|
var tooltip_content_students_by_designation$1 = "The composite representation of students by individual grades in your school with specific designations.";
|
|
4207
4201
|
var total_1_to_1$1 = "Total 1-1s";
|
|
4208
|
-
var total_check_in$1 = "Total Check
|
|
4202
|
+
var total_check_in$1 = "Total Check In";
|
|
4209
4203
|
var total_check_ins$1 = "Total Check Ins";
|
|
4210
4204
|
var total_1_to_1_time$1 = "Total 1-to-1 Time";
|
|
4211
4205
|
var total_conferences$1 = "Total Conferences";
|
|
4212
|
-
var total_conferences_time$1 = "Total
|
|
4206
|
+
var total_conferences_time$1 = "Total Conferences Time";
|
|
4213
4207
|
var total_class_reflection_check_ins$1 = "Total Class Reflection Check Ins";
|
|
4214
4208
|
var create_user$1 = "Create user";
|
|
4215
4209
|
var edit_user$1 = "Edit user";
|
|
@@ -6200,9 +6194,6 @@ var add_new_style$1 = "Add new style";
|
|
|
6200
6194
|
var you_havent_added_any_preferences_yet$1 = "You havent added any preferences yet";
|
|
6201
6195
|
var you_havent_added_any_visits_yet$1 = "You havent added any visits yet";
|
|
6202
6196
|
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";
|
|
6206
6197
|
var lang_uk = {
|
|
6207
6198
|
dashboard: dashboard$1,
|
|
6208
6199
|
user: user$1,
|
|
@@ -8284,10 +8275,7 @@ var lang_uk = {
|
|
|
8284
8275
|
add_new_style: add_new_style$1,
|
|
8285
8276
|
you_havent_added_any_preferences_yet: you_havent_added_any_preferences_yet$1,
|
|
8286
8277
|
you_havent_added_any_visits_yet: you_havent_added_any_visits_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
|
|
8278
|
+
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$1
|
|
8291
8279
|
};
|
|
8292
8280
|
|
|
8293
8281
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -10355,9 +10343,6 @@ var add_new_style$2 = "Add new style";
|
|
|
10355
10343
|
var you_havent_added_any_preferences_yet$2 = "You havent added any preferences yet";
|
|
10356
10344
|
var you_havent_added_any_visits_yet$2 = "You havent added any visits yet";
|
|
10357
10345
|
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";
|
|
10361
10346
|
var lang_ar = {
|
|
10362
10347
|
dashboard: dashboard$2,
|
|
10363
10348
|
user: user$2,
|
|
@@ -12471,10 +12456,7 @@ var lang_ar = {
|
|
|
12471
12456
|
add_new_style: add_new_style$2,
|
|
12472
12457
|
you_havent_added_any_preferences_yet: you_havent_added_any_preferences_yet$2,
|
|
12473
12458
|
you_havent_added_any_visits_yet: you_havent_added_any_visits_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
|
|
12459
|
+
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$2
|
|
12478
12460
|
};
|
|
12479
12461
|
|
|
12480
12462
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -14542,9 +14524,6 @@ var add_new_style$3 = "Add new style";
|
|
|
14542
14524
|
var you_havent_added_any_preferences_yet$3 = "You havent added any preferences yet";
|
|
14543
14525
|
var you_havent_added_any_visits_yet$3 = "You havent added any visits yet";
|
|
14544
14526
|
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";
|
|
14548
14527
|
var lang_es = {
|
|
14549
14528
|
dashboard: dashboard$3,
|
|
14550
14529
|
user: user$3,
|
|
@@ -16658,10 +16637,7 @@ var lang_es = {
|
|
|
16658
16637
|
add_new_style: add_new_style$3,
|
|
16659
16638
|
you_havent_added_any_preferences_yet: you_havent_added_any_preferences_yet$3,
|
|
16660
16639
|
you_havent_added_any_visits_yet: you_havent_added_any_visits_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
|
|
16640
|
+
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$3
|
|
16665
16641
|
};
|
|
16666
16642
|
|
|
16667
16643
|
var dashboard$4 = "仪表板";
|
|
@@ -18729,9 +18705,6 @@ var add_new_style$4 = "Add new style";
|
|
|
18729
18705
|
var you_havent_added_any_preferences_yet$4 = "You havent added any preferences yet";
|
|
18730
18706
|
var you_havent_added_any_visits_yet$4 = "You havent added any visits yet";
|
|
18731
18707
|
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";
|
|
18735
18708
|
var lang_zh = {
|
|
18736
18709
|
dashboard: dashboard$4,
|
|
18737
18710
|
user: user$4,
|
|
@@ -20845,10 +20818,7 @@ var lang_zh = {
|
|
|
20845
20818
|
add_new_style: add_new_style$4,
|
|
20846
20819
|
you_havent_added_any_preferences_yet: you_havent_added_any_preferences_yet$4,
|
|
20847
20820
|
you_havent_added_any_visits_yet: you_havent_added_any_visits_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
|
|
20821
|
+
you_havent_added_any_skills_yet: you_havent_added_any_skills_yet$4
|
|
20852
20822
|
};
|
|
20853
20823
|
|
|
20854
20824
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -48739,7 +48709,7 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
48739
48709
|
}).addCase(setSandboxMode, function (state, action) {
|
|
48740
48710
|
state.isSandboxMode = action.payload;
|
|
48741
48711
|
}).addCase(initAmplitude, function (state, action) {
|
|
48742
|
-
var _action$payload, _action$payload2, _action$payload3, _action$payload4, _action$payload5, _action$payload6, _action$payload7, _action$payload8, _action$payload9, _action$payload10, _action$payload11, _action$payload12, _action$payload13, _action$payload13$rol, _action$payload14
|
|
48712
|
+
var _action$payload, _action$payload2, _action$payload3, _action$payload4, _action$payload5, _action$payload6, _action$payload7, _action$payload8, _action$payload9, _action$payload10, _action$payload11, _action$payload12, _action$payload13, _action$payload13$rol, _action$payload14;
|
|
48743
48713
|
|
|
48744
48714
|
var hostName = window.location.hostname;
|
|
48745
48715
|
var eventProperties = {
|
|
@@ -48756,8 +48726,7 @@ var commonReducer = toolkit.createReducer(initialState, function (builder) {
|
|
|
48756
48726
|
event: action.payload.event,
|
|
48757
48727
|
domain: !!hostName ? hostName : "",
|
|
48758
48728
|
roles: !!((_action$payload12 = action.payload) !== null && _action$payload12 !== void 0 && _action$payload12.roles) ? (_action$payload13 = action.payload) === null || _action$payload13 === void 0 ? void 0 : (_action$payload13$rol = _action$payload13.roles) === null || _action$payload13$rol === void 0 ? void 0 : _action$payload13$rol.toString() : "",
|
|
48759
|
-
answer: !!((_action$payload14 = action.payload) !== null && _action$payload14 !== void 0 && _action$payload14.answer) ? action.payload.answer : ""
|
|
48760
|
-
chart: !!((_action$payload15 = action.payload) !== null && _action$payload15 !== void 0 && _action$payload15.chart) ? action.payload.chart : ""
|
|
48729
|
+
answer: !!((_action$payload14 = action.payload) !== null && _action$payload14 !== void 0 && _action$payload14.answer) ? action.payload.answer : ""
|
|
48761
48730
|
};
|
|
48762
48731
|
state.amplitude = eventProperties;
|
|
48763
48732
|
});
|