mario-core 2.9.124-role → 2.9.125-admin

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
@@ -626,6 +626,10 @@ var filter_calendar = "Filter calendar";
626
626
  var average_student_safety = "Average Student Safety";
627
627
  var is_active = "Is Active";
628
628
  var top_5_most_used_strategies = "Top 5 most used strategies";
629
+ var preparedness = "Preparedness";
630
+ var average_student_stress = "Average Student Stress";
631
+ var success_indicators = "Success Indicators";
632
+ var learning_process = "Learning Process";
629
633
  var lang_us = {
630
634
  dashboard: dashboard,
631
635
  user: user,
@@ -1224,7 +1228,11 @@ var lang_us = {
1224
1228
  filter_calendar: filter_calendar,
1225
1229
  average_student_safety: average_student_safety,
1226
1230
  is_active: is_active,
1227
- top_5_most_used_strategies: top_5_most_used_strategies
1231
+ top_5_most_used_strategies: top_5_most_used_strategies,
1232
+ preparedness: preparedness,
1233
+ average_student_stress: average_student_stress,
1234
+ success_indicators: success_indicators,
1235
+ learning_process: learning_process
1228
1236
  };
1229
1237
 
1230
1238
  var dashboard$1 = "Dashboard";
@@ -1819,6 +1827,10 @@ var filter_calendar$1 = "Filter calendar";
1819
1827
  var average_student_safety$1 = "Average Student Safety";
1820
1828
  var is_active$1 = "Is Active";
1821
1829
  var top_5_most_used_strategies$1 = "Top 5 most used strategies";
1830
+ var preparedness$1 = "Preparedness";
1831
+ var average_student_stress$1 = "Average Student Stress";
1832
+ var success_indicators$1 = "Success Indicators";
1833
+ var learning_process$1 = "Learning Process";
1822
1834
  var lang_uk = {
1823
1835
  dashboard: dashboard$1,
1824
1836
  user: user$1,
@@ -2417,7 +2429,11 @@ var lang_uk = {
2417
2429
  filter_calendar: filter_calendar$1,
2418
2430
  average_student_safety: average_student_safety$1,
2419
2431
  is_active: is_active$1,
2420
- top_5_most_used_strategies: top_5_most_used_strategies$1
2432
+ top_5_most_used_strategies: top_5_most_used_strategies$1,
2433
+ preparedness: preparedness$1,
2434
+ average_student_stress: average_student_stress$1,
2435
+ success_indicators: success_indicators$1,
2436
+ learning_process: learning_process$1
2421
2437
  };
2422
2438
 
2423
2439
  var DEFAULT_LANGUAGE = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";