mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-12 11:55:23 +08:00
ff13ac0f5e
* init
* number format
* add Countdown
* ⚡ Try something ts stuff
* move out Countdown
* add format
* support countdown
* add prefix & suffix
* Move Number to Statistic
* adjust ts
* clean up
* roll back of lodash
* update doc & style
* variable of the less style
* add demo test
* full coverage
* hide title if not need
* update snapshot
* update accessiblity
* update color
* stop countdown when time is out
* formatTimeStr adjust
* use reset class
* add miss tab index
* update doc
* update title prop & snapshot
* rm additional aria. It's over design
* use card sample on unit demo
* sfc
* adjust demo
67 lines
888 B
Plaintext
67 lines
888 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",
|
|
"Divider",
|
|
"Dropdown",
|
|
"Drawer",
|
|
"Empty",
|
|
"Form",
|
|
"Icon",
|
|
"Input",
|
|
"InputNumber",
|
|
"Layout",
|
|
"List",
|
|
"LocaleProvider",
|
|
"message",
|
|
"Menu",
|
|
"Modal",
|
|
"Statistic",
|
|
"notification",
|
|
"Pagination",
|
|
"Popconfirm",
|
|
"Popover",
|
|
"Progress",
|
|
"Radio",
|
|
"Rate",
|
|
"Row",
|
|
"Select",
|
|
"Skeleton",
|
|
"Slider",
|
|
"Spin",
|
|
"Steps",
|
|
"Switch",
|
|
"Table",
|
|
"Transfer",
|
|
"Tree",
|
|
"TreeSelect",
|
|
"Tabs",
|
|
"Tag",
|
|
"TimePicker",
|
|
"Timeline",
|
|
"Tooltip",
|
|
"Mention",
|
|
"Upload",
|
|
"version",
|
|
]
|
|
`;
|