liuycy
5442fc2412
fix: table header shadow issue ( #28096 ) ( #38023 )
2 years ago
afc163
8ed18fc239
style: reduce some css code ( #36904 )
2 years ago
dashaowang
cff762cf3d
style: fix Table extra shadow and scrollbar when all columns are fixed
Co-authored-by: weiwang <wren@xuncetech.com>
2 years ago
afc163
2146d18045
style: fix Table tree data ellipsis style problem ( #36608 )
close #36583
2 years ago
afc163
008681c1bf
style: Table expandIcon style when column is fixed and ellipsis ( #36496 )
close #36485
2 years ago
舜岳
47f68d0e5c
fix: fix table container z-index ( #36420 )
2 years ago
afc163
fe52f2c8dc
style: fix Table shadow bug in nested situation ( #36277 )
close #36203
2 years ago
afc163
326978e736
style: fix Table expand icon align issue ( #36215 )
2 years ago
afc163
f8a9cb3498
fix: nested Table margin style ( #36209 )
* fix: nested Table margin style
* fix: tsx demo
* test: update snapshot
2 years ago
afc163
5a6b3ccd98
fix: Table columns sorter a11y experience ( #35269 )
* Make table sortable columns focusable and keyboard accessible.
* Fix typo.
* Change focus style for sortable table column header from broken outline to color text.
* Update snapshots.
* Change order to fix lint error.
* Add unit test to test sorting with keypress.
* Update components/table/hooks/useSorter.tsx
* chore: improve code style
* style: use focus-visible
* fix: test case
* test: update snapshot
Co-authored-by: Katsiaryna Pustakhod <Katsiaryna_Pustakhod@epam.com>
3 years ago
afc163
e14ec001a1
fix: small/middle table selection dropdown margin issue ( #35174 )
* fix: small/middle table selection dropdown margin issue
* Update index.less
3 years ago
afc163
7d822f1b26
fix: small table selection dropdown margin issue ( #35173 )
close #35167
3 years ago
afc163
578aaad7f2
test: fix lint
3 years ago
renovate[bot]
b6bd4c18b4
chore(deps): update dependency stylelint to v14 ( #32609 )
* chore(deps): update dependency stylelint to v14
* Update package.json
* fix some stylelint
* fix some stylelint
* fix some stylelint errors
* fix some stylelint errors
* fix some stylelint errors
* fix some stylelint errors
* fix some stylelint errors
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: afc163 <afc163@gmail.com>
3 years ago
二货机器人
2bb9407f5f
chore: table support rowSpan hover ( #32557 )
3 years ago
dependabot[bot]
b445baa001
chore(deps-dev): bump stylelint-config-prettier from 8.0.2 to 9.0.2 ( #32451 )
* chore(deps-dev): bump stylelint-config-prettier from 8.0.2 to 9.0.2
Bumps [stylelint-config-prettier](https://github.com/prettier/stylelint-config-prettier ) from 8.0.2 to 9.0.2.
- [Release notes](https://github.com/prettier/stylelint-config-prettier/releases )
- [Commits](https://github.com/prettier/stylelint-config-prettier/compare/v8.0.2...v9.0.2 )
---
updated-dependencies:
- dependency-name: stylelint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: autofix stylelint errors
* chore: autofix stylelint errors
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
3 years ago
Gourav Saini
b786f25918
fix: Table selection arrow get covered by fixed column ( #32276 )
* added higher z-index to selection column fixes #32268
* suggested changes
3 years ago
afc163
4ef0ef5bc5
fix: Table sorter icon should has margin ( #32172 )
close #32165
3 years ago
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>
3 years ago
Connor White
ae77287bcb
fix: Revert change to sticky z-index calc ( #31874 )
3 years ago
afc163
c1d52d3b9b
fix: Table sticky header background ( #31373 )
close #31362
3 years ago
Peach
972e3c2edd
fix: top border of the table summary row ( #31363 )
* fix: top border of the table summary row (#31337 )
* refactor: return to use container box-shadow for summary
* refactor: revert shadow container of table summary
3 years ago
afc163
4cdd24f4ec
chore: should use @{table-prefix-cls} ( #30983 )
3 years ago
afc163
7ae9b947ea
fix: Table fixed column header hover background ( #30972 )
close #30969
4 years ago
afc163
01d126b8d6
fix: Table column title styles ( #30799 )
* fix: Table column.title onClick
close #30787
* fix: Table ellipsis when has filters or sorters
close #27959
4 years ago
afc163
7427f52a64
fix: Table column align with sorter and filter ( #30744 )
* fix: Table column align with sorter and filter
close #30741
* update snapshot
4 years ago
afc163
082f626a3e
style: redesign Table header action ( #30651 )
* feat: improve Table filter and sorter position
* fix: edge cases of th border
* fix lint
* style: apply new design
* fix css detail
* fix stylelint
* fix css error
* style: sorter icon hover color
* fix test cases
* update snapshot
* fix th padding
* fix calc
* style: fix dark theme
4 years ago
陈帅
0d1b1c40a6
merge featrue into master ( #30636 )
* feat: add Table expandable fixed (#29959 )
* fix: Use flex gap of space (#30023 )
* fix: use flex gap when supported
* test: update snapshot
* refactor: Use single hooks
* feat: Allow breadcrumb component in PageHeader (#30019 )
* Allow breadcrumb component in PageHeader
* Allow breadcrumb component in PageHeader
* Allow breadcrumb component in PageHeader
* Rename variable
rename var from _breadcrumbRender to breadcrumbRenderDomFromProps
* feat: add onChange for Statistic.Countdown (#30265 )
* feat: add onChange for countdown
* update the demo
* feat(upload): add onDrop (#30319 )
* feat(upload): Add onDrop
* Replace "if prop" logic with existential operator
* Remove redundant conditional
* feat(upload): itemRender add actions params (#30236 )
* feat(upload): itemRender add actions params
* chore: optimize type definition
* chore: update doc
* chore: rename actions
* chore: trigger ci
* chore: rename method name of actions
* feat: Add missing dutch translations (#30389 )
* feat: Add missing dutch translations
* fix: Translate remaining english values
* fix: Update snapshot for ui tests
* test: increase code coverage to 100% (#30415 )
* test: fix Space code coverage
* test: should use nl_BE locale for DatePicker
* fix: Switch tabIndex type (#30416 )
* feat: updated Romanian internationalization (#30419 )
* feat: updated Romanian internationalization
* fixed lint error
* feat: Menu support accessibility & keyboard access (#30382 )
* chore: Use focus style
* fix: prefixCls
* fix: prefixCls
* fix: inline tooltip
* fix: inlineCollapse logic
* fix: ts definition
* test: Update snapshot
* test: Update snapshot
* fix: dropdown logic
* test: Update snapshot
* test: Fix some test case
* bump rc-menu
* test: More test case
* fix test finder
* test: fix test case
* test: Update snapshot
* test: Update snapshot
* chore: Update ssr effect
* test: Update ConfigProvider snapshot
* test: Fix Table Filter test case
* test: Fix table test case
* chore: Update style
* chore: beauti css
* bump rc-menu
* test: update snapshot
* test: update snapshot
* test: Fix menu test
* test: Fix test case
* test: Coverage
* chore: clean up
* bump rc-menu
* ehance accessibility style
* feat(radioGroup): support data-* and aria-* props (#30507 )
close #30501
* feat: Typography add italic type (#30458 )
* Typography增加斜体字支持
* update snapshot
* 文档添加版本号
Co-authored-by: lidahao <lidahao@sisyphe.com.cn>
* chore: alpha Menu fix merge (#30546 )
* chore: Update script
* bump alpha version
* chore: Update script desc
* chore: bump rc-tabs & rc-mentions
* chore: Adjust style
* chore: 4.16.0-alpha.1
* test: Fix mention test case
* fix: sider of layout width style
* chore: bump 4.16.0-alpha.2
* fix: Tabs tabBarGutter should work as expected (#30545 )
close #30526
* feat: Table summary support sticky mode (#30631 )
* chore: Bump rc-table
* feat: Patch summary fixed color
* fix: style className
* test: Update snapshot
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: gepd <guillermoepd@hotmail.com>
Co-authored-by: appleshell <appleshell@outlook.com>
Co-authored-by: Eric Bonow <ebonow@hotmail.com>
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
Co-authored-by: Kermit <kermitlx@outlook.com>
Co-authored-by: Lewis <lewisfidlers@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: Ștefan Filip <stefy.filip@gmail.com>
Co-authored-by: vldh <alwaysloseall@sina.com>
Co-authored-by: lidahao <lidahao@sisyphe.com.cn>
4 years ago
二货机器人
368dab2460
feat: Table summary support sticky mode ( #30631 )
* chore: Bump rc-table
* feat: Patch summary fixed color
* fix: style className
* test: Update snapshot
4 years ago
afc163
7e5a50573a
fix: nested Table margin inside table with fixed columns ( #30587 )
close #30564
4 years ago
afc163
b6951f3253
style: fix Table expand icon style in Firefox ( #30410 )
close #29848
4 years ago
afc163
32dfb9c447
fix: Table selection column width when bordered ( #30304 )
close #29083
4 years ago
二货机器人
33dbd3f4f1
fix: Table flex pagination ( #30065 )
* fix: Table flex pagination
* update style
4 years ago
Caspian Chen
453d278a5c
fix: @table-border-radius-base没有被应用到.ant-table节点上 ( #29966 )
4 years ago
二货机器人
55a63a67da
fix: Description full width ( #29630 )
4 years ago
afc163
f6683ebfc3
style: make Table expand icon same size as checkbox ( #29214 )
close #29207
4 years ago
xrkffgg
dd62098beb
style: add @table-border-color ( #28903 )
4 years ago
偏右
0223e2ed5a
chore( 🆙 ): upgrade less to 4.0.0 ( #28466 )
* chore(🆙 ): upgrade less to 4.0.0
* chore(🆙 ): upgrade bisheng to 3.0.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix for less 4.0
* fix progress font size
4 years ago
Chan Qin Liang
263d8ec8e8
Include parenthesis on mixin calls to support less 4.0.0 ( #28465 )
4 years ago
二货机器人
857cbe1b23
fix: Fixed columns z-index issue ( #28346 )
* fix: Fixed columns z-index issue
* fix lint
4 years ago
二货机器人
af56eb0a15
fix: Table selection position ( #28173 )
4 years ago
二货机器人
2b22743a9a
chore: Narrow selection width ( #28073 )
* chore: Narrow selection width
* chore: Adjust rtl style
4 years ago
偏右
18c4b085ba
style: 💄 fix Pickers wrong animation direction ( #27101 )
* style: fix Pickers wrong animation direction
* style: reduce css bundle size
4 years ago
骗你是小猫咪
bd62870258
chore: upgrade rc-table ( #26973 )
* chore: upgrade rc-table
* improve doc
4 years ago
John Bear
f0cefa57cd
fix: table sticky zindex calculation ( #26800 )
4 years ago
John Bear
5b5518acfb
fix: table sticky zindex calculation ( #26800 )
4 years ago
Dave
5507641331
fix(table-pagination): make pagination.position work ( #26678 )
4 years ago
偏右
ce6d89e93a
fix: Table pagination missing when position is top ( #26618 )
close #26617
4 years ago
willc001
79b681d27c
fix: restrict nested table styles to only apply to direct children of td ( #26568 )
Co-authored-by: William Cai <williamcai@easyops.cn>
4 years ago
偏右
c630a6de69
fix: Table clear both style ( #26599 )
* fix: Table clear both style
close #26595
* Update index.less
4 years ago