|
|
@@ -10,9 +10,9 @@ export {}
|
|
|
declare module '@vue/runtime-core' {
|
|
|
export interface GlobalComponents {
|
|
|
AddNode: typeof import('./components/workflow/addNode.vue')['default']
|
|
|
- AdvancedForm: typeof import('./components/form/AdvancedForm.vue')['default']
|
|
|
+ AdvancedForm: typeof import('./components/core/form/AdvancedForm.vue')['default']
|
|
|
ApproverDrawer: typeof import('./components/workflow/drawer/approverDrawer.vue')['default']
|
|
|
- BasicForm: typeof import('./components/form/BasicForm.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']
|
|
|
@@ -20,7 +20,7 @@ declare module '@vue/runtime-core' {
|
|
|
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/form/DialogForm.vue')['default']
|
|
|
+ DialogForm: typeof import('./components/core/form/DialogForm.vue')['default']
|
|
|
DynamicFormEdit: typeof import('./components/DynamicFormEdit.vue')['default']
|
|
|
Echarts: typeof import('./components/echarts/Echarts.vue')['default']
|
|
|
ElArea: typeof import('./components/ElArea.vue')['default']
|
|
|
@@ -32,24 +32,24 @@ declare module '@vue/runtime-core' {
|
|
|
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/form/FormComp.vue')['default']
|
|
|
+ FormComp: typeof import('./components/core/form/FormComp.vue')['default']
|
|
|
FormDesigner: typeof import('./components/designer/FormDesigner.vue')['default']
|
|
|
- GlobalAside: typeof import('./components/GlobalAside.vue')['default']
|
|
|
- GlobalFooter: typeof import('./components/GlobalFooter.vue')['default']
|
|
|
- GlobalHeader: typeof import('./components/GlobalHeader.vue')['default']
|
|
|
- GlobalMenu: typeof import('./components/GlobalMenu.vue')['default']
|
|
|
- GlobalNews: typeof import('./components/GlobalNews.vue')['default']
|
|
|
- GlobalSetting: typeof import('./components/GlobalSetting.vue')['default']
|
|
|
- GlobalSubMenu: typeof import('./components/GlobalSubMenu.vue')['default']
|
|
|
- GlobalTabs: typeof import('./components/GlobalTabs.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']
|
|
|
ImageUpload: typeof import('./components/ImageUpload.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/ProCardList.vue')['default']
|
|
|
- ProForm: typeof import('./components/form/ProForm.vue')['default']
|
|
|
- ProTable: typeof import('./components/ProTable.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']
|