components.d.ts 3.9 KB

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