|
@@ -22,12 +22,13 @@ declare module '@vue/runtime-core' {
|
|
|
DesignerSetting: typeof import('./components/designer/DesignerSetting.vue')['default']
|
|
DesignerSetting: typeof import('./components/designer/DesignerSetting.vue')['default']
|
|
|
DialogForm: typeof import('./components/core/form/DialogForm.vue')['default']
|
|
DialogForm: typeof import('./components/core/form/DialogForm.vue')['default']
|
|
|
DynamicFormEdit: typeof import('./components/DynamicFormEdit.vue')['default']
|
|
DynamicFormEdit: typeof import('./components/DynamicFormEdit.vue')['default']
|
|
|
- ElArea: typeof import('./components/ElArea.vue')['default']
|
|
|
|
|
- ElCustom: typeof import('./components/ElCustom.vue')['default']
|
|
|
|
|
- ElDict: typeof import('./components/ElDict.vue')['default']
|
|
|
|
|
- ElEditor: typeof import('./components/ElEditor.vue')['default']
|
|
|
|
|
- ElEmployees: typeof import('./components/ElEmployees.vue')['default']
|
|
|
|
|
- ElFormTabs: typeof import('./components/ElFormTabs.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']
|
|
|
|
|
+ ElEmployees: typeof import('./components/form/ElEmployees.vue')['default']
|
|
|
|
|
+ ElFormTabs: typeof import('./components/form/ElFormTabs.vue')['default']
|
|
|
|
|
+ ElImageUpload: typeof import('./components/form/ElImageUpload.vue')['default']
|
|
|
EmployeesRoleDialog: typeof import('./components/workflow/dialog/employeesRoleDialog.vue')['default']
|
|
EmployeesRoleDialog: typeof import('./components/workflow/dialog/employeesRoleDialog.vue')['default']
|
|
|
ErrorDialog: typeof import('./components/workflow/dialog/errorDialog.vue')['default']
|
|
ErrorDialog: typeof import('./components/workflow/dialog/errorDialog.vue')['default']
|
|
|
Exception: typeof import('./components/Exception.vue')['default']
|
|
Exception: typeof import('./components/Exception.vue')['default']
|
|
@@ -54,6 +55,7 @@ declare module '@vue/runtime-core' {
|
|
|
SelectBox: typeof import('./components/workflow/selectBox.vue')['default']
|
|
SelectBox: typeof import('./components/workflow/selectBox.vue')['default']
|
|
|
SelectResult: typeof import('./components/workflow/selectResult.vue')['default']
|
|
SelectResult: typeof import('./components/workflow/selectResult.vue')['default']
|
|
|
SelIcon: typeof import('./components/SelIcon.vue')['default']
|
|
SelIcon: typeof import('./components/SelIcon.vue')['default']
|
|
|
|
|
+ SlotTmpl: typeof import('./components/core/form/SlotTmpl.vue')['default']
|
|
|
SvgIcon: typeof import('./components/SvgIcon.vue')['default']
|
|
SvgIcon: typeof import('./components/SvgIcon.vue')['default']
|
|
|
WorkflowEdit: typeof import('./components/workflow/WorkflowEdit.vue')['default']
|
|
WorkflowEdit: typeof import('./components/workflow/WorkflowEdit.vue')['default']
|
|
|
}
|
|
}
|