amis/examples/components/Form
sansiro 5520004dec
merge: feat-virtual-list into master (#5829)
* feat: select transfer 除树形模式外,增加虚拟列表能力 (#5612)

* feat: select transfer 除树形模式外,增加虚拟列表能力

* 修改分组模式问题

* 更新快照

* transfer 虚拟列表单测补充

* select 虚拟列表单测补充

* 更新 select 快照

* chore: merge master into feat-virtual-list branch (#5716)

* chore: combo组件items扩充编辑器的拖拽点位 (#5693)

* feat: combo组件items支持编辑器的拖拽

* feat: combo组件items支持编辑器的拖拽

* feat: combo组件items支持编辑器的拖拽

* feat: combo组件items支持编辑器的拖拽

* fix: 数字输入框-属性配置-placeholder置灰+边框与form-input统一 amis-saas-4938 (#5666)

Co-authored-by: limengyang03 <limengyang03@baidu.com>

* feat:Remark组件支持自定义图标 (#5694)

* feat:Remark组件支持自定义图标

* 去掉多余内容

Co-authored-by: xujiahao01 <xujiahao01@baidu.com>

* fix: 修复 amis本地跑不起来 问题

* fix: https://github.com/baidu/amis/issues/4681

* feat: 使用cross-env 设置NODE_ENV 变量

* perf: 删除重复声明项

* revert: 恢复删除的SchemaRedirect

Co-authored-by: 吴多益 <wuduoyi@baidu.com>

* feat: ui 组件 form 支持 autoSubmit (#5695)

* feat: ui 组件 form 支持 autoSubmit

* 下发 onSubmit 否则只能用 handleSubmit 这个会绕过 form 的检测,无法通知到上层

* chore: sdk embed 方法添加 callback 在 callback 中可确保 scoped 方法是可用的 (#5698)

* publish beta

* chore: sdk embed 方法添加 callback 在 callback 中可确保 scoped 方法是可用的

* fix: filter 过滤器 isTrue/isFalse 问题修复 (#5676)

* fix: filter 过滤器 isTrue 问题修复

* 修改

* 修改

* 修改

* chore: InputArray新增默认值示例, 调整Combo组件scaffold逻辑 (#5701)

* chore: InputNumber严格判断大数模式,避免错误抛出string类型值 (#5703)

* fix: 修复查看代码报 require is not defined 错误 (#5704)

* publish beta

* fix: 修复查看代码报 require is not defined 错误

* feat: 补充 ConfirmBox ui 控件, 并将 PickerContainer 改成 ConfirmBox 实现 (#5708)

* publish beta

* feat: 添加 ui ConfirmBox

* feat: 补充 confirmBox ui 控件, 并将 pickerContainer 改成 confirmBox 实现

* PickerContainer title 逻辑不变动

* 暴露 InputTableColumnProps

* 调整 ts 定义

* 升级 react-hook-form

* inputTable 补充数组本身的验证

* Combo 也支持内部数组的验证

* 调整内部验证

* 调整目录

* chore: 优化 locale, theme hoc, 存在 context 直接复用 (#5702)

* publish beta

* chore: 优化 locale, theme hoc, 存在 context 直接复用

* chore: 日期范围类组件单元测试补充 (#5705)

* dateRange

* datetimeRange

* timeRange

* monthRange

* quarter and year

* 修改

* 修改

* fix: 评分组件 count 支持变量获取 (#5681)

* fix: 评分组件 count 支持变量获取

* tokenize 修改为 filter

Co-authored-by: zhou999 <zhousq809@163.com>
Co-authored-by: PE_Sicca <46698676+swjtulmy@users.noreply.github.com>
Co-authored-by: limengyang03 <limengyang03@baidu.com>
Co-authored-by: 徐佳豪 <1440054388@qq.com>
Co-authored-by: xujiahao01 <xujiahao01@baidu.com>
Co-authored-by: h7ml <h7ml@qq.com>
Co-authored-by: 吴多益 <wuduoyi@baidu.com>
Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
Co-authored-by: sansiro <sansiro@sansiro.me>

* feat: tree 增加虚拟列表 (#5696)

* feat: Tree 使用 VirtualList 渲染, 提升大数据时的性能

* fix: 适配编辑和新建

* chore: 增加 Tree 测试用例

* chore: 更新 Tree 测试用例

* feat: Tree虚拟列表,调整props名称

* chore: 清理 Tree 相关的无用代码

* feat: select transfer 树形模式增加虚拟滚动支持, treeSelect 虚拟滚动参数 (#5799)

* 其他 transfer 支持虚拟列表属性

* feat: select transfer 树形模式增加虚拟滚动支持, treeSelect 虚拟滚动参数

* add

* fix: tree 多级时,通过递归parent来判断展开收起,递归partial判断父元素的Partial状态 (#5807)

* fix: 调整 tree 组件中,判断父子关系的方法 (#5814)

* Revert "chore: merge master into feat-virtual-list branch (#5716)" (#5825)

This reverts commit c9895812989c31d3471d50c2adaf7110478ad0a0.

* chore: 更新 tree 虚拟滚动相关快照 和一些优化

Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com>
Co-authored-by: zhou999 <zhousq809@163.com>
Co-authored-by: PE_Sicca <46698676+swjtulmy@users.noreply.github.com>
Co-authored-by: limengyang03 <limengyang03@baidu.com>
Co-authored-by: 徐佳豪 <1440054388@qq.com>
Co-authored-by: xujiahao01 <xujiahao01@baidu.com>
Co-authored-by: h7ml <h7ml@qq.com>
Co-authored-by: 吴多益 <wuduoyi@baidu.com>
Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
Co-authored-by: meerkat <kit_hack@outlook.com>
2022-11-28 18:07:45 +08:00
..
AnchorNav.jsx 1.2.x 文档&示例配置调整 (#2064) 2021-06-07 10:09:55 +08:00
Combo.jsx 1.2.x 文档&示例配置调整 (#2064) 2021-06-07 10:09:55 +08:00
ConditionBuilder.jsx feat:ConditionBuilder支持自定义判断条件和右边渲染组件;优化ConditionBuilder样式 (#3887) 2022-04-07 14:54:33 +08:00
css_properties.json 增加一个样式编辑的例子 2020-10-28 19:50:02 +08:00
css_properties.json5 增加一个样式编辑的例子 2020-10-28 19:50:02 +08:00
Custom.tsx chore: 开发环境切成 vite (#5677) 2022-11-02 22:45:12 +08:00
Definitions.jsx 1.2.x 文档&示例配置调整 (#2064) 2021-06-07 10:09:55 +08:00
Editor.jsx 1.2.x 文档&示例配置调整 (#2064) 2021-06-07 10:09:55 +08:00
FieldSet.jsx fix: 修复 fieldset 嵌套使用时样式问题及配置干扰问题 (#5479) 2022-09-30 09:44:07 +08:00
FieldSetInTabs.jsx 1.2.x 文档&示例配置调整 (#2064) 2021-06-07 10:09:55 +08:00
Formula.jsx 1.2.x 文档&示例配置调整 (#2064) 2021-06-07 10:09:55 +08:00
Full.jsx feat: optinos 支持配置新增和编辑的弹框属性;修复编辑属性 popover 无法显示问题;去掉代码里遗漏的 component… (#5085) 2022-08-09 12:56:13 +08:00
Hint.jsx 1.2.x 文档&示例配置调整 (#2064) 2021-06-07 10:09:55 +08:00
InputKVS.jsx feat: 新增 input-kvs 组件支持复杂对象嵌套场景 2022-07-08 13:25:14 +08:00
layoutTest.jsx 1.2.x 文档&示例配置调整 (#2064) 2021-06-07 10:09:55 +08:00
Mode.jsx deps: 更新 echarts、monaco-editor、match-sorter、mpegts 版本 (#2611) 2021-09-24 13:30:16 +08:00
Picker.jsx feat:优化动作数据域 (#5544) 2022-10-12 15:09:03 +08:00
Reaction.jsx 1.2.x 文档&示例配置调整 (#2064) 2021-06-07 10:09:55 +08:00
Remote.jsx feat:formItem增加autoUpdate功能 (#3845) 2022-04-02 19:54:38 +08:00
RichText.jsx 1.2.x 文档&示例配置调整 (#2064) 2021-06-07 10:09:55 +08:00
Schem.jsx 让示例可以跑起来 2022-06-01 21:35:49 +08:00
Static.jsx chore: 开发环境切成 vite (#5677) 2022-11-02 22:45:12 +08:00
StyleBuilder.jsx 1.2.x 文档&示例配置调整 (#2064) 2021-06-07 10:09:55 +08:00
SubForm.jsx 1.2.x 文档&示例配置调整 (#2064) 2021-06-07 10:09:55 +08:00
SwitchDisplay.jsx chore: 开发环境切成 vite (#5677) 2022-11-02 22:45:12 +08:00
Table.jsx feat: input-table支持头部固定和内容自适应,并补充示例 #4640 (#4741) 2022-07-01 10:06:33 +08:00
Tabs.jsx 1.2.x 文档&示例配置调整 (#2064) 2021-06-07 10:09:55 +08:00
Test.jsx 1.2.x 文档&示例配置调整 (#2064) 2021-06-07 10:09:55 +08:00
Transfer.jsx feat: Transfer 支持 optionItemRender 和 resultItemRender 可以用来自定义渲染选项 (#2607) 2021-09-24 11:10:20 +08:00
Tree.jsx merge: feat-virtual-list into master (#5829) 2022-11-28 18:07:45 +08:00
Validation.jsx feat: FormItem格式校验支持日期时间规则 (#5241) 2022-08-26 13:31:29 +08:00