mario-core 2.9.427-feedback → 2.9.430-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 +659 -549
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +662 -552
- package/dist/index.modern.js.map +1 -1
- package/package.json +105 -105
- package/dist/containers/Login/views/block/BlockAssignTeacherByCode.d.ts +0 -8
package/dist/index.modern.js
CHANGED
|
@@ -2,8 +2,8 @@ import 'bootstrap/dist/css/bootstrap.min.css';
|
|
|
2
2
|
import i18n from 'i18next';
|
|
3
3
|
import { initReactI18next, useTranslation } from 'react-i18next';
|
|
4
4
|
export { I18nextProvider, useTranslation } from 'react-i18next';
|
|
5
|
-
import React, { useCallback, useState, useEffect, useRef, Suspense, memo, Fragment, forwardRef, useImperativeHandle
|
|
6
|
-
import { Input, Form, FormGroup, Row, Col, Navbar, NavbarBrand, Collapse, Nav, NavItem, NavLink, Dropdown, DropdownToggle, DropdownMenu, DropdownItem, Button, Alert, Pagination, PaginationItem, PaginationLink, Table, Label,
|
|
5
|
+
import React, { useCallback, useState, useEffect, useRef, useMemo, Suspense, memo, Fragment, forwardRef, useImperativeHandle } from 'react';
|
|
6
|
+
import { Input, Form, FormGroup, Row, Col, Navbar, NavbarBrand, Collapse, Nav, NavItem, NavLink, Dropdown, DropdownToggle, DropdownMenu, DropdownItem, Modal, Button, Alert, Pagination, PaginationItem, PaginationLink, Table, Label, ModalHeader, ModalBody, ModalFooter, Popover, PopoverBody, TabContent, TabPane, Card, CardBody, CardText, Tooltip, CustomInput, CardImg, CardTitle, CardHeader } from 'reactstrap';
|
|
7
7
|
import { Link, useLocation, useHistory, Switch, Route, Prompt, useParams } from 'react-router-dom';
|
|
8
8
|
import { useDispatch, useSelector } from 'react-redux';
|
|
9
9
|
import { Formik } from 'formik';
|
|
@@ -17,7 +17,7 @@ import { track, setSessionId, init, Identify, identify } from '@amplitude/analyt
|
|
|
17
17
|
import moment from 'moment';
|
|
18
18
|
import { LogLevel, PublicClientApplication } from '@azure/msal-browser';
|
|
19
19
|
import { GiHamburgerMenu } from 'react-icons/gi';
|
|
20
|
-
import { CSidebar, CSidebarBrand, CSidebarNav, CCreateElement, CSidebarNavDivider, CSidebarNavDropdown, CSidebarNavItem, CSidebarNavTitle, CSidebarFooter,
|
|
20
|
+
import { CSidebar, CSidebarBrand, CSidebarNav, CCreateElement, CSidebarNavDivider, CSidebarNavDropdown, CSidebarNavItem, CSidebarNavTitle, CSidebarFooter, CHeader, CToggler, CHeaderBrand, CHeaderNav, CContainer } from '@coreui/react';
|
|
21
21
|
import { CgMenuRight } from 'react-icons/cg';
|
|
22
22
|
import { RiLogoutBoxRLine } from 'react-icons/ri';
|
|
23
23
|
import Pusher from 'pusher-js/with-encryption';
|
|
@@ -81,7 +81,7 @@ var total_1_to_1 = "Total 1-to-1s";
|
|
|
81
81
|
var total_1_to_1_time = "Total 1-to-1 Time";
|
|
82
82
|
var total_conferences = "Total Conferences";
|
|
83
83
|
var total_conferences_time = "Total Conference Time";
|
|
84
|
-
var total_class_reflection_check_ins = "Total Class Reflection Check
|
|
84
|
+
var total_class_reflection_check_ins = "Total Class Reflection Check-Ins";
|
|
85
85
|
var create_user = "Create user";
|
|
86
86
|
var edit_user = "Edit user";
|
|
87
87
|
var change_password = "Change password";
|
|
@@ -232,7 +232,7 @@ var edit_designation = "Edit Designation";
|
|
|
232
232
|
var confirm$1 = "Confirm";
|
|
233
233
|
var hello = "Hello";
|
|
234
234
|
var todays_1_1 = "Today’s 1-1";
|
|
235
|
-
var todays_check_in = "Today’s Check
|
|
235
|
+
var todays_check_in = "Today’s Check-in";
|
|
236
236
|
var todays_Conferences = "Today’s Conferences";
|
|
237
237
|
var next_meeting = "Next Meeting";
|
|
238
238
|
var next_conference = "Next Conference";
|
|
@@ -262,7 +262,7 @@ var add_new = "Add New";
|
|
|
262
262
|
var show_only_work_as_assistant = "Show only work as assistant";
|
|
263
263
|
var show_only_work_as_teacher = "Show only work as teacher";
|
|
264
264
|
var last_1_to_1 = "Last 1-TO-1";
|
|
265
|
-
var last_check_in = "Last Check
|
|
265
|
+
var last_check_in = "Last Check-in";
|
|
266
266
|
var last_conference = "Last conference";
|
|
267
267
|
var total_time = "Total time";
|
|
268
268
|
var assistant_name = "Assistant Name";
|
|
@@ -282,7 +282,7 @@ var change_date = "Change date";
|
|
|
282
282
|
var change_time = "Change time";
|
|
283
283
|
var apply = "Apply";
|
|
284
284
|
var new_1_to_1 = "New 1-to-1";
|
|
285
|
-
var new_check_in = "New Check
|
|
285
|
+
var new_check_in = "New Check-in";
|
|
286
286
|
var do_you_want_to_talk_with_teacher = "Do you want to talk with teacher";
|
|
287
287
|
var start_now = "Start now";
|
|
288
288
|
var book_for_later = "Book for later";
|
|
@@ -294,17 +294,17 @@ var select_student = "Select student";
|
|
|
294
294
|
var select_staff = "Select staff";
|
|
295
295
|
var staff_name = "Staff name";
|
|
296
296
|
var select_teacher = "Select teacher";
|
|
297
|
-
var do_you_want_to_talk_with = "Who would you like to check
|
|
297
|
+
var do_you_want_to_talk_with = "Who would you like to check-in with?";
|
|
298
298
|
var please_select_a_student = "Please select a student";
|
|
299
299
|
var please_select_a_teacher = "Please select a teacher";
|
|
300
300
|
var please_provide_a_valid_student = "Please provide a valid student";
|
|
301
301
|
var please_provide_a_valid_teacher = "Please provide a valid teacher";
|
|
302
|
-
var select_a_student_and_launch_a_new_session_or_book_one_for_later = "Select a student and launch a new session
|
|
302
|
+
var select_a_student_and_launch_a_new_session_or_book_one_for_later = "Select a student and launch a new session";
|
|
303
303
|
var you_have_no_teacher = "You have no teacher";
|
|
304
304
|
var search_teacher = "Search teacher";
|
|
305
305
|
var select_date_time = "Select Date & Time";
|
|
306
306
|
var book_1_to_1 = "Book 1-to-1";
|
|
307
|
-
var book_new_check_in = "Book new Check
|
|
307
|
+
var book_new_check_in = "Book new Check-in";
|
|
308
308
|
var schedule = "Schedule";
|
|
309
309
|
var sessions_are_booked_as_10_minute_slots = "Sessions are booked as 10 minute slots";
|
|
310
310
|
var does_not_reoccur = "Does not reoccur";
|
|
@@ -320,7 +320,7 @@ var no_data = "No Data";
|
|
|
320
320
|
var schedule_detail = "Schedule Detail";
|
|
321
321
|
var are_you_sure_you_want_to_cancel_this_schedule = "Are you sure you want to Cancel this schedule?";
|
|
322
322
|
var completed_1_to_1 = "Completed 1-1 Conversation";
|
|
323
|
-
var completed_check_in = "Completed Check
|
|
323
|
+
var completed_check_in = "Completed Check-in";
|
|
324
324
|
var done = "Done";
|
|
325
325
|
var what_do_you_want_to_talk_about = "What do you want to talk about?";
|
|
326
326
|
var session_type = "Session Type";
|
|
@@ -335,7 +335,7 @@ var how_much_did_you_learn_from_this_session = "How much did you learn from this
|
|
|
335
335
|
var what_is_the_most_important_thing_you_learned_from_this_session = "What is the most important thing you learned from this session?";
|
|
336
336
|
var your_next_meeting = "Your next meeting";
|
|
337
337
|
var today_at = "Today at";
|
|
338
|
-
var choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later = "Choose if you want to start the check
|
|
338
|
+
var choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later = "Choose if you want to start the check-in now with your teacher or counselor.";
|
|
339
339
|
var edit = "Edit";
|
|
340
340
|
var phone_number = "Phone number";
|
|
341
341
|
var second_phone_number = "Second phone number";
|
|
@@ -445,7 +445,7 @@ var student_request = "Student Request";
|
|
|
445
445
|
var overview = "Overview";
|
|
446
446
|
var plp = "PLP";
|
|
447
447
|
var my_student_1_to_1 = "My Student 1-to-1";
|
|
448
|
-
var my_student_check_in = "My Student Check
|
|
448
|
+
var my_student_check_in = "My Student Check-in";
|
|
449
449
|
var my_student_conference = "My Student Conference";
|
|
450
450
|
var received_date = "Received Date";
|
|
451
451
|
var class_impact_score = "Class Impact Score";
|
|
@@ -584,7 +584,7 @@ var session_scheduled = "Session scheduled";
|
|
|
584
584
|
var search_survey = "Search survey";
|
|
585
585
|
var total_survey = "Total Survey";
|
|
586
586
|
var survey_result = "Survey Result";
|
|
587
|
-
var check_in_from = "Check
|
|
587
|
+
var check_in_from = "Check-in from";
|
|
588
588
|
var received_today_at = "Received today at";
|
|
589
589
|
var preview_survey = "Preview Survey";
|
|
590
590
|
var complete_survey = "Complete survey";
|
|
@@ -675,19 +675,19 @@ var of_students_are_highly_stressed = "of students are highly stressed.";
|
|
|
675
675
|
var flagged_with_high_stress = "flagged with high stress.";
|
|
676
676
|
var are_feeling_highly_stressed = "are feeling highly stressed.";
|
|
677
677
|
var select_a_student_to_see_their_profile_and_learning_plan = "Select a student to see their profile and learning plan";
|
|
678
|
-
var select_a_student_and_start_a_conversation_with_the_check_in_results = "Select a student and start a conversation with the check
|
|
678
|
+
var select_a_student_and_start_a_conversation_with_the_check_in_results = "Select a student and start a conversation with the check-in results";
|
|
679
679
|
var start = "start";
|
|
680
680
|
var teacher_reflection = "Teacher Reflections";
|
|
681
681
|
var notes = "Notes";
|
|
682
682
|
var student_reflection = "Student Reflections";
|
|
683
|
-
var view_latest_check_ins = "View Latest Check
|
|
683
|
+
var view_latest_check_ins = "View Latest Check-Ins";
|
|
684
684
|
var this_week_s = "This Week's";
|
|
685
|
-
var missing_weekly_check_in = "missing weekly check
|
|
685
|
+
var missing_weekly_check_in = "missing weekly check-in";
|
|
686
686
|
var add_new_student = "Add new student";
|
|
687
|
-
var start_check_in = "Start Check
|
|
687
|
+
var start_check_in = "Start Check-in";
|
|
688
688
|
var no_events_today = "No events today";
|
|
689
689
|
var today_schedule = "Today's Schedule";
|
|
690
|
-
var high_stressed = "high
|
|
690
|
+
var high_stressed = "high stress";
|
|
691
691
|
var unsafe = "unsafe";
|
|
692
692
|
var average = "Average";
|
|
693
693
|
var see_them = "see them";
|
|
@@ -695,22 +695,22 @@ var goal = "goal";
|
|
|
695
695
|
var ended_over_24_hours_ago = "ended over 24 hours ago";
|
|
696
696
|
var start_a_1_1_conversation = "Start a 1-1 Conversation";
|
|
697
697
|
var view_results = "View results";
|
|
698
|
-
var request_check_in = "Request
|
|
698
|
+
var request_check_in = "Request check-in";
|
|
699
699
|
var last = "Last";
|
|
700
|
-
var latest_check_ins = "Latest Check
|
|
701
|
-
var students_who_missing_weekly_check_in = "Students who missing weekly check
|
|
702
|
-
var this_student_does_nt_have_missing_check_in = "This student doesn’t have missing check
|
|
703
|
-
var no_student_missing_weekly_check_in = "No student missing weekly check
|
|
704
|
-
var start_1_1_conversation = "Start 1-1 Conversation";
|
|
705
|
-
var select_a_teacher_and_start_a_check_in = "Select a teacher and start a check
|
|
706
|
-
var this_weeks_check_ins = "This week's check
|
|
700
|
+
var latest_check_ins = "Latest Check-Ins";
|
|
701
|
+
var students_who_missing_weekly_check_in = "Students who missing weekly check-in";
|
|
702
|
+
var this_student_does_nt_have_missing_check_in = "This student doesn’t have missing check-in";
|
|
703
|
+
var no_student_missing_weekly_check_in = "No student missing weekly check-in";
|
|
704
|
+
var start_1_1_conversation = "Start a 1-1 Conversation";
|
|
705
|
+
var select_a_teacher_and_start_a_check_in = "Select a teacher and start a check-in";
|
|
706
|
+
var this_weeks_check_ins = "This week's check-ins";
|
|
707
707
|
var this_weeks_1_1s = "This week's 1-1s";
|
|
708
708
|
var this_student_does_nt_have_1_1_in_this_week = "This student doesn’t have 1-1 in this week";
|
|
709
|
-
var this_student_does_nt_have_check_in_in_this_week = "This student doesn’t have check
|
|
710
|
-
var no_last_or_requested_check_ins = "No last or requested Check
|
|
709
|
+
var this_student_does_nt_have_check_in_in_this_week = "This student doesn’t have check-in in this week";
|
|
710
|
+
var no_last_or_requested_check_ins = "No last or requested Check-ins";
|
|
711
711
|
var students_who_are_highly_stressed = "Students who are highly stressed";
|
|
712
712
|
var students_who_are_not_feeling_safe = "Students who are not feeling safe";
|
|
713
|
-
var students_missing_a_weekly_check_in = "Students missing a weekly check
|
|
713
|
+
var students_missing_a_weekly_check_in = "Students missing a weekly check-in";
|
|
714
714
|
var student_stress_by_zone = "Student Stress by Zone";
|
|
715
715
|
var student_distribution = "Student Distribution";
|
|
716
716
|
var surveys_flags = "Survey's flags";
|
|
@@ -754,12 +754,12 @@ var create_new_survey = "Create new survey";
|
|
|
754
754
|
var go_to_individual_survey_responses = "Go to Individual Survey Responses";
|
|
755
755
|
var you_can_only_select_number_kpis_at_a_time = "You can only select {{number}} KPIs at a time";
|
|
756
756
|
var you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones = "You can only select {{number}} KPIs at a time. To select a new one, please switch off one of the previous ones.";
|
|
757
|
-
var last_check__in = "Last Check
|
|
757
|
+
var last_check__in = "Last Check-in";
|
|
758
758
|
var how_many_times_a_strategy_has_been_chosen = "How many times a strategy has been chosen";
|
|
759
759
|
var these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set = "These metrics come from student check-ins. Filter above to change the data set";
|
|
760
760
|
var not_yet_started = "Not yet started";
|
|
761
761
|
var in_progress = "In progress";
|
|
762
|
-
var export_check_ins_to_csv = "Export Check
|
|
762
|
+
var export_check_ins_to_csv = "Export Check-Ins to CSV";
|
|
763
763
|
var these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored = "These metrics come from the conference rubric. Only teacher responses are scored";
|
|
764
764
|
var please_save_first = "Please save first";
|
|
765
765
|
var print_date = "Print date";
|
|
@@ -950,7 +950,7 @@ var my_learning_plan_beta = "My Learning Plan (Beta)";
|
|
|
950
950
|
var winning_doesn_t_always_mean_being_first_winning_means_you_re_doing_better_than_you_ve_done_before = "Winning doesn’t always mean being first. Winning means you’re doing better than you’ve done before.";
|
|
951
951
|
var integrating_learningwith_previous_knowledge = "Integrating Learningwith PreviousKnowledge";
|
|
952
952
|
var improving_student_self_efficacy = "Improving Student Self-Efficacy";
|
|
953
|
-
var my_check_in = "My Check
|
|
953
|
+
var my_check_in = "My Check-in";
|
|
954
954
|
var what_do_you_want_to_do_differently = "What do you want to do differently?";
|
|
955
955
|
var to_do = "To Do";
|
|
956
956
|
var my_class_reflections = "My Class Reflections";
|
|
@@ -2052,8 +2052,8 @@ var request = "Request";
|
|
|
2052
2052
|
var edit_iep_template = "Edit IEP template";
|
|
2053
2053
|
var are_you_ready_to_submit = "Are you ready to submit?";
|
|
2054
2054
|
var there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit = "There are several questions you have not answered yet. Are you sure you want to submit?";
|
|
2055
|
-
var you_did_not_complete_the_check_in_please_check_your_responses_and_click_done = "You did not complete the check
|
|
2056
|
-
var check_in_finished = "Check
|
|
2055
|
+
var you_did_not_complete_the_check_in_please_check_your_responses_and_click_done = "You did not complete the check-in. Please check your responses and click Done";
|
|
2056
|
+
var check_in_finished = "Check-in Finished";
|
|
2057
2057
|
var research_the_academic_programs_campus_life_and_support_services_at_your_top_choice_universities = "Research the academic programs, campus life, and support services at your top-choice universities.";
|
|
2058
2058
|
var what_actions_do_you_need_to_take_now_to_position_yourself_successfully_for_these_three_areas = "What actions do you need to take now to position yourself successfully for these three areas?";
|
|
2059
2059
|
var what_service_opportunities_have_you_taken_part_in = "What service opportunities have you taken part in?";
|
|
@@ -2124,7 +2124,7 @@ var save_conversation = "Save CONVERSATION";
|
|
|
2124
2124
|
var yes_view_student_goals = "Yes, view student goals";
|
|
2125
2125
|
var please_set_time_1_1_conversation = "Please set time 1-1 conversation";
|
|
2126
2126
|
var type_your_answer_here = "Type your answer here...";
|
|
2127
|
-
var delete_bulk = "
|
|
2127
|
+
var delete_bulk = "Remove Bulk";
|
|
2128
2128
|
var number_of_students_with_at_least_one_very_low_metric = "Students with concerning metrics";
|
|
2129
2129
|
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
2130
2130
|
var of_students_have_concerned_metrics = "of students have concerned metrics";
|
|
@@ -2165,11 +2165,11 @@ var log_a_1_1_conversation_title = "Log a 1-1 Conversation";
|
|
|
2165
2165
|
var save_1_1_log_note = "Save 1-1 log note";
|
|
2166
2166
|
var view_1_1_note = "View 1-1 Note";
|
|
2167
2167
|
var please_enter_a_description_of_the_conversation = "Please enter a description of the conversation.";
|
|
2168
|
-
var check_ins_tab = "Check-
|
|
2168
|
+
var check_ins_tab = "Check-ins";
|
|
2169
2169
|
var start_check_in_homepage = "Start Check-in";
|
|
2170
|
-
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins = "Select the teacher or counselor asking you to check
|
|
2170
|
+
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins = "Select the teacher or counselor asking you to check-in. If you have more than one teacher, choose any teacher in the class. All the teachers and counselors listed can view your check-ins.";
|
|
2171
2171
|
var total_check_ins = "Total Check-ins";
|
|
2172
|
-
var check_ins = "Check
|
|
2172
|
+
var check_ins = "Check-Ins";
|
|
2173
2173
|
var here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has = "Here you can find all the notes and 1-1 conversations logs the student has.";
|
|
2174
2174
|
var back_to_notes_and_logs = "Back to Notes and Logs";
|
|
2175
2175
|
var students_review = "Student's Review";
|
|
@@ -2196,6 +2196,17 @@ var current_class_grade = "Current Class Grade";
|
|
|
2196
2196
|
var these_are_the_answers_from_classroom_teachers = "These are the answers from classroom teachers.";
|
|
2197
2197
|
var total_responses = "Total Responses";
|
|
2198
2198
|
var readiness_trends = "Readiness Trends";
|
|
2199
|
+
var the_note_will_be_visible_to_the_student_and_all_connected_educators = "The note will be visible to the student and all connected educators";
|
|
2200
|
+
var _unless_you_check_the_make_this_a_private_note_box = " unless you check the \"Make this a private note\" box";
|
|
2201
|
+
var do_you_still_wish_to_save = "Do you still wish to save?";
|
|
2202
|
+
var yes_im_sure = "yes, i'm sure!";
|
|
2203
|
+
var start_check_in_now = "START CHECK-IN NOW";
|
|
2204
|
+
var delete_survey = "Delete survey";
|
|
2205
|
+
var are_you_sure_to_delete_selected_survey = "Are you sure to delete {{number}} survey(s)?";
|
|
2206
|
+
var delete_1_1 = "Delete 1-1";
|
|
2207
|
+
var are_you_sure_to_delete_this_one_to_one = "Are you sure to delete this one to one?";
|
|
2208
|
+
var delete_conversation = "Delete conversation";
|
|
2209
|
+
var are_you_sure_to_delete_this_conversation = "Are you sure to delete this conversation?";
|
|
2199
2210
|
var lang_us = {
|
|
2200
2211
|
dashboard: dashboard,
|
|
2201
2212
|
user: user,
|
|
@@ -2213,8 +2224,8 @@ var lang_us = {
|
|
|
2213
2224
|
readiness_to_learn: readiness_to_learn,
|
|
2214
2225
|
high_impact_learning_strategies: high_impact_learning_strategies,
|
|
2215
2226
|
"1_to_1": "1 to 1",
|
|
2216
|
-
"-session": "Check
|
|
2217
|
-
"-sessions": "Check
|
|
2227
|
+
"-session": "Check-in",
|
|
2228
|
+
"-sessions": "Check-ins",
|
|
2218
2229
|
reflection: reflection,
|
|
2219
2230
|
conferences: conferences,
|
|
2220
2231
|
safety: safety,
|
|
@@ -2239,7 +2250,7 @@ var lang_us = {
|
|
|
2239
2250
|
tooltip_content_students_by_designation: tooltip_content_students_by_designation,
|
|
2240
2251
|
total_1_to_1: total_1_to_1,
|
|
2241
2252
|
"total_-session": "Total Check-ins",
|
|
2242
|
-
"total_-sessions": "Total Check
|
|
2253
|
+
"total_-sessions": "Total Check-Ins",
|
|
2243
2254
|
total_1_to_1_time: total_1_to_1_time,
|
|
2244
2255
|
total_conferences: total_conferences,
|
|
2245
2256
|
total_conferences_time: total_conferences_time,
|
|
@@ -2853,7 +2864,7 @@ var lang_us = {
|
|
|
2853
2864
|
this_week_s: this_week_s,
|
|
2854
2865
|
missing_weekly_check_in: missing_weekly_check_in,
|
|
2855
2866
|
add_new_student: add_new_student,
|
|
2856
|
-
"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after": "Start your Check
|
|
2867
|
+
"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after": "Start your Check-in. You can also request a conversation with your teacher after this.",
|
|
2857
2868
|
start_check_in: start_check_in,
|
|
2858
2869
|
no_events_today: no_events_today,
|
|
2859
2870
|
today_schedule: today_schedule,
|
|
@@ -4029,7 +4040,7 @@ var lang_us = {
|
|
|
4029
4040
|
student_has_started_this_check_in_are_you_sure_to_delete: student_has_started_this_check_in_are_you_sure_to_delete,
|
|
4030
4041
|
student_has_not_started_this_one_to_one_are_you_sure_to_delete: student_has_not_started_this_one_to_one_are_you_sure_to_delete,
|
|
4031
4042
|
"you_can_start_a_1-1_conversation_after_the_results_of_the_student's_check-in._If_the_check-in_is_24_hours_older,_you_can_request_the_new_check-in_or_start_the_conversation_by_viewing_the_results": "You can start a 1-1 conversation after the results of the student's check-in. If the check-in is 24 hours older, you can request the new check-in or start the conversation by viewing the results",
|
|
4032
|
-
"select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before": "Select a student
|
|
4043
|
+
"select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before": "Select a student to start a conversation from their recent check-in or request a new check-in",
|
|
4033
4044
|
my_accommodations: my_accommodations,
|
|
4034
4045
|
accommodation_set: accommodation_set,
|
|
4035
4046
|
add_new_accommodation: add_new_accommodation,
|
|
@@ -4408,7 +4419,18 @@ var lang_us = {
|
|
|
4408
4419
|
current_class_grade: current_class_grade,
|
|
4409
4420
|
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers,
|
|
4410
4421
|
total_responses: total_responses,
|
|
4411
|
-
readiness_trends: readiness_trends
|
|
4422
|
+
readiness_trends: readiness_trends,
|
|
4423
|
+
the_note_will_be_visible_to_the_student_and_all_connected_educators: the_note_will_be_visible_to_the_student_and_all_connected_educators,
|
|
4424
|
+
_unless_you_check_the_make_this_a_private_note_box: _unless_you_check_the_make_this_a_private_note_box,
|
|
4425
|
+
do_you_still_wish_to_save: do_you_still_wish_to_save,
|
|
4426
|
+
yes_im_sure: yes_im_sure,
|
|
4427
|
+
start_check_in_now: start_check_in_now,
|
|
4428
|
+
delete_survey: delete_survey,
|
|
4429
|
+
are_you_sure_to_delete_selected_survey: are_you_sure_to_delete_selected_survey,
|
|
4430
|
+
delete_1_1: delete_1_1,
|
|
4431
|
+
are_you_sure_to_delete_this_one_to_one: are_you_sure_to_delete_this_one_to_one,
|
|
4432
|
+
delete_conversation: delete_conversation,
|
|
4433
|
+
are_you_sure_to_delete_this_conversation: are_you_sure_to_delete_this_conversation
|
|
4412
4434
|
};
|
|
4413
4435
|
|
|
4414
4436
|
var dashboard$1 = "Dashboard";
|
|
@@ -4426,8 +4448,8 @@ var cancel$1 = "Cancel";
|
|
|
4426
4448
|
var hey$1 = "Hey";
|
|
4427
4449
|
var readiness_to_learn$1 = "Readiness to Learn";
|
|
4428
4450
|
var high_impact_learning_strategies$1 = "High Impact Learning Strategies";
|
|
4429
|
-
var check_in$1 = "Check
|
|
4430
|
-
var check_ins$1 = "Check
|
|
4451
|
+
var check_in$1 = "Check-in";
|
|
4452
|
+
var check_ins$1 = "Check-ins";
|
|
4431
4453
|
var reflection$1 = "Reflection";
|
|
4432
4454
|
var conferences$1 = "Conferences";
|
|
4433
4455
|
var safety$1 = "Safety";
|
|
@@ -4456,7 +4478,7 @@ var total_check_ins$1 = "Total Check-ins";
|
|
|
4456
4478
|
var total_1_to_1_time$1 = "Total 1-to-1 Time";
|
|
4457
4479
|
var total_conferences$1 = "Total Conferences";
|
|
4458
4480
|
var total_conferences_time$1 = "Total Conference Time";
|
|
4459
|
-
var total_class_reflection_check_ins$1 = "Total Class Reflection Check
|
|
4481
|
+
var total_class_reflection_check_ins$1 = "Total Class Reflection Check-ins";
|
|
4460
4482
|
var create_user$1 = "Create user";
|
|
4461
4483
|
var edit_user$1 = "Edit user";
|
|
4462
4484
|
var change_password$1 = "Change password";
|
|
@@ -4607,7 +4629,7 @@ var edit_designation$1 = "Edit Designation";
|
|
|
4607
4629
|
var confirm$2 = "Confirm";
|
|
4608
4630
|
var hello$1 = "Hello";
|
|
4609
4631
|
var todays_1_1$1 = "Today’s 1-1";
|
|
4610
|
-
var todays_check_in$1 = "Today’s Check
|
|
4632
|
+
var todays_check_in$1 = "Today’s Check-in";
|
|
4611
4633
|
var todays_Conferences$1 = "Today’s Conferences";
|
|
4612
4634
|
var next_meeting$1 = "Next Meeting";
|
|
4613
4635
|
var next_conference$1 = "Next Conference";
|
|
@@ -4637,7 +4659,7 @@ var add_new$1 = "Add New";
|
|
|
4637
4659
|
var show_only_work_as_assistant$1 = "Show only work as assistant";
|
|
4638
4660
|
var show_only_work_as_teacher$1 = "Show only work as teacher";
|
|
4639
4661
|
var last_1_to_1$1 = "Last 1-TO-1";
|
|
4640
|
-
var last_check_in$1 = "Last Check
|
|
4662
|
+
var last_check_in$1 = "Last Check-in";
|
|
4641
4663
|
var last_conference$1 = "Last conference";
|
|
4642
4664
|
var total_time$1 = "Total time";
|
|
4643
4665
|
var assistant_name$1 = "Assistant Name";
|
|
@@ -4657,7 +4679,7 @@ var change_date$1 = "Change date";
|
|
|
4657
4679
|
var change_time$1 = "Change time";
|
|
4658
4680
|
var apply$1 = "Apply";
|
|
4659
4681
|
var new_1_to_1$1 = "New 1-to-1";
|
|
4660
|
-
var new_check_in$1 = "New Check
|
|
4682
|
+
var new_check_in$1 = "New Check-in";
|
|
4661
4683
|
var do_you_want_to_talk_with_teacher$1 = "Do you want to talk with teacher";
|
|
4662
4684
|
var start_now$1 = "Start now";
|
|
4663
4685
|
var book_for_later$1 = "Book for later";
|
|
@@ -4669,17 +4691,17 @@ var select_student$1 = "Select student";
|
|
|
4669
4691
|
var select_staff$1 = "Select staff";
|
|
4670
4692
|
var staff_name$1 = "Staff name";
|
|
4671
4693
|
var select_teacher$1 = "Select teacher";
|
|
4672
|
-
var do_you_want_to_talk_with$1 = "Who would you like to check
|
|
4694
|
+
var do_you_want_to_talk_with$1 = "Who would you like to check-in with?";
|
|
4673
4695
|
var please_select_a_student$1 = "Please select a student";
|
|
4674
4696
|
var please_select_a_teacher$1 = "Please select a teacher";
|
|
4675
4697
|
var please_provide_a_valid_student$1 = "Please provide a valid student";
|
|
4676
4698
|
var please_provide_a_valid_teacher$1 = "Please provide a valid teacher";
|
|
4677
|
-
var select_a_student_and_launch_a_new_session_or_book_one_for_later$1 = "Select a student and launch a new session
|
|
4699
|
+
var select_a_student_and_launch_a_new_session_or_book_one_for_later$1 = "Select a student and launch a new session";
|
|
4678
4700
|
var you_have_no_teacher$1 = "You have no teacher";
|
|
4679
4701
|
var search_teacher$1 = "Search teacher";
|
|
4680
4702
|
var select_date_time$1 = "Select Date & Time";
|
|
4681
4703
|
var book_1_to_1$1 = "Book 1-to-1";
|
|
4682
|
-
var book_new_check_in$1 = "Book new Check
|
|
4704
|
+
var book_new_check_in$1 = "Book new Check-in";
|
|
4683
4705
|
var schedule$1 = "Schedule";
|
|
4684
4706
|
var sessions_are_booked_as_10_minute_slots$1 = "Sessions are booked as 10 minute slots";
|
|
4685
4707
|
var does_not_reoccur$1 = "Does not reoccur";
|
|
@@ -4695,7 +4717,7 @@ var no_data$1 = "No Data";
|
|
|
4695
4717
|
var schedule_detail$1 = "Schedule Detail";
|
|
4696
4718
|
var are_you_sure_you_want_to_cancel_this_schedule$1 = "Are you sure you want to Cancel this schedule?";
|
|
4697
4719
|
var completed_1_to_1$1 = "Completed 1-1 Conversation";
|
|
4698
|
-
var completed_check_in$1 = "Completed Check
|
|
4720
|
+
var completed_check_in$1 = "Completed Check-in";
|
|
4699
4721
|
var done$1 = "Done";
|
|
4700
4722
|
var what_do_you_want_to_talk_about$1 = "What do you want to talk about?";
|
|
4701
4723
|
var session_type$1 = "Session Type";
|
|
@@ -4710,7 +4732,7 @@ var how_much_did_you_learn_from_this_session$1 = "How much did you learn from th
|
|
|
4710
4732
|
var what_is_the_most_important_thing_you_learned_from_this_session$1 = "What is the most important thing you learned from this session?";
|
|
4711
4733
|
var your_next_meeting$1 = "Your next meeting";
|
|
4712
4734
|
var today_at$1 = "Today at";
|
|
4713
|
-
var choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later$1 = "Choose if you want to start the check
|
|
4735
|
+
var choose_if_you_want_to_do_it_now_or_if_you_would_like_to_book_for_later$1 = "Choose if you want to start the check-in now with your teacher or counselor.";
|
|
4714
4736
|
var edit$1 = "Edit";
|
|
4715
4737
|
var phone_number$1 = "Phone number";
|
|
4716
4738
|
var second_phone_number$1 = "Second phone number";
|
|
@@ -4820,7 +4842,7 @@ var student_request$1 = "Student Request";
|
|
|
4820
4842
|
var overview$1 = "Overview";
|
|
4821
4843
|
var plp$1 = "PLP";
|
|
4822
4844
|
var my_student_1_to_1$1 = "My Student 1-to-1";
|
|
4823
|
-
var my_student_check_in$1 = "My Student Check
|
|
4845
|
+
var my_student_check_in$1 = "My Student Check-in";
|
|
4824
4846
|
var my_student_conference$1 = "My Student Conference";
|
|
4825
4847
|
var received_date$1 = "Received Date";
|
|
4826
4848
|
var class_impact_score$1 = "Class Impact Score";
|
|
@@ -4959,7 +4981,7 @@ var session_scheduled$1 = "Session scheduled";
|
|
|
4959
4981
|
var search_survey$1 = "Search survey";
|
|
4960
4982
|
var total_survey$1 = "Total Survey";
|
|
4961
4983
|
var survey_result$1 = "Survey Result";
|
|
4962
|
-
var check_in_from$1 = "Check
|
|
4984
|
+
var check_in_from$1 = "Check-in from";
|
|
4963
4985
|
var received_today_at$1 = "Received today at";
|
|
4964
4986
|
var preview_survey$1 = "Preview Survey";
|
|
4965
4987
|
var complete_survey$1 = "Complete survey";
|
|
@@ -5051,19 +5073,19 @@ var of_students_are_highly_stressed$1 = "of students are highly stressed.";
|
|
|
5051
5073
|
var flagged_with_high_stress$1 = "flagged with high stress.";
|
|
5052
5074
|
var are_feeling_highly_stressed$1 = "are feeling highly stressed.";
|
|
5053
5075
|
var select_a_student_to_see_their_profile_and_learning_plan$1 = "Select a student to see their profile and learning plan";
|
|
5054
|
-
var select_a_student_and_start_a_conversation_with_the_check_in_results$1 = "Select a student and start a conversation with the check
|
|
5076
|
+
var select_a_student_and_start_a_conversation_with_the_check_in_results$1 = "Select a student and start a conversation with the check-in results";
|
|
5055
5077
|
var start$1 = "start";
|
|
5056
5078
|
var teacher_reflection$1 = "Teacher Reflections";
|
|
5057
5079
|
var notes$1 = "Notes";
|
|
5058
5080
|
var student_reflection$1 = "Student Reflections";
|
|
5059
|
-
var view_latest_check_ins$1 = "View Latest Check
|
|
5081
|
+
var view_latest_check_ins$1 = "View Latest Check-ins";
|
|
5060
5082
|
var this_week_s$1 = "This Week's";
|
|
5061
|
-
var missing_weekly_check_in$1 = "missing weekly check
|
|
5083
|
+
var missing_weekly_check_in$1 = "missing weekly check-in";
|
|
5062
5084
|
var add_new_student$1 = "Add new student";
|
|
5063
|
-
var start_check_in$1 = "Start Check
|
|
5085
|
+
var start_check_in$1 = "Start Check-in";
|
|
5064
5086
|
var no_events_today$1 = "No events today";
|
|
5065
5087
|
var today_schedule$1 = "Today's Schedule";
|
|
5066
|
-
var high_stressed$1 = "high
|
|
5088
|
+
var high_stressed$1 = "high stress";
|
|
5067
5089
|
var unsafe$1 = "unsafe";
|
|
5068
5090
|
var average$1 = "Average";
|
|
5069
5091
|
var see_them$1 = "see them";
|
|
@@ -5071,22 +5093,22 @@ var goal$1 = "goal";
|
|
|
5071
5093
|
var ended_over_24_hours_ago$1 = "ended over 24 hours ago";
|
|
5072
5094
|
var start_a_1_1_conversation$1 = "Start a 1-1 Conversation";
|
|
5073
5095
|
var view_results$1 = "View results";
|
|
5074
|
-
var request_check_in$1 = "Request
|
|
5096
|
+
var request_check_in$1 = "Request check-in";
|
|
5075
5097
|
var last$1 = "Last";
|
|
5076
|
-
var latest_check_ins$1 = "Latest Check
|
|
5077
|
-
var students_who_missing_weekly_check_in$1 = "Students who missing weekly check
|
|
5078
|
-
var this_student_does_nt_have_missing_check_in$1 = "This student doesn’t have missing check
|
|
5079
|
-
var no_student_missing_weekly_check_in$1 = "No student missing weekly check
|
|
5080
|
-
var start_1_1_conversation$1 = "Start 1-1 Conversation";
|
|
5081
|
-
var select_a_teacher_and_start_a_check_in$1 = "Select a teacher and start a check
|
|
5082
|
-
var this_weeks_check_ins$1 = "This week's check
|
|
5098
|
+
var latest_check_ins$1 = "Latest Check-ins";
|
|
5099
|
+
var students_who_missing_weekly_check_in$1 = "Students who missing weekly check-in";
|
|
5100
|
+
var this_student_does_nt_have_missing_check_in$1 = "This student doesn’t have missing check-in";
|
|
5101
|
+
var no_student_missing_weekly_check_in$1 = "No student missing weekly check-in";
|
|
5102
|
+
var start_1_1_conversation$1 = "Start a 1-1 Conversation";
|
|
5103
|
+
var select_a_teacher_and_start_a_check_in$1 = "Select a teacher and start a check-in";
|
|
5104
|
+
var this_weeks_check_ins$1 = "This week's check-ins";
|
|
5083
5105
|
var this_weeks_1_1s$1 = "This week's 1-1s";
|
|
5084
5106
|
var this_student_does_nt_have_1_1_in_this_week$1 = "This student doesn’t have 1-1 in this week";
|
|
5085
|
-
var this_student_does_nt_have_check_in_in_this_week$1 = "This student doesn’t have check
|
|
5086
|
-
var no_last_or_requested_check_ins$1 = "No last or requested Check
|
|
5107
|
+
var this_student_does_nt_have_check_in_in_this_week$1 = "This student doesn’t have check-in in this week";
|
|
5108
|
+
var no_last_or_requested_check_ins$1 = "No last or requested Check-ins";
|
|
5087
5109
|
var students_who_are_highly_stressed$1 = "Students who are highly stressed";
|
|
5088
5110
|
var students_who_are_not_feeling_safe$1 = "Students who are not feeling safe";
|
|
5089
|
-
var students_missing_a_weekly_check_in$1 = "Students missing a weekly check
|
|
5111
|
+
var students_missing_a_weekly_check_in$1 = "Students missing a weekly check-in";
|
|
5090
5112
|
var student_stress_by_zone$1 = "Student Stress by Zone";
|
|
5091
5113
|
var student_distribution$1 = "Student Distribution";
|
|
5092
5114
|
var surveys_flags$1 = "Survey's flags";
|
|
@@ -5130,12 +5152,12 @@ var create_new_survey$1 = "Create new survey";
|
|
|
5130
5152
|
var go_to_individual_survey_responses$1 = "Go to Individual Survey Responses";
|
|
5131
5153
|
var you_can_only_select_number_kpis_at_a_time$1 = "You can only select {{number}} KPIs at a time";
|
|
5132
5154
|
var you_can_only_select_number_kpis_at_a_time_To_select_a_new_one_please_switch_off_one_of_the_previous_ones$1 = "You can only select {{number}} KPIs at a time. To select a new one, please switch off one of the previous ones.";
|
|
5133
|
-
var last_check__in$1 = "Last Check
|
|
5155
|
+
var last_check__in$1 = "Last Check-in";
|
|
5134
5156
|
var how_many_times_a_strategy_has_been_chosen$1 = "How many times a strategy has been chosen";
|
|
5135
5157
|
var these_metrics_come_from_students_check_ins_filter_above_to_change_the_data_set$1 = "These metrics come from student check-ins. Filter above to change the data set";
|
|
5136
5158
|
var not_yet_started$1 = "Not yet started";
|
|
5137
5159
|
var in_progress$1 = "In progress";
|
|
5138
|
-
var export_check_ins_to_csv$1 = "Export Check
|
|
5160
|
+
var export_check_ins_to_csv$1 = "Export Check-ins to CSV";
|
|
5139
5161
|
var these_metrics_come_from_the_conference_rubric_only_teacher_responses_are_scored$1 = "These metrics come from the conference rubric. Only teacher responses are scored";
|
|
5140
5162
|
var please_save_first$1 = "Please save first";
|
|
5141
5163
|
var print_date$1 = "Print date";
|
|
@@ -5326,7 +5348,7 @@ var my_learning_plan_beta$1 = "My Learning Plan (Beta)";
|
|
|
5326
5348
|
var winning_doesn_t_always_mean_being_first_winning_means_you_re_doing_better_than_you_ve_done_before$1 = "Winning doesn’t always mean being first. Winning means you’re doing better than you’ve done before.";
|
|
5327
5349
|
var integrating_learningwith_previous_knowledge$1 = "Integrating Learningwith PreviousKnowledge";
|
|
5328
5350
|
var improving_student_self_efficacy$1 = "Improving Student Self-Efficacy";
|
|
5329
|
-
var my_check_in$1 = "My Check
|
|
5351
|
+
var my_check_in$1 = "My Check-in";
|
|
5330
5352
|
var what_do_you_want_to_do_differently$1 = "What do you want to do differently?";
|
|
5331
5353
|
var to_do$1 = "To Do";
|
|
5332
5354
|
var my_class_reflections$1 = "My Class Reflections";
|
|
@@ -6427,8 +6449,8 @@ var request$1 = "Request";
|
|
|
6427
6449
|
var edit_iep_template$1 = "Edit IEP template";
|
|
6428
6450
|
var are_you_ready_to_submit$1 = "Are you ready to submit?";
|
|
6429
6451
|
var there_are_several_questions_you_have_not_answered_yet_are_you_sure_you_want_to_submit$1 = "There are several questions you have not answered yet. Are you sure you want to submit?";
|
|
6430
|
-
var you_did_not_complete_the_check_in_please_check_your_responses_and_click_done$1 = "You did not complete the check
|
|
6431
|
-
var check_in_finished$1 = "Check
|
|
6452
|
+
var you_did_not_complete_the_check_in_please_check_your_responses_and_click_done$1 = "You did not complete the check-in. Please check your responses and click Done";
|
|
6453
|
+
var check_in_finished$1 = "Check-in Finished";
|
|
6432
6454
|
var research_the_academic_programs_campus_life_and_support_services_at_your_top_choice_universities$1 = "Research the academic programs, campus life, and support services at your top-choice universities.";
|
|
6433
6455
|
var what_actions_do_you_need_to_take_now_to_position_yourself_successfully_for_these_three_areas$1 = "What actions do you need to take now to position yourself successfully for these three areas?";
|
|
6434
6456
|
var what_service_opportunities_have_you_taken_part_in$1 = "What service opportunities have you taken part in?";
|
|
@@ -6499,7 +6521,7 @@ var save_conversation$1 = "Save CONVERSATION";
|
|
|
6499
6521
|
var yes_view_student_goals$1 = "Yes, view student goals";
|
|
6500
6522
|
var please_set_time_1_1_conversation$1 = "Please set time 1-1 conversation";
|
|
6501
6523
|
var type_your_answer_here$1 = "Type your answer here...";
|
|
6502
|
-
var delete_bulk$1 = "
|
|
6524
|
+
var delete_bulk$1 = "Remove Bulk";
|
|
6503
6525
|
var number_of_students_with_at_least_one_very_low_metric$1 = "Students with concerning metrics";
|
|
6504
6526
|
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$1 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
6505
6527
|
var of_students_have_concerned_metrics$1 = "of students have concerned metrics";
|
|
@@ -6542,7 +6564,7 @@ var view_1_1_note$1 = "View 1-1 Note";
|
|
|
6542
6564
|
var please_enter_a_description_of_the_conversation$1 = "Please enter a description of the conversation.";
|
|
6543
6565
|
var check_ins_tab$1 = "Check-Ins";
|
|
6544
6566
|
var start_check_in_homepage$1 = "Start Check-in";
|
|
6545
|
-
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$1 = "Select the teacher or counselor asking you to check
|
|
6567
|
+
var select_the_teacher_or_counselor_asking_you_to_check_in_if_you_have_more_than_one_teacher_choose_any_teacher_in_the_class_all_the_teachers_and_counselors_listed_can_view_your_check_ins$1 = "Select the teacher or counselor asking you to check-in. If you have more than one teacher, choose any teacher in the class. All the teachers and counselors listed can view your check-ins.";
|
|
6546
6568
|
var here_you_can_find_all_the_notes_and_1_1_conversations_logs_the_student_has$1 = "Here you can find all the notes and 1-1 conversations logs the student has.";
|
|
6547
6569
|
var back_to_notes_and_logs$1 = "Back to Notes and Logs";
|
|
6548
6570
|
var students_review$1 = "Student's Review";
|
|
@@ -6568,6 +6590,17 @@ var current_class_grade$1 = "Current Class Grade";
|
|
|
6568
6590
|
var these_are_the_answers_from_classroom_teachers$1 = "These are the answers from classroom teachers.";
|
|
6569
6591
|
var total_responses$1 = "Total Responses";
|
|
6570
6592
|
var readiness_trends$1 = "Readiness Trends";
|
|
6593
|
+
var the_note_will_be_visible_to_the_student_and_all_connected_educators$1 = "The note will be visible to the student and all connected educators";
|
|
6594
|
+
var _unless_you_check_the_make_this_a_private_note_box$1 = " unless you check the \"Make this a private note\" box";
|
|
6595
|
+
var do_you_still_wish_to_save$1 = "Do you still wish to save?";
|
|
6596
|
+
var yes_im_sure$1 = "yes, i'm sure!";
|
|
6597
|
+
var start_check_in_now$1 = "START CHECK-IN NOW";
|
|
6598
|
+
var delete_survey$1 = "Delete survey";
|
|
6599
|
+
var are_you_sure_to_delete_selected_survey$1 = "Are you sure to delete {{number}} survey(s)?";
|
|
6600
|
+
var delete_1_1$1 = "Delete 1-1";
|
|
6601
|
+
var are_you_sure_to_delete_this_one_to_one$1 = "Are you sure to delete this one to one?";
|
|
6602
|
+
var delete_conversation$1 = "Delete conversation";
|
|
6603
|
+
var are_you_sure_to_delete_this_conversation$1 = "Are you sure to delete this conversation?";
|
|
6571
6604
|
var lang_uk = {
|
|
6572
6605
|
dashboard: dashboard$1,
|
|
6573
6606
|
user: user$1,
|
|
@@ -7226,7 +7259,7 @@ var lang_uk = {
|
|
|
7226
7259
|
this_week_s: this_week_s$1,
|
|
7227
7260
|
missing_weekly_check_in: missing_weekly_check_in$1,
|
|
7228
7261
|
add_new_student: add_new_student$1,
|
|
7229
|
-
"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after": "Start your Check
|
|
7262
|
+
"start_your_check-in_and_you_can_also_request_a_conversation_with_your_teacher_after": "Start your Check-in. You can also request a conversation with your teacher after this.",
|
|
7230
7263
|
start_check_in: start_check_in$1,
|
|
7231
7264
|
no_events_today: no_events_today$1,
|
|
7232
7265
|
today_schedule: today_schedule$1,
|
|
@@ -8404,7 +8437,7 @@ var lang_uk = {
|
|
|
8404
8437
|
student_has_started_this_check_in_are_you_sure_to_delete: student_has_started_this_check_in_are_you_sure_to_delete$1,
|
|
8405
8438
|
student_has_not_started_this_one_to_one_are_you_sure_to_delete: student_has_not_started_this_one_to_one_are_you_sure_to_delete$1,
|
|
8406
8439
|
"you_can_start_a_1-1_conversation_after_the_results_of_the_student's_check-in._If_the_check-in_is_24_hours_older,_you_can_request_the_new_check-in_or_start_the_conversation_by_viewing_the_results": "You can start a 1-1 conversation after the results of the student's check-in. If the check-in is 24 hours older, you can request the new check-in or start the conversation by viewing the results",
|
|
8407
|
-
"select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before": "Select a student
|
|
8440
|
+
"select_a_student_and_start_a_1-1_conversation_from_a_check-in_or_ask_the_student_to_check-in_before": "Select a student to start a conversation from their recent check-in or request a new check-in",
|
|
8408
8441
|
my_accommodations: my_accommodations$1,
|
|
8409
8442
|
accommodation_set: accommodation_set$1,
|
|
8410
8443
|
add_new_accommodation: add_new_accommodation$1,
|
|
@@ -8777,7 +8810,18 @@ var lang_uk = {
|
|
|
8777
8810
|
current_class_grade: current_class_grade$1,
|
|
8778
8811
|
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers$1,
|
|
8779
8812
|
total_responses: total_responses$1,
|
|
8780
|
-
readiness_trends: readiness_trends$1
|
|
8813
|
+
readiness_trends: readiness_trends$1,
|
|
8814
|
+
the_note_will_be_visible_to_the_student_and_all_connected_educators: the_note_will_be_visible_to_the_student_and_all_connected_educators$1,
|
|
8815
|
+
_unless_you_check_the_make_this_a_private_note_box: _unless_you_check_the_make_this_a_private_note_box$1,
|
|
8816
|
+
do_you_still_wish_to_save: do_you_still_wish_to_save$1,
|
|
8817
|
+
yes_im_sure: yes_im_sure$1,
|
|
8818
|
+
start_check_in_now: start_check_in_now$1,
|
|
8819
|
+
delete_survey: delete_survey$1,
|
|
8820
|
+
are_you_sure_to_delete_selected_survey: are_you_sure_to_delete_selected_survey$1,
|
|
8821
|
+
delete_1_1: delete_1_1$1,
|
|
8822
|
+
are_you_sure_to_delete_this_one_to_one: are_you_sure_to_delete_this_one_to_one$1,
|
|
8823
|
+
delete_conversation: delete_conversation$1,
|
|
8824
|
+
are_you_sure_to_delete_this_conversation: are_you_sure_to_delete_this_conversation$1
|
|
8781
8825
|
};
|
|
8782
8826
|
|
|
8783
8827
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -10898,7 +10942,7 @@ var yes_view_student_goals$2 = "Yes, view student goals";
|
|
|
10898
10942
|
var please_set_time_1_1_conversation$2 = "Please set time 1-1 conversation";
|
|
10899
10943
|
var type_your_answer_here$2 = "Type your answer here...";
|
|
10900
10944
|
var not_ready_to_learn$2 = "Not ready to learn";
|
|
10901
|
-
var delete_bulk$2 = "
|
|
10945
|
+
var delete_bulk$2 = "Remove Bulk";
|
|
10902
10946
|
var number_of_students_with_at_least_one_very_low_metric$2 = "Students with concerning metrics";
|
|
10903
10947
|
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$2 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
10904
10948
|
var of_students_have_concerned_metrics$2 = "of students have concerned metrics";
|
|
@@ -10967,6 +11011,17 @@ var current_class_grade$2 = "Current Class Grade";
|
|
|
10967
11011
|
var these_are_the_answers_from_classroom_teachers$2 = "These are the answers from classroom teachers.";
|
|
10968
11012
|
var total_responses$2 = "Total Responses";
|
|
10969
11013
|
var readiness_trends$2 = "Readiness Trends";
|
|
11014
|
+
var the_note_will_be_visible_to_the_student_and_all_connected_educators$2 = "The note will be visible to the student and all connected educators";
|
|
11015
|
+
var _unless_you_check_the_make_this_a_private_note_box$2 = " unless you check the \"Make this a private note\" box";
|
|
11016
|
+
var do_you_still_wish_to_save$2 = "Do you still wish to save?";
|
|
11017
|
+
var yes_im_sure$2 = "yes, i'm sure!";
|
|
11018
|
+
var start_check_in_now$2 = "START CHECK-IN NOW";
|
|
11019
|
+
var delete_survey$2 = "Delete survey";
|
|
11020
|
+
var are_you_sure_to_delete_selected_survey$2 = "Are you sure to delete {{number}} survey(s)?";
|
|
11021
|
+
var delete_1_1$2 = "Delete 1-1";
|
|
11022
|
+
var are_you_sure_to_delete_this_one_to_one$2 = "Are you sure to delete this one to one?";
|
|
11023
|
+
var delete_conversation$2 = "Delete conversation";
|
|
11024
|
+
var are_you_sure_to_delete_this_conversation$2 = "Are you sure to delete this conversation?";
|
|
10970
11025
|
var lang_ar = {
|
|
10971
11026
|
dashboard: dashboard$2,
|
|
10972
11027
|
user: user$2,
|
|
@@ -13208,7 +13263,18 @@ var lang_ar = {
|
|
|
13208
13263
|
current_class_grade: current_class_grade$2,
|
|
13209
13264
|
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers$2,
|
|
13210
13265
|
total_responses: total_responses$2,
|
|
13211
|
-
readiness_trends: readiness_trends$2
|
|
13266
|
+
readiness_trends: readiness_trends$2,
|
|
13267
|
+
the_note_will_be_visible_to_the_student_and_all_connected_educators: the_note_will_be_visible_to_the_student_and_all_connected_educators$2,
|
|
13268
|
+
_unless_you_check_the_make_this_a_private_note_box: _unless_you_check_the_make_this_a_private_note_box$2,
|
|
13269
|
+
do_you_still_wish_to_save: do_you_still_wish_to_save$2,
|
|
13270
|
+
yes_im_sure: yes_im_sure$2,
|
|
13271
|
+
start_check_in_now: start_check_in_now$2,
|
|
13272
|
+
delete_survey: delete_survey$2,
|
|
13273
|
+
are_you_sure_to_delete_selected_survey: are_you_sure_to_delete_selected_survey$2,
|
|
13274
|
+
delete_1_1: delete_1_1$2,
|
|
13275
|
+
are_you_sure_to_delete_this_one_to_one: are_you_sure_to_delete_this_one_to_one$2,
|
|
13276
|
+
delete_conversation: delete_conversation$2,
|
|
13277
|
+
are_you_sure_to_delete_this_conversation: are_you_sure_to_delete_this_conversation$2
|
|
13212
13278
|
};
|
|
13213
13279
|
|
|
13214
13280
|
var dashboard$3 = "Cuadro de mandos";
|
|
@@ -15329,7 +15395,7 @@ var save_conversation$3 = "Save CONVERSATION";
|
|
|
15329
15395
|
var yes_view_student_goals$3 = "Yes, view student goals";
|
|
15330
15396
|
var please_set_time_1_1_conversation$3 = "Please set time 1-1 conversation";
|
|
15331
15397
|
var type_your_answer_here$3 = "Type your answer here...";
|
|
15332
|
-
var delete_bulk$3 = "
|
|
15398
|
+
var delete_bulk$3 = "Remove Bulk";
|
|
15333
15399
|
var number_of_students_with_at_least_one_very_low_metric$3 = "Students with concerning metrics";
|
|
15334
15400
|
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$3 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
15335
15401
|
var of_students_have_concerned_metrics$3 = "of students have concerned metrics";
|
|
@@ -15398,6 +15464,17 @@ var current_class_grade$3 = "Current Class Grade";
|
|
|
15398
15464
|
var these_are_the_answers_from_classroom_teachers$3 = "These are the answers from classroom teachers.";
|
|
15399
15465
|
var total_responses$3 = "Total Responses";
|
|
15400
15466
|
var readiness_trends$3 = "Readiness Trends";
|
|
15467
|
+
var the_note_will_be_visible_to_the_student_and_all_connected_educators$3 = "The note will be visible to the student and all connected educators";
|
|
15468
|
+
var _unless_you_check_the_make_this_a_private_note_box$3 = " unless you check the \"Make this a private note\" box";
|
|
15469
|
+
var do_you_still_wish_to_save$3 = "Do you still wish to save?";
|
|
15470
|
+
var yes_im_sure$3 = "yes, i'm sure!";
|
|
15471
|
+
var start_check_in_now$3 = "START CHECK-IN NOW";
|
|
15472
|
+
var delete_survey$3 = "Delete survey";
|
|
15473
|
+
var are_you_sure_to_delete_selected_survey$3 = "Are you sure to delete {{number}} survey(s)?";
|
|
15474
|
+
var delete_1_1$3 = "Delete 1-1";
|
|
15475
|
+
var are_you_sure_to_delete_this_one_to_one$3 = "Are you sure to delete this one to one?";
|
|
15476
|
+
var delete_conversation$3 = "Delete conversation";
|
|
15477
|
+
var are_you_sure_to_delete_this_conversation$3 = "Are you sure to delete this conversation?";
|
|
15401
15478
|
var lang_es = {
|
|
15402
15479
|
dashboard: dashboard$3,
|
|
15403
15480
|
user: user$3,
|
|
@@ -17639,7 +17716,18 @@ var lang_es = {
|
|
|
17639
17716
|
current_class_grade: current_class_grade$3,
|
|
17640
17717
|
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers$3,
|
|
17641
17718
|
total_responses: total_responses$3,
|
|
17642
|
-
readiness_trends: readiness_trends$3
|
|
17719
|
+
readiness_trends: readiness_trends$3,
|
|
17720
|
+
the_note_will_be_visible_to_the_student_and_all_connected_educators: the_note_will_be_visible_to_the_student_and_all_connected_educators$3,
|
|
17721
|
+
_unless_you_check_the_make_this_a_private_note_box: _unless_you_check_the_make_this_a_private_note_box$3,
|
|
17722
|
+
do_you_still_wish_to_save: do_you_still_wish_to_save$3,
|
|
17723
|
+
yes_im_sure: yes_im_sure$3,
|
|
17724
|
+
start_check_in_now: start_check_in_now$3,
|
|
17725
|
+
delete_survey: delete_survey$3,
|
|
17726
|
+
are_you_sure_to_delete_selected_survey: are_you_sure_to_delete_selected_survey$3,
|
|
17727
|
+
delete_1_1: delete_1_1$3,
|
|
17728
|
+
are_you_sure_to_delete_this_one_to_one: are_you_sure_to_delete_this_one_to_one$3,
|
|
17729
|
+
delete_conversation: delete_conversation$3,
|
|
17730
|
+
are_you_sure_to_delete_this_conversation: are_you_sure_to_delete_this_conversation$3
|
|
17643
17731
|
};
|
|
17644
17732
|
|
|
17645
17733
|
var dashboard$4 = "仪表板";
|
|
@@ -19760,7 +19848,7 @@ var save_conversation$4 = "Save CONVERSATION";
|
|
|
19760
19848
|
var yes_view_student_goals$4 = "Yes, view student goals";
|
|
19761
19849
|
var please_set_time_1_1_conversation$4 = "Please set time 1-1 conversation";
|
|
19762
19850
|
var type_your_answer_here$4 = "Type your answer here...";
|
|
19763
|
-
var delete_bulk$4 = "
|
|
19851
|
+
var delete_bulk$4 = "Remove Bulk";
|
|
19764
19852
|
var number_of_students_with_at_least_one_very_low_metric$4 = "Students with concerning metrics";
|
|
19765
19853
|
var this_flags_if_the_student_is_not_ready_to_learn_or_has_at_least_one_success_or_readiness_to_learn_metrics_under_40$4 = "This flags if the student is not ready to learn or has at least one success, or readiness to learn metrics under 40%";
|
|
19766
19854
|
var of_students_have_concerned_metrics$4 = "of students have concerned metrics";
|
|
@@ -19829,6 +19917,17 @@ var current_class_grade$4 = "Current Class Grade";
|
|
|
19829
19917
|
var these_are_the_answers_from_classroom_teachers$4 = "These are the answers from classroom teachers.";
|
|
19830
19918
|
var total_responses$4 = "Total Responses";
|
|
19831
19919
|
var readiness_trends$4 = "Readiness Trends";
|
|
19920
|
+
var the_note_will_be_visible_to_the_student_and_all_connected_educators$4 = "The note will be visible to the student and all connected educators";
|
|
19921
|
+
var _unless_you_check_the_make_this_a_private_note_box$4 = " unless you check the \"Make this a private note\" box";
|
|
19922
|
+
var do_you_still_wish_to_save$4 = "Do you still wish to save?";
|
|
19923
|
+
var yes_im_sure$4 = "yes, i'm sure!";
|
|
19924
|
+
var start_check_in_now$4 = "START CHECK-IN NOW";
|
|
19925
|
+
var delete_survey$4 = "Delete survey";
|
|
19926
|
+
var are_you_sure_to_delete_selected_survey$4 = "Are you sure to delete {{number}} survey(s)?";
|
|
19927
|
+
var delete_1_1$4 = "Delete 1-1";
|
|
19928
|
+
var are_you_sure_to_delete_this_one_to_one$4 = "Are you sure to delete this one to one?";
|
|
19929
|
+
var delete_conversation$4 = "Delete conversation";
|
|
19930
|
+
var are_you_sure_to_delete_this_conversation$4 = "Are you sure to delete this conversation?";
|
|
19832
19931
|
var lang_zh = {
|
|
19833
19932
|
dashboard: dashboard$4,
|
|
19834
19933
|
user: user$4,
|
|
@@ -22070,7 +22169,18 @@ var lang_zh = {
|
|
|
22070
22169
|
current_class_grade: current_class_grade$4,
|
|
22071
22170
|
these_are_the_answers_from_classroom_teachers: these_are_the_answers_from_classroom_teachers$4,
|
|
22072
22171
|
total_responses: total_responses$4,
|
|
22073
|
-
readiness_trends: readiness_trends$4
|
|
22172
|
+
readiness_trends: readiness_trends$4,
|
|
22173
|
+
the_note_will_be_visible_to_the_student_and_all_connected_educators: the_note_will_be_visible_to_the_student_and_all_connected_educators$4,
|
|
22174
|
+
_unless_you_check_the_make_this_a_private_note_box: _unless_you_check_the_make_this_a_private_note_box$4,
|
|
22175
|
+
do_you_still_wish_to_save: do_you_still_wish_to_save$4,
|
|
22176
|
+
yes_im_sure: yes_im_sure$4,
|
|
22177
|
+
start_check_in_now: start_check_in_now$4,
|
|
22178
|
+
delete_survey: delete_survey$4,
|
|
22179
|
+
are_you_sure_to_delete_selected_survey: are_you_sure_to_delete_selected_survey$4,
|
|
22180
|
+
delete_1_1: delete_1_1$4,
|
|
22181
|
+
are_you_sure_to_delete_this_one_to_one: are_you_sure_to_delete_this_one_to_one$4,
|
|
22182
|
+
delete_conversation: delete_conversation$4,
|
|
22183
|
+
are_you_sure_to_delete_this_conversation: are_you_sure_to_delete_this_conversation$4
|
|
22074
22184
|
};
|
|
22075
22185
|
|
|
22076
22186
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -41953,6 +42063,212 @@ var TheHeaderDropdown = function TheHeaderDropdown(_ref) {
|
|
|
41953
42063
|
})), t("log_out")))));
|
|
41954
42064
|
};
|
|
41955
42065
|
|
|
42066
|
+
var apiGetLanguage = function apiGetLanguage() {
|
|
42067
|
+
return api.get(BASE_URL + "/api/language");
|
|
42068
|
+
};
|
|
42069
|
+
|
|
42070
|
+
var apiUpdateLanguage = function apiUpdateLanguage(lang) {
|
|
42071
|
+
return api.put(BASE_URL + "/api/language?lang=" + lang);
|
|
42072
|
+
};
|
|
42073
|
+
|
|
42074
|
+
var LANGUAGE_SYSTEM = "LANGUAGE_SYSTEM";
|
|
42075
|
+
|
|
42076
|
+
var useLanguages = function useLanguages() {
|
|
42077
|
+
var dispatch = useDispatch();
|
|
42078
|
+
|
|
42079
|
+
var _useTranslation = useTranslation(),
|
|
42080
|
+
i18n = _useTranslation.i18n;
|
|
42081
|
+
|
|
42082
|
+
var language = useSelector(function (state) {
|
|
42083
|
+
return state.common.language;
|
|
42084
|
+
});
|
|
42085
|
+
var defaultLanguage = getCookieValue(LANGUAGE_SYSTEM) != null ? getCookieValue(LANGUAGE_SYSTEM) : DEFAULT_LANGUAGE_CODE;
|
|
42086
|
+
|
|
42087
|
+
var _useState = useState([]),
|
|
42088
|
+
languageList = _useState[0],
|
|
42089
|
+
setLanguageList = _useState[1];
|
|
42090
|
+
|
|
42091
|
+
var _useState2 = useState(false),
|
|
42092
|
+
dropdownOpen = _useState2[0],
|
|
42093
|
+
setDropdownOpen = _useState2[1];
|
|
42094
|
+
|
|
42095
|
+
var _useState3 = useState(defaultLanguage),
|
|
42096
|
+
currentLang = _useState3[0],
|
|
42097
|
+
setCurrentLang = _useState3[1];
|
|
42098
|
+
|
|
42099
|
+
var toggle = function toggle() {
|
|
42100
|
+
return setDropdownOpen(function (prevState) {
|
|
42101
|
+
return !prevState;
|
|
42102
|
+
});
|
|
42103
|
+
};
|
|
42104
|
+
|
|
42105
|
+
var changeLanguageApp = function changeLanguageApp(lang) {
|
|
42106
|
+
try {
|
|
42107
|
+
var _temp3 = function _temp3() {
|
|
42108
|
+
dispatch(setLoading(false));
|
|
42109
|
+
};
|
|
42110
|
+
|
|
42111
|
+
dispatch(setLoading(true));
|
|
42112
|
+
|
|
42113
|
+
var _temp4 = _catch(function () {
|
|
42114
|
+
return Promise.resolve(apiUpdateLanguage(lang)).then(function () {
|
|
42115
|
+
i18n.changeLanguage(lang);
|
|
42116
|
+
setCurrentLang(lang);
|
|
42117
|
+
dispatch(setLanguage(lang));
|
|
42118
|
+
});
|
|
42119
|
+
}, function (err) {
|
|
42120
|
+
var _err$response, _err$response$data;
|
|
42121
|
+
|
|
42122
|
+
dispatch(setAlert({
|
|
42123
|
+
type: "danger",
|
|
42124
|
+
message: ((_err$response = err.response) === null || _err$response === void 0 ? void 0 : (_err$response$data = _err$response.data) === null || _err$response$data === void 0 ? void 0 : _err$response$data.title) || err.message
|
|
42125
|
+
}));
|
|
42126
|
+
});
|
|
42127
|
+
|
|
42128
|
+
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(_temp3) : _temp3(_temp4));
|
|
42129
|
+
} catch (e) {
|
|
42130
|
+
return Promise.reject(e);
|
|
42131
|
+
}
|
|
42132
|
+
};
|
|
42133
|
+
|
|
42134
|
+
var getListLanguage = function getListLanguage() {
|
|
42135
|
+
try {
|
|
42136
|
+
var _temp6 = _catch(function () {
|
|
42137
|
+
return Promise.resolve(apiGetLanguage()).then(function (res) {
|
|
42138
|
+
setLanguageList(res.data);
|
|
42139
|
+
});
|
|
42140
|
+
}, function (err) {
|
|
42141
|
+
var _err$response2, _err$response2$data;
|
|
42142
|
+
|
|
42143
|
+
dispatch(setAlert({
|
|
42144
|
+
type: "danger",
|
|
42145
|
+
message: ((_err$response2 = err.response) === null || _err$response2 === void 0 ? void 0 : (_err$response2$data = _err$response2.data) === null || _err$response2$data === void 0 ? void 0 : _err$response2$data.title) || err.message
|
|
42146
|
+
}));
|
|
42147
|
+
});
|
|
42148
|
+
|
|
42149
|
+
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
42150
|
+
} catch (e) {
|
|
42151
|
+
return Promise.reject(e);
|
|
42152
|
+
}
|
|
42153
|
+
};
|
|
42154
|
+
|
|
42155
|
+
useEffect(function () {
|
|
42156
|
+
defaultLanguage != language && changeLanguageApp(defaultLanguage);
|
|
42157
|
+
getListLanguage();
|
|
42158
|
+
}, []);
|
|
42159
|
+
return {
|
|
42160
|
+
languageList: languageList,
|
|
42161
|
+
toggle: toggle,
|
|
42162
|
+
dropdownOpen: dropdownOpen,
|
|
42163
|
+
currentLang: currentLang,
|
|
42164
|
+
changeLanguageApp: changeLanguageApp,
|
|
42165
|
+
setCurrentLang: setCurrentLang
|
|
42166
|
+
};
|
|
42167
|
+
};
|
|
42168
|
+
|
|
42169
|
+
var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
42170
|
+
var _useLanguages = useLanguages(),
|
|
42171
|
+
languageList = _useLanguages.languageList,
|
|
42172
|
+
toggle = _useLanguages.toggle,
|
|
42173
|
+
dropdownOpen = _useLanguages.dropdownOpen,
|
|
42174
|
+
currentLang = _useLanguages.currentLang,
|
|
42175
|
+
changeLanguageApp = _useLanguages.changeLanguageApp;
|
|
42176
|
+
|
|
42177
|
+
var currentLanguage = useMemo(function () {
|
|
42178
|
+
var current = languageList.find(function (i) {
|
|
42179
|
+
return i.code === currentLang;
|
|
42180
|
+
});
|
|
42181
|
+
if (!current) return null;
|
|
42182
|
+
return React.createElement(React.Fragment, null, React.createElement("img", {
|
|
42183
|
+
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
42184
|
+
src: "" + getStaticFileUrl(current.image)
|
|
42185
|
+
}), " ", current.name);
|
|
42186
|
+
}, [currentLang, languageList]);
|
|
42187
|
+
return React.createElement(Dropdown, {
|
|
42188
|
+
isOpen: dropdownOpen,
|
|
42189
|
+
toggle: toggle,
|
|
42190
|
+
className: "" + styles["dropdown-menu"]
|
|
42191
|
+
}, React.createElement(DropdownToggle, {
|
|
42192
|
+
className: styles["header-avatar"] + " d-flex align-items-center"
|
|
42193
|
+
}, React.createElement("span", {
|
|
42194
|
+
style: {
|
|
42195
|
+
color: "#000",
|
|
42196
|
+
textTransform: "capitalize",
|
|
42197
|
+
display: 'flex',
|
|
42198
|
+
alignItems: 'center'
|
|
42199
|
+
}
|
|
42200
|
+
}, currentLanguage, React.createElement(BsChevronDown, {
|
|
42201
|
+
className: "ml-2",
|
|
42202
|
+
style: {
|
|
42203
|
+
fontSize: '10px'
|
|
42204
|
+
}
|
|
42205
|
+
}))), React.createElement(DropdownMenu, {
|
|
42206
|
+
className: styles["dropdown-content-language"]
|
|
42207
|
+
}, !!languageList && languageList.length > 0 && languageList.map(function (lang, index) {
|
|
42208
|
+
return React.createElement(DropdownItem, {
|
|
42209
|
+
key: lang.code,
|
|
42210
|
+
className: styles["dropdown-change"] + " px-0 py-0 " + (index === languageList.length - 1 ? "pb-2" : "pt-2"),
|
|
42211
|
+
onClick: function onClick() {
|
|
42212
|
+
return changeLanguageApp(lang.code);
|
|
42213
|
+
}
|
|
42214
|
+
}, React.createElement("div", {
|
|
42215
|
+
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (currentLang == lang.code ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
42216
|
+
}, React.createElement("span", {
|
|
42217
|
+
className: "mr-2 d-flex hover-opacity"
|
|
42218
|
+
}, React.createElement("img", {
|
|
42219
|
+
style: {
|
|
42220
|
+
width: "30px",
|
|
42221
|
+
height: "25px",
|
|
42222
|
+
borderRadius: "5px"
|
|
42223
|
+
},
|
|
42224
|
+
src: getStaticFileUrl(lang.image)
|
|
42225
|
+
})), lang.name));
|
|
42226
|
+
})));
|
|
42227
|
+
};
|
|
42228
|
+
|
|
42229
|
+
var TheHeader = function TheHeader(_ref) {
|
|
42230
|
+
var onToggleModel = _ref.onToggleModel;
|
|
42231
|
+
var dispatch = useDispatch();
|
|
42232
|
+
var sidebarShow = useSelector(function (state) {
|
|
42233
|
+
return state.common.sidebarShow;
|
|
42234
|
+
});
|
|
42235
|
+
|
|
42236
|
+
var _useTranslation = useTranslation(),
|
|
42237
|
+
t = _useTranslation.t;
|
|
42238
|
+
|
|
42239
|
+
var toggleSidebarMobile = function toggleSidebarMobile() {
|
|
42240
|
+
var val = [false, "responsive"].includes(sidebarShow) ? true : "responsive";
|
|
42241
|
+
dispatch(setSidebar(val));
|
|
42242
|
+
};
|
|
42243
|
+
|
|
42244
|
+
var isDistrict = window.location.host.includes("-district");
|
|
42245
|
+
return React.createElement(CHeader, {
|
|
42246
|
+
withSubheader: true,
|
|
42247
|
+
className: "d-flex align-items-center justify-content-end"
|
|
42248
|
+
}, React.createElement(CToggler, {
|
|
42249
|
+
inHeader: true,
|
|
42250
|
+
className: "ml-md-3 d-lg-none",
|
|
42251
|
+
onClick: toggleSidebarMobile
|
|
42252
|
+
}), React.createElement(CHeaderBrand, {
|
|
42253
|
+
className: "mx-auto flex-grow-1 d-lg-none",
|
|
42254
|
+
to: "/"
|
|
42255
|
+
}, React.createElement("img", {
|
|
42256
|
+
src: getStaticFileUrl(Images.LOGO_HEADER),
|
|
42257
|
+
className: styles["header-logo"]
|
|
42258
|
+
})), React.createElement(CHeaderNav, {
|
|
42259
|
+
className: "pr-3"
|
|
42260
|
+
}, React.createElement(TheLanguageDropdown, null), React.createElement("a", {
|
|
42261
|
+
className: "mr-3",
|
|
42262
|
+
style: {
|
|
42263
|
+
color: '#000'
|
|
42264
|
+
},
|
|
42265
|
+
href: '/privacy-policy',
|
|
42266
|
+
target: "blank"
|
|
42267
|
+
}, t("privacy_policy")), !isDistrict && React.createElement(NotificationButton, null), React.createElement(TheHeaderDropdown, {
|
|
42268
|
+
onToggleModel: onToggleModel
|
|
42269
|
+
})));
|
|
42270
|
+
};
|
|
42271
|
+
|
|
41956
42272
|
var TITLE$3 = "Not found";
|
|
41957
42273
|
|
|
41958
42274
|
var NotFound = function NotFound() {
|
|
@@ -42010,6 +42326,258 @@ var TheContent = function TheContent(_ref) {
|
|
|
42010
42326
|
|
|
42011
42327
|
var TheContent$1 = React.memo(TheContent);
|
|
42012
42328
|
|
|
42329
|
+
var loadingStyle = {
|
|
42330
|
+
minWidth: "100vw",
|
|
42331
|
+
minHeight: "100vh",
|
|
42332
|
+
position: "fixed",
|
|
42333
|
+
top: 0,
|
|
42334
|
+
left: 0,
|
|
42335
|
+
zIndex: 999999999,
|
|
42336
|
+
backgroundColor: "rgba(0, 0, 0, 0.4)",
|
|
42337
|
+
display: "flex",
|
|
42338
|
+
justifyContent: "center",
|
|
42339
|
+
alignItems: "center"
|
|
42340
|
+
};
|
|
42341
|
+
|
|
42342
|
+
var Loading = function Loading() {
|
|
42343
|
+
var isLoading = useSelector(function (state) {
|
|
42344
|
+
return state.common.isLoading;
|
|
42345
|
+
});
|
|
42346
|
+
localStorage.setItem("LAST_TIME_REQUETST", moment().utc().format("YYYY-MM-DD HH:mm:ss"));
|
|
42347
|
+
return isLoading ? React.createElement("div", {
|
|
42348
|
+
style: loadingStyle
|
|
42349
|
+
}, React.createElement("div", {
|
|
42350
|
+
className: "spinner-border text-secondary",
|
|
42351
|
+
role: "status"
|
|
42352
|
+
}, React.createElement("span", {
|
|
42353
|
+
className: "sr-only"
|
|
42354
|
+
}, "Loading..."))) : null;
|
|
42355
|
+
};
|
|
42356
|
+
|
|
42357
|
+
var firstCheckToken = function firstCheckToken() {
|
|
42358
|
+
return Promise.resolve(_catch(function () {
|
|
42359
|
+
var token = getAccessToken();
|
|
42360
|
+
return token ? Promise.resolve(checkToken(token)).then(function (tokenStatus) {
|
|
42361
|
+
return tokenStatus.data ? true : false;
|
|
42362
|
+
}) : false;
|
|
42363
|
+
}, function () {
|
|
42364
|
+
return false;
|
|
42365
|
+
}));
|
|
42366
|
+
};
|
|
42367
|
+
|
|
42368
|
+
var canAccess = function canAccess(userRoles, componentRoles) {
|
|
42369
|
+
if (!Array.isArray(userRoles)) {
|
|
42370
|
+
return false;
|
|
42371
|
+
}
|
|
42372
|
+
|
|
42373
|
+
if (Array.isArray(componentRoles)) {
|
|
42374
|
+
var intersects = userRoles.filter(function (i) {
|
|
42375
|
+
return componentRoles.includes(i);
|
|
42376
|
+
});
|
|
42377
|
+
return intersects.length > 0;
|
|
42378
|
+
}
|
|
42379
|
+
|
|
42380
|
+
return true;
|
|
42381
|
+
};
|
|
42382
|
+
|
|
42383
|
+
var ModelSelectRole = function ModelSelectRole(_ref) {
|
|
42384
|
+
var _handleUserRole;
|
|
42385
|
+
|
|
42386
|
+
var open = _ref.open,
|
|
42387
|
+
onToggleModel = _ref.onToggleModel;
|
|
42388
|
+
var dispatch = useDispatch();
|
|
42389
|
+
|
|
42390
|
+
var _useTranslation = useTranslation(),
|
|
42391
|
+
t = _useTranslation.t;
|
|
42392
|
+
|
|
42393
|
+
var history = useHistory();
|
|
42394
|
+
var pathname = window.location.pathname;
|
|
42395
|
+
var user = useSelector(function (state) {
|
|
42396
|
+
return state.common.user;
|
|
42397
|
+
});
|
|
42398
|
+
var roles = user === null || user === void 0 ? void 0 : user.roles;
|
|
42399
|
+
|
|
42400
|
+
var handleSelectUserRoles = function handleSelectUserRoles(roles) {
|
|
42401
|
+
dispatch(setLoading(true));
|
|
42402
|
+
var roleSelect = roles.includes("Teacher/Assistant") ? ["Teacher", "Assistant"] : roles;
|
|
42403
|
+
dispatch(setUser(_extends({}, user, {
|
|
42404
|
+
roles: roleSelect
|
|
42405
|
+
})));
|
|
42406
|
+
localStorage.setItem("ROLES", roleSelect.toString());
|
|
42407
|
+
onToggleModel();
|
|
42408
|
+
|
|
42409
|
+
if (roles.includes("Parent")) {
|
|
42410
|
+
history.push("/parent");
|
|
42411
|
+
} else if (roles.includes("Admin")) {
|
|
42412
|
+
history.push("/admin/home");
|
|
42413
|
+
} else {
|
|
42414
|
+
pathname !== "/home" ? history.push("/home") : window.location.reload();
|
|
42415
|
+
}
|
|
42416
|
+
};
|
|
42417
|
+
|
|
42418
|
+
return React.createElement(Modal, {
|
|
42419
|
+
isOpen: open,
|
|
42420
|
+
toggle: function toggle() {
|
|
42421
|
+
return onToggleModel();
|
|
42422
|
+
},
|
|
42423
|
+
className: "" + styles["model-switch-roles"],
|
|
42424
|
+
centered: true
|
|
42425
|
+
}, React.createElement("p", {
|
|
42426
|
+
className: "" + styles["title"]
|
|
42427
|
+
}, t("continue_as")), React.createElement("div", null, (_handleUserRole = handleUserRole(user === null || user === void 0 ? void 0 : user.roles)) === null || _handleUserRole === void 0 ? void 0 : _handleUserRole.map(function (r) {
|
|
42428
|
+
return React.createElement("p", {
|
|
42429
|
+
key: r,
|
|
42430
|
+
className: styles["item-select-role"] + " " + styles[roles.includes("Teacher") && roles.includes("Assistant") && r === "Teacher/Assistant" && !roles.includes("Admin") || roles.includes("Admin") && r === "Admin" || roles.includes(r) && !roles.includes("Admin") ? "item-role-active" : ""],
|
|
42431
|
+
onClick: function onClick() {
|
|
42432
|
+
return handleSelectUserRoles([r]);
|
|
42433
|
+
}
|
|
42434
|
+
}, r == "SecondaryTeacher" ? "Support Teacher" : r);
|
|
42435
|
+
})));
|
|
42436
|
+
};
|
|
42437
|
+
|
|
42438
|
+
var TheLayout = function TheLayout(_ref) {
|
|
42439
|
+
var routes = _ref.routes,
|
|
42440
|
+
navigation = _ref.navigation;
|
|
42441
|
+
var history = useHistory();
|
|
42442
|
+
var dispatch = useDispatch();
|
|
42443
|
+
var user = useSelector(function (state) {
|
|
42444
|
+
return state.common.user;
|
|
42445
|
+
});
|
|
42446
|
+
var language = useSelector(function (state) {
|
|
42447
|
+
return state.common.language;
|
|
42448
|
+
});
|
|
42449
|
+
|
|
42450
|
+
var _useState = useState(false),
|
|
42451
|
+
openModelSelectRole = _useState[0],
|
|
42452
|
+
setOpenModelSelectRole = _useState[1];
|
|
42453
|
+
|
|
42454
|
+
var _useTranslation = useTranslation(),
|
|
42455
|
+
t = _useTranslation.t;
|
|
42456
|
+
|
|
42457
|
+
var location = useLocation();
|
|
42458
|
+
var isNotification = location.pathname.includes("notifications");
|
|
42459
|
+
var isDistrict = window.location.host.includes("-district");
|
|
42460
|
+
|
|
42461
|
+
var handleToggleModel = function handleToggleModel() {
|
|
42462
|
+
setOpenModelSelectRole(!openModelSelectRole);
|
|
42463
|
+
};
|
|
42464
|
+
|
|
42465
|
+
var authRoutes = useMemo(function () {
|
|
42466
|
+
return routes.filter(function (route) {
|
|
42467
|
+
return canAccess(user === null || user === void 0 ? void 0 : user.roles, route.roles);
|
|
42468
|
+
}).filter(function (route) {
|
|
42469
|
+
return !!route.isDistrict === isDistrict;
|
|
42470
|
+
});
|
|
42471
|
+
}, [user, language]);
|
|
42472
|
+
var authNavigations = useMemo(function () {
|
|
42473
|
+
return navigation.map(function (item) {
|
|
42474
|
+
var _item$_children, _item$_children2;
|
|
42475
|
+
|
|
42476
|
+
return _extends({}, item, {
|
|
42477
|
+
name: t(item.name),
|
|
42478
|
+
_children: item !== null && item !== void 0 && (_item$_children = item._children) !== null && _item$_children !== void 0 && _item$_children.length ? item === null || item === void 0 ? void 0 : (_item$_children2 = item._children) === null || _item$_children2 === void 0 ? void 0 : _item$_children2.map(function (x) {
|
|
42479
|
+
return _extends({}, x, {
|
|
42480
|
+
name: t(x.name)
|
|
42481
|
+
});
|
|
42482
|
+
}) : undefined
|
|
42483
|
+
});
|
|
42484
|
+
}).filter(function (nav) {
|
|
42485
|
+
return canAccess(user === null || user === void 0 ? void 0 : user.roles, nav.roles);
|
|
42486
|
+
}).filter(function (nav) {
|
|
42487
|
+
return !!nav.isDistrict === isDistrict;
|
|
42488
|
+
});
|
|
42489
|
+
}, [user, language]);
|
|
42490
|
+
|
|
42491
|
+
var getInformationSetting = function getInformationSetting() {
|
|
42492
|
+
try {
|
|
42493
|
+
var _temp2 = _catch(function () {
|
|
42494
|
+
return Promise.resolve(getSchoolSettings()).then(function (res) {
|
|
42495
|
+
dispatch(setSandboxMode(res.data.isSandboxMode));
|
|
42496
|
+
});
|
|
42497
|
+
}, function (err) {
|
|
42498
|
+
console.error(err);
|
|
42499
|
+
});
|
|
42500
|
+
|
|
42501
|
+
return Promise.resolve(_temp2 && _temp2.then ? _temp2.then(function () {}) : void 0);
|
|
42502
|
+
} catch (e) {
|
|
42503
|
+
return Promise.reject(e);
|
|
42504
|
+
}
|
|
42505
|
+
};
|
|
42506
|
+
|
|
42507
|
+
useEffect(function () {
|
|
42508
|
+
checkAuthentication();
|
|
42509
|
+
}, []);
|
|
42510
|
+
useEffect(function () {
|
|
42511
|
+
getInformationSetting();
|
|
42512
|
+
}, [location.pathname]);
|
|
42513
|
+
|
|
42514
|
+
var checkAuthentication = function checkAuthentication() {
|
|
42515
|
+
try {
|
|
42516
|
+
var _temp4 = _catch(function () {
|
|
42517
|
+
return Promise.resolve(firstCheckToken()).then(function (tokenStatus) {
|
|
42518
|
+
tokenStatus ? loadInfo() : resetAuth();
|
|
42519
|
+
});
|
|
42520
|
+
}, function () {
|
|
42521
|
+
resetAuth();
|
|
42522
|
+
});
|
|
42523
|
+
|
|
42524
|
+
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(function () {}) : void 0);
|
|
42525
|
+
} catch (e) {
|
|
42526
|
+
return Promise.reject(e);
|
|
42527
|
+
}
|
|
42528
|
+
};
|
|
42529
|
+
|
|
42530
|
+
var loadInfo = function loadInfo() {
|
|
42531
|
+
try {
|
|
42532
|
+
var _temp6 = _catch(function () {
|
|
42533
|
+
return Promise.resolve(getInfo()).then(function (info) {
|
|
42534
|
+
var _info$data, _info$data$roles;
|
|
42535
|
+
|
|
42536
|
+
if (!info || !(info !== null && info !== void 0 && (_info$data = info.data) !== null && _info$data !== void 0 && (_info$data$roles = _info$data.roles) !== null && _info$data$roles !== void 0 && _info$data$roles.includes("Admin"))) {
|
|
42537
|
+
resetAuth();
|
|
42538
|
+
}
|
|
42539
|
+
|
|
42540
|
+
dispatch(setUser(info.data));
|
|
42541
|
+
});
|
|
42542
|
+
}, function () {
|
|
42543
|
+
resetAuth();
|
|
42544
|
+
});
|
|
42545
|
+
|
|
42546
|
+
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
42547
|
+
} catch (e) {
|
|
42548
|
+
return Promise.reject(e);
|
|
42549
|
+
}
|
|
42550
|
+
};
|
|
42551
|
+
|
|
42552
|
+
var resetAuth = function resetAuth() {
|
|
42553
|
+
localStorage.removeItem(ACCESS_TOKEN);
|
|
42554
|
+
sessionStorage.removeItem(ACCESS_TOKEN);
|
|
42555
|
+
localStorage.removeItem("ROLES");
|
|
42556
|
+
history.push("/");
|
|
42557
|
+
};
|
|
42558
|
+
|
|
42559
|
+
if (!user) {
|
|
42560
|
+
return React.createElement(Loading, null);
|
|
42561
|
+
}
|
|
42562
|
+
|
|
42563
|
+
return React.createElement("div", {
|
|
42564
|
+
className: "c-app c-default-layout"
|
|
42565
|
+
}, !isNotification && React.createElement(TheSidebar, {
|
|
42566
|
+
navigation: authNavigations
|
|
42567
|
+
}), React.createElement("div", {
|
|
42568
|
+
className: "c-wrapper"
|
|
42569
|
+
}, !isNotification && React.createElement(TheHeader, {
|
|
42570
|
+
onToggleModel: handleToggleModel
|
|
42571
|
+
}), React.createElement("div", {
|
|
42572
|
+
className: "c-body bg-white"
|
|
42573
|
+
}, React.createElement(TheContent$1, {
|
|
42574
|
+
routes: authRoutes
|
|
42575
|
+
}))), React.createElement(ModelSelectRole, {
|
|
42576
|
+
open: openModelSelectRole,
|
|
42577
|
+
onToggleModel: handleToggleModel
|
|
42578
|
+
}));
|
|
42579
|
+
};
|
|
42580
|
+
|
|
42013
42581
|
var buttonTextStyle = {
|
|
42014
42582
|
fontWeight: 500
|
|
42015
42583
|
};
|
|
@@ -45374,15 +45942,15 @@ var useFilterPopover = function useFilterPopover(props) {
|
|
|
45374
45942
|
}, []);
|
|
45375
45943
|
var handleSortDesc = useCallback(function () {
|
|
45376
45944
|
onChangeFilters === null || onChangeFilters === void 0 ? void 0 : onChangeFilters(_extends({}, filters, {
|
|
45377
|
-
sortBy:
|
|
45378
|
-
isDescending:
|
|
45945
|
+
sortBy: sortBy,
|
|
45946
|
+
isDescending: true
|
|
45379
45947
|
}));
|
|
45380
45948
|
onClose === null || onClose === void 0 ? void 0 : onClose();
|
|
45381
45949
|
}, [JSON.stringify(filters), searchBy]);
|
|
45382
45950
|
var handleSortAsc = useCallback(function () {
|
|
45383
45951
|
onChangeFilters === null || onChangeFilters === void 0 ? void 0 : onChangeFilters(_extends({}, filters, {
|
|
45384
|
-
sortBy:
|
|
45385
|
-
isDescending:
|
|
45952
|
+
sortBy: sortBy,
|
|
45953
|
+
isDescending: false
|
|
45386
45954
|
}));
|
|
45387
45955
|
onClose === null || onClose === void 0 ? void 0 : onClose();
|
|
45388
45956
|
}, [JSON.stringify(filters), searchBy]);
|
|
@@ -51406,34 +51974,6 @@ var UserDetail = function UserDetail() {
|
|
|
51406
51974
|
});
|
|
51407
51975
|
};
|
|
51408
51976
|
|
|
51409
|
-
var loadingStyle = {
|
|
51410
|
-
minWidth: "100vw",
|
|
51411
|
-
minHeight: "100vh",
|
|
51412
|
-
position: "fixed",
|
|
51413
|
-
top: 0,
|
|
51414
|
-
left: 0,
|
|
51415
|
-
zIndex: 999999999,
|
|
51416
|
-
backgroundColor: "rgba(0, 0, 0, 0.4)",
|
|
51417
|
-
display: "flex",
|
|
51418
|
-
justifyContent: "center",
|
|
51419
|
-
alignItems: "center"
|
|
51420
|
-
};
|
|
51421
|
-
|
|
51422
|
-
var Loading = function Loading() {
|
|
51423
|
-
var isLoading = useSelector(function (state) {
|
|
51424
|
-
return state.common.isLoading;
|
|
51425
|
-
});
|
|
51426
|
-
localStorage.setItem("LAST_TIME_REQUETST", moment().utc().format("YYYY-MM-DD HH:mm:ss"));
|
|
51427
|
-
return isLoading ? React.createElement("div", {
|
|
51428
|
-
style: loadingStyle
|
|
51429
|
-
}, React.createElement("div", {
|
|
51430
|
-
className: "spinner-border text-secondary",
|
|
51431
|
-
role: "status"
|
|
51432
|
-
}, React.createElement("span", {
|
|
51433
|
-
className: "sr-only"
|
|
51434
|
-
}, "Loading..."))) : null;
|
|
51435
|
-
};
|
|
51436
|
-
|
|
51437
51977
|
var ScrollToTop = function ScrollToTop() {
|
|
51438
51978
|
var _useLocation = useLocation(),
|
|
51439
51979
|
pathname = _useLocation.pathname;
|
|
@@ -54490,32 +55030,6 @@ var store = configureStore({
|
|
|
54490
55030
|
}
|
|
54491
55031
|
});
|
|
54492
55032
|
|
|
54493
|
-
var firstCheckToken = function firstCheckToken() {
|
|
54494
|
-
return Promise.resolve(_catch(function () {
|
|
54495
|
-
var token = getAccessToken();
|
|
54496
|
-
return token ? Promise.resolve(checkToken(token)).then(function (tokenStatus) {
|
|
54497
|
-
return tokenStatus.data ? true : false;
|
|
54498
|
-
}) : false;
|
|
54499
|
-
}, function () {
|
|
54500
|
-
return false;
|
|
54501
|
-
}));
|
|
54502
|
-
};
|
|
54503
|
-
|
|
54504
|
-
var canAccess = function canAccess(userRoles, componentRoles) {
|
|
54505
|
-
if (!Array.isArray(userRoles)) {
|
|
54506
|
-
return false;
|
|
54507
|
-
}
|
|
54508
|
-
|
|
54509
|
-
if (Array.isArray(componentRoles)) {
|
|
54510
|
-
var intersects = userRoles.filter(function (i) {
|
|
54511
|
-
return componentRoles.includes(i);
|
|
54512
|
-
});
|
|
54513
|
-
return intersects.length > 0;
|
|
54514
|
-
}
|
|
54515
|
-
|
|
54516
|
-
return true;
|
|
54517
|
-
};
|
|
54518
|
-
|
|
54519
55033
|
var isInViewport = function isInViewport(el) {
|
|
54520
55034
|
var rect = el === null || el === void 0 ? void 0 : el.getBoundingClientRect();
|
|
54521
55035
|
return rect.top >= 0 && rect.left >= 0 && rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) && rect.right <= (window.innerWidth || document.documentElement.clientWidth);
|
|
@@ -54549,410 +55063,6 @@ var generateRandomString = (function () {
|
|
|
54549
55063
|
return (Math.random() + 1).toString(36).substring(7);
|
|
54550
55064
|
});
|
|
54551
55065
|
|
|
54552
|
-
var apiGetLanguage = function apiGetLanguage() {
|
|
54553
|
-
return api.get(BASE_URL + "/api/language");
|
|
54554
|
-
};
|
|
54555
|
-
|
|
54556
|
-
var apiUpdateLanguage = function apiUpdateLanguage(lang) {
|
|
54557
|
-
return api.put(BASE_URL + "/api/language?lang=" + lang);
|
|
54558
|
-
};
|
|
54559
|
-
|
|
54560
|
-
var LANGUAGE_SYSTEM = "LANGUAGE_SYSTEM";
|
|
54561
|
-
|
|
54562
|
-
var useLanguages = function useLanguages() {
|
|
54563
|
-
var dispatch = useDispatch();
|
|
54564
|
-
|
|
54565
|
-
var _useTranslation = useTranslation(),
|
|
54566
|
-
i18n = _useTranslation.i18n;
|
|
54567
|
-
|
|
54568
|
-
var language = useSelector(function (state) {
|
|
54569
|
-
return state.common.language;
|
|
54570
|
-
});
|
|
54571
|
-
var defaultLanguage = getCookieValue(LANGUAGE_SYSTEM) != null ? getCookieValue(LANGUAGE_SYSTEM) : DEFAULT_LANGUAGE_CODE;
|
|
54572
|
-
|
|
54573
|
-
var _useState = useState([]),
|
|
54574
|
-
languageList = _useState[0],
|
|
54575
|
-
setLanguageList = _useState[1];
|
|
54576
|
-
|
|
54577
|
-
var _useState2 = useState(false),
|
|
54578
|
-
dropdownOpen = _useState2[0],
|
|
54579
|
-
setDropdownOpen = _useState2[1];
|
|
54580
|
-
|
|
54581
|
-
var _useState3 = useState(defaultLanguage),
|
|
54582
|
-
currentLang = _useState3[0],
|
|
54583
|
-
setCurrentLang = _useState3[1];
|
|
54584
|
-
|
|
54585
|
-
var toggle = function toggle() {
|
|
54586
|
-
return setDropdownOpen(function (prevState) {
|
|
54587
|
-
return !prevState;
|
|
54588
|
-
});
|
|
54589
|
-
};
|
|
54590
|
-
|
|
54591
|
-
var changeLanguageApp = function changeLanguageApp(lang) {
|
|
54592
|
-
try {
|
|
54593
|
-
var _temp3 = function _temp3() {
|
|
54594
|
-
dispatch(setLoading(false));
|
|
54595
|
-
};
|
|
54596
|
-
|
|
54597
|
-
dispatch(setLoading(true));
|
|
54598
|
-
|
|
54599
|
-
var _temp4 = _catch(function () {
|
|
54600
|
-
return Promise.resolve(apiUpdateLanguage(lang)).then(function () {
|
|
54601
|
-
i18n.changeLanguage(lang);
|
|
54602
|
-
setCurrentLang(lang);
|
|
54603
|
-
dispatch(setLanguage(lang));
|
|
54604
|
-
});
|
|
54605
|
-
}, function (err) {
|
|
54606
|
-
var _err$response, _err$response$data;
|
|
54607
|
-
|
|
54608
|
-
dispatch(setAlert({
|
|
54609
|
-
type: "danger",
|
|
54610
|
-
message: ((_err$response = err.response) === null || _err$response === void 0 ? void 0 : (_err$response$data = _err$response.data) === null || _err$response$data === void 0 ? void 0 : _err$response$data.title) || err.message
|
|
54611
|
-
}));
|
|
54612
|
-
});
|
|
54613
|
-
|
|
54614
|
-
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(_temp3) : _temp3(_temp4));
|
|
54615
|
-
} catch (e) {
|
|
54616
|
-
return Promise.reject(e);
|
|
54617
|
-
}
|
|
54618
|
-
};
|
|
54619
|
-
|
|
54620
|
-
var getListLanguage = function getListLanguage() {
|
|
54621
|
-
try {
|
|
54622
|
-
var _temp6 = _catch(function () {
|
|
54623
|
-
return Promise.resolve(apiGetLanguage()).then(function (res) {
|
|
54624
|
-
setLanguageList(res.data);
|
|
54625
|
-
});
|
|
54626
|
-
}, function (err) {
|
|
54627
|
-
var _err$response2, _err$response2$data;
|
|
54628
|
-
|
|
54629
|
-
dispatch(setAlert({
|
|
54630
|
-
type: "danger",
|
|
54631
|
-
message: ((_err$response2 = err.response) === null || _err$response2 === void 0 ? void 0 : (_err$response2$data = _err$response2.data) === null || _err$response2$data === void 0 ? void 0 : _err$response2$data.title) || err.message
|
|
54632
|
-
}));
|
|
54633
|
-
});
|
|
54634
|
-
|
|
54635
|
-
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
54636
|
-
} catch (e) {
|
|
54637
|
-
return Promise.reject(e);
|
|
54638
|
-
}
|
|
54639
|
-
};
|
|
54640
|
-
|
|
54641
|
-
useEffect(function () {
|
|
54642
|
-
defaultLanguage != language && changeLanguageApp(defaultLanguage);
|
|
54643
|
-
getListLanguage();
|
|
54644
|
-
}, []);
|
|
54645
|
-
return {
|
|
54646
|
-
languageList: languageList,
|
|
54647
|
-
toggle: toggle,
|
|
54648
|
-
dropdownOpen: dropdownOpen,
|
|
54649
|
-
currentLang: currentLang,
|
|
54650
|
-
changeLanguageApp: changeLanguageApp,
|
|
54651
|
-
setCurrentLang: setCurrentLang
|
|
54652
|
-
};
|
|
54653
|
-
};
|
|
54654
|
-
|
|
54655
|
-
var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
54656
|
-
var _useLanguages = useLanguages(),
|
|
54657
|
-
languageList = _useLanguages.languageList,
|
|
54658
|
-
toggle = _useLanguages.toggle,
|
|
54659
|
-
dropdownOpen = _useLanguages.dropdownOpen,
|
|
54660
|
-
currentLang = _useLanguages.currentLang,
|
|
54661
|
-
changeLanguageApp = _useLanguages.changeLanguageApp;
|
|
54662
|
-
|
|
54663
|
-
var currentLanguage = useMemo(function () {
|
|
54664
|
-
var current = languageList.find(function (i) {
|
|
54665
|
-
return i.code === currentLang;
|
|
54666
|
-
});
|
|
54667
|
-
if (!current) return null;
|
|
54668
|
-
return React.createElement(React.Fragment, null, React.createElement("img", {
|
|
54669
|
-
className: "mr-2 " + styles['dropdown-menu-flag'],
|
|
54670
|
-
src: "" + getStaticFileUrl(current.image)
|
|
54671
|
-
}), " ", current.name);
|
|
54672
|
-
}, [currentLang, languageList]);
|
|
54673
|
-
return React.createElement(Dropdown, {
|
|
54674
|
-
isOpen: dropdownOpen,
|
|
54675
|
-
toggle: toggle,
|
|
54676
|
-
className: "" + styles["dropdown-menu"]
|
|
54677
|
-
}, React.createElement(DropdownToggle, {
|
|
54678
|
-
className: styles["header-avatar"] + " d-flex align-items-center"
|
|
54679
|
-
}, React.createElement("span", {
|
|
54680
|
-
style: {
|
|
54681
|
-
color: "#000",
|
|
54682
|
-
textTransform: "capitalize",
|
|
54683
|
-
display: 'flex',
|
|
54684
|
-
alignItems: 'center'
|
|
54685
|
-
}
|
|
54686
|
-
}, currentLanguage, React.createElement(BsChevronDown, {
|
|
54687
|
-
className: "ml-2",
|
|
54688
|
-
style: {
|
|
54689
|
-
fontSize: '10px'
|
|
54690
|
-
}
|
|
54691
|
-
}))), React.createElement(DropdownMenu, {
|
|
54692
|
-
className: styles["dropdown-content-language"]
|
|
54693
|
-
}, !!languageList && languageList.length > 0 && languageList.map(function (lang, index) {
|
|
54694
|
-
return React.createElement(DropdownItem, {
|
|
54695
|
-
key: lang.code,
|
|
54696
|
-
className: styles["dropdown-change"] + " px-0 py-0 " + (index === languageList.length - 1 ? "pb-2" : "pt-2"),
|
|
54697
|
-
onClick: function onClick() {
|
|
54698
|
-
return changeLanguageApp(lang.code);
|
|
54699
|
-
}
|
|
54700
|
-
}, React.createElement("div", {
|
|
54701
|
-
className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (currentLang == lang.code ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
|
|
54702
|
-
}, React.createElement("span", {
|
|
54703
|
-
className: "mr-2 d-flex hover-opacity"
|
|
54704
|
-
}, React.createElement("img", {
|
|
54705
|
-
style: {
|
|
54706
|
-
width: "30px",
|
|
54707
|
-
height: "25px",
|
|
54708
|
-
borderRadius: "5px"
|
|
54709
|
-
},
|
|
54710
|
-
src: getStaticFileUrl(lang.image)
|
|
54711
|
-
})), lang.name));
|
|
54712
|
-
})));
|
|
54713
|
-
};
|
|
54714
|
-
|
|
54715
|
-
var TheHeader = function TheHeader(_ref) {
|
|
54716
|
-
var onToggleModel = _ref.onToggleModel;
|
|
54717
|
-
var dispatch = useDispatch();
|
|
54718
|
-
var sidebarShow = useSelector(function (state) {
|
|
54719
|
-
return state.common.sidebarShow;
|
|
54720
|
-
});
|
|
54721
|
-
|
|
54722
|
-
var _useTranslation = useTranslation(),
|
|
54723
|
-
t = _useTranslation.t;
|
|
54724
|
-
|
|
54725
|
-
var toggleSidebarMobile = function toggleSidebarMobile() {
|
|
54726
|
-
var val = [false, "responsive"].includes(sidebarShow) ? true : "responsive";
|
|
54727
|
-
dispatch(setSidebar(val));
|
|
54728
|
-
};
|
|
54729
|
-
|
|
54730
|
-
var isDistrict = window.location.host.includes("-district");
|
|
54731
|
-
return React.createElement(CHeader, {
|
|
54732
|
-
withSubheader: true,
|
|
54733
|
-
className: "d-flex align-items-center justify-content-end"
|
|
54734
|
-
}, React.createElement(CToggler, {
|
|
54735
|
-
inHeader: true,
|
|
54736
|
-
className: "ml-md-3 d-lg-none",
|
|
54737
|
-
onClick: toggleSidebarMobile
|
|
54738
|
-
}), React.createElement(CHeaderBrand, {
|
|
54739
|
-
className: "mx-auto flex-grow-1 d-lg-none",
|
|
54740
|
-
to: "/"
|
|
54741
|
-
}, React.createElement("img", {
|
|
54742
|
-
src: getStaticFileUrl(Images.LOGO_HEADER),
|
|
54743
|
-
className: styles["header-logo"]
|
|
54744
|
-
})), React.createElement(CHeaderNav, {
|
|
54745
|
-
className: "pr-3"
|
|
54746
|
-
}, React.createElement(TheLanguageDropdown, null), React.createElement("a", {
|
|
54747
|
-
className: "mr-3",
|
|
54748
|
-
style: {
|
|
54749
|
-
color: '#000'
|
|
54750
|
-
},
|
|
54751
|
-
href: '/privacy-policy',
|
|
54752
|
-
target: "blank"
|
|
54753
|
-
}, t("privacy_policy")), !isDistrict && React.createElement(NotificationButton, null), React.createElement(TheHeaderDropdown, {
|
|
54754
|
-
onToggleModel: onToggleModel
|
|
54755
|
-
})));
|
|
54756
|
-
};
|
|
54757
|
-
|
|
54758
|
-
var ModelSelectRole = function ModelSelectRole(_ref) {
|
|
54759
|
-
var _handleUserRole;
|
|
54760
|
-
|
|
54761
|
-
var open = _ref.open,
|
|
54762
|
-
onToggleModel = _ref.onToggleModel;
|
|
54763
|
-
var dispatch = useDispatch();
|
|
54764
|
-
|
|
54765
|
-
var _useTranslation = useTranslation(),
|
|
54766
|
-
t = _useTranslation.t;
|
|
54767
|
-
|
|
54768
|
-
var history = useHistory();
|
|
54769
|
-
var pathname = window.location.pathname;
|
|
54770
|
-
var user = useSelector(function (state) {
|
|
54771
|
-
return state.common.user;
|
|
54772
|
-
});
|
|
54773
|
-
var roles = user === null || user === void 0 ? void 0 : user.roles;
|
|
54774
|
-
|
|
54775
|
-
var handleSelectUserRoles = function handleSelectUserRoles(roles) {
|
|
54776
|
-
dispatch(setLoading(true));
|
|
54777
|
-
var roleSelect = roles.includes("Teacher/Assistant") ? ["Teacher", "Assistant"] : roles;
|
|
54778
|
-
dispatch(setUser(_extends({}, user, {
|
|
54779
|
-
roles: roleSelect
|
|
54780
|
-
})));
|
|
54781
|
-
localStorage.setItem("ROLES", roleSelect.toString());
|
|
54782
|
-
onToggleModel();
|
|
54783
|
-
|
|
54784
|
-
if (roles.includes("Parent")) {
|
|
54785
|
-
history.push("/parent");
|
|
54786
|
-
} else if (roles.includes("Admin")) {
|
|
54787
|
-
history.push("/admin/home");
|
|
54788
|
-
} else {
|
|
54789
|
-
pathname !== "/home" ? history.push("/home") : window.location.reload();
|
|
54790
|
-
}
|
|
54791
|
-
};
|
|
54792
|
-
|
|
54793
|
-
return React.createElement(Modal, {
|
|
54794
|
-
isOpen: open,
|
|
54795
|
-
toggle: function toggle() {
|
|
54796
|
-
return onToggleModel();
|
|
54797
|
-
},
|
|
54798
|
-
className: "" + styles["model-switch-roles"],
|
|
54799
|
-
centered: true
|
|
54800
|
-
}, React.createElement("p", {
|
|
54801
|
-
className: "" + styles["title"]
|
|
54802
|
-
}, t("continue_as")), React.createElement("div", null, (_handleUserRole = handleUserRole(user === null || user === void 0 ? void 0 : user.roles)) === null || _handleUserRole === void 0 ? void 0 : _handleUserRole.map(function (r) {
|
|
54803
|
-
return React.createElement("p", {
|
|
54804
|
-
key: r,
|
|
54805
|
-
className: styles["item-select-role"] + " " + styles[roles.includes("Teacher") && roles.includes("Assistant") && r === "Teacher/Assistant" && !roles.includes("Admin") || roles.includes("Admin") && r === "Admin" || roles.includes(r) && !roles.includes("Admin") ? "item-role-active" : ""],
|
|
54806
|
-
onClick: function onClick() {
|
|
54807
|
-
return handleSelectUserRoles([r]);
|
|
54808
|
-
}
|
|
54809
|
-
}, r == "SecondaryTeacher" ? "Support Teacher" : r);
|
|
54810
|
-
})));
|
|
54811
|
-
};
|
|
54812
|
-
|
|
54813
|
-
var TheLayout = function TheLayout(_ref) {
|
|
54814
|
-
var routes = _ref.routes,
|
|
54815
|
-
navigation = _ref.navigation;
|
|
54816
|
-
var history = useHistory();
|
|
54817
|
-
var dispatch = useDispatch();
|
|
54818
|
-
var user = useSelector(function (state) {
|
|
54819
|
-
return state.common.user;
|
|
54820
|
-
});
|
|
54821
|
-
var language = useSelector(function (state) {
|
|
54822
|
-
return state.common.language;
|
|
54823
|
-
});
|
|
54824
|
-
|
|
54825
|
-
var _useState = useState(false),
|
|
54826
|
-
openModelSelectRole = _useState[0],
|
|
54827
|
-
setOpenModelSelectRole = _useState[1];
|
|
54828
|
-
|
|
54829
|
-
var _useTranslation = useTranslation(),
|
|
54830
|
-
t = _useTranslation.t;
|
|
54831
|
-
|
|
54832
|
-
var location = useLocation();
|
|
54833
|
-
var isNotification = location.pathname.includes("notifications");
|
|
54834
|
-
var isDistrict = window.location.host.includes("-district");
|
|
54835
|
-
|
|
54836
|
-
var handleToggleModel = function handleToggleModel() {
|
|
54837
|
-
setOpenModelSelectRole(!openModelSelectRole);
|
|
54838
|
-
};
|
|
54839
|
-
|
|
54840
|
-
var authRoutes = useMemo(function () {
|
|
54841
|
-
return routes.filter(function (route) {
|
|
54842
|
-
return canAccess(user === null || user === void 0 ? void 0 : user.roles, route.roles);
|
|
54843
|
-
}).filter(function (route) {
|
|
54844
|
-
return !!route.isDistrict === isDistrict;
|
|
54845
|
-
});
|
|
54846
|
-
}, [user, language]);
|
|
54847
|
-
var authNavigations = useMemo(function () {
|
|
54848
|
-
return navigation.map(function (item) {
|
|
54849
|
-
var _item$_children, _item$_children2;
|
|
54850
|
-
|
|
54851
|
-
return _extends({}, item, {
|
|
54852
|
-
name: t(item.name),
|
|
54853
|
-
_children: item !== null && item !== void 0 && (_item$_children = item._children) !== null && _item$_children !== void 0 && _item$_children.length ? item === null || item === void 0 ? void 0 : (_item$_children2 = item._children) === null || _item$_children2 === void 0 ? void 0 : _item$_children2.map(function (x) {
|
|
54854
|
-
return _extends({}, x, {
|
|
54855
|
-
name: t(x.name)
|
|
54856
|
-
});
|
|
54857
|
-
}) : undefined
|
|
54858
|
-
});
|
|
54859
|
-
}).filter(function (nav) {
|
|
54860
|
-
return canAccess(user === null || user === void 0 ? void 0 : user.roles, nav.roles);
|
|
54861
|
-
}).filter(function (nav) {
|
|
54862
|
-
return !!nav.isDistrict === isDistrict;
|
|
54863
|
-
});
|
|
54864
|
-
}, [user, language]);
|
|
54865
|
-
|
|
54866
|
-
var getInformationSetting = function getInformationSetting() {
|
|
54867
|
-
try {
|
|
54868
|
-
var _temp2 = _catch(function () {
|
|
54869
|
-
return Promise.resolve(getSchoolSettings()).then(function (res) {
|
|
54870
|
-
dispatch(setSandboxMode(res.data.isSandboxMode));
|
|
54871
|
-
});
|
|
54872
|
-
}, function (err) {
|
|
54873
|
-
console.error(err);
|
|
54874
|
-
});
|
|
54875
|
-
|
|
54876
|
-
return Promise.resolve(_temp2 && _temp2.then ? _temp2.then(function () {}) : void 0);
|
|
54877
|
-
} catch (e) {
|
|
54878
|
-
return Promise.reject(e);
|
|
54879
|
-
}
|
|
54880
|
-
};
|
|
54881
|
-
|
|
54882
|
-
useEffect(function () {
|
|
54883
|
-
checkAuthentication();
|
|
54884
|
-
}, []);
|
|
54885
|
-
useEffect(function () {
|
|
54886
|
-
getInformationSetting();
|
|
54887
|
-
}, [location.pathname]);
|
|
54888
|
-
|
|
54889
|
-
var checkAuthentication = function checkAuthentication() {
|
|
54890
|
-
try {
|
|
54891
|
-
var _temp4 = _catch(function () {
|
|
54892
|
-
return Promise.resolve(firstCheckToken()).then(function (tokenStatus) {
|
|
54893
|
-
tokenStatus ? loadInfo() : resetAuth();
|
|
54894
|
-
});
|
|
54895
|
-
}, function () {
|
|
54896
|
-
resetAuth();
|
|
54897
|
-
});
|
|
54898
|
-
|
|
54899
|
-
return Promise.resolve(_temp4 && _temp4.then ? _temp4.then(function () {}) : void 0);
|
|
54900
|
-
} catch (e) {
|
|
54901
|
-
return Promise.reject(e);
|
|
54902
|
-
}
|
|
54903
|
-
};
|
|
54904
|
-
|
|
54905
|
-
var loadInfo = function loadInfo() {
|
|
54906
|
-
try {
|
|
54907
|
-
var _temp6 = _catch(function () {
|
|
54908
|
-
return Promise.resolve(getInfo()).then(function (info) {
|
|
54909
|
-
var _info$data, _info$data$roles;
|
|
54910
|
-
|
|
54911
|
-
if (!info || !(info !== null && info !== void 0 && (_info$data = info.data) !== null && _info$data !== void 0 && (_info$data$roles = _info$data.roles) !== null && _info$data$roles !== void 0 && _info$data$roles.includes("Admin"))) {
|
|
54912
|
-
resetAuth();
|
|
54913
|
-
}
|
|
54914
|
-
|
|
54915
|
-
dispatch(setUser(info.data));
|
|
54916
|
-
});
|
|
54917
|
-
}, function () {
|
|
54918
|
-
resetAuth();
|
|
54919
|
-
});
|
|
54920
|
-
|
|
54921
|
-
return Promise.resolve(_temp6 && _temp6.then ? _temp6.then(function () {}) : void 0);
|
|
54922
|
-
} catch (e) {
|
|
54923
|
-
return Promise.reject(e);
|
|
54924
|
-
}
|
|
54925
|
-
};
|
|
54926
|
-
|
|
54927
|
-
var resetAuth = function resetAuth() {
|
|
54928
|
-
localStorage.removeItem(ACCESS_TOKEN);
|
|
54929
|
-
sessionStorage.removeItem(ACCESS_TOKEN);
|
|
54930
|
-
localStorage.removeItem("ROLES");
|
|
54931
|
-
history.push("/");
|
|
54932
|
-
};
|
|
54933
|
-
|
|
54934
|
-
if (!user) {
|
|
54935
|
-
return React.createElement(Loading, null);
|
|
54936
|
-
}
|
|
54937
|
-
|
|
54938
|
-
return React.createElement("div", {
|
|
54939
|
-
className: "c-app c-default-layout"
|
|
54940
|
-
}, !isNotification && React.createElement(TheSidebar, {
|
|
54941
|
-
navigation: authNavigations
|
|
54942
|
-
}), React.createElement("div", {
|
|
54943
|
-
className: "c-wrapper"
|
|
54944
|
-
}, !isNotification && React.createElement(TheHeader, {
|
|
54945
|
-
onToggleModel: handleToggleModel
|
|
54946
|
-
}), React.createElement("div", {
|
|
54947
|
-
className: "c-body bg-white"
|
|
54948
|
-
}, React.createElement(TheContent$1, {
|
|
54949
|
-
routes: authRoutes
|
|
54950
|
-
}))), React.createElement(ModelSelectRole, {
|
|
54951
|
-
open: openModelSelectRole,
|
|
54952
|
-
onToggleModel: handleToggleModel
|
|
54953
|
-
}));
|
|
54954
|
-
};
|
|
54955
|
-
|
|
54956
55066
|
var amplitudeClient = amplitude;
|
|
54957
55067
|
|
|
54958
55068
|
export { ACCESS_TOKEN, ANSWER_EDITOR_HEIGHT, AcademicClassSelector, AddButton, BASE_URL, CHAT_CHANNEL, CategorySelector, CommonAlert, CommonHeader, CommonModal$1 as CommonModal, CreatableSelector, CustomPagination, CustomSelector, CustomTabs as CustomTab, DATE_FORMAT, DATE_RESULT, DEFAULT_FILTER, DEFAULT_LANGUAGE_CODE, Dashboard, DeleteButtonIcon, DetailActionButtons, EMOTIONS, EditButtonIcon, EmailTemplateDetail, EmailTemplateList, EmptyDataAlert, ErrorHandler, FULL_DATE_RESULT, FaqList, InputFile as FileInput, GOOGLE_RECAPTCHA_KEY, GalleryList, INIT_AMPLITUDE_KEY_PROD, INIT_AMPLITUDE_KEY_STAGE, IS_USER_SESSION_BROWSER, Images, LANGUAGES, LICENSE_AGGRID, LinkEditButton, Loading, Login, MediaList, NOTIFICATION_ALERT_KEY, NOTIFICATION_CHANNEL, NotFound, NotificationList, NotificationLogoutModal, NotificationModal, QUESTION_TYPES, QUESTION_TYPES_OPTIONS, QuestionCategorySelector, QuestionTypeSelector, QuitPrompt, ReactNotification, RequiredLabel$1 as RequiredLabel, SANDBOX_NOTIFICATION, SUPPORTED_LANGUAGES_CODE, SandboxAlert, SchoolList, ScrollToTop, SearchBox$1 as SearchBox, SearchBoxContainer, SkillList, StarRatingSelector, SuggestionCategorySelector, TAB_COLORS, TINY_MCE_API_KEY, TheContent$1 as TheContent, TheLayout, ToggleButton, UploadFileButton, UserContainer, UserDetail, UserList, addTab, amplitudeClient, answerQuestion, answerQuestionDataPlayer, api, apiUpload, canAccess as canAccessRoute, changeNote, changeTags, clearTab, closeTab, debounce, editTab, editorConfig, firstCheckToken, generateRandomString, getAccessToken, getCookieValue, getFileUrl, getInfo, getStaticFileUrl, getTextFromHTML, i18n, initAmplitude, isInViewport, isLocalhost, reset, setAlert, setAssessmentList, setAssignmentList, setAssistantList, setBadgeList, setBandScoreList, setCertificateList, setClassList, setConferenceRubricList, setConversationOneToOne, setCurrentStudentId, setCurrentStudentName, setCurrentStudentUserId, setCustomAlertList, setDataPlayer, setEditItemQuesion, setEnableIEP, setEnableMarioAi, setEnableSurvey, setFeedbackList, setFilterWidget, setGoalExampleList, setImproveMyClass, setLanguage, setLearningSupportCategoryList, setLoading, setMailCategory, setModal, setMoveItemQuestion, setMyStudent, setOpenModelCongratulation, setQuestionByCategory, setQuestionCateList, setQuestionList, setReflectionList, setReflectionResultList, setResetQuestionList, setSandboxMode, setSchoolBlankDayList, setSelectQuestion, setSemesterList, setSessionPlayer, setSessionTemplateGeneralClassList, setSessionTemplateList, setStartTime, setStrategyList, setStudentIdSelectedByTeacher, setStudentList, setSubjectList, setSuggestionList, setTurnOffPassWhenChangeMode, setTutorialScreenList, setUser, setUserList, setWeeklyQuestList, showFontSize, showMenuBar, store, systemCertificateUpload, systemStudentBadge, uploadFile, useFilters, useGalleryList, utcToLocalTime };
|