@@ -22,20 +22,22 @@ declare module 'vue' {
2222 DocumentsTable : typeof import ( './src/components/tables/DocumentsTable.vue' ) [ 'default' ]
2323 DownloadButton : typeof import ( './src/components/input/DownloadButton.vue' ) [ 'default' ]
2424 EvaluateHelp : typeof import ( './src/components/help/EvaluateHelp.vue' ) [ 'default' ]
25- EvaluationInfoBox : typeof import ( './src/components/EvaluationInfoBox.vue' ) [ 'default' ]
2625 ExportHelp : typeof import ( './src/components/help/ExportHelp.vue' ) [ 'default' ]
2726 ExternalLink : typeof import ( './src/components/links/ExternalLink.vue' ) [ 'default' ]
2827 FileFormatInput : typeof import ( './src/components/input/FileFormatInput.vue' ) [ 'default' ]
2928 GButton : typeof import ( './src/components/input/GButton.vue' ) [ 'default' ]
3029 GCard : typeof import ( './src/components/GCard.vue' ) [ 'default' ]
30+ GCheckBox : typeof import ( './src/components/input/GCheckBox.vue' ) [ 'default' ]
3131 GInfo : typeof import ( './src/components/GInfo.vue' ) [ 'default' ]
3232 GInput : typeof import ( './src/components/input/GInput.vue' ) [ 'default' ]
3333 GModal : typeof import ( './src/components/modals/GModal.vue' ) [ 'default' ]
3434 GNav : typeof import ( './src/components/links/GNav.vue' ) [ 'default' ]
35+ GNumber : typeof import ( './src/components/input/GNumber.vue' ) [ 'default' ]
3536 GSelect : typeof import ( './src/components/input/GSelect.vue' ) [ 'default' ]
3637 GSpinner : typeof import ( './src/components/GSpinner.vue' ) [ 'default' ]
3738 GTable : typeof import ( './src/components/tables/GTable.vue' ) [ 'default' ]
3839 GTabs : typeof import ( './src/components/GTabs.vue' ) [ 'default' ]
40+ GValidator : typeof import ( './src/components/input/GValidator.vue' ) [ 'default' ]
3941 HelpLink : typeof import ( './src/components/links/HelpLink.vue' ) [ 'default' ]
4042 InlineTextButton : typeof import ( './src/components/input/InlineTextButton.vue' ) [ 'default' ]
4143 InspectButton : typeof import ( './src/components/input/InspectButton.vue' ) [ 'default' ]
0 commit comments