- 13 10月, 2022 6 次提交
- 12 10月, 2022 5 次提交
-
-
JinMao authored
-
JinMao authored
-
JinMao authored
-
姚文强 authored
-
* fix: fix display issues when reloading page * feat: change a fit color for js-logo icon * fix: prevent layout chaos because of text wrap
Lovell Liu authored
-
- 09 10月, 2022 1 次提交
-
-
wujieli authored
-
- 02 10月, 2022 2 次提交
- 29 9月, 2022 6 次提交
-
-
wujieli authored
-
c37csq authored
-
MrAlenZhong authored
-
fix: 下拉框文本超长显示问题修改
wangkang authored -
adeewu authored
-
兼容row key有可能为number的情况
Aborn Jiang authored
-
- 05 8月, 2022 1 次提交
-
-
右键组件缺少PropType类型引用
前端爱码士 authored
-
- 23 7月, 2022 4 次提交
-
-
Co-authored-by: wjc <7098544231@qq.com>
wjc112233 authored -
Co-authored-by: wjc <7098544231@qq.com>
wjc112233 authored -
Co-authored-by: 隆杰 <longjie.li@taxsoyea.net>
BlackTooth authored -
Name6 authored
-
- 19 7月, 2022 3 次提交
- 13 7月, 2022 2 次提交
- 12 7月, 2022 1 次提交
-
-
Co-authored-by: gauhar chan <chenguohua@gzhtedu.cn>
GauharChan authored
-
- 10 7月, 2022 7 次提交
-
-
Co-authored-by: van <vancnblog@126.com>
vancenlee authored -
Henry authored
-
* fix: fix wrong naming * perf: 表单设置初始值defaultValue时候使用深度拷贝 * perf: 表单设置初始值defaultValue时候使用深度拷贝 * Revert "perf: 表单设置初始值defaultValue时候使用深度拷贝" This reverts commit a103cd11b4c8e4eeac3be114c103a5c30f562042. * perf: perf Tree Component * fix: 解决tree树形异步懒加载,点击两次才能关闭 * fix: fix table header and table body cannot be aligned Co-authored-by: yfh01 <unconfigured@null.spigotmc.org>
Arvin authored -
Co-authored-by: sevth <pengqiang@vastweb>
sevth authored -
* chore: use `cz-git` commitizen adapter * workflow: update `cz-git` types description
zhengqbbb authored -
Co-authored-by: 舒培培 <622292@ky-tech.com.cn>
cn.shperry authored -
* Table BasicColumn 添加 editDynamicDisabled Co-authored-by: Cyrus Zhou <6802207@qq.com> 使用方式同 Form FormSchema dynamicDisabled ``` export const Columns: BasicColumn[] = [ { title: 'Title', dataIndex: 'Title', editRow: true, editComponent: 'Select', editDynamicDisabled: ({ record }) => record.isDisabled, }, * editComponentProps onChange 功能恢复 Co-authored-by: Cyrus Zhou <6802207@qq.com> 说明: ...omit(compProps, 'onChange') 这会忽略 onChange ,导致 editComponentProps onChange 被取消 如下功能将不支持: ``` editComponentProps: ({ record }) => { return { options: effectTypeData, onChange: () => { }, }; }, ``` * tableData == null 报错 * ApiSelect 第一次选择触发required错误提示问题 * 恢复 虽然可以解决第一次选择提示报错问题,但是会导致 onChange: (e: any, options: any) => 无法获得 options 的值 * 修复标签页切换灰屏不显示内容问题 Co-authored-by: Cyrus Zhou <6802207@qq.com> 问题描述页面没有用 div 包括 会提示 Component inside <Transition> renders non-element root node that cannot be animated , 导致页灰屏必须刷新页面才可以显示内容 * 添加 Form ApiTransfer ## 使用方式 api 方式: ``` ...... component: 'ApiTransfer', componentProps: { api: sysUserSelector, labelField: 'name', valueField: 'id', }, ..... ``` 数据方式: ``` .... componentProps: { dataSource: [ { title: 'Test01', key: '0', disabled: false, description: 'description 01' }, { title: 'Test02', key: '1', disabled: false, description: 'description 02' }, { title: 'Test03', key: '2', disabled: false, description: 'description 03' }, { title: 'Test04', key: '3', disabled: false, description: 'description 04' }, { title: 'Test05', key: '4', disabled: false, description: 'description 05' }, ], }, .... ```
Cyrus Zhou authored
-
- 07 7月, 2022 2 次提交