mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
3e32364dc0
* 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
71 lines
952 B
Plaintext
71 lines
952 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`antd dist files exports modules correctly 1`] = `
|
|
Array [
|
|
"Affix",
|
|
"Anchor",
|
|
"AutoComplete",
|
|
"Alert",
|
|
"Avatar",
|
|
"BackTop",
|
|
"Badge",
|
|
"Breadcrumb",
|
|
"Button",
|
|
"Calendar",
|
|
"Card",
|
|
"Collapse",
|
|
"Carousel",
|
|
"Cascader",
|
|
"Checkbox",
|
|
"Col",
|
|
"Comment",
|
|
"ConfigProvider",
|
|
"DatePicker",
|
|
"Descriptions",
|
|
"Divider",
|
|
"Dropdown",
|
|
"Drawer",
|
|
"Empty",
|
|
"Form",
|
|
"Icon",
|
|
"Input",
|
|
"InputNumber",
|
|
"Layout",
|
|
"List",
|
|
"LocaleProvider",
|
|
"message",
|
|
"Menu",
|
|
"Mentions",
|
|
"Modal",
|
|
"Statistic",
|
|
"notification",
|
|
"PageHeader",
|
|
"Pagination",
|
|
"Popconfirm",
|
|
"Popover",
|
|
"Progress",
|
|
"Radio",
|
|
"Rate",
|
|
"Row",
|
|
"Select",
|
|
"Skeleton",
|
|
"Slider",
|
|
"Spin",
|
|
"Steps",
|
|
"Switch",
|
|
"Table",
|
|
"Transfer",
|
|
"Tree",
|
|
"TreeSelect",
|
|
"Tabs",
|
|
"Tag",
|
|
"TimePicker",
|
|
"Timeline",
|
|
"Tooltip",
|
|
"Typography",
|
|
"Mention",
|
|
"Upload",
|
|
"version",
|
|
]
|
|
`;
|