Commit Graph

29347 Commits

Author SHA1 Message Date
lijianan
d034ac7583 chore: merge master into feature 2025-04-03 14:52:00 +08:00
lijianan
17cfb7b28d
chore: bath fix lint & site tsc def (#53363)
* fix: revert

* type: update
2025-04-03 14:43:59 +08:00
ice
d2b8b6ac66
docs(modal): fix incorrect footer type (#53394)
* docs(modal): fix incorrect footer type

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

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>

* docs(modal): update footer prop type in English and Chinese documentation

* fix(modal): update snapshot values for modal component tests

---------

Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2025-04-03 14:01:03 +08:00
EmilyyyLiu
6b71c3b7fa
docs: document the open and defaultOpen props for TreeSelect/Cascader/DatePicker (#53356)
* doc: treeSelect,cascader,datePicker添加open/defaultOpen属性的支持描述

* feat: 调整描述在表格内的位置

---------

Co-authored-by: 刘欢 <lh01217311@antgroup.com>
2025-04-03 11:45:17 +08:00
afc163
3ef3434052
docs: add anchor for when-to-use section (#53318)
* docs: add anchor for when-to-use section

* Delete scripts/update-docs.js

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

---------

Signed-off-by: afc163 <afc163@gmail.com>
2025-04-03 10:45:36 +08:00
野迂迂
0530d5685d
chore: add devcontainer (#53386) 2025-04-02 18:54:43 +08:00
afc163
cfd5677eed
docs: add design url to component meta (#53379)
* docs: add design url to component meta

* update
2025-04-02 16:11:16 +08:00
Jony J
3147356b4a
feat(auto-complete): popup supports Semantic DOM and retire some api (#53257)
* feat(auto-complete): popup supports Semantic DOM and retire some api

* refactor(auto-complete, select): deprecate `onDropdownVisibleChange` in favor of `onOpenChange` and update related tests

* refactor: adjust semantic demo logic

* docs: update api description

* docs: update doc

* docs: add space

* docs: update

* chore: update semantic demo logic

* feat: add CP support

* feat: add CP support for tree-select and update doc

* docs: update Select and TreeSelect common props in configuration documentation

* Update components/config-provider/index.zh-CN.md

Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Signed-off-by: Jony J <1844749591@qq.com>

* feat: add root support

* docs: update doc

* chore: bump cascader version

---------

Signed-off-by: Jony J <1844749591@qq.com>
Co-authored-by: thinkasany <480968828@qq.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-04-02 11:45:53 +08:00
𝑾𝒖𝒙𝒉
48b8efbfde
chore(site): markdown supports custom anchors (#53316)
* chore(site): markdown supports custom anchors

wait: https://github.com/umijs/dumi/pull/2268

* chore: update deps

* chore: update

* chore: comment

* chore(deps): bump dumi to `2.4.20`

* chore: temp scripts

* Revert "chore: temp scripts"

This reverts commit 49a2ab86c4.
2025-04-02 11:03:02 +08:00
github-actions[bot]
08cdaf21c7
chore: upgrade deps (#53376)
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2025-04-02 03:29:55 +08:00
二货爱吃白萝卜
8af609a0b4
chore: update checker logic (#53371) 2025-04-01 17:28:06 +08:00
二货爱吃白萝卜
8686e82fe1
docs: changelog of 5.24.6 (#53368) 2025-04-01 16:02:52 +08:00
lijianan
fcbe7c9399
site: add componentName for SemanticPreview (#53360) 2025-04-01 07:38:14 +08:00
github-actions[bot]
69128bdb02
chore: auto merge branches (#53354)
chore: merge master into feature
2025-03-31 11:12:17 +00:00
lijianan
e2d26536c2
type: fix site type error (#53355) 2025-03-31 18:51:47 +08:00
lijianan
2aa9d28775
chore: update lint rules (#53352)
* chore: update lint rules

* fix: fix

* fix: fix
2025-03-31 16:23:27 +08:00
afc163
949f2c2a33
docs: add code sample for Semantic Previewer (#53351) 2025-03-31 13:05:53 +08:00
lijianan
8a4d0458b3
chore: rename function to fix lint warning (#53350) 2025-03-31 11:32:17 +08:00
lijianan
f8983c6894
site: update React.useContext to React.use (#53341)
* chore: update use to react19

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

---------

Signed-off-by: lijianan <574980606@qq.com>
2025-03-31 11:03:49 +08:00
lijianan
c74ee1cd42
docs: update renderItem prop type (#53346) 2025-03-31 09:54:16 +08:00
lijianan
ad99af8116
test: add test case for toList candidate branch (#53344)
Signed-off-by: lijianan <574980606@qq.com>
2025-03-30 23:00:22 +08:00
renovate[bot]
edd3dea7a3
chore(deps): update dependency nwsapi to v2.2.20 (#53343)
* chore(deps): update dependency nwsapi to v2.2.20

* test: update test case

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
2025-03-30 17:29:29 +08:00
github-actions[bot]
5f55f17114
chore: auto merge branches (#53340)
chore: merge master into feature
2025-03-29 17:46:37 +00:00
lijianan
e120b70ed3
site: rm custom use, replace with React.use (#53339) 2025-03-29 22:22:17 +08:00
lijianan
eb842527b5
type: optimization ResponsiveObserver type (#53314)
* fix: fix

* fix: fix

* Update components/_util/responsiveObserver.ts

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

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2025-03-29 21:53:45 +08:00
afc163
e7f816b0e4
site: move theme swither to Header (#53331)
* docs: move theme swither to Header

* update

* update

* update

* update

* update

* update

---------

Co-authored-by: thinkasany <480968828@qq.com>
2025-03-28 23:03:45 +08:00
Jony J
c358dc6aa5
feat(cascader): deprecate old props and add semantic DOM support for popup (#53311)
* refactor(cascader): deprecate old props and introduce semantic DOM support

* docs: update Cascader and ConfigProvider documentation to include new classNames and styles props

* Update components/config-provider/index.zh-CN.md

Co-authored-by: thinkasany <480968828@qq.com>
Signed-off-by: Jony J <1844749591@qq.com>

* Update components/config-provider/index.en-US.md

Co-authored-by: thinkasany <480968828@qq.com>
Signed-off-by: Jony J <1844749591@qq.com>

* feat: add root support

* Update components/cascader/demo/_semantic.tsx

Co-authored-by: thinkasany <480968828@qq.com>
Signed-off-by: Jony J <1844749591@qq.com>

* fix: merge root

---------

Signed-off-by: Jony J <1844749591@qq.com>
Co-authored-by: thinkasany <480968828@qq.com>
2025-03-28 21:27:06 +08:00
github-actions[bot]
3d70185b93
chore: auto merge branches (#53332)
chore: sync master into feature
2025-03-28 10:51:29 +00:00
Jony J
ff4d871241
chore: lock nwsapi version (#53330)
* chore: add pnpm overrides and resolutions for nwsapi version 2.2.16 in package.json

* chore: bump to 2.2.19
2025-03-28 18:27:56 +08:00
𝑾𝒖𝒙𝒉
91d6095b88
docs(theme): cover dumi-theme (#53320)
* docs(theme): cover dumi-theme

* chore: update
2025-03-28 15:01:17 +08:00
github-actions[bot]
78fd4a44f3
chore: auto merge branches (#53313)
chore: sync master into feature
2025-03-26 14:22:04 +00:00
afc163
2e38d55bde
Merge pull request #53304 from caijf/docs-update-colorPicker
docs: update ColorPicker defaultFormat default value
2025-03-26 21:14:09 +08:00
𝑾𝒖𝒙𝒉
e97d51d955
chore(site): token value preview (#53306)
* chore(site): color preview

* chore: bezier view

* chore: fix lint
2025-03-26 11:51:43 +00:00
afc163
6dde8935d7
docs: fix iframe demo url with right theme (#53305) 2025-03-26 08:57:20 +00:00
xiangcai
ae7ac53230
fix: Not close modal when confirmLoading is loading (#53227)
* fix: moadl

* fix: moadl

* fix: modal

* fix: modal

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test

* fix: modal

* aci

* fix: test

---------

Co-authored-by: WB01676250 <jl01676250@antgroup.com>
2025-03-26 16:51:11 +08:00
caijf
da5aaeda18 docs: update ColorPicker defaultFormat default value 2025-03-26 15:23:13 +08:00
Can-Chen
9260e2d80d
fix: table pagination theme color broken with small size (#52829)
* fix: table pagination theme color broken with small size

* Update components/pagination/style/index.ts

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

---------

Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2025-03-26 04:43:32 +00:00
Ryan
419a0dc379
feat: ConfigProvider support button variant and color (#53165)
* feat: ConfigProvider support button variant property

* feat: ConfigProvider support button color

* docs: update config-provider api docs

* test: add test case

* Update components/config-provider/index.en-US.md

docs update

Co-authored-by: ice <49827327+coding-ice@users.noreply.github.com>
Signed-off-by: Ryan <55972954+yellowryan@users.noreply.github.com>

* Update components/config-provider/index.zh-CN.md

docs update

Co-authored-by: ice <49827327+coding-ice@users.noreply.github.com>
Signed-off-by: Ryan <55972954+yellowryan@users.noreply.github.com>

* test: add test case

* fix: logic

* fix(button): improve button color and variant handling logic

---------

Signed-off-by: Ryan <55972954+yellowryan@users.noreply.github.com>
Co-authored-by: ice <49827327+coding-ice@users.noreply.github.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: thinkasany <480968828@qq.com>
Co-authored-by: ice <1597834867@qq.com>
2025-03-26 10:56:27 +08:00
EmilyyyLiu
7e25343c98
change closeButton style (#53292)
Co-authored-by: 刘欢 <lh01217311@antgroup.com>
2025-03-26 02:12:57 +00:00
lijianan
daa61971ab
chore: try to reduce bundle size (#53298) 2025-03-25 14:47:34 +00:00
Jony J
c073d2cb6c
feat(tree-select): popup support semantic dom and deprecated some api (#53285)
* feat(tree-select): popup support semantic dom and deprecated some api

* chore: update demo

* chore: update demo

* fix(compact): update dropdownStyle to styles for better semantic structure

* docs: add space
2025-03-25 20:34:26 +08:00
EmilyyyLiu
4a21011901
icon版本使用提示 (#53284)
Co-authored-by: 刘欢 <lh01217311@antgroup.com>
2025-03-25 11:25:54 +08:00
MadCcc
d2b1f878c2
docs: changelog 5.24.5 (#53278)
* docs: changelog 5.24.4

* docs: add TextArea into Input keywords

* docs: update

* Update CHANGELOG.en-US.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: MadCcc <1075746765@qq.com>

* Apply suggestions from code review

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: MadCcc <1075746765@qq.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: thinkasany <480968828@qq.com>
Signed-off-by: MadCcc <1075746765@qq.com>

---------

Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: thinkasany <480968828@qq.com>
2025-03-24 14:35:10 +00:00
Ryan
1a10ecf98f
fix: suffix of InputNumber moves left after the mouse enters when it is disabled (#53184)
* fix: input-number in disabled state shows control buttons

* test: add test case

* chore: style update

* chore:remove redundant code

* chore:remove console.log

* chore: add judgment conditions

* test: update test case

* chore: update snapshot

* chore(style): update style

---------

Co-authored-by: ice <49827327+coding-ice@users.noreply.github.com>
2025-03-24 12:24:14 +00:00
Jony J
45fcb4ba14
refactor(dropdown): rename dropdown api to popup (#53263)
* refactor(dropdown): rename dropdown api to popup

* fix: test error

* fix: lint error

* fix(dropdown): update deprecation warning for 'Center' placement
2025-03-24 17:17:46 +08:00
afc163
91cfcd00f9
chore: remove log of react-scan (#53273)
Signed-off-by: afc163 <afc163@gmail.com>
2025-03-24 09:06:03 +00:00
afc163
8e909263c2
chore: replace sylvanas to ts/prettier (#53271)
* chore: replace sylvanas to ts

* add
2025-03-24 07:46:46 +00:00
github-actions[bot]
c79a3e7ddd
chore: auto merge branches (#53267)
chore: sync master into feature
2025-03-24 04:41:02 +00:00
Jony J
94e500bd1a
fix: lint error (#53266) 2025-03-24 04:17:37 +00:00
lijianan
b340b3ad0d
refactor: optimization compatible logic (#53107)
* refactor: optimization compatible logic

* test: fix test case

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2025-03-24 10:24:12 +08:00