1.0.44 • Published 2 years ago

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

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.44

2 years ago

1.0.26

2 years ago

1.0.27

2 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago