Commit Graph

1827 Commits

Author SHA1 Message Date
fujianchao
58a6608cde fix: 修改错误的case 2024-07-24 14:19:21 +08:00
fujianchao
9da08a4bc7 feat: 修改单测用例 2024-07-24 14:19:21 +08:00
fujianchao
181a472f37 feat: 增加单测用例+更改属性名 2024-07-24 14:19:21 +08:00
fujianchao
26ab82cca4 feat: 数字框组件新增属性showPercent 2024-07-24 14:19:21 +08:00
fujianchao
7892987d71 feat: 数字框组件新增属性openPercentage 2024-07-24 14:19:21 +08:00
F-jianchao
a4817d1b2a
feat:调整数字框组件只读属性的样式 (#10655) 2024-07-24 11:40:29 +08:00
qkiroc
d43922db81
feat: form、crud、textarea、selecth支持外观配置 (#10649)
* feat(editor): 表单支持外观配置

* bugfix

* 优化获取cssVar逻辑

* 优化外观默认值

* 删除外观继承相关逻辑

* 更新快照

* 表单布局

* 表单默认mode优化为flex

* 优化colorpicker交互

* 优化编辑器表单布局配置

* 表单静态展示外观配置

* bugfix

* feat: crud2支持外观配置

* crud 外观默认值

* bugfix

* 多行文本支持外观配置

* 下拉框支持外观配置

* 修复table表头无法居中对齐问题

* style: 优化表格样式

* bugfix

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-07-18 19:04:07 +08:00
liaoxuezhi
8e1fbe7290
fix: 修复 inputTable 表单项校验问题 Close: #9680 (#10642) 2024-07-17 10:21:12 +08:00
liaoxuezhi
a9c17bae20
fix: 修复 crud 分页点击页面位置跳转问题 Close: #9667 (#10643) 2024-07-17 10:20:56 +08:00
qkiroc
6b4bfc9329
fix: 修复tpl值为NaN时页面卡死问题 (#10627)
* fix: 修复tpl值为NaN时页面卡死问题

* 改成Object.is判断

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-07-12 17:29:13 +08:00
liaoxuezhi
5aa7a8771a
feat: crud 列支持配置对齐方式&表头对齐方案&垂直对齐方式 (#10624) 2024-07-12 13:54:17 +08:00
zhangtao07
834a1a7435 table2文本对齐与列保持一致 2024-07-10 14:22:53 +08:00
allenve
18ab50e212 feat: CRUD 支持 testid 2024-07-09 10:48:56 +08:00
Song Mingxu
5ded3c479f
fix: QuickEdit 停止向下传递InputTable相关的回调 (#10568)
* fix: QuickEdit 停止向下传递InputTable相关的回调
否则当使用表格类型的 Picker 时(或其他会用到 Table 的自定义组件),会导致一些异常行为,包括:
1. 内部表格的编辑状态可能会被外部的 input-table 影响
2. input-table 的 subFormItems 会被内部表格更新

* 修复单测过不去的问题

---------

Co-authored-by: Song Mingxu <mingxu.song@gmail.com>
Co-authored-by: 2betop <2698393+2betop@users.noreply.github.com>
2024-07-08 14:56:38 +08:00
quirrel
11ed94a578
fix: number with precision should be string format (#10595) 2024-07-08 12:49:57 +08:00
Allen
ab6bf74d09
Merge pull request #10584 from allenve/feat-pdf
feat: pdfWokerJs 修改为env引入
2024-07-05 16:21:17 +08:00
yupeng12
dcac3de529 feat: pdfjs worker 增加默认值配置 2024-07-05 15:23:04 +08:00
yupeng12
900cb29c07 feat: pdfWokerJs 修改为env引入 2024-07-05 10:58:02 +08:00
hsm-lv
03252311ba
Merge pull request #9748 from ydiego/feature/crud-columntoggler-support-drag-mode-checkall
feat: crud自定义列在drag模式下支持全选
2024-07-03 19:39:04 +08:00
liaoxuezhi
53cfd5fbe0
fix: 完善 #10399 的修改, 部分场景处理异常 (#10573) 2024-07-03 12:59:28 +08:00
zhangtao07
7a2913b58a fix: 修复弹窗中crud2刷新后按钮不可点击问题 2024-07-02 09:59:12 +08:00
zhangtao07
39a5bad866 fix: 修复query同步后人员选择无法清除问题 2024-07-01 17:38:06 +08:00
jinye
3ec964627b feat: qrcode默认使用canvas渲染,以右键\长按存储\下载为图片 2024-07-01 17:32:04 +08:00
2betop
ddde285005 Merge remote-tracking branch 'baidu/master' 2024-07-01 11:07:05 +08:00
2betop
05d32400dd bump: 6.6.0 2024-07-01 11:06:29 +08:00
zhangtao07
023bef5d36 分栏栏目支持外观配置 2024-07-01 10:25:58 +08:00
瓜娃子
47a15b6350
fix: issue#10515 修复code组件值为空控制台报错 (#10518)
Co-authored-by: wbchangpengyuan <wbchangpengyuan@lattebank.com>
2024-06-27 07:27:49 +08:00
liaoxuezhi
3b08c67e00
fix: input-table 修复 input-table 内部有公式时展示值与表单项值不一致问题 (#10526) 2024-06-26 20:50:20 +08:00
liaoxuezhi
08835ccb70
feat: input-table 的复制功能支持配置复制数据映射 (#10519) 2024-06-26 15:30:37 +08:00
liaoxuezhi
0ae2df58e9
chore: table2 单元格渲染逻辑优化 (#10512) 2024-06-25 21:42:30 +08:00
liaoxuezhi
af9d9bdd0f
fix: 修复 words 显示复杂对象时报错问题 (#10491) 2024-06-21 16:04:33 +08:00
2betop
a86a191923 fix: picker 不自定义 pickerSchema 时 labelField 配置无效问题修复 2024-06-20 11:04:28 +08:00
liaoxuezhi
4941ca0351
fix: 修复弹窗中表单内再弹窗新弹窗按钮不可点问题 (#10481) 2024-06-19 21:19:18 +08:00
lq
97244e3106
feat: 新增verificationCode验证码渲染器 (#10386)
* feat: 新增verificationCode验证码渲染器和页面设计器

* fix: verificationCode to input-verification-code
2024-06-19 19:41:10 +08:00
jinye
a7b142fd50 fix: input-number用修改formatter的方式替换移动光标的方式 解决光标漂浮问题,还原输入过程中进行normalizeValue数值处理的逻辑 2024-06-19 19:29:19 +08:00
qkiroc
d53fbcf190
fix: 修复table中form item static不生效问题 (#10467)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-06-18 19:03:14 +08:00
hezhihang
0197c28f17 fix: input-table未下发static、删除逻辑优化 2024-06-18 17:39:55 +08:00
liaoxuezhi
9d4c34be69
fix: 优化 inputTable state 更新逻辑,减少多余重新渲染 (#10464) 2024-06-18 11:05:18 +08:00
liaoxuezhi
04c1bdcfde
fix: picker 不自定义 pickerSchema 时 labelField 配置无效问题修复 (#10442) 2024-06-17 14:07:33 +08:00
hsm-lv
76b93212b7
Merge pull request #10432 from 2betop/fix-table-nested-name
fix: 修复 table 中有表单项带路径时会把对应对象其他属性弄丢的问题
2024-06-17 11:17:14 +08:00
yupeng12
08bb27276e fix: input-number NaN问题 2024-06-14 10:01:34 +08:00
2betop
cf759e6dfb fix: 修复 table 中有表单项带路径时会把对应对象其他属性弄丢的问题 2024-06-13 14:43:25 +08:00
yangwei14
a6a44420f3 fix(amis-editor): 数值精度调整默认值不跟随变化的问题 2024-06-12 13:59:28 +08:00
liaoxuezhi
46c64fb7ba
fix: 修复 table 分页后列可能对不齐的问题 (#10408) 2024-06-06 19:01:03 +08:00
hsm-lv
09e564e9e7
Merge pull request #10399 from 2betop/fix-store-sync
fix: 修复 store 数据上下层同步问题
2024-06-06 15:45:23 +08:00
2betop
a32269a6a4 fix: 修复 store 数据上下层同步问题 2024-06-06 14:48:19 +08:00
yupeng12
755852881c feat: NestedSelect 支持testid 2024-06-05 21:00:04 +08:00
2betop
2299d9a3dd bump: 6.5.0 2024-05-31 17:40:05 +08:00
liaoxuezhi
c2d29d5402
fix: 修复 tabs 的 title 渲染上下文信息错误问题 Close: #10259 (#10265) 2024-05-31 16:55:55 +08:00
liaoxuezhi
877856f370
fix: 修复 iframe 事件响应重复的问题 Close: #10196 (#10266) 2024-05-31 16:55:40 +08:00