|
|
|
|
@ -10,23 +10,15 @@ declare module 'vue' {
|
|
|
|
|
export interface GlobalComponents {
|
|
|
|
|
AppFooter: typeof import('./src/components/AppFooter.vue')['default']
|
|
|
|
|
CompareComponent: typeof import('./src/components/templates/run/executions/CompareComponent.vue')['default']
|
|
|
|
|
CompareRunDialog: typeof import('./src/components/atoms/organisms/CompareRunDialog.vue')['default']
|
|
|
|
|
copy: typeof import('./src/components/atoms/organisms/DatagroupBaseDoalog copy.vue')['default']
|
|
|
|
|
DatagroupBaseDoalog: typeof import('./src/components/atoms/organisms/DatagroupBaseDoalog.vue')['default']
|
|
|
|
|
DatasetBaseDoalog: typeof import('./src/components/atoms/organisms/DatasetBaseDoalog.vue')['default']
|
|
|
|
|
DeploymentDialog: typeof import('./src/components/atoms/organisms/DeploymentDialog.vue')['default']
|
|
|
|
|
DetailComponent: typeof import('./src/components/templates/run/experiment/DetailComponent.vue')['default']
|
|
|
|
|
DrawerComponent: typeof import('./src/components/common/DrawerComponent.vue')['default']
|
|
|
|
|
ExecutionBaseDialog: typeof import('./src/components/atoms/organisms/ExecutionBaseDialog.vue')['default']
|
|
|
|
|
ExecutionsViewComponent: typeof import('./src/components/templates/run/executions/ExecutionsViewComponent.vue')['default']
|
|
|
|
|
ExperimentCreateDialog: typeof import('./src/components/atoms/organisms/ExperimentCreateDialog.vue')['default']
|
|
|
|
|
ExperimentViewComponent: typeof import('./src/components/templates/run/experiment/ExperimentViewComponent.vue')['default']
|
|
|
|
|
ExternalDatasetDialog: typeof import('./src/components/atoms/organisms/ExternalDatasetDialog.vue')['default']
|
|
|
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
|
|
|
IconArrowDown: typeof import('./src/components/atoms/button/IconArrowDown.vue')['default']
|
|
|
|
|
IconArrowUp: typeof import('./src/components/atoms/button/IconArrowUp.vue')['default']
|
|
|
|
|
IconDeleteBtn: typeof import('./src/components/atoms/button/IconDeleteBtn.vue')['default']
|
|
|
|
|
IconDeployBtn: typeof import('./src/components/atoms/button/IconDeployBtn.vue')['default']
|
|
|
|
|
IconDeployment: typeof import('./src/components/atoms/button/IconDeployment.vue')['default']
|
|
|
|
|
IconDownloadBtn: typeof import('./src/components/atoms/button/IconDownloadBtn.vue')['default']
|
|
|
|
|
IconInfoBtn: typeof import('./src/components/atoms/button/IconInfoBtn.vue')['default']
|
|
|
|
|
@ -34,15 +26,11 @@ declare module 'vue' {
|
|
|
|
|
IconRunBtn: typeof import('./src/components/atoms/button/IconRunBtn.vue')['default']
|
|
|
|
|
IconSettingBtn: typeof import('./src/components/atoms/button/IconSettingBtn.vue')['default']
|
|
|
|
|
LayoutComponent: typeof import('./src/components/common/LayoutComponent.vue')['default']
|
|
|
|
|
ListComponent: typeof import('./src/components/templates/datagroup/ListComponent.vue')['default']
|
|
|
|
|
ListComponentback: typeof import('./src/components/templates/run/executions/ListComponentback.vue')['default']
|
|
|
|
|
ListComponent: typeof import('./src/components/templates/Datasets/ListComponent.vue')['default']
|
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
|
RunSearchBar: typeof import('./src/components/templates/run/executions/RunSearchBar.vue')['default']
|
|
|
|
|
SidebarHeader: typeof import('./src/components/common/SidebarHeader.vue')['default']
|
|
|
|
|
TrainingGroupBaseDoalog: typeof import('./src/components/atoms/organisms/TrainingGroupBaseDoalog.vue')['default']
|
|
|
|
|
TrainingScriptBaseDoalog: typeof import('./src/components/atoms/organisms/TrainingScriptBaseDoalog.vue')['default']
|
|
|
|
|
TrainingScriptgroupBaseDoalog: typeof import('./src/components/atoms/organisms/TrainingScriptgroupBaseDoalog.vue')['default']
|
|
|
|
|
ViewComponent: typeof import('./src/components/templates/Datasets/ViewComponent.vue')['default']
|
|
|
|
|
WorkflowDialog: typeof import('./src/components/atoms/organisms/WorkflowDialog.vue')['default']
|
|
|
|
|
WorkflowsBaseDialog: typeof import('./src/components/atoms/organisms/WorkflowsBaseDialog.vue')['default']
|
|
|
|
|
|