components.d.ts 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. ApproverDrawer: typeof import('./components/workflow/drawer/approverDrawer.vue')['default']
  12. BasicForm: typeof import('./components/core/form/BasicForm.vue')['default']
  13. ConditionDrawer: typeof import('./components/workflow/drawer/conditionDrawer.vue')['default']
  14. CopyerDrawer: typeof import('./components/workflow/drawer/copyerDrawer.vue')['default']
  15. Cropper: typeof import('./components/avatar/cropper.vue')['default']
  16. DesignerComp: typeof import('./components/designer/DesignerComp.vue')['default']
  17. DesignerHeader: typeof import('./components/designer/DesignerHeader.vue')['default']
  18. DesignerRender: typeof import('./components/designer/DesignerRender.vue')['default']
  19. DesignerSetting: typeof import('./components/designer/DesignerSetting.vue')['default']
  20. DialogForm: typeof import('./components/core/form/DialogForm.vue')['default']
  21. DynamicFormEdit: typeof import('./components/DynamicFormEdit.vue')['default']
  22. ElArea: typeof import('./components/form/ElArea.vue')['default']
  23. ElCustom: typeof import('./components/form/ElCustom.vue')['default']
  24. ElDict: typeof import('./components/form/ElDict.vue')['default']
  25. ElEditor: typeof import('./components/form/ElEditor.vue')['default']
  26. ElEditTag: typeof import('./components/form/ElEditTag.vue')['default']
  27. ElEmployees: typeof import('./components/form/ElEmployees.vue')['default']
  28. ElFileUpload: typeof import('./components/form/ElFileUpload.vue')['default']
  29. ElFormCard: typeof import('./components/form/ElFormCard.vue')['default']
  30. ElFormGroup: typeof import('./components/form/ElFormGroup.vue')['default']
  31. ElFormLayout: typeof import('./components/form/ElFormLayout.vue')['default']
  32. ElFormSteps: typeof import('./components/form/ElFormSteps.vue')['default']
  33. ElFormTable: typeof import('./components/form/ElFormTable.vue')['default']
  34. ElFormTabs: typeof import('./components/form/ElFormTabs.vue')['default']
  35. ElImageUpload: typeof import('./components/form/ElImageUpload.vue')['default']
  36. ElSubForm: typeof import('./components/form/ElSubForm.vue')['default']
  37. EmployeesRoleDialog: typeof import('./components/workflow/dialog/employeesRoleDialog.vue')['default']
  38. ErrorDialog: typeof import('./components/workflow/dialog/errorDialog.vue')['default']
  39. Exception: typeof import('./components/Exception.vue')['default']
  40. FormComp: typeof import('./components/core/form/FormComp.vue')['default']
  41. FormDesigner: typeof import('./components/designer/FormDesigner.vue')['default']
  42. GlobalAside: typeof import('./components/core/GlobalAside.vue')['default']
  43. GlobalFooter: typeof import('./components/core/GlobalFooter.vue')['default']
  44. GlobalHeader: typeof import('./components/core/GlobalHeader.vue')['default']
  45. GlobalMenu: typeof import('./components/core/GlobalMenu.vue')['default']
  46. GlobalNews: typeof import('./components/core/GlobalNews.vue')['default']
  47. GlobalSetting: typeof import('./components/core/GlobalSetting.vue')['default']
  48. GlobalSubMenu: typeof import('./components/core/GlobalSubMenu.vue')['default']
  49. GlobalTabs: typeof import('./components/core/GlobalTabs.vue')['default']
  50. NodeWrap: typeof import('./components/workflow/nodeWrap.vue')['default']
  51. OrgLayout: typeof import('./components/org/OrgLayout.vue')['default']
  52. OrgList: typeof import('./components/org/OrgList.vue')['default']
  53. PaneModel: typeof import('./components/splitpanes/PaneModel.vue')['default']
  54. ProCardList: typeof import('./components/core/ProCardList.vue')['default']
  55. ProForm: typeof import('./components/core/form/ProForm.vue')['default']
  56. ProTable: typeof import('./components/core/ProTable.vue')['default']
  57. RouterLink: typeof import('vue-router')['RouterLink']
  58. RouterView: typeof import('vue-router')['RouterView']
  59. SelectBox: typeof import('./components/workflow/selectBox.vue')['default']
  60. SelectResult: typeof import('./components/workflow/selectResult.vue')['default']
  61. SelIcon: typeof import('./components/SelIcon.vue')['default']
  62. SvgIcon: typeof import('./components/SvgIcon.vue')['default']
  63. WorkflowEdit: typeof import('./components/workflow/WorkflowEdit.vue')['default']
  64. }
  65. }