Skip to content
15 changes: 15 additions & 0 deletions aas-web-ui/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ declare module 'vue' {
DateTimeStampType: typeof import('./components/SubmodelElements/ValueTypes/DateTimeStampType.vue')['default']
DateType: typeof import('./components/SubmodelElements/ValueTypes/DateType.vue')['default']
DeleteAAS: typeof import('./components/AppNavigation/DeleteAAS.vue')['default']
DeleteConfirmDialog: typeof import('./components/Plugins/Submodels/FileSystem/components/dialogs/DeleteConfirmDialog.vue')['default']
DeleteDialog: typeof import('./components/EditorComponents/DeleteDialog.vue')['default']
DescriptionElement: typeof import('./components/UIComponents/DescriptionElement.vue')['default']
DescriptionTooltip: typeof import('./components/UIComponents/DescriptionTooltip.vue')['default']
Expand All @@ -49,8 +50,17 @@ declare module 'vue' {
Entity: typeof import('./components/SubmodelElements/Entity.vue')['default']
EntityForm: typeof import('./components/EditorComponents/SubmodelElements/EntityForm.vue')['default']
File: typeof import('./components/SubmodelElements/File.vue')['default']
FileCard: typeof import('./components/Plugins/Submodels/FileSystem/components/FileCard.vue')['default']
FileForm: typeof import('./components/EditorComponents/SubmodelElements/FileForm.vue')['default']
FileGridView: typeof import('./components/Plugins/Submodels/FileSystem/components/FileGridView.vue')['default']
FileInput: typeof import('./components/EditorComponents/InputTypes/FileInput.vue')['default']
FileListView: typeof import('./components/Plugins/Submodels/FileSystem/components/FileListView.vue')['default']
FileSystem: typeof import('./components/Plugins/Submodels/FileSystem/FileSystem.vue')['default']
FileSystemBreadcrumbs: typeof import('./components/Plugins/Submodels/FileSystem/components/FileSystemBreadcrumbs.vue')['default']
FileSystemNewMenu: typeof import('./components/Plugins/Submodels/FileSystem/components/FileSystemNewMenu.vue')['default']
FileSystemToolbar: typeof import('./components/Plugins/Submodels/FileSystem/components/FileSystemToolbar.vue')['default']
FolderCard: typeof import('./components/Plugins/Submodels/FileSystem/components/FolderCard.vue')['default']
FolderNamingDialog: typeof import('./components/Plugins/Submodels/FileSystem/components/dialogs/FolderNamingDialog.vue')['default']
Gauge: typeof import('./components/Widgets/Gauge.vue')['default']
GenericDataTableView: typeof import('./components/UIComponents/GenericDataTableView.vue')['default']
GenericDataVisu: typeof import('./components/UIComponents/GenericDataVisu.vue')['default']
Expand Down Expand Up @@ -78,10 +88,13 @@ declare module 'vue' {
MultiLanguageTextInput: typeof import('./components/EditorComponents/InputTypes/MultiLanguageTextInput.vue')['default']
Nameplate_v2_0: typeof import('./components/Plugins/Submodels/Nameplate_v2_0.vue')['default']
Nameplate_v3_0: typeof import('./components/Plugins/Submodels/Nameplate_v3_0.vue')['default']
NavigationCard: typeof import('./components/Plugins/Submodels/FileSystem/components/NavigationCard.vue')['default']
NumberType: typeof import('./components/SubmodelElements/ValueTypes/NumberType.vue')['default']
Operation: typeof import('./components/SubmodelElements/Operation.vue')['default']
PDFPreview: typeof import('./components/Plugins/PDFPreview.vue')['default']
PieChart: typeof import('./components/Widgets/PieChart.vue')['default']
PreviewDialog: typeof import('./components/Plugins/Submodels/FileSystem/components/dialogs/PreviewDialog.vue')['default']
ProgressOverlay: typeof import('./components/Plugins/Submodels/FileSystem/components/ProgressOverlay.vue')['default']
Property: typeof import('./components/SubmodelElements/Property.vue')['default']
PropertyForm: typeof import('./components/EditorComponents/SubmodelElements/PropertyForm.vue')['default']
QualifierElement: typeof import('./components/UIComponents/QualifierElement.vue')['default']
Expand All @@ -99,6 +112,7 @@ declare module 'vue' {
ScatterChart: typeof import('./components/Widgets/ScatterChart.vue')['default']
SecurityConfigPanel: typeof import('./components/AppNavigation/Settings/SecurityConfigPanel.vue')['default']
SelectInput: typeof import('./components/EditorComponents/InputTypes/SelectInput.vue')['default']
SelectionBar: typeof import('./components/Plugins/Submodels/FileSystem/components/SelectionBar.vue')['default']
SemanticID: typeof import('./components/UIComponents/SemanticID.vue')['default']
Settings: typeof import('./components/AppNavigation/Settings.vue')['default']
Snackbar: typeof import('./components/AppNavigation/Snackbar.vue')['default']
Expand Down Expand Up @@ -126,6 +140,7 @@ declare module 'vue' {
TimeSeries_v1_1: typeof import('./components/Plugins/Submodels/TimeSeries_v1_1.vue')['default']
Treeview: typeof import('./components/UIComponents/Treeview.vue')['default']
UploadAAS: typeof import('./components/AppNavigation/UploadAAS.vue')['default']
UploadDialog: typeof import('./components/Plugins/Submodels/FileSystem/components/dialogs/UploadDialog.vue')['default']
User: typeof import('./components/AppNavigation/User.vue')['default']
VisualizationHeader: typeof import('./components/UIComponents/VisualizationHeader.vue')['default']
XMLPreview: typeof import('./components/Plugins/XMLPreview.vue')['default']
Expand Down
Loading
Loading