mario-teacher-student-client 3.0.0-admin → 3.0.2-admin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +2 -0
- package/dist/index.d.ts +1 -2
- package/dist/index.js +405 -547
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +406 -547
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
- package/dist/containers/MyStudent/hooks/useOverviewToPDF.d.ts +0 -7
- package/dist/containers/StageDebug/hooks/useStageDebug.d.ts +0 -4
- package/dist/containers/StageDebug/views/StageDebugPage.d.ts +0 -3
package/dist/index.css
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -22,7 +22,6 @@ import NewLearningPlan from "./containers/MyStudent/components/NewLearningPlan";
|
|
|
22
22
|
import UpdateStudentProfile from "./containers/MyStudent/components/UpdateStudentProfile";
|
|
23
23
|
import CreateStudent from "./containers/MyStudent/components/CreateStudent";
|
|
24
24
|
import ChangePassword from "./containers/MyProfile/views/ChangePassword";
|
|
25
|
-
import StageDebugPage from "./containers/StageDebug/views/StageDebugPage";
|
|
26
25
|
import LearningPlan from "./containers/LearningPlan/views/LearningPlan";
|
|
27
26
|
import PersonalLearningGoal from "./containers/PersonalLearningPlan/components/PersonalLearningGoal/PersonalLearningGoal";
|
|
28
27
|
import ListPersonalinterrest from "./containers/PersonalLearningPlan/PersonalInterests/components/ListPersonalInterrest";
|
|
@@ -67,4 +66,4 @@ import EduTeacherViewDetail from "./containers/MyStudentEduTeacher/views/EduTeac
|
|
|
67
66
|
import TeachingStrategiesAdd from "./containers/ThingTeachersCanHelp/components/TeachingStrategiesAdd";
|
|
68
67
|
import ExternalSurvey from "./containers/ExternalSurvey/views/ExternalSurvey";
|
|
69
68
|
import SurveyOverview from "./containers/Surveys/views/SurveyOverview";
|
|
70
|
-
export { MainLayout, HomePage, MyOneToOne, MyConferences, ConductIndex, SurveyIndex, SurveyResult, MyStudent, SessionResultComponent, BookSession, SessionDetail, StudentDetail, StartReflection, ResultReflection, StudentReflection, ConferenceRubric, ResultConferenceRubric, BookSessionConferences, MyProfile, NewLearningPlan, UpdateStudentProfile, CreateStudent, ChangePassword,
|
|
69
|
+
export { MainLayout, HomePage, MyOneToOne, MyConferences, ConductIndex, SurveyIndex, SurveyResult, MyStudent, SessionResultComponent, BookSession, SessionDetail, StudentDetail, StartReflection, ResultReflection, StudentReflection, ConferenceRubric, ResultConferenceRubric, BookSessionConferences, MyProfile, NewLearningPlan, UpdateStudentProfile, CreateStudent, ChangePassword, LearningPlan, PersonalLearningGoal, ListPersonalinterrest, AccomondationList, AboutMyLearningList, ThinkTeacherCanHelpList, DetailStrengthsAndChallenges, UiCompletedOneToOne, Note, AddNote, EditNote, ViewItemNote, SettingPage, FriendCircleLearning, ListFriendCircle, ActivityCircleLearning, ListActivityLearning, LearningStrategies, LearningStrategiesSave, ActionPoint, GoalList, GoalDetail, NewGoal, MyClassReflection, AddClassReflection, PrivacyPolicy, PlpPage, MyClassSchedule, AddClassSchedule, TrainingLink, ExternalReflection, TeacherClassReflection, ThankYouCard, ListSurveys, SurveyDetail, CreateSurvey, PreviewSurvey, SurveyStudentList, ThankYouError, ParentPage, ListStudent, EduTeacherViewDetail, TeachingStrategiesAdd, ExternalSurvey, SurveyOverview };
|