Commit Graph

294 Commits

Author SHA1 Message Date
xrkffgg
a5f3ac8348
docs: unite boolean in site ()
* docs: unite boolean in site

* fix demo

* fix boolean

* add

* add

* add
2020-06-17 23:18:14 +08:00
Arvin Xu
dda650cc7b
docs: Update components cover ()
* docs: Update components cover



* docs: Update components cover
2020-06-05 13:50:09 +08:00
Tom Xu
639ef9f570
docs: improve form validate rule ()
* docs: improve form validate rule

* improve docs
2020-06-01 14:25:01 +08:00
偏右
882cec62d6
docs: 🌈 Add Components overview page ()
* docs: Add components overview page

* fix detail

* remove ContributorsList form overview page

* fix components url

* improve code style

* remove extra file

* fix detail

* fix lint

* fix lint

* docs: Finish components overview page

* fix lint

* docs: Update cover

* fix lint

* update cover

* update menu

* improve overview page

* refactor code

* fix order

* update title

* add components count

* fix overview page ssr bug

* move less file

* update title margin

Co-authored-by: arvinxx <arvinx@foxmail.com>
2020-05-31 11:48:34 +08:00
偏右
ae8603838a
Merge pull request from ant-design/master
chore: merge master into feature
2020-05-21 23:41:37 +08:00
afc163
61378e4605 docs: 📖 update ScrollOptions link 2020-05-21 11:32:45 +08:00
afc163
53d7a20939 merge feature into master-to-merge-feature 2020-05-13 16:16:16 +08:00
精武陈真
227233268d
docs: fix typo ()
from改为form
2020-05-13 12:11:58 +08:00
二货机器人
fafa3b7e51
feat: Form support validateTrigger () 2020-05-08 23:04:20 +08:00
二货机器人
58fcee34c1
docs: Add FAQ of form onFieldsChange () 2020-05-01 16:20:37 +08:00
Zester Quinn Albano
9f2af262ef
docs: add a link to FieldData in setFields FormInstance () 2020-04-30 20:49:33 +08:00
偏右
a4c07fc0af
Merge pull request from ant-design/master
chore: merge master into feature
2020-04-22 10:42:00 +08:00
偏右
4902c5a4f0
docs: 📖 update Form ts demo for createRef ()
close 
2020-04-21 16:42:56 +08:00
偏右
fabec4831c
Merge pull request from ant-design/master
chore: Merge master into feature
2020-04-18 23:54:51 +08:00
kenve
edcd1b2609
docs(components): improve link () 2020-04-17 17:56:42 +08:00
二货机器人
c338569cff
docs: Update Form required desc ()
* Update index.zh-CN.md

* Update index.en-US.md
2020-04-14 15:41:15 +08:00
afc163
78ec790311 resolve merge conflict 2020-04-12 14:44:29 +08:00
二货机器人
50d908662e
docs: Update Form FAQ ()
* docs: Update Form FAQ

* Update index.en-US.md
2020-04-11 10:30:05 +08:00
二货机器人
9b9839d4d9
docs: Update Form normalize desc ()
* docs: Update Form normalize desc

* Update index.en-US.md
2020-04-10 11:38:02 +08:00
二货机器人
77d45690c0
feat: Form.Item support initialValue & getValueProps ()
* add getValueProps

* field initialValue

* add faq
2020-04-07 21:57:27 +08:00
zombiej
b0f0a32865 docs: Form doc add version column 2020-04-07 20:43:19 +08:00
二货机器人
d0e182ea70
chore: Warning with defaultValue ()
* add faq

* chore: Warning if Field with defaultValue
2020-03-24 22:23:40 +08:00
偏右
36924dda25
docs: update Form documentation ()
* Update index.en-US.md

* Update index.zh-CN.md

* Update index.en-US.md
2020-03-20 11:17:16 +08:00
二货机器人
aa6ccda4ba
feat: Form support scrollToFirstError ()
* feat: add scrollToFirstError support

* add test case

* clean up

* coverage

* feat: add scrollToFirstError support

* add test case

* clean up

* coverage

* update docs
2020-02-19 17:38:46 +08:00
二货机器人
b35f30e17a
docs: Form onFinish & getFieldsValue only get validate Field values ()
* update faq

* clean up

* update faq
2020-02-11 17:04:13 +08:00
二货机器人
b36e96043f
feat: Form.Item support validateFirst () 2020-02-02 21:40:16 +08:00
二货机器人
c4b9a02036
docs: Add FormItem FAQ with Modal ()
* docs: Add faq

