wd-api-flow/components.d.ts

44 lines
3.3 KiB
TypeScript
Raw Normal View History

2023-04-11 10:04:58 +08:00
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
ApiEditer: typeof import('./src/components/ApiFlow/components/ApiEditer/index.vue')['default']
ApiFlow: typeof import('./src/components/ApiFlow/index.vue')['default']
ApiTreeGraphEditer: typeof import('./src/components/ApiFlow/components/ApiTreeGraph/ApiTreeGraphEditer/index.vue')['default']
ApiTreeRunner: typeof import('./src/components/ApiFlow/components/ApiTreeGraph/ApiTreeRunner/index.vue')['default']
2023-04-25 17:03:20 +08:00
EditFormItem: typeof import('./src/components/EditTabelPlus/EdiFormItem/EditFormItem.vue')['default']
2023-04-11 10:04:58 +08:00
EditTabel: typeof import('./src/components/EditTabel/EditTabel.vue')['default']
2023-04-25 17:03:20 +08:00
EditTabelPlus: typeof import('./src/components/EditTabelPlus2/EditTabelPlus.vue')['default']
EditTablePlus: typeof import('./src/components/EditTabelPlus/EditTablePlus.vue')['default']
EnumInput: typeof import('./src/components/EditTabelPlus/EdiFormItem/components/enumInput.vue')['default']
FloatInput: typeof import('./src/components/EditTabelPlus/EdiFormItem/components/floatInput.vue')['default']
2023-04-11 15:52:02 +08:00
FuncEditer: typeof import('./src/components/IndexCal/IndexFuncEditer/components/FuncEditer.vue')['default']
2023-04-16 17:03:55 +08:00
IndexCalModelEdit: typeof import('./src/components/IndexCal/IndexCalModelEdit/indexCalModelEdit.vue')['default']
IndexCalModelEditPlus: typeof import('./src/components/IndexCal/IndexCalModelEdit/indexCalModelEditPlus.vue')['default']
2023-04-12 15:56:07 +08:00
IndexCalParamInput: typeof import('./src/components/IndexCal/IndexCalParam/IndexCalParamInput.vue')['default']
2023-04-25 17:03:20 +08:00
IndexSelect: typeof import('./src/components/IndexCal/IndexManage/IndexSelect.vue')['default']
IndexSelecte: typeof import('./src/components/IndexCal/IndexManage/IndexSelecte.vue')['default']
2023-04-11 10:04:58 +08:00
InParamConfig: typeof import('./src/components/ApiFlow/components/ApiEditer/components/InParamConfig.vue')['default']
InParamsConfigCard: typeof import('./src/components/ApiFlow/components/ApiEditer/components/InParamsConfigCard.vue')['default']
2023-04-25 17:03:20 +08:00
IntInput: typeof import('./src/components/EditTabelPlus/EdiFormItem/components/intInput.vue')['default']
2023-04-11 10:04:58 +08:00
MultipleSelect: typeof import('./src/components/EditTabel/multipleSelect.vue')['default']
2023-04-21 16:48:26 +08:00
NCode: typeof import('naive-ui')['NCode']
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
2023-04-11 10:04:58 +08:00
NumberArrayInput: typeof import('./src/components/ApiFlow/components/ApiEditer/components/NumberArrayInput.vue')['default']
OutParamConfig: typeof import('./src/components/ApiFlow/components/ApiEditer/components/OutParamConfig.vue')['default']
OutParamsConfigCard: typeof import('./src/components/ApiFlow/components/ApiEditer/components/OutParamsConfigCard.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
2023-04-25 17:03:20 +08:00
SetInput: typeof import('./src/components/EditTabelPlus/EdiFormItem/components/setInput.vue')['default']
StringInput: typeof import('./src/components/EditTabelPlus/EdiFormItem/components/stringInput.vue')['default']
TextInput: typeof import('./src/components/EditTabelPlus/EdiFormItem/components/textInput.vue')['default']
2023-04-11 10:04:58 +08:00
}
}