Emerson Laurentino
a88a320694
add headStyle to card component
6 years ago
afc163
152cae4d9f
Fix Card tabs disable attribute, close #11212
6 years ago
Junbin Huang
bbf5cb75c3
chore: update typescript@~2.9.1 ( #10748 )
7 years ago
afc163
5ee4d20e2a
should still have padding when card which set padding to 0 is loading
7 years ago
afc163
f4ae9294c0
Improve card loading style, ref #9862
7 years ago
Zheeeng
572ae5ce14
Bugfix issue.9862 ( #10052 )
* Fix issue 9862
* Update Card test snapshot
7 years ago
Zheeeng
b41af97d1f
Fix typo ( #10050 )
7 years ago
Wei Zhu
82b721a432
Extend CardProps from native div element attributes
Close #9933
7 years ago
u3u
30fe88d4bd
Add the defaultActiveTabKey property for the Card component ( #9526 )
* Add the defaultActiveTabKey property for the Card component (close #8789 , #8942 )
* `activeTabKey` should be added
* Improve
* Fix large tabs font size, close #9509
* docs: Add TreeSelect[dropdownClassName]
* Fix passing dropdownClassName to tree-select
* build: update remark-parse requirement to ^5.0.0 (#9545 )
Updates the requirements on [remark-parse](https://github.com/remarkjs/remark ) to permit the latest version.
- [Release notes](https://github.com/remarkjs/remark/releases )
- [Commits](https://github.com/remarkjs/remark/commits/remark@5.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* add Tooltip contextMenu doc
* Improve Grid and Layout type definition
* fix: focus editor (#9548 )
* Fix test case for new jsdom (#9527 )
* Fix test case for new jsdom
* use setTimeout as raf in jest jsdom
* Fix cancelAnimationFrame
* Add comment for facebook/jest#5147
* longer timeout
* fix snap
* upgrade antd-tools
* Update typescript requirement to ~2.7.2 (#9522 )
Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript ) to permit the latest version.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits/v2.7.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Fix a ts error
* build: update react-slick requirement to ~0.20.0 (#9543 )
Updates the requirements on [react-slick](https://github.com/akiran/react-slick ) to permit the latest version.
- [Changelog](https://github.com/akiran/react-slick/blob/master/CHANGELOG.md )
- [Commits](https://github.com/akiran/react-slick/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Fix test cases
* site: fix intersection-observer polyfill
* docs: update recommendation
* Fix typo WeexPickerProps -> WeekPickerProps (#9564 )
* use lodash
* Fixed typo on Visualization rules (#9575 )
Style of a navigation should conform to the its level.
should be
Style of a navigation should conform to its level.
* Improve Radio/Checkbox type definition
Close #9574
* Remove AbstractCheckboxChangeEvent, fix TS4029 error
See https://github.com/Microsoft/TypeScript/issues/9944
* Update index.en-US.md (#9579 )
* add transitionName from message.config (#9580 )
* add transitionName from message.config
* Update index.en-US.md (#9579 )
* modify doc
* build: update react-virtualized requirement to ~9.18.5 (#9544 )
Updates the requirements on [react-virtualized](https://github.com/bvaughn/react-virtualized ) to permit the latest version.
- [Changelog](https://github.com/bvaughn/react-virtualized/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bvaughn/react-virtualized/commits/9.18.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* When treeNode is disabled, its switcher is highlight and clickabled (#9539 )
* When treeNode is disabled, its switcher is highlight and clickabled
* rc-tree@1.7.11
* Fix moment require (#9528 )
Fix #9502
* Update snapshot
7 years ago
afc163
59b18b4c26
Fix card loading with empty children, close #9258
7 years ago
afc163
7a33a9e5d5
Fix extra wrapper of Card children, close #9226
7 years ago
afc163
2e45074fab
Remove extra wrapper of Card
7 years ago
Wei Zhu
ebce4b3599
Fix implicit any error for Card
7 years ago
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
7 years ago
afc163
2ef2925c8e
update card and tabs style
7 years ago
afc163
b4bf7198e7
Card `noHovering` => `hoverable`
7 years ago
ChaXinyu
14e2a56b75
export components interface ( #7654 )
* export components interface
* export specific props
* fix formItem missed import
7 years ago
afc163
00973fdb72
Fix card tabs wrap bug
7 years ago
Wei Zhu
047f62e9b4
Mark refs to private ( #7600 )
7 years ago
ddcat1115
0d4baf302d
调整卡片样式 ( #7286 )
* 调整卡片样式
* improve
7 years ago
afc163
f46112d385
refactor card extra style
7 years ago
ddcat1115
1c518c3d97
Card improve & bugfix ( #7204 )
* Card improve & bugfix
* update snap
7 years ago
偏右
a59bcf7e90
change noHovering to true defaultly ( #7178 )
7 years ago
Mitchell Demler
293d63910a
Fix type definition for Card Component. ( #7196 )
React.Component requires two parameters. The second parameter (State) is now optional in a more recent version of @types/react however upgrading to this has several major/breaking changes elsewhere. I would prefer to explicitly define State as `{}` in this case.
7 years ago
ddcat1115
2b1bed42c9
Card new feat ( #7120 )
* inner style Card
* support `cover` `actions` `avatar` `description` and `extraContent`
* improve
* refactor
7 years ago
afc163
bb7c580e4b
Fix loading card padding
7 years ago
Randy
ecc18ef3a6
remove rc-util declaration ( #7043 )
7 years ago
Randy
b5ad05bc06
fix Card children type ( #7030 )
7 years ago
Randy
99e4cd6aec
add rc-util declaration to custom-typings ( #6935 )
7 years ago
afc163
b54a70bc8e
fix ummount issue, #6976
7 years ago
Neekey
6eff4bd02a
check this.container exists updating WiderPadding ( #6976 )
before doing updating wider padding for Card, always check if the container exists first.
7 years ago
Randy
d28b8f3591
remove `any` type from Card component #5627
7 years ago
afc163
65a79b1ded
remove -0.5px margin in card body
7 years ago
afc163
35e74f825e
first card render without padding transition
7 years ago
afc163
d04f9161db
fix tsc compile error
7 years ago
afc163
6ffe39145d
Adjust card padding according to card width
7 years ago
偏右
a4648fd67f
Add noHovering and Card.Grid ( #6748 )
* Add noHovering prop for Card
* Add Card.Grid
* fix snapshot
* change default card grid percent
7 years ago
afc163
847a60ee56
Learn card loading animation from hashnode.com
8 years ago
Benjy Cui
1351b5da5d
refactor: remove splitObject
8 years ago
Andrey G
a307a7acf7
refactor: remove unnecessary computed props for classNames ( #4055 )
* remove unnecessary computed props for classNames
* rollback autocomplete optimization for possible css style order issue
* update snapshots
* remove more unnecessary computed props at Input
8 years ago
feng zhi hao
0257e02e65
optimize declaration ( #3531 )
8 years ago
xiaofan2406
10afe1372f
flexible Card title wrapper ( #3416 )
8 years ago
Benjy Cui
bd7e9f00c0
style: update code style
8 years ago
feng zhi hao
a4be70334d
chore: fix some error declaration ( #3099 )
8 years ago
Benjy Cui
8db2b79505
chore: fix compile errors
8 years ago
afc163
730dbc72f7
Add typings
8 years ago
afc163
2e41e35cc6
Fix more tslint problems
8 years ago
yiminghe
94706f1d2c
fix ts
9 years ago
yiminghe
9a0d751f94
refactor to typescript
9 years ago
afc163
700a07047b
Add card borderd prop
9 years ago