You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
973 lines
20 KiB
973 lines
20 KiB
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`renders ./components/steps/demo/customized-progress-dot.md correctly 1`] = `
|
|
<div
|
|
class="ant-steps ant-steps-horizontal ant-steps-label-vertical ant-steps-dot"
|
|
>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-finish"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon-dot"
|
|
/>
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Finished
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
You can hover on the dot.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-process"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon-dot"
|
|
/>
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
In Progress
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
You can hover on the dot.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon-dot"
|
|
/>
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Waiting
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
You can hover on the dot.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon-dot"
|
|
/>
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Waiting
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
You can hover on the dot.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/steps/demo/error.md correctly 1`] = `
|
|
<div
|
|
class="ant-steps ant-steps-horizontal ant-steps-label-horizontal"
|
|
>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-finish ant-steps-next-error"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon anticon anticon-check"
|
|
/>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Finished
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-error"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon anticon anticon-cross"
|
|
/>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
In Process
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
3
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Waiting
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/steps/demo/icon.md correctly 1`] = `
|
|
<div
|
|
class="ant-steps ant-steps-horizontal ant-steps-label-horizontal"
|
|
>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-finish ant-steps-item-custom"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
<i
|
|
class="anticon anticon-user"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class=""
|
|
data-icon="user"
|
|
fill="currentColor"
|
|
height="1em"
|
|
viewBox="0 0 1024 1024"
|
|
width="1em"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M858.5 763.6c-18.9-44.8-46.1-85-80.6-119.5-34.5-34.5-74.7-61.6-119.5-80.6-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6-34.5 34.5-61.6 74.7-80.6 119.5C146.9 807.5 137 854 136 901.8c-.1 4.5 3.5 8.2 8 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60c4.5 0 8.1-3.7 8-8.2-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z"
|
|
/>
|
|
</svg>
|
|
</i>
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Login
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-finish ant-steps-item-custom"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
<i
|
|
class="anticon anticon-solution"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class=""
|
|
data-icon="solution"
|
|
fill="currentColor"
|
|
height="1em"
|
|
viewBox="0 0 1024 1024"
|
|
width="1em"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M688 264c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48zm-8 136H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM480 544H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 308H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm356.8-74.4c29-26.3 47.2-64.3 47.2-106.6 0-79.5-64.5-144-144-144s-144 64.5-144 144c0 42.3 18.2 80.3 47.2 106.6-57 32.5-96.2 92.7-99.2 162.1-.2 4.5 3.5 8.3 8 8.3h48.1c4.2 0 7.7-3.3 8-7.6C564 871.2 621.7 816 692 816s128 55.2 131.9 124.4c.2 4.2 3.7 7.6 8 7.6H880c4.6 0 8.2-3.8 8-8.3-2.9-69.5-42.2-129.6-99.2-162.1zM692 591c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z"
|
|
/>
|
|
</svg>
|
|
</i>
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Verification
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-process ant-steps-item-custom"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
<i
|
|
class="anticon anticon-loading"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class="anticon-spin"
|
|
data-icon="loading"
|
|
fill="currentColor"
|
|
height="1em"
|
|
viewBox="0 0 1024 1024"
|
|
width="1em"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M512 1024c-69.1 0-136.2-13.5-199.3-40.2C251.7 958 197 921 150 874c-47-47-84-101.7-109.8-162.7C13.5 648.2 0 581.1 0 512c0-19.9 16.1-36 36-36s36 16.1 36 36c0 59.4 11.6 117 34.6 171.3 22.2 52.4 53.9 99.5 94.3 139.9 40.4 40.4 87.5 72.2 139.9 94.3C395 940.4 452.6 952 512 952c59.4 0 117-11.6 171.3-34.6 52.4-22.2 99.5-53.9 139.9-94.3 40.4-40.4 72.2-87.5 94.3-139.9C940.4 629 952 571.4 952 512c0-59.4-11.6-117-34.6-171.3-22.2-52.4-53.9-99.4-94.3-139.9-40.4-40.4-87.5-72.2-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.2C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3s-13.5 136.2-40.2 199.3C958 772.3 921 827 874 874c-47 47-101.8 83.9-162.7 109.7-63.1 26.8-130.2 40.3-199.3 40.3z"
|
|
/>
|
|
</svg>
|
|
</i>
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Pay
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait ant-steps-item-custom"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
<i
|
|
class="anticon anticon-smile-o"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class=""
|
|
data-icon="smile"
|
|
fill="currentColor"
|
|
height="1em"
|
|
viewBox="0 0 1024 1024"
|
|
width="1em"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
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"
|
|
/>
|
|
</svg>
|
|
</i>
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Done
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/steps/demo/progress-dot.md correctly 1`] = `
|
|
<div
|
|
class="ant-steps ant-steps-horizontal ant-steps-label-vertical ant-steps-dot"
|
|
>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-finish"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon-dot"
|
|
/>
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Finished
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-process"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon-dot"
|
|
/>
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
In Progress
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon-dot"
|
|
/>
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Waiting
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/steps/demo/simple.md correctly 1`] = `
|
|
<div
|
|
class="ant-steps ant-steps-horizontal ant-steps-label-horizontal"
|
|
>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-finish"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon anticon anticon-check"
|
|
/>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Finished
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-process"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
2
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
In Progress
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
3
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Waiting
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/steps/demo/small-size.md correctly 1`] = `
|
|
<div
|
|
class="ant-steps ant-steps-horizontal ant-steps-small ant-steps-label-horizontal"
|
|
>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-finish"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon anticon anticon-check"
|
|
/>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Finished
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-process"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
2
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
In Progress
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
3
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Waiting
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/steps/demo/step-next.md correctly 1`] = `
|
|
<div>
|
|
<div
|
|
class="ant-steps ant-steps-horizontal ant-steps-label-horizontal"
|
|
>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-process"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
1
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
First
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
2
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Second
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
3
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Last
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="steps-content"
|
|
>
|
|
First-content
|
|
</div>
|
|
<div
|
|
class="steps-action"
|
|
>
|
|
<button
|
|
class="ant-btn ant-btn-primary"
|
|
type="button"
|
|
>
|
|
<span>
|
|
Next
|
|
</span>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/steps/demo/vertical.md correctly 1`] = `
|
|
<div
|
|
class="ant-steps ant-steps-vertical"
|
|
>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-finish"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon anticon anticon-check"
|
|
/>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Finished
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-process"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
2
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
In Progress
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
3
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Waiting
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/steps/demo/vertical-small.md correctly 1`] = `
|
|
<div
|
|
class="ant-steps ant-steps-vertical ant-steps-small"
|
|
>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-finish"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon anticon anticon-check"
|
|
/>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Finished
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-process"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
2
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
In Progress
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
3
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Waiting
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|