* Update index.en-US.md
2020-01-22 20:20:18 +08:00
二货机器人
77927cadd2
Merge pull request from ant-design/master
chore: merge master
2020-01-21 11:23:42 +08:00
xrkffgg
4388a96c32 docs: Format string notation of all components () 2020-01-17 17:23:47 +08:00
李子瀚(Hans Lee)
1fb7407085 4.0 Form scrollToField: Pass options to form scrollToField ()
* fix: form.scrollToField should accept options from scrollIntoView

* doc: Fixed wrong doc content

* doc: Fix docs pointing to scroll-into-view-if-needed
2020-01-14 22:50:49 +08:00
二货机器人
5ebac5f9d6
feat: Form & ConfigProvider support component size ()
* feat: Support form & ConfigProvider set component size

* update snapshot

* fix lint

* rm only

* update doc

* Table & Card support sizing

* Update snapshot

* fix lint

* update snapshot

* flush rest snapshot
2020-01-03 13:38:16 +08:00
zombiej
36189b5787 docs: Add missing form List operation 2019-12-31 20:54:04 +08:00
ycjcl868
3a38cfaa01 fix: card, form site dark theme 2019-12-23 20:07:56 +08:00
二货机器人
92e5107ef8
fix: required support dynamic updated rules () 2019-12-12 12:05:59 +08:00
zombiej
d76283f2b9 merge master 2019-12-01 21:46:17 +08:00
damon.chen
2d82b59abf docs(Form): How to use ref with Form HOC ()
* 为Form新增如何在函数组件中使用的例子

* 在Form FAQ中增加在函数组件中怎么正确拿到Form实例的说明

* 更新英文文档

* 按照comment修改

* 更新英文标题

* 修改英文文档FAQ的标题

* 修改英文文档里的大小写问题

* 按照豆酱的comments进行修改

* 按照comments进行修改
2019-11-27 18:18:19 +08:00
Frank
3ac81f786e docs: Fix default values for unclear types ()
* Update index.zh-CN.md

* Update index.en-US.md
2019-11-21 17:09:26 +08:00
陈小聪
e71a4ef10f docs: Removed version column in 4.0 () 2019-11-20 17:46:50 +08:00
zombiej
2ba81538d8 chore: Merge master 2019-11-13 11:48:20 +08:00
偏右
dd8f57247f
docs: 📝 fix doc of labelAlign in Form.Item () 2019-11-06 23:32:08 +08:00
shaodahong
78b1f90e51 docs: link related issue of form initialValue option 2019-10-10 22:51:25 +08:00
zombiej
fa8ddb4104 merge master 2019-09-16 11:23:26 +08:00
Amumu
11a0ebef90 docs: update colon for Form ()
* chore(docs): update for 

* better expression
2019-09-10 19:26:09 +08:00
+v
38b8d07e03 docs: link () 2019-08-23 16:36:46 +08:00
afc163
6fe1e41ae9
📝 Improve API Table design 2019-08-05 16:14:32 +08:00
afc163
887aa4c347
📝 antd/lib/xxx => antd/es/xxx 2019-08-05 15:29:26 +08:00
zombiej
f56955846c merge master 2019-07-30 19:24:34 +08:00
zombieJ
b71f2ec4bd
docs: Add faq about form errors () 2019-07-30 11:50:47 +08:00
zombieJ
779bc5f56a
rename () 2019-07-19 14:07:39 +08:00
偏右
248a0b6d59
Merge pull request from JonathanLee-LX/master
docs: correct form documentation
2019-07-17 17:30:42 +08:00
Jonathan Lee
9e6cb56ef7 docs: correct form documentation 2019-07-17 17:23:42 +08:00
lixiaoyang1992
4e804bd466 feat(Form): upgrade setFieldsValue function declaration 2019-07-16 18:04:52 +08:00
MuYu
fb0b4f0fc9 docs: show version Number features were added ()
* 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
2019-07-11 14:14:33 +08:00
zombieJ
b3a76c14ca
feat: Form support scrollToField ()
* support scroll & label htmlFor

* update snapshot

* add test case

* doc update

* add decleare

* adjust logic of label id

* clean ts error
2019-07-04 15:00:11 +08:00
zombieJ
4cdf37bedb
feat: New Form ()
* init form

* first demo

* add normal login

* add style

* webit

* support nest errors

* beauti form errors

* use onReset

* modal demo

* add list demo

* match key of errors logic

* date demo

* customize component

* moving style

* add status style

* without form create

* add demos

* add inline style

* clean up legacy

* fix drawer demo

* mention

* fix edit-row

* editable table cell

* update mentions demo

