@@ -9,6 +9,7 @@ export {}
99declare module 'vue' {
1010 export interface GlobalComponents {
1111 AnnotateTab : typeof import ( './src/components/AnnotateTab.vue' ) [ 'default' ]
12+ AnnotationSelect : typeof import ( './src/components/input/AnnotationSelect.vue' ) [ 'default' ]
1213 AppBanner : typeof import ( './src/components/AppBanner.vue' ) [ 'default' ]
1314 BenchmarkSetsHelp : typeof import ( './src/components/help/BenchmarkSetsHelp.vue' ) [ 'default' ]
1415 ComparisonModal : typeof import ( './src/components/modals/ComparisonModal.vue' ) [ 'default' ]
@@ -30,6 +31,8 @@ declare module 'vue' {
3031 GButton : typeof import ( './src/components/input/GButton.vue' ) [ 'default' ]
3132 GCard : typeof import ( './src/components/GCard.vue' ) [ 'default' ]
3233 GCheckBox : typeof import ( './src/components/input/GCheckBox.vue' ) [ 'default' ]
34+ GForm : typeof import ( './src/components/input/GForm.vue' ) [ 'default' ]
35+ GFormHorizontal : typeof import ( './src/components/input/GFormHorizontal.vue' ) [ 'default' ]
3336 GInfo : typeof import ( './src/components/GInfo.vue' ) [ 'default' ]
3437 GInput : typeof import ( './src/components/input/GInput.vue' ) [ 'default' ]
3538 GModal : typeof import ( './src/components/modals/GModal.vue' ) [ 'default' ]
@@ -58,6 +61,7 @@ declare module 'vue' {
5861 RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
5962 RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
6063 SingleTermComparisonTable : typeof import ( './src/components/tables/SingleTermComparisonTable.vue' ) [ 'default' ]
64+ TagsetSelect : typeof import ( './src/components/input/TagsetSelect.vue' ) [ 'default' ]
6165 UploadDocuments : typeof import ( './src/components/input/UploadDocuments.vue' ) [ 'default' ]
6266 UserList : typeof import ( './src/components/modals/corpus/UserList.vue' ) [ 'default' ]
6367 VariantsModal : typeof import ( './src/components/modals/VariantsModal.vue' ) [ 'default' ]
0 commit comments