2018-04-18 10:45:07 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2020-03-22 17:59:43 +08:00
|
|
|
exports[`Progress render dashboard 295 gapDegree 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-progress ant-progress-circle ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-progress-inner"
|
|
|
|
style="width: 120px; height: 120px; font-size: 24px;"
|
|
|
|
>
|
|
|
|
<svg
|
2020-05-13 19:13:30 +08:00
|
|
|
class="ant-progress-circle"
|
2020-03-22 17:59:43 +08:00
|
|
|
viewBox="0 0 100 100"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
class="ant-progress-circle-trail"
|
|
|
|
d="M 50,50 m 0,47
|
|
|
|
a 47,47 0 1 1 0,-94
|
|
|
|
a 47,47 0 1 1 0,94"
|
|
|
|
fill-opacity="0"
|
|
|
|
stroke-linecap="round"
|
|
|
|
stroke-width="6"
|
|
|
|
style="stroke-dasharray: 0.3097094374405742px 295.3097094374406px; stroke-dashoffset: -147.5px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s;"
|
|
|
|
/>
|
|
|
|
<path
|
|
|
|
class="ant-progress-circle-path"
|
|
|
|
d="M 50,50 m 0,47
|
|
|
|
a 47,47 0 1 1 0,-94
|
|
|
|
a 47,47 0 1 1 0,94"
|
|
|
|
fill-opacity="0"
|
2020-05-04 13:38:04 +08:00
|
|
|
opacity="0"
|
2020-03-22 17:59:43 +08:00
|
|
|
stroke=""
|
|
|
|
stroke-linecap="round"
|
2020-05-04 13:38:04 +08:00
|
|
|
stroke-width="6"
|
2020-05-13 19:13:30 +08:00
|
|
|
style="stroke-dasharray: 0px 295.3097094374406px; stroke-dashoffset: -147.5px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s; transition-duration: .3s, .3s, .3s, .06s;"
|
2020-03-22 17:59:43 +08:00
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
<span
|
|
|
|
class="ant-progress-text"
|
|
|
|
title="0%"
|
|
|
|
>
|
|
|
|
0%
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Progress render dashboard 296 gapDegree 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-progress ant-progress-circle ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-progress-inner"
|
|
|
|
style="width: 120px; height: 120px; font-size: 24px;"
|
|
|
|
>
|
|
|
|
<svg
|
2020-05-13 19:13:30 +08:00
|
|
|
class="ant-progress-circle"
|
2020-03-22 17:59:43 +08:00
|
|
|
viewBox="0 0 100 100"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
class="ant-progress-circle-trail"
|
|
|
|
d="M 50,50 m 0,47
|
|
|
|
a 47,47 0 1 1 0,-94
|
|
|
|
a 47,47 0 1 1 0,94"
|
|
|
|
fill-opacity="0"
|
|
|
|
stroke-linecap="round"
|
|
|
|
stroke-width="6"
|
|
|
|
style="stroke-dasharray: -0.6902905625594258px 295.3097094374406px; stroke-dashoffset: -148px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s;"
|
|
|
|
/>
|
|
|
|
<path
|
|
|
|
class="ant-progress-circle-path"
|
|
|
|
d="M 50,50 m 0,47
|
|
|
|
a 47,47 0 1 1 0,-94
|
|
|
|
a 47,47 0 1 1 0,94"
|
|
|
|
fill-opacity="0"
|
2020-05-04 13:38:04 +08:00
|
|
|
opacity="0"
|
2020-03-22 17:59:43 +08:00
|
|
|
stroke=""
|
|
|
|
stroke-linecap="round"
|
2020-05-04 13:38:04 +08:00
|
|
|
stroke-width="6"
|
2020-05-13 19:13:30 +08:00
|
|
|
style="stroke-dasharray: 0px 295.3097094374406px; stroke-dashoffset: -148px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s; transition-duration: .3s, .3s, .3s, .06s;"
|
2020-03-22 17:59:43 +08:00
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
<span
|
|
|
|
class="ant-progress-text"
|
|
|
|
title="0%"
|
|
|
|
>
|
|
|
|
0%
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Progress render dashboard zero gapDegree 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-progress ant-progress-circle ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-progress-inner"
|
|
|
|
style="width: 120px; height: 120px; font-size: 24px;"
|
|
|
|
>
|
|
|
|
<svg
|
2020-05-13 19:13:30 +08:00
|
|
|
class="ant-progress-circle"
|
2020-03-22 17:59:43 +08:00
|
|
|
viewBox="0 0 100 100"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
class="ant-progress-circle-trail"
|
|
|
|
d="M 50,50 m 0,47
|
|
|
|
a 47,47 0 1 1 0,-94
|
|
|
|
a 47,47 0 1 1 0,94"
|
|
|
|
fill-opacity="0"
|
|
|
|
stroke-linecap="round"
|
|
|
|
stroke-width="6"
|
|
|
|
style="stroke-dasharray: 295.3097094374406px 295.3097094374406px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s;"
|
|
|
|
/>
|
|
|
|
<path
|
|
|
|
class="ant-progress-circle-path"
|
|
|
|
d="M 50,50 m 0,47
|
|
|
|
a 47,47 0 1 1 0,-94
|
|
|
|
a 47,47 0 1 1 0,94"
|
|
|
|
fill-opacity="0"
|
2020-05-04 13:38:04 +08:00
|
|
|
opacity="0"
|
2020-03-22 17:59:43 +08:00
|
|
|
stroke=""
|
|
|
|
stroke-linecap="round"
|
2020-05-04 13:38:04 +08:00
|
|
|
stroke-width="6"
|
2020-05-13 19:13:30 +08:00
|
|
|
style="stroke-dasharray: 0px 295.3097094374406px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s; transition-duration: .3s, .3s, .3s, .06s;"
|
2020-03-22 17:59:43 +08:00
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
<span
|
|
|
|
class="ant-progress-text"
|
|
|
|
title="0%"
|
|
|
|
>
|
|
|
|
0%
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2018-04-29 23:01:58 +08:00
|
|
|
exports[`Progress render format 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
|
|
|
>
|
2020-02-02 11:12:07 +08:00
|
|
|
<div
|
|
|
|
class="ant-progress-outer"
|
|
|
|
>
|
2018-04-29 23:01:58 +08:00
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
class="ant-progress-inner"
|
2018-04-29 23:01:58 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
class="ant-progress-bg"
|
|
|
|
style="width: 50%; height: 8px;"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-progress-success-bg"
|
|
|
|
style="width: 10%; height: 8px;"
|
|
|
|
/>
|
2018-04-29 23:01:58 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-02-02 11:12:07 +08:00
|
|
|
<span
|
|
|
|
class="ant-progress-text"
|
|
|
|
title="50 10"
|
|
|
|
>
|
|
|
|
50 10
|
|
|
|
</span>
|
2018-04-29 23:01:58 +08:00
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2020-03-22 17:59:43 +08:00
|
|
|
exports[`Progress render negative progress 1`] = `
|
2018-04-18 10:45:07 +08:00
|
|
|
<div
|
|
|
|
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
|
|
|
>
|
2020-02-02 11:12:07 +08:00
|
|
|
<div
|
|
|
|
class="ant-progress-outer"
|
|
|
|
>
|
2018-04-18 10:45:07 +08:00
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
class="ant-progress-inner"
|
2018-04-18 10:45:07 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
class="ant-progress-bg"
|
|
|
|
style="width: 0%; height: 8px;"
|
|
|
|
/>
|
2018-04-18 10:45:07 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-02-02 11:12:07 +08:00
|
|
|
<span
|
|
|
|
class="ant-progress-text"
|
|
|
|
title="0%"
|
|
|
|
>
|
|
|
|
0%
|
|
|
|
</span>
|
2018-04-18 10:45:07 +08:00
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2020-03-22 17:59:43 +08:00
|
|
|
exports[`Progress render negative successPercent 1`] = `
|
2018-04-18 10:45:07 +08:00
|
|
|
<div
|
|
|
|
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
|
|
|
>
|
2020-02-02 11:12:07 +08:00
|
|
|
<div
|
|
|
|
class="ant-progress-outer"
|
|
|
|
>
|
2018-04-18 10:45:07 +08:00
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
class="ant-progress-inner"
|
2018-04-18 10:45:07 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
class="ant-progress-bg"
|
|
|
|
style="width: 50%; height: 8px;"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-progress-success-bg"
|
|
|
|
style="width: 0%; height: 8px;"
|
|
|
|
/>
|
2018-04-18 10:45:07 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-02-02 11:12:07 +08:00
|
|
|
<span
|
|
|
|
class="ant-progress-text"
|
|
|
|
title="50%"
|
|
|
|
>
|
|
|
|
50%
|
|
|
|
</span>
|
2018-04-18 10:45:07 +08:00
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2018-12-04 21:42:04 +08:00
|
|
|
exports[`Progress render normal progress 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
|
|
|
>
|
2020-02-02 11:12:07 +08:00
|
|
|
<div
|
|
|
|
class="ant-progress-outer"
|
|
|
|
>
|
2018-12-04 21:42:04 +08:00
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
class="ant-progress-inner"
|
2018-12-04 21:42:04 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
class="ant-progress-bg"
|
|
|
|
style="width: 0%; height: 8px;"
|
|
|
|
/>
|
2018-12-04 21:42:04 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-02-02 11:12:07 +08:00
|
|
|
<span
|
|
|
|
class="ant-progress-text"
|
|
|
|
title="0%"
|
|
|
|
>
|
|
|
|
0%
|
|
|
|
</span>
|
2018-12-04 21:42:04 +08:00
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2018-04-18 10:45:07 +08:00
|
|
|
exports[`Progress render out-of-range progress 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-progress ant-progress-line ant-progress-status-success ant-progress-show-info ant-progress-default"
|
|
|
|
>
|
2020-02-02 11:12:07 +08:00
|
|
|
<div
|
|
|
|
class="ant-progress-outer"
|
|
|
|
>
|
2018-04-18 10:45:07 +08:00
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
class="ant-progress-inner"
|
2018-04-18 10:45:07 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
class="ant-progress-bg"
|
|
|
|
style="width: 100%; height: 8px;"
|
|
|
|
/>
|
2018-04-18 10:45:07 +08:00
|
|
|
</div>
|
2020-02-02 11:12:07 +08:00
|
|
|
</div>
|
|
|
|
<span
|
|
|
|
class="ant-progress-text"
|
|
|
|
>
|
2018-04-18 10:45:07 +08:00
|
|
|
<span
|
2020-02-02 11:12:07 +08:00
|
|
|
aria-label="check-circle"
|
|
|
|
class="anticon anticon-check-circle"
|
|
|
|
role="img"
|
2018-07-19 20:37:47 +08:00
|
|
|
>
|
2020-02-02 11:12:07 +08:00
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="check-circle"
|
|
|
|
fill="currentColor"
|
|
|
|
focusable="false"
|
|
|
|
height="1em"
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
width="1em"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
2020-02-02 11:12:07 +08:00
|
|
|
<path
|
|
|
|
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2018-07-19 20:37:47 +08:00
|
|
|
</span>
|
2020-02-02 11:12:07 +08:00
|
|
|
</span>
|
2018-04-18 10:45:07 +08:00
|
|
|
</div>
|
|
|
|
`;
|
2018-04-18 11:10:32 +08:00
|
|
|
|
|
|
|
exports[`Progress render out-of-range progress with info 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-progress ant-progress-line ant-progress-status-success ant-progress-show-info ant-progress-default"
|
|
|
|
>
|
2020-02-02 11:12:07 +08:00
|
|
|
<div
|
|
|
|
class="ant-progress-outer"
|
|
|
|
>
|
2018-04-18 11:10:32 +08:00
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
class="ant-progress-inner"
|
2018-04-18 11:10:32 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
class="ant-progress-bg"
|
|
|
|
style="width: 100%; height: 8px;"
|
|
|
|
/>
|
2018-04-18 11:10:32 +08:00
|
|
|
</div>
|
2020-02-02 11:12:07 +08:00
|
|
|
</div>
|
|
|
|
<span
|
|
|
|
class="ant-progress-text"
|
|
|
|
>
|
2018-04-18 11:10:32 +08:00
|
|
|
<span
|
2020-02-02 11:12:07 +08:00
|
|
|
aria-label="check-circle"
|
|
|
|
class="anticon anticon-check-circle"
|
|
|
|
role="img"
|
2018-07-19 20:37:47 +08:00
|
|
|
>
|
2020-02-02 11:12:07 +08:00
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="check-circle"
|
|
|
|
fill="currentColor"
|
|
|
|
focusable="false"
|
|
|
|
height="1em"
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
width="1em"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
2020-02-02 11:12:07 +08:00
|
|
|
<path
|
|
|
|
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2018-07-19 20:37:47 +08:00
|
|
|
</span>
|
2020-02-02 11:12:07 +08:00
|
|
|
</span>
|
2018-04-18 11:10:32 +08:00
|
|
|
</div>
|
|
|
|
`;
|
2018-10-13 01:19:41 +08:00
|
|
|
|
|
|
|
exports[`Progress render strokeColor 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-progress ant-progress-circle ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-progress-inner"
|
|
|
|
style="width: 120px; height: 120px; font-size: 24px;"
|
|
|
|
>
|
|
|
|
<svg
|
2020-05-13 19:13:30 +08:00
|
|
|
class="ant-progress-circle"
|
2018-10-13 01:19:41 +08:00
|
|
|
viewBox="0 0 100 100"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
class="ant-progress-circle-trail"
|
|
|
|
d="M 50,50 m 0,-47
|
2019-06-19 19:41:37 +08:00
|
|
|
a 47,47 0 1 1 0,94
|
|
|
|
a 47,47 0 1 1 0,-94"
|
2018-10-13 01:19:41 +08:00
|
|
|
fill-opacity="0"
|
2019-01-18 15:19:36 +08:00
|
|
|
stroke-linecap="round"
|
2018-10-13 01:19:41 +08:00
|
|
|
stroke-width="6"
|
2019-12-03 20:17:13 +08:00
|
|
|
style="stroke-dasharray: 295.3097094374406px 295.3097094374406px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s;"
|
2018-10-13 01:19:41 +08:00
|
|
|
/>
|
|
|
|
<path
|
|
|
|
class="ant-progress-circle-path"
|
|
|
|
d="M 50,50 m 0,-47
|
2019-06-19 19:41:37 +08:00
|
|
|
a 47,47 0 1 1 0,94
|
|
|
|
a 47,47 0 1 1 0,-94"
|
2018-10-13 01:19:41 +08:00
|
|
|
fill-opacity="0"
|
2020-05-04 13:38:04 +08:00
|
|
|
opacity="1"
|
2019-06-26 17:31:54 +08:00
|
|
|
stroke=""
|
2018-10-13 01:19:41 +08:00
|
|
|
stroke-linecap="round"
|
|
|
|
stroke-width="6"
|
2020-05-13 19:13:30 +08:00
|
|
|
style="stroke: red; stroke-dasharray: 147.6548547187203px 295.3097094374406px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s; transition-duration: .3s, .3s, .3s, .06s;"
|
2018-10-13 01:19:41 +08:00
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
<span
|
|
|
|
class="ant-progress-text"
|
|
|
|
title="50%"
|
|
|
|
>
|
|
|
|
50%
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
2019-03-24 17:05:24 +08:00
|
|
|
|
|
|
|
exports[`Progress render strokeColor 2`] = `
|
|
|
|
<Progress
|
|
|
|
percent={50}
|
|
|
|
showInfo={true}
|
|
|
|
size="default"
|
|
|
|
strokeColor={
|
|
|
|
Object {
|
|
|
|
"from": "#108ee9",
|
|
|
|
"to": "#87d068",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
strokeLinecap="round"
|
2019-12-03 20:17:13 +08:00
|
|
|
trailColor={null}
|
2019-03-24 17:05:24 +08:00
|
|
|
type="line"
|
|
|
|
>
|
2019-04-16 14:22:22 +08:00
|
|
|
<div
|
|
|
|
className="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
|
|
|
>
|
|
|
|
<Line
|
|
|
|
percent={50}
|
|
|
|
prefixCls="ant-progress"
|
|
|
|
showInfo={true}
|
|
|
|
size="default"
|
|
|
|
strokeColor={
|
|
|
|
Object {
|
|
|
|
"from": "#108ee9",
|
|
|
|
"to": "#87d068",
|
2019-03-24 17:05:24 +08:00
|
|
|
}
|
2019-04-16 14:22:22 +08:00
|
|
|
}
|
|
|
|
strokeLinecap="round"
|
2019-12-03 20:17:13 +08:00
|
|
|
trailColor={null}
|
2019-04-16 14:22:22 +08:00
|
|
|
type="line"
|
|
|
|
>
|
2020-02-02 11:12:07 +08:00
|
|
|
<div
|
|
|
|
className="ant-progress-outer"
|
|
|
|
>
|
2019-04-16 14:22:22 +08:00
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
className="ant-progress-inner"
|
2019-04-16 14:22:22 +08:00
|
|
|
>
|
2019-03-24 17:05:24 +08:00
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
className="ant-progress-bg"
|
|
|
|
style={
|
|
|
|
Object {
|
|
|
|
"backgroundImage": "linear-gradient(to right, #108ee9, #87d068)",
|
|
|
|
"borderRadius": "",
|
|
|
|
"height": 8,
|
|
|
|
"width": "50%",
|
2019-04-16 14:22:22 +08:00
|
|
|
}
|
2020-02-02 11:12:07 +08:00
|
|
|
}
|
|
|
|
/>
|
2019-03-24 17:05:24 +08:00
|
|
|
</div>
|
2019-04-16 14:22:22 +08:00
|
|
|
</div>
|
2020-02-02 11:12:07 +08:00
|
|
|
<span
|
|
|
|
className="ant-progress-text"
|
|
|
|
title="50%"
|
|
|
|
>
|
|
|
|
50%
|
|
|
|
</span>
|
2019-04-16 14:22:22 +08:00
|
|
|
</Line>
|
|
|
|
</div>
|
2019-03-24 17:05:24 +08:00
|
|
|
</Progress>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Progress render strokeColor 3`] = `
|
|
|
|
<Progress
|
|
|
|
percent={50}
|
|
|
|
showInfo={true}
|
|
|
|
size="default"
|
|
|
|
strokeColor={
|
|
|
|
Object {
|
|
|
|
"0%": "#108ee9",
|
|
|
|
"100%": "#87d068",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
strokeLinecap="round"
|
2019-12-03 20:17:13 +08:00
|
|
|
trailColor={null}
|
2019-03-24 17:05:24 +08:00
|
|
|
type="line"
|
|
|
|
>
|
2019-04-16 14:22:22 +08:00
|
|
|
<div
|
|
|
|
className="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
|
|
|
>
|
|
|
|
<Line
|
|
|
|
percent={50}
|
|
|
|
prefixCls="ant-progress"
|
|
|
|
showInfo={true}
|
|
|
|
size="default"
|
|
|
|
strokeColor={
|
|
|
|
Object {
|
|
|
|
"0%": "#108ee9",
|
|
|
|
"100%": "#87d068",
|
2019-03-24 17:05:24 +08:00
|
|
|
}
|
2019-04-16 14:22:22 +08:00
|
|
|
}
|
|
|
|
strokeLinecap="round"
|
2019-12-03 20:17:13 +08:00
|
|
|
trailColor={null}
|
2019-04-16 14:22:22 +08:00
|
|
|
type="line"
|
|
|
|
>
|
2020-02-02 11:12:07 +08:00
|
|
|
<div
|
|
|
|
className="ant-progress-outer"
|
|
|
|
>
|
2019-04-16 14:22:22 +08:00
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
className="ant-progress-inner"
|
2019-04-16 14:22:22 +08:00
|
|
|
>
|
2019-03-24 17:05:24 +08:00
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
className="ant-progress-bg"
|
|
|
|
style={
|
|
|
|
Object {
|
|
|
|
"backgroundImage": "linear-gradient(to right, #108ee9 0%, #87d068 100%)",
|
|
|
|
"borderRadius": "",
|
|
|
|
"height": 8,
|
|
|
|
"width": "50%",
|
2019-04-16 14:22:22 +08:00
|
|
|
}
|
2020-02-02 11:12:07 +08:00
|
|
|
}
|
|
|
|
/>
|
2019-03-24 17:05:24 +08:00
|
|
|
</div>
|
2019-04-16 14:22:22 +08:00
|
|
|
</div>
|
2020-02-02 11:12:07 +08:00
|
|
|
<span
|
|
|
|
className="ant-progress-text"
|
|
|
|
title="50%"
|
|
|
|
>
|
|
|
|
50%
|
|
|
|
</span>
|
2019-04-16 14:22:22 +08:00
|
|
|
</Line>
|
|
|
|
</div>
|
2019-03-24 17:05:24 +08:00
|
|
|
</Progress>
|
|
|
|
`;
|
2020-01-02 19:10:16 +08:00
|
|
|
|
2020-02-25 11:11:19 +08:00
|
|
|
exports[`Progress render trailColor progress 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-progress-outer"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-progress-inner"
|
|
|
|
style="background-color: rgb(255, 255, 255);"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-progress-bg"
|
|
|
|
style="width: 0%; height: 8px;"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<span
|
|
|
|
class="ant-progress-text"
|
|
|
|
title="0%"
|
|
|
|
>
|
|
|
|
0%
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2020-01-02 19:10:16 +08:00
|
|
|
exports[`Progress rtl render component should be rendered correctly in RTL direction 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default ant-progress-rtl"
|
|
|
|
>
|
2020-02-02 11:12:07 +08:00
|
|
|
<div
|
|
|
|
class="ant-progress-outer"
|
|
|
|
>
|
2020-01-02 19:10:16 +08:00
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
class="ant-progress-inner"
|
2020-01-02 19:10:16 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-02 11:12:07 +08:00
|
|
|
class="ant-progress-bg"
|
|
|
|
style="width:0%;height:8px;border-radius:"
|
|
|
|
/>
|
2020-01-02 19:10:16 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-02-02 11:12:07 +08:00
|
|
|
<span
|
|
|
|
class="ant-progress-text"
|
|
|
|
title="0%"
|
|
|
|
>
|
|
|
|
0%
|
|
|
|
</span>
|
2020-01-02 19:10:16 +08:00
|
|
|
</div>
|
|
|
|
`;
|