* fix some test case

* fix upload test

* fix lint

* part of doc

* fix ts

* doc update

* rm react 15

* rm config

* enhance test coverage

* clean up

* fix FormItem context pass logic

* add more demo

* en to build

* update demo

* update demo & snapshot

* more doc

* update list doc

* update doc

* update demo to display condition render

* update snapshot

* add provider doc

* support configProvider

* more doc about validateMessages

* more description

* more and more doc

* fix typo

* en doc

* Form.List doc

* m v3 -> v4

* add skip
2019-07-03 20:14:39 +08:00
zombiej
a4054bffe7 prettier md files 2019-05-20 11:46:00 +08:00
afc163
b780070351
💄 prittier all files 2019-05-07 14:57:32 +08:00
陈帅
785c132262
meger feature to master ()
* use ul in list

* update snapshot

* update comment

* feat: TreeSelect support `showSearch` in multiple mode ()

* update rc-tree-select

* typo

* update desc & snapshot

* update desc & snapshot

* check default showSearch

* feat: table customizing variable ()

* feat: added table selected row color variable

* fix: @table-selected-row-color default is inherit

* feat: Upload support customize previewFile ()

* 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 ()

* 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 ()

* 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 () ()

* 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 ()

* Added Croatian locale

* fixed lint error

*  Add test cases for hr_HR

* 📝 update i18n documentation

* feat:  add `htmlFor` in Form.Item ()

* add htmlFor in Form.Item

* update doc

* feat: Button support `link` type ()

close 

* feat: Add Timeline.Item.position () ()

* fix: Timeline.pendingDot interface documentation there is a small problem ()

* feat: Add Timeline.Item.position ()

* doc: add version infomation for Timeline.Item.position

* refactor: Update Tree & TreeSelect deps ()

* use CSSMotion

* update snapshot

* feat: Collapse support `expandIconPosition` ()

* update doc

* support expandIconPosition

* update snapshot

* feat: Breadcrumb  support DropDown ()

* 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 () ()

* 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 ()

* upgrade `rc-tree-select`

* update snapshot

* 3.17.0 changelog

* fix warning

* fix review warning
2019-05-06 12:04:39 +08:00
HiddenMan
0350544de1 fix: username misspelling in the form. ()
* fix normal-login spelling mistake

* fix horizontal-login spelling mistake

* fix index.zh-CN spelling mistake

* fix index.en-US spelling mistake

* update form demo.test.js.snap
2019-05-01 23:44:22 +08:00
Sebastian Busch
5ce2f89adc Form onFieldsChange(): document third parameter "allFields", remove non-existent fourth parameter "add" from TypeScript definition ()
* there is no fourth parameter, added by mistake in 619b0ed628

* Form onFieldsChange(): document third parameter 'allFields', introduced in 619b0ed628
2019-04-28 15:29:18 +08:00
afc163
60f4930348
📝 Optimize table and form documentation 2019-04-14 14:32:16 +08:00
Minwei Xu
32f9458b54 docs: Add space between eng and chinese for 2019-04-07 14:28:50 +08:00
Minwei Xu
10196718e4 update doc for mapPropsToFields 2019-04-04 12:39:03 -04:00
afc163
f486c4e7e0
📝 Optimize Form TypeScript usage, 2019-03-26 12:27:49 +08:00
愚道
a4f73ff64e chore: sync master to feature 2019-03-08 15:21:36 +08:00
偏右
ee65a2d8de
Merge branch 'feature' into form-prop 2019-03-08 14:10:07 +08:00
DiamondYuan
5b162897a8 feat: support props colon of Form 2019-03-08 11:25:37 +08:00
yoyo837
0b1410a710 don't disclose some props define in doc 2019-03-07 15:34:11 +08:00
yoyo837
5281d7b7f2 add labelAlign for Form and FormItem 2019-03-07 15:14:27 +08:00
wanli
fdc8a1b458 [doc]remove misleading content 2019-03-05 20:51:32 +08:00
zombieJ
1fc8dd3042
Form support labelCol & wrapperCol props. ()
* use context

* update doc

* update doc

* not pass context if nest

* update snapshot

* update doc

