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.
243 lines
6.4 KiB
243 lines
6.4 KiB
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Modal render correctly 1`] = `
|
|
<div>
|
|
<div>
|
|
<div
|
|
class="ant-modal-root"
|
|
>
|
|
<div
|
|
class="ant-modal-mask ant-fade-appear ant-fade-appear-start ant-fade"
|
|
/>
|
|
<div
|
|
class="ant-modal-wrap"
|
|
tabindex="-1"
|
|
>
|
|
<div
|
|
aria-modal="true"
|
|
class="ant-modal ant-zoom-appear ant-zoom-appear-prepare ant-zoom"
|
|
role="dialog"
|
|
style="width: 520px;"
|
|
>
|
|
<div
|
|
aria-hidden="true"
|
|
style="width: 0px; height: 0px; overflow: hidden; outline: none;"
|
|
tabindex="0"
|
|
/>
|
|
<div
|
|
class="ant-modal-content"
|
|
>
|
|
<button
|
|
aria-label="Close"
|
|
class="ant-modal-close"
|
|
type="button"
|
|
>
|
|
<span
|
|
class="ant-modal-close-x"
|
|
>
|
|
<span
|
|
aria-label="close"
|
|
class="anticon anticon-close ant-modal-close-icon"
|
|
role="img"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
data-icon="close"
|
|
fill="currentColor"
|
|
focusable="false"
|
|
height="1em"
|
|
viewBox="64 64 896 896"
|
|
width="1em"
|
|
>
|
|
<path
|
|
d="M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 00203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<div
|
|
class="ant-modal-body"
|
|
>
|
|
Here is content of Modal
|
|
</div>
|
|
<div
|
|
class="ant-modal-footer"
|
|
>
|
|
<button
|
|
class="ant-btn ant-btn-default"
|
|
type="button"
|
|
>
|
|
<span>
|
|
Cancel
|
|
</span>
|
|
</button>
|
|
<button
|
|
class="ant-btn ant-btn-primary"
|
|
type="button"
|
|
>
|
|
<span>
|
|
OK
|
|
</span>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div
|
|
aria-hidden="true"
|
|
style="width: 0px; height: 0px; overflow: hidden; outline: none;"
|
|
tabindex="0"
|
|
/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`Modal render without footer 1`] = `
|
|
<div>
|
|
<div>
|
|
<div
|
|
class="ant-modal-root"
|
|
>
|
|
<div
|
|
class="ant-modal-mask ant-fade-appear ant-fade-appear-start ant-fade"
|
|
/>
|
|
<div
|
|
class="ant-modal-wrap"
|
|
tabindex="-1"
|
|
>
|
|
<div
|
|
aria-modal="true"
|
|
class="ant-modal ant-zoom-appear ant-zoom-appear-prepare ant-zoom"
|
|
role="dialog"
|
|
style="width: 520px;"
|
|
>
|
|
<div
|
|
aria-hidden="true"
|
|
style="width: 0px; height: 0px; overflow: hidden; outline: none;"
|
|
tabindex="0"
|
|
/>
|
|
<div
|
|
class="ant-modal-content"
|
|
>
|
|
<button
|
|
aria-label="Close"
|
|
class="ant-modal-close"
|
|
type="button"
|
|
>
|
|
<span
|
|
class="ant-modal-close-x"
|
|
>
|
|
<span
|
|
aria-label="close"
|
|
class="anticon anticon-close ant-modal-close-icon"
|
|
role="img"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
data-icon="close"
|
|
fill="currentColor"
|
|
focusable="false"
|
|
height="1em"
|
|
viewBox="64 64 896 896"
|
|
width="1em"
|
|
>
|
|
<path
|
|
d="M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 00203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
</span>
|
|
</button>
|
|
<div
|
|
class="ant-modal-body"
|
|
>
|
|
Here is content of Modal
|
|
</div>
|
|
</div>
|
|
<div
|
|
aria-hidden="true"
|
|
style="width: 0px; height: 0px; overflow: hidden; outline: none;"
|
|
tabindex="0"
|
|
/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`Modal rtl render component should be rendered correctly in RTL direction 1`] = `null`;
|
|
|
|
exports[`Modal support closeIcon 1`] = `
|
|
<div
|
|
class="ant-modal-root"
|
|
>
|
|
<div
|
|
class="ant-modal-mask ant-fade-appear ant-fade-appear-start ant-fade"
|
|
/>
|
|
<div
|
|
class="ant-modal-wrap"
|
|
tabindex="-1"
|
|
>
|
|
<div
|
|
aria-modal="true"
|
|
class="ant-modal ant-zoom-appear ant-zoom-appear-prepare ant-zoom"
|
|
role="dialog"
|
|
style="width: 520px;"
|
|
>
|
|
<div
|
|
aria-hidden="true"
|
|
style="width: 0px; height: 0px; overflow: hidden; outline: none;"
|
|
tabindex="0"
|
|
/>
|
|
<div
|
|
class="ant-modal-content"
|
|
>
|
|
<button
|
|
aria-label="Close"
|
|
class="ant-modal-close"
|
|
type="button"
|
|
>
|
|
<span
|
|
class="ant-modal-close-x"
|
|
>
|
|
<a>
|
|
closeIcon
|
|
</a>
|
|
</span>
|
|
</button>
|
|
<div
|
|
class="ant-modal-body"
|
|
/>
|
|
<div
|
|
class="ant-modal-footer"
|
|
>
|
|
<button
|
|
class="ant-btn ant-btn-default"
|
|
type="button"
|
|
>
|
|
<span>
|
|
Cancel
|
|
</span>
|
|
</button>
|
|
<button
|
|
class="ant-btn ant-btn-primary"
|
|
type="button"
|
|
>
|
|
<span>
|
|
OK
|
|
</span>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div
|
|
aria-hidden="true"
|
|
style="width: 0px; height: 0px; overflow: hidden; outline: none;"
|
|
tabindex="0"
|
|
/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|