Commit Graph

18428 Commits

Author SHA1 Message Date
thinkasany
35d4ab7e4a
chore: remove unused code (#51508) 2024-11-06 16:55:16 +08:00
Зухриддин Камильжанов
efc754c3e9
(enhance): improve translations (#51407)
* (enhance): improve translations

* run tests
2024-11-06 14:55:17 +08:00
二货爱吃白萝卜
6f8726fdce
fix: Tree style mistake (#51492) 2024-11-05 16:18:53 +08:00
二货爱吃白萝卜
4f1e56f31c
docs: fix docs mistake (#51491) 2024-11-05 15:19:03 +08:00
二货爱吃白萝卜
718609102b
fix: TimePanel not scrollable (#51481) 2024-11-04 17:18:03 +08:00
thinkasany
e8f7b0a620
docs(inputNumber): fix focus version to 5.22.0 (#51478) 2024-11-04 15:18:48 +08:00
thinkasany
299c394c81
demo(InputNumber): add version tag (#51466) 2024-11-04 14:54:33 +08:00
Jony J
a03e2024d4
refactor(qr-code): improve a11y attributes handling in QRCode component (#51421)
* refactor(qr-code): improve a11y attributes handling in QRCode component

* test: update snapshot

* feat(qr-code): improve a11y attributes handling in QRCode component

* chore: remove useless code

* test: add test case

* chore: remove data attr and update test cases

* chore: omit a11yProps from props
2024-11-04 14:50:00 +08:00
Jony J
6380fc7a95
feat: improve focus behavior (#51444)
* feat: improve focus behavior

* test: update snapshot

* chore(deps): bump rc-input-number version

* chore: remove useless code

* test: update snapshot
2024-11-01 17:21:02 +08:00
thinkasany
eb219058c1
fix(Typography): fix no change when switching locale (#51453)
* fix(Typography): fix ConfigProvider locale settings

* add demo

* add test case

* Revert "add demo"

This reverts commit cf1d757f31.
2024-11-01 16:53:48 +08:00
Jony J
f73825ba74
feat(cascader): add disabled api for panel (#51272)
* feat: add disabled api for panel

* feat: improve demo

* test: update snapshot

* test: update snapshot

* test: update snapshot
2024-11-01 15:29:48 +08:00
Jony J
08a9325182
feat: add a11y test for components demo (#51414)
* test: add accessibility test utilities

* refactor(tests): replace polling with Promise chain for axe test queue management

* test: add a11y test for components demo

* feat: add a11y test utils

* test: add a11y test for components demo

* test: add a11y test for components demo

* chore: remove unnecessary code

* feat: add polyfill for test environment

* test: add a11y test for components demo

* test: add a11y test for components demo

* chore: adjust code style
2024-11-01 11:30:11 +08:00
𝑾𝒖𝒙𝒉
3f8943e274
chore: fix lint (#51452) 2024-10-31 17:36:25 +08:00
Muhammad Abuzar
49cf576f46
docs: documentation improvement (#51442)
* Update index.en-US.md

Corrected a grammar error in shape prop 

Signed-off-by: Muhammad Abuzar <muhammadabuzar010@gmail.com>

* Update components/button/index.en-US.md

Signed-off-by: lijianan <574980606@qq.com>

* Update components/button/index.en-US.md

Signed-off-by: lijianan <574980606@qq.com>

---------

Signed-off-by: Muhammad Abuzar <muhammadabuzar010@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-10-31 08:04:11 +08:00
Amumu
8eee04b20f
fix: event should be optional (#51419)
* event should be optional

* revert ts
2024-10-29 17:22:43 +08:00
Jony J
34c28a6ac1
feat(input-otp): add onInput api for otp (#51289)
* feat(input-otp): add onInput api for otp

* feat(input-otp): add test case

* fix: test case error

* docs: add release  version

* docs: add release  version

* docs: update en-US document release version

* Update components/input/index.zh-CN.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: Jony J <82765353+aojunhao123@users.noreply.github.com>

* docs: update docs

* feat: modify onInput parameter type

* test: fix test case

* docs: update docs

* docs: update docs

---------

Signed-off-by: Jony J <82765353+aojunhao123@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-10-28 18:53:14 +08:00
afc163
1687634565
fix: Collapse a11y issue and cursor style (#51400) 2024-10-28 17:41:28 +08:00
叶枫
7410b536b4
feat: Description item support block (#51365)
* feat: Descriptions support row

* feat: review

* feat: snap

* feat: test

* feat: review

* feat: review

* feat: test

* feat: test

* feat: add calc span

* feat: snap

* feat: block

* feat: test change block

* feat: doc

* feat: doc

* feat: test

* feat: empty text test

* feat: row > block

* feat: remove block

* feat: filled

* feat: fiiled 逻辑修正 最后一个始终补齐

* feat: doc

* feat: review

* feat: review

* feat: review
2024-10-28 15:19:39 +08:00
zmbxy
a8d9aeecbd
feat: Tree component adds nodeHoverColor and nodeSelectedColor tokens (#51367)
Co-authored-by: zmbxy <zhaoqingwei@wangtai-tech.com>
2024-10-27 00:06:02 +08:00
𝑾𝒖𝒙𝒉
c69e943eeb
fix(icon-button): Button icon not vertically centered error (#51381) 2024-10-26 23:54:03 +08:00
ustcfury
55835153e8
fix: add Input cursor disabled (#51387)
Co-authored-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com>
2024-10-26 23:49:24 +08:00
Jony J
5f8a5d2149
fix(Spliter): expand collapse button click area for improved usability (#51383) 2024-10-26 23:47:07 +08:00
二货爱吃白萝卜
e12a76b3ab
enhance: Resolve Splitter ssr render view (#51378)
* chore: ssr fix

* test: add test case

* test: fix test logic

* test: update snapshot
2024-10-25 17:23:12 +08:00
二货爱吃白萝卜
1c7613b27f
fix: use locale of empty img title (#51368) 2024-10-24 20:48:36 +08:00
Guo Yunhe
158b4c7539
Cascader and TreeSelect support prefix props (#51276)
* feat(TreeSelect): TreeSelect supports prefix prop

* feat(Cascader): Cascader supports prefix prop
2024-10-24 10:37:28 +08:00
𝑾𝒖𝒙𝒉
5a5a412a3f
♻️ refactor: Defensive programming (#51360) 2024-10-23 22:18:55 +08:00
Dzmitry Yarmoshkin
ec5e6c4e42
fix(Checkbox): indeterminate state (#51350) 2024-10-23 16:28:03 +08:00
Guo Yunhe
02fc70eb4b
DatePicker and TimePicker support prefix props (#51335)
* feat(DatePicker): DatePicker supports prefix prop

* feat(TimePicker): TimePicker supports prefix prop
2024-10-23 15:00:35 +08:00
𝑾𝒖𝒙𝒉
bb58221893
site(api-table): support show deprecated api (#51342) 2024-10-23 11:25:33 +08:00
afc163
e0e0cc211e
style: fix DirectoryTree style (#51210) 2024-10-22 20:35:45 +08:00
𝑾𝒖𝒙𝒉
badbd80eb4
feat(Table): column filterDropdownProps support (#51297)
Co-authored-by: afc163 <afc163@users.noreply.github.com>
2024-10-22 17:50:17 +08:00
thinkasany
4c71116efd
docs(DatePicker): add showWeek version (#51338) 2024-10-22 16:00:58 +08:00
叶枫
53dcfb20a6
docs: week add doc (#51334) 2024-10-22 13:09:00 +08:00
thinkasany
6e12a903c7
demo: improve the use of Segmented (#51324) 2024-10-22 10:09:31 +08:00
lijianan
1776d741ce
type: rm unnecessary button type (#51332) 2024-10-22 09:57:14 +08:00
github-actions[bot]
9f77bc576b
chore: auto merge branches (#51331)
chore: sync master to feature
2024-10-22 01:31:28 +00:00
thinkasany
113c2da734
demo(qrcode): improve errorLevel type (#51321) 2024-10-21 12:03:04 +08:00
ajenkins-mparticle
44d3d2d95d
fix: remove pointer-events: 'none' for disabled items in date-picker panel (#51294)
Co-authored-by: afc163 <afc163@gmail.com>
2024-10-21 11:39:08 +08:00
Muhammad Sohaib Raza
4b5cee0b3f
refactor: minor refactoring + optimization (#42037)
Co-authored-by: mac <mac@macs-MacBook-Pro.local>
Co-authored-by: SohaibRaza <sohaib.raza@devcrew.io>
Co-authored-by: lijianan <574980606@qq.com>
2024-10-20 21:12:53 +08:00
kiner-tang
f4d8a8df0c
fix: The onRefresh method is missing from the QRCode component's statusRender (#51315) 2024-10-20 10:39:38 +08:00
栗嘉男
59ef0dc0a3 chore: merge master into feature 2024-10-20 09:51:14 +08:00
Jony J
00a4e2d3c4
fix(Layout): Fix Layout collapse trigger missing style (#51313) 2024-10-19 23:11:38 +08:00
lijianan
706c0009a5
site: improve scrollbar style of site (#51220) 2024-10-16 21:25:14 +08:00
Jony J
b2cbae293e
fix(FloatButton): fix FloatButton menu mode to allow interaction inside the menu on hover (#51208) 2024-10-16 21:24:16 +08:00
afc163
f724fcdc01
chore: upgrade rc-tree and rc-tree-select and rc-cascader (#51251) 2024-10-16 21:17:56 +08:00
Guo Yunhe
015740d1eb
feat(Select): Select supports prefix prop (#51186) 2024-10-16 18:04:38 +08:00
𝑾𝒖𝒙𝒉
18416bc8c3
style(badge): fix text style error (#51252) 2024-10-15 17:32:05 +08:00
NathanLao
1d76fe94fa
feat: focus on the first field with error in form validation (#51231)
Co-authored-by: afc163 <afc163@gmail.com>
2024-10-15 16:24:27 +08:00
afc163
7e5c67e69f chore: update snapshot 2024-10-15 13:51:42 +08:00
afc163
dde4c9ca55 Merge branch 'master' into master-merge-feature 2024-10-15 13:44:53 +08:00
thinkasany
0ec7bad5cb
fix(Typography): Link can be selected by the user (#51243) 2024-10-15 11:32:29 +08:00
Wanpan
fcea6b6691
fix: Splitter token rename (#51223)
Co-authored-by: afc163 <afc163@gmail.com>
2024-10-15 09:51:19 +08:00
afc163
2d2a7c9da3 merge feature 2024-10-14 18:05:41 +08:00
qingting
46c29020a4
fix(input.search): ensure borderColor inherits from theme token (#51226) 2024-10-14 14:25:45 +08:00
ice
a15d9a3e4b
style(button): modify the text suspension bgColor (#51187) 2024-10-13 13:15:46 +08:00
BKou
3e4135b0c0
docs: the default value of textAlign in watermark-cn (#51212)
Co-authored-by: aojunhao123 <aojunhao123@users.noreply.github.com>
2024-10-12 15:45:27 +08:00
Meowu
b8478e7e82
fix(Tree): align switcher icon of tree component. (#51181) 2024-10-12 11:35:37 +08:00
thinkasany
d74500b34c
type(switch): improve eventHandler type (#51165) 2024-10-12 10:53:22 +08:00
二货爱吃白萝卜
9a4e554abe
fix: mix usage should not scroll (#51169) 2024-10-09 19:20:30 +08:00
二货爱吃白萝卜
15e1f152e3
fix: ColorPicker gradient slider not draggable (#51161)
* fix: fill should trigger same color

* test: add test case

* chore: add desc

* chore: force CI

* chore: force CI
2024-10-09 11:12:20 +08:00
thinkasany
f83c588b55
type(slider): improve eventName type (#51156) 2024-10-08 17:56:12 +08:00
Amumu
c55a675c69
chore: update slider patch to fix warning (#51150)
* chore: update slider patch

* update snap
2024-10-08 15:32:17 +08:00
Cameron-Asdf
169661367d
style: Make tall dropdowns have scroll bar (#51112) 2024-10-07 11:47:50 +08:00
NathanLao
eee46a440e
fix: sorter columnkey should be null (#51114) 2024-10-07 11:45:42 +08:00
kiner-tang
1e6e8d8673
docs: remove deprecated props from document (#51138) 2024-10-07 10:04:44 +08:00
kiner-tang
e17d7c9a85
fix: fix the issue about throw a warning when Splitter nested in a hidden tab panel (#51109) 2024-10-04 11:57:15 +08:00
afc163
b81ae1d5dd
docs: add codesandbox sample for findDOMNode is deprecated (#51101) 2024-10-03 15:04:19 +08:00
mshobana
1a9fd440ee
docs: clear description of Collapsible property of Collapse (#51102)
Previously the description was not all understandable until I see the examples.

Signed-off-by: mshobana <51772793+mshobana@users.noreply.github.com>
2024-10-03 14:25:52 +08:00
kiner-tang
e8b0fc4925
fix(Splitter): fix the issue about Splitter had unexpected gaps in Flex (#51096) 2024-10-02 17:46:22 +08:00
栗嘉男
975763de84 chore: merge master into feature 2024-10-02 13:06:30 +08:00
afc163
66222a296b
chore: import rc-util from path (#51087) 2024-10-02 10:43:35 +08:00
afc163
fc91464a9a
refactor: refactor components/upload/UploadList/index.tsx (#51074) 2024-09-30 14:08:03 +08:00
afc163
9b779b1cd8
refactor: remove TransButton in Table/Transfer/Typography (#51068) 2024-09-29 18:02:13 +08:00
afc163
cce261263f
style: tweak lineWidthFocus to 3px (#51069) 2024-09-29 15:55:49 +08:00
afc163
c063168754
fix: Typography copyable icon not aligned (#51066) 2024-09-29 13:54:47 +08:00
lijianan
91754fb160
feat: expandedRowClassName should support string (#51067) 2024-09-29 13:28:53 +08:00
afc163
4303e5e28a
feat: Tree add indentSize token (#51010) 2024-09-29 13:26:05 +08:00
NathanLao
f6f126b5f5
fix: search component inconsistent height of button and input (#50926)
Co-authored-by: nathanlao11 <nathanl@emonster.ca>
Co-authored-by: afc163 <afc163@gmail.com>
2024-09-28 20:12:24 +08:00
sakuraee
05fe556c98
fix: add touch listener to Splitter (#51060)
Co-authored-by: root <root@DESKTOP-CIPQ4R3>
2024-09-28 19:43:46 +08:00
gennadiipel
7d296090db
type: Remove unused className from Tour props (#51059) 2024-09-28 19:43:04 +08:00
ice
36573e2302
fix(select): Incorrect activeBorderColor token when variant is filled (#51054) 2024-09-27 18:49:49 +08:00
Wanpan
75df10fc07
fix: Splitter.Panel style is invalid (#51032) 2024-09-27 09:33:55 +08:00
超级烦
79f2b635b5
docs:Remove duplicate definitions of attributes icon and disabled (#51030) 2024-09-26 17:26:13 +08:00
afc163
d85d99df5e
Revert "feat: Tree add indentWidth token" (#51009) 2024-09-25 11:14:36 +08:00
afc163
9c3478ed77
feat: Tree add indentWidth token (#50989) 2024-09-25 10:33:01 +08:00
Roman Letodiani💠
10ad31faf2
docs: Update index.en-US.md (#51006) 2024-09-25 10:13:05 +08:00
ice
696c9dde02
fix(button): type=link error token & add prefix cls (color/variant) & specificity too high (#50962) 2024-09-24 23:52:50 +08:00
Yaşar Tahir Köse
8537f73e3d
fix: tr value added on filterCheckall keyword (#51000)
Co-authored-by: ytahirkose <yasar.kose@elsitel.com.tr>
2024-09-24 22:50:00 +08:00
二货爱吃白萝卜
6a48219d00
fix: Table in Transfer (#50974) 2024-09-23 19:08:41 +08:00
二货爱吃白萝卜
96e5dfae2f
docs: add desc (#50967) 2024-09-23 14:47:15 +08:00
二货爱吃白萝卜
e3063f244d
docs: blog picker (#50936)
* chore: blog picker

* docs: trigger update

* docs: add ref faq

* docs: update
2024-09-23 11:09:46 +08:00
afc163
ecb099d8d1
docs(🔥): release 5.21.0 with Splitter component and variant buttons (#50948)
Co-authored-by: lijianan <574980606@qq.com>
2024-09-22 23:04:51 +08:00
github-actions[bot]
f08de84914
chore: auto merge branches (#50953)
chore: merge feature to master
2024-09-22 14:54:49 +00:00
afc163
36ddb02301
feat: Pagination showSizeChanger accepts SelectProps now (#50952) 2024-09-22 22:22:09 +08:00
kiner-tang
aa70d29d30
fix(Tour): solve the Tour title will cover the close button at a certain length issue (#50942) 2024-09-22 22:03:33 +08:00
kiner-tang
ff4989ccca
feat: Add some token for Select to customize hover/focus style (#50951)
* feat: add some token in select

* feat: add some token in select
2024-09-22 18:36:05 +08:00
thinkasany
0401475eb4
fix(select): background color appears when allowClear and filled (#50916) 2024-09-22 13:58:56 +08:00
lijianan
14d00df048
chore: fix the Warning of Alert demo (#50946) 2024-09-21 22:46:29 +08:00
github-actions[bot]
119eef9075
chore: auto merge branches (#50945)
chore: merge feature into master
2024-09-21 14:07:01 +00:00
kiner-tang
13530a0ba6
docs: optimize demo style of lunar (#50944) 2024-09-21 20:09:37 +08:00
kiner-tang
a10f4c2ca3
docs: Optimize the operation experience of the demo modal (#50943) 2024-09-21 15:19:53 +08:00
thinkasany
9b7adc1859
demo(form): improve layout demo (#50933) 2024-09-20 11:51:25 +08:00
kiner-tang
9385ed0bc8
docs: Resolve the link redirection error in the Upload (#50929) 2024-09-20 10:44:21 +08:00
2jordan3
8c4fbcdb92
feat(Checkbox): Change html element type for onFocus, onBlur (#50924) 2024-09-19 23:41:00 +08:00
𝑾𝒖𝒙𝒉
c48fc0fb95
fix(SubMenu): popupStyle not working (#50922) 2024-09-19 20:01:03 +08:00
Heap
fac392de60
fix: Repair missing inner spacing (#50917) 2024-09-19 17:56:39 +08:00
afc163
0815f2629e
Revert "fix: remove Icon default fill="currentColor"" (#50918) 2024-09-19 17:47:15 +08:00
renovate[bot]
863f61d908
chore(deps): update dependency eslint to v9 (#50690)
Co-authored-by: afc163 <afc163@gmail.com>
2024-09-19 03:30:19 +08:00
DDDDD12138
9c4d5496bd
fix(input): Input addon text color issue (#50486)
Co-authored-by: afc163 <afc163@gmail.com>
2024-09-19 01:45:03 +08:00
github-actions[bot]
9d5f73145e
chore: auto merge branches (#50906)
chore: merge feature to master
2024-09-18 16:35:51 +00:00
Alina Andrieieva
a75c481ddf
feat(modal): Ingested changes from rc-dialog to disable modal close button (#50522)
Co-authored-by: Alina Andrieieva <Alina_Andrieieva@epam.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-09-18 23:31:06 +08:00
章鱼怪
b5b0918970
feat: Text Button tokens (#47870) 2024-09-18 23:26:56 +08:00
curry
436aa9ad2d
feat: Segmented adds vertical prop (#50708)
Co-authored-by: 梁朝飞 <liangchaofei@guokechuzhi.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: thinkasany <480968828@qq.com>
2024-09-18 23:22:51 +08:00
Heap
296a9dcfd8
fix: Typography ellipsis insufficient width (#50895)
Co-authored-by: 树清 <yezhonghu123@gmail.com>
2024-09-18 10:00:29 +08:00
harapeko
aa48a3cf42
feat: Adds ja_JP locale for shortWeekDays and shortMonths. (#50893) 2024-09-17 20:15:15 +08:00
lijianan
5b467654aa
feat: FloatButton support button htmlType (#50892) 2024-09-17 17:15:26 +08:00
afc163
ef10661dec
Revert "fix(Descriptions): style bordered table overflow" (#50891) 2024-09-17 17:08:32 +08:00
github-actions[bot]
72c0377ab8
chore: auto merge branches (#50883)
chore: merge master into feature
2024-09-16 09:55:50 +00:00
栗嘉男
5db0ecc0b0 chore: merge master into feature 2024-09-16 17:23:52 +08:00
yuanliu
5a2818600c
feat(radio): add 'block' argument for Radio.Group (#50828)
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: liuyuan <yuanliu147@qq.com>
2024-09-16 17:21:55 +08:00
lijianan
eb630d341d
demo: Table demo update (#50876) 2024-09-16 00:08:45 +08:00
lijianan
3b08dea83b
demo: rm ts-nocheck of demo (#50878) 2024-09-15 18:54:20 +08:00
ff69603b40
demo: update top-side-2.tsx (#50865)
* refactor:update top-side-2.tsx

Resolve the warning of console output "Warning: [antd: Breadcrumb] `Breadcrumb.Item and Breadcrumb.Separator` is deprecated. Please use `items` instead."

Signed-off-by: 葉 <86666479+Aimony@users.noreply.github.com>

* Update components/layout/demo/top-side-2.tsx

Signed-off-by: afc163 <afc163@gmail.com>

* Update components/layout/demo/top-side-2.tsx

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: afc163 <afc163@gmail.com>

* test(layout): Update components/layout/__tests__/__snapshots__/demo-extend.test.ts.snap

---------

Signed-off-by: 葉 <86666479+Aimony@users.noreply.github.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-09-15 17:30:52 +08:00
lijianan
ef11e1b9a6
demo: update Table demo (#50866) 2024-09-15 10:50:19 +08:00
lijianan
fd8338e76e
site: rm dot of cls (#50869) 2024-09-15 10:49:36 +08:00
huiliangShen
7a521ab908
feat(Checkbox): add onBlur and onFocus in types (#50842)
Co-authored-by: afc163 <afc163@gmail.com>
2024-09-14 14:39:53 +08:00
afc163
b2b0d880fe
chore: fix size-limit (#50858) 2024-09-14 14:39:13 +08:00
𝑾𝒖𝒙𝒉
b6edef3af8
fix(Upload): should support name prop drilling (#50652)
Co-authored-by: afc163 <afc163@gmail.com>
2024-09-14 14:38:51 +08:00
lijianan
fa5d758e21
feat: CP should support Splitter className & style (#50855) 2024-09-14 13:57:23 +08:00
栗嘉男
0a75dfe6fd chore: merge master into feature 2024-09-14 11:57:40 +08:00
栗嘉男
78c1fca2f0 chore: merge master into feature 2024-09-14 11:50:34 +08:00
NathanLao
b5defa9809
fix: add missing arbric translation to locale (#50851) 2024-09-14 10:04:54 +08:00
二货爱吃白萝卜
ce1356559d
fix: ColorPicker hex precision (#50843)
* test: test driven

* fix: format logic

* chore: comment

* chore: rm useless lint rule

* chore: rm useless lint rule

* chore: rm useless lint rule

* chore: rm useless lint rule
2024-09-13 15:41:53 +08:00
二货爱吃白萝卜
22fb6f67fa
fix: invalid useApp warning (#50829)
* fix: invalid warning

* docs: back of demo
2024-09-12 14:11:43 +08:00
NathanLao
7bf6d60f29
feat: Add missing Greek translation for form and date-picker (#50825) 2024-09-12 10:18:38 +08:00
afc163
884baa1fad
fix: Modal a11y warning issue (#50823)
close #50170
2024-09-12 10:17:33 +08:00
章鱼怪
380cae80bc
feat(Image): add onActive to toolbarRender (#50812)
Co-authored-by: afc163 <afc163@gmail.com>
2024-09-11 23:32:37 +08:00
thinkasany
e45146af9e
fix(localse): add tour translation for es_ES (#50805) 2024-09-11 20:18:18 +08:00
二货爱吃白萝卜
3b8ea07a8a
fix: Typography copyable support array children (#50813)
* test: test driven

* test: test driven

* fix: test case
2024-09-11 20:01:10 +08:00
二货爱吃白萝卜
27c5d43bee
fix: otp not accept type (#50811) 2024-09-11 15:32:23 +08:00
afc163
f0910375ea
style: remove Pagination default font family (#50808) 2024-09-11 15:22:10 +08:00
Wanpan
8d8bef000d
docs: update cove image (#50809) 2024-09-11 13:51:04 +08:00
二货爱吃白萝卜
6dd89cd271
demo: use en instead of cn (#50804) 2024-09-11 13:51:00 +08:00
Jerryxin
13f338a9f5
fix(Table): cannot check rows when checkStrictly={false} (#50746) 2024-09-11 12:18:27 +08:00
afc163
94ee36a40c
docs: add version badge for Table hidden demo (#50803) 2024-09-11 11:21:18 +08:00
二货爱吃白萝卜
82b05b209d
refactor: ColorPicker panel free for uncontrolled (#50785)
* refactor: change on drag will change panel color

* docs: update demo

* test: update snapshot

* chore: wrap with useEvent

* fix: order of events

* fix: sync logic
2024-09-11 10:46:30 +08:00
Wanpan
ef1b0e32ab
perf: layout add default value (#50797) 2024-09-11 00:03:02 +08:00
lijianan
01d1b3d492
demo: rewrite render function with React.FC (#50779)
* demo: rewrite render function with React.FC

* demo: rewrite render function with React.FC

* fix: fix snap

* Update components/splitter/Splitter.tsx

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>

* fix: clear

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-09-10 22:35:32 +08:00
yuanliu
09895d9f03
type: extends HTMLSpanElement for BadgeProps type(#50730) (#50774) 2024-09-10 21:59:23 +08:00
二货爱吃白萝卜
4fffbea08f
fix: Sider support ConfigProvider theme (#50780)
* fix: Sider support cp

* fix: css layout

* chore: size limit
2024-09-10 15:43:58 +08:00