2017-03-17 18:56:30 +08:00
|
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
|
|
exports[`renders ./components/spin/demo/basic.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-spin ant-spin-spinning"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span
|
2018-02-14 12:30:31 +08:00
|
|
|
|
class="ant-spin-dot ant-spin-dot-spin"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
`;
|
|
|
|
|
|
2017-11-04 12:05:25 +08:00
|
|
|
|
exports[`renders ./components/spin/demo/custom-indicator.md correctly 1`] = `
|
2017-11-06 21:28:51 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-spin ant-spin-spinning"
|
2018-07-19 20:37:47 +08:00
|
|
|
|
>
|
|
|
|
|
<i
|
2018-08-14 15:32:29 +08:00
|
|
|
|
class="anticon anticon-loading ant-spin-dot"
|
2018-08-13 14:46:55 +08:00
|
|
|
|
style="font-size:24px"
|
2018-09-02 19:53:29 +08:00
|
|
|
|
>
|
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
class="anticon-spin"
|
|
|
|
|
data-icon="loading"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
height="1em"
|
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
|
width="1em"
|
|
|
|
|
>
|
|
|
|
|
<path
|
2018-09-06 20:55:23 +08:00
|
|
|
|
d="M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-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.3C772.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.3.1 19.9-16 36-35.9 36z"
|
2018-09-02 19:53:29 +08:00
|
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
</i>
|
2018-07-19 20:37:47 +08:00
|
|
|
|
</div>
|
2017-11-04 12:05:25 +08:00
|
|
|
|
`;
|
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
|
exports[`renders ./components/spin/demo/delayAndDebounce.md correctly 1`] = `
|
2017-01-02 00:12:41 +08:00
|
|
|
|
<div>
|
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-spin-nested-loading"
|
|
|
|
|
>
|
2017-01-02 00:12:41 +08:00
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-spin-container"
|
|
|
|
|
>
|
2017-01-02 00:12:41 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-alert ant-alert-info ant-alert-with-description ant-alert-no-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
data-show="true"
|
|
|
|
|
>
|
2017-01-02 00:12:41 +08:00
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-alert-message"
|
|
|
|
|
>
|
2017-01-02 00:12:41 +08:00
|
|
|
|
Alert message title
|
|
|
|
|
</span>
|
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-alert-description"
|
|
|
|
|
>
|
2017-01-02 00:12:41 +08:00
|
|
|
|
Further details about the context of this alert.
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2017-11-06 21:28:51 +08:00
|
|
|
|
<div
|
|
|
|
|
style="margin-top:16px"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
>
|
2017-11-06 21:28:51 +08:00
|
|
|
|
Loading state:
|
2017-01-02 00:12:41 +08:00
|
|
|
|
<span
|
2017-11-06 21:28:51 +08:00
|
|
|
|
class="ant-switch"
|
|
|
|
|
tabindex="0"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
class="ant-switch-inner"
|
|
|
|
|
/>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
2017-01-02 00:12:41 +08:00
|
|
|
|
</div>
|
|
|
|
|
`;
|
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
|
exports[`renders ./components/spin/demo/inside.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="example"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-spin ant-spin-spinning"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span
|
2018-02-14 12:30:31 +08:00
|
|
|
|
class="ant-spin-dot ant-spin-dot-spin"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
`;
|
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
|
exports[`renders ./components/spin/demo/nested.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<div>
|
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-spin-nested-loading"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-spin-container"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-alert ant-alert-info ant-alert-with-description ant-alert-no-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
data-show="true"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-alert-message"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
Alert message title
|
|
|
|
|
</span>
|
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-alert-description"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
Further details about the context of this alert.
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2017-06-14 13:31:21 +08:00
|
|
|
|
<div
|
2017-09-20 16:26:18 +08:00
|
|
|
|
style="margin-top:16px"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
>
|
2017-06-14 13:31:21 +08:00
|
|
|
|
Loading state:
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span
|
2017-06-14 13:31:21 +08:00
|
|
|
|
class="ant-switch"
|
|
|
|
|
tabindex="0"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
class="ant-switch-inner"
|
|
|
|
|
/>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
</div>
|
|
|
|
|
`;
|
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
|
exports[`renders ./components/spin/demo/size.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<div>
|
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-spin ant-spin-sm ant-spin-spinning"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span
|
2018-02-14 12:30:31 +08:00
|
|
|
|
class="ant-spin-dot ant-spin-dot-spin"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-spin ant-spin-spinning"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span
|
2018-02-14 12:30:31 +08:00
|
|
|
|
class="ant-spin-dot ant-spin-dot-spin"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-spin ant-spin-lg ant-spin-spinning"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span
|
2018-02-14 12:30:31 +08:00
|
|
|
|
class="ant-spin-dot ant-spin-dot-spin"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
`;
|
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
|
exports[`renders ./components/spin/demo/tip.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-spin-nested-loading"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<div>
|
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-spin ant-spin-spinning ant-spin-show-text"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span
|
2018-02-14 12:30:31 +08:00
|
|
|
|
class="ant-spin-dot ant-spin-dot-spin"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
<i />
|
|
|
|
|
</span>
|
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-spin-text"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
Loading...
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-spin-container ant-spin-blur"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-alert ant-alert-info ant-alert-with-description ant-alert-no-icon"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
data-show="true"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-alert-message"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
Alert message title
|
|
|
|
|
</span>
|
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-alert-description"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
Further details about the context of this alert.
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
`;
|