components.d.ts 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core'
  5. export {}
  6. declare module '@vue/runtime-core' {
  7. export interface GlobalComponents {
  8. AddNode: typeof import('./components/workflow/addNode.vue')['default']
  9. AdvancedForm: typeof import('./components/form/AdvancedForm.vue')['default']
  10. ApproverDrawer: typeof import('./components/workflow/drawer/approverDrawer.vue')['default']
  11. BasicForm: typeof import('./components/form/BasicForm.vue')['default']
  12. ConditionDrawer: typeof import('./components/workflow/drawer/conditionDrawer.vue')['default']
  13. CopyerDrawer: typeof import('./components/workflow/drawer/copyerDrawer.vue')['default']
  14. Cropper: typeof import('./components/avatar/cropper.vue')['default']
  15. DesignerComp: typeof import('./components/designer/DesignerComp.vue')['default']
  16. DesignerHeader: typeof import('./components/designer/DesignerHeader.vue')['default']
  17. DesignerRender: typeof import('./components/designer/DesignerRender.vue')['default']
  18. DesignerSetting: typeof import('./components/designer/DesignerSetting.vue')['default']
  19. DialogForm: typeof import('./components/form/DialogForm.vue')['default']
  20. DynamicFormEdit: typeof import('./components/DynamicFormEdit.vue')['default']
  21. Eccharts: typeof import('./components/echarts/Eccharts.vue')['default']
  22. Echarts: typeof import('./components/echarts/Echarts.vue')['default']
  23. ElDict: typeof import('./components/ElDict.vue')['default']
  24. ElEditor: typeof import('./components/ElEditor.vue')['default']
  25. ElEmployees: typeof import('./components/ElEmployees.vue')['default']
  26. EmployeesRoleDialog: typeof import('./components/workflow/dialog/employeesRoleDialog.vue')['default']
  27. ErrorDialog: typeof import('./components/workflow/dialog/errorDialog.vue')['default']
  28. Exception: typeof import('./components/Exception.vue')['default']
  29. FormComp: typeof import('./components/form/FormComp.vue')['default']
  30. FormDesigner: typeof import('./components/designer/FormDesigner.vue')['default']
  31. GlobalAside: typeof import('./components/GlobalAside.vue')['default']
  32. GlobalFooter: typeof import('./components/GlobalFooter.vue')['default']
  33. GlobalHeader: typeof import('./components/GlobalHeader.vue')['default']
  34. GlobalMenu: typeof import('./components/GlobalMenu.vue')['default']
  35. GlobalNews: typeof import('./components/GlobalNews.vue')['default']
  36. GlobalSetting: typeof import('./components/GlobalSetting.vue')['default']
  37. GlobalSubMenu: typeof import('./components/GlobalSubMenu.vue')['default']
  38. GlobalTabs: typeof import('./components/GlobalTabs.vue')['default']
  39. ImageUpload: typeof import('./components/ImageUpload.vue')['default']
  40. NodeWrap: typeof import('./components/workflow/nodeWrap.vue')['default']
  41. OrgLayout: typeof import('./components/org/OrgLayout.vue')['default']
  42. OrgList: typeof import('./components/org/OrgList.vue')['default']
  43. PaneModel: typeof import('./components/splitpanes/PaneModel.vue')['default']
  44. ProCardList: typeof import('./components/ProCardList.vue')['default']
  45. ProForm: typeof import('./components/form/ProForm.vue')['default']
  46. ProTable: typeof import('./components/ProTable.vue')['default']
  47. RouterLink: typeof import('vue-router')['RouterLink']
  48. RouterView: typeof import('vue-router')['RouterView']
  49. SelectBox: typeof import('./components/workflow/selectBox.vue')['default']
  50. SelectResult: typeof import('./components/workflow/selectResult.vue')['default']
  51. SelIcon: typeof import('./components/SelIcon.vue')['default']
  52. SvgIcon: typeof import('./components/SvgIcon.vue')['default']
  53. WorkflowEdit: typeof import('./components/workflow/WorkflowEdit.vue')['default']
  54. }
  55. }