mario-core 2.9.123-role → 2.9.124-role
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 +6 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -625,6 +625,7 @@ var select_secondary_teacher_change = "Select Secondary Teacher Change";
|
|
|
625
625
|
var filter_calendar = "Filter calendar";
|
|
626
626
|
var average_student_safety = "Average Student Safety";
|
|
627
627
|
var is_active = "Is Active";
|
|
628
|
+
var top_5_most_used_strategies = "Top 5 most used strategies";
|
|
628
629
|
var lang_us = {
|
|
629
630
|
dashboard: dashboard,
|
|
630
631
|
user: user,
|
|
@@ -1222,7 +1223,8 @@ var lang_us = {
|
|
|
1222
1223
|
select_secondary_teacher_change: select_secondary_teacher_change,
|
|
1223
1224
|
filter_calendar: filter_calendar,
|
|
1224
1225
|
average_student_safety: average_student_safety,
|
|
1225
|
-
is_active: is_active
|
|
1226
|
+
is_active: is_active,
|
|
1227
|
+
top_5_most_used_strategies: top_5_most_used_strategies
|
|
1226
1228
|
};
|
|
1227
1229
|
|
|
1228
1230
|
var dashboard$1 = "Dashboard";
|
|
@@ -1816,6 +1818,7 @@ var select_secondary_teacher_change$1 = "Select Secondary Teacher Change";
|
|
|
1816
1818
|
var filter_calendar$1 = "Filter calendar";
|
|
1817
1819
|
var average_student_safety$1 = "Average Student Safety";
|
|
1818
1820
|
var is_active$1 = "Is Active";
|
|
1821
|
+
var top_5_most_used_strategies$1 = "Top 5 most used strategies";
|
|
1819
1822
|
var lang_uk = {
|
|
1820
1823
|
dashboard: dashboard$1,
|
|
1821
1824
|
user: user$1,
|
|
@@ -2413,7 +2416,8 @@ var lang_uk = {
|
|
|
2413
2416
|
select_secondary_teacher_change: select_secondary_teacher_change$1,
|
|
2414
2417
|
filter_calendar: filter_calendar$1,
|
|
2415
2418
|
average_student_safety: average_student_safety$1,
|
|
2416
|
-
is_active: is_active$1
|
|
2419
|
+
is_active: is_active$1,
|
|
2420
|
+
top_5_most_used_strategies: top_5_most_used_strategies$1
|
|
2417
2421
|
};
|
|
2418
2422
|
|
|
2419
2423
|
var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
|