竹雨
272ac40bba
📃 docs: 补充文档 ( #41268 )
补充文档
Co-authored-by: chenxiaokun <chenxiaokun@didiglobal.com>
2 years ago
偏右
0792ac8762
test: fix 3.x test case ( #22447 )
* ✅ fix snapshot
* fix test case broken by react-component/calendar#640
* 🔒 lock @typescript-eslint/parser version
5 years ago
偏右
831f0fcb5e
chore: remove unused iconClassName from definition ( #21378 )
close #21367
5 years ago
Chiciuc Nicușor
da3540bd59
Replace NativeButtonProps with ButtonProps for okButtonProps and cancelButtonProps. ( #21165 )
5 years ago
vagusX
4df1cd3db2
docs: update Modal docs ( #20612 )
* doc: update Modal docs
* doc: update modal en-US doc
5 years ago
骗你是小猫咪
8fda3972fe
test: update snapshots ( #20104 )
5 years ago
Emerson Laurentino
be0fd703f7
removing getContainer fixed ( #19233 )
5 years ago
He Linming
7691047882
fix: Modal icon position while no title ( #19419 )
* 🐛 fix Modal icon position
close #19389
not render title when Modal title is undefined.
* ✅ (Modal): add test for modal without title
5 years ago
He Linming
2761460c86
style: add @modal-header-color variable ( #19385 )
* 💄 add @modal-header-color variable
close #19358
* 👌 change variable name
5 years ago
Daniel Chang
f23f53bb1e
Fixed error in modal documentation ( #18723 )
5 years ago
信鑫-King
ab6dd46958
feat: modal footer border-color less vars ( #18522 )
5 years ago
afc163
a51f7a0508
✅ test unmount
5 years ago
偏右
9b3ac9bbd1
fix: model close ( #18323 )
* 💄 support Modal closeIcon
close #18307
* 🐛 closeIcon should put into span
https://github.com/ant-design/ant-design/pull/18309/files#r314946527
5 years ago
偏右
a767a495b0
feat: Modal closeIcon ( #18309 )
* 💄 support Modal closeIcon
close #18307
* ✅ Add test case for closeIcon
5 years ago
afc163
5e99ed7bbe
✅ Fix eslint warnings
5 years ago
jiang
97df74200f
update getContainer to props before ( #18182 )
5 years ago
orzyyyy
44d110c0db
feat: add extend from prettier/react
5 years ago
orzyyyy
47fd80c8ad
fix: disable next line instead of the whole file
5 years ago
orzyyyy
63b33d4020
fix: unexpected changes of snapshots
5 years ago
zombieJ
81d8eb8afe
feat: ConfigProvider support locale ( #17816 )
* ConfigProvider support locale
* update docs
* update category
* clean up
* moving locale
* update check script
* update related code
* add test case
* demo link
* update doc
* hide one rule of md with eslint
* update error link
5 years ago
jljsj
b5632d6eef
fix react 15 test
5 years ago
jljsj
786bde9ca1
update modal and drawer protal
5 years ago
MuYu
fb0b4f0fc9
docs: show version Number features were added ( #17373 )
* docs: add api first appearance
* docs: fix auto-complete doc
* docs: replace Version Added with Version
* docs: date picker common method
* docs: date picker common method
* docs: tree
* docs: remove meaningless 3.0.0
5 years ago
afc163
3f8589cff3
chore: code style
5 years ago
afc163
57c28def68
revert unknown to any
5 years ago
afc163
0ea94b9d68
🐛 Fix Modal 24px bottom area not trigger mask click
close #17226
6 years ago
陈帅
82b85709be
style: run lint-fix ( #17172 )
6 years ago
zombieJ
cfe4de58d6
update modal doc ( #17137 )
6 years ago
zombieJ
b4025176d1
fix modal not support configProvider ( #17132 )
6 years ago
Zzzen
f1ee189bd2
eliminate `any` type in exported interfaces.#14044
6 years ago
afc163
a62a3e95d3
⌨️ Improve TimePicker accessibility
6 years ago
afc163
9b3c0d3fa5
✅ update snapshots
6 years ago
Aiham Hammami
e3638f2806
Remove okButtonDisabled/cancelButtonDisabled never used prop defs
- Also remove them from the CHANGELOG because they were never actually
implemented, the prop was renamed to okButtonProps/cancelButtonProps
within PR #10955 but these prop defs were left behind and ended up
incorrectly included in the CHANGELOG.
6 years ago
Marcel Jackwerth
56ff8728d2
Remove ancient prop types ( #16705 )
* Remove ancient Modal.propTypes.align and Progress.propTypes.size
* Remove linkRender and nameRender from Breadcrumb
6 years ago
偏右
fb8f94714e
Update confirm-promise.md
6 years ago
zombieJ
678c2e0b53
update snapshot ( #16515 )
6 years ago
Jason
db5da92f0c
Fix: Print reject error when ActionButton catch promise rejects
6 years ago
afc163
b780070351
💄 prittier all files
6 years ago
陈帅
785c132262
meger feature to master ( #16421 )
* use ul in list
* update snapshot
* update comment
* feat: TreeSelect support `showSearch` in multiple mode (#15933 )
* update rc-tree-select
* typo
* update desc & snapshot
* update desc & snapshot
* check default showSearch
* feat: table customizing variable (#15971 )
* feat: added table selected row color variable
* fix: @table-selected-row-color default is inherit
* feat: Upload support customize previewFile (#15984 )
* support preview file
* use promise
* dealy load
* use canvas of render
* use domHook of test
* update demo
* add snapshot
* update types
* update testcase
* feat: form customizing variables (#15954 )
* fix: added styling form input background-color
* feat: added '@form-warning-input-bg' variable
* feat: added '@form-error-input-bg' variable
* use li wrap with comment
* feat: Support append theme less file with less-variable (#16118 )
* add override
* add override support
* update doc
* feat: dropdown support set right icon
* docs: update doc of dropdown component
* style: format dropdown-button.md
* test: update updateSnapshot
* style: format dropdown-button.md
* test: update updateSnapshot
* test: update updateSnapshot
* style: change style of dropdown-button demo
* fix: fix document table order
* feat: Support SkeletonAvatarProps.size accept number (#16078 ) (#16128 )
* chore:update style of demo
* feat: Notification functions accept top, bottom and getContainer as arguments
* drawer: add afterVisibleChange
* rm onVisibleChange
* update
* feat: 🇭🇷 hr_HR locale (#16258 )
* Added Croatian locale
* fixed lint error
* ✅ Add test cases for hr_HR
* 📝 update i18n documentation
* feat: add `htmlFor` in Form.Item (#16278 )
* add htmlFor in Form.Item
* update doc
* feat: Button support `link` type (#16289 )
close #15892
* feat: Add Timeline.Item.position (#16148 ) (#16193 )
* fix: Timeline.pendingDot interface documentation there is a small problem (#16177 )
* feat: Add Timeline.Item.position (#16148 )
* doc: add version infomation for Timeline.Item.position
* refactor: Update Tree & TreeSelect deps (#16330 )
* use CSSMotion
* update snapshot
* feat: Collapse support `expandIconPosition` (#16365 )
* update doc
* support expandIconPosition
* update snapshot
* feat: Breadcrumb support DropDown (#16315 )
* breadcrumbs support drop down menu
* update doc
* add require less
* fix test
* fix md doc
* less code
* fix style warning
* update snap
* add children render test
* feat: TreeNode support checkable
* feat: add optional to support top and left slick dots (#16186 ) (#16225 )
* add optional to support top and left slick dots
* update carousel snapshot
* Update doc, add placement demo
* update carousel placement demo snapshots
* rename dots placement to position
* update vertical as deprecated
* rename dotsPosition to dotPosition
* refine code
* add warning testcase for vertical
* remove unused warning
* update expression
* Additional test case for dotPosition
* refactor: Upgrade `rc-tree-select` to support pure React motion (#16402 )
* upgrade `rc-tree-select`
* update snapshot
* 3.17.0 changelog
* fix warning
* fix review warning
6 years ago
Amumu
1f142c0a6d
modal title break word ( #16267 )
6 years ago
Aaron Cawte
1a0bac944b
Documentation - Modal Component
6 years ago
ztplz
ab683841d5
fix: Modal's open animation ( #16144 )
* Fix Modal's open animation
* Fix incorrect event type
* test
* Update
* Update
* Update
* Update
6 years ago
zombieJ
98fc8a14e0
feat: Support append theme less file with less-variable ( #16118 )
* add override
* add override support
* update doc
6 years ago
afc163
a2a9831abb
💄 Fix less code style
6 years ago
zombieJ
41316e69e8
update snapshot ( #16017 )
6 years ago
偏右
ad99b4322d
test: ✅ Add eslint-plugin-jest ( #15825 )
6 years ago
Denis
eacf35dbad
Modal footer bg ( #15469 )
* Add less variable @modal-footer-bg
* Fix less variable @modal-footer-bg
* Update components/style/themes/default.less
Co-Authored-By: shumkovdenis <shumkovdenis@gmail.com>
6 years ago
Denis
360eefc7d5
Add less variable @modal-body-padding ( #15476 )
6 years ago
William Cai
ab55bc5636
refactor: add @modal-footer-padding-{vertical,horizontal}
6 years ago
adam
77c431b180
support `{ icon: null }` to hide default Icon
6 years ago