二货爱吃白萝卜
5bf08faeea
refactor: rename qrcode to qr-code ( #43607 )
* refactor: rename qrcode to qr-code
* test: patch test case
* chore: fix Form missing displayName
* chore: patch displayName
* chore: style path
* chore: fix compile
1 year ago
lijianan
38474628fd
feat: prepend use-client directive for with Next.js App Router ( #43573 )
* fix: prepend use-client directive for with Next.js App Router
* Update components/affix/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/badge/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/divider/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>
* Update components/cascader/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/list/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/mentions/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/mentions/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/mentions/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/mentions/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/qrcode/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/spin/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/select/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/spin/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/spin/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/steps/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/time-picker/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/transfer/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update components/tree-select/index.tsx
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
1 year ago
thinkasany
f566e3b24b
type: supplementary React.FC type ( #43410 )
* type: supplementary React.FC type
* fix: remove useless code
* revert: remove useStyle
* revert: card-top
* Update card-top.tsx
1 year ago
黄庄妮
fd8a9884f0
docs: fix Table api description ( #43407 )
1 year ago
lijianan
67900a7aad
type: optimization AnyObject type ( #43366 )
* type: optimization AnyObject type
* fix lint
* rerun
1 year ago
栗嘉男
da232eeeea
fix
1 year ago
栗嘉男
c3d5bca580
fix
1 year ago
lijianan
5432c05041
feat: CP support Table className and style ( #43301 )
* feat: CP support Table className and style
* test: update test case
1 year ago
daisy
ab036297b3
demo: fix table drag demo click event not working ( #43291 )
1 year ago
Zack Chang
7dc74b1da9
refactor: solve circular reference of Table ( #42813 )
* refactor: solve circular reference of Table
* Update index.tsx
* chore: add export
1 year ago
二货爱吃白萝卜
ec29ebf2c9
fix: Table filter throw react warning ( #43139 )
1 year ago
daisy
78d117f492
docs: table column sorter ( #43130 )
1 year ago
linxianxi
f801318868
fix(Table): preserveSelectedRowKeys should work when checkStrictly is false ( #42784 )
* fix(Table): preserveSelectedRowKeys should work when checkStrictly is false
* fix: 修改
* fix: use Set instead of Map
1 year ago
MadCcc
7322aa6f5f
Revert "chore: migrate to vitest ( #42506 )" ( #42900 )
This reverts commit 6759887c44
.
1 year ago
Dunqing
6759887c44
chore: migrate to vitest ( #42506 )
* chore: migrate to vitest
* chore: update ci
* fix: test correctly
* test: support puppeteer
* chore: update coverage
* chore: update include/exclude
* chore: update config
* test: update incorrect tests
* chore: update script
* chore: update
* fix: should close browser at the ended
* chore: improve
* fix: test cause tsc error
* fix: eslint error
* chore: exclude correctly
* test: update snap and fix some tests
* chore: update test config
* fix: countup.js
* fix: incorrect test
* chore: update reference
* test: update
* fix: countup.js
* fix: timeout
* chore: update site test
* fix: fixed countup version
* chore: remove unsed code
* test: update
* test: update demo timeout
* test: update timeout
* chore: update image test
* chore: update threads
* fix: image/svg+xml test failed
* chore: limits threads
* test: update test coverage include
* chore: remove jest files
* chore: rename jest to vi
* chore: update document
* chore: fix missing @types/jsdom
* chore: update coverage
* chore: update snap
* fix:watermark test cases are incorrect
* feat: update ignore comment
* test: fix test case
* test: reset body scrollTop
* test: clean up
* test: use vi
* test: update snapshot
* test: update snapshot
* test: fix dropdown test failed
* fix: toHaveStyle cause test fail
* test: improve test case
* test: fix
* fix: color failed, refer to https://github.com/jsdom/jsdom/pull/3560
* test: fix
* test: fix
* test: fix circular import
* test: revert
* ci: coverage failed
* test: fix c8 ignore comment
* chore: incorrect config
* chore: fix ignore ci
* test: revert svg+xml
* test: fix realTimers
* feat: rc-trigger should be remove
* test: fix some failed test
* chore: remove unused deps and configure eslint-plugin-vitest
* test: update snap
* chore: remove jest
* test: fix lint error
---------
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
1 year ago
linxianxi
88b2b54232
demo: fix the table moves when dragging elements to the right ( #42745 )
* demo: fix the layout/table moves when dragging elements to the right
* fix: package json
2 years ago
MadCcc
f09e9cb0c9
refactor: Menu migrate to @rc-component/trigger ( #42554 )
* refactor: Menu migrate to @rc-component/trigger
* chore: remove rc-trigger
* chore: bump version
* chore: bump version
* chore: update size limit
* chore: update snapshot
2 years ago
afc163
8fb97df92c
feat: Pagination size change select component is searchable ( #42608 )
* feat: Paginaition size change select enable search
close https://github.com/ant-design/ant-design/issues/27684
* test: update snapshot
* test: update snapshot
2 years ago
二货爱吃白萝卜
b2402f9140
fix: table hover missing style ( #42572 )
2 years ago
dyecma
c1dbcae764
feat: rename sorterOrder to sortOrder ( #42519 )
2 years ago
lijianan
ecc222e5f4
docs: add version ( #42518 )
2 years ago
dyecma
8aca325d99
feat: implement sortIcon on Table ( #42498 )
* implement sortIcon on Table
* drop React.ReactNode from sortIcon
* add sortIcon test
* fix sortIcon arg type
* add sortIcon to docs
---------
Co-authored-by: afc163 <afc163@gmail.com>
2 years ago
JiaQi
dc2add0fea
style(table): Modify borderRadius in filter dropdown ( #42451 )
Co-authored-by: lijianan <574980606@qq.com>
2 years ago
afc163
d90c1c62c0
fix: upgrade @ant-design/icons to 5.1.0 ( #42443 )
* Update package.json
* Update package.json
* chore: update snapshot
* style: #1890ff => #1677ff
* style: fix Upload icon color
* style: fix Upload icon color
* revert menu v4 demo
2 years ago
afc163
7271b7cb91
fix: Popconfirm margin problem when icon is null ( #42433 )
* fix: Popconfirm margin issue when icon is null
* test: update snapshot
* demo: update snapshot
* chore: improve code
* demo: update snapshot
* refactor: remove used css
* demo: update snapshot
2 years ago
lijianan
f77e2881af
type: type optimization ( #42312 )
* fix CI
* type: type optimization
2 years ago
lijianan
9d1854763d
refactor: add useSize replace React.useContext ( #42282 )
* refactor: add useSize
* fix
* fix
* fix
* fix
* fix
2 years ago
二货爱吃白萝卜
f4858ff581
chore: align motion follow popup point ( #42225 )
* chore: align motion follow popup point
* test: update snapshot
2 years ago
Ylg12345
08e8e66fe6
feat: add onClick prop in Table.Summary.Row ( #42175 )
* feat: add onclick prop in Table.Summary.Row
* revocation summary.md and summary.tsx changes
* change the way INTERNAL_HOOKS are exported
* update rc-table version and INTERNAL_HOOKS export issue
* update renderVirtualList type in virtual-list.tsx
* reduce diff
2 years ago
lijianan
ac5a06027e
revert: "chore: unified import method ( #42149 )" ( #42180 )
This reverts commit ea8ed28209
.
2 years ago
Dunqing
8215910cf7
feat(Table): support onCell in rowSelection ( #36187 )
* feat: support onCell in rowSelection
* fix: add onCell test
* docs: update onCell related documentation
* fix: format
* fix: repeat import
* Update More.tsx
* fix: revert
* fix: revert again
* fix: revert again
* fix: revert again
* fix: revert again
* Update index.zh-CN.md
* Update index.en-US.md
* Update index.zh-CN.md
* Update index.en-US.md
2 years ago
lijianan
ea8ed28209
chore: unified import method ( #42149 )
* chore: unified import method
* fix lint
2 years ago
MadCcc
e18400a554
chore: bump rc-dropdown ( #42013 )
* chore: update snapshot
* chore: update placement
* chore: postProps
* chore: update snapshot
* test: update table test case
* chore: update pure-panel style
* chore: update snap
2 years ago
afc163
3a5413315d
style: fix Table border and radius issues ( #41985 )
* style: fix Table border details
* style: fix Table border details
2 years ago
二货爱吃白萝卜
a5d420b941
chore: bump motion ( #41873 )
* chore: bump motion
* test: update snapshot
* test: update snapshot
2 years ago
黑雨
41ed9bd430
feat: Button semantic dom ( #41456 )
* feat: add semantic doc
* 🔀 feat: rebase feature
* feat: update for code reviewer
* feat: update snap
* feat: update snap
* 🐛 bug: update for cov
* Message
* bug: update snap
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* ♻️ feat: ref code
* 🩺 feat: update for review
* 💄 style: update style
* 📝 doc: update doc
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 💄 style: update style
* 📸 feat:update snap
* 🚧 feat: clean up
* 🚧 feat: clean up
* feat: icon wrapper
* test: update snapshot
* chore: code clean
* fix: icon only font size
* chore: rollback unexpected commit
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
黑雨
cef58664e8
📝 doc: add design token table ( #41717 )
* ✨ feat: add token
* 📝 doc: update lint
* 📝 doc: update doc
2 years ago
lijianan
326d7a1074
fix: add col width, fix table width error ( #41626 )
* Update useSelection.tsx
* Update useSelection.tsx
* fix
* fix
* fix
* add demo
2 years ago
Andrew Blakey
0c555265b9
fix: Table filter do not persist filter status when filter dropdown is visible ( #41445 )
* Fix 36946 by memoizing a hook dependency to remain stable.
* Update Table.filter.test.tsx
* Update Table.filter.test.tsx
2 years ago
lijianan
87543e52f1
chore: TypeScript definition optimization ( #41415 )
* Update usePagination.ts
* Update InternalTable.tsx
* Update Table.tsx
2 years ago
lijianan
fb5ed95853
chore(deps): bump typescript to v5 ( #41301 )
* chore(deps): bump typescript to v5
* fix
* fix
* type fix
* Update components/statistic/demo/countdown.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/statistic/demo/countdown.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* fix
* fix type
* update demo
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
二货机器人
d90b475a86
test: update snapshot
2 years ago
二货爱吃白萝卜
6770b7fb22
test: Use render for demo-extends test ( #41242 )
* test: update snapshot
* test: use render
* test: fix skip
* test: fix skip
2 years ago
hoho2017
cf8a0b0a48
fix(table): fix the layout/table moves when dragging elements to the right ( #41139 )
* fix: 稳定格式错乱啦
* Update drag-sorting-handler.tsx
* Update drag-sorting-handler.tsx
---------
Co-authored-by: zhanghaoqiang <zhanghq7458@joyowo.com>
2 years ago
dependabot[bot]
1df1034f20
chore(deps-dev): bump glob from 8.1.0 to 9.2.1 ( #41109 )
* chore(deps-dev): bump glob from 8.1.0 to 9.2.1
Bumps [glob](https://github.com/isaacs/node-glob ) from 8.1.0 to 9.2.1.
- [Release notes](https://github.com/isaacs/node-glob/releases )
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v8.1.0...v9.2.1 )
---
updated-dependencies:
- dependency-name: glob
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: update api
* fix
* fix
* fix path
* fix path
* update snap
* update snap
* update snap
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 栗嘉男 <574980606@qq.com>
2 years ago
MadCcc
6f82f41d5c
refactor: checkbox ( #41117 )
* refactor: checkbox
* type: export CheckboxRef
* type: fix
2 years ago
lijianan
d7378a09ba
chore: adjust parameter order ( #41036 )
2 years ago
lijianan
39c645bbb7
chore: adjust parameter order ( #41037 )
2 years ago
二货爱吃白萝卜
9d546ed51a
chore: bump select tree-select cascader version ( #41013 )
* chore: bump select tree-select cascader version
* chore: adjust align prepare style
* chore: bump trigger version
* test: update snapshot
2 years ago
JiaQi
a268fdde8f
style(Table): Add the rowScope style ( #40304 )
* Add the rowScope style
* doc(table): add demo about rowScope
* update snapshot
---------
Co-authored-by: Yuiai01 <dujiaqi@kezaihui.com>
Co-authored-by: muxinFeng <434980373@qq.com>
2 years ago