| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- import '@vue/runtime-core'
- export {}
- declare module '@vue/runtime-core' {
- export interface GlobalComponents {
- AddNode: typeof import('./components/workflow/addNode.vue')['default']
- ApproverDrawer: typeof import('./components/workflow/drawer/approverDrawer.vue')['default']
- BasicForm: typeof import('./components/core/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/core/form/DialogForm.vue')['default']
- DynamicFormEdit: typeof import('./components/DynamicFormEdit.vue')['default']
- ElArea: typeof import('./components/form/ElArea.vue')['default']
- ElCustom: typeof import('./components/form/ElCustom.vue')['default']
- ElDict: typeof import('./components/form/ElDict.vue')['default']
- ElEditor: typeof import('./components/form/ElEditor.vue')['default']
- ElEditTag: typeof import('./components/form/ElEditTag.vue')['default']
- ElEmployees: typeof import('./components/form/ElEmployees.vue')['default']
- ElFileUpload: typeof import('./components/form/ElFileUpload.vue')['default']
- ElFormCard: typeof import('./components/form/ElFormCard.vue')['default']
- ElFormGroup: typeof import('./components/form/ElFormGroup.vue')['default']
- ElFormLayout: typeof import('./components/form/ElFormLayout.vue')['default']
- ElFormSteps: typeof import('./components/form/ElFormSteps.vue')['default']
- ElFormTable: typeof import('./components/form/ElFormTable.vue')['default']
- ElFormTabs: typeof import('./components/form/ElFormTabs.vue')['default']
- ElImageUpload: typeof import('./components/form/ElImageUpload.vue')['default']
- ElSubForm: typeof import('./components/form/ElSubForm.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/core/form/FormComp.vue')['default']
- FormDesigner: typeof import('./components/designer/FormDesigner.vue')['default']
- GlobalAside: typeof import('./components/core/GlobalAside.vue')['default']
- GlobalFooter: typeof import('./components/core/GlobalFooter.vue')['default']
- GlobalHeader: typeof import('./components/core/GlobalHeader.vue')['default']
- GlobalMenu: typeof import('./components/core/GlobalMenu.vue')['default']
- GlobalNews: typeof import('./components/core/GlobalNews.vue')['default']
- GlobalSetting: typeof import('./components/core/GlobalSetting.vue')['default']
- GlobalSubMenu: typeof import('./components/core/GlobalSubMenu.vue')['default']
- GlobalTabs: typeof import('./components/core/GlobalTabs.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/core/ProCardList.vue')['default']
- ProForm: typeof import('./components/core/form/ProForm.vue')['default']
- ProTable: typeof import('./components/core/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']
- }
- }
|