UNPKG

@tuoyuan/web-plus

Version:

基于arco-design-vue的配置化表格表单组件

25 lines (24 loc) 1.32 kB
import { default as directivePlugin } from './directive/main'; import { default as Crud } from './crud/index'; import { default as Editor, EditorToolbar } from './editor/index'; import { default as formCreate } from './form-create'; import { default as FormPlus } from './form/index'; import { default as JsonEditor } from './json-editor/index'; import { default as ModalPLus } from './modal/index'; import { default as TableEdit } from './table-edit/index'; import { default as TablePlusOld } from './table-old/index'; import { default as TablePlus } from './table/index'; import { default as Text } from './text/index'; import { default as ModalForm } from './modal-form/index'; import { CrudOption } from './crud/type'; import { IDomEditor, IEditorConfig, IToolbarConfig } from './editor/type'; import { ColumnType, Option } from './form/type'; import { TableOption } from './table/type'; export * from './hooks/index'; import * as draggable from "vue-draggable-plus"; declare const components: any[]; export { Crud, Editor, EditorToolbar, formCreate, FormPlus, JsonEditor, ModalPLus, TableEdit, TablePlus, TablePlusOld, Text, ModalForm }; export type { ColumnType, CrudOption, IDomEditor, IEditorConfig, IToolbarConfig, Option, TableOption }; export default components; export { directivePlugin }; export { draggable };