2022-08-09 14:13:32 +02:00
|
|
|
// generated by unplugin-vue-components
|
|
|
|
// We suggest you to commit this file into source control
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
import '@vue/runtime-core'
|
|
|
|
|
|
|
|
export {}
|
|
|
|
|
|
|
|
declare module '@vue/runtime-core' {
|
|
|
|
export interface GlobalComponents {
|
|
|
|
ActionsTab: typeof import('./src/components/repo/settings/ActionsTab.vue')['default']
|
2022-10-18 03:24:12 +02:00
|
|
|
ActivePipelines: typeof import('./src/components/layout/header/ActivePipelines.vue')['default']
|
2023-01-28 14:13:04 +01:00
|
|
|
AdminAgentsTab: typeof import('./src/components/admin/settings/AdminAgentsTab.vue')['default']
|
2022-09-01 00:36:32 +02:00
|
|
|
AdminSecretsTab: typeof import('./src/components/admin/settings/AdminSecretsTab.vue')['default']
|
2023-01-30 22:53:59 +02:00
|
|
|
Badge: typeof import('./src/components/atomic/Badge.vue')['default']
|
2022-08-09 14:13:32 +02:00
|
|
|
BadgeTab: typeof import('./src/components/repo/settings/BadgeTab.vue')['default']
|
|
|
|
Button: typeof import('./src/components/atomic/Button.vue')['default']
|
|
|
|
Checkbox: typeof import('./src/components/form/Checkbox.vue')['default']
|
|
|
|
CheckboxesField: typeof import('./src/components/form/CheckboxesField.vue')['default']
|
2022-09-01 00:36:32 +02:00
|
|
|
CronTab: typeof import('./src/components/repo/settings/CronTab.vue')['default']
|
2022-12-01 21:41:36 +01:00
|
|
|
DeployPipelinePopup: typeof import('./src/components/layout/popups/DeployPipelinePopup.vue')['default']
|
2022-08-09 14:13:32 +02:00
|
|
|
DocsLink: typeof import('./src/components/atomic/DocsLink.vue')['default']
|
|
|
|
FluidContainer: typeof import('./src/components/layout/FluidContainer.vue')['default']
|
|
|
|
GeneralTab: typeof import('./src/components/repo/settings/GeneralTab.vue')['default']
|
2022-10-28 04:25:07 +05:30
|
|
|
Header: typeof import('./src/components/layout/scaffold/Header.vue')['default']
|
2022-08-09 14:13:32 +02:00
|
|
|
Icon: typeof import('./src/components/atomic/Icon.vue')['default']
|
|
|
|
IconButton: typeof import('./src/components/atomic/IconButton.vue')['default']
|
|
|
|
InputField: typeof import('./src/components/form/InputField.vue')['default']
|
|
|
|
ListItem: typeof import('./src/components/atomic/ListItem.vue')['default']
|
2022-09-27 11:05:00 +02:00
|
|
|
ManualPipelinePopup: typeof import('./src/components/layout/popups/ManualPipelinePopup.vue')['default']
|
2022-08-09 14:13:32 +02:00
|
|
|
Navbar: typeof import('./src/components/layout/header/Navbar.vue')['default']
|
|
|
|
NumberField: typeof import('./src/components/form/NumberField.vue')['default']
|
2022-09-01 00:36:32 +02:00
|
|
|
OrgSecretsTab: typeof import('./src/components/org/settings/OrgSecretsTab.vue')['default']
|
2022-08-09 14:13:32 +02:00
|
|
|
Panel: typeof import('./src/components/layout/Panel.vue')['default']
|
2022-10-18 03:24:12 +02:00
|
|
|
PipelineFeedItem: typeof import('./src/components/pipeline-feed/PipelineFeedItem.vue')['default']
|
|
|
|
PipelineFeedSidebar: typeof import('./src/components/pipeline-feed/PipelineFeedSidebar.vue')['default']
|
|
|
|
PipelineItem: typeof import('./src/components/repo/pipeline/PipelineItem.vue')['default']
|
|
|
|
PipelineList: typeof import('./src/components/repo/pipeline/PipelineList.vue')['default']
|
|
|
|
PipelineLog: typeof import('./src/components/repo/pipeline/PipelineLog.vue')['default']
|
|
|
|
PipelineRunningIcon: typeof import('./src/components/repo/pipeline/PipelineRunningIcon.vue')['default']
|
|
|
|
PipelineStatusIcon: typeof import('./src/components/repo/pipeline/PipelineStatusIcon.vue')['default']
|
2022-10-28 21:08:53 +05:30
|
|
|
PipelineStepDuration: typeof import('./src/components/repo/pipeline/PipelineStepDuration.vue')['default']
|
|
|
|
PipelineStepList: typeof import('./src/components/repo/pipeline/PipelineStepList.vue')['default']
|
2022-09-27 11:05:00 +02:00
|
|
|
Popup: typeof import('./src/components/layout/Popup.vue')['default']
|
2022-08-09 14:13:32 +02:00
|
|
|
RadioField: typeof import('./src/components/form/RadioField.vue')['default']
|
|
|
|
RegistriesTab: typeof import('./src/components/repo/settings/RegistriesTab.vue')['default']
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
2022-10-28 04:25:07 +05:30
|
|
|
Scaffold: typeof import('./src/components/layout/scaffold/Scaffold.vue')['default']
|
2022-09-01 00:36:32 +02:00
|
|
|
SecretEdit: typeof import('./src/components/secrets/SecretEdit.vue')['default']
|
|
|
|
SecretList: typeof import('./src/components/secrets/SecretList.vue')['default']
|
2022-08-09 14:13:32 +02:00
|
|
|
SecretsTab: typeof import('./src/components/repo/settings/SecretsTab.vue')['default']
|
|
|
|
SelectField: typeof import('./src/components/form/SelectField.vue')['default']
|
2022-10-28 04:25:07 +05:30
|
|
|
Tab: typeof import('./src/components/layout/scaffold/Tab.vue')['default']
|
|
|
|
Tabs: typeof import('./src/components/layout/scaffold/Tabs.vue')['default']
|
2022-08-09 14:13:32 +02:00
|
|
|
TextField: typeof import('./src/components/form/TextField.vue')['default']
|
2022-09-01 00:36:32 +02:00
|
|
|
Warning: typeof import('./src/components/atomic/Warning.vue')['default']
|
2022-08-09 14:13:32 +02:00
|
|
|
}
|
|
|
|
}
|