1.1.11 • Published 10 months ago

@simpleform/inula-editor v1.1.11

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

@simpleform/inula-editor

npm.io

基于openinula实现的表单设计器,支持自定义组件,模板导入导出,可视化设计等表单设计功能,二次开发非常简单。

简介

  • 设计器组成:设计器包含六大模块
    • 配置上下文EditorProvider:提供编辑器的上下文环境
    • 配置面板EditorPanel:配置已经注册的组件显示列表
    • 操作区域 EditorTools:设计器的操作区域
    • 编辑区域EditorView:设计器的编辑区域
    • 配置属性组件EditorSetting:鼠标选中组件时展示对应的属性配置表单
    • 渲染器FormRender:设计器的表单渲染核心组件,使用前需要配置好注册组件及相关的属性
  • 自定义功能:设计器允许两种自定义类型
    • 自定义组件:通过自定义一个组件,在设计器和渲染器中注册,然后就可以在组件面板中配置该控件使用
    • 导入模板:需要通过renderTools函数从设计器组件外面添加导入模板功能入口,这样可以自定义JSON模板列表的渲染界面.

安装

npm install @simpleform/inula-editor --save
# 或者
yarn add @simpleform/inula-editor
1.1.1

11 months ago

1.1.0

11 months ago

1.0.1

1 year ago

1.0.0

1 year ago

1.1.9

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.11

10 months ago

1.1.10

10 months ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago