Commit Graph

10946 Commits

Author SHA1 Message Date
zhangzhulei
d47305fb18 fix: 更新wizard组件快照 2023-05-08 19:15:26 +08:00
zhangzhulei
20837ac189 fix: 更改normalizeSteps方法的执行时机 2023-05-08 16:35:13 +08:00
zhangzhulei
f5373bfdd6 fix: 更改normalizeSteps方法的执行时机 2023-05-08 15:38:42 +08:00
zhangzhulei
41f18dc4ee fix: 更新wizard组件测试快照 2023-05-08 15:01:47 +08:00
zhangzhulei
d9a365937e fix: 1. wizard组件locale处理;2.normalizeSteps方法调用时机调整 2023-05-08 14:25:42 +08:00
zhangzhulei
7868a96a22 fix: 更新steps组件单测快照 2023-04-13 19:07:31 +08:00
zhangzhulei
bdcd6b49b8 fix: 修复wizard组件单测报错 2023-04-13 17:38:24 +08:00
zhangzhulei
ac972963f5 feat: wizard组件样式交互改造 2023-04-13 10:44:00 +08:00
qkiroc
4c4d1939c2
Merge pull request #6594 from qkiroc/editor/theme-locale
fix: 修复开发态编辑器没有主题和翻译的问题
2023-04-12 22:52:06 +08:00
qkiroc
e7876fdfa6
Merge pull request #6593 from qkiroc/theme/grid-theme
theme: 分栏组件支持新版外观配置
2023-04-12 22:51:17 +08:00
qkiroc
86f7b8962d
Merge pull request #6582 from blue-squirrel/feat-icon-icon-select
feat:Icon组件支持接收svg字符串直接展示&iconSelect样式优化
2023-04-12 21:00:42 +08:00
qinhaoyan
ca122f6dd4 fix: 修复开发态编辑器没有主题的问题 2023-04-12 20:41:26 +08:00
qinhaoyan
2d385662e1 theme: 分栏组件支持新版外观配置 2023-04-12 20:25:37 +08:00
刘丹
ab2743f98c
Merge pull request #6589 from wibetter/master
fix(amis): chart组件支持主题样式相关配置
2023-04-12 19:52:17 +08:00
HongYang
0ced2d5da3
style: 树选择器样式修复 (#6588)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-04-12 19:17:05 +08:00
吴多益
67a2d22967
docs: 补充 echarts 变量设置初始值的说明 (#6529) 2023-04-12 19:14:16 +08:00
yuxiaer
b0b91d619b
docs: 修正 crud 文档错别字 (#6571) 2023-04-12 19:12:59 +08:00
吴多益
48a67a5673
feat: office viewer 支持显示形状 (#6585)
* shape 支持初步

* 完善 shape 的支持

* 支持自定义 shape

* arcTo 换算法

* 修正 arc 圆形的计算

* curvedRightArrow 暂时不支持

* 修复编译报错

* 更新 snapshot

* 增加动作配置

* 新增 api 的时候也触发变化
2023-04-12 19:08:22 +08:00
liaoxuezhi
d13faa6933
chore: 升级 vite (#6590) 2023-04-12 18:41:24 +08:00
hsm-lv
6a5300258a
Merge pull request #6586 from 2betop/chore-amis-editor-ts
chore(amis-editor): 调整部分 ts 逻辑
2023-04-12 17:19:53 +08:00
wibetter
ccd2f5d7f9 fix(amis): chart组件支持主题样式相关配置 2023-04-12 16:30:07 +08:00
wibetter
11d81e47a8 fix(amis-editor): 布局类容器组件外观中提出重复的定位配置项 2023-04-12 16:28:34 +08:00
xujiahao01
4909c04e14 feat:Icon组件支持接收svg字符串直接展示&iconSelect样式优化 2023-04-12 16:03:23 +08:00
2betop
a42bba351d chore(amis-editor): 调整部分 ts 逻辑 2023-04-12 15:07:54 +08:00
liaoxuezhi
73550fc71b
chore(amis-editor): 优化 input-number 的 mock 逻辑 (#6583)
* chore(amis-editor): 优化 input-number 的 mock 逻辑

* chore(amis-editor): 优化 input-number 的 mock 逻辑
2023-04-12 14:27:12 +08:00
zhou999
b71000ba9a
fix: 「组件」「Bug」Dropdown组件hover触发时移开不消失 (#6568)
* fix: 「组件」「Bug」Dropdown组件hover触发时移开不消失

* fix: 「组件」「Bug」Dropdown组件hover触发时移开不消失

* fix: 「组件」「Bug」Dropdown组件hover触发时移开不消失
2023-04-11 20:08:47 +08:00
zhangzhulei
666ff9b50e
feat: input-table添加事件动作 (#6308)
* feat: input-table添加事件动作

* feat: input-table添加事件动作

* feat: input-table添加事件动作

* feat: input-table添加事件动作

* feat: input-table添加事件动作

* fix: 修改input-table单测

* fix: 修改input-table单测

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* perf: doAction方法,setState后执行onChange

* perf: doAction方法,setState后执行onChange

* perf: doAction方法,setState后执行onChange

---------

Co-authored-by: zhangzhulei <zhangzhulei@baidu.com>
2023-04-11 16:51:05 +08:00
igrowp
17662f5337
fix: PageMaker315专项问题修复 (#6570)
Co-authored-by: wutong25 <wutong25@baidu.com>
2023-04-11 15:11:55 +08:00
sansiro
ec2fca5dda
fix: CRUD2 不透传columnsTogglable;getData问题修改 (#6569)
* fix: CRUD2 不透传columnsTogglable;getData问题修改

* 再跑次单测
2023-04-11 14:10:41 +08:00
qkiroc
a390db8634
Merge pull request #6567 from baidu/editor-style
editor:合并主题外观修改
2023-04-10 20:12:58 +08:00
qkiroc
b0ba751d1c
Merge pull request #6565 from qkiroc/fix/inputnumber-ts-error
chore: 修复ts报错
2023-04-10 20:10:48 +08:00
qinhaoyan
170b9b16f3 Merge remote-tracking branch 'amis-editor-core/theme/editor-20230201' into editor-style 2023-04-10 19:33:10 +08:00
qinhaoyan
06437eecfa Merge remote-tracking branch 'amis-editor/theme/editor-20230201' into editor-style 2023-04-10 19:18:48 +08:00
qinhaoyan
db9a7c7728 chore: 修复ts报错 2023-04-10 15:46:23 +08:00
qkiroc
7cef012d57
Merge pull request #6564 from qkiroc/fix/inputnumber-ts-error
fix: 修复number组件ts报错
2023-04-10 14:41:48 +08:00
qinhaoyan
bc935c9325 chore: 补充number组件state声明 2023-04-10 14:16:47 +08:00
qinhaoyan
73fb2367d8 fix: 修复number组件ts报错 2023-04-10 14:12:47 +08:00
qinhaoyan
7b06f729af fix: 修复number组件ts报错 2023-04-10 13:11:27 +08:00
qkiroc
021c8b036a
Merge pull request #6562 from hy993658052/theme-0224-final-2
feat: 主题配置合并master
2023-04-10 11:38:49 +08:00
liaoxuezhi
008100fc94
fix: 修复 ooxml-viewer 包中 tslib 引用地址错误 (#6560)
* fix: 修复 ooxml-viewer 包中 tslib 引用地址错误

* fix: 修复 ooxml-viewer 包中 tslib 引用地址错误
2023-04-10 11:17:14 +08:00
HongYang
dd8906b80a fix: 自定义列样式修复 (#6535)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-04-10 11:04:01 +08:00
zzy1415447829
202696b867 Theme 0224 optmize (#6534)
* feature:[amis-saas-10368]向导组件样式

* feature:[amis-saas-10190]优化标签组件

---------

Co-authored-by: zhangzheyu02 <zhangzheyu02@baidu.com>
2023-04-10 11:04:01 +08:00
zzy1415447829
68785165e5 feature:[amis-saas-10368]向导组件样式 (#6532)
Co-authored-by: zhangzheyu02 <zhangzheyu02@baidu.com>
2023-04-10 11:04:01 +08:00
HongYang
67e196793a feat: table2&combo主题配置 (#6523)
* feat: table2主题适配

* feat: combo组件主题适配

* feat: table2增加图标和自定义列主题配置

---------

Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-04-10 11:04:01 +08:00
徐佳豪
467259286d style: progress主题样式修复 (#6515)
* style: progress主题样式修复

* 空白修改

---------

Co-authored-by: xujiahao01 <xujiahao01@baidu.com>
2023-04-10 11:04:01 +08:00
qiaoganggang
d7b95c6edc feat:picker接入主题 (#6497)
* feat: m

* feat: spinner删除propriety中css变量

* feat: 修改spinner变量

* feat: 删除多余代码

* fix: spinner css变量修改

* fix: spinner

* feat: toast接入主题

* feat: 去掉多余代码

* feat:timeline接入主题

* feat: 删除多余代码

* feat: 修改title margin

* feat: pick接入主题

---------

Co-authored-by: qiaoganggang <qiaoganggang@baidu.com>
2023-04-10 11:04:01 +08:00
徐佳豪
1620c6eb97 feat: icon-select组件 上传回调 (#6471)
* feat: icon-select组件 上传回调

* icon-select组件修改

* 自定义上传图标 回显

* 重新触发test

---------

Co-authored-by: xujiahao01 <xujiahao01@baidu.com>
2023-04-10 11:04:01 +08:00
HongYang
b6e5fd556f feat: 富文本&条件组合组件主题适配 (#6475)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-04-10 11:04:01 +08:00
qinhaoyan
8dcbfb5fc9 styles: 导出style 2023-04-10 11:04:01 +08:00
徐佳豪
33526bdd3d style: progress & image & images组件主题变量替换 (#6446)
Co-authored-by: xujiahao01 <xujiahao01@baidu.com>
2023-04-10 11:04:01 +08:00