* update doc
2019-02-25 19:04:09 +08:00
zombiej
b5fc19632b merge master 2018-12-26 14:23:40 +08:00
zombieJ
bf087e29bd
Add remark lint ()
support remark-lint check
2018-12-26 14:14:00 +08:00
zombiej
f65fb2867f add options.preserve of form 2018-12-21 23:58:31 +08:00
zombiej
83b449b1ff set form id on demo
fix 
2018-12-17 10:02:08 +08:00
afc163
213693e333 🌐 site: transition component category, close 2018-11-04 16:20:35 +08:00
afc163
9d5920b39d doc: remove old usage instruction 2018-09-14 11:31:53 +08:00
afc163
b70360e95a doc: improve form API documentation 2018-09-12 22:16:53 +08:00
afc163
2952a8625b site: remove old version hint of API 2018-09-12 21:43:01 +08:00
afc163
d88a8f6920 docs: Add instruction about validateFields arguments, close 2018-06-29 11:57:26 +08:00
muzea
126bb42ddd remove deprecated prop 2018-06-21 13:49:00 +08:00
muzea
904fd0a358 form add how to get wrappedComponent's ref 2018-06-21 13:49:00 +08:00
konakona
6c0d6d302a Add feature: can use type ReactNode for message of rules () ()
* Add feature: can use type ReactNode for message of rules ()

* fix: Replace React.Fragment to span

* Add unit test for Form (Not passed)

* fix: unit test of Form

* fix: unit test of Form & remove demo

* fix: update unit test for Form

* Refine code for Form

* Add error check for getHelpMessage
2018-05-08 14:00:00 +08:00
Wu Haotian
4ea20e696c fix(form): fix typing for Form.onValuesChange () 2018-04-24 23:33:58 +08:00
Wei Zhu
999d6184ad docs: Sort api table 2017-12-29 20:22:58 +08:00
Wei Zhu
9a022b8aac docs: Update FormComponentProps import path 2017-12-19 14:30:56 +08:00
afc163
cd5761ffe6 update form doc 2017-12-13 10:50:03 +08:00
Wei Zhu
4aeb811b72
Remove deprecations () 2017-11-30 09:53:32 +08:00
Benjy Cui
ac463a10f2 deps: upgrade form to 2.0.0 () 2017-11-17 21:19:10 +08:00
afc163
bf36ebdf5e Merge branch 'master' into antd-3.0 2017-11-13 21:24:32 +08:00
Benjy Cui
16133aac65 docs: add validateMessage for createForm, close: 2017-11-13 10:36:16 +08:00
afc163
4999a60643 update form demo 2017-11-10 17:19:47 +08:00
Wei Zhu
36227a10db docs: sort api table 2017-10-25 10:25:44 +08:00
LeezQ
6954c3506c docs: add typescript demo ()
* feat: add typescript demo

add form typescript demo code

* Update index.zh-CN.md

* add TypeScript demo code

add TypeScript demo code

* Update index.en-US.md

* Update index.zh-CN.md

* Update index.en-US.md
2017-09-01 10:36:31 +08:00
Tao
62b72d6c51 modify 参数 to 方法 ()
* modify `参数` to `方法`

* modify `Property` to `Method`

* dummy copy-paste
2017-08-23 13:25:44 +08:00
Benjy Cui
2268418a97 docs: add docs for validateFields, close: ##7287 2017-08-23 11:13:01 +08:00
afc163
fcb935b101 improve form doc 2017-08-19 12:12:57 +08:00
Benjy Cui
02daedd67b docs: add missing doc for Form, close: 2017-08-08 10:10:47 +08:00
Benjy Cui
8e496966cf docs: update docs for Form 2017-07-26 09:04:01 +08:00
afc163
e6554e7edb update form document 2017-07-16 15:05:48 +08:00
Benjy Cui
11626decfe chore: update docs for Form.Item and fix edge case, close: 2017-05-15 11:31:48 +08:00
MeiLin
01a75428d6 docs: fix typo () 2017-05-02 09:29:57 +08:00
afc163
03e9a97e2b typo 2017-04-16 00:03:47 +08:00
afc163
93ec71ea58 fix whitespace required, close 2017-03-21 15:21:40 +08:00
afc163
a5b47f9e49 update form docs 2017-03-10 19:26:43 +08:00
afc163
6bca3ba87f clean up document 2017-03-07 22:38:01 +08:00
afc163
cd2c027d89 docs: Add API document for Form validation rule
close , ref 
2017-03-07 22:35:45 +08:00
Benjy Cui
fb8f90c102 feat: form ()
* feat: support Form[layout], close: 

* feat: Form should be responsive, close: 

* test: update snapshot

