1.0.44 • Published 3 years ago

@ruiyun/react-auto-form-web v1.0.44

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

react-auto-form-web

ts build 有问题,主要是本地软链链接依赖的依赖时导致到打包报错。参见https://github.com/microsoft/TypeScript/issues/42873

目前解决办法如下

  • tsconfig增加
"baseUrl": ".",
"paths": {
      "@ruiyun/react-form": ["node_modules/@ruiyun/react-form"],
    }
  • 将@ruiyun/react-form添加为开发依赖

Usage

  1. 开始有布局,所以有了布局相关的参数配置。
  2. field上开始有label的配置(有了ui才会有展示label的需求)。
  3. 开始对表单组件分类,CustomComponent对应上一层的render
  4. 新增能从url加载远程组件的类型RemoteComponent。
  5. renderButtons也开始细分出renderSubmitButton和renderResetButton,并增加了showSubmit和showReset这种细粒度的控制。
  6. 按钮可以支持渲染到指定的容器下。
// TODO: DEMONSTRATE API
1.0.38

3 years ago

1.0.44

3 years ago

1.0.26

4 years ago

1.0.27

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago