2017-03-17 18:56:30 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`renders ./components/steps/demo/customized-progress-dot.md correctly 1`] = `
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps ant-steps-horizontal ant-steps-label-vertical ant-steps-dot"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-finish"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-steps-icon-dot"
|
|
|
|
/>
|
|
|
|
</span>
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Finished
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
You can hover on the dot.
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-process"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-steps-icon-dot"
|
|
|
|
/>
|
|
|
|
</span>
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
In Progress
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
You can hover on the dot.
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item ant-steps-item-wait"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-steps-icon-dot"
|
|
|
|
/>
|
|
|
|
</span>
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Waiting
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
You can hover on the dot.
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item ant-steps-item-wait"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-04-05 11:55:16 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-04-05 11:55:16 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-steps-icon-dot"
|
|
|
|
/>
|
|
|
|
</span>
|
2017-04-05 11:55:16 +08:00
|
|
|
</div>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Waiting
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
You can hover on the dot.
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/steps/demo/error.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps ant-steps-horizontal ant-steps-label-horizontal"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-finish ant-steps-next-error"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
2018-08-31 18:54:06 +08:00
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
<i
|
|
|
|
class="anticon anticon-check ant-steps-finish-icon"
|
2018-09-02 19:25:04 +08:00
|
|
|
/>
|
2018-08-31 18:54:06 +08:00
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Finished
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-error"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
2018-08-31 18:54:06 +08:00
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
<i
|
|
|
|
class="anticon anticon-close ant-steps-error-icon"
|
2018-09-02 19:25:04 +08:00
|
|
|
/>
|
2018-08-31 18:54:06 +08:00
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
In Process
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item ant-steps-item-wait"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-04-05 11:55:16 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-04-05 11:55:16 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
3
|
|
|
|
</span>
|
2017-04-05 11:55:16 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Waiting
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/steps/demo/icon.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps ant-steps-horizontal ant-steps-label-horizontal"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item ant-steps-item-finish ant-steps-item-custom"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
2018-07-19 20:37:47 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-user"
|
2018-09-02 19:25:04 +08:00
|
|
|
/>
|
2017-09-05 19:57:59 +08:00
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Login
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item ant-steps-item-finish ant-steps-item-custom"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
2018-07-19 20:37:47 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-solution"
|
2018-09-02 19:25:04 +08:00
|
|
|
/>
|
2017-09-05 19:57:59 +08:00
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Verification
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item ant-steps-item-process ant-steps-item-custom"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
2018-07-19 20:37:47 +08:00
|
|
|
>
|
|
|
|
<i
|
2018-08-14 15:32:29 +08:00
|
|
|
class="anticon anticon-loading"
|
2018-09-02 19:25:04 +08:00
|
|
|
/>
|
2018-07-19 20:37:47 +08:00
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Pay
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item ant-steps-item-wait ant-steps-item-custom"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-04-05 11:55:16 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-04-05 11:55:16 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
2018-07-19 20:37:47 +08:00
|
|
|
>
|
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-smile-o"
|
2018-08-24 18:36:08 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
2018-08-30 22:59:43 +08:00
|
|
|
data-icon="smile"
|
2018-08-24 18:36:08 +08:00
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
2018-08-27 20:40:11 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
2018-08-24 18:36:08 +08:00
|
|
|
>
|
|
|
|
<path
|
2018-08-30 22:59:43 +08:00
|
|
|
d="M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2-44.3-18.7-84.1-45.6-118.3-79.8-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8c18.7-44.3 45.6-84.1 79.8-118.3 34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2 44.3 18.7 84.1 45.6 118.3 79.8 34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8c-18.7 44.3-45.6 84.1-79.8 118.2zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360c-4.6 0-8.2 3.8-8 8.4 4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6c.2-4.6-3.4-8.4-8-8.4z"
|
2018-08-24 18:36:08 +08:00
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2018-07-19 20:37:47 +08:00
|
|
|
</span>
|
2017-04-05 11:55:16 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Done
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/steps/demo/progress-dot.md correctly 1`] = `
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps ant-steps-horizontal ant-steps-label-vertical ant-steps-dot"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-finish"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-steps-icon-dot"
|
|
|
|
/>
|
|
|
|
</span>
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Finished
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description.
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-process"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-steps-icon-dot"
|
|
|
|
/>
|
|
|
|
</span>
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
In Progress
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description.
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item ant-steps-item-wait"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-04-05 11:55:16 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-04-05 11:55:16 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-steps-icon-dot"
|
|
|
|
/>
|
|
|
|
</span>
|
2017-04-05 11:55:16 +08:00
|
|
|
</div>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-01-24 16:07:03 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Waiting
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description.
|
2017-01-24 16:07:03 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/steps/demo/simple.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps ant-steps-horizontal ant-steps-label-horizontal"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-finish"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
2018-08-31 18:54:06 +08:00
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
<i
|
|
|
|
class="anticon anticon-check ant-steps-finish-icon"
|
2018-09-02 19:25:04 +08:00
|
|
|
/>
|
2018-08-31 18:54:06 +08:00
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Finished
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description.
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-process"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
2
|
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
In Progress
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description.
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item ant-steps-item-wait"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-04-05 11:55:16 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-04-05 11:55:16 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
3
|
|
|
|
</span>
|
2017-04-05 11:55:16 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Waiting
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description.
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/steps/demo/small-size.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps ant-steps-horizontal ant-steps-small ant-steps-label-horizontal"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-finish"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
2018-08-31 18:54:06 +08:00
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
<i
|
|
|
|
class="anticon anticon-check ant-steps-finish-icon"
|
2018-09-02 19:25:04 +08:00
|
|
|
/>
|
2018-08-31 18:54:06 +08:00
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Finished
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-process"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
2
|
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
In Progress
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item ant-steps-item-wait"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-04-05 11:55:16 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-04-05 11:55:16 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
3
|
|
|
|
</span>
|
2017-04-05 11:55:16 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Waiting
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/steps/demo/step-next.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps ant-steps-horizontal ant-steps-label-horizontal"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-process"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
1
|
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
First
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item ant-steps-item-wait"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
2
|
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Second
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item ant-steps-item-wait"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-04-05 11:55:16 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-04-05 11:55:16 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
3
|
|
|
|
</span>
|
2017-04-05 11:55:16 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Last
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
class="steps-content"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
First-content
|
|
|
|
</div>
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
class="steps-action"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-primary"
|
2017-03-17 18:56:30 +08:00
|
|
|
type="button"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span>
|
|
|
|
Next
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/steps/demo/vertical.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps ant-steps-vertical"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-finish"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
2018-08-31 18:54:06 +08:00
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
<i
|
|
|
|
class="anticon anticon-check ant-steps-finish-icon"
|
2018-09-02 19:25:04 +08:00
|
|
|
/>
|
2018-08-31 18:54:06 +08:00
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Finished
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description.
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-process"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
2
|
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
In Progress
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description.
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item ant-steps-item-wait"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-04-05 11:55:16 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-04-05 11:55:16 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
3
|
|
|
|
</span>
|
2017-04-05 11:55:16 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Waiting
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description.
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/steps/demo/vertical-small.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps ant-steps-vertical ant-steps-small"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-finish"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
2018-08-31 18:54:06 +08:00
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
<i
|
|
|
|
class="anticon anticon-check ant-steps-finish-icon"
|
2018-09-02 19:25:04 +08:00
|
|
|
/>
|
2018-08-31 18:54:06 +08:00
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Finished
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description.
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2018-08-24 19:12:55 +08:00
|
|
|
class="ant-steps-item ant-steps-item-process"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
2
|
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
In Progress
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description.
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item ant-steps-item-wait"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-04-05 11:55:16 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-tail"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-steps-item-icon"
|
2017-04-05 11:55:16 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
<span
|
|
|
|
class="ant-steps-icon"
|
|
|
|
>
|
|
|
|
3
|
|
|
|
</span>
|
2017-04-05 11:55:16 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-content"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-title"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
Waiting
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2017-09-05 19:57:59 +08:00
|
|
|
class="ant-steps-item-description"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2017-09-05 19:57:59 +08:00
|
|
|
This is a description.
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|