@@ -19,6 +19,10 @@ declare module 'vue' {
1919 AssignmentForm : typeof import ( './src/components/Modals/AssignmentForm.vue' ) [ 'default' ]
2020 AudioBlock : typeof import ( './src/components/AudioBlock.vue' ) [ 'default' ]
2121 Autocomplete : typeof import ( './src/components/Controls/Autocomplete.vue' ) [ 'default' ]
22+ BadgeAssignmentForm : typeof import ( './src/components/Settings/BadgeAssignmentForm.vue' ) [ 'default' ]
23+ BadgeAssignments : typeof import ( './src/components/Settings/BadgeAssignments.vue' ) [ 'default' ]
24+ BadgeForm : typeof import ( './src/components/Settings/BadgeForm.vue' ) [ 'default' ]
25+ Badges : typeof import ( './src/components/Settings/Badges.vue' ) [ 'default' ]
2226 BatchCard : typeof import ( './src/components/BatchCard.vue' ) [ 'default' ]
2327 BatchCourseModal : typeof import ( './src/components/Modals/BatchCourseModal.vue' ) [ 'default' ]
2428 BatchCourses : typeof import ( './src/components/BatchCourses.vue' ) [ 'default' ]
@@ -32,12 +36,15 @@ declare module 'vue' {
3236 Categories : typeof import ( './src/components/Settings/Categories.vue' ) [ 'default' ]
3337 CertificationLinks : typeof import ( './src/components/CertificationLinks.vue' ) [ 'default' ]
3438 ChapterModal : typeof import ( './src/components/Modals/ChapterModal.vue' ) [ 'default' ]
39+ ChildTable : typeof import ( './src/components/Controls/ChildTable.vue' ) [ 'default' ]
40+ Code : typeof import ( './src/components/Controls/Code.vue' ) [ 'default' ]
3541 CodeEditor : typeof import ( './src/components/Controls/CodeEditor.vue' ) [ 'default' ]
3642 CollapseSidebar : typeof import ( './src/components/Icons/CollapseSidebar.vue' ) [ 'default' ]
3743 CourseCard : typeof import ( './src/components/CourseCard.vue' ) [ 'default' ]
3844 CourseCardOverlay : typeof import ( './src/components/CourseCardOverlay.vue' ) [ 'default' ]
3945 CourseInstructors : typeof import ( './src/components/CourseInstructors.vue' ) [ 'default' ]
4046 CourseOutline : typeof import ( './src/components/CourseOutline.vue' ) [ 'default' ]
47+ CourseProgressSummary : typeof import ( './src/components/Modals/CourseProgressSummary.vue' ) [ 'default' ]
4148 CourseReviews : typeof import ( './src/components/CourseReviews.vue' ) [ 'default' ]
4249 CreateOutline : typeof import ( './src/components/CreateOutline.vue' ) [ 'default' ]
4350 DateRange : typeof import ( './src/components/Common/DateRange.vue' ) [ 'default' ]
@@ -96,10 +103,12 @@ declare module 'vue' {
96103 Tags : typeof import ( './src/components/Tags.vue' ) [ 'default' ]
97104 UnsplashImageBrowser : typeof import ( './src/components/UnsplashImageBrowser.vue' ) [ 'default' ]
98105 UpcomingEvaluations : typeof import ( './src/components/UpcomingEvaluations.vue' ) [ 'default' ]
106+ Uploader : typeof import ( './src/components/Controls/Uploader.vue' ) [ 'default' ]
99107 UploadPlugin : typeof import ( './src/components/UploadPlugin.vue' ) [ 'default' ]
100108 UserAvatar : typeof import ( './src/components/UserAvatar.vue' ) [ 'default' ]
101109 UserDropdown : typeof import ( './src/components/UserDropdown.vue' ) [ 'default' ]
102110 VideoBlock : typeof import ( './src/components/VideoBlock.vue' ) [ 'default' ]
111+ VideoStatistics : typeof import ( './src/components/Modals/VideoStatistics.vue' ) [ 'default' ]
103112 ZoomAccountModal : typeof import ( './src/components/Modals/ZoomAccountModal.vue' ) [ 'default' ]
104113 ZoomSettings : typeof import ( './src/components/Settings/ZoomSettings.vue' ) [ 'default' ]
105114 }
0 commit comments