* fix: resolve conflict betwen layout defaultValue and inline & vertical
2017-03-02 10:49:06 +08:00
zollero
e7cb0aa95d docs: fix typo ()
修改一个错别字:“通” --》 “同”
2017-02-14 10:43:11 +08:00
Benjy Cui
184c4f5af7 docs: update docs for Form, ref: 2017-02-14 10:29:06 +08:00
Benjy Cui
c88cdc60ce docs: update docs for form, close: 2017-02-09 14:50:25 +08:00
afc163
f2bb4afd4d Merge from master 2017-01-27 17:23:51 +08:00
Penghan Wang
8a412ae260 doc: improve document for Form validateFields () 2017-01-27 10:39:09 +08:00
Wei Zhu
77b78a9389 docs: Unify type naming ()
* Unify name of ReactNode type in document

* Lowser all string type name

* Lowercase all number type name

* Lowercase all boolean type name

* Unify array type

* Lowercase all object type name

* Unify mutilple types
2017-01-20 20:10:50 +08:00
偏右
6e3565b983 Add Form[hideRequiredMark] ()
* Add Form[hideRequiredMark]

* omit hideRequiredMark

* Add test case for Form[hideRequiredMark]
2017-01-13 21:52:48 +08:00
Hans Chan
927581bb84 docs: add property colon for Form.Item ()
* docs: 修改错别字

* docs: add property `colon` for Form.Item

`colon` is available since 2.0.0-beta.1
2017-01-13 18:05:24 +08:00
Tao Zhang
477fde8b7f docs: Updated form description () 2017-01-12 09:09:59 +08:00
Benjy Cui
3fa5d10da3 Merge branch 'master' into feature-2.7 2017-01-10 10:50:40 +08:00
wallverb
a47c200f7c Fix validateTrigger type ()
* Update validateTrigger type

* Update validateTrigger doc for en-US

* Update validateTrigger doc for zh-CN
2017-01-09 21:20:40 +08:00
Benjy Cui
5fd3baaff0 docs: update outdated docs 2017-01-09 18:00:30 +08:00
Benjy Cui
f436b5c2f4 deps: upgrade rc-form, close: 2017-01-09 17:40:01 +08:00
Hans Chan
ef6c19e97b docs: add property colon for Form.Item ()
* docs: 修改错别字

* docs: add property `colon` for Form.Item

`colon` is available since 2.0.0-beta.1
2017-01-09 11:03:35 +08:00
afc163
657c707a79 Hide useless prop Form[horizontal] 2017-01-05 16:57:41 +08:00
afc163
9df1eb91db Add form layout demo and fix vertical form style 2017-01-05 16:32:50 +08:00
偏右
e4bee3425a Upgrade rc form ()
* support nested form item name by upgrade rc-form



* Fix dynamic form demo
2016-12-31 23:47:07 +08:00
afc163
d570d03698 improve document for Form setFields, close 2016-12-27 21:14:00 +08:00
afc163
e1d73eb424 update form documentation 2016-12-18 14:54:12 +08:00
afc163
34f353deb0 update form API doc 2016-11-21 14:28:20 +08:00
ddcat1115
0baef0627e docs: 调整组件导航结构 ()
- Layout 更名为 Grid
2016-11-09 14:43:32 +08:00
Benjy Cui
4d2bdfd93d docs: update docs for form 2016-11-09 10:16:36 +08:00
Benjy Cui
9360c02129 docs: update docs about resetFields, close: 2016-11-07 11:55:58 +08:00
Benjy Cui
a7d335ec7a docs: update docs detail 2016-10-30 12:43:59 +08:00
Benjy Cui
2cb147f96d docs: should not expose prefixCls to developer 2016-10-30 10:40:33 +08:00
afc163
9fe859a31f typo 2016-10-19 11:29:14 +08:00
afc163
55c2223366 update form docs, 2016-10-18 21:12:52 +08:00
afc163
847e40eac0 Adjust site layout 2016-10-07 14:33:08 +08:00
Benjy Cui
3f67fd3f9f docs: update docs details 2016-09-21 11:28:38 +08:00
afc163
9e5061acdc Merge branch "1.x-stable" 2016-09-15 01:25:28 +08:00
Benjy Cui
090fb16c77 docs: update the doc of Form, ref: 2016-09-10 10:05:26 +08:00
Benjy Cui
5a4ebe535f deps: update rc-form and form's docs () 2016-09-01 11:48:38 +08:00
Benjy Cui
50c4367a15 docs: update docs for Form.Item, close: 2016-08-25 13:54:53 +08:00
Benjy Cui
7d9585377e feat: Form[vertical], close: 2016-08-04 17:45:15 +08:00
Benjy Cui
5b5439208c docs: update docs for Form, ref: 2016-08-03 10:55:15 +08:00
Gray Choi
d07b73fec0 docs: translation of form () 2016-07-31 09:53:51 +08:00