🏎️ Yumo
b71752ffb0
Merge branch 'master' into refactor/cssinjs-utils
2024-07-24 12:44:44 +08:00
vagusX
38cf5e8a75
docs: unify component export file as index.tsx ( #50013 )
...
* docs: unify component export file as index.tsx
* docs: compatible with old anchors
* chore: clean
* test: update snapshot
* fix: window env
---------
Co-authored-by: Peach <scdzwyxst@gmail.com>
2024-07-23 22:22:24 +08:00
🏎️ Yumo
64f26bd970
refactor(theme): migrate and refactor type GlobalToken
by @ant-design/cssinjs-utils
2024-07-23 16:45:02 +08:00
lijianan
2584ce6d50
chore: replace "ant" with defaultPrefixCls ( #49985 )
...
* chore: replace ant with defaultPrefixCls
* chore: fix lint
2024-07-20 14:17:11 +08:00
lijianan
a96cc5d47e
refactor: use defaultPrefixCls instead ant
( #49818 )
2024-07-11 14:21:05 +08:00
github-actions[bot]
1b9706f22d
chore: auto merge branches ( #49609 )
...
chore: sync master to feature
2024-06-26 10:10:48 +00:00
红
a15fcfa1dc
chore(type): improve TS type definition ( #49602 )
2024-06-26 12:40:11 +08:00
lijianan
b09913db06
test: update test case code ( #49585 )
2024-06-25 10:42:19 +08:00
github-actions[bot]
05d107ce4d
chore: auto merge branches ( #49556 )
...
chore: sync master to feature
2024-06-22 15:30:17 +00:00
afc163
59ad48476b
refactor: add boime lint and fix lint errrors ( #49536 )
...
* chore: add boime lint
* fix lint
* use files ignore
* revert change
* ignore clarity.js
* fix some errors
* fix some errors
* fix some errors
* fix some errors
* add yml file
* Update clarity.js
Signed-off-by: afc163 <afc163@gmail.com>
* add npm run lint:biome
* add npm run lint:biome
* fix test case
* fix ts errors
* fix ts errors
* fix lint and add .lintstagedrc
* shorten prop name
* chore: update package.json
* update biome.json
* chore: remove stylelint
* chore: useOptionalChain
* fix lint
* biome format
* prettier all code
* prettier all code
* fix site test
---------
Signed-off-by: afc163 <afc163@gmail.com>
2024-06-22 21:59:12 +08:00
MadCcc
010f82bd1a
feat: ConfigProvider support variant ( #49535 )
...
* feat: ConfigProvider support variant
* docs: add docs for variant
* feat: support config all components variant
* chore: fix lint
* chore: add test
* test: add test
2024-06-21 17:47:09 +08:00
thinkasany
1b3c25af9a
chore(style): backticks to single quotes ( #49540 )
2024-06-21 15:50:01 +08:00
duqigit
b7208603ee
docs: update zh-CN demo ref link ( #49501 )
...
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-06-20 14:22:00 +08:00
github-actions[bot]
3d29c9e2a6
chore: auto merge branches ( #49511 )
...
chore: merge master into feature
2024-06-20 02:20:00 +00:00
afc163
fad1497ef7
fix: RangePicker missing arrow ( #49333 )
...
* bump rc-picker
* chore: update snapshot
* chore: update snapshot
* fix: arrow style
* fix: arrow transition style
* Update package.json
Signed-off-by: afc163 <afc163@gmail.com>
* Update package.json
Signed-off-by: afc163 <afc163@gmail.com>
* Update package.json
Signed-off-by: afc163 <afc163@gmail.com>
* Update package.json
Signed-off-by: afc163 <afc163@gmail.com>
* fix: rtl style
* Update package.json
Signed-off-by: afc163 <afc163@gmail.com>
* fix rtl style
* chore: update snapshot
* fix rtl style
* Update package.json
Signed-off-by: afc163 <afc163@gmail.com>
* Update package.json
Co-authored-by: 叶枫 <7971419+crazyair@users.noreply.github.com>
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: 叶枫 <7971419+crazyair@users.noreply.github.com>
2024-06-18 23:59:23 +08:00
叶枫
ee4aff6cb1
feat: add filterOption demo ( #49441 )
2024-06-17 10:40:36 +08:00
lijianan
31b2e53755
chore: replace "ant-" with ${defaultPrefixCls}
( #49390 )
...
* fix: classname of the Radio & Checkbox would not follow CP
* test: add test case
* test: add test case
* test: update path
* fix: fix
* chore: revert
* chore: revert
* chore: revert
* chore: revert
* chore: revert
2024-06-15 15:41:58 +08:00
Wanpan
329a346473
fix: Collapse expandIcon aria-label adds semantic attribute value ( #49395 )
...
* fix: Collapse expandIcon aria-label adds semantic attribute value
* test: update snap
* test: update test case
* test: update snap
2024-06-13 15:14:48 +08:00
二货爱吃白萝卜
0352b2fd2e
feat: Spin support percent ( #48657 )
...
* feat: spin support ptg
* chore: ptg
* chore: update demo
* chore: popout component
* chore: adjust logic
* test: update snapshot
* test: update snapshot
* docs: update docs
* test: update snapshot
* test: update snapshot
* test: update snapshot
* chore: back of snapshot
* chore: clean up
* test: fix test case
* chore: fix types
* test: update snapshot
* chore: opt
* test: update testcase
* test: coverage
* test: update snapshot
2024-06-03 11:30:27 +08:00
Wanpan
f3000ed746
feat: list.item support styles & classNames ( #49154 )
...
* feat: list.item support styles
* feat: update
* feat: update
* feat: optimized code
* feat: adding classNames
* feat: supprt ConfigProvider styles classNames
* Update components/list/Item.tsx
Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: Wanpan <wanpan96@163.com>
* chore: update type
---------
Signed-off-by: Wanpan <wanpan96@163.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-06-03 11:24:39 +08:00
afc163
38050d6ada
Merge pull request #49145 from ant-design/master
...
chore: feature merge master
2024-05-31 12:20:03 +08:00
ice
e0786bac27
type: remove unnecessary types ( #49146 )
2024-05-31 10:14:37 +08:00
LonelySnowman
5098e6e209
feat: progress add inside and bottom text position ( #48157 )
...
* feat: progress add inside and bottom text position
* feat: change progress percent position api
* fix: change to follow coding standards
* docs: reset i18n zh file
* fix: change to follow coding standards
* fix: change to follow coding standards
* docs: reset i18n file
* fix: change to follow coding standards
* docs: reset i18n file
* feat: progress inner text get brighten color
* feat: update progress snapshots
* fix: progress bottom layout center
* feat: update steps snapshots
* feat: update progress snapshots
* feat: update config provider snapshots
* feat: progress inner text add negate color
* feat: update progress snapshots
* feat: progress inner text add light bg color
* feat: progress inner text add light bg color
* feat: change progress percentPosition api
* feat: change progress component test
* feat: update progress line component snapshot
* feat: progress component outer start layout text adapt
* feat: progress line change to flex layout
* feat: update progress snapshots
* feat: update progress line style
* feat: update progress line style
* fix: progress line reset height use inline block
* fix: change progress is line type
* fix: change progress is line type
* fix: delete progress outer styles
* fix: change progress line type layout
* fix: progress add outer style
* feat: update progress snapshots
* fix: change progress text bright color
* fix: optimized code volume
* fix: progress delete after style on inner layout
* fix: update progress test file
---------
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-05-10 10:22:32 +08:00
thinkasany
b6b96d2d1d
demo(ConfigProvider): replace 'popupPlacement' and 'TabPane' ( #48797 )
2024-05-07 12:18:24 +08:00
lijianan
ba5f9fe2f8
Merge pull request #48677 from ant-design/master
...
chore: merge master into feature
2024-04-28 14:02:49 +08:00
lijianan
029cb1dff0
test: rm legacy react-dom/test-utils
for compatible React-18.3.1 ( #48667 )
...
* test: rm legacy react-dom/test-utils for compatible React-18.3.0
* fix: fix
* chore: cls
* chore: update
* fix: fix
2024-04-28 09:52:54 +08:00
tanghui
d70de6c6e6
Merge branch 'master' into feature-merge-master
2024-04-26 17:20:46 +08:00
lijianan
0dbbe8b9b7
docs: update api since date ( #48610 )
2024-04-24 22:32:50 +08:00
Cooper
c7f2760007
feat: add Tabs more props ( #48321 )
...
* feat: add Tabs more props
* fix
* fix
* Compatible with moreIcon
* compatible ConfigProvider with the moreIcon
* update site snap
* fix
* fix
* fix
* fix
* fix
---------
Co-authored-by: afc163 <afc163@gmail.com>
2024-04-17 12:05:43 +08:00
lijianan
8a4a83ace7
Merge pull request #48471 from ant-design/master
...
chore: merge master into feature
2024-04-16 10:17:57 +08:00
thinkasany
c648fd1513
docs(demo): Convert to lowercase ( #48415 )
2024-04-12 11:45:25 +08:00
lijianan
6a7945d2fd
feat: Button support autoInsertSpace prop ( #48348 )
...
* feat: Button support autoInsertSpaceInButton prop
* demo: update demo
* fix: fix
* test: add test case
* docs: update docs
* chore: deprecated autoInsertSpaceInButton prop
* Update components/button/button.tsx
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
* fix: fix
* Update components/button/button.tsx
Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
* Update components/button/button.tsx
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
* fix: fix
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2024-04-11 15:29:10 +08:00
叶枫
502dac12aa
docs: format code ( #48309 )
...
* docs: fix code
* feat: lint
* feat: prettier
* feat: test
* feat: review
* feat: format html
* feat: format html
2024-04-08 14:04:08 +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
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
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
lijianan
405394a8e4
Merge pull request #48133 from ant-design/master
...
chore: merge master into feature
2024-03-28 10:54:52 +08:00
lijianan
3e156b0a7f
docs: add more JSDoc ( #48101 )
2024-03-26 23:01:04 +08:00
github-actions[bot]
80f49bfcf2
chore: auto merge branches ( #48020 )
...
chore: merge master into feature
2024-03-23 16:15:34 +00: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
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
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
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
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
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