ant-design/components/form
zefeng dda45e4796
feat: support compact theme (#22126)
* feat: support narrow theme mode

* chore: rename narrow to compact

* chore: height part

* chore: preview compact mode

* chore: to make site corrected

* chore: preview site

* docs: 📖 document compact theme usage

* docs: tweak theme doc

* docs: 📖 Add description about double css bundle size

* chore: preview

* chore: for preview

* chore: adjust pagination

* chore: compact mode done!

* chore: remove useless todo

* chore: fix review bug

* chore: fix review bug

* chore: fix card margin

* chore: fix review bug

* chore: fix review bug

* chore: improve i18n and transition

* Update site/theme/static/common.less

Co-Authored-By: 偏右 <afc163@gmail.com>

* chore: fix button size and description padding

* chore: update snapshots

* chore: add compact css bundlesize limit

* chore: compact dist support

Co-authored-by: afc163 <afc163@gmail.com>
2020-03-29 10:39:46 +08:00
..
__tests__ merge master 2020-03-27 13:12:37 +08:00
demo feat: support compact theme (#22126) 2020-03-29 10:39:46 +08:00
docs 💄 prittier all files 2019-05-07 14:57:32 +08:00
style move @form-item-label-height from form styles to theme variables (#22600) 2020-03-25 21:19:48 +08:00
changelog.md feat: New Form (#17327) 2019-07-03 20:14:39 +08:00
context.tsx rename (#17729) 2019-07-19 14:07:39 +08:00
Form.tsx perf(Form): FormContext use a memoized value(#21976) (#21980) 2020-03-08 17:41:45 +08:00
FormItem.tsx merge master 2020-03-28 16:31:17 +08:00
FormItemInput.tsx fix: help change cause react warning (#21800) 2020-03-03 12:10:32 +08:00
FormItemLabel.tsx fix: Form.Item keep render even it's not a Field (#20963) 2020-01-17 11:50:06 +08:00
FormList.tsx fix: fix FormList Operation type definitions (#22058) 2020-03-10 15:46:13 +08:00
index.en-US.md chore: Warning with defaultValue (#22571) 2020-03-24 22:23:40 +08:00
index.tsx chore: Export Rule interface (#21411) 2020-02-17 15:28:23 +08:00
index.zh-CN.md chore: Warning with defaultValue (#22571) 2020-03-24 22:23:40 +08:00
interface.ts 4.0 Form scrollToField: Pass options to form scrollToField (#20774) 2020-01-14 22:50:49 +08:00
util.ts fix: Form.List nest warning (#22575) 2020-03-24 23:39:56 +08:00
v3.en-US.md docs: 📝 fix array type field of Form.Item name (#22304) 2020-03-18 11:03:33 +08:00
v3.zh-CN.md docs: 📝 fix array type field of Form.Item name (#22304) 2020-03-18 11:03:33 +08:00