lijianan
0e28360622
feat: CP support Transfer selectionsIcon ( #47301 )
2024-02-02 10:48:05 +08:00
lijianan
e009ca9d4a
feat: CP support Tabs addIcon & moreIcon ( #47274 )
...
* feat: CP support Tabs addIcon & moreIcon
* fix: fix
* fix: fix
* fix: fix
---------
Signed-off-by: lijianan <574980606@qq.com>
2024-02-01 19:14:54 +08:00
lijianan
a206593d28
feat: CP support Image closeIcon ( #47252 )
...
* feat: CP support Image closeIcon
* type: update type
* type: update type
* fix: fix
2024-02-01 17:43:00 +08:00
lijianan
651914c46d
feat: CP support Tag closeIcon ( #47250 )
2024-01-31 10:07:16 +08:00
lijianan
b233f27ba0
feat: CP support Notification closeIcon ( #47244 )
...
* feat: CP support Notification closeIcon
* fix: fix
2024-01-30 20:13:22 +08:00
lijianan
aa36678a29
feat: CP support Alert closeIcon ( #47235 )
2024-01-30 16:47:42 +08:00
zhoulixiang
6ed0254ad5
feat: Add classNames and styles prop for card ( #46811 )
...
* feat: support classNames and styles for card
* feat: add lost info
* docs: update context of card
* feat: optimize classNames and styles code of card
* test: update card test case
* feat: remove headWrapper
* test: correct test
* feat: remove redundant snapshot
* feat: update config provider for card
* feat: update classNames and styles of card
* feat: add warning for headStyle and bodyStyle of card
* test: replace bodyStyle to styles.body in demo of flex
* docs: add jsDoc about deprecated for headStyle and bodyStyle
* snap: update table counts of card from 3 to 4
* docs: update version for styles and classnames of card
---------
Signed-off-by: zhoulixiang <18366276315@163.com>
Co-authored-by: vagusX <vagusxl@gmail.com>
2024-01-30 15:00:25 +08:00
lijianan
a11d3b4b63
feat: CP support Modal closeIcon ( #47226 )
...
* feat: CP support Modal closeIcon
* fix: fix
2024-01-30 14:42:46 +08:00
lijianan
5031ca9032
feat: CP support Table expandIcon ( #47225 )
...
* feat: CP support Table expandIcon
* fix: fix
* type: fix type
2024-01-30 13:57:49 +08:00
lijianan
095b846cad
feat: CP support Tour closeIcon ( #47200 )
...
* feat: CP support Tour closeIcon
* fix: fix
2024-01-29 11:01:30 +08:00
lijianan
bb6b475f22
feature: CP support Drawer closeicon ( #46894 )
...
* feat: CP support Drawer closeIcon
* fix: fix
* fix: fix
* type: update
* type: lint
* fix: fix
* fix: fix
* Update index.en-US.md
Signed-off-by: lijianan <574980606@qq.com>
* Update index.zh-CN.md
Signed-off-by: lijianan <574980606@qq.com>
* type: fix type
---------
Signed-off-by: lijianan <574980606@qq.com>
2024-01-26 10:52:17 +08:00
lijianan
ca39a4b1ee
refactor: refactor indicator props ( #46786 )
...
* refactor: refactor indicator props
* Update components/tabs/index.tsx
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix: update
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* test: add test case
* docs: update docs
* Update components/config-provider/index.en-US.md
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/config-provider/index.zh-CN.md
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/tabs/index.tsx
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/tabs/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/tabs/index.zh-CN.md
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/tabs/index.en-US.md
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/tabs/index.zh-CN.md
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2024-01-05 10:56:11 +08:00
叶枫
8950642664
feat: config support holderRender ( #46596 )
...
* feat: config support container
* feat: add test
* feat: reset demo
* feat: test
* feat: test
* feat: test
* feat: test
* feat: md
* feat: limit
* fix: prefix
* feat: limit
* feat: message support app config
* feat: notification support app config
* feat: add maxCount test
* feat: icons
* feat: 增加 2 个 todo
* feat: holderRender
* feat: md
* feat: message 兼容旧逻辑
* feat: notification 兼容完成
* feat: modal 兼容完成
* feat: 优化 modal
* feat: 优化代码
* feat: 优化代码
* feat: 给 CP 添加 demo
* feat: 优先级完成/demo迁移完成
* feat: review
* feat: review
* feat: 优化 modal 代码
* feat: 支持 rtl
* feat: 修改注释
* feat: 优化单测
* feat: 优先级注释
* feat: remove getPrefixCls
* feat: demo
* feat: demo
* feat: demo
---------
Co-authored-by: MadCcc <madccc@foxmail.com>
2024-01-02 17:43:27 +08:00
lijianan
b14faf04bf
feat: CP support Dropdown className and style ( #45621 )
...
* feat: CP support Dropdown className and style
* test: fix test case
2023-11-02 00:48:26 +08:00
Chen_Z
d04e9efe16
feat: config-provider support rangePicker className and style ( #45479 )
...
* feat: config-provider support rangePicker className and style properties
* test: add rangepicker className & style test
* chore: change props verison
* feat:RangePicker className and style properties
---------
Co-authored-by: lijianan <574980606@qq.com>
2023-10-24 00:57:38 +08:00
lijianan
e1f3b795e5
Merge pull request #45198 from ant-design/master
...
chore: merge master into feature
2023-10-07 17:00:49 +08:00
红
a2192281be
docs: improve document type description ( #45189 )
2023-10-06 21:27:41 +08:00
kiner-tang(文辉)
69d048784f
feat: Drawer support classNames ( #44935 )
...
* feat: drawer support classNames
* docs: update docs
* feat: bump rc-drawer
* feat: bump rc-drawer
* feat: optimize style
* feat: optimize type
* feat: optimize type
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-09-25 20:37:37 +08:00
kiner-tang(文辉)
ceed98582c
feat(modal): support classNames ( #44934 )
...
* feat: modal support classNames
* docs: update docs
* feat: bump rc-dialog
* feat: bump rc-dialog
* feat: update rc-image
* feat: optimize style
* feat: optimize type
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
---------
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
2023-09-25 14:27:41 +08:00
lijianan
1e0c3b8c58
🔥 feat: new component Flex ( #44362 )
...
* feat: new component Flex
* feat: new component Flex
* fix: fix
* test: add test case
* fix: fix
* update size-limit
* test: update snap
* fix: fix
* test: update snap
* chore: add use client
* fix: lint
* test: update snap
* fix
* docs: add docs
* fix: fix demo
* clear
* demo: update demo
* update demos
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* test: update snap
* fix: fix
* fix: fix
* demo: update demo
* feat: CP
* fix: use token
* fix: fix
* fix: fix test case
* test: update snap
* Update components/flex/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/flex/demo/align.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* demo: update demo
* fix: fix
* docs
* update cover
* fix: fix
* test: update case
* fix: rerun CI
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* demo: update demo
* fix: fix lint
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix test case
* fix: fix
* docs: update docs
* fix: fix
* chore: fix
* chore: fix
* docs: update docs
* docs: update
* fix: fix demo
* type: update type
* add debug demo
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: 栗嘉男 <mac@macdeMacBook-Pro.local>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-09-14 17:04:05 +08:00
二货爱吃白萝卜
b3428c678f
feat: ConfigProvider support config warning level ( #44809 )
...
* test: add test case
* chore: use console.warn instead
* chore: support agg
* chore: fix lint
2023-09-13 11:49:30 +08:00
二货爱吃白萝卜
8b19102b0d
feat: wave effect config ( #43784 )
...
* feat: support wave effect
* docs: more info
* test: add test case
* docs: update demo
* test: coverage
2023-07-25 16:29:47 +08:00
JiaQi
e86e5e5000
feat: ConfigProvider support DatePicker & TimePicker className and style properties ( #43418 )
2023-07-07 19:02:55 +08:00
JiaQi
86d334baee
feat: ConfigProvider support Carousel className and style properties ( #43412 )
2023-07-07 09:30:37 +08:00
JiaQi
005575c5cd
feat: ConfigProvider support Statistic className and style properties ( #43408 )
2023-07-06 21:54:54 +08:00
JiaQi
1662af5c51
feat: ConfigProvider support Drawer className and style properties ( #43396 )
2023-07-06 10:42:13 +08:00
JiaQi
36c3d36f02
feat: ConfigProvider support Timeline className and style properties ( #43392 )
2023-07-06 10:27:39 +08:00
JiaQi
6dad4144e7
feat: ConfigProvider support Collapse className and style properties ( #43390 )
2023-07-06 09:45:25 +08:00
JiaQi
34ea912e22
feat: ConfigProvider support List className and style properties ( #43387 )
2023-07-06 09:43:03 +08:00
JiaQi
09c0840a6b
feat: ConfigProvider support Calendar className and style properties ( #43385 )
2023-07-06 09:38:21 +08:00
JiaQi
2d4708b3bd
feat: config-provider support transfer className and style properties ( #43063 )
2023-07-06 09:36:45 +08:00
JiaQi
3f785909df
feat: ConfigProvider support Alert className and style properties ( #43384 )
2023-07-06 09:33:54 +08:00
JiaQi
3aedb2f4e8
feat: ConfigProvider support Menu className and style properties ( #43382 )
2023-07-05 19:48:33 +08:00
JiaQi
74f078a3a8
feat: ConfigProvider support Progress className and style properties ( #43340 )
2023-07-05 19:21:56 +08:00
JiaQi
f1f5fe3846
feat: config-provider support skeleton className and style properties ( #43062 )
2023-07-05 18:00:46 +08:00
lijianan
7a59fc86f5
feat: CP support ColorPicker className and style ( #43339 )
...
* fix
* fix
* fix
2023-07-04 11:23:58 +08:00
JiaQi
1abdb9e077
feat: ConfigProvider support Tree className and style ( #43060 )
2023-07-03 22:42:46 +08:00
lijianan
90f464a27d
feat: CP support Message className and style ( #43333 )
...
* fix
* fix
2023-07-03 20:38:14 +08:00
lijianan
c267b38fd4
feat: CP support Notification className and style ( #43328 )
...
* feat: CP support Notification className and style
* Update components/config-provider/index.en-US.md
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix
* fix
* test
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-07-03 20:37:11 +08:00
lijianan
62dd62f43c
feat: CP support Upload className and style ( #43325 )
...
* feat: CP support Tabs className and style
* revert
* test: update snap
* fix
* test: fix test case
2023-07-03 16:38:56 +08:00
lijianan
425b18f2d8
feat: CP support Tabs className and style ( #43319 )
2023-07-03 13:38:38 +08:00
lijianan
5190e6f677
feat: CP support Avatar className and style ( #43315 )
2023-07-03 10:27:31 +08:00
lijianan
29431a368f
feat: CP support Card className and style ( #43308 )
2023-07-03 10:25:55 +08:00
lijianan
5432c05041
feat: CP support Table className and style ( #43301 )
...
* feat: CP support Table className and style
* test: update test case
2023-06-30 20:42:43 +08:00
lijianan
80e3069a49
feat: CP support Tag className and style ( #43294 )
2023-06-30 17:19:27 +08:00
lijianan
99dae02d8f
feat: CP support Switch className and style ( #43283 )
2023-06-30 11:29:39 +08:00
lijianan
15c3790856
feat: CP support Rate className and style ( #43270 )
2023-06-29 19:30:34 +08:00
lijianan
316b7b8c5d
feat: CP support Badge className / classNames and style / styles ( #43197 )
...
* feat: CP support Badge className and style
* fix
* Update basic.tsx
* fix
* fix
* fix
* Update components/config-provider/context.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/badge/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/badge/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* fix
* fix
* fix
* fix
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-06-29 16:43:11 +08:00
muxin
67e32373fb
feat: config-provider support Form className and style properties ( #43230 )
...
* feat: config-provider support Input className and style properties
* Revert "feat: config-provider support Input className and style properties"
This reverts commit 46cd51e2b7
.
* feat: config-provider support Form className and style properties
2023-06-28 14:13:14 +08:00
muxin
c4d981a712
feat: config-provider support Layout className and style properties ( #43241 )
2023-06-28 13:51:24 +08:00