ant-design/components
afc163 9c17f94cab
feat: Table filterMode and filterSearch functions (#31809)
* feat: Table supports filterMode="tree-select"

* add tree component

* fix detail

* use tree

* add @table-filter-dropdown-max-height

* feat: add check all to filter tree

* feat: add search

* feat: use filterTreeNode

* fix code style

* fix style

* style: tree node selected bg

* fix demo

* feat: add filterSearch

* fix: clear search value after close filter dropdown

* update snapshot

* code style

* fix test case

* chore: new FilterDropdown.tsx file

* chore: searchValueMatched function

* add test case

* test: add test cases

* feat: reset only works on dropdown state now

* chore: add table locales

* fix search input width

* tweak style

* style: update transfer search input style

* perf: improve table perf

* fix: filterMuiltiple={false}

* test: add test for selecting

* chore: fix table filter selection

* fix lint

* remove unused code

* fix: style dependencies

* test: turn off bail config for duplidated-package-plugin in feature branch

* Update components/table/hooks/useFilter/FilterSearch.tsx

Co-authored-by: Peach <scdzwyxst@gmail.com>

* fix locale link

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Peach <scdzwyxst@gmail.com>
2021-09-01 10:49:52 +08:00
..
__tests__ feat: 🎉 Image component (#26296) 2020-08-22 22:02:20 +08:00
_util chore: resolve conflict between master and feature 2021-08-23 17:48:23 +08:00
affix fix: Input clear icon margin lost (#31745) 2021-08-10 19:21:02 +08:00
alert docs(alert): The title is reversed (#29692) 2021-03-10 13:27:49 +08:00
anchor fix(anchor): targetOffset not work when contain spaces (#31952) 2021-08-30 12:10:02 +08:00
auto-complete docs: fix grammar and inconsistencies in en-US (#31385) 2021-07-19 16:21:09 +08:00
avatar chore: auto merge branchs (#31308) 2021-07-08 05:42:19 +00:00
back-top fix: BackTop should disappear when fade out (#31357) 2021-07-12 19:25:45 +08:00
badge fix: Badge count style when customize color (#31617) 2021-08-02 12:22:30 +08:00
breadcrumb chore(all): delete useless Omit define (#31661) 2021-08-04 20:07:28 +08:00
button fix: ghost button style (#31780) 2021-08-13 09:31:38 +08:00
calendar feat: Malayalam(ml_IN) translation (#31521) 2021-07-27 10:56:41 +08:00
card chore(all): delete useless Omit define (#31661) 2021-08-04 20:07:28 +08:00
carousel docs: add arrow faq to Carousel documentation 2021-05-06 14:37:39 +08:00
cascader feat: Cascader support multiple mode (#31936) 2021-08-31 15:51:02 +08:00
checkbox merge feature into master 2021-08-16 14:42:04 +08:00
col
collapse fix: deps and TypeScript types (#31519) 2021-07-26 16:47:55 +08:00
comment Add new comments below older instead of the reverse (#29136) 2021-01-31 13:42:52 +08:00
config-provider feat: Cascader support multiple mode (#31936) 2021-08-31 15:51:02 +08:00
date-picker Merge pull request #31974 from ant-design/master-merge-feature 2021-08-31 19:41:20 +08:00
descriptions docs: fix typo in descriptions API (#31742) 2021-08-10 15:38:25 +08:00
divider docs: format api (#29537) 2021-03-01 19:20:48 +08:00
drawer feat: change Drawer close icon placement and add extra property (#30908) 2021-06-11 08:39:17 +08:00
dropdown fix(dropdown): add dropdown destroyPopupOnHide type (#31700) 2021-08-08 14:49:22 +08:00
empty feat: Cascader support multiple mode (#31936) 2021-08-31 15:51:02 +08:00
form feat: Cascader support multiple mode (#31936) 2021-08-31 15:51:02 +08:00
grid merge featrue into master (#30636) 2021-05-24 16:24:00 +08:00
icon docs: changed specific to specify in basic.md (#30461) 2021-05-10 16:45:02 +08:00
image docs: Add photo album mode example for Image.PreviewGroup (#31620) 2021-08-02 15:22:04 +08:00
input feat: Table filterMode and filterSearch functions (#31809) 2021-09-01 10:49:52 +08:00
input-number Merge pull request #31974 from ant-design/master-merge-feature 2021-08-31 19:41:20 +08:00
layout fix: Menu overflow with horizontal should not affect by float element (#30879) 2021-06-06 17:31:59 +08:00
list fix: classNames typing errors (#30018) 2021-04-02 22:37:36 +08:00
locale feat: Table filterMode and filterSearch functions (#31809) 2021-09-01 10:49:52 +08:00
locale-provider feat: Table filterMode and filterSearch functions (#31809) 2021-09-01 10:49:52 +08:00
mentions docs: fix grammar and inconsistencies in en-US (#31385) 2021-07-19 16:21:09 +08:00
menu chore: auto merge branchs (#31454) 2021-07-20 07:32:16 +00:00
message chore: merge feature into master 2021-08-02 18:36:27 +08:00
modal merge feature into master 2021-08-31 13:35:13 +08:00
notification feat: Notification support maxCount (#31807) 2021-08-17 10:45:33 +08:00
overview docs: fix typo on Component Overview docs (#27919) 2020-11-21 08:29:38 +08:00
page-header fix: fix type declaration (#30776) 2021-06-03 09:36:04 +08:00
pagination test: fix eslint errors (#31961) 2021-08-30 13:04:21 +08:00
popconfirm feat(module:popconfirm): support closing based on promise (#30871) 2021-06-09 12:18:52 +08:00
popover fix: Tooltip arrowPointAtCenter 1px shift bug (#31201) 2021-06-30 11:48:11 +08:00
progress fix: Progress type="circle" success.strokeColor (#31589) 2021-07-30 13:17:57 +08:00
radio fix: remove unnecessary line-height setting for Radio (#31421) 2021-07-16 16:23:14 +08:00
rate style: Rate focus ring style in safari (#31241) 2021-07-02 15:17:06 +08:00
result feat: ConfigProvider support iconPrefixCls (#28924) 2021-01-19 17:33:05 +08:00
row
select feat: Select & TreeSelect support fieldNames (#31925) 2021-08-27 11:48:59 +08:00
skeleton chore: merge feature into master 2021-08-02 18:36:27 +08:00
slider test: fix eslint errors (#31961) 2021-08-30 13:04:21 +08:00
space docs: add missing word (#31219) 2021-07-01 11:20:30 +08:00
spin docs: format api (#29537) 2021-03-01 19:20:48 +08:00
statistic chore: upgrade to jest 27 (#30783) 2021-06-01 10:11:24 +08:00
steps fix: steps responsive default true not work (#31965) 2021-08-31 13:11:17 +08:00
style chore: auto merge branchs (#31454) 2021-07-20 07:32:16 +00:00
switch merge featrue into master (#30636) 2021-05-24 16:24:00 +08:00
table feat: Table filterMode and filterSearch functions (#31809) 2021-09-01 10:49:52 +08:00
tabs docs(tabs): add Tabs API destroyInactiveTabPane (#31866) 2021-08-22 14:58:00 +08:00
tag docs: fix typo (#30670) 2021-05-25 15:31:50 +08:00
time-picker merge feature into master 2021-08-16 14:42:04 +08:00
timeline fix: classNames typing errors (#30018) 2021-04-02 22:37:36 +08:00
tooltip fix: Tooltip arrowPointAtCenter 1px shift bug (#31201) 2021-06-30 11:48:11 +08:00
transfer feat: Table filterMode and filterSearch functions (#31809) 2021-09-01 10:49:52 +08:00
tree merge feature into master 2021-08-31 13:35:13 +08:00
tree-select feat: Select & TreeSelect support fieldNames (#31925) 2021-08-27 11:48:59 +08:00
typography test: fix eslint errors (#31961) 2021-08-30 13:04:21 +08:00
upload docs: 修复upload-sorting.md在jsx语法中使用了ts类型 (#31906) 2021-08-26 13:47:14 +08:00
version refactor: 📦 Generate version.js from package.json (#23957) 2020-05-08 17:49:22 +08:00
index.tsx fix: export TreeDataNode (#30745) 2021-05-28 13:26:18 +08:00