Commit Graph

1237 Commits

Author SHA1 Message Date
allenve
41354bd1f3 fix: users-select mobile style 2024-08-22 15:15:39 +08:00
Allen
246c4b7523
fix: 调整pdfjs-dist依赖 (#10817) 2024-08-22 11:31:16 +08:00
F-jianchao
8ac26ab9c6
fix: 修复百分号情况下,最大值最小值失效 (#10813) 2024-08-21 12:53:46 +08:00
qinhaoyan
90501d2053 style: 日期时间组件不限制最小宽度 2024-08-20 16:49:24 +08:00
刘丹
ff4e1eb729
fix(amis): echarts版本升级到5.5.1 (#10711) 2024-08-20 15:59:34 +08:00
thinkingc
ba54aefb58
fix: issue#10775 防止popover被modal遮盖 (#10777)
Co-authored-by: chenwenhao <chenwenhao@lattebank.com>
2024-08-16 14:14:09 +08:00
liaoxuezhi
aab978e89e
chore: 调整 resizeSensor 优先 ResizeObserver, 优化 table 下表单项样式, 优化 inputTable 部分逻辑 (#10761) 2024-08-16 14:12:56 +08:00
liaoxuezhi
0734c2d1bb
chore: 调整自动填充参照录入逻辑支持默认点选,state 换成 store,优化写入对象时保留原始对象其他字段逻辑 (#10789) 2024-08-16 14:02:31 +08:00
qkiroc
422f9ab6c3
fix: 仅横向导航需要加href (#10776)
* fix: 仅横向导航需要加href

* 更新快照

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-08-16 13:53:59 +08:00
hsm-lv
5dac6f39a8
Merge pull request #10764 from 2betop/feat-image-gallery
feat: imageGallery 图片超出时支持左右滚动 Close: #10756
2024-08-16 12:14:32 +08:00
Allen
9491bd8031
Merge pull request #10784 from allenve/fix-depLoad
fix: 修复users-select 懒加载问题
2024-08-15 15:01:15 +08:00
allenve
a3544c2881 fix: 修复users-select 懒加载问题 2024-08-15 14:43:32 +08:00
qkiroc
e3bcc687aa
fix: 修复时间选择器默认选择当前时间问题 (#10741)
* fix: 修复时间选择器默认选择当前时间问题

* 更新单测

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-08-15 09:59:53 +08:00
liaoxuezhi
044f1b1be8 feat: imageGallery 图片超出时支持左右滚动 Close: #10756 2024-08-13 14:30:57 +08:00
allenve
242da450fb fix: 人员选择展示问题 2024-08-12 19:52:25 +08:00
2betop
13b0d38846 chore: 优化 combo tabs 模式新增成员直接打开对应 tab 减少操作步骤 2024-08-08 14:52:47 +08:00
Harry
bee950fefe
feat: 颜色选择器 Hex 支持 8-digits 透明度,增加 hexa format (#10698)
* 颜色选择器 Hex 支持 8-digits 透明度

* fix type error

---------

Co-authored-by: harry <yangshuhai@pdnews.cn>
2024-08-06 10:45:04 +08:00
2betop
58b0d91810 bump: 6.7.0 2024-08-06 10:41:36 +08:00
qkiroc
301f435124
fix: 修复nav组件横向模式下,父级无法点击问题 (#10712)
* fix: 修复nav组件横向模式下,父级无法点击问题

* 更新快照

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-08-05 11:55:06 +08:00
Allen
3c87fb1e12
Merge pull request #10716 from allenve/feat-testid
feat: pickerContainer 补充testid
2024-08-02 16:45:17 +08:00
allenve
93fabda6c8 feat: pickerContainer 补充testid 2024-08-02 16:09:28 +08:00
zhangtao07
ff4859256f fix: 修复crud2行角标显示问题 2024-08-02 14:57:12 +08:00
allenve
88ff96085a fix: layout 默认值错误 2024-07-26 11:48:53 +08:00
qinhaoyan
e377da4292 fix: 修复外观的一些问题 2024-07-25 20:51:03 +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
2betop
8e93124781 chore: 调整 #10643 中的样式写法 2024-07-18 17:10:52 +08:00
liaoxuezhi
8f721676ab
style: 调整 inputGroup 样式 Close: #10593 (#10638) 2024-07-17 10:22:50 +08:00
liaoxuezhi
a9c17bae20
fix: 修复 crud 分页点击页面位置跳转问题 Close: #9667 (#10643) 2024-07-17 10:20:56 +08:00
zhangtao07
f83a7aa280 fix: 修复table列文本高度不一致问题 2024-07-10 14:24:25 +08:00
Allen
a8ba162e6b
feat: popover testid (#10601)
Co-authored-by: yupeng12 <yupeng12@baidu.com>
2024-07-08 19:21:57 +08:00
Allen
610f33e1d7
fix: 删除多余的console (#10597)
Co-authored-by: yupeng12 <yupeng12@baidu.com>
2024-07-08 11:28:45 +08:00
Allen
ab6bf74d09
Merge pull request #10584 from allenve/feat-pdf
feat: pdfWokerJs 修改为env引入
2024-07-05 16:21:17 +08:00
yupeng12
900cb29c07 feat: pdfWokerJs 修改为env引入 2024-07-05 10:58:02 +08:00
hzh11012
6a5d745efd
fix: 条件表达式中去除系统变量,input-tree中icon图片大小设置 (#10561)
* fix: 条件表达式中去除系统变量,tree中图片大小设置

* fix: 条件表达式中去除系统变量,tree中图片大小设置

---------

Co-authored-by: hezhihang <hezhihang@baidu.com>
2024-07-01 20:46:17 +08:00
Allen
fc3ca5c266
Merge pull request #10556 from allenve/fix-warning
fix: fix some console warning
2024-07-01 17:40:32 +08:00
jinye
3ec964627b feat: qrcode默认使用canvas渲染,以右键\长按存储\下载为图片 2024-07-01 17:32:04 +08:00
yupeng12
f13174bd9f fix Layout 声明 2024-07-01 17:24:11 +08:00
yupeng12
c953d6a3e3 fix some warning 2024-07-01 16:41:48 +08:00
Allen
dc927969af
Merge pull request #10550 from allenve/conditionBuilder-testid
feat: conditionBuilder 支持testid
2024-07-01 14:20:28 +08:00
yupeng12
c888126725 feat: conditionBuilder 支持testid 2024-07-01 14:04:56 +08:00
2betop
05d32400dd bump: 6.6.0 2024-07-01 11:06:29 +08:00
liaoxuezhi
ca0a50623d
fix: 修复 select 值格式是对象时初始化值不正确的问题 (#10541) 2024-06-28 13:10:05 +08:00
2betop
c8a5dcac12 chore: ts error 2024-06-27 17:24:47 +08:00
2betop
02a90a4b6a fix: inputTable component 修复 select 弹窗挡住问题 2024-06-26 21:46:34 +08:00
2betop
c276aa21e2 style: input-table component 超出问题 2024-06-26 16:16:12 +08:00