Cooper
db822fd74e
demo: Upload demo add margin ( #48268 )
...
* fix: Upload add demo marigin
* use Flex and update Snap
* update snap
---------
Co-authored-by: lijianan <574980606@qq.com>
2024-04-05 15:13:49 +08:00
kiner-tang
ea67f49f31
docs: optimize docs ( #48284 )
2024-04-05 14:02:34 +08:00
kiner-tang
7724e51068
docs: opt docs about tabs ( #48280 )
2024-04-05 11:04:03 +08:00
kiner-tang
acfeb94f50
docs: Refine documentation on onClose event object types ( #48279 )
2024-04-05 11:03:38 +08:00
Cooper
9cea438930
docs: Translate the untranslated Chinese in an English document ( #48266 )
2024-04-04 17:33:58 +08:00
lijianan
34a7faa082
Merge pull request #48256 from ant-design/master
...
chore: merge master into feature
2024-04-04 10:37:15 +08:00
afc163
c0d2282db4
chore: update mocky.io to mockapi.io ( #48252 )
2024-04-03 23:37:22 +08:00
daisy
c152c58116
docs: update table faq ( #48245 )
2024-04-03 18:11:00 +08:00
二货爱吃白萝卜
9680481546
feat: Mix style framework support ( #48229 )
...
* chore: add layer mark
* docs: enable @layer for test
* docs: add doc of third part lib
* docs: update order
* Update docs/react/compatible-style.zh-CN.md
Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com>
* Update docs/react/compatible-style.en-US.md
Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com>
* docs: ssr or reset case
---------
Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-04-03 17:12:02 +08:00
afc163
88d40e2750
demo: fix Input demo icon color ( #48207 )
2024-04-02 17:46:39 +08:00
lijianan
570c1be492
site: add component version to meta ( #48226 )
...
* site: add component version to meta
* Update .dumi/theme/builtins/ComponentMeta/index.tsx
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-04-02 16:33:57 +08:00
二货爱吃白萝卜
7e6678aa51
enhance: ssr ellipsis effect ( #48205 )
...
* enhance: ssr ellipsis effect
* test: update snapshot
* chore: fix lint
2024-04-02 14:50:46 +08:00
lijianan
0a79a79bc7
docs: update sidebar style of website ( #48224 )
...
* docs: update GetRef/GetProp/GetProps docs
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
2024-04-02 14:05:03 +08:00
Amumu
f5c00a8607
Merge pull request #48223 from ant-design/master
...
chore: feature merge master
2024-04-02 11:37:44 +08:00
dependabot[bot]
c78f61d1b8
chore(deps): bump the dependencies group with 1 update ( #48214 )
...
* chore(deps): bump the dependencies group with 1 update
Updates the requirements on [@ant-design/react-slick](https://github.com/ant-design/react-slick ) to permit the latest version.
Updates `@ant-design/react-slick` to 1.1.2
- [Release notes](https://github.com/ant-design/react-slick/releases )
- [Changelog](https://github.com/ant-design/react-slick/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ant-design/react-slick/compare/v1.1.1...v1.1.2 )
---
updated-dependencies:
- dependency-name: "@ant-design/react-slick"
dependency-type: direct:production
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
* test: update snapshot
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-04-02 10:01:32 +08:00
红
a038583155
feat(upload): support ref.nativeElenent ( #48210 )
...
* feat(upload): support ref.nativeElenent
* test: add unit test
* Update components/upload/__tests__/upload.test.tsx
Signed-off-by: 红 <wxh16144@qq.com>
---------
Signed-off-by: 红 <wxh16144@qq.com>
2024-04-01 21:42:17 +08:00
叶枫
14a1e6bd51
feat: tsconfig enable strict ( #47998 )
...
* feat: tsconfig enable strict
* feat: add no-explicit-any
* feat: strict
* feat: as THEME
* feat: 优化 keys 类型写法
* feat: demo remove any
* feat: as number
* feat: this any
* feat: add eslint
* feat: cascader
* feat: props any
* feat: remove any
* feat: remove any
* feat: any 提示错误
* feat: remove any
* feat: add eslint
* feat: 允许 T = any 存在
* feat: color funciton
* feat: 恢复 lint
* feat: merge master
* feat: as ReactElement
* feat: type
2024-04-01 15:49:45 +08:00
叶枫
ff231ab557
demo: remove optionLabelProp ( #48186 )
...
* feat: remove optioLabelProp
* feat: doc
* feat: doc
* feat: option-render
* feat: option-render
* feat: snap
2024-04-01 11:09:23 +08:00
LingJinT
15553f54a3
test: update table.filter test case ( #48202 )
...
* fix: 表格列在搜索情况下,国际化失效 #48110
* Update components/table/hooks/useFilter/FilterDropdown.tsx
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: LingJinT <63446949+LingJinT@users.noreply.github.com>
* fix: 补充测试用例
* fix: update table.filter test case
---------
Signed-off-by: LingJinT <63446949+LingJinT@users.noreply.github.com>
Co-authored-by: l2015 <lingjt@dtdream.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-04-01 10:46:05 +08:00
LonelySnowman
e665894e3a
fix: float button render hover color correctly ( #48198 )
2024-04-01 10:11:11 +08:00
MadCcc
7b280d307b
chore: bump rc-table to v7.45.0 ( #48190 )
...
* chore: bump rc-table to v7.45.0
* feat: 补充类型
* feat: 补充类型
---------
Co-authored-by: 叶枫 <645381995@qq.com>
2024-03-31 16:04:36 +08:00
MadCcc
5384a97f37
Merge pull request #48189 from ant-design/feature
...
chore: merge feature into master
2024-03-31 13:55:04 +08:00
kiner-tang
506753c3ef
feat: Tag support aria-* in closable ( #47678 )
...
* feat: Tag support aria-* in closable
* 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
* 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
* feat: optimize code
* refactor: useClosable
* chore: modal
* fix: check logic
* chore: clean up
* feat: optimize code
* feat: optimize code
---------
Signed-off-by: kiner-tang <1127031143@qq.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2024-03-31 11:56:55 +08:00
momesana
18f9be6a6e
fix: vertically center icons in icon-only buttons ( #48178 )
...
Co-authored-by: Mehdi Salem <mehdi.salem@qt.io>
2024-03-30 22:14:34 +08:00
afc163
663004b426
fix: confirm content not centered when no icon ( #48173 )
...
* fix: confirm content not centered when no icon
* chore: add comment
2024-03-30 22:12:52 +08:00
lijianan
1b36fd22e5
Merge pull request #48172 from ant-design/master
...
chore: merge master into feature
2024-03-29 20:10:12 +08:00
章鱼怪
fe83792754
feat: Table add rowHoverable
to disable hover interaction ( #48112 )
2024-03-29 15:29:49 +08:00
叶枫
8cc1d30351
feat: copy support async ( #48123 )
...
* feat: copy support async
* feat: add test
* feat: doc
* feat: snap
* feat: add loading
* feat: 恢复 try
* feat: 判断是否是 Error
* feat: throw error
* feat: 为了醋包了饺子
* feat: remove code
* feat: add loading test
* fix: test
* fix: icon import way
* chore: improve test case code
* chore: improve test case code
---------
Co-authored-by: afc163 <afc163@gmail.com>
2024-03-29 13:20:02 +08:00
LingJinT
5a9dca2ae7
fix: Fixed the problem that internationalization of table columns fails when searching ( #48126 )
...
* fix: 表格列在搜索情况下,国际化失效 #48110
* Update components/table/hooks/useFilter/FilterDropdown.tsx
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: LingJinT <63446949+LingJinT@users.noreply.github.com>
* fix: 补充测试用例
---------
Signed-off-by: LingJinT <63446949+LingJinT@users.noreply.github.com>
Co-authored-by: l2015 <lingjt@dtdream.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-03-29 13:19:52 +08:00
Cooper
595e600813
fix: Upload remove margin using flex display ( #48091 )
...
* fix: remove upload margin with flex
* fix
* use support not
* fix
2024-03-29 10:21:30 +08:00
二货爱吃白萝卜
100fa29bef
feat: Input.OTP component support ( #48076 )
...
* chore: basic control
* chore: input instad
* docs: update demo
* chore: adjust operation interactive
* chore: lock selection
* chore: fix patch logic
* chore: merge logic
* chore: patch autoFocus
* test: update snapshot
* test: add test case
* test: coverage
* chore: update size limit
* docs: update docs
* test: fix test case
* chore: update comment
* refactor: change to length
* chore: blur all
* chore: size limit
2024-03-28 14:05:58 +08:00
lijianan
405394a8e4
Merge pull request #48133 from ant-design/master
...
chore: merge master into feature
2024-03-28 10:54:52 +08:00
Zhou Bill
7c09fc01ad
fix: upload default FileList is more than maxCount, it can't remove it ( #47747 )
...
* fix: upload default FileList is more than maxCount, it can't remove it
* fix: snapshot
* fix: line
2024-03-28 10:14:34 +08:00
lijianan
58153fca85
Revert "feat: add Scrollbar css token ( #48109 )" ( #48115 )
...
This reverts commit d0cc93b594
.
2024-03-27 13:53:56 +08:00
afc163
268d6018a8
docs: update DatePicker locale instruction ( #48111 )
2024-03-27 13:34:35 +08:00
afc163
3518631afe
feat: upgrade react-slick ( #48093 )
...
* feat: upgrade react-slick
* test: update snapshots
* test: update snapshots
---------
Co-authored-by: lijianan <574980606@qq.com>
2024-03-27 13:34:26 +08:00
lijianan
d0cc93b594
feat: add Scrollbar css token ( #48109 )
...
* feat: add Scrollbar css token
* docs: update docs
2024-03-27 11:17:39 +08:00
LonelySnowman
18dc816e55
feat: add missing form translations in is_IS ( #48104 )
2024-03-27 10:25:26 +08:00
叶枫
b1a3972b81
demo: upload replace modal to image ( #48105 )
2024-03-27 09:49:50 +08:00
lijianan
3e156b0a7f
docs: add more JSDoc ( #48101 )
2024-03-26 23:01:04 +08:00
社长长
7ec9e688db
docs: fix notification word error ( #48100 )
...
Signed-off-by: 社长长 <ischenkan@outlook.com>
2024-03-26 22:32:59 +08:00
lijianan
82720bc503
type: update Wave props type ( #48092 )
...
* fix: fix the Wave not disappear when motion === false
* docs: update docs
* type: update type
* type: update type
* docs: revert
2024-03-26 18:20:28 +08:00
lijianan
e5849fc1b9
demo: update Progress demo ( #48052 )
...
* demo: update Progress demo
* fix: fix
* fix: fix
* fix: fix
* fix: update snap
2024-03-26 10:43:02 +08:00
yoshinyan
5e65463566
docs: typo in order-column.md ( #48079 )
...
Signed-off-by: yoshinyan <hai_hai_hai_1229@yahoo.co.jp>
2024-03-25 20:26:58 +08:00
MadCcc
1cb644d476
fix: color picker controlled value ( #47816 )
...
* fix: fix control value not show in dom
* chore: update title
* add test case
* change test title
* fix: cleared color should change after controlled value changed
* chore: code clean
* test: change test
* comment
* fix: should respect empty string
* test: add test case
* chore: update demo
---------
Co-authored-by: tanghui <yoyo837@hotmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-03-25 20:10:47 +08:00
kiner-tang
6310bf2840
feat: optimize code ( #48072 )
2024-03-25 19:22:04 +08:00
Meetacoo
dc9e4572ff
demo: Update demo with Space.Compact wrap ( #48067 )
...
* demo: App demo update
* test: Update test snapshots
2024-03-25 14:42:15 +08:00
叶枫
0177a7079e
docs: 修复 menu openKeys 计算问题 ( #47859 )
...
* fix: 修复 menu openKeys 计算问题
* feat: keys
* feat: 优化代码,避免 eslint
* feat: 优化代码,避免 eslint
* feat: 3级增加为3条数据,为了换行,便于代码查看
* feat: 删除受控 selectedKeys
* feat: 优化代码
* feat: snap
* feat: 优化代码去掉lint
* feat: 代码优化
* feat: 删除 as 因为 onOpenChange 不是 React.Key 了
* feat: 优化代码
* feat: 添加删移除所有子集逻辑
2024-03-25 14:10:34 +08:00
lijianan
739362345c
fix: adjust the order of QRCode style prop ( #48053 )
...
* fix: adjust the order of style prop
* test: update snap
* test: add test case
2024-03-25 10:59:44 +08:00
Cooper
a4bf443c01
docs: Add FAQ to popconfirm ( #48055 )
2024-03-24 23:06:04 +08:00
yykoypj
311a718956
feat: steps support for circular progress bar ( #47940 )
...
* feat: steps support for circular progress bar
* Update components/progress/index.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/index.en-US.md
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/index.en-US.md
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/index.zh-CN.md
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/index.zh-CN.md
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/index.en-US.md
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/progress.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/__tests__/index.test.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/demo/circle-steps.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/index.en-US.md
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/index.en-US.md
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/index.zh-CN.md
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/index.zh-CN.md
Signed-off-by: lijianan <574980606@qq.com>
* Update circle-steps.tsx
* Update components/progress/progress.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/index.zh-CN.md
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/index.zh-CN.md
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/index.en-US.md
Signed-off-by: lijianan <574980606@qq.com>
* Update components/progress/index.en-US.md
Signed-off-by: lijianan <574980606@qq.com>
* Update package.json
* Update components/progress/demo/circle-steps.md
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>
2024-03-24 18:30:53 +08:00
lijianan
87debac578
chore: rename variables merge
=> merged
( #48048 )
2024-03-24 10:56:28 +08:00
github-actions[bot]
80f49bfcf2
chore: auto merge branches ( #48020 )
...
chore: merge master into feature
2024-03-23 16:15:34 +00:00
lijianan
611993b0a8
type: fix master CI fail again ( #48045 )
...
* TEST: DO NOT MERGE
* fix: fix type
2024-03-23 23:27:59 +08:00
lijianan
212b1eef12
type: fix master CI fail ( #48044 )
2024-03-23 21:59:55 +08:00
Githubkuankuan
72a7d86b6f
docs: fix twoToneColor description ( #48011 )
...
* fix: icon twoToneColor 传递值的类型,标注不清楚问题
Signed-off-by: Githubkuankuan <82639318+Githubkuankuan@users.noreply.github.com>
* Update components/icon/index.zh-CN.md
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: Githubkuankuan <82639318+Githubkuankuan@users.noreply.github.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-03-22 23:11:33 +08:00
Christine Tang
a3077e449e
test: rm unnecessary async ( #48033 )
...
* chore: rm unnecessary React.useMemo
* Revert "chore: reset commit"
This reverts commit 2fa5df5185
.
* test: rm unnecessary async
2024-03-22 21:29:19 +08:00
叶枫
e17cd4ae27
test: keep spaces ( #47024 )
...
* feat: snap
* feat: up snap
2024-03-22 20:49:55 +08:00
afc163
0a67b32443
docs: update Upload FAQ about Mac Chrome bug ( #48021 )
2024-03-22 16:38:59 +08:00
二货爱吃白萝卜
20561d6f9d
docs: Fix component doc alignment & support import usage ( #48004 )
...
* docs: init ref
* docs all support
* docs: fix link show
2024-03-22 14:22:42 +08:00
Cooper
be1d14d4cb
docs: text optimize ( #48012 )
2024-03-22 11:57:58 +08:00
Cooper
ca6c932b39
feat: Popover can be closed by ESC when trigger is focus or click ( #47928 )
...
* feat:Add keydown event to handle escape
* fix
* fix:use exact same logic with popconfirm
* fix:move same logic from popconfirm to popover
* fix
* fix
* add test
* fix
* fix
* fix
* test size-limit
* fix
* fix popconfirm test
* fix
* fix
---------
Co-authored-by: afc163 <afc163@gmail.com>
2024-03-22 10:33:56 +08:00
Roxannej
d8982a6def
docs: colorpicker text optimize ( #48008 )
2024-03-22 08:10:56 +08:00
owenchen1004
b3728baf3c
docs: more info about valuePropName ( #48003 )
2024-03-21 17:47:23 +08:00
lijianan
a17b98aa69
type: export AffixRef interface ( #47982 )
2024-03-21 16:30:47 +08:00
二货爱吃白萝卜
bd995468aa
chore: fix GetRef for some case ( #47983 )
...
* chore: fix GetRef for some case
* test: add type test
* docs: add util doc
* fix: en
* chore: add logo
2024-03-21 15:55:40 +08:00
二货爱吃白萝卜
0b00db48bd
feat: Table support onScroll event ( #47986 )
2024-03-21 10:07:10 +08:00
章鱼怪
cd317fb718
fix: Radio hover style ( #47972 )
2024-03-20 18:17:05 +08:00
叶枫
47bd5ecccc
Typography support collapse ( #47264 )
...
* feat: typograohy support collapse
* feat: snap
* feat: test
* feat: 单测不符合预期
* feat: test
* feat: 恢复
* feat: test
* feat: test
* feat: 修改命名
* feat: 代码优化
* feat: 添加控制台提示
* feat: snap
* feat: symbol support function
* feat: snap
* fix: text
* feat: snap
* feat: api 修改
* feat: key 修改
* feat: 去掉参数
* feat: lint
* feat: snap
* feat: test
* feat: use 2
* feat: review
* feat: test
* chore: part of it
* chore: fix auto collapse logic
* feat: 修改 doc 单测
* feat: doc
* test: update testcase
* docs: add more
---------
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2024-03-20 11:39:03 +08:00
lijianan
ec4591b64a
docs: add JSDoc to cssVar props ( #47965 )
2024-03-20 10:50:36 +08:00
lijianan
5fbfecd5b2
feat: CP support FloatButton.Group closeIcon ( #47953 )
2024-03-19 17:14:22 +08:00
David Dobryakov
ecc82589e3
docs: fix typo "fille" -> "filled" ( #47950 )
2024-03-18 22:52:01 +08:00
栗康
889135ea98
docs: fix react-sticky-box link ( #47942 )
2024-03-18 18:50:05 +08:00
Alina Andrieieva
1bd8fbc5f3
feat: support showSorterTooltip.target
for Table sorters ( #47409 )
...
* Added `sorterTooltipTarget` prop for table sorters
* demo updated
* updated snapshot
* updated snapshot
* moved table tooltip target to `showSorterTooltip`
* fix
* updated docs
* empty commit
* updated version in docs
---------
Co-authored-by: Alina Andrieieva <Alina_Andrieieva@epam.com>
2024-03-18 18:45:31 +08:00
二货爱吃白萝卜
de8657bf3b
fix: WaterMark blink when scale of window ( #47895 )
...
* fix: WaterMark blink when scale of window
* chore: fix mutation
---------
Co-authored-by: afc163 <afc163@gmail.com>
2024-03-18 15:39:06 +08:00
afc163
dfd342d985
Merge pull request #47931 from ant-design/master
...
chore: sync master to feature
2024-03-18 15:36:41 +08:00
afc163
e8839ae48b
style: unify Modal and Drawer close icon style ( #47909 )
...
* style: unify Modal and Drawer close icon style
* style: fix Drawer close icon style
* style: add focus style
* style: unify close btn style
* test: update snapshots
* style: tweak drawer close icon size
2024-03-16 23:21:09 +08:00
afc163
96bade2dad
chore: update token descriptions ( #47918 )
...
* fix: Modify button token annotation error
fix: Modify button token annotation error
Signed-off-by: 孙术 <18046567175@163.com>
* Apply suggestions from code review
Signed-off-by: afc163 <afc163@gmail.com>
* Apply suggestions from code review
Signed-off-by: afc163 <afc163@gmail.com>
* Update token.ts
Signed-off-by: afc163 <afc163@gmail.com>
* Update token.ts
Signed-off-by: afc163 <afc163@gmail.com>
* Update token.ts
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: 孙术 <18046567175@163.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: 孙术 <18046567175@163.com>
2024-03-16 22:17:56 +08:00
孙术
67b890af26
chore: Modify button token annotation error ( #46914 )
...
* fix: Modify button token annotation error
fix: Modify button token annotation error
Signed-off-by: 孙术 <18046567175@163.com>
* Apply suggestions from code review
Signed-off-by: afc163 <afc163@gmail.com>
* Apply suggestions from code review
Signed-off-by: afc163 <afc163@gmail.com>
* Update token.ts
Signed-off-by: afc163 <afc163@gmail.com>
* Update token.ts
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: 孙术 <18046567175@163.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-03-16 22:13:58 +08:00
evgmol
13ed05fa14
style: Use description color instead of disabled in Empty ( #47268 )
...
Signed-off-by: evgmol <146968816+evgmol@users.noreply.github.com>
2024-03-16 22:05:59 +08:00
renovate[bot]
bcc5d113bc
chore(deps): update dependency @types/react to v18.2.66 ( #47798 )
...
* chore(deps): update dependency @types/react to v18.2.66
* Update package.json
Signed-off-by: afc163 <afc163@gmail.com>
* fix: React LegacyRef
* type: fix ref type
* type: fix ref type
* type: fix ref type
* type: fix ref type
* type: fix ref type
* type: fix ref type
* chore: fix lint errors
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-03-16 21:41:25 +08:00
afc163
8ba9900c56
docs: fix Statistic.Countdown value type ( #47907 )
2024-03-16 17:48:34 +08:00
afc163
862f5da5ba
test: update snapshot ( #47911 )
2024-03-16 17:46:44 +08:00
afc163
a8fb31cbd5
style: Badge align style with text under Space ( #47908 )
2024-03-16 17:45:50 +08:00
Amumu
e088adf0da
feat: add Uzbek(latn) locale ( #47899 )
...
* feat: add Uzbek(latn) locale
* size-limit
* Update docs/react/i18n.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Amumu <yoyo837@hotmail.com>
---------
Signed-off-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-03-16 09:30:36 +08:00
afc163
5574f31576
style: Upload actions should not wrap ( #47898 )
...
* style: Upload actions should not wrap
* Update components/upload/style/list.ts
Signed-off-by: afc163 <afc163@gmail.com>
* Update components/upload/style/list.ts
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
2024-03-15 19:06:39 +08:00
二货爱吃白萝卜
31ff625d8f
fix: Typography symbol height exceed line should also support ellipsis ( #47889 )
...
* fix: Typography with ellipsis of symbol height
* test: update snapshot
2024-03-15 13:56:03 +08:00
二货爱吃白萝卜
7884eba28e
fix: DatePicker itemHeight calculation ( #47874 )
...
* chore: init
* chore: clean up
* chore: clean up
2024-03-15 10:54:54 +08:00
xliez
1491b0c624
docs(Select): Update docs for Select new API: labelRender ( #47811 )
...
* docs: 添加 labelRender API 文档
Signed-off-by: xliez <xliez@foxmail.com>
* docs: supplement 5.15.0 changelog
* test: update snapshots
---------
Signed-off-by: xliez <xliez@foxmail.com>
2024-03-14 22:04:14 +08:00
章鱼怪
c8635a7bc0
feat: improve Transfer key
type ( #47879 )
...
* feat: add Transfer's key type
* docs: update prop
* fix: key type
* fix: cycle dependency
2024-03-14 21:14:21 +08:00
二货爱吃白萝卜
2323e95c41
fix: legacy onSelect
of TimePicker ( #47878 )
...
* chore: update ts
* docs: update
2024-03-14 21:06:08 +08:00
Gogi H
5330fb61cd
docs: Add extra comment for locale implementation ( #47882 )
...
* docs(datePicker): add comment for extra info
* docs(datePicker): add simplified chinese translation
2024-03-14 21:04:29 +08:00
栗嘉男
232d22ad49
chore: merge master into feature
2024-03-14 15:03:34 +08:00
宋红凯
f9e9b8b8ed
docs(Button): change paddingBlock type def desc ( #47856 )
2024-03-14 11:42:14 +08:00
yexiaolong
bdc382bbe4
chore: code optimization ( #47852 )
...
* perf: 代码优化: 1.Skeleton组件children null判断; 2.Paragraph组件内部getWidth方法抽离;
* perf: 代码优化: 1.Skeleton组件children null判断; 2.Paragraph组件内部getWidth方法抽离;
---------
Co-authored-by: 叶晓龙 <evermore.ye@quectel.com>
2024-03-13 11:38:40 +08:00
二货爱吃白萝卜
7f87f912b0
fix: picker multiple selection lines collpase ( #47821 )
...
* fix: DatePicker multiple padding
* docs: update demo
* chore: clean up
2024-03-11 16:57:09 +08:00
Rin
bb567f6831
docs: fix DOM typo ( #47815 )
2024-03-11 13:40:29 +08:00
Cuvii
387c36aa30
docs: fix more typo ( #47807 )
2024-03-11 13:37:38 +08:00
winches
3818c10912
fix(anchor): active anchor error ( #47795 )
2024-03-11 10:42:45 +08:00
winches
3fbb280d14
chore: ellipsis typo ( #47804 )
2024-03-11 10:33:05 +08:00
二货爱吃白萝卜
54c5721f48
chore: bump trigger to move click to mouseDown ( #47775 )
...
* chore: bump trigger
* chore: bump trigger
* chore: bump trigger
* chore: bump trigger
* chore: fix logic
* fix: context tour config
* test: coverage
2024-03-08 21:31:27 +08:00
lijianan
5f1ac6c095
Merge pull request #47771 from ant-design/master
...
chore: merge master into feature
2024-03-08 11:38:43 +08:00
lijianan
630f4d9cfb
demo: Tag demo update ( #47751 )
...
* demo: Tag demo update
* fix: fix
* fix: fix
2024-03-08 10:51:31 +08:00
afc163
7d9bc97c9b
style: add ColorPicker clear icon hover style ( #47761 )
2024-03-08 10:19:23 +08:00
ChuYang
ade622e8f4
demo: a wrong word ( #47746 )
...
* fix: a wrong word
* fix: update snapshot
2024-03-08 07:17:46 +08:00
xiejiahe
998eaf1849
test: remove null check ( #47759 )
...
`querySelectorAll` always returns an array without the need for null check.
Signed-off-by: xiejiahe <xjh22222228@gmail.com>
2024-03-08 07:12:03 +08:00
Alexey Teterin
3843ac5cb2
fix: fix ru_RU locale for DatePicker ( #47768 )
...
Co-authored-by: Alexey Teterin <ateterin@naumen.ru>
2024-03-08 06:53:16 +08:00
yingjiechen
c2938c14f2
docs: change the default value 'closeable' ( #47730 )
...
Change the default value of the attribute 'closeable' from true to false
Signed-off-by: yingjiechen <53926916+jj19100@users.noreply.github.com>
2024-03-07 12:39:40 +08:00
afc163
3d7a3813ed
fix: Descriptions extra padding ( #47737 )
2024-03-07 10:08:06 +08:00
MadCcc
0652c32830
fix: sibling Tags should have margin ( #47736 )
...
* fix: sibling Tag should have margin
* chore: update snapshot
* chore: revert
* chore: link issue
* docs: update demo
* Revert "demo: update Grid、Table、Select demo (#47709 )"
This reverts commit c01c1b505b
.
* chore: update snapshot
* chore: update demo
2024-03-06 21:51:17 +08:00
叶枫
a975d48c3a
Cascader support option render ( #47727 )
...
* feat: done
* feat: doc
2024-03-06 20:04:13 +08:00
kiner-tang
bb85712f71
feat: Notification support aria-* in closable ( #47710 )
...
* feat: Notification support aria-* in closable
* feat: optimize code
2024-03-06 11:53:05 +08:00
Olivier Louvignes
44b55c6435
demo: improve types for form basic demo ( #47722 )
2024-03-06 09:44:26 +08:00
lijianan
c01c1b505b
demo: update Grid、Table、Select demo ( #47709 )
...
* demo: update demo
* fix: fix test
* feat: table snap
---------
Co-authored-by: 叶枫 <645381995@qq.com>
2024-03-05 17:23:47 +08:00
afc163
015c459975
chore: improve ru_RU locale for DatePicker ( #47705 )
...
* Update ru_RU.ts
Signed-off-by: anykobz <66529344+anykobz@users.noreply.github.com>
* Update components/date-picker/locale/ru_RU.ts
Signed-off-by: afc163 <afc163@gmail.com>
* chore: update snapshot
---------
Signed-off-by: anykobz <66529344+anykobz@users.noreply.github.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: anykobz <66529344+anykobz@users.noreply.github.com>
2024-03-05 11:58:03 +08:00
pfdgithub
536f296d11
fix: consistent with the tag component, the processing state uses colorInfo token. ( #47695 )
...
Signed-off-by: pfdgithub <pfdgithub@users.noreply.github.com>
2024-03-05 10:15:13 +08:00
lijianan
a4077b6739
demo: update Select label type in demo and docs ( #47694 )
2024-03-04 13:55:24 +08:00
lqzhgood
9970fd3754
📃 docs(Select): add optGroups props ( #47687 )
...
https://github.com/react-component/select/pull/1020/
2024-03-03 14:42:04 +08:00
lijianan
6f68cf30ac
demo: demo code optimization ( #47680 )
2024-03-02 10:47:22 +08:00
afc163
7abae5e973
demo: a better Form usage inside Modal ( #47574 )
...
* demo: a better Form usage inside Modal
* chore: drop ref usage
* fix: useForm
* show values after submit
* chore: update snapshot
* chore: remove form preserve
2024-03-02 01:11:00 +08:00
米家-iOS-张文锋
08224052c8
demo: fix AutoComplete options demo ( #47651 )
...
* 修复 auto component 输入demo运行错误的问题
* Update options.tsx
Remove unused key.
Signed-off-by: 米家-iOS-张文锋 <zhangwfyoupu@126.com>
* Update options.tsx
Remove the unused param:index
Signed-off-by: 米家-iOS-张文锋 <zhangwfyoupu@126.com>
---------
Signed-off-by: 米家-iOS-张文锋 <zhangwfyoupu@126.com>
Co-authored-by: zhangwenfeng <santcool@126.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-03-02 01:02:55 +08:00
kiner-tang
6928fbc06d
feat: Modal support aria-* in closable ( #47650 )
...
* feat: Modal support aria-* in closable
* feat: Modal support aria-* in closable
* feat: Modal support aria-* in closable
* chore: bump rc-image
* feat: update snap
* feat: update snap
2024-03-01 10:58:50 +08:00
Amumu
2156ed4c07
fix: virtual list prefixCls not working ( #47639 )
...
* fix: virtual list prefixCls not working
* update test case
2024-02-29 09:45:27 +08:00
kiner-tang
183746ac3f
feat: Remove unless necessary warning in alert ( #47633 )
2024-02-28 17:15:20 +08:00
lijianan
9c1e63dc8d
test: rm useless async ( #47628 )
2024-02-28 15:28:25 +08:00
kiner-tang
15216614ed
feat: Drawer support aria in closable ( #47543 )
...
* feat: drawer support aria in closable prop
* 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
2024-02-28 14:11:15 +08:00
栗嘉男
a466d3fc8d
chore: merge master into feature
2024-02-28 13:29:43 +08:00
lijianan
5276de61f7
type: optimization CP props type ( #47621 )
2024-02-28 11:53:01 +08:00
lijianan
271daafa39
feat: CP support Input.TextArea allowClear、autoComplete、className、classNames、style、styles ( #47589 )
...
* feat: CP support Input allowClear
* feat: CP support Input allowClear
* fix: fix
* fix: fix
* revert
* revert
* Update Input.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update getAllowClear.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update getAllowClear.tsx
Signed-off-by: lijianan <574980606@qq.com>
* test: add test case
---------
Signed-off-by: lijianan <574980606@qq.com>
2024-02-28 09:54:48 +08:00
二货爱吃白萝卜
01f923effe
fix: Compatible with v4 logic ( #47612 )
2024-02-27 19:11:46 +08:00
二货爱吃白萝卜
72ee4517f0
refactor: Use native css for measure css line ellipsis ( #47597 )
...
* chore: init
* chore: ellpsis check with native css
* docs: all the lines
* chore: move copied btn out
* chore: add dpes
* fix: logic order
* fix: ellipsis event
* test: update testcase
* chore: use native way
* chore: destructure
* chore: fix lint
* chore: fix lint
* chore: fix lint
2024-02-27 16:56:24 +08:00
lijianan
6c0d3e46c4
feat: CP support Input allowClear ( #47602 )
2024-02-27 10:25:35 +08:00
Yawen Xiao
c06dc8e960
type: styles should be optional for cardProps ( #47601 )
...
Co-authored-by: yawen.xiao <yawen.xiao@192.168.0.107>
2024-02-27 00:08:38 +08:00
Rickvian Aldi
8eff174cc5
docs: Fix non-working code example in breadcrumb browserHistory ( #47581 )
...
* docs: Fix non-working code example in breadcrumb browserHistory
* Update components/breadcrumb/index.en-US.md
use string interpolation
Co-authored-by: kiner-tang <1127031143@qq.com>
Signed-off-by: Rickvian Aldi <rickvianaldi@gmail.com>
* Update components/breadcrumb/index.zh-CN.md
use string interpolation
Co-authored-by: kiner-tang <1127031143@qq.com>
Signed-off-by: Rickvian Aldi <rickvianaldi@gmail.com>
---------
Signed-off-by: Rickvian Aldi <rickvianaldi@gmail.com>
Co-authored-by: Rickvian Aldi <rickvian.aldi@ninjavan.co>
Co-authored-by: kiner-tang <1127031143@qq.com>
2024-02-26 10:20:42 +08:00
lijianan
b28b0d883f
feat: CP support Menu expandIcon ( #47561 )
...
* feat: CP support Menu expandIcon
* fix: test case fix
* fix: test case fix
* fix: fix
* fix: fix
* chore: rename
* type: add type
---------
Signed-off-by: lijianan <574980606@qq.com>
2024-02-26 09:55:08 +08:00
Maxim Kolesnikov
19888a0962
docs: fix auto complete docs not found content type ( #47577 )
...
* Update index.en-US.md
Corrected type for notFoundContent in the documentation in auto-complete index.en-US.md
Signed-off-by: Maxim Kolesnikov <mxklsn@gmail.com>
* Update index.en-US.md
Signed-off-by: Maxim Kolesnikov <mxklsn@gmail.com>
* Update components/auto-complete/index.en-US.md
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: Maxim Kolesnikov <mxklsn@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-02-24 23:45:20 +08:00
栗嘉男
cb789d9d14
chore: merge master into feature
2024-02-24 15:51:51 +08:00
lijianan
9836a74086
chore: rm unnecessary export ( #47568 )
2024-02-24 14:50:03 +08:00
SuperYY
1b696510e5
bug fix : expand all leaf nodes in root level ( #47567 )
...
* fix table's scrollbar background color in dark mode
* docs : fix "fille" with "filled"
* expand all leaf nodes in root level
* Add type annotation
* code style format
* [CodeFactor] Apply fixes to commit 116efaf
[ci skip] [skip ci]
* simplify the code and add the corresponding testing module
---------
Co-authored-by: codefactor-io <support@codefactor.io>
2024-02-24 12:42:21 +08:00
github-actions[bot]
2913547258
chore: auto merge branches ( #47562 )
...
chore: merge master into feature
2024-02-24 03:02:05 +00:00
二货爱吃白萝卜
08d432fa41
fix: RangePicker time column sometime not scroll ( #47542 )
...
* fix: style fixing of time scroll
* chore: bump rc-picker
2024-02-23 11:32:04 +08:00
lijianan
dccdb377b0
demo: demo update ( #47551 )
...
* demo: update demo code
* fix: fix
2024-02-23 11:01:56 +08:00
zhw
b3e6650088
fix: datePicker document ( #47537 )
2024-02-22 14:03:29 +08:00
susuhhhhhh
8cf629f126
demo: replace abandoned APIs with new ones ( #47519 )
...
* fix:废弃 api 替换成新 api
* Update demo-extend.test.ts.snap
---------
Co-authored-by: lijianan <574980606@qq.com>
2024-02-21 19:37:40 +08:00
Amumu
6c824b7dbf
Merge pull request #47521 from ant-design/master
...
chore: merge master into feature
2024-02-21 15:54:37 +08:00
MadCcc
6033c69e60
fix: modal mask should block pointer events when opened ( #47508 )
...
* fix: modal mask should block pointer events when opened
* chore: code clean
2024-02-21 09:58:46 +08:00
lijianan
2bb7e9edda
fix: rm Tag useless style ( #47504 )
2024-02-21 09:58:07 +08:00
afc163
fc1fb17ee7
fix: add destroyTooltipOnHide to Avatar.Group ( #47478 )
2024-02-20 18:07:07 +08:00
lijianan
e939962c55
demo: update Progress demo ( #47494 )
2024-02-20 15:02:22 +08:00
lijianan
cf51b5f34d
feat: CP support collapse expandIcon ( #47473 )
...
* feat: CP support Avatar icon
* fix: fix
* fix: fix
* test: fix test case
* fix: fix
* fix: fix type
* Update avatar.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update avatar.tsx
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: lijianan <574980606@qq.com>
2024-02-20 14:02:43 +08:00
lijianan
d9cee1ceac
fix: rm Progress useless style ( #47493 )
2024-02-20 13:30:07 +08:00
SuperYY
ac9cd5c8de
fix table's scrollbar background color in dark mode ( #47487 )
2024-02-20 11:10:22 +08:00
MadCcc
b96f4c8003
feat: css var prefix follow prefixCls by default ( #47481 )
...
* feat: css var prefix follow prefixCls by default
* docs: update
2024-02-20 09:47:21 +08:00
lijianan
944d8345d7
docs: remove extra whitespace ( #47479 )
2024-02-19 14:43:43 +08:00
lijianan
49d3201d90
Merge pull request #47477 from ant-design/master
...
chore: merge master into feature
2024-02-19 14:21:31 +08:00
lijianan
d9bb666a56
docs: update FAQ about findDOMNode warning ( #47475 )
...
* docs: update findDOMNode docs
* Revert "docs: update findDOMNode docs"
This reverts commit 367267086d
.
* docs: update FAQ about findDOMNode warning
* fix: fix
2024-02-19 13:42:05 +08:00
kiner-tang
23cb9c5fd6
feat: Alert support aria-* in closable ( #47474 )
...
* feat: Alert support aria-* in closable
* feat: Alert support aria-* in closable
* feat: Alert support aria-* in closable
2024-02-19 13:40:19 +08:00
lijianan
ed25a45c0d
Revert "feat: Alert support aria-* in closable ( #47446 )" ( #47471 )
...
This reverts commit 9d3211757c
.
2024-02-19 10:25:15 +08:00
lijianan
ee27f0e285
docs: update filterOnClose api docs ( #47472 )
2024-02-19 10:03:38 +08:00
kiner-tang
9d3211757c
feat: Alert support aria-* in closable ( #47446 )
...
* feat: support aria-* in closeable
* feat: support aria-* in closeable
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
2024-02-18 18:08:02 +08:00
Aelita
20cd731ba9
feat(table): add filterOnClose
prop for Column
( #47451 )
...
* feat(table): add `filterOnClose` prop for `Column`
* docs(table): add `filterOnClose` into `Column`'s API
2024-02-18 12:43:11 +08:00
winches
0c18d37a7e
docs(breadcrumb): repair breadcrumbItem props ( #47464 )
2024-02-18 12:32:05 +08:00
希亚的西红柿
d4c811cf8c
fix: the color of Content should change in darkmode ( #47441 )
2024-02-18 10:24:09 +08:00
Rajasekhar Gandavarapu
5272a2e859
fix: For the menu in dark horizontal mode, token: darkItemSelectedBg and darkItemSelectedColor is set, but does not take effect ( #47463 )
...
* fix: for For the menu in dark horizontal mode, token: darkItemSelectedBg and darkItemSelectedColor is set, but does not take effect
* use common tokens
2024-02-18 09:58:39 +08:00
lijianan
be67895a93
chore: code optimization ( #47454 )
2024-02-17 19:56:41 +08:00
lijianan
a84af71d14
site: code optimization ( #47456 )
2024-02-16 20:50:31 +08:00
lijianan
7587f12fe8
Merge pull request #47453 from ant-design/master
...
chore: merge master into feature
2024-02-16 11:37:35 +08:00
Carla Paiva
8c9eea3bb2
demo: typo of onChange func parameter on cascader basic example ( #47427 )
2024-02-12 13:34:09 +08:00
daisy
7b86dd60b5
docs: Table colSpan render -> onCell ( #47392 )
...
* docs: Table colSpan render -> onCell
* Update components/table/demo/colspan-rowspan.md
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-02-09 14:47:39 +08:00
afc163
a49d2d5ea3
fix: Steps inline broken style ( #47406 )
2024-02-08 13:11:09 +08:00
二货爱吃白萝卜
52fdbb47d9
fix: datePicker arrow out of bound ( #47389 )
...
* fix: datePicker arrow out of bound
* chore: use logic prop
2024-02-07 20:29:24 +08:00
afc163
3d1c81db92
fix: Dropdown should not display when items is empty array ( #47375 )
...
* fix: Dropdown should not display when items is empty array
* Apply suggestions from code review
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
2024-02-07 20:22:31 +08:00
afc163
39e7bc5d2f
Merge pull request #47383 from ant-design/master
...
chore: merge master into feature
2024-02-07 13:30:01 +08:00
lijianan
55aae1ed26
chore: bump rc-table from 7.39.0 to 7.40.0 ( #47382 )
...
* chore: bump rc-table from 7.39.0 to 7.40.0
* test: update snap
2024-02-07 11:44:04 +08:00
lijianan
9bf2b2c0d6
docs: update Tabs api description ( #47356 )
...
* docs: update Tabs description
* Update components/tabs/index.en-US.md
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/tabs/index.en-US.md
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2024-02-07 11:23:57 +08:00
MadCcc
a4c4c4738d
fix: borderless tag should use defaultBg ( #47372 )
2024-02-07 10:20:07 +08:00
MadCcc
2f6218a0f3
fix: inherit should not affect hashed and cssVar ( #47360 )
...
* fix: inherit should not affect hashed and cssVar
* chore: update
* chore: add test case
2024-02-06 17:38:03 +08:00
Eugene
87882e1db6
fix(style): Virtual table style lead on none virtual table used as a nested table ( #47333 )
...
* fix(style): Virtual table style lead on none virtual table render used as a nested table.
* fix(test): Update test for virtual table with fix nested table inside.
---------
Co-authored-by: ykryshtal <ykryshtal@magnite.com>
Co-authored-by: Eugene <Jeka1.1@mail.ru>
2024-02-06 11:30:17 +08:00
二货爱吃白萝卜
929742d8a0
docs: back of missing demo ( #47348 )
2024-02-05 15:30:01 +08:00
二货爱吃白萝卜
364bb0c40b
docs: 7 is not 7 ( #47342 )
2024-02-05 14:10:46 +08:00
jaehoonkim-dev
a8d951f04a
chore: type in PickerPropsWithMultiple type: rename 'dates' to 'dateString' in onChange parameter. ( #47343 )
...
Co-authored-by: 김재훈 <kimjaehoon@olenjikollaui-MacBookPro.local>
2024-02-05 13:25:50 +08:00
二货爱吃白萝卜
7104513a84
docs: Support semantic preview ( #47332 )
...
* docs: init
* docs: semantic block
* docs: part of demo
* docs: modal
* docs: slider
* docs: space
* docs: all sementic
* docs: clean up
* chore: fix lint
* chore: clean up
* chore: update script
* test: fix test case
* test: update testcase
2024-02-05 11:45:42 +08:00
lijianan
cfe722667a
feat: Tabs support removeIcon prop ( #47334 )
...
* feat: Tabs support removeIcon prop
* feat: Tabs support removeIcon prop
* Update components/config-provider/index.zh-CN.md
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
---------
Signed-off-by: lijianan <574980606@qq.com>
2024-02-05 11:45:24 +08:00
lijianan
e197751d01
docs: update variant docs version ( #47340 )
2024-02-05 09:39:35 +08:00
lijianan
0c781ee18e
Merge pull request #47304 from ant-design/master-merge-feature
...
Master merge feature
2024-02-02 12:48:11 +08:00
未觉雨声
82b1f7705e
fix: improve inner pagination padding ( #47231 )
...
* fix: improve inner pagination padding
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
---------
Co-authored-by: vagusX <vagusxl@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-02-02 12:00:24 +08:00
期贤
03b9175c6b
Merge branch 'master' into feature
2024-02-02 11:45:56 +08:00
lijianan
dc4f40380c
style: code optimization ( #47300 )
...
* chore: rm useless function
* fix: fix
2024-02-02 11:14:22 +08:00
lijianan
0e28360622
feat: CP support Transfer selectionsIcon ( #47301 )
2024-02-02 10:48:05 +08:00
lijianan
326ae986b9
Merge pull request #47297 from ant-design/master
...
chore: merge master into feature
2024-02-01 23:59:16 +08:00
lijianan
e009ca9d4a
feat: CP support Tabs addIcon & moreIcon ( #47274 )
...
* feat: CP support Tabs addIcon & moreIcon
* fix: fix
* fix: fix
* fix: fix
---------
Signed-off-by: lijianan <574980606@qq.com>
2024-02-01 19:14:54 +08:00
lijianan
a206593d28
feat: CP support Image closeIcon ( #47252 )
...
* feat: CP support Image closeIcon
* type: update type
* type: update type
* fix: fix
2024-02-01 17:43:00 +08:00
MadCcc
53b0b2475d
fix: Input should show cursor when disabled ( #47280 )
2024-02-01 17:29:30 +08:00
二货爱吃白萝卜
cbf2242065
enhance: New Picker no need needConfirm
when multiple
( #47275 )
...
* docs: more and more
* chore: bump rc-picker
* test: update snapshot
* chore: multiple style
* chore: fix removeIcon
* test: update snapshot
* test: update testcase
* test: update snapshot
* chore: cleanup
2024-02-01 16:26:38 +08:00
lijianan
7cc45fd6d7
docs: rm useless type ( #47272 )
2024-02-01 10:36:21 +08:00
mr-chenguang
f1f4788e38
fix: use flex to correct avatar child position ( #47236 )
...
* fix: remove avatar border when height less then 16
* fix: 使用 flex 完成子元素居中布局
* fix: fix avatar tests snapshot
* fix: fix avatar tests snapshot
* Update components/avatar/style/index.ts
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: mr-chenguang <37072324+lcgash@users.noreply.github.com>
* fix: changealign
* fix: update avatar snapshots
* fix:update snapshot
* fix: update snapshot
* fix: update snapshot
---------
Signed-off-by: mr-chenguang <37072324+lcgash@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-01-31 18:20:21 +08:00
二货爱吃白萝卜
cbea5a5da9
feat: Table support stack fixed columns ( #47245 )
...
* chore: update deps
* feat: style of it
* test: update test case
* chore: adjust size limit
2024-01-31 10:25:18 +08:00
lijianan
651914c46d
feat: CP support Tag closeIcon ( #47250 )
2024-01-31 10:07:16 +08:00
lijianan
ebd4c15cdf
docs: update missing api ( #47254 )
2024-01-31 10:01:54 +08:00
lijianan
b233f27ba0
feat: CP support Notification closeIcon ( #47244 )
...
* feat: CP support Notification closeIcon
* fix: fix
2024-01-30 20:13:22 +08:00