叶枫
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
lijianan
1b36fd22e5
Merge pull request #48172 from ant-design/master
...
chore: merge master into feature
2024-03-29 20:10:12 +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
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
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
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
木木剑光
25eda833fb
fix(Table): the onFilter methods of column adds ability to filter children ( #47170 )
2024-01-27 22:11:54 +08:00
MadCcc
fbe3a39389
fix: table filterDropdown should accept cssvar ( #46314 )
2023-12-07 19:21:43 +08:00
kyriewen
5a45276565
feat: Add useMultipleSelect hooks, transfer supports multiple select by holding down the shift key. ( #45285 )
...
* feat: add useMultipleSelect hooks
* docs: update README
* chore: update size limit
* refactor: prevSelectedIndex ref to state、initial value
* refactor: useMultipleSelect
* refactor: reset last select key after deselect
* chore: useMultipleSelect params type
* refactor: should params key be in useMultipleSelect hooks
* feat: getKey must be required
* chore: useless code
* refactor: remove useless code
* feat: onItemSelect params event must be required
* feat: remove params event
* chore: remove onItemSelect params event; refactor transfer listBody onClick fnName
* revert(modal): revert modal demo dark
* refactor: props onItemSelect
* refactor: onItemSelect fn name
* refactor: transfer children type
* refactor: renderList props
* test: add test case
* chore: args -> arguments
* test(transfer): add test case
---------
Signed-off-by: kyriewen <64134946+zbw-zbw@users.noreply.github.com>
Co-authored-by: zbw01218944 <zbw01218944@alibaba-inc.com>
2023-10-26 11:46:22 +08:00
Zhou Bill
a29a0796ae
feat: columnTitle render props ( #41937 )
...
* feat: columnTitle render props
* feat: 添加测试
* docs: 修改table rowSelection interface
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-10-24 16:05:29 +08:00
github-actions[bot]
f25fd3cac7
chore: auto merge branches ( #45444 )
...
chore: merge master into feature
2023-10-20 06:01:13 +00:00
afc163
49ef16b5ff
fix: Table sorter tooltip cannot be open when showSorterTooltip is a object ( #45403 )
2023-10-19 10:08:10 +08:00
二货爱吃白萝卜
a337fee815
fix: dropdown not trigger onOpenChange when click menu item ( #45378 )
...
* fix: dropdown not trigger onOpenChange when click menu item
* chore: add source
* docs: update
* test: update test
2023-10-17 14:50:54 +08:00
afc163
5c99a5ee49
type: fix type errors of React.Key ( #44938 )
...
* type: fix .dumi typing error
* type: fix React.Key type error
* type: fix React.Key type error
* type: fix React.Key type error
* type: fix React.Key type error
* Apply suggestions from code review
Signed-off-by: afc163 <afc163@gmail.com>
* fix: test case
* fix: test case
* chore: use @types/react latest version
* Apply suggestions from code review
Signed-off-by: afc163 <afc163@gmail.com>
* chore: update form def
* chore: more ts
* chore: revert demo ts
* chore: bump ver
* chore: fix more
* chore: fix demo
* chore: back of ci
* chore: fix ts
* chore: fix ts
* chore: part of it
* chore: fix ts
* chore: bump ver
* chore: fix lint
* chore: fix
* test: update test
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-09-20 11:01:49 +08:00
kiner-tang(文辉)
d5abbad8f1
refactor: deprecatedWarning ( #44791 )
...
* refactor: deprecatedWraning
* 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
2023-09-13 22:07:33 +08:00
二货爱吃白萝卜
23870913b1
fix: Table virtual with narrow columns ( #44818 )
...
* fix: resize & border logic
* fix: auto width
* chore: clean up
* fix: lint
* chore: cov
* chore: lint
2023-09-13 17:53:54 +08:00
二货爱吃白萝卜
5cc338e177
refactor: All the warning set the warning type for future filter ( #44613 )
...
* feat: add warningContext
* refactor: part refactor
* chore: fix compile
* chore: part of it
* chore: part of it
* chore: part of it
* chore: fix lint
* chore: fix test
* chore: clean uo
* chore: hide warning def tmp
* chore: comment test
* chore: fix lint
* chore: refactor select icons
* chore: fix warning message
* test: update test
* chore: rm dead code
2023-09-11 17:28:04 +08:00
github-actions[bot]
1ad266f7bf
chore: auto merge branches ( #43378 )
...
chore: merge master into feature
2023-07-05 10:16:04 +00:00
lijianan
67900a7aad
type: optimization AnyObject type ( #43366 )
...
* type: optimization AnyObject type
* fix lint
* rerun
2023-07-05 16:54:04 +08:00
afc163
a1b0775788
chore: resolve merge conflict
2023-06-25 12:32:36 +08:00
Zack Chang
7dc74b1da9
refactor: solve circular reference of Table ( #42813 )
...
* refactor: solve circular reference of Table
* Update index.tsx
* chore: add export
2023-06-25 12:17:44 +08:00
二货爱吃白萝卜
ec29ebf2c9
fix: Table filter throw react warning ( #43139 )
2023-06-21 14:26:30 +08:00
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
2023-06-07 23:01:09 +08:00
dyecma
c1dbcae764
feat: rename sorterOrder to sortOrder ( #42519 )
2023-05-22 18:03:45 +08:00
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>
2023-05-22 12:03:57 +08:00
github-actions[bot]
59c9119be1
chore: auto merge branches ( #42276 )
...
chore: master merge feature
2023-05-12 15:14:26 +00:00
lijianan
f77e2881af
type: type optimization ( #42312 )
...
* fix CI
* type: type optimization
2023-05-12 22:48:22 +08:00
github-actions[bot]
09f86bf0ce
chore: auto merge branches ( #42193 )
...
chore: feature merge master
2023-05-06 11:45:47 +00:00
lijianan
ac5a06027e
revert: "chore: unified import method ( #42149 )" ( #42180 )
...
This reverts commit ea8ed28209
.
2023-05-06 15:49:37 +08:00
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
2023-05-06 15:24:22 +08:00
lijianan
ea8ed28209
chore: unified import method ( #42149 )
...
* chore: unified import method
* fix lint
2023-05-05 20:52:44 +08:00
lijianan
326d7a1074
fix: add col width, fix table width error ( #41626 )
...
* Update useSelection.tsx
* Update useSelection.tsx
* fix
* fix
* fix
* add demo
2023-04-06 17:16:27 +08:00
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
2023-03-28 11:03:47 +08:00
lijianan
87543e52f1
chore: TypeScript definition optimization ( #41415 )
...
* Update usePagination.ts
* Update InternalTable.tsx
* Update Table.tsx
2023-03-25 13:59:21 +08:00
lijianan
d7378a09ba
chore: adjust parameter order ( #41036 )
2023-03-03 14:56:12 +08:00
lijianan
39c645bbb7
chore: adjust parameter order ( #41037 )
2023-03-03 14:55:46 +08:00
Lioness100
fd0d8b6031
docs: fix typos ( #40791 )
...
* docs: fix typos
* Update index.zh-CN.md
* test: update snapshot
* docs: fix demo ref
* chore: force trigger ci
* chore: force trigger ci
* chore: bump dumi ver
---------
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-02-23 21:56:43 +08:00
Alina Andrieieva
ad707df22e
Accessibility fix: aria-label cannot be used with role="presentation". ( #40413 )
...
* Acessibility fix: aria-label cannot be used with role="presentation".
* Acessibility fix: added aria-hidden to the wrapper
---------
Co-authored-by: Alina Andrieieva <Alina_Andrieieva@epam.com>
2023-02-05 20:06:24 +08:00
Roman Soroka
619814c005
fix: Table filter does not work if column has grouped header #40203 ( #40463 )
...
* fix: Table filter does not work if column has grouped header #40203
* fix: Table filter does not work if column has grouped header #40203
* fix: Add test case
* fix: Fix test 18
* fix: Fix tests
2023-02-02 19:52:10 +08:00
lijianan
0ad9ae1695
chore: adjust parameter order ( #40253 )
2023-01-16 16:31:08 +08:00
lijianan
6cbeb26582
chore: adjust parameter order ( #40254 )
2023-01-16 16:28:48 +08:00
lijianan
6a255f1a23
chore: adjust parameter order ( #40255 )
2023-01-16 16:18:01 +08:00
lijianan
28d1157d6b
type: optimization undefined type ( #40241 )
...
* type: optimization undefined type
* fix type
* fix type
* add
* revert
* revert
* revert
2023-01-16 09:55:52 +08:00
lijianan
5d3381334c
chore: remove useless tsx support ( #39934 )
...
* chore: remove useless tsx support
* add
* revert
* add
* fix
* fix
* add test case
* fix
2022-12-31 22:12:30 +08:00
李瀚
80f19614be
fix: filtered word error ( #39887 )
...
* fix: filtered word error
* Optimize the code
2022-12-29 15:39:41 +08:00
Amumu
54101c8066
fix: fix filtered update not working ( #39883 )
2022-12-29 14:14:45 +08:00
Amumu
7329ac7fc7
refactor: remove shallowequal ( #39662 )
2022-12-27 15:46:51 +08:00