components.d.ts 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. ElArea: typeof import('./components/form/ElArea.vue')['default']
  24. ElCustom: typeof import('./components/form/ElCustom.vue')['default']
  25. ElDict: typeof import('./components/form/ElDict.vue')['default']
  26. ElEditor: typeof import('./components/form/ElEditor.vue')['default']
  27. ElEmployees: typeof import('./components/form/ElEmployees.vue')['default']
  28. ElFormCard: typeof import('./components/form/ElFormCard.vue')['default']
  29. ElFormGroup: typeof import('./components/form/ElFormGroup.vue')['default']
  30. ElFormLayout: typeof import('./components/form/ElFormLayout.vue')['default']
  31. ElFormSteps: typeof import('./components/form/ElFormSteps.vue')['default']
  32. ElFormTabs: typeof import('./components/form/ElFormTabs.vue')['default']
  33. ElImageUpload: typeof import('./components/form/ElImageUpload.vue')['default']
  34. EmployeesRoleDialog: typeof import('./components/workflow/dialog/employeesRoleDialog.vue')['default']
  35. ErrorDialog: typeof import('./components/workflow/dialog/errorDialog.vue')['default']
  36. Exception: typeof import('./components/Exception.vue')['default']
  37. FormComp: typeof import('./components/core/form/FormComp.vue')['default']
  38. FormDesigner: typeof import('./components/designer/FormDesigner.vue')['default']
  39. GlobalAside: typeof import('./components/core/GlobalAside.vue')['default']
  40. GlobalFooter: typeof import('./components/core/GlobalFooter.vue')['default']
  41. GlobalHeader: typeof import('./components/core/GlobalHeader.vue')['default']
  42. GlobalMenu: typeof import('./components/core/GlobalMenu.vue')['default']
  43. GlobalNews: typeof import('./components/core/GlobalNews.vue')['default']
  44. GlobalSetting: typeof import('./components/core/GlobalSetting.vue')['default']
  45. GlobalSubMenu: typeof import('./components/core/GlobalSubMenu.vue')['default']
  46. GlobalTabs: typeof import('./components/core/GlobalTabs.vue')['default']
  47. NodeWrap: typeof import('./components/workflow/nodeWrap.vue')['default']
  48. OrgLayout: typeof import('./components/org/OrgLayout.vue')['default']
  49. OrgList: typeof import('./components/org/OrgList.vue')['default']
  50. PaneModel: typeof import('./components/splitpanes/PaneModel.vue')['default']
  51. ProCardList: typeof import('./components/core/ProCardList.vue')['default']
  52. ProForm: typeof import('./components/core/form/ProForm.vue')['default']
  53. ProTable: typeof import('./components/core/ProTable.vue')['default']
  54. RouterLink: typeof import('vue-router')['RouterLink']
  55. RouterView: typeof import('vue-router')['RouterView']
  56. SelectBox: typeof import('./components/workflow/selectBox.vue')['default']
  57. SelectResult: typeof import('./components/workflow/selectResult.vue')['default']
  58. SelIcon: typeof import('./components/SelIcon.vue')['default']
  59. SvgIcon: typeof import('./components/SvgIcon.vue')['default']
  60. WorkflowEdit: typeof import('./components/workflow/WorkflowEdit.vue')['default']
  61. }
  62. }