lijianan
1db0daffc1
Merge branch master into master-merge-feature
2023-12-30 02:40:22 +08:00
afc163
100c2c4afe
fix: Modal footer button gap issue ( #46702 )
...
* chore: rename to style/confirm.tsx
* fix: Modal footer button gap implementation
* fix: lint error
2023-12-29 22:20:28 +08:00
陈帅
968200d11e
feat: Menu support darkPopupBg token ( #46618 )
...
* feat: Menu support darkPopupBg token
* fix lint
* fix
2023-12-29 16:49:57 +08:00
afc163
87adc388d5
chore: change Segmented token name ( #46688 )
...
* chore: change Segmented token name
* chore: change Segmented token name
2023-12-29 16:25:01 +08:00
MadCcc
b70384add4
fix: Select should show scrollbar if scrollable ( #46696 )
...
* fix: select scrollbar
* chore: code clean
2023-12-29 16:12:17 +08:00
Yoga Lin
726e6180a0
fix: fix itemHeight of Tree ( #46672 )
...
* fix: Fix itemHeight of Tree
* fix: Fix itemHeight of Tree
2023-12-28 21:05:36 +08:00
afc163
37e615228d
feat: add controlPadding and controlBg to Segmented tokens ( #46674 )
2023-12-28 20:51:35 +08:00
lijianan
f7a5bbc55c
refactor: rename useBuiltinPlacements to mergedBuiltinPlacements ( #46666 )
2023-12-28 07:07:32 +08:00
lijianan
c0e007c0d0
chore: merge master into feature
2023-12-27 19:40:42 +08:00
anilpixel
f1b7fcc4e2
fix: Layout.Sider toggle issue during print dialog activation ( #46650 )
2023-12-27 19:06:25 +08:00
Evgeniy Aksyonov
f4929cbcdc
docs: Fix typo for sortDirections example in head.md ( #46641 )
...
* Fix typo for sortDirections example in head.md
It didn't work with old example with pipe instead of comma(`sortDirections: ['ascend' | 'descend']`)
Signed-off-by: Evgeniy Aksyonov <evgeniy.aksyonov@gmail.com>
* Update components/table/demo/head.md
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: Evgeniy Aksyonov <evgeniy.aksyonov@gmail.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-12-27 17:51:43 +08:00
afc163
b06e6152bd
demo: xsgames.co/randomusers => dicebear.com ( #46630 )
2023-12-27 17:50:24 +08:00
MadCcc
b49fb85c57
perf: optimize multiple select options style ( #46646 )
2023-12-27 15:12:32 +08:00
Fatpandac
ae38f1e3eb
fix: the shadow of the table overflows ( #46644 )
2023-12-27 14:46:40 +08:00
叶枫
81ab20be35
feat: merge master
2023-12-27 14:42:51 +08:00
lijianan
5c52512467
type: update ref type from Ref
to React.RefAttributes<T>
2023-12-27 11:53:19 +08:00
daisy
dc5063428d
fix: Typography.Text should update the Tooltip when the width changes ( #46613 )
...
* fix: Typography.Text should update the Tooltip when the width changes
* test: add test case
---------
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-12-25 23:03:44 +08:00
lijianan
e07d5214c4
type: replace object with AnyObject ( #46604 )
2023-12-25 15:30:08 +08:00
MadCcc
bcec44b05b
fix: optimize tree focus style ( #46608 )
2023-12-25 13:52:09 +08:00
Eden Wang
28aaeafbbc
feat(mentions): supports 'allowClear' option ( #46396 )
...
* feat(mentions): supports 'allowClear' option
* feat(mentions): add allowClear testcase
* feat(mentions): update package and styles
* feat(mentions): update lint and styles
* fix: fixed lint error
* test: add case for custom clearIcon
* feat: add useAllowClear hook
* feat: rename useAllowClear to getAllowClear
* feat: rename useAllowClear to getAllowClear
* feat(mentions): add demo for allowClear
* feat(mentions): update demo desc
* feat(mentions): update demo desc
* feat(mentions): style align middle
* feat: add multi line mentions demo and update icon position
* feat: fixing visual regression report
---------
Co-authored-by: afc163 <afc163@gmail.com>
2023-12-25 10:37:26 +08:00
lijianan
5152a05929
type: export ConfigProviderProps type ( #46605 )
2023-12-25 10:35:28 +08:00
bestlyg
0ef7923752
fix: nested trigger arrow position ( #46294 )
2023-12-24 20:05:44 +08:00
lijianan
7fd21c5163
test: update snap
2023-12-23 04:35:12 +08:00
lijianan
0c1a50251d
Merge branch master into master-merge-feature
2023-12-23 02:56:03 +08:00
lijianan
8f2a438c4a
Merge branch 'feature' into master-merge-feature
2023-12-23 02:54:15 +08:00
lijianan
ef3dd04731
test: update snap
2023-12-23 02:51:31 +08:00
dally_G
0647f56856
type: Checkbox.Group type infer ( #46423 )
...
* feat: CheckboxGroup type infer
fix: fix type error
fix: define type infer
chore: opti type
* Update type.test.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update Group.tsx
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: gushuo <gushuo@yoycol.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-12-22 17:07:34 +08:00
hzyhbk
45b8072713
fix: add tab-nav-add-btn min height ( #46585 )
2023-12-22 14:29:21 +08:00
ZN1996
142b4d7b4e
fix(Progress): StrokeLinecap style ( #46551 )
2023-12-22 10:26:23 +08:00
MadCcc
924f46fd88
feat: form support variant ( #46573 )
2023-12-22 10:05:15 +08:00
lijianan
a09ed506d3
chore: merge master into feature
2023-12-22 03:26:11 +08:00
MadCcc
bf7085882d
feat: DatePicker support variant ( #46568 )
...
* feat: DatePicker support variant
* chore: update snapshot
* chore: update api table
* chore: update snapshot
2023-12-21 20:43:40 +08:00
二货爱吃白萝卜
76f6ddc7e6
fix: ColorPicker not support prefixCls
( #46561 )
...
* fix: ColorPicker should support prefixCls
* test: add test case
2023-12-21 14:39:43 +08:00
MadCcc
5f395fbed3
feat: select/cascader/tree-select support variant filled ( #46549 )
...
* feat: Select filled style
* chore: update snapshot
* feat: Cascader and TreeSelect support variant
* feat: multiple style
* fix: import
* chore: fix lint
* chore: update auto-complete docs
* fix: clearIcon bg
* chore: code clean
2023-12-21 13:39:04 +08:00
二货爱吃白萝卜
eff720837c
test: Update image snapshot logic ( #46529 )
...
* test: mix snapshot
* test: clean up
* test: fix order
* test: fix test logic
* test: fix reset
* test: refactor code
* test: clean fetch
* chore: lint
* test: clean up
* test: delay check
* chore: refactor fetch
* docs: update diff html
* test: add ssr support
* chore: part use ssr
* chore: update style
* chore: slice of it
* docs: fix cut
2023-12-21 10:30:08 +08:00
MadCcc
37fd3273af
fix: DatePicker style in cssVar mode ( #46526 )
2023-12-19 15:06:07 +08:00
Long Hao (龙濠)
ce28f36adb
docs: Update FormItem getValueProps desc ( #46485 )
...
Co-authored-by: 二货爱吃白萝卜 <smith3816@gmail.com>
Co-authored-by: vagusX <vagusxl@gmail.com>
2023-12-19 13:53:36 +08:00
afc163
b3956a9ba2
docs: fix Rate demo type for strict mode ( #46520 )
...
* docs: fix Rate demo type for strict mode
* Apply suggestions from code review
Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-12-19 12:38:09 +08:00
MadCcc
3af521d422
feat: Input/InputNumber/Mentions support filled
variant ( #46435 )
...
* feat: Input filled variant
* feat: InputNumber filled variant
* feat: mentions variant
* fix: TextArea status with affix
* chore: update snapshot
* chore: update snapshot
* feat: pagination input
* fix: fix diff
* feat: input-number disabled
* fixL InputNumber
* chore: update snapshot
* feat: better style
* chore: update
* chore: update snapshot
* feat: use variant classNames
* chore: update snapshot
* feat: mentions affix style
* chore
2023-12-18 17:53:31 +08:00
Eloi0424
0d1bf57aef
docs: Input.Password onVisibleChange type ( #46504 )
2023-12-18 15:55:28 +08:00
红
ce7da2ef41
refactor: color-picker panel dom logic ( #46327 )
...
* refactor: refactoring custom panel logic
* chore: update test case & update snapshot
* chore: update un-stable snap???
* docs: update demo
* chore: update snapshots
* fix: table filterDropdown should accept cssvar (#46314 )
* chore: revert files
* chore: update demo
* chore: update snap
---------
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-12-18 13:56:01 +08:00
github-actions[bot]
a8fc2ec3f3
chore: auto merge branches ( #46501 )
...
chore: merge master into feature
2023-12-18 04:31:30 +00:00
MadCcc
71dc26c595
fix: Tag style for ssr ( #46500 )
2023-12-18 11:06:58 +08:00
Eloi0424
8ccd23a4ca
feat: add Denish Form translate ( #46493 )
2023-12-17 16:10:44 +08:00
lijianan
75082ba607
chore: merge master into feature
2023-12-16 00:35:27 +08:00
红
635e05b7d8
docs(color-picker): improve example ( #45527 )
...
* docs: improved color-picker demo #45527
chore: improve customization panel cls
chore: update demo
chore: update snapshots
test: add case
chore: update
chore: update snapshots
chore: to simplify the complex things
chore: update snapshots
* revert files
* chore: revert change
* chore: update snapshot
2023-12-15 16:29:51 +08:00
vagusX
11fd15e89c
Merge pull request #46471 from ant-design/master
2023-12-15 14:49:06 +08:00
afc163
c009504818
Revert "fix: remove unnecessary title attributes for label in Form ( #46462 )" ( #46472 )
...
This reverts commit 7710e57c1a
.
2023-12-15 13:53:51 +08:00
sunsunmonkey
7710e57c1a
fix: remove unnecessary title attributes for label in Form ( #46462 )
...
* fix: remove unnecessary title attributes for label in Form
* test: update snap
2023-12-15 10:02:51 +08:00
afc163
f5e0c67fea
fix: Upload disabled should not affect download icon ( #46454 )
...
* fix: Upload disabled should not affect download icon
* test: update snapshot
2023-12-15 09:57:13 +08:00
MadCcc
b7cb73c0ce
Merge pull request #46460 from ant-design/master
...
feature-merge-master
2023-12-14 20:27:37 +08:00
afc163
afa7343241
style: Dragger add vertical padding style ( #46457 )
2023-12-14 19:20:46 +08:00
afc163
54a4efe472
fix: Upload actions hover color ( #46456 )
...
* fix: Upload actions hover color
* revert demo change
* fix: lint error
2023-12-14 19:20:26 +08:00
叶枫
4272d0c547
docs: remove callback doc ( #46452 )
2023-12-14 17:23:55 +08:00
二货爱吃白萝卜
1671d279e5
fix: getValueProps should trigger update ( #46445 )
2023-12-14 15:55:19 +08:00
github-actions[bot]
5f9e52a5a8
chore: auto merge branches ( #46446 )
...
chore: merge master into feature
2023-12-14 07:32:07 +00:00
MadCcc
2e0942ab26
refactor: separate cssVarCls from hashId ( #46424 )
...
* refactor: cssVarCls
* refactor: update
* chore: update
* fix: cascader & tree-select
* fix: ribbon
2023-12-14 14:58:53 +08:00
afc163
12db87449b
style: fix Checkbox style when customize token.lineWidth ( #46431 )
...
* style: fix Checkbox style when customize token.lineWidth
* test: update snapshot
2023-12-13 21:46:25 +08:00
github-actions[bot]
dbffde90c5
chore: auto merge branches ( #46436 )
...
chore: feature merge master
2023-12-13 13:35:31 +00:00
红果汁
b03ca50ab4
feat: ColorPicker show clear when value is not set ( #45993 )
...
* feat: color-picker show clear when value is not set
* fix: lint issue
* refactor: turn color defaultvalue to #1677ff
* test: update snap
* refactor: optimize demo type
* chore: back prettier
* chore: back prettier
2023-12-13 19:37:28 +08:00
MadCcc
b3b5df442c
fix: Select multiple padding ( #46427 )
2023-12-13 17:31:36 +08:00
sunsunmonkey
b777d1c0c6
docs(segment): change to Disabled name ( #46421 )
2023-12-13 15:34:17 +08:00
github-actions[bot]
0e1545964c
chore: auto merge branches ( #46419 )
...
chore: feature merge master
2023-12-13 06:18:31 +00:00
MadCcc
a7a3c51ee8
fix: remove useless hashId in Notice ( #46415 )
2023-12-13 11:04:41 +08:00
github-actions[bot]
7c21018f4f
chore: auto merge branches ( #46406 )
...
chore: merge master into feature
2023-12-12 11:28:30 +00:00
Jeongseok Kang
89712f29b1
docs: Update Breadcrumb items type ( #46399 )
2023-12-12 18:00:43 +08:00
lijianan
e68bdc8998
fix: Flex component don't apply extra font style ( #46404 )
2023-12-12 17:39:53 +08:00
Qin Zan
82777bca93
test: add Unit Testing ( #46393 )
...
* Unit Testing
Added unit tests for the DatePicker show time field and month range relative start and end selection.
* Remove duplicated test
2023-12-12 12:30:27 +08:00
MadCcc
e0c1841180
feat: InputNumber support variant ( #46381 )
2023-12-11 15:34:07 +08:00
MadCcc
4a07e13685
feat: Select variant ( #46379 )
...
* feat: Select variant
* chore: clean
* chore: add test
* chore: update demo
2023-12-11 14:55:58 +08:00
afc163
2d28495c9c
docs: update Layout demos ( #46378 )
...
* docs: update Layout demos
* test: update snapshot
2023-12-11 12:22:23 +08:00
afc163
0ac72622a8
docs: fix soft breaks in markdown ( #46374 )
2023-12-11 12:12:51 +08:00
MadCcc
c588e82a9c
feat: Input deprecate bordered
for variant
( #46337 )
...
* feat: Input deprecate for
* chore: code clean
* feat: TextArea
* chore: code clean
---------
Co-authored-by: lijianan <574980606@qq.com>
2023-12-11 10:20:32 +08:00
阿菜 Cai
0a671878ec
feat(descriptions): support html attributes id
type ( #46367 )
...
test(descriptions): add html attributes `id` test
close #46350
Co-authored-by: lijianan <574980606@qq.com>
2023-12-11 00:05:47 +08:00
vagusX
8d7e0bc922
feat: new visual regression implements ( #46127 )
2023-12-09 21:49:47 +08:00
lijianan
02396c986c
site: update demo Tabs usage ( #46351 )
2023-12-09 19:32:10 +08:00
Abhay Aggarwal
985b7ac889
demo: fixed a grammatical error ( #46343 )
...
* Fixed a grammatical error | "start" -> "started"
Fixed the issue of tense on the button at the example in flex section of the documentation
Signed-off-by: Abhay Aggarwal <97821733+abhay-ag@users.noreply.github.com>
* added the jest snapshots
---------
Signed-off-by: Abhay Aggarwal <97821733+abhay-ag@users.noreply.github.com>
2023-12-09 18:29:30 +08:00
lijianan
b5084a3da9
test: add test case for Spin ( #46347 )
2023-12-09 15:03:48 +08:00
flyflydogdog
eaeb75eb44
chore: type refactor ( #46346 )
...
* type: type refactor
* chore: fix type WrapProps
* chore: remove generic of Component
---------
Co-authored-by: 张宁宁 <zhangnn1@yonghui.cn>
2023-12-09 13:31:45 +08:00
lijianan
7b771c5db2
feat: Tabs support indicatorAlign prop ( #46308 )
...
* feat: Tabs support indicatorPosition prop
* update demo
* Update components/tabs/demo/custom-indicator.tsx
Co-authored-by: 红 <wxh1220@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* update demo
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: 红 <wxh1220@gmail.com>
2023-12-08 20:14:39 +08:00
github-actions[bot]
1aa5bc1d68
chore: auto merge branches ( #46338 )
...
chore: feature merge master
2023-12-08 10:22:05 +00:00
MadCcc
fbe3a39389
fix: table filterDropdown should accept cssvar ( #46314 )
2023-12-07 19:21:43 +08:00
MadCcc
47337c9436
feat: support disabledInteraction ( #46304 )
2023-12-07 14:29:38 +08:00
lijianan
4030bb3d05
fix: rm pointer-events when Spin fullscreen ( #46303 )
2023-12-07 14:27:15 +08:00
MadCcc
a4286e170a
fix: tour arrow pointAtCenter ( #46301 )
2023-12-07 13:57:26 +08:00
@linhf2023
cca77e61b9
fix(form): legacy hideRequiredMark
props priority ( #46299 )
...
* fix(form): Reduce global requireMark priority
* chore: add test
---------
Co-authored-by: linhf123 <wb-lhf780012@antgroup.com>
2023-12-07 11:22:31 +08:00
github-actions[bot]
d0cc4087dd
chore: upgrade deps ( #46255 )
...
* chore: upgrade deps
* upgrade and fix snapshot
---------
Co-authored-by: afc163 <afc163@users.noreply.github.com>
Co-authored-by: tanghui <yoyo837@hotmail.com>
2023-12-06 20:22:42 +08:00
yuza
5a89fb3f80
docs: add missing to ( #46279 )
2023-12-06 09:38:16 +08:00
OctKun
c156d715bf
docs: update docs ( #46266 )
...
ref https://github.com/ant-design/ant-design/issues/32618
Signed-off-by: OctKun <cainchen97@qq.com>
2023-12-05 22:30:17 +08:00
MadCcc
937a1a2a85
fix: compatible with react 17 ( #46261 )
2023-12-05 11:33:43 +08:00
zhoulixiang
4f9c5764d0
fix: fix the padding of notification title when notification is closable ( #46211 )
...
Fix the issue where the notification title overlaps with the title when it is too long
Signed-off-by: zhoulixiang <18366276315@163.com>
2023-12-04 20:16:51 +08:00
MadCcc
7bd08ba257
fix: less var ( #46250 )
2023-12-04 20:07:20 +08:00
vagusx
71bd883126
Merge remote-tracking branch 'origin/master' into feature-merge-master-12-04
2023-12-04 10:32:45 +08:00
afc163
83f969b2be
style: Button support gradient background ( #46192 )
...
* style: Button support gradient background
* chore: fix test case
2023-12-01 23:25:46 +08:00
红
82781bd1f3
deps: bump rc-pagination@4.x ( #46204 )
...
* deps: bump rc-pagination@4.x
* chore: update snap
2023-12-01 17:15:46 +08:00
MadCcc
77d1328f5e
fix: line Progress gradient should be full width ( #46209 )
...
* fix: line Progress gradient should be full width
* chore: code clean
* chore: update snapshot
2023-12-01 16:48:53 +08:00
MadCcc
8816dc04c7
Merge branch 'master' into feature-merge-master
2023-11-30 20:22:00 +08:00
afc163
6d963b7949
style: Alert background could be linear-gradient ( #46188 )
2023-11-30 18:03:38 +08:00
叶枫
f5e0408649
feat: support selector ( #46180 )
...
* feat: support selector
* fix: ts text
* feat: md
* feat: snap
2023-11-30 17:34:50 +08:00
二货爱吃白萝卜
1235d8f54a
chore: workflow add welcome back ( #46186 )
2023-11-30 15:02:32 +08:00
afc163
c656d8baf7
chore: improve select demo description ( #46184 )
...
* chore: upgrade select demo description
Signed-off-by: afc163 <afc163@gmail.com>
* Update coordinate.md
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
2023-11-30 14:27:36 +08:00
MadCcc
0f7f0cc6e4
feat: deprecate onAfterChange for onChangeComplete ( #46182 )
2023-11-30 13:37:46 +08:00
lijianan
55183fa304
type: update FloatButtonProps type with React.DOMAttributes ( #46175 )
...
* type: update FloatButtonProps type with React.DOMAttributes
* test: add test
2023-11-30 11:06:41 +08:00
afc163
7488c58e1f
fix: Form label tooltip icon trigger Switch ( #46155 )
...
* fix: Form label tooltip icon trigger Switch
close https://github.com/ant-design/ant-design/issues/46154
* chore: fix test case
2023-11-30 09:53:23 +08:00
afc163
005fc972cc
chore: fix form demo style ( #46156 )
2023-11-29 20:19:49 +08:00
MadCcc
c4b8c9df93
refactor: genStyleHooks ( #46038 )
...
* refactor: genStyleHooks
* chore: update sciprt
* refactor: affix
* refactor: select
* chore: update
* refactor: update
* refactor: update
* refactor: done
* chore: code clean
* chore: code clean
* chore: fix lint
* chore: decrease size limit
* chore: code clean
* chore: code clean
* chore: remove export
2023-11-29 17:23:45 +08:00
MadCcc
bf2d70c7e2
fix: notification icon line-height ( #46148 )
2023-11-29 11:09:33 +08:00
lijianan
fee85c5fa1
Merge branch master into master-merge-feature
2023-11-29 03:32:56 +08:00
MadCcc
082975e9c4
fix: InputNumber addon in compact ( #46130 )
...
* fix: InputNumber addon in compact
* chore: code clean
2023-11-28 17:11:23 +08:00
lijianan
1eee6d90ce
feat: Tab Item support icon prop ( #46096 )
...
* feat: Tab Item support icon prop
* Update package.json
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
* fix: fix
* fix: fix style
* Update components/tabs/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/tabs/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-28 11:49:10 +08:00
lijianan
bb40c380da
demo: update segmented demo from Space to Flex ( #46114 )
2023-11-28 11:03:22 +08:00
lijianan
cc5724481c
Merge branch master into master-merge-feature
2023-11-28 07:58:49 +08:00
叶枫
2938a8c828
fix(DatePicker): fix datePicker disabled hover style ( #45940 )
...
* fix(DatePicker): fix datePicker hover style
* feat: remove hover css
* fix: lint
* fix: lint
* feat: remove comoponentCls
* feat: 恢复
* feat: use [disabled]
---------
Co-authored-by: afc163 <afc163@gmail.com>
2023-11-27 13:56:43 +08:00
lijianan
244339d16e
chore: merge master into feature
2023-11-25 05:25:29 +08:00
xrkffgg
3fbed04e4b
test: update useZIndex test time ( #46078 )
...
Signed-off-by: xrkffgg <xrkffgg@gmail.com>
2023-11-24 21:22:16 +08:00
kiner-tang(文辉)
953fe6fa7e
fix: Fix image group preview z index in nested modal ( #46035 )
...
* fix: Fixed Image.PreviewGroup preview in a nested modal where z-index Settings did not meet expectations
* fix: Fixed Image.PreviewGroup preview in a nested modal where z-index Settings did not meet expectations
* fix: Fixed Image.PreviewGroup preview in a nested modal where z-index Settings did not meet expectations
* test: update test case
* test: update test case
* bump: rc-menu@7.5.1
* feat: optimize code
* feat: optimize code
* feat: optimize code
2023-11-24 16:17:52 +08:00
lijianan
57b5ec4dd6
chore: merge master into feature
2023-11-23 20:43:11 +08:00
max
bb5dd4d3cc
fix(Radio, Checkbox): export required
prop type ( #46028 )
2023-11-23 20:27:22 +08:00
afc163
9f9f64eebd
demo: remove form ref usage from demo ( #46046 )
2023-11-23 20:21:10 +08:00
lijianan
ea569703e5
refactor: rewrite getAction function to FC ( #46032 )
2023-11-23 10:19:57 +08:00
lijianan
17dff7c630
chore: merge master into feature
2023-11-23 03:09:24 +08:00
lijianan
d335f856c9
test: remove useless parameter ( #46023 )
...
* chore: remove useless parameter
* fix: clear
2023-11-23 02:48:53 +08:00
二货爱吃白萝卜
110e1b3ba8
fix: rollup warning ( #46024 )
2023-11-22 22:00:59 +08:00
MadCcc
08a85d284c
fix: disabled link button should not have navigate when right click ( #46021 )
...
* fix: disabled link button should not have navigate when right click
* chore: update snapshot
2023-11-22 21:09:02 +08:00
MadCcc
80e46b7662
chore: enable cssVar in imageTest ( #45985 )
...
* chore: enable cssVar in imageTest
* fix: tree select style
* chore: fix avatar group style
* fix: cascader panel style
* fix: form style
* fix: slider disabled style
* fix: mentions style
* fix: tag style
* fix: tabs style
* fix: Rate style
* fix: table custom token
* chore: update snapshot
* fix: menu style
* fix: InputNumber style
* chore: recover image test
* chore: add css var image test
2023-11-22 20:53:48 +08:00
afc163
b0efed9fd0
style: fix Select search input appearance ( #46008 )
2023-11-22 19:10:44 +08:00
二货爱吃白萝卜
6aff196c90
fix: Static method provides wrong zIndex context ( #46012 )
...
* fix: static confirm should has correct zIndex
* test: update test case
* chore: reorder
* fix: bump logic
2023-11-22 18:02:32 +08:00
二货爱吃白萝卜
e5a69664c3
docs: update demo ( #46006 )
2023-11-22 14:07:48 +08:00
MadCcc
4203208af5
feat: cssVar could be disabled by set to false ( #45987 )
...
* feat: cssVar could be disabled by set to false
* chore: update test case
2023-11-22 09:46:18 +08:00
kiner-tang(文辉)
f67abe4105
feat: pagination support cssVar ( #45800 )
...
* feat: pagination support cssVar
* feat: optimize code
* Update check-cssinjs.tsx
Signed-off-by: lijianan <574980606@qq.com>
* feat: pagination css var
* chore: code clean
* chore: update snapshot
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-11-22 09:43:20 +08:00
MadCcc
b533996d2c
chore: warning for rsc ( #45992 )
...
* chore: warning for rsc
* chore: code clean
2023-11-21 19:21:25 +08:00
afc163
37f6d43f17
style: fix Collapse cursor style ( #45994 )
2023-11-21 19:20:33 +08:00
kiner-tang(文辉)
ef9971c8ee
fix: Fixed image preview in a nested modal where z-index Settings did not meet expectations ( #45979 )
2023-11-21 15:53:39 +08:00
MadCcc
682904a9ec
feat: preserve breakpoint tokens value ( #45981 )
2023-11-21 15:26:41 +08:00
红果汁
4baef311f8
fix: color-picker not support form disabled ( #45978 )
2023-11-21 14:28:50 +08:00
MadCcc
1f61c28bb1
fix: Calender css var NaN ( #45973 )
2023-11-21 10:58:08 +08:00
Ion Lizarazu
aee10c89b6
improve eu_ES language ( #45928 )
...
* improve eu_ES language
* update locale test snapshots
2023-11-20 16:39:41 +08:00
afc163
cb56ddddd1
fix: code ellipsis broken under Layout ( #45962 )
...
close #45953
2023-11-20 12:22:29 +08:00
JarvisArt
d8d53f14cf
chore: Delete the rate useless css ( #45927 )
...
Co-authored-by: afc163 <afc163@gmail.com>
2023-11-20 10:18:05 +08:00
nanwy
a308dcfa63
docs: update Modal.method docs ( #45948 )
...
* docs: update Modal.method docs
* docs: update Modal.method US docs
2023-11-17 18:30:43 +08:00
lijianan
2954c3f60e
feat: Grid support cssVar ( #45855 )
...
* feat: Grid support cssVar
* fix: fix
* fix: fix
---------
Signed-off-by: lijianan <574980606@qq.com>
2023-11-17 16:25:47 +08:00
cc heart
3871763950
refactor: steps support css var ( #45878 )
...
* feat: steps support cssVars
* fix: fix style
* Update check-cssinjs.tsx
* fix: fix bug
* style: code format
* fix: fix bug
* refactor: wireframe & tailTop
* wip: fix taiTop
* fix: remove tailTop and use token calc top
fix: remove tailTop and use token calc top
perf: add annotation
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-11-17 15:33:28 +08:00
MadCcc
ff462adfa7
Merge branch 'master' into feature-merge-master
2023-11-17 14:21:30 +08:00
MadCcc
6cfbace3cd
revert: menu token ( #45939 )
...
* chore: migrate to webpack@5
* Revert "feat: support popupBg and darkPopupBg (#45826 )"
This reverts commit 496ac3326f
.
* chore: update
2023-11-17 14:09:58 +08:00
lijianan
a1f77f3694
feat: Table support cssVar ( #45856 )
...
* feat: Table support cssVar
* fix: fix
* fix: fix
* Update check-cssinjs.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/table/style/fixed.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* feat: optimize token
* chore: update
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-11-17 13:46:41 +08:00
二货爱吃白萝卜
dc25579c20
fix: zIndex miss of message ( #45911 )
...
* fix: zIndex miss of message
* fix: modal static index
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: fix zIndex test
* test: update test case
* chore: clean up
* test: coverage
2023-11-17 10:54:19 +08:00
Peach
9078b2b211
feat: export sider context from layout ( #45916 )
...
* feat: export sider context from layout
* refactor: use internal naming
2023-11-17 10:44:56 +08:00
JarvisArt
427d1a3eef
refactor: Radio support css var ( #45897 )
...
* refactor: Radio support css var
* refactor: Radio support css var
* refactor: Radio support css var
* refactor: Radio support css var
* refactor: Radio support css var
2023-11-16 21:24:26 +08:00
lijianan
4f028874a5
feat: Breadcrumb support cssVar ( #45899 )
...
* feat: Breadcrumb support cssVar
* fix: fix
* Update components/breadcrumb/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/breadcrumb/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-16 16:18:43 +08:00
MadCcc
4236abb28c
refactor: wireframe token for Notification and Tour ( #45915 )
2023-11-16 15:34:24 +08:00
lijianan
b9531997a8
feat: Drawer support cssVar ( #45905 )
...
Signed-off-by: MadCcc <madccc@foxmail.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-16 15:07:32 +08:00
lijianan
43e9785f37
feat: Badge support cssVar ( #45906 )
...
* feat: Badge support cssVar
* fix: fix
* fix: fix
* fix: fix
---------
Signed-off-by: lijianan <574980606@qq.com>
2023-11-16 14:49:13 +08:00
JarvisArt
9c29461739
refactor: Switch support css var ( #45867 )
...
* refactor: Switch support css var
* refactor: Switch support css var
* refactor: Switch support css var
* chore: delete motion judgment
2023-11-16 14:18:32 +08:00
红果汁
ffe73ac23f
feat: ColorPicker support cssVar ( #45868 )
...
* feat: color-picker support cssvar
* fix: replace rootCls
* fix: popover add mergeRootCls
* fix: lint issue
2023-11-16 11:57:10 +08:00
lijianan
e0f8be820a
feat: Descriptions support cssVar ( #45900 )
2023-11-16 11:48:50 +08:00
MadCcc
2dda417e29
fix: disabled btn with link should not be focused ( #45910 )
...
* fix: disabled btn with link should not be focused
* chore: update snapshot
* chore: update snapshot
2023-11-16 11:36:51 +08:00
lijianan
194dbcedfa
feat: Anchor support cssVar ( #45808 )
...
* feat: Anchor support cssVar
* fix: fix
* fix: fix
* Update components/anchor/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-16 10:45:15 +08:00
MadCcc
411ca7ab5e
refactor: modal wireframe tokens ( #45901 )
2023-11-15 21:19:50 +08:00
github-actions[bot]
9e92c73df1
chore: auto merge branches ( #45892 )
...
chore: feature merge master
2023-11-15 09:49:13 +00:00
MadCcc
93dcadbae1
refactor: refactor Popover wireframe token ( #45891 )
2023-11-15 16:22:46 +08:00
MadCcc
78a95cffbb
Merge branch 'master' into feature-merge-master
2023-11-15 16:16:20 +08:00
红果汁
038323441c
feat: Cascader support cssVar ( #45858 )
...
* feat: cascader support cssvar
* fix: replace rootCls
* fix: add rootCls
* fix: panel add rootCls
* fix: add cascaderRootCls
2023-11-15 16:12:57 +08:00
MadCcc
e3fcec43c6
fix: zIndexPopup should not united ( #45889 )
2023-11-15 14:31:59 +08:00
红果汁
ec288bc39c
feat: Collapse support cssVar ( #45862 )
...
* feat: collapse support cssVar
* Update components/collapse/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: 红果汁 <pingfj77@gmail.com>
* chore: clean code
* Update components/collapse/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: 红果汁 <pingfj77@gmail.com>
* fix: add missing fontHeightLG
* fix: lineHeight to lineHeightLG
* fix: css
* fix: css
---------
Signed-off-by: 红果汁 <pingfj77@gmail.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-15 14:24:05 +08:00
lijianan
58aa57b79b
feat: Divider support cssVar ( #45810 )
...
* feat: Divider support cssVar
* fix: fix
* fix: fix
* Update components/divider/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/divider/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/divider/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/divider/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/divider/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/divider/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/divider/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/divider/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/divider/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/divider/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
* Update components/divider/style/index.ts
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-15 14:11:12 +08:00
JarvisArt
0de7f06023
refactor: FloatButton support css var ( #45861 )
...
* refactor: FloatButton support css var
* refactor: FloatButton support css var
* refactor: FloatButton support css var
2023-11-15 11:46:17 +08:00
MadCcc
67a3f1e9d8
fix: genCSSVarRegister unitless should work ( #45885 )
...
* fix: genCSSVarRegister unitless should work
* chore: update
2023-11-15 11:26:35 +08:00
yufamg
3831352c27
docs( 📖 ): update tabs component docs ( #45875 )
...
* 📖 docs: update tabs component docs
* Update components/tabs/index.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: yufamg <99855951+yufamg@users.noreply.github.com>
* Update components/tabs/index.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: yufamg <99855951+yufamg@users.noreply.github.com>
---------
Signed-off-by: yufamg <99855951+yufamg@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-11-14 19:40:37 +08:00
kiner-tang(文辉)
8e32367fd5
feat: tree & treeSelect support cssVar ( #45814 )
...
* feat: tree support cssVar
* feat: treeSelect support cssVar
* feat: treeSelect support cssVar
* feat: optimize code
* feat: optimize code
2023-11-14 19:17:23 +08:00
kiner-tang(文辉)
2777d2c39f
fix: Fixed an issue where the z-index setting of the pop-up component was abnormal in the pop-up container ( #45864 )
...
* fix: Fixed an issue where the z-index setting of the pop-up component was abnormal in the pop-up container
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* Update components/popconfirm/index.tsx
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
---------
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
2023-11-14 18:01:23 +08:00
JarvisArt
9554807ca3
refactor: Space support css var ( #45869 )
2023-11-14 16:28:11 +08:00
红果汁
b9d3941698
feat: Checkbox support cssvar ( #45859 )
...
* feat: checkbox support cssvar
* refactor: improve code
* fix: add rootCls in class
2023-11-14 16:10:23 +08:00
MadCcc
48402ca44f
refactor: Slider support css var ( #45866 )
2023-11-14 15:59:23 +08:00
MadCcc
b2300fa2d3
fix: global token in components with css var should work ( #45860 )
2023-11-14 11:59:14 +08:00
红果汁
625184a306
feat: Calendar support cssVar ( #45835 )
...
* feat: calendar support cssvar
* fix: calc priority
* Update components/calendar/generateCalendar.tsx
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: 红果汁 <pingfj77@gmail.com>
---------
Signed-off-by: 红果汁 <pingfj77@gmail.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-14 11:37:07 +08:00
lijianan
b8e180ba41
feat: BackTop(V4) support cssVa ( #45853 )
2023-11-14 10:39:49 +08:00
lijianan
baf9a5251a
feat: QRCode support cssVa ( #45854 )
2023-11-14 10:34:01 +08:00
lijianan
b9f7238f78
feat: Tag support cssVar ( #45823 )
...
* feat: Tag support cssVar
* Update components/tag/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/tag/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/tag/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/tag/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/tag/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
* fix: fix
* fix: fix
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-14 10:30:57 +08:00
MadCcc
c8db817133
refacor: form css var ( #45849 )
...
* refacor: form css var
* chore: code clean
* chore: update
* chore: use lineHeight
2023-11-14 10:08:34 +08:00
kiner-tang(文辉)
1d04efcb9d
feat: notification support cssVar ( #45799 )
...
* feat: notification support cssVar
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
---------
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-14 10:06:18 +08:00
c0dedance
308d7cab49
refactor: popconfirm support css var ( #45840 )
...
* refactor: popconfirm support css var
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
* fix: 补充遗漏的useStyle
---------
Signed-off-by: MadCcc <madccc@foxmail.com>
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-11-14 09:43:45 +08:00
c0dedance
5224c05247
refactor: statistic support css var ( #45841 )
...
* refactor: statistic support css var
* chore: remove statistic from ignore list
---------
Signed-off-by: MadCcc <madccc@foxmail.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-14 09:42:37 +08:00
lijianan
4266517ddd
chore: merge master into feature
2023-11-14 02:59:19 +08:00
lijianan
c8637cf03a
feat: Affix support cssVar ( #45807 )
...
* feat: Affix support cssVar
* fix: fix
* fix: fix
* fix: fix
2023-11-13 20:25:05 +08:00
c0dedance
a3320a1257
refactor: skeleton support css var ( #45842 )
2023-11-13 20:18:37 +08:00
红果汁
c9a1eac204
feat: Carousel support cssVar ( #45837 )
...
* feat: carousel support cssvar
* Update components/carousel/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: 红果汁 <pingfj77@gmail.com>
---------
Signed-off-by: 红果汁 <pingfj77@gmail.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-13 20:14:13 +08:00
kiner-tang(文辉)
49ffbe2c82
feat: Upload support cssVar ( #45820 )
...
* feat: Upload support cssVar
* feat: optimize code
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
* feat: update size limit
* feat: optimize code
* feat: optimize code
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Signed-off-by: MadCcc <madccc@foxmail.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-13 19:44:27 +08:00
afc163
cb8f709424
fix: QRCode style.padding should work ( #45815 )
...
* fix: QRCode style.padding should work
* refactor qrcode padding and size
* chore: fix test cases
* refactor: revert qrcode size
* refactor: remove !important
* chore: fix test case
2023-11-13 18:35:23 +08:00
MadCcc
86e3d37935
refactor: InputNumber support css var ( #45839 )
2023-11-13 17:45:45 +08:00
lijianan
2cd9362b17
feat: Alert support cssVar ( #45825 )
...
* feat: Alert support cssVar
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-13 17:12:17 +08:00
lijianan
b61d769d6d
feat: Avatar support cssVar ( #45824 )
...
* feat: Avatar support cssVar
* fix: fix
* fix: fix
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-13 17:10:39 +08:00
红果汁
f4443cc6c2
feat: card support cssvar ( #45836 )
2023-11-13 16:39:00 +08:00
JarvisArt
ca25149fd8
refactor: Timeline support css var ( #45831 )
2023-11-13 16:30:18 +08:00
JarvisArt
98639ba6a5
refactor: Result support css var ( #45822 )
2023-11-13 16:13:34 +08:00
lijianan
3787478790
feat: Spin support cssVar ( #45819 )
...
* feat: Spin support cssVa
* feat: Spin support cssVar
* feat: Spin support cssVar
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-13 16:09:35 +08:00
JarvisArt
9a61e98d19
refactor: Progress support css var ( #45821 )
2023-11-13 16:08:48 +08:00
kiner-tang(文辉)
1abbbe1bdc
feat: transfer support cssVar ( #45804 )
...
* feat: transfer support cssVar
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-13 15:35:39 +08:00
lijianan
684bb15258
feat: App support cssVar ( #45806 )
...
* feat: App support cssVar
* fix: fix
* fix: fix
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
* Update components/app/style/index.ts
Signed-off-by: MadCcc <1075746765@qq.com>
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-13 15:34:37 +08:00
JarvisArt
a53041f079
refactor: Rate support css var ( #45786 )
2023-11-13 15:33:55 +08:00
kiner-tang(文辉)
ad9763299c
feat: modal support cssVar ( #45798 )
...
* feat: modal support cssVar
* feat: optimize code
* feat: optimize code
* feat: optimize code
2023-11-13 15:31:49 +08:00
kiner-tang(文辉)
6c044c7f2d
feat: list support cssVar ( #45795 )
...
* feat: list support cssVar
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* Update components/list/style/index.ts
Signed-off-by: MadCcc <1075746765@qq.com>
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-13 15:16:06 +08:00
lijianan
29a427f67d
feat: Flex support cssVar ( #45805 )
...
* feat: Flex support cssVar
* fix: fix
* fix: fix
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-13 15:07:04 +08:00
kiner-tang(文辉)
6c191ab70a
feat: Typography support cssVar ( #45818 )
...
* feat: Typography support cssVar
* feat: optimize code
2023-11-13 15:05:27 +08:00
kiner-tang(文辉)
a6cdf3c485
feat: mentions support cssVar ( #45796 )
...
* feat: mentions support cssVar
* feat: optimize code
2023-11-13 14:43:28 +08:00
kiner-tang(文辉)
fc62994a1e
feat: tabs support cssVar ( #45803 )
...
* feat: tabs support cssVar
* feat: optimize code
* Update components/tabs/style/index.ts
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
* feat: optimize code
---------
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-13 14:18:23 +08:00
c0dedance
149c89259f
refactor: empty support css var ( #45802 )
2023-11-13 14:13:17 +08:00
kiner-tang(文辉)
ca03c7c53f
feat: message support cssVar ( #45797 )
2023-11-13 11:47:07 +08:00
kiner-tang(文辉)
cb6d377f61
feat: layout support css variable theme ( #45794 )
...
* feat: layout support cssVar
* feat: optimize code
* feat: optimize code
* feat: optimize code
2023-11-13 11:24:37 +08:00
JarvisArt
df169cc4c9
refactor: Image support css var ( #45783 )
...
* refactor: Image support css var
* Update components/image/style/index.ts
Signed-off-by: MadCcc <1075746765@qq.com>
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-11-13 10:16:35 +08:00
陈帅
496ac3326f
feat: support popupBg and darkPopupBg ( #45826 )
...
* feat: support popupBg and darkPopupBg
* fix test
2023-11-13 10:15:07 +08:00
lijianan
55bb516e9e
chore: add jsDoc for cssVar calculator ( #45809 )
...
* chore: add jsDoc for cssVar calculator
* fix: add prefix
* fix: add prefix
* fix: add prefix
2023-11-13 09:58:43 +08:00
afc163
abd73e0fd2
style: update carousel dots radius ( #45817 )
2023-11-13 09:43:47 +08:00
kiner-tang(文辉)
3128539211
feat: menu support css variable theme ( #45750 )
...
* feat: layout support cssVar
* feat: menu support cssVar
* feat: menu support cssVar
* feat: menu support cssVar
* feat: menu support cssVar
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
2023-11-13 09:38:05 +08:00
afc163
9db3dc2a48
docs: add some commonly used props of react-slick to antd documentation ( #45789 )
2023-11-11 12:03:39 +08:00
Lansana Diomande
c73f56e4ea
refactor(list): improve grid gutter type ( #45791 )
2023-11-10 23:12:29 +08:00
红
4091164330
chore: addd unit case ( #45781 )
...
(cherry picked from commit b21741d7b9
)
2023-11-10 18:33:01 +08:00
MadCcc
047bc53920
refactor: Input support css var ( #45782 )
...
* refactor: Input support css var
* chore: update type
2023-11-10 17:32:43 +08:00
MadCcc
bacaad0262
feat: calc support no unit ( #45775 )
...
* chore: calc support no unit
* test: add test case
* test: add test case
2023-11-10 14:54:16 +08:00
MadCcc
819998c472
Merge pull request #45773 from ant-design/feature-merge-master
...
chore: feature merge master
2023-11-10 11:23:39 +08:00
MadCcc
4e29e8d1ce
feat: ConfigProvider cssvar support boolean ( #45760 )
...
* feat: css var
* chore: fix type
* chore: fix type
* chore: update
2023-11-10 10:02:46 +08:00
kiner-tang(文辉)
5386b6204e
Merge branch 'master' into feature-merge-master
2023-11-10 09:52:43 +08:00
二货爱吃白萝卜
f22f61db8a
test: update snapshot ( #45770 )
...
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: update snapshot
2023-11-09 21:58:16 +08:00
二货爱吃白萝卜
c31fc76443
fix: Dropdown with nest menu zIndex error ( #45761 )
...
* chore: fix zIndex logic
* chore: detect if needed
* docs: update bug version
* test: update snapshot
* test: update snapshot
* test: update snapshot
2023-11-09 19:07:22 +08:00
JarvisArt
5727ce00ef
demo: add tooltip disabled demo ( #45748 )
...
* demo: add disabled demo
* demo: Modify tooltip Disable demo Description
* demo: Modify tooltip Disable demo Description
2023-11-09 17:15:21 +08:00
MadCcc
9670a30281
refactor: DatePicker support css var ( #45753 )
...
* chore: add token
* refactor: arrow style
* chore: update style
2023-11-09 16:48:45 +08:00
afc163
c2ef52b9ba
fix: Upload should show remove icon when showRemoveIcon is true ( #45752 )
2023-11-09 16:44:50 +08:00
二货爱吃白萝卜
5261f1e365
fix: Description children missing key ( #45757 )
2023-11-09 16:37:10 +08:00
lijianan
9aac9415a5
chore(deps): bump @rc-component/tour from 1.10.0 to 1.11.0 ( #45751 )
...
* docs: update Tour docs
* chore(deps-dev): bump @rc-component/tour to 1.11.0
2023-11-09 14:50:01 +08:00
红
0da10b6cca
feat(switch): support for value and defaultValue props ( #45747 )
...
* feat(switch): support for `value` and `defaultValue` props
* docs: update docs
* chore: add unit case
(cherry picked from commit d25977cd16
)
* chore: update case
* chore: remove skip test case
2023-11-09 13:42:25 +08:00
MadCcc
53b4235796
refactor: useCSSVarCls in Dropdown ( #45746 )
...
* chore: update snapshot
* chore: update snapshot
* chore: code clean
* chore: update snapshot
2023-11-09 13:38:00 +08:00
MadCcc
85eea4ff06
Merge branch 'master' into feature-merge-master
2023-11-09 10:27:56 +08:00
MadCcc
452bdcdb53
refactor: select support css var ( #45727 )
...
* refactor: select support css var
* chore: code clean
* chore: add useCSSVarCls
* chore: update style
* chore: perf code
2023-11-09 09:35:45 +08:00
vagusX
406e4aeb6f
docs: add Upload disabled demo for debug usage ( #45723 )
2023-11-08 20:43:18 +08:00
Mattis Abrahamsson
39a5d2b260
docs: Fix typo in Drawer documentation ( #45726 )
...
Signed-off-by: Mattis Abrahamsson <60041024+MattisAbrahamsson@users.noreply.github.com>
2023-11-08 19:13:00 +08:00
faruxue
261ba8fe1d
docs: fix TreeSelect demo onChange log ( #45722 )
...
Co-authored-by: 伐宿 <fasu@uni-ubi.com>
2023-11-08 16:40:25 +08:00
MadCcc
c3a63a9927
fix: component token should work ( #45721 )
2023-11-08 16:27:50 +08:00
MadCcc
66df407415
refactor: segmented support css var ( #45716 )
2023-11-08 15:30:56 +08:00
MadCcc
96fa23ea7c
refactor: Tooltip, Popover, Dropdown, Tour support css var ( #45705 )
...
* feat: Tooltip, Popover, Dropdown, Tour support css var
* chore: update snapshot
* chore: code clean
* chore: code clean
* chore: update snapshot
* chore: update snapshot
* chore: update snapshot
* chore: add test
2023-11-08 14:56:15 +08:00
Kilig
b99902ab76
docs:(Tree): Parameter type repair ( #45715 )
2023-11-08 14:46:05 +08:00
@linhf2023
299592d9b7
fix(popConfirm): visible prop compatible ( #45702 )
...
* fix: visible compatible
* chore: add test
---------
Co-authored-by: linhf123 <wb-lhf780012@antgroup.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-08 13:34:54 +08:00
github-actions[bot]
236ac80adb
chore: auto merge branches ( #45710 )
...
chore: feature merge master
2023-11-08 04:12:57 +00:00
红
5ac3f57b7c
feat(modal): PureRender support custom footer callback ( #44985 )
...
* demo: update debug demo
* chore: improve typo
* Revert "chore: improve typo"
This reverts commit d5163f98ececa6266d34d68d9d4bc9f83cf06095.
* chore: update
* chore: update demo
* chore: update snapshots
* chore: update
2023-11-08 11:10:35 +08:00
kiner-tang(文辉)
b3cb6b30ed
fix: update tag default background ( #45711 )
2023-11-08 10:43:02 +08:00
kiner-tang(文辉)
380649ee76
fix: update tag default background ( #45700 )
...
* fix: update tag default background
* feat: remove unused code
---------
Co-authored-by: afc163 <afc163@gmail.com>
2023-11-07 18:28:09 +08:00
MadCcc
6d11dacdcc
Merge branch 'master' into feature-merge-master
2023-11-06 11:31:59 +08:00
MadCcc
3b5a915ddf
fix: notification style width ( #45681 )
...
* fix: notification style width
* chore: code clean
* chore: update size-limit
2023-11-06 11:29:41 +08:00
MadCcc
5f1dd427df
feat: css var ( #45589 )
...
* feat: css variables theme
* chore: temp
* chore temp
* chore: temp
* chore: temp
* chore: tmp
* chore: temp
* feat: full css variables
* feat: css var
* chore: code clean
* chore: code clean
* chore: bump cssinjs
* test: fix lint
* feat: better key logic
* feat: useStyle add param rootCls for cssVar scope
* chore: fix lint
* chore: code clean
* chore: fix lint
* perf: minimize component token size
* chore: make useId compatible
* chore: code clean
* chore: fix lint
* chore: code clean
* chore: update test case
* feat: genCSSVarRegister
* feat: RPN Calculator
* chore: add test for css var
* chore: code clean
* test: add test for calc
* feat: better calc type
* chore: code clean
* chore: update size limit
* feat: better useCSSVar
* chore: better useCSSVar
* test: add cov
* feat: better calc logic
* test: add test case
* chore: code clean
---------
Signed-off-by: MadCcc <madccc@foxmail.com>
2023-11-06 10:31:51 +08:00
lijianan
3f683d778c
fix: fix App error when component === false ( #45671 )
...
* fix: fix error when component === false
* fix: fix
2023-11-05 13:08:52 +08:00
Parsa Arvaneh
f693a6873a
fix(Image): using chinese language in image components API's table ( #45673 )
2023-11-05 10:30:29 +08:00
Jex
d1ed46938b
type: add generics to AppProps ( #45669 )
...
* type: add generics to AppProps
* type: add generics to rootProps
2023-11-04 01:35:40 +08:00
kiner-tang(文辉)
b888f69152
test: fix Slider test case in React 16 ( #45664 )
...
* docs: solve error about dropdown
* feat: update snap
* style: fix Upload border color when drag over (#45663 )
* style: fix Upload border color when dragover
* Update components/upload/style/dragger.ts
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: robin.li <robin.li@webeye.com>
Co-authored-by: afc163 <afc163@gmail.com>
* fix: test case error in React 16
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: Oceansdeep7 <14208796@qq.com>
Co-authored-by: robin.li <robin.li@webeye.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-11-03 21:50:49 +08:00
Oceansdeep7
38c2002144
style: fix Upload border color when drag over ( #45663 )
...
* style: fix Upload border color when dragover
* Update components/upload/style/dragger.ts
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: robin.li <robin.li@webeye.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-11-03 19:00:11 +08:00
kiner-tang(文辉)
13ae715c7f
docs: solve error about dropdown ( #45662 )
2023-11-03 18:59:59 +08:00
afc163
e0a6244303
test: fix test case
2023-11-03 17:59:31 +08:00
红
f3c37a3be4
refactor(color-picker): rename defaultCollapsed
=> defaultOpen
( #45655 )
2023-11-03 16:49:22 +08:00
afc163
321dfd8cc9
feat: show Slider tooltip when focus handler ( #45653 )
2023-11-03 16:30:04 +08:00
红
99138cb93e
feat(color-picker): preset colors support collapsing at initialization ( #45607 )
...
* feat(color-picker): preset colors support collapsing at initialization
(cherry picked from commit d8975b407f1d5a574cdefafd8be17374a4d5e8af)
* docs: update
(cherry picked from commit 74f6d70ebd22c752f57f559d4222c383fafea63a)
* test: add unit test
(cherry picked from commit 2ef2af49228d3fe672c1b24277f142f54f9b193a)
* chore: update
Co-authored-by: RedJue <RedJue@users.noreply.github.com>
* refactor: rename
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: RedJue <RedJue@users.noreply.github.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-11-03 11:47:52 +08:00
MadCcc
52d2439fae
Merge branch 'master' into feature-merge-master
2023-11-03 10:18:19 +08:00
Simon He
56c2b56bf2
docs(input): add placeholder ( #45643 )
...
* docs(input): add placeholder
* chore: update input-number
2023-11-03 00:42:37 +08:00
MadCcc
95322eaad5
fix: InputNumber in Form with hasFeedback should not lose focus ( #45632 )
...
* fix: InputNumber in Form with hasFeedback should not lose focus
* chore: disable lint
2023-11-02 17:15:03 +08:00
叶枫
923aaba047
chore: add lodash eslint ( #45627 )
2023-11-02 15:10:56 +08:00
KotoriK
d8fbefcd36
feat(Modal): Modal static function accept 'styles' ( #45558 )
...
* feat(Modal): modal static function should accept 'styles'
* lint
* Update components/modal/interface.ts
Signed-off-by: afc163 <afc163@gmail.com>
* Update components/modal/ConfirmDialog.tsx
Signed-off-by: afc163 <afc163@gmail.com>
* Update components/modal/ConfirmDialog.tsx
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: KotoriK <52659125+KotoriK@users.noreply.github.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
Signed-off-by: KotoriK <52659125+KotoriK@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-11-02 10:12:41 +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
lijianan
f02ce413da
demo: update tooltip demo ( #45620 )
...
* demo: update tooltip demo
* fix: fix
2023-11-01 22:27:37 +08:00
lijianan
99faed814a
demo: update Spin demo layout to Flex Component ( #45577 )
...
Signed-off-by: lijianan <574980606@qq.com>
2023-11-01 22:26:02 +08:00
leixd1994
46246268ac
docs: add example for autoInsertSpaceInButton ( #45608 )
...
* 增加autoInsertSpaceInButton属性的样例代码,防止加错位置
* 格式修改
* Update components/button/index.zh-CN.md
Signed-off-by: lijianan <574980606@qq.com>
* Update components/button/index.en-US.md
Signed-off-by: lijianan <574980606@qq.com>
* Update components/button/index.zh-CN.md
Signed-off-by: lijianan <574980606@qq.com>
* Update components/button/index.en-US.md
Signed-off-by: lijianan <574980606@qq.com>
* Update index.en-US.md
Signed-off-by: lijianan <574980606@qq.com>
* Update index.zh-CN.md
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-11-01 10:15:29 +08:00
afc163
c1891d8d3b
demo: update Popover demos ( #45598 )
...
Signed-off-by: afc163 <afc163@gmail.com>
2023-10-31 20:58:01 +08:00
红果汁
fc5610653e
feat: Implement optionRender
API ( #45529 )
...
* feat: implement optionRender api
* chore: bump rc-cascader
* chore: bump rc-tree-select
* docs: update demo
* Update components/select/demo/option-render.md
Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Signed-off-by: 红果汁 <pingfj77@gmail.com>
* Update components/select/demo/option-render.md
Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Signed-off-by: 红果汁 <pingfj77@gmail.com>
* Update components/select/index.en-US.md
Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Signed-off-by: 红果汁 <pingfj77@gmail.com>
* Update components/select/index.zh-CN.md
Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Signed-off-by: 红果汁 <pingfj77@gmail.com>
* docs: fix doc
* test: update snap
* docs: rename prop
---------
Signed-off-by: 红果汁 <pingfj77@gmail.com>
Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
2023-10-31 10:26:53 +08:00
afc163
67c8e8b259
demo: simplify demos ( #45585 )
2023-10-30 15:02:00 +08:00
MadCcc
31393135a0
fix: optimize TimePicker scrollbar style ( #45586 )
2023-10-30 14:48:15 +08:00
afc163
7e284736a8
demo: improve popconfirm/popover/tootlip placement demo code style ( #45581 )
2023-10-30 13:57:57 +08:00
afc163
2dbc6abce8
style: fix Typography code broken border when ellipsis ( #45575 )
2023-10-30 10:02:02 +08:00
栗嘉男
661f3e8323
Merge branch 'master' into feature-merge-master
2023-10-29 14:04:47 +08:00
lijianan
4b99c4ed31
demo: update Button demo layout to Flex Component ( #45566 )
2023-10-29 02:11:17 +08:00
George H
8c45c73222
style(data-picker): add time-picker scrollbar styles ( #45478 )
...
* style(data-picker): add time-picker scrollbar styles
Signed-off-by: George H <default_hyn@163.com>
* style(data-picker): add time-picker scrollbar styles
Signed-off-by: George H <default_hyn@163.com>
* style(time-picker) :Compatible with firefox
---------
Signed-off-by: George H <default_hyn@163.com>
2023-10-27 10:17:17 +08:00
afc163
670cdf4ed9
docs: Update Table sorter description ( #45552 )
...
* docs: Update Table sorter description
Signed-off-by: afc163 <afc163@gmail.com>
* Update index.zh-CN.md
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
2023-10-26 22:32:10 +08:00
Leslie Wu
e9dcc4fea3
docs: update doc for table sorter ( #45548 )
...
Co-authored-by: leslie-home <wwwsuonggg@gmail.com>
2023-10-26 21:51:25 +08:00
lijianan
017c04c8a3
feat: BackTop ref support nativeElement ( #45547 )
2023-10-26 21:00:35 +08:00
MadCcc
62bb2faae9
fix: add default value for gap ( #45537 )
2023-10-26 15:49:15 +08:00
kyriewen
5a45276565
feat: Add useMultipleSelect hooks, transfer supports multiple select by holding down the shift key. ( #45285 )
...
* feat: add useMultipleSelect hooks
* docs: update README
* chore: update size limit
* refactor: prevSelectedIndex ref to state、initial value
* refactor: useMultipleSelect
* refactor: reset last select key after deselect
* chore: useMultipleSelect params type
* refactor: should params key be in useMultipleSelect hooks
* feat: getKey must be required
* chore: useless code
* refactor: remove useless code
* feat: onItemSelect params event must be required
* feat: remove params event
* chore: remove onItemSelect params event; refactor transfer listBody onClick fnName
* revert(modal): revert modal demo dark
* refactor: props onItemSelect
* refactor: onItemSelect fn name
* refactor: transfer children type
* refactor: renderList props
* test: add test case
* chore: args -> arguments
* test(transfer): add test case
---------
Signed-off-by: kyriewen <64134946+zbw-zbw@users.noreply.github.com>
Co-authored-by: zbw01218944 <zbw01218944@alibaba-inc.com>
2023-10-26 11:46:22 +08:00
Vyacheslav Sedykh
f3cf13a466
fix(Dropdown): Prevented closing if menu is in multiple mode ( #45513 )
...
* fix(Dropdown): Prevented closing if menu is in multiple mode
* Update components/dropdown/dropdown.tsx
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Vyacheslav Sedykh <zlav24va@mail.ru>
* test: Added test for dropdown in multiple mode
---------
Signed-off-by: Vyacheslav Sedykh <zlav24va@mail.ru>
Co-authored-by: afc163 <afc163@gmail.com>
2023-10-26 10:21:54 +08:00
kiner-tang(文辉)
bceb2e2504
Merge branch 'feature' into refactor-z-index-context
2023-10-24 22:28:30 +08:00
kiner-tang(文辉)
de442ca964
feat: menu support z-index manager ( #45498 )
...
* feat: dropdown support z-index manager
* feat: update snap
* feat: optimize code
* feat: SelectLike components support z-index manager
* feat: ColorPicker support z-index manager
* feat: ColorPicker support z-index manager
* feat: DatePicker & TimePicker support z-index manager
* feat: menu support z-index manager
* feat: update snap
* feat: update snap
* feat: update snap
---------
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
2023-10-24 22:25:32 +08:00
kiner-tang(文辉)
3ec0ec23ee
feat: DatePicker & TimePicker support z-index manager ( #45497 )
...
* feat: dropdown support z-index manager
* feat: update snap
* feat: optimize code
* feat: SelectLike components support z-index manager
* feat: ColorPicker support z-index manager
* feat: ColorPicker support z-index manager
* feat: DatePicker & TimePicker support z-index manager
* feat: update snap
---------
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
2023-10-24 21:54:36 +08:00
kiner-tang(文辉)
e7109d31b0
feat: ColorPicker support z-index manager ( #45496 )
...
* feat: dropdown support z-index manager
* feat: update snap
* feat: optimize code
* feat: SelectLike components support z-index manager
* feat: ColorPicker support z-index manager
* feat: ColorPicker support z-index manager
---------
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
2023-10-24 21:17:16 +08:00
AlanQtten
41fabbc0be
chore: remove useless code in Form ( #45295 )
...
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-10-24 16:05:45 +08:00
Zhou Bill
a29a0796ae
feat: columnTitle render props ( #41937 )
...
* feat: columnTitle render props
* feat: 添加测试
* docs: 修改table rowSelection interface
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-10-24 16:05:29 +08:00
kiner-tang(文辉)
3cb273803b
feat: SelectLike components support z-index manager ( #45494 )
...
* feat: dropdown support z-index manager
* feat: update snap
* feat: optimize code
* feat: SelectLike components support z-index manager
* feat: ColorPicker support z-index manager
---------
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
2023-10-24 11:49:30 +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
github-actions[bot]
2940f626d4
chore: auto merge branches ( #45501 )
...
chore: merge master into feature
2023-10-23 16:26:10 +00:00
MadCcc
91f77ee6b7
fix: notification blur ( #45500 )
2023-10-23 23:30:42 +08:00
MadCcc
67165a78fc
docs: live demo ( #45383 )
...
* docs: live demo
* chore: bump dumi
* chore: fix lint
* chore: fix lint
* chore: update demo
* chore: bump dumi
* docs: enhance live demo
* docs: update text
2023-10-23 22:49:49 +08:00
kiner-tang(文辉)
6d9db9fd99
feat: dropdown support z-index manager ( #45486 )
...
* feat: dropdown support z-index manager
* feat: update snap
* feat: optimize code
2023-10-23 06:46:08 -05:00
kiner-tang(文辉)
e7402691c1
feat: z-index container opt ( #45490 )
...
* feat: container opt
* feat: container opt
* feat: container opt
* feat: container opt
2023-10-23 04:16:41 -05:00
kiner-tang(文辉)
a340566cd3
feat: update document about modal ( #45483 )
2023-10-23 11:19:46 +08:00
Minjie Sun
1fb889011a
type: useAppProps modal type definition ( #45462 )
2023-10-21 14:14:37 +08:00
yoyo837
77846177bc
Merge branch 'master' into feature-merge-master
2023-10-21 09:16:54 +08:00
kiner-tang(文辉)
3627031098
feat: Drawer support z-index manager ( #45417 )
2023-10-20 06:22:55 -05:00
Gideon
cc0b7fdd8f
demo: keydown bug on custom dropdown menu example ( #44983 )
...
Prevent keydown bug when using custom dropdown render in multiple mode Select component. Example case: when pressing backspace on inner dropdown's Input component, the selected option in the Select component also getting triggered by backspace.
Signed-off-by: Gideon <106825924+gidgudgod@users.noreply.github.com>
2023-10-20 18:07:15 +08:00
lijianan
820f26fadf
fix: add React.forwardRef to fix warning ( #45390 )
...
* fix: add React.forwardRef to fix warning
* test: add test case
* Update components/float-button/interface.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix: rename
* Update components/float-button/interface.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* update ref
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-10-20 17:19:17 +08:00
cheng87126
1203a12567
fix: ColorPicker does not support arbitrary data-* attributes ( #45413 )
...
* fix #44341
* update snapshot
2023-10-20 17:10:00 +08:00
vagusX
1c16788dfb
chore: remove useless disabled style in Upload ( #45446 )
2023-10-20 16:28:42 +08:00
lijianan
30c8e426c3
feat: add transition to spin fullscreen ( #45436 )
2023-10-20 16:28:24 +08:00
kiner-tang(文辉)
193c3b467e
feat: Tour support z-index manager ( #45425 )
2023-10-20 02:33:38 -05:00
kiner-tang(文辉)
bf1468a9cf
feat: Tooltip support z-index manager ( #45422 )
...
* feat: Tooltip support z-index manager
* feat: optimize code
2023-10-20 01:53:57 -05:00
kiner-tang(文辉)
8c49b38e94
feat: Popover support z-index manager ( #45420 )
...
* feat: Popover support z-index manager
* feat: update snap
* Update components/popover/__tests__/index.test.tsx
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
---------
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
2023-10-20 01:53:36 -05:00
kiner-tang(文辉)
0fd730a107
feat: Popconfirm support z-index manager ( #45421 )
...
* feat: Popconfirm support z-index manager
* Update components/popconfirm/__tests__/index.test.tsx
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
---------
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
2023-10-20 01:53:15 -05:00
kiner-tang(文辉)
bff04cdbfc
Merge branch 'feature' into refactor-z-index-context
2023-10-20 14:02:22 +08:00
github-actions[bot]
f25fd3cac7
chore: auto merge branches ( #45444 )
...
chore: merge master into feature
2023-10-20 06:01:13 +00:00
kiner-tang(文辉)
d51de67bc8
Merge branch 'feature' into refactor-z-index-context
2023-10-20 10:16:32 +08:00
kiner-tang(文辉)
dde36511e6
feat: Modal & Select support z-index context to manage z-index ( #45346 )
...
* feat: z-index manager
* feat: z-index manager
* feat: update snap
* chore: update site-limit
* feat: optimize code
* feat: optimize code
* feat: add test case
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
2023-10-19 02:03:20 -05:00
Rafael Martins
cc223a102c
feat(spin): Adds fullscreen
property to <Spin />
component ( #44986 )
...
* feat: start the implementation of the fullscreen prop in Spin
* docs: change main spin demo
* docs: enhance demo
* test: update snapshot
* fix: address pr comments
* fix: use logical property on fullscreen class
* fix: address pr review
* feat: Added background color token
* fix: remove onClick and change demo
* feat: change spin to white when fullcreen
also use the bgmask as background, removing the bgColor token
* fix: unused import
* test: update snapshot
* Update components/spin/style/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* fix: use white color from token
* fix: not needed interpolation and version
* fix: address pr review
* fix: tip prop was not working
* test: cover tip & fullscreen case
* fix: addrress pr coments
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-10-19 13:47:48 +08:00
afc163
49ef16b5ff
fix: Table sorter tooltip cannot be open when showSorterTooltip is a object ( #45403 )
2023-10-19 10:08:10 +08:00
二货爱吃白萝卜
2e8e67fcea
feat: support changeOnBlur ( #45395 )
2023-10-18 13:50:46 +08:00
afc163
8c475a52ea
type: Table pagination.position support none as value ( #45398 )
2023-10-18 13:33:25 +08:00
二货爱吃白萝卜
3ab42ad0db
feat: support dirty ( #45389 )
2023-10-17 20:45:05 +08:00
MadCcc
7ceb1fb31c
fix: Notification RTL should have corrent margin ( #45386 )
2023-10-17 03:57:54 -05:00
JiaQi
fc5abff7d3
style: inline mode form overlap elements on the small screen ( #45340 )
2023-10-17 15:20:42 +08:00
二货爱吃白萝卜
a337fee815
fix: dropdown not trigger onOpenChange when click menu item ( #45378 )
...
* fix: dropdown not trigger onOpenChange when click menu item
* chore: add source
* docs: update
* test: update test
2023-10-17 14:50:54 +08:00
二货爱吃白萝卜
d8140e03b5
Merge pull request #45381 from ant-design/master
...
chore: feature merge master
2023-10-17 14:06:52 +08:00
二货爱吃白萝卜
11cdac4a02
chore: bump rc-tabs ( #45370 )
...
* chore: bump rc-tabs
* chore: update limit
* chore: fix lint
2023-10-17 10:50:12 +08:00
二货爱吃白萝卜
7f9aff2cfb
enhance: auto layout hasSider ( #45361 )
...
* enhance: auto layout hasSider
* test: update snapshot
2023-10-16 14:49:01 +08:00
二货爱吃白萝卜
98a8d30439
feat: Tabs items support destroyInactiveTabPane ( #45359 )
2023-10-16 13:40:47 +08:00
kiner-tang(文辉)
75d4d29ad3
site: update affix demo style ( #45358 )
2023-10-15 22:19:35 -05:00
kiner-tang(文辉)
442e175194
feat: update snap
2023-10-15 13:09:40 +08:00
lijianan
8b486f3d7f
Merge branch master into master-merge-feature
2023-10-15 11:33:10 +08:00
kiner-tang(文辉)
5f000b89f5
docs: update docs about modal ( #45345 )
2023-10-15 10:36:32 +08:00
lijianan
406817a86a
demo: add border for demo ( #45342 )
...
* demo: update demo
* demo: update demo
2023-10-14 11:58:20 +08:00
lijianan
34e0a3e0cf
style: simplify code
2023-10-14 11:57:53 +08:00
mingming-ma
73c0cd7b49
fix: Affix target add listeners protect ( #45291 ) ( #45314 )
...
* Fix: Affix target add listeners protect (#45291 )
* Update components/affix/index.tsx
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-10-14 10:49:23 +08:00
Alexey Teterin
bce43064ff
fix: CSP nonce attribute should be set to all the style tags ( #45326 ) ( #45334 )
...
Co-authored-by: Alexey Teterin <ateterin@naumen.ru>
2023-10-13 23:14:49 +08:00
afc163
e587a5ff68
chore: update select snapshot ( #45333 )
2023-10-13 20:56:06 +08:00
YDFlame13
da23a00dfa
fix: Button loading={delay: 0} did not show correctly ( #45282 )
...
* fix: Button loading={delay: 0} 不显示加载
* fix:add item test to bug 45273
---------
Co-authored-by: wswang9 <wswang9@iflytek.com>
Co-authored-by: YDFlame13 <ydflame@tom.com>
2023-10-13 18:52:47 +08:00
afc163
4650d74f16
style: fix Segmented text jump issue in Safari ( #45310 )
...
Co-authored-by: 红 <wxh1220@gmail.com>
2023-10-13 18:39:31 +08:00
二货爱吃白萝卜
44e1493db6
feat: Watermark support inherit to disable passing ( #45319 )
...
* docs: init
* feat: support inherit
* test: update snapshot
2023-10-13 15:16:08 +08:00
二货爱吃白萝卜
317dac6a8e
refactor: more cache ( #45302 )
...
* chore: cache
* chore: clean up
* chore: clean up
* refactor: part
* chore: bump
* chore: fix lint
* chore: fix lint
* chore: fix alt
2023-10-13 11:54:05 +08:00
MadCcc
bf1b73e902
feat: Input focus style ( #45286 )
...
* feat: input focus style
* chore: update
* feat: revert control outline back
2023-10-12 17:24:51 +08:00
JiaQi
7f134954b9
fix(watermark): can be hidden through the Hide Element feature in the browser ( #45290 )
...
* fix(watermark): can be hidden through the Hide Element feature in the browser
* chore: add emphasized style
* chore: update snapshot
2023-10-12 13:50:06 +08:00
MadCcc
53034b0e50
fix: Input background should not be transparent when hovered or focused ( #45297 )
2023-10-12 11:49:37 +08:00
二货爱吃白萝卜
eaf4949ef0
feat: App support component ( #45292 )
...
* feat: App support component
* test: update test case
* chore: update ts
2023-10-12 11:08:01 +08:00
二货爱吃白萝卜
012e8781c5
Merge pull request #45271 from ant-design/master
...
chore: feature merge master
2023-10-12 10:58:20 +08:00
二货爱吃白萝卜
70ce748d57
fix: options missing id ( #45287 )
2023-10-12 09:43:35 +08:00
梓安
80da4e5885
fix (DirectoryTree) : selectedNodes in onSelect method could not get a value when configuring fieldNames ( #45036 )
...
* fix🐛 (DirectoryTree): fieldNames support
* fix🐛 (DirectoryTree): fieldNames support
* test✅ (DirectoryTree): Update directoryTree test
* test✅ (DirectoryTree): Update directoryTree test
* chore: simple code
* chore: align logic
---------
Co-authored-by: yuanzhian <yuanzhian@cai-inc.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-10-11 17:03:15 +08:00
MadCcc
e093b100d5
fix: Card head fit small size tabs ( #45272 )
...
* fix: Card tabs should fit small size
* chore: update snapshot
2023-10-11 15:43:59 +08:00
二货爱吃白萝卜
000589bf7d
docs: update Flex diff ( #45270 )
2023-10-11 14:45:09 +08:00
二货爱吃白萝卜
bef9539e22
feat: Table support scrollTo
reference
( #45245 )
...
* feat: add ref
* feat: table support reference
* chore: rename
* chore: proxy
* test: add test case
* chore: fix lint
* docs: update desc
* docs: update desc
* docs: update desc
* chore: clean up
* chore: fix lint
2023-10-11 13:55:20 +08:00
JiaQi
dd4ef28239
docs: add description of the available components of Space.Compact ( #45259 )
2023-10-11 10:31:36 +08:00
二货爱吃白萝卜
6af1d95cf4
feat: Input & TextArea support count ( #45140 )
...
* docs: init
* chore: update example
* test: update test
* docs: update doc
* chore: fix lint
* chore: update limit
2023-10-10 16:22:23 +08:00
MadCcc
854db006c4
Merge pull request #45225 from ant-design/master
...
chore: merge master into feature
2023-10-09 14:20:11 +08:00
MadCcc
04c804eb2c
fix: Input addonBg should work ( #45222 )
2023-10-09 09:41:30 +08:00
afc163
cece6e27df
style: fix Modal.confirm description long text layout ( #45212 )
...
* style: fix Modal.confirm description long text layout
* demo: update Modal demos
2023-10-08 16:38:54 +08:00
JiaQi
b57dc7a4cc
fix(typography): menu item title cannot be centered vertically ( #41146 )
...
* fix(typography): menu item title cannot be centered vertically
* chore: add example
2023-10-08 09:57:58 +08:00
lijianan
be92498f15
refactor: rewrite Affix CC => FC ( #42674 )
...
* fix
* test
* Update index.ts
* fix
* fix
* fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* update docs
* Update components/affix/index.tsx
Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix
* test: add test case
* Update components/affix/index.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* update demo
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-10-07 18:53:14 +08:00
JiaQi
f42d0667c8
fix(Autocomplete): internal input cannot apply fontFamily ( #45197 )
2023-10-07 17:06:28 +08:00
JiaQi
2f063a26e6
style: inputNumber border unmerged ( #45004 )
...
* style: inputNumber border unmerged
* chore: update snapshot
2023-10-07 17:06:10 +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
Amumu
485e95236d
chore: update snapshot ( #45196 )
2023-10-07 03:03:54 -05:00
Adrián Salgado
fc2b4af8cf
fix(SliderTooltipProps): extends from SliderTooltipProps ( #44656 )
2023-10-07 12:14:30 +08:00
红
a2192281be
docs: improve document type description ( #45189 )
2023-10-06 21:27:41 +08:00
ajuner
9af09d56b6
docs(table): update pro-component link ( #45118 )
...
Signed-off-by: ajuner <106791576@qq.com>
2023-10-04 21:40:44 -05:00
栗嘉男
ad5efc0fc3
chore: merge master into feature
2023-10-05 03:13:04 +08:00
mingming-ma
a4939fabcf
fix: CheckableTag support ref ( #45164 )
...
* fix: CheckableTag support ref (#45070 )
* optimize test code (#45070 )
2023-10-03 22:59:54 +08:00
Antoni Sierakowski
c3ea21ab82
fix: add missing Tour pl_PL locale ( #45166 )
...
Co-authored-by: Antoni Sierakowski <antoni.sierakowski@alphamoon.ai>
2023-10-03 21:58:14 +08:00
栗嘉男
b972466de9
fix: fix
2023-10-03 10:52:04 +08:00
Sven
90d6377d65
fix: Avatar group responsive font not working ( #34722 )
...
* fix: Avatar group responsive font not working
* Update index.less
* chore: 兼容IE
* Update components/avatar/style/index.less
* Update avatar.tsx
---------
Co-authored-by: Sven <laishiwen@coding.net>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-10-03 06:56:51 +08:00
Rinku Chaudhari
c4040ec81b
chore: fix docs comments ( #45156 )
...
* refactor: convertLegacyProps function moved to buttonHelpers
* docs: spelling and grammar fixes
* docs: fix comments grammar
2023-10-03 05:44:09 +08:00
Jung Min O
3586a7d85f
fix: update ko_KR lang ( #45150 )
...
Signed-off-by: Jung Min O <owjs3901@naver.com>
2023-09-30 20:02:48 +08:00
kiner-tang(文辉)
780a50bed0
types: export notification's ArgsProps type as NotificationArgsProps ( #45147 )
2023-09-30 17:40:44 +08:00
github-actions[bot]
d4cdcefcfc
chore: auto merge branches ( #45117 )
...
chore: feature merge master
2023-09-27 12:55:52 +00:00
MadCcc
9f55e6c11a
fix: Button two Chinese chars ( #45126 )
2023-09-27 20:17:40 +08:00
kiner-tang(文辉)
051a038728
docs: update docs about filter and sorter in table ( #45108 )
...
* docs: update docs about Filter and sorter
* chore: trigger argos
* chore: trigger argos
---------
Co-authored-by: kiner-tang(文辉) <134478213+lke-twh@users.noreply.github.com>
2023-09-27 09:45:47 +08:00
二货爱吃白萝卜
7e692ad585
feat: Cascader.Panel support ( #45089 )
...
* chore: init
* chore: panel style
* docs: update demo
* chore: fill style
* test: update snapshot
* docs: update demo
* chore: push
* docs: update desc
* chore: fix icons
* chore: use shared hooks
* test: update snapshot
* chore: fix lint
2023-09-26 17:34:49 +08:00
MadCcc
a6c91c5064
fix: DatePicker fontFamily ( #45088 )
2023-09-26 13:42:56 +08:00
MadCcc
29be72bc38
fix: Tour step.type
should work ( #45086 )
...
* fix: Tour step.type should work
* chore: code clean
* chore: update memo deps
* chore: code clean
2023-09-26 13:42:43 +08:00
Zhaolin Liang
ef7c500a8e
fix(Button): loading icon appearing when rendering ( #45030 )
2023-09-26 11:57:03 +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
Zong-Ke Zhang
3e70e3175b
docs(Dropdown): Add Docs the pop-up menu position will follow the right-click position ( #45076 )
...
* docs(Dropdown): Add Docs the pop-up menu position will follow the right-click position
* Update components/dropdown/demo/context-menu.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Zong-Ke Zhang <65376724+Zzongke@users.noreply.github.com>
---------
Signed-off-by: Zong-Ke Zhang <65376724+Zzongke@users.noreply.github.com>
Co-authored-by: Heising <heising@travelconnect.cn>
Co-authored-by: afc163 <afc163@gmail.com>
2023-09-25 20:12:08 +08:00
github-actions[bot]
01a62798a6
chore: auto merge branches ( #45067 )
...
chore: feature merge master
2023-09-25 10:15:22 +00:00
二货爱吃白萝卜
ba4c9a1a66
docs: update ( #45068 )
2023-09-25 17:35:48 +08:00
Amumu
bfc5728ef5
docs: add faq ( #45050 )
...
* docs: add faq
* link
* fix docs
* Update components/upload/index.zh-CN.md
Co-authored-by: 红 <wxh1220@gmail.com>
Signed-off-by: Amumu <yoyo837@hotmail.com>
* Update components/upload/index.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Amumu <yoyo837@hotmail.com>
* Update components/upload/index.zh-CN.md
Signed-off-by: Amumu <yoyo837@hotmail.com>
* Update components/upload/index.en-US.md
Signed-off-by: Amumu <yoyo837@hotmail.com>
---------
Signed-off-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: 红 <wxh1220@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-09-25 16:58:04 +08:00
二货爱吃白萝卜
55190b6360
docs: reorder ( #45065 )
...
* docs: reorder
* docs: update
2023-09-25 16:48:53 +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
Isaac Batista
966e5a770f
demo: fix typescript undefined error on search.tsx ( #45027 )
...
Without this typescript will not compile
Signed-off-by: Isaac Batista <isaacbatst@gmail.com>
2023-09-25 12:18:20 +08:00
dingkang
2a3815d4df
fix: Typography When setting fontSize to an odd number bug ( #45031 )
...
* fix: Typography When setting fontSize to an odd number bug
* chore: update .npmrc to resolve sharp install fail
* fix: retry CI
* chore: update .npmrc
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-09-25 11:44:59 +08:00
MadCcc
54a2df3f53
fix: input should have correct padding with controlHeight ( #45048 )
...
* fix: input should have correct padding with controlHeight
* chore: update snapshot
* chore: update snapshot
2023-09-25 11:44:17 +08:00
github-actions[bot]
db541f9907
chore: auto merge branches ( #45047 )
...
chore: merge master into feature
2023-09-25 03:36:55 +00:00
dingkang
3ffe70ae4e
fix: table cellPaddingBlock token bug ( #45040 )
...
* fix: table cellPaddingBlock token bug
* style: fix table cellPaddingBlock token bug
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-09-25 10:49:10 +08:00
二货爱吃白萝卜
3e325f4eed
feat: add fresh
prop for tooltip ( #45020 )
...
* chore: init
* docs: add fresh
* docs: add faq
* docs: update
2023-09-22 15:45:22 +08:00
MadCcc
3928ce9fc1
fix: Popover shift ( #45015 )
...
* fix: Popover shift
* chore: update snapshot
2023-09-22 15:00:44 +08:00
二货爱吃白萝卜
05878dd300
feat: Slider support multiple points ( #45000 )
...
* feat: slider support multiple & classNames
* test: update snapshot
* chore: fix lint
2023-09-22 14:19:53 +08:00
MadCcc
431e00b1d0
feat: apply new input component border style ( #45009 )
...
* feat: apply new input component border style
* feat: ColorPicker & DatePicker
* chore: fix lint
2023-09-22 13:55:54 +08:00
二货爱吃白萝卜
7e1ecf9133
docs: add faq ( #45016 )
2023-09-22 13:41:36 +08:00
JiaQi
51fc8dcbcd
refactor(tootip): delete the logic related to the disabled children ( #44895 )
...
* refactor(tootip): delete the logic related to the disabled children
* chore: update test case
* chore: update snapshots
2023-09-22 10:11:31 +08:00
JiaQi
1745594d5d
doc: add alert token table ( #45003 )
2023-09-22 09:57:58 +08:00
github-actions[bot]
081b33d7b8
chore: auto merge branches ( #44995 )
...
chore: feature merge master
2023-09-21 09:30:12 +00:00
二货爱吃白萝卜
ef03563334
test: update snapshot ( #44989 )
...
* test: update snapshot
* test: update snapshot
* test: fix test logic
2023-09-21 16:37:54 +08:00
二货爱吃白萝卜
65564fccdc
refactor: rm radiusBase ( #44980 )
...
* refactor: rm radiusBase
* test: update test case
---------
Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
2023-09-21 13:46:31 +08:00
kiner-tang(文辉)
6901513ff5
docs: timer-picker remove clearIcon from document ( #44977 )
...
* docs: timer-picker remove clearIcon from document
* docs: select remove clearIcon from document
2023-09-21 11:47:52 +08:00
二货爱吃白萝卜
2329880074
fix: Popover / Tooltip jump when height change ( #44976 )
...
* chore: use dynamicInset
* test: update snapshot
* test: update snapshot
* chore: bump rc-trigger
* chore: update snapshot
2023-09-20 19:59:26 +08:00
二货爱吃白萝卜
d03977b113
fix: dropdown should not block ref ( #44971 )
2023-09-20 16:30:13 +08:00
kiner-tang(文辉)
7d86965239
feat: conflict resolution
2023-09-20 15:00:36 +08:00
kiner-tang(文辉)
05896acbdb
feat: remove unused code
2023-09-20 14:45:09 +08:00
kiner-tang(文辉)
768da7ff27
Merge branch 'feature' into feature-merge-master
2023-09-20 14:39:44 +08:00
kiner-tang(文辉)
3cd47b9a4e
Merge branch 'master' into feature-merge-master
2023-09-20 14:37:33 +08:00
lijianan
95974ae9e4
docs: update feedbackIcons docs ( #44966 )
...
* docs: update feedbackIcons docs
* fix: fix
2023-09-20 14:23:32 +08:00
afc163
5c99a5ee49
type: fix type errors of React.Key ( #44938 )
...
* type: fix .dumi typing error
* type: fix React.Key type error
* type: fix React.Key type error
* type: fix React.Key type error
* type: fix React.Key type error
* Apply suggestions from code review
Signed-off-by: afc163 <afc163@gmail.com>
* fix: test case
* fix: test case
* chore: use @types/react latest version
* Apply suggestions from code review
Signed-off-by: afc163 <afc163@gmail.com>
* chore: update form def
* chore: more ts
* chore: revert demo ts
* chore: bump ver
* chore: fix more
* chore: fix demo
* chore: back of ci
* chore: fix ts
* chore: fix ts
* chore: part of it
* chore: fix ts
* chore: bump ver
* chore: fix lint
* chore: fix
* test: update test
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-09-20 11:01:49 +08:00
MadCcc
76eade855a
fix: Form hasFeedback should passed to children with noStyle ( #44937 )
2023-09-19 10:27:15 +08:00
红
3bb3485ac7
fix(Modal): custom footer render error ( #44929 )
...
* Revert "refactor: fix compiling (#44616 )"
This reverts commit b284648f11
.
* feat: modal purepanel support footer render
* demo: update debug demo
* test: update test case
* Revert "test: update test case"
This reverts commit 34d151f866
.
* chore: add more unit test case
* Revert "Revert "refactor: fix compiling (#44616 )""
This reverts commit 0e054de421
.
* fix(Modal): custom footer render errors
* chore: fix TS error
* chore: improvement type
* chore: update
* chore: update
* Revert "chore: update"
This reverts commit c72bb07db9
.
* Revert "chore: update"
This reverts commit 9a4276078c
.
* Revert "chore: improvement type"
This reverts commit 159e3dc754
.
* Revert "chore: fix TS error"
This reverts commit f1a9aa59b2
.
* Revert "feat: modal purepanel support footer render"
This reverts commit 68de65e76a
.
* Revert "demo: update debug demo"
This reverts commit 6741af239b
.
* Update components/modal/__tests__/Modal.test.tsx
Co-authored-by: 红 <wxh16144@qq.com>
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-09-18 18:33:25 +08:00
二货爱吃白萝卜
3215a7bb66
fix: extra pos logic ( #44922 )
2023-09-18 14:06:06 +08:00
afc163
faefc8f6dc
style: fix Select baseline align bug ( #44927 )
...
* style: fix Select baseline align bug
* test: update snapshot
* chore: remove unused code
2023-09-18 13:51:17 +08:00
daisy
b24a6465f1
fix(notification): placement bottom animation should be correct ( #44918 )
...
* fix(notification): placement bottom animation should be correct
* style: transform -> bottom
* fix: lint
2023-09-18 10:46:47 +08:00
JiaQi
042a2a4681
feat(watermark): support for setting text alignment direction through textAlign ( #44888 )
...
* feat(watermark): support for setting text alignment direction
* chore: update snapshot
* chore: change type & update demo
* chore: update font type
2023-09-18 09:56:32 +08:00
github-actions[bot]
f3a4b6c429
chore: auto merge branches ( #44915 )
...
chore: merge master into feature
2023-09-17 16:08:27 +00:00
红
b24cda1f97
docs: update FQA ( #44902 )
...
* docs: update FQA [skip ci]
* test(theme): supplement unit test case
* chore: update docs
2023-09-17 16:17:12 +08:00
lyy
7f992b4e8c
demo: simplify deletion operations ( #44909 )
...
Signed-off-by: lyy <72189350+leoyongyuan@users.noreply.github.com>
2023-09-16 15:35:22 +08:00
kiner-tang(文辉)
4717b5c649
Merge branch 'master' into feature-merge-master
2023-09-16 11:11:47 +08:00
李勇
7eb93ad657
type: to put the ts type into useMemo generics ( #44904 )
2023-09-16 02:16:53 +08:00
afc163
64b649eaee
docs: fix Upload mocky api in demo and test ( #44883 )
2023-09-15 13:48:23 +08:00
daisy
90bb52190b
demo(Table): add sticky offsetHeader ( #44876 )
...
* demo(Table): add sticky offsetHeader
* test: update snapshot
* test: update snapshot
2023-09-15 12:24:16 +08:00
lijianan
56fb6178a4
demo: update demo ( #44864 )
...
* demo: update demo
* fix: fix snap
* update demo
2023-09-15 12:23:57 +08:00
MadCcc
553754b4d2
fix: rate transform in mac screen ( #44868 )
2023-09-15 09:51:50 +08:00
MadCcc
102c4654e1
fix: select small height ( #44859 )
2023-09-14 19:12:17 +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
MadCcc
afcdc3fbe2
chore: try to fix screenshot ( #44817 )
...
* chore: try to fix screenshot
* chore: set small viewport
* chore: rm wait until
* chore: minimize demo
* chore: support onlyViewPort
* chore: better logic
* chore: config demos
* chore: update
* refactor: rename
* chore: update
* chore: update
* chore: update
2023-09-14 16:59:11 +08:00
MadCcc
d3469324c9
fix: rate star transform origin ( #44855 )
2023-09-14 16:32:54 +08:00
JiaQi
f3c1871b20
chore: bump rc-picker ( #44845 )
...
* chore: bump rc-picker
* Update package.json
* Update cell-render.tsx
---------
Co-authored-by: 二货爱吃白萝卜 <smith3816@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-09-14 14:56:57 +08:00
kiner-tang(文辉)
d5abbad8f1
refactor: deprecatedWarning ( #44791 )
...
* refactor: deprecatedWraning
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
2023-09-13 22:07:33 +08:00
二货爱吃白萝卜
23870913b1
fix: Table virtual with narrow columns ( #44818 )
...
* fix: resize & border logic
* fix: auto width
* chore: clean up
* fix: lint
* chore: cov
* chore: lint
2023-09-13 17:53:54 +08:00
MadCcc
5cf2a5d1d0
fix: wrong style of Select in Input addon ( #44825 )
2023-09-13 17:19:21 +08:00
MadCcc
58f7221b93
fix: tree checkbox should align top ( #44827 )
2023-09-13 17:19:09 +08:00
MadCcc
c5bed69883
feat: notification support stack ( #44618 )
...
* feat: notification stack
* feat: notification support stack
* docs: add demo
* fix: message animation
* chore: better imports
* test: fix pure panel
* feat: code optimize
* chore: update snapshot
* chore: update test case
* test: update test
* chore: update deps
* chore: bump rc-notification
* feat: add backdrop filter
* chore
* feat: add token colorBgBlur
* chore: bump
* feat: update colorBgBlur in dark mode
* fix: compatible with safari
---------
Signed-off-by: MadCcc <1075746765@qq.com>
2023-09-13 15:19:18 +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
Jason-huang66
ceae7de9db
fix: CardGrid style issue with left bottom corner ( #44801 )
...
* fix: CardGrid style issue with left bottom corner
* fix: CardGrid style issue with left bottom corner
2023-09-13 11:15:20 +08:00
github-actions[bot]
a24b30c77e
chore: auto merge branches ( #44794 )
...
chore: merge master into feature
2023-09-12 12:37:16 +00:00
二货爱吃白萝卜
29035523e2
fix: virtual table text align ( #44786 )
...
* fix: virtual table text align
* chore: adjust style
2023-09-12 17:33:59 +08:00
YonYon
1aa7183d68
feat: add input hover and active backgroundColor ( #44752 )
...
Co-authored-by: PanYoYo <panyongyong@zuoshouyisheng.com>
2023-09-12 15:06:35 +08:00
lijianan
c59a85a23c
demo: update Tag demo ( #44771 )
...
* demo: update Tag demo
* chore: code clear
* fix: fix
2023-09-12 12:18:54 +08:00
Aleksei Mamaev
59d38ecea6
fix: radioButton ref type ( #44747 )
...
* fix: radioButton ref
* fix: added radio types test
2023-09-12 11:40:53 +08:00
Aleksei Mamaev
242769e0fb
fix: checkbox ref type ( #44746 )
...
* fix: checkbox ref
* fix: Checkbox reference type test
* fix eslint warning
2023-09-12 11:38:40 +08:00
Rinku Chaudhari
c9e94c26f6
refactor: convertLegacyProps function moved to buttonHelpers ( #44777 )
2023-09-12 11:38:11 +08:00
lijianan
4f7655ce31
docs: update Table docs ( #44772 )
2023-09-11 22:31:38 +08:00
叶枫
bfdc424a3d
docs: merge demo ( #44763 )
2023-09-11 18:31:18 +08:00
二货爱吃白萝卜
5cc338e177
refactor: All the warning set the warning type for future filter ( #44613 )
...
* feat: add warningContext
* refactor: part refactor
* chore: fix compile
* chore: part of it
* chore: part of it
* chore: part of it
* chore: fix lint
* chore: fix test
* chore: clean uo
* chore: hide warning def tmp
* chore: comment test
* chore: fix lint
* chore: refactor select icons
* chore: fix warning message
* test: update test
* chore: rm dead code
2023-09-11 17:28:04 +08:00
github-actions[bot]
09cd55a3f9
chore: auto merge branches ( #44762 )
...
chore: feature merge master
2023-09-11 08:44:46 +00:00
afc163
092c79a6f3
fix: Select align style broken with custom height ( #44753 )
...
* fix: Select align style broken with custom height
* chore: fix AutoComplete demo
2023-09-11 16:05:26 +08:00
afc163
b146830ce4
fix: Select curbin align to top when enable maxTagCount ( #44757 )
2023-09-11 16:05:08 +08:00
afc163
c11e18411c
docs: simplify select virtual demo ( #44759 )
2023-09-11 16:04:53 +08:00
afc163
8d2473a113
fix: Select alignment issue when label is Typography ( #44756 )
...
close #40421
2023-09-11 14:56:09 +08:00
MadCcc
a6250a9f8a
refactor: rename Popover token minWidth
to titleMinWidth
( #44750 )
...
* refactor: rename Popover token to
* chore: update
* chore: add depreactedToken
2023-09-11 13:37:14 +08:00
lijianan
61e8768f06
site: update space demo ( #44738 )
2023-09-11 11:33:45 +08:00
github-actions[bot]
4450178e27
chore: auto merge branches ( #44739 )
...
chore: merge master into feature
2023-09-10 07:22:55 +00:00
lijianan
5b75f3f817
refactor: extract public methods ( #44737 )
2023-09-10 14:34:22 +08:00
afc163
4489eec5b1
docs: add banner mouse effect animation ( #44711 )
...
* docs: add banner mouse effect animation
* refactor to useRef
* refactor to react way
* refactor to hooks
* type: add type
* fix: fix error
* fix: fix error
* fix: update RTL
---------
Co-authored-by: 栗嘉男 <574980606@qq.com>
2023-09-10 12:27:10 +08:00
Qiu
eff674396a
feat: add tokens in Descriptions component( #44674 ) ( #44729 )
...
* feat: add tokens in Descriptions component(#44674 )
* fix: reserve style uniformity
* fix: add new token in component token demo&delete meaningless changes
2023-09-10 12:19:50 +08:00
JiaQi
fa4c0c0b57
fix(float-button): marginBottom is invalid after the href is added ( #44707 )
...
* fix(float-button): marginBottom is invalid after the href is added
* chore: update demo
* chore: add annotation
2023-09-08 13:56:05 +08:00
Kyriewen
c28e1ff210
docs: mark deprecated for date-picker defaultPickerValue prop ( #43781 )
...
* docs: mark deprecated for date-picker defaultPickerValue prop
* docs: mark deprecated for date-picker defaultPickerValue prop
* docs: 删除 defaultPickerValue 属性
* chore: use defaultValue instead defaultPickerValue
---------
Co-authored-by: zbw01218944 <zbw01218944@alibaba-inc.com>
2023-09-07 17:56:55 +08:00
期贤
a873471f5a
merge
2023-09-07 12:05:16 +08:00
lijianan
7344f5e275
chore: replace useToken with useInternalToken ( #44670 )
2023-09-07 10:15:58 +08:00
afc163
875ef97ebc
fix: Tag with Popover/Popconfirm should not affect style ( #44663 )
2023-09-07 09:29:38 +08:00
dally_G
dab3cc9798
fix: fix Input.Search style ( #44660 )
...
Signed-off-by: dally_G <511904266@qq.com>
2023-09-06 20:04:56 +08:00
栗嘉男
70466b0ebb
chore: merge master into feature
2023-09-06 02:49:25 +08:00
Victor Ye
dff3c63e1c
docs: fix wrong description about Avatar's Design Token ( #44634 )
...
Co-authored-by: 叶宇轩 <--global>
2023-09-05 23:19:06 +08:00
二货爱吃白萝卜
1b61870c5d
fix: Modal hooks press esc can not trigger await ( #44646 )
...
* test: test driven
* fix: await missing esc
2023-09-05 21:36:21 +08:00
二货爱吃白萝卜
ee8cf22aa6
feat: Form validation support validateDebounce
( #44633 )
...
* chore: bump rc-field-form
* docs: add debounce demo
* docs: update demo
* test: update snapshot
* docs: typo
2023-09-05 19:52:06 +08:00
lijianan
49e1efaafc
fix: fix date-picker footer style ( #44642 )
...
* fix: fix date-picker style
* Update index.ts
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: lijianan <574980606@qq.com>
2023-09-05 18:51:51 +08:00
CYB292
69c52b7a5b
feat: ColorPicker support defaultFormat ( #44487 )
...
* feat: ColorPicker support defaultFormat
* test: add test case
* docs: update en doc
---------
Co-authored-by: chenyuanbao@baidu.com <chenyuanbao@baidu.com>
Co-authored-by: Redjue <pingfj77@gmail.com>
2023-09-05 18:42:40 +08:00
kiner-tang(文辉)
03fee8d837
feat: export BasicDataNode type from tree ( #44624 )
2023-09-05 13:43:15 +08:00
MadCcc
114ff39f8c
Merge branch 'master' into feature-merge-master
2023-09-05 13:41:06 +08:00
lijianan
6a5e7ded43
refactor: remove Space & Grid IE compatible logic ( #44620 )
...
* refactor: remove IE compatible logic
* fix: fix
* fix: fix
* fix: fix
2023-09-05 10:17:56 +08:00
Gunay
46341b115c
feat: custom feedback icons ( #43894 )
...
* custom feedback icons initial
(cherry picked from commit 22e43ad0357ea5294baf6eda659c900b1ab170f1)
* tests added and snaps updated
* Revert "tests added and snaps updated"
This reverts commit 13b57be30c
.
* unittest and documentation changes
* feedback items could be turn off
* documentation fix
* move feedback icons object into the hasFeedback prop
* feedbackIcons added to the form element
* test: commit trigger
* fix: failed form test
* snaps updated
* Update components/form/index.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Gunay <gladio@gmail.com>
* Update components/form/index.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Gunay <gladio@gmail.com>
* Update components/form/index.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Gunay <gladio@gmail.com>
* Update components/form/demo/custom-feedback-icons.md
Signed-off-by: afc163 <afc163@gmail.com>
* Update components/form/demo/custom-feedback-icons.md
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: Gunay <gladio@gmail.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-09-04 20:36:45 +08:00
lijianan
4c91896abb
refactor: use token instead of constant in size ( #44598 )
...
* refactor: use token instead of constant in size
* fix: fix
* fix: fix
* test: update snap
* fix: update snap
* test: fix test case
* fix: fix
* fix: fix
* fix: fix
* fix: fix tast cov
* fix: fix test case
* chore: add comment
* chore: add comment
* chore: add comment
* chore: rename
* chore: rename
* fix: fix test case
* fix: fix test case
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* test: add test case
* fix: fix
* test: update snap
* fix: fix
* fix: fix
* test: update
* test: update
* chore: fix
* fix: type
* test: remove test
2023-09-04 19:59:02 +08:00
Dunqing
f0c105d262
feat: insert use client
automatically at compilations instead of hardcode ( #44608 )
...
* feat: remove the hardcode of `use client`
* chore: update `@ant-design/tools`
* test: update
* fix: incorrect dictionary
* chore: update dep
* ci: check use client
* chore: update ci
* fix: should be LIB_DIR
* ci: should only run in dist
* chore: update check tsx files
2023-09-04 19:27:20 +08:00
MadCcc
b284648f11
refactor: fix compiling ( #44616 )
...
* refactor: fix compiling
* perf: code logic update
2023-09-04 17:20:30 +08:00
Kyriewen
56724cde28
fix(Upload): action buttons focus style leave after click it ( #44594 )
...
* fix(upload): actions_btn_focus_styles
* fix(upload): download button is still in focus state after being clicked
* fix(upload): use focus-visible instead focus
---------
Co-authored-by: zbw01218944 <zbw01218944@alibaba-inc.com>
2023-09-04 14:45:03 +08:00
二货爱吃白萝卜
c7a09284d4
docs: add faq about valuePropName ( #44609 )
...
* docs: add faq about valuePropName
* docs: more info
* docs: clean up
2023-09-04 14:10:39 +08:00
shawn
85dc67f1cc
feature: add itemSelectedFontColor token in Segemented Component ( #44570 )
...
* feature: segemented新增component token
* feature: segemented新增component token
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: xiaozisong <xiaozis@gantsoftware.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-09-04 11:07:39 +08:00
二货爱吃白萝卜
0396899ff6
fix: Form.Item noStyle
support validation status ( #44576 )
...
* fix: FormItem.useStatus can not get status
* fix: noStyle not patch style
* fix: noStyle inhreit logic
* docs: update docs
* test: add test case
* refactor: nostyle block status
* fix: coverage
2023-09-04 10:03:12 +08:00
栗嘉男
18af5374e8
Merge branch 'master' into feature-merge-master
2023-09-03 10:31:39 +08:00
二货爱吃白萝卜
5a5af385b8
fix: CheckableTag miss CP tag ( #44602 )
...
* fix: CheckableTag miss CP tag
* chore: bump tag
* chore: fix failed
* chore: fix circle
2023-09-03 10:20:24 +08:00
yoyo837
ad46da1697
Merge branch 'master' into feature-merge-master
2023-09-03 00:22:34 +08:00
Kyriewen
27d8f622ad
chore(float-button): remove unused css code ( #44587 )
...
* fix(float-button): fix componentCls display props
* chore(float-button): remove useless styles
2023-09-02 18:38:54 +08:00
lijianan
9f8d68d857
fix: fix CI fail ( #44592 )
2023-09-02 16:01:41 +08:00
Amumu
edf907bf11
fix: slider track draggale range height/width error ( #44503 )
...
* fix: slider track draggale range height/width error
* chore: style
2023-09-02 00:16:01 +08:00
cnjs
7198497077
fix: hide arrow for last item in vertical Steps ( #44582 )
2023-09-02 00:11:52 +08:00
红
9258dea59e
docs: add note regarding considerations for using getContainer ( #44504 )
...
* docs: add note regarding considerations for using getContainer
(cherry picked from commit fa6af984ee896f13b4f983f905092098f2f8689d)
* chore: update
Co-authored-by: kiner-tang <kiner-tang@users.noreply.github.com>
Co-authored-by: zombieJ <zombieJ@users.noreply.github.com>
---------
Co-authored-by: kiner-tang <kiner-tang@users.noreply.github.com>
Co-authored-by: zombieJ <zombieJ@users.noreply.github.com>
2023-09-01 23:54:38 +08:00
Konv Suu
41ef050cb5
chore: typo ( #44579 )
...
update
2023-09-01 23:39:56 +08:00
kiner-tang(文辉)
e23cc690e7
feat: support hide expandIcon ( #44554 )
...
* site: hide theme example menu's expandIcon
* feat: optimize code
* feat: optimize code
* feat: update test case
2023-09-01 11:09:48 +08:00
栗嘉男
b12d69cf42
chore: merge master into feature
2023-09-01 00:02:50 +08:00
Serene Ding
b0f0975a4a
docs: update form docs description ( #44548 )
...
* Update index.zh-CN.md
Signed-off-by: Serene Ding <sereneding123@gmail.com>
* add quotes
Signed-off-by: Serene Ding <sereneding123@gmail.com>
* Update index.en-US.md
Signed-off-by: Serene Ding <sereneding123@gmail.com>
* Update index.en-US.md
Signed-off-by: Serene Ding <sereneding123@gmail.com>
* Update index.en-US.md
Signed-off-by: Serene Ding <sereneding123@gmail.com>
* Update components/form/index.zh-CN.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
Signed-off-by: Serene Ding <sereneding123@gmail.com>
* Update index.en-US.md
Signed-off-by: Serene Ding <sereneding123@gmail.com>
* Update index.en-US.md
Signed-off-by: Serene Ding <sereneding123@gmail.com>
* Update index.en-US.md
Signed-off-by: Serene Ding <sereneding123@gmail.com>
* Update index.en-US.md
Signed-off-by: Serene Ding <sereneding123@gmail.com>
* Update index.en-US.md
Signed-off-by: Serene Ding <sereneding123@gmail.com>
* Update components/form/index.zh-CN.md
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: Serene Ding <sereneding123@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-08-31 23:01:51 +08:00
二货爱吃白萝卜
d3c2f75ed3
refactor: ConfirmModal layout to fix batch of bug ( #44557 )
...
* refactor: Modal confirm style
* test: fix test case
* chore: merge wireframe
* chore: modify limit
* test: update snapshot
2023-08-31 22:21:32 +08:00
dingkang
48ebf3ab15
site: fix a link flash jump ( #44556 )
...
* site: fix a link jump
* test: update Snapshot
2023-08-31 21:23:50 +08:00
lijianan
a608bfa08a
chore: fix form demo error ( #44549 )
...
* fix: fix form demo error
* update snap
2023-08-31 21:23:02 +08:00
二货爱吃白萝卜
d0cc758d0e
fix: Form sm 24 not working ( #44541 )
...
* fix: Form sm 24 not working
* chore: comment it
2023-08-31 09:37:51 +08:00
AKing
a265257e7d
fix: record the completed length of the last calculation as the transison length ( #43058 )
...
* fix: record the completed width of the last calculation as the transition width in the calculation
* test: add test case
* test: correct test case name
* refactor:rename conut to count
---------
Co-authored-by: afc163 <afc163@gmail.com>
2023-08-30 23:24:19 +08:00
afc163
3f148d9112
docs: add help text for token customization
2023-08-30 23:02:35 +08:00
二货爱吃白萝卜
cbfb126690
feat: Descriptions items.span
support responsive config ( #44534 )
...
* feat: Desc items support responsive
* refactor: useBreakPoint
* docs: update docs
* test: add test case
* chore: update def
* chore: fix def
2023-08-30 22:09:32 +08:00
MadCcc
b0dd138fba
feat: ConfigProvider support Tabs indicatorSize
( #44517 )
...
* feat: ConfigProvider support tabs.indicatorLength
* feat: ConfigProvider support card.tabProps
* Revert "feat: ConfigProvider support card.tabProps"
This reverts commit 817af9a6bb
.
* chore: rename
* docs: add demo
2023-08-30 21:28:45 +08:00
二货爱吃白萝卜
659054ee49
docs: Blog virtual table ( #44526 )
...
* docs: virtual table
* docs: fix other blog style
* docs: more
2023-08-30 21:18:09 +08:00
github-actions[bot]
639c0c2505
chore: auto merge branches ( #44516 )
...
chore: Feature merge master
2023-08-29 15:33:43 +00:00
二货机器人
25e76416e1
chore: fix lint
2023-08-29 23:02:18 +08:00
梓安
6ebbdc92d6
feat ✨ (transfer):Add a new direction parameter for filterOption func… ( #44417 )
...
* feat✨ (transfer):Add a new direction parameter for filterOption function
* docs📝 (transfer): update filterOption API
* test(transfer): Add the filterOption parameter test
* docs📝 (transfer): update filterOption API
* test(transfer): Update the filterOption parameter test
* docs📝 (transfer): update filterOption API
* test(transfer): Update the filterOption parameter test
* test(transfer): Update the filterOption parameter test
* test(transfer): Update the filterOption parameter test
* Update components/transfer/index.en-US.md
Signed-off-by: Amumu <yoyo837@hotmail.com>
---------
Signed-off-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: yuanzhian <yuanzhian@cai-inc.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
2023-08-29 22:53:43 +08:00
二货机器人
59cc096c11
test: fix test case
2023-08-29 22:47:16 +08:00
二货机器人
64d7ac1bc4
test: update snapshot
2023-08-29 21:36:15 +08:00
二货机器人
620e168cfc
chore: feature merge master
2023-08-29 19:51:31 +08:00
二货爱吃白萝卜
acdf1153fa
refactor: Extract Tag unused style ( #44512 )
...
* refactor: tag status as extract style
* chore: add key
* chore: preset of it
2023-08-29 19:43:48 +08:00
MadCcc
629efb7d5d
perf: Notification style should be generated when shown ( #44488 )
...
* fix: Notification style should be generated when shown
* chore: bump rc-notification
* chore: code clean
* feat: update
2023-08-29 19:31:12 +08:00
二货爱吃白萝卜
8d7dd80120
docs: Update batch of docs & demos ( #44509 )
...
* docs: update select opt
* docs: update form deps demo
* docs: upload onChange
* docs: update form nest Form.List demo
2023-08-29 18:47:41 +08:00
Konv Suu
9c494ab910
fix: transfer label height ( #44471 )
2023-08-29 17:56:56 +08:00
MadCcc
07c03d12ef
feat: Tabs support indicatorLength ( #44406 )
...
* feat: Tabs support indicatorLength
* chore: bump rc-menu
* chore: bump rc-mentions
* chore: update menu snapshot
* chore: snapshot
---------
Signed-off-by: MadCcc <1075746765@qq.com>
2023-08-29 17:32:20 +08:00
MadCcc
0f87c9d259
fix: Watermark should not crash if content is empty ( #44501 )
2023-08-29 16:44:13 +08:00
二货机器人
d31a19a0f0
chore: feature merge master
2023-08-29 15:50:39 +08:00
二货爱吃白萝卜
7a66d46051
refactor: Form style should always before Grid ( #44485 )
...
* fix: use css variable to support dynamic display
* chore: support order
* chore: add ie fallback
* chore: add ie fallback
2023-08-29 15:48:03 +08:00
Andy Hsu
457feb7933
docs(select): fix incorrect link of AutoComplete ( #44500 )
...
* docs: fix incorrect link of `AutoComplete`
Signed-off-by: Andy Hsu <i@nn.ci>
* docs(select): sync `AutoComplete` related content in `zh-CN` to `en-US`
Signed-off-by: Andy Hsu <i@nn.ci>
---------
Signed-off-by: Andy Hsu <i@nn.ci>
2023-08-29 15:42:26 +08:00
William Entriken
fec423ea1b
docs: Update definition for dashed button ( #44481 )
...
This updates the English documentation for the dashed button.
This updates the English to better translate the [Chinese version](345a3a0624/components/button/index.zh-CN.md
).
(I'm assuming the Chinese version is normative.)
Signed-off-by: William Entriken <github.com@phor.net>
2023-08-29 09:14:48 +08:00
叶枫
345a3a0624
fix: Form 与 Grid 样式冲突问题 ( #44472 )
...
* fix: style
* fix: style
* chore: ref
2023-08-28 22:10:47 +08:00
二货机器人
16f8228249
chore: merge master
2023-08-28 21:56:37 +08:00
二货爱吃白萝卜
a95662d0e1
refactor: button default not use compact style ( #44475 )
...
* refactor: button default not use compact style
* chore: clean up
2023-08-28 21:42:39 +08:00
红果汁
2d1d98790e
fix: color picker open popup when disabled ( #44466 )
2023-08-28 20:16:34 +08:00
二货爱吃白萝卜
97b03dc938
fix: rm useless ts def of upload ( #44468 )
2023-08-28 19:38:03 +08:00
二货爱吃白萝卜
6f2bddd5a1
feat: Table support virtual
( #44349 )
...
* chore: update demo
* chore: adjust fixed style
* chore: opt scroll height
* chore: clean up
* chore: update demo
* chore: bump rc-virtual-list
* chore: update deps
* chore: bump rc-table
* fix: clean up
* chore: fix demo
* test: add test case
2023-08-28 17:36:23 +08:00
红果汁
74f6040cdc
fix: carousel vertical drag issue ( #44460 )
2023-08-28 14:58:42 +08:00
kiner-tang(文辉)
4a896e9df3
feat: Support source in the onSearch handler of Input.Search Component when the value had changed ( #44457 )
...
* feat: Support source in the onSearch handler of Input Component when the value had changed
* feat: Support source in the onSearch handler of Input Component when the value had changed
* feat: Support source in the onSearch handler of Input Component when the value had changed
* feat: optimize code
* feat: optimize code
2023-08-28 14:42:36 +08:00
红果汁
e7c7601bc0
feat: Modal footer support custom render function ( #44318 )
2023-08-28 11:54:43 +08:00
红
3e171a9f4f
feat: default add resetIcon Style ( #41208 )
...
* feat: default add resetIcon Style
chore: remove
test: add case
feat(App): icon reset style feature
Revert "feat(App): icon reset style feature"
This reverts commit be6905553dcabbd490ad60be0c08c8328736bd62.
Revert "chore: remove"
This reverts commit 417d5f90051a342325ccc9b5cbf3d249ab0ec826.
chore: update
chore: update
* chore: update
* chore: resolve import
* chore: update code style
2023-08-28 10:49:18 +08:00
afc163
4ba36dc55e
chore: Update index.zh-CN.md ( #44441 )
...
Signed-off-by: afc163 <afc163@gmail.com>
2023-08-28 09:50:18 +08:00
lijianan
20593afaee
type: revert type import path ( #44453 )
2023-08-28 09:38:50 +08:00
dependabot[bot]
20d12f8ef2
chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 ( #44430 )
...
* chore(deps-dev): bump typescript from 5.1.6 to 5.2.2
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.1.6 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* bump typedoc
* type: fix type
* fix: fix
* type: fix type
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 栗嘉男 <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-08-27 23:57:23 +08:00
二货爱吃白萝卜
ca0396859b
refactor: abstract ribbon style ( #44451 )
2023-08-27 23:48:56 +08:00
github-actions[bot]
c07d61a2c9
chore: auto merge branches ( #44448 )
...
chore: merge master into feature
2023-08-27 07:56:32 +00:00
Stefano Magrassi
b1a57387f7
type: fix notification config typings ( #44163 )
...
* add notification.config typing
* add .node-version file
* remove .node-version
* ignore .node-version file from git
---------
Co-authored-by: lijianan <574980606@qq.com>
2023-08-27 11:06:04 +08:00
LeTuongKhanh
cc2c26b263
fix : type error at align property in dropdown ( #44423 )
2023-08-26 23:51:07 +08:00
二货爱吃白萝卜
4e9ac02b08
fix: Tour panel token & home support dark mode ( #44428 )
...
* docs: update home page
* docs: home support dark mode
* docs: fix mobile
* docs: fix rtl
* docs: update locale
2023-08-25 19:08:52 +08:00
kiner-tang(文辉)
94339be3e9
feat: lunisolar => lunar-typescript ( #44420 )
2023-08-25 11:42:35 +08:00
JiaQi
d7d493eaaa
refactor(notification): reduce the configuration parameter code ( #44372 )
...
* refactor(notification): reduce the configuration parameter code
* chore: modify the return type definition
* chore: delete the initialization function
2023-08-25 09:37:32 +08:00
MadCcc
4755acaeb8
feat: support Input shadow token ( #44410 )
2023-08-25 09:32:39 +08:00
二货爱吃白萝卜
d373bf3d35
feat: Progress.Circle support conic ( #44404 )
...
* feat: support conic
* test: update snapshot
* docs: update doc
* chore: clean up
* docs: update doc
* test: update snapshot
* test: update snapshot
* test: update snapshot
2023-08-25 00:28:38 +08:00
二货爱吃白萝卜
34054509d5
fix: Form xs breakpoint ( #44388 )
2023-08-24 23:37:31 +08:00
MadCcc
68ee32268b
Merge branch 'master' into feature-merge-master
2023-08-24 21:04:48 +08:00
MadCcc
9312b0059e
chore: update icon snapshot ( #44414 )
2023-08-24 21:01:10 +08:00
二货爱吃白萝卜
0dd651c559
docs: Fix Form provider demo ( #44391 )
...
* docs: fix provider demo
* test: update snapshot
2023-08-24 13:27:59 +08:00
xr0master
eaa86351e4
ColorPresets: fix duplicate keys ( #44370 )
...
* ColorPresets: fix duplicate keys
Signed-off-by: xr0master <xr0master@gmail.com>
* Update components/color-picker/components/ColorPresets.tsx
add lint disable
Signed-off-by: xr0master <xr0master@gmail.com>
---------
Signed-off-by: xr0master <xr0master@gmail.com>
2023-08-24 13:26:26 +08:00
MadCcc
2096c01016
feat: Radio add component token ( #44389 )
2023-08-24 11:51:15 +08:00
Amumu
a3bd7a797f
fix: rm useless form inline style ( #44375 )
2023-08-24 10:47:02 +08:00
MadCcc
e91f927784
fix: radio should work in tree ( #44380 )
...
* fix: radio should work in tree
* chore: code clean
2023-08-24 09:47:24 +08:00
二货爱吃白萝卜
4cf3ba1b00
fix: Select popup size in transform layout ( #44378 )
2023-08-23 20:12:26 +08:00
MadCcc
79825c06ed
fix: Table should not crash if filterDropdown is boolean ( #44357 )
...
* fix: Table should not crash if filterDropdown is boolean
* chore: code clean
* chore: use supportNodeRef
2023-08-23 19:23:25 +08:00
yoyo837
f06d85129f
Merge branch 'master' into feature-merge-master
2023-08-23 15:42:33 +08:00
红
5d522a374a
chore: remove duplicate styles ( #44368 )
...
genBasicInputStyle 方法中已经包括 genActiveStyle 了
2023-08-23 12:26:05 +08:00
二货爱吃白萝卜
f5fcb7010d
fix: rm useless form inline style ( #44360 )
2023-08-22 23:53:18 +08:00
dingkang
477b1ec2f3
feat: migrate less to token for Form ( #42774 )
...
* docs: migrate less to token for Form
* feat: migrate less to token for Form
* feat: migrate less to token for Form
* test: update form snapshots
* feat: migrate less to token for Form
* chore: code clean
* chore: code clean
* feat: form token
* chore: add comment
* chore: update docs
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-08-22 17:05:56 +08:00
dingkang
d57c86d92c
feat: migrate less to token for DatePicker ( #42607 )
...
* feat: migrate less to token for time-picker
* feat: add component-token demo
* feat:update token with API Naming rules
* feat: migrate less to token for Time-pikker
* chore: code clean
* chore: code clean
* chore: udpate
* feat: picker token
* chore: add comment
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-08-22 16:28:20 +08:00
AN
af301a9822
fix(date-picker):fix format type processing for showTime. ( #44306 )
...
* fix(date-picker):fix format type processing for showTime.
* test✅ : Add showTime should work correctly when format is Array test
2023-08-22 13:00:42 +08:00
MadCcc
820a9213c3
feat: Spin token ( #44334 )
...
* feat: Spin token
* chore: code clean
2023-08-22 11:47:07 +08:00
MadCcc
d1d3b57dcb
feat: input token ( #44325 )
...
* feat: input token
* feat: input number token
* feat: input token
* fix: date-picker & calendar
* fix: calendar style
* fix: token use
2023-08-22 09:38:11 +08:00
二货机器人
beb61e6751
chore: fix lint
2023-08-21 23:22:36 +08:00
二货机器人
be80d1fb5c
chore: clean up
2023-08-21 23:09:49 +08:00
二货机器人
73c5ce1294
test: update snapshot
2023-08-21 22:07:56 +08:00
二货机器人
3f8461840c
chore: merge master
2023-08-21 22:03:41 +08:00
二货爱吃白萝卜
b26e3a77f9
fix: WaterMark clip logic ( #44321 )
...
* fix: cut logic
* chore: fix size
* test: update snapshot
* chore: rm useless code
2023-08-21 20:15:49 +08:00
kiner-tang(文辉)
8e7d02cf53
feat: support closeIcon ( #44312 )
...
* feat: support closeIcon
* feat: update comment
* feat: optimize code
2023-08-21 17:02:31 +08:00
thinkasany
3b5e3e84bc
docs(tabs): remove useless string in Description ( #44307 )
2023-08-21 10:03:48 +08:00
叶枫
65fd05c344
style: add prettier-plugin-sort-imports ( #44287 )
...
* style: sort
* style: sort
* style: sort
* style: sort
* style: 规则调整
* style: 规则调整
2023-08-21 10:03:15 +08:00
栗嘉男
f91bc7baa4
test: update snap
2023-08-21 00:26:32 +08:00
栗嘉男
7fe4d4e844
Merge branch 'master' into feature-merge-master
2023-08-20 21:07:24 +08:00
thinkasany
8afbe6939e
docs(demo): Replace backticks with single quotes ( #44302 )
2023-08-20 20:32:09 +08:00
栗嘉男
39ca9d89f4
chore: merge master into feature
2023-08-18 15:01:08 +08:00
lijianan
d375cbd1b6
feat: Avatar support size from ConfigProvider ( #44288 )
...
* feat: Avatar support size from ConfigProvider
* Update components/avatar/avatar.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* test: update snap
* Update components/avatar/AvatarContext.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-08-18 14:54:35 +08:00
lijianan
3b913cf17b
site: add internationalization for docs ( #44263 )
...
* site: add internationalization for docs
* fix
* Update .dumi/theme/common/Color/ColorPaletteTool.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
* fix: fix
* fix: fix
* fix: fix
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-08-18 10:41:45 +08:00
MadCcc
74d9654423
feat: tree token ( #44282 )
2023-08-18 10:23:57 +08:00
kouchao
ce687c50b1
fix(ColorPicker): color clear deformation ( #44258 ) ( #44273 )
...
* fix(ColorPicker): color clear deformation (#44258 )
* chore: merge styles
2023-08-18 10:04:01 +08:00
红果汁
73cfd37b77
fix: Descriptions
key prop issue ( #44278 )
...
* fix: descriptions throw react key prop error in jsx mode
* chore: update test
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-08-17 21:12:10 +08:00
JiaQi
2e18b63cec
feat(list): list support using the componentSize configuration size from ConfigProvider ( #44267 )
...
* feat(list): list support using the componentSize configuration size from ConfigProvider
* chore: update snapshot
2023-08-17 17:55:46 +08:00
kiner-tang(文辉)
f1c38bf9e0
site(Calendar): add lunar calendar demo ( #44166 )
...
* feat: update demo
* feat: update demo
* feat: update demo
* feat: update demo
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
2023-08-17 17:12:51 +08:00
MadCcc
030f38594c
feat: cascader token ( #44261 )
...
* feat: cascader token
* docs: en
2023-08-17 15:03:23 +08:00
@linhf2023
cdc4e50873
feat: migrate less to token for Alert ( #42142 )
...
* feat: migrate less to token for Alert
* fix: lint
* feat(alert): add component token demo
* test: add snap
* Update docs/react/migrate-less-variables.zh-CN.md
Co-authored-by: MadCcc <1075746765@qq.com>
* feat(alert): update token name
* feat(alert): update demo
* feat: update snap
* doc: update migrate
* chore: code clean
* feat: alert token
* chore: code clean
* chore: fix lint
---------
Co-authored-by: @linhf2023 <32009993+any1024@users.noreply.github.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-08-17 15:00:04 +08:00
MadCcc
27e54c9e97
feat: Button support contentFontSize token ( #44257 )
...
* feat: Button support contentFontSize token
* fix: token
2023-08-17 13:51:39 +08:00
AN
808452e49d
fix(DataPicker):fix picker content is not centered ( #44245 )
...
* Update index.ts
fix(DataPicker):fix picker content is not centered
Signed-off-by: AN <455454007@qq.com>
* fix(DataPicker):fix picker content is not centered
Signed-off-by: AN <455454007@qq.com>
---------
Signed-off-by: AN <455454007@qq.com>
2023-08-17 13:15:26 +08:00
苟培烜
9ba9da244a
fix: ColorPicker HEX input cursor jump bug ( #44137 )
...
* fix(color-picker): when inputting in the HEX,if you input a lowercase letter,the cursor will jump to the tail,and me fixed it.
* test: fix ColorPicker snapshot
---------
Co-authored-by: afc163 <afc163@gmail.com>
2023-08-16 20:45:39 +08:00
Grant Chan
947ea38325
fix(Button): fix fontSizeSM token not working ( #44217 )
...
Co-authored-by: Grant Chan <grantchan@metaarchit.com>
2023-08-16 20:14:32 +08:00
JiaQi
b9f77fde6c
feat: migrate less to token for Switch ( #42192 )
...
* feat: migrate less to token for Switch
* chore: add demo
* chore: code clean
* chore: update demo
* docs: update docs en
* chore: code clean
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-08-16 19:17:12 +08:00
Konv Suu
83e3b5218a
docs(Tabs): update animated prop's description ( #44227 )
2023-08-15 19:24:40 +08:00
MadCcc
65989b4eff
feat: select component token ( #44228 )
...
* feat: select token
* feat: select token
* docs: add demo
2023-08-15 17:05:06 +08:00
Wing
4fb448ffac
doc: upload doc line break ( #44234 )
2023-08-15 15:13:04 +08:00
Kyriewen
9ec85346fd
docs(cascader): fix allowClear default value in doc ( #44230 )
...
Co-authored-by: zbw01218944 <zbw01218944@alibaba-inc.com>
2023-08-15 15:12:45 +08:00
MadCcc
d493594ffe
docs: fix menu sider-current demo ( #44222 )
2023-08-15 13:42:28 +08:00
lijianan
20cb8fc49f
site: revert lost api description ( #44216 )
2023-08-15 09:31:49 +08:00
kiner-tang(文辉)
41cb8be608
fix(DatePicker): optimize RangePicker's range area style ( #44206 )
...
* feat: optimize range-picker's range area style
* feat: optimize range-picker's range area style
* feat: optimize range-picker's range area style
2023-08-14 20:59:34 +08:00
MadCcc
009779c21e
chore: collapse token meta ( #44211 )
2023-08-14 20:39:31 +08:00
红
1b479c4b45
feat(collapse): migrate less to token ( #42938 )
...
* feat(collapse): migrate less to token
* docs: add component token demo
* test: update snapshot
* chore: update snapshot
* chore: code clean
* chore: code clean
* chore: update
* chore: update demo
* chore: style
* chore: fix lint
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-08-14 19:19:32 +08:00
猫猫
e0e373f301
fix(badge): fix badge number is rtl ( #43998 )
...
* fix(badge): fix badge number is rtl
* test: fix snapshots
* feat: use dir attribute instead of bdi
* test: update snapshots
* test: back of snapshot
---------
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-08-14 19:14:46 +08:00
红
6a6f1b741f
feat(badge): migrate less to token ( #42778 )
...
* chore: update
* docs: add component token demo
* test: update snapshot
* chore: update
* test: update snapshot
* feat: token
* chore: update snapshot
* chore: code clean
* chore: code clean
* chore: code clean
* chore: code clean
* chore: update
* chore: fix lint
* fix: fontsizesm
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-08-14 17:18:42 +08:00
二货爱吃白萝卜
ee984fee0a
fix: Modal open should not block dropdown hidden ( #44204 )
...
* refactor: adjust style
* fix: not event when hovering
* chore: add comment
2023-08-14 16:31:57 +08:00
hms181231
db07a2fe0a
feat: Progress Component Token ( #42757 )
...
* feat: Progress Component Token
* feat: add defaultColor&circleTextColor update infoTextColor -> textColor
* chore: update
* chore: add comment
* chore: update snapshot
* chore: fix lint
* chore: rm ignore file
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-08-14 15:24:01 +08:00
MadCcc
6de03aef37
feat: Tabs support token ( #44201 )
2023-08-14 15:00:30 +08:00
github-actions[bot]
0a4463e68a
chore: auto merge branches ( #44202 )
...
chore: feature merge master
2023-08-14 06:19:20 +00:00
二货爱吃白萝卜
72b449a1a4
docs: update faq ( #44198 )
...
* docs: update faq
* chore: update lint
* chore: update lint
* chore: use returnType
2023-08-14 13:32:57 +08:00
Electrolux
56f2bc5072
fix: (tabs)Unexpected color change in the click area of the mobile tabs component ( #44200 )
2023-08-14 12:08:25 +08:00
MadCcc
a5203ebb80
feat: layout token ( #44174 )
...
* feat: layout token
* feat: layout component token
2023-08-11 19:37:44 +08:00
hms181231
1c1ebbe36d
feat: Divider Component Token ( #42627 )
...
* feat: Divider Component Token
* feat: 更改token命名规范
* feat: 增加token demo
* test: Update Test Snapshots
* feat: token
* chore: update
* fix: lint
* chore: lint
* chore: update snapshot
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-08-11 13:43:44 +08:00
MadCcc
ba90af13c0
Merge branch 'master' into feature-merge-master
2023-08-10 22:17:15 +08:00
二货爱吃白萝卜
54081c800a
fix: Badge dot with status ( #44153 )
...
* fix: Badge with dot not processing
* test: update snapshot
2023-08-10 17:10:09 +08:00
红
da35a10f29
fix: update Modal defaultFooter Button disabled logic ( #43055 )
...
* test: add unit test
* fix: update disabled logic
* Revert "test: add unit test"
This reverts commit 7559a15af6
.
* test: add unit case
* test: update snapshot
* chore: update logic
* Revert "chore: update logic"
This reverts commit 89e2233eda
.
2023-08-10 16:48:28 +08:00
JiaQi
aa7c45fb26
fix(Descriptions): nested Descriptions are affected by the external border style ( #43454 )
...
* fix: nested Descriptions are affected by the external border style
* chore: add test case
2023-08-10 14:06:13 +08:00
MadCcc
8d1a41709f
fix: image preview operations color ( #44141 )
2023-08-10 13:40:34 +08:00
afc163
e283ebf2e3
test: update Select jest snapshot ( #44140 )
...
* chore: update snapshot
* test: fix test case of Form Select
2023-08-10 00:43:44 +08:00
二货爱吃白萝卜
1a86204053
feat: Form validateFields support recursive ( #44130 )
2023-08-09 16:35:19 +08:00
daisy
baa24a6ef9
fix(Upload): gif thumb url base64 type should be corrected ( #44083 )
...
* fix(Upload): gif thumb url base64 type should be corrected
* fix: add revokeObjectURL
* case: update
* case: remove comment
* fix: addEventListener -> onload
---------
Co-authored-by: afc163 <afc163@gmail.com>
2023-08-09 15:19:25 +08:00
daisy
a48e17717c
demo(Checkbox): adjust check-all demo ( #44127 )
...
* demo(Checkbox): adjust check-all demo
* chore: semantic
2023-08-09 14:32:54 +08:00
daisy
a67f943d39
feat(Cascader): support autoClearSearchValue ( #44033 )
...
* feat(Cascader): support autoClearSearchValue
* type: add type
2023-08-09 11:57:01 +08:00
daisy
cfdc4463ba
docs(Image): fix render originalNode ts ( #44125 )
2023-08-09 11:52:35 +08:00
MadCcc
5465975b1a
feat: table component token ( #44118 )
...
* feat: table component token
* chore: add typedoc
2023-08-09 10:52:39 +08:00
MadCcc
12efe328ac
docs: optimize site layout ( #44111 )
...
* docs: sticky header
* docs: adjust floatbutton zindex
* chore: code clean
2023-08-08 19:48:41 +08:00
kiner-tang(文辉)
2f8fa45df3
docs: Add rootClassName in doc ( #44061 )
...
* docs: update rootClassName description
* docs: update rootClassName description
* docs: update docs
2023-08-08 18:27:48 +08:00
MadCcc
bb4b3f68c5
fix: FloatButtonGroup menu mode should support badge ( #44109 )
...
* fix: FloatButtonGroup menu mode should support badge
* chore: better condition
* chore: code clean
2023-08-08 18:05:16 +08:00
二货爱吃白萝卜
8a3870fc31
feat: Watermark support nest Modal & Drawer ( #44104 )
...
* docs: add demo
* refactor: init
* refactor: of it
* refactor: simple content
* chore: unique func
* chore: refactor
* chore: support modal watermark
* feat: support nest watermark
* test: add test case
* chore: fix lint
* chore: bump rc-image
* test: add test case
* refactor: use same func
2023-08-08 16:48:26 +08:00
kiner-tang(文辉)
7ff17e02a2
docs: update faq about auto-complete ( #44082 )
...
* docs: update faq about auto-complete
* docs: update faq about auto-complete
* docs: update docs
* Update components/auto-complete/index.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
---------
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-08-08 15:33:53 +08:00
MadCcc
bd1ca16294
chore: type guard ( #44103 )
2023-08-08 15:13:21 +08:00
MadCcc
4fe27ba027
feat: button component token ( #44090 )
...
* feat: button component token
* chore: add demo
* chore: update
2023-08-08 14:03:31 +08:00
lihuan-bot
40febebe6e
docs: The parameter is different from the actual ( #44101 )
2023-08-08 13:49:52 +08:00
afc163
59dd632fc3
style: fix Carousel dots reset style ( #44076 )
...
https://codesandbox.io/s/basic-antd-5-8-2-forked-x3rgjy?file=/demo.tsx
2023-08-08 13:45:34 +08:00
二货爱吃白萝卜
3f85a200a0
chore: remove space useless style ( #44098 )
2023-08-08 11:41:53 +08:00
kiner-tang(文辉)
9d122a6c10
feat(AutoComplete): AutoComplete support rootClassName ( #44055 )
...
* feat: AutoComplete support rootClassName
* feat: AutoComplete support rootClassName
* feat: update snap
* feat: optimize code
* feat: optimize code
* Update components/auto-complete/demo/basic.tsx
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
* feat: update snap
* Update components/auto-complete/index.en-US.md
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
* Update components/auto-complete/index.zh-CN.md
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
* feat: optimize code
* feat: optimize code
---------
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
2023-08-08 10:50:34 +08:00
MadCcc
5423649bd9
fix: should compatible with cssinjs < 1.15 ( #44091 )
...
* fix: should compatible with cssinjs <= 1.16
* chore: comment
2023-08-08 10:37:40 +08:00
thinkasany
e767502bdb
docs(demo): add showIcon demo ( #44019 )
...
* docs: add showIcon demo
* fix: update snap
2023-08-08 09:57:18 +08:00
github-actions[bot]
bd54d4e11a
chore: auto merge branches ( #44085 )
...
chore: feature merge master
2023-08-07 12:52:18 +00:00
afc163
c5a1ee8b66
fix: Carousel should support id property ( #44079 )
2023-08-07 19:57:58 +08:00
kiner-tang(文辉)
5351fac42a
feat: Badge.Ribbon support rootClassName ( #44056 )
...
* feat: Badge.Ribbon support rootClassName
* docs: update rootClassName description
* feat: optimize code
* feat: optimize code
2023-08-07 18:06:44 +08:00
kiner-tang(文辉)
dcba47bbf5
feat: Input.TextArea support rootClassName ( #44058 )
...
* feat: Input.TextArea support rootClassName
* feat: optimize code
* feat: optimize code
* feat: add rootClassName test
2023-08-07 18:06:06 +08:00
kiner-tang(文辉)
77ecdcba8b
feat(DatePicker): RangePicker support rootClassName ( #44057 )
...
* feat: RangePicker support rootClassName
* feat: optimize code
* feat: optimize code
* feat: optimize code
2023-08-07 18:05:34 +08:00
kiner-tang(文辉)
915514f9de
feat: TimePicker support rootClassName ( #44059 )
...
* feat: TimePicker support rootClassName
* feat: optimize code
2023-08-07 18:05:05 +08:00
kiner-tang(文辉)
9436ece6e3
feat: upload support rootClassName ( #44060 )
...
* feat: upload support rootClassName
* feat: optimize code
* feat: optimize code
2023-08-07 18:04:44 +08:00
二货爱吃白萝卜
c583f9a0ad
fix: useLayoutEffect to fix shaking list ( #44075 )
2023-08-07 16:04:55 +08:00
二货爱吃白萝卜
5e9ef6803b
feat: Form requiredMark support renderProps ( #44073 )
...
* feat: Form requiredMark support renderProps
* test: add test case
* test: update snapshot
2023-08-07 15:11:06 +08:00
kiner-tang(文辉)
6c706908fc
feat: update the demo of InputNumber ( #44049 )
2023-08-07 11:25:18 +08:00
二货爱吃白萝卜
e8f9f6a88d
docs: Add happy wave package ( #44031 )
...
* docs: theme add happy work
* docs: update happy
* fix: lint
* docs: rename
2023-08-07 10:44:04 +08:00
二货爱吃白萝卜
9427c264f4
docs: misc update ( #44034 )
...
* docs: misc update
* docs: update
* docs: update
* docs: update
* Update components/form/index.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com>
---------
Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-08-07 10:42:15 +08:00
afc163
fee14ecdf6
style: fix Pagination buttons transition style ( #44030 )
2023-08-04 20:56:22 +08:00
MuxinFeng
63bb664b7d
style: addon size should inherit from props ( #44000 )
...
* style: addon size should inherit from props
* fix: do not inherit when size equals small
2023-08-04 18:24:03 +08:00
MuxinFeng
58feeeeada
style: fix popconfirm btn style ( #44022 )
...
Co-authored-by: afc163 <afc163@gmail.com>
2023-08-04 18:08:27 +08:00
kiner-tang(文辉)
01c24c2585
docs(Tag): update tag demo ( #44010 )
...
* feat: update tag demo
* feat: update tag demo
* feat: update tag demo
* feat: update snap
2023-08-04 16:58:32 +08:00
Bart Piotrowski
fb00f1cae1
fix: RangePicker allowClear does not disable the clear button ( #44015 )
...
* respect allowClear===false in date picker
* remove clear icon from snapshot
reflects actual desired outcome when allowClear is false
* test allowClear undefined and false scenarios
* use nested clearIcon if passed
* vanilla parameters, more robust merge
* no need to check allowClear for truthyness
2023-08-04 16:14:56 +08:00
二货爱吃白萝卜
6e3a9080bf
fix: Checkbox & Radio not support customize wave ( #44014 )
...
* chore: fix checkbox
* chore: checkbox support disabled
* chore: radio support wave
* test: update test case
* chore: fix lint
* test: update snapshot
* test: update snapshot
* test: fix test case
* test: update test case
2023-08-04 11:22:33 +08:00
thinkasany
bbe1ea82c5
type(menu): use React.isValidElement replace any ( #43989 )
...
* type(menu): use React.isValidElement replace any
* fix
2023-08-03 20:17:32 +08:00
二货爱吃白萝卜
92e36315c5
chore: adjust Form renderProps def ( #43996 )
...
* chore: adjust Form renderProps def
* chore: fix compile
2023-08-03 17:12:53 +08:00
wving5
ee61b997dc
docs: fix misdocumented component token meta ( #43994 )
...
* docs: fix misdocumented component token meta
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: cty <>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-08-03 17:05:21 +08:00
JiaQi
4da3922a2c
fix(table): fix expand icon and column shrinking in RTL ( #43977 )
2023-08-03 12:30:55 +08:00
thinkasany
fb9c0562a0
type(Cell): use JSX.IntrinsicElements replace any ( #43932 )
2023-08-03 12:18:57 +08:00
二货爱吃白萝卜
b2a3c48d4a
docs: update input-number faq ( #43981 )
...
* docs: update input-number faq
* chore: clean up
2023-08-03 11:40:45 +08:00
MadCcc
8f2de9a9d7
fix: disabled pagination should not have hover and focus style ( #43970 )
...
* fix: disabled pagination should not have hover and focus style
* fix: update snapshot
* chore: raise size-limit
2023-08-02 22:04:00 +08:00
MadCcc
c640cbcb53
chore: update snapshot ( #43957 )
...
* chore: update snapshot
* chore
2023-08-02 15:33:29 +08:00
kiner-tang(文辉)
24697bbb06
fix: deprecated clearIcon prop ( #43945 )
...
* feat: clearIcon
* feat: clearIcon
* Update components/select/utils/iconUtil.tsx
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
* feat: clearIcon
* chore: raise size-limit
---------
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-08-02 14:21:11 +08:00
二货爱吃白萝卜
5d3b45551d
test: snapshot of demo warning message ( #43947 )
...
* test: init of test
* test: update snapshot
* test: update snapshot
* chore: adjust size limit
* test: update snapshot
* test: update snapshot
* test: update snapshot
* chore: update snapshot
---------
Co-authored-by: lijianan <574980606@qq.com>
2023-08-02 14:20:13 +08:00
MadCcc
ed5356e38e
type: export MappingAlgorithm ( #43953 )
2023-08-02 10:54:27 +08:00
lijianan
755e1227f4
test: update icon snap ( #43942 )
...
* test: update snap
* chore: bump icons
---------
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-08-02 02:15:02 +08:00
thinkasany
23040aa25f
chore: remove useless any & add CSSProperties type ( #43921 )
2023-08-01 01:26:41 +08:00
Gundsambuu
cc76cac953
fix: ant-design/icons import refactor ( #43915 )
...
which reduces @ant-design/icons bundle size on nextJS 13.
2023-07-31 23:55:25 +08:00
github-actions[bot]
fc45356cfa
chore: auto merge branches ( #43920 )
...
chore: master merge feature
2023-07-31 14:16:49 +00:00
二货爱吃白萝卜
4eb6074bb7
fix: Anchor not trigger getCurrentAnchor
when scroll ( #43916 )
...
* docs: update doc
* fix: getCurrentLink not trigger when scroll
2023-07-31 18:26:33 +08:00
thinkasany
3f6defb22c
type: optimize triggerPaginationEvent type ( #43905 )
...
* type(list): optimize triggerPaginationEvent type
* fix
* fix
* fix
* Update components/list/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-07-31 15:09:21 +08:00
Yee
59342fbfb9
fix(input-number): the number input radius style in different size ( #43875 )
...
* fix: the number input radius style in different size
* fix: make style token as a function
---------
Co-authored-by: yee.wang <yee.wang@lazada.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-07-31 13:22:27 +08:00
叶枫
8a165947d0
refactor: Form support namePath
type check ( #43904 )
...
* chore: up form
* chore: test
2023-07-31 11:18:02 +08:00
Amumu
b7eefe5a86
chore: fix comment and feature merge master ( #43899 )
...
* site: optimize site style in mobile (#43895 )
* site: ptimize site style in mobile
* fix
* fix: 合并冲突时注释错行
---------
Co-authored-by: lijianan <574980606@qq.com>
2023-07-30 22:22:50 +08:00
lijianan
41d0a775c1
site: optimize site style in mobile ( #43895 )
...
* site: ptimize site style in mobile
* fix
2023-07-30 19:16:30 +08:00
栗嘉男
d7cc34f9d8
test: add test case
2023-07-29 16:16:14 +08:00
栗嘉男
ec86f50650
test: update snap
2023-07-28 21:09:02 +08:00
栗嘉男
0ae6a39778
Merge branch master into master-merge-feature
2023-07-28 17:43:42 +08:00
二货爱吃白萝卜
418f95eb6c
fix: tooltip not effect on disabled element ( #43872 )
...
* fix: disabled wrapper
* test: update snapshot
* chore: fix lint
2023-07-28 17:39:38 +08:00
栗嘉男
5933e6473f
fix: fix lint
2023-07-28 17:15:04 +08:00
栗嘉男
236aba5373
fix: fix lint
2023-07-28 17:04:00 +08:00
栗嘉男
674ff129ce
Merge branch master into master-merge-feature
2023-07-28 16:43:15 +08:00
二货爱吃白萝卜
2cdf586291
chore: fix lint ( #43873 )
...
* chore: fix lint
* chore: fix lint
* test: fix 16
* fix: lint
2023-07-28 16:17:43 +08:00
红果汁
de7155234a
fix: ColorPicker onChangeComplete not called when change value ( #43867 )
...
* fix: color-picker onChangeComplete not called when change value
* refactor: optimized code
2023-07-28 14:36:46 +08:00
thinkasany
3ac6308f2e
chore: code style optimization ( #43865 )
2023-07-28 12:15:30 +08:00
二货爱吃白萝卜
a96e1bf04e
docs: fix ssr a link style ( #43862 )
2023-07-28 11:17:29 +08:00
lijianan
deea6feecf
feat: Avatar.Group support shape props ( #43817 )
...
* feat: Avatar.Group support shape props
* test: update snap
* test: add test case
* Update components/avatar/avatar.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix
* test: update test case
* fix: rename
* rename
* fix
* fix
* fix
* fix demo
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-07-27 20:04:32 +08:00
二货爱吃白萝卜
6ff18d1786
enhance: antd style at top ( #43847 )
2023-07-27 16:07:48 +08:00
kiner-tang(文辉)
8000750b34
feat: TimePicker support customize clearIcon ( #43839 )
2023-07-27 14:20:18 +08:00
kiner-tang(文辉)
d64f8f60c0
feat: TreeSelect support customize clearIcon ( #43842 )
2023-07-27 14:19:55 +08:00
lijianan
82090a1dc2
docs: translate ( #43832 )
2023-07-27 12:32:05 +08:00
kiner-tang(文辉)
a4b842d137
feat: textarea support customize clear icon ( #43836 )
2023-07-27 11:58:26 +08:00
kiner-tang(文辉)
e2e46bbed7
docs: update docs ( #43837 )
2023-07-27 11:43:12 +08:00
MadCcc
94b3d03765
feat: component token support algorithm ( #43810 )
...
* feat: component theme
* feat: component token support algorith,
* docs: fix form
* chore: add test
* chore: fix test case
* chore: code clean
* chore: code clean
* chore: code clean
* docs: update toc
* chore: update cssinjs
* chore
2023-07-27 11:31:38 +08:00
kiner-tang(文辉)
4858e60fe6
feat: DatePicker support customize allowClear ( #43811 )
2023-07-27 10:23:26 +08:00
thinkasany
d9564f7b93
type(typography): use EllipsisConfig replace any ( #43831 )
2023-07-27 10:18:47 +08:00
二货爱吃白萝卜
b3ccc46ebe
feat: form support strict ( #43828 )
2023-07-27 09:56:05 +08:00
红
ac3d9173c6
feat(range-picker): preset value support callback function ( #43476 )
...
* chore(deps): bump rc-picker@3.11.0
* feat(range-picker): preset value support callback function
* docs: update docs
* docs: update since version
* test: update snapshot
2023-07-26 19:02:17 +08:00
JiaQi
9088414d54
fix: Modal.confirm locale setting were reset ( #43277 )
...
* fix: Modal.confirm locale setting were reset
* chore: add test case
* test: update test case
* fix: lint
* fix: format
---------
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-07-26 18:56:27 +08:00
MadCcc
425e6ce697
chore: update test case ( #43824 )
2023-07-26 17:50:37 +08:00
红
278262adbe
chore: fix description overlap in Slider handle ( #43780 )
...
fix #43731
2023-07-26 17:38:27 +08:00
daisy
fe0afd3795
feat(Image): support movable ( #43823 )
2023-07-26 16:28:49 +08:00
二货爱吃白萝卜
39d3baef43
enhance: not extract message notification style in SSR ( #43808 )
...
* enhance: message not render style in SSR
* enhance: notification not render style in SSR
* docs: not render App if in demo page
2023-07-26 11:03:42 +08:00
afc163
2d3c97979d
fix: Select aria-activedescendant wrong value ( #43800 )
2023-07-26 10:09:04 +08:00
daisy
86833b9768
demo(Tabs): tab size should not change when dragging ( #43786 )
...
* demo(Tabs): tab size should not change when dragging
* demo: update
2023-07-25 19:47:45 +08:00
thinkasany
f78f7bfef9
chore(form): code style optimization ( #43793 )
...
* chore(form): code style optimization
* fix: add type CSSMotionProps
* Update ErrorList.tsx
* Update FormItemLabel.tsx
* Update FormItemLabel.tsx
2023-07-25 19:47:05 +08:00
github-actions[bot]
0e08e13062
chore: auto merge branches ( #43792 )
...
chore: Feature merge master
2023-07-25 09:03:11 +00:00
二货爱吃白萝卜
fcfbb9a205
feat: pass autoAdjustOverflow to Slider tooltip ( #43788 )
...
* feat: pass autoAdjustOverflow to Slider tooltip
* test: update test case
2023-07-25 16:39:54 +08:00
二货机器人
fcce7c3fdb
chore: merge master
2023-07-25 16:32:15 +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
kiner-tang(文辉)
bc05a48cf5
feat: Cascader support customize clear button ( #43776 )
...
* feat: AutoCOmplete support customize clear button
* feat: update snapshots
* feat: update snapshots
* feat: reset prettier format
* docs: update docs
* feat: reset prettier format
* docs: update docs
2023-07-25 15:20:04 +08:00
lijianan
d34b4e1e15
feat: Transfer support custom dropdown Icon ( #43773 )
...
* feat: Transfer support custom dropdown Icon
* fix
* fix
* test: add test case
* rename
2023-07-25 14:05:52 +08:00