diff --git a/-t b/-t new file mode 100644 index 0000000..e69de29 diff --git a/components.d.ts b/components.d.ts index de754fc..ae69cfe 100644 --- a/components.d.ts +++ b/components.d.ts @@ -9,18 +9,28 @@ export {} declare module 'vue' { export interface GlobalComponents { AppFooter: typeof import('./src/components/AppFooter.vue')['default'] + CompareComponent: typeof import('./src/components/run/executions/CompareComponent.vue')['default'] + DeploymentDialog: typeof import('./src/components/atoms/organisms/DeploymentDialog.vue')['default'] DrawerComponent: typeof import('./src/components/common/DrawerComponent.vue')['default'] - FormComponent: typeof import('./src/components/run/experiment/FormComponent.vue')['default'] + ExecutionBaseDialog: typeof import('./src/components/atoms/organisms/ExecutionBaseDialog.vue')['default'] + ExperimentCreateDialog: typeof import('./src/components/atoms/organisms/ExperimentCreateDialog.vue')['default'] HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] + IconArrowDown: typeof import('./src/components/button/IconArrowDown.vue')['default'] + IconArrowUp: typeof import('./src/components/button/IconArrowUp.vue')['default'] IconDeleteBtn: typeof import('./src/components/button/IconDeleteBtn.vue')['default'] + IconDeployment: typeof import('./src/components/button/IconDeployment.vue')['default'] IconDownloadBtn: typeof import('./src/components/button/IconDownloadBtn.vue')['default'] IconInfoBtn: typeof import('./src/components/button/IconInfoBtn.vue')['default'] IconModifyBtn: typeof import('./src/components/button/IconModifyBtn.vue')['default'] IconSettingBtn: typeof import('./src/components/button/IconSettingBtn.vue')['default'] LayoutComponent: typeof import('./src/components/common/LayoutComponent.vue')['default'] - ListComponent: typeof import('./src/components/home/ListComponent.vue')['default'] + ListComponent: typeof import('./src/components/deployment/ListComponent.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] - ViewComponent: typeof import('./src/components/run/executions/ViewComponent.vue')['default'] + StapComfigDialog: typeof import('./src/components/atoms/organisms/StapComfigDialog.vue')['default'] + ViewComponent: typeof import('./src/components/deployment/ViewComponent.vue')['default'] + WorkflowDialog: typeof import('./src/components/atoms/organisms/WorkflowDialog.vue')['default'] + WorkflowsCreateDialog: typeof import('./src/components/atoms/organisms/WorkflowsCreateDialog.vue')['default'] + WorkflowsUploadDialog: typeof import('./src/components/atoms/organisms/WorkflowsUploadDialog.vue')['default'] } } diff --git a/index.html b/index.html index 0a84a1c..fe35a37 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,9 @@ - +
- - - + + +