123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- import '@vue/runtime-core'
- export {}
- declare module '@vue/runtime-core' {
- export interface GlobalComponents {
- AddNode: typeof import('./components/workflow/addNode.vue')['default']
- AdvancedForm: typeof import('./components/form/AdvancedForm.vue')['default']
- ApproverDrawer: typeof import('./components/workflow/drawer/approverDrawer.vue')['default']
- BasicForm: typeof import('./components/form/BasicForm.vue')['default']
- ConditionDrawer: typeof import('./components/workflow/drawer/conditionDrawer.vue')['default']
- CopyerDrawer: typeof import('./components/workflow/drawer/copyerDrawer.vue')['default']
- Cropper: typeof import('./components/avatar/cropper.vue')['default']
- DesignerComp: typeof import('./components/designer/DesignerComp.vue')['default']
- DesignerHeader: typeof import('./components/designer/DesignerHeader.vue')['default']
- DesignerRender: typeof import('./components/designer/DesignerRender.vue')['default']
- DesignerSetting: typeof import('./components/designer/DesignerSetting.vue')['default']
- DialogForm: typeof import('./components/form/DialogForm.vue')['default']
- DynamicFormEdit: typeof import('./components/DynamicFormEdit.vue')['default']
- Eccharts: typeof import('./components/echarts/Eccharts.vue')['default']
- Echarts: typeof import('./components/echarts/Echarts.vue')['default']
- ElDict: typeof import('./components/ElDict.vue')['default']
- ElEditor: typeof import('./components/ElEditor.vue')['default']
- ElEmployees: typeof import('./components/ElEmployees.vue')['default']
- EmployeesRoleDialog: typeof import('./components/workflow/dialog/employeesRoleDialog.vue')['default']
- ErrorDialog: typeof import('./components/workflow/dialog/errorDialog.vue')['default']
- Exception: typeof import('./components/Exception.vue')['default']
- FormComp: typeof import('./components/form/FormComp.vue')['default']
- FormDesigner: typeof import('./components/designer/FormDesigner.vue')['default']
- GlobalAside: typeof import('./components/GlobalAside.vue')['default']
- GlobalFooter: typeof import('./components/GlobalFooter.vue')['default']
- GlobalHeader: typeof import('./components/GlobalHeader.vue')['default']
- GlobalMenu: typeof import('./components/GlobalMenu.vue')['default']
- GlobalNews: typeof import('./components/GlobalNews.vue')['default']
- GlobalSetting: typeof import('./components/GlobalSetting.vue')['default']
- GlobalSubMenu: typeof import('./components/GlobalSubMenu.vue')['default']
- GlobalTabs: typeof import('./components/GlobalTabs.vue')['default']
- ImageUpload: typeof import('./components/ImageUpload.vue')['default']
- NodeWrap: typeof import('./components/workflow/nodeWrap.vue')['default']
- OrgLayout: typeof import('./components/org/OrgLayout.vue')['default']
- OrgList: typeof import('./components/org/OrgList.vue')['default']
- PaneModel: typeof import('./components/splitpanes/PaneModel.vue')['default']
- ProCardList: typeof import('./components/ProCardList.vue')['default']
- ProForm: typeof import('./components/form/ProForm.vue')['default']
- ProTable: typeof import('./components/ProTable.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- SelectBox: typeof import('./components/workflow/selectBox.vue')['default']
- SelectResult: typeof import('./components/workflow/selectResult.vue')['default']
- SelIcon: typeof import('./components/SelIcon.vue')['default']
- SvgIcon: typeof import('./components/SvgIcon.vue')['default']
- WorkflowEdit: typeof import('./components/workflow/WorkflowEdit.vue')['default']
- }
- }
|