zombiej
f58efe9b32
chore: merge master
2022-05-23 14:37:16 +08:00
章鱼
7fd093bd0a
docs: feat components TS demo ( #34742 )
...
* docs: add general components TS demo
* docs: add layout components TS demo
* docs: add navigation components TS demo
* docs: add data entry components TS demo
* chore(deps): add types for qs
* docs: add data display TS demo
* docs: add feedback components TS demo
* docs: add other components TS demo
* chore(deps): add types
* docs: unified demo code style
* docs: fix lint error
* docs: add demo TS type
* docs: fix demo TS type
* test: update snapshot
* docs: fix TS demo
* feat: update Rate character type
* docs: fix lint error
* feat: update Rate character type
* feat: update Rate character type
2022-05-19 09:46:26 +08:00
dingkang
5cf579c37a
docs: replace class component with hooks ( #35472 )
...
* docs(badge): replace class component with hooks
* docs(button): replace class component with hooks
* docs(calendar): replace class component with hooks
* docs(card): replace class component with hooks
* docs(button): replace class component with hooks
* chore(deps): remove webpack devDependencies
* docs(cascader): replace class component with hooks
* docs(checkbox): replace class component with hooks
* docs(collapse): replace class component with hooks
* docs(comment): replace class component with hooks
* docs(descriptions): replace class component with hooks
2022-05-10 20:49:42 +08:00
afc163
0f0e2f9f43
docs: simplify demo code, #30853 ( #35050 )
2022-04-15 16:20:56 +08:00
MadCcc
6776bb8916
docs: demo support react18 ( #34843 )
...
* docs: update demo
* chore: add script
* test: fix demo test
* docs: convert demos
* chore: move script
* test: remove react-dom import
* chore: update deps
* docs: update riddle js
* test: fix image test
* docs: fix riddle demo
2022-04-03 23:27:45 +08:00
xrkffgg
7f15e7f38e
fix: Descriptions labelStyle unsuccessful ( #29942 )
...
* fix: Descriptions labelStyle unsuccessful
* use hook
* Update components/descriptions/demo/style.md
* fix lint
* fix ts
2021-03-30 17:38:50 +08:00
二货机器人
a211756e6b
feat: desc support root level label & content style ( #28613 )
2020-12-30 17:08:43 +08:00
dependabot[bot]
775d1800bb
chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 7.0.0 ( #28253 )
...
* chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 7.0.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.15.0 to 7.0.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.15.0...v7.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* chore: fix eslint style
* chore: prettier code style
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2020-12-09 17:12:32 +08:00
二货机器人
093a458026
feat: Support label & content style of Desc ( #27897 )
...
* feat: Support label & content style of Desc
* test: Update snasphot
* docs: fix desc
2020-11-20 13:41:58 +08:00
二货机器人
59a133274b
fix: Desc label with flex node ( #27375 )
...
* fix: Desc label with flex node
* test: Update snapshot
* rm useless css
* more style
* rm useless code
2020-10-26 18:40:26 +08:00
陈帅
f928baf52a
fix: Optimize the display of elements of the block type. ( #25903 )
...
* add flex style
* add new demo
* update snapshot
* Merge branch feature into fix-descriptions
* update snapshot
* update snapshot
2020-08-06 14:32:13 +08:00
WuJiali
4ec1b8ae09
feat: Description list plus extra operation area ( #25512 )
...
* feat: Description list plus extra operation area
* 修复title与extra对齐,加版本等问题
* 去掉basic里extra
* 修改extra样式
* title与extra都没有的时候不展示header
* 更新测试用例
Co-authored-by: chenshuai2144 <qixian.cs@outlook.com>
2020-07-14 20:37:21 +08:00
afc163
98a3de1eb7
🎬 update descriptions demo
2019-11-06 10:42:10 +08:00
二货机器人
b0c90f4b06
fix: description demo update ( #19113 )
2019-10-08 10:17:08 +08:00
Aiello
2189bf5f54
Remove border
parameter from Descriptions
size
demo ( #18518 )
...
`border` parameter is no longer used.
2019-09-06 11:13:36 +08:00
二货机器人
76fd80634b
fix: Adjust Descriptions column calcuation logic ( #18568 )
...
* fix: Span calculation logic
* update spanshot
2019-08-30 12:31:10 +08:00
陈帅
b73ac967f9
fix: fix descriptions demo warning ( #18326 )
...
* fix descriptions warning
* snapshot updated
2019-08-18 00:40:11 +08:00
陈帅
b133c4a2c4
style: descriptions style update ( #18270 )
...
* padding bottom support size
* add toc readme
* add demo
* fix lint
* snapshot updated
2019-08-16 10:01:46 +08:00
Piotr Monwid-Olechnowicz
e49707c0aa
Update responsive.md ( #17586 )
...
Fix prop typo. `border` -> `bordered`
2019-07-12 10:42:09 +08:00
hengkx
584713bc62
fix Desciption doc
2019-06-27 13:47:28 +08:00
hengkx
2a9da95a92
feat: Descriptions add vertical layout
2019-06-27 11:29:33 +08:00
afc163
13379aa0d8
💄 Optimize examples code style
2019-05-27 22:04:17 +08:00
陈帅
3e32364dc0
New component Descriptions ( #14645 )
...
* add new component: DescriptionList
* add warning message
* docs: fix doc typo
* feat: implement the size attribute
* docs: fix doc typo
* refactor: use new name Descriptions
* test: snapshots updated
* feat: support react15
* style: fix code style warring
* style: better var name
* style: better code style
* style: merge css class
* feat: add responsive config
* fix: fix error title
* style: use @border-radius-base
* update snapshot
* feat: set default column
* test: add test script
* style: fix property defaultProps is useless error
* style: more robust code
* style: fix codereview warning
* style: fix review warning
* use responsiveObserveserve
* fix review warning
* bug: add childrenArray copy,prevent changes to incoming parameters
* fix dom error
* fix typo
* fix test
* don't use this
* snapshot updated
* prettier md
* remove descriptions md text
* new rendering method
* doc :add dot
* style: add right border
2019-05-22 23:22:09 +08:00