|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Drawer className is test_drawer 1`] = `
|
|
|
|
<div
|
|
|
|
class=""
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer ant-drawer-right test_drawer"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-mask"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-content-wrapper"
|
|
|
|
style="transform:translateX(100%);-ms-transform:translateX(100%);width:256px"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-wrapper-body"
|
|
|
|
style="overflow:auto;height:100%;opacity:0;transition:opacity .3s"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
aria-label="Close"
|
|
|
|
class="ant-drawer-close"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-drawer-close-x"
|
|
|
|
>
|
|
|
|
<i
|
|
|
|
class="anticon anticon-close"
|
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="close"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M567.7 514.9l254.8-254.6c15.4-15.4 15.4-40.3 0-55.6-15.4-15.4-40.3-15.4-55.6 0L512 459.2 257.1 204.6c-15.4-15.4-40.3-15.4-55.6 0-15.4 15.4-15.4 40.3 0 55.6l254.8 254.6-254.8 254.7c-15.4 15.4-15.4 40.3 0 55.6 7.7 7.7 17.8 11.5 27.8 11.5 10.1 0 20.1-3.8 27.8-11.5L512 570.5l254.9 254.7c7.7 7.7 17.7 11.5 27.8 11.5 10.1 0 20.1-3.8 27.8-11.5 15.4-15.4 15.4-40.3 0-55.6L567.7 514.9z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-body"
|
|
|
|
>
|
|
|
|
Here is content of Drawer
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Drawer closable is false 1`] = `
|
|
|
|
<div
|
|
|
|
class=""
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer ant-drawer-right"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-mask"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-content-wrapper"
|
|
|
|
style="transform:translateX(100%);-ms-transform:translateX(100%);width:256px"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-wrapper-body"
|
|
|
|
style="overflow:auto;height:100%"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-body"
|
|
|
|
>
|
|
|
|
Here is content of Drawer
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Drawer destroyOnClose is true 1`] = `
|
|
|
|
<div
|
|
|
|
class=""
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer ant-drawer-right"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-mask"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-content-wrapper"
|
|
|
|
style="transform:translateX(100%);-ms-transform:translateX(100%);width:256px"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-wrapper-body"
|
|
|
|
style="overflow:auto;height:100%;opacity:0;transition:opacity .3s"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
aria-label="Close"
|
|
|
|
class="ant-drawer-close"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-drawer-close-x"
|
|
|
|
>
|
|
|
|
<i
|
|
|
|
class="anticon anticon-close"
|
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="close"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M567.7 514.9l254.8-254.6c15.4-15.4 15.4-40.3 0-55.6-15.4-15.4-40.3-15.4-55.6 0L512 459.2 257.1 204.6c-15.4-15.4-40.3-15.4-55.6 0-15.4 15.4-15.4 40.3 0 55.6l254.8 254.6-254.8 254.7c-15.4 15.4-15.4 40.3 0 55.6 7.7 7.7 17.8 11.5 27.8 11.5 10.1 0 20.1-3.8 27.8-11.5L512 570.5l254.9 254.7c7.7 7.7 17.7 11.5 27.8 11.5 10.1 0 20.1-3.8 27.8-11.5 15.4-15.4 15.4-40.3 0-55.6L567.7 514.9z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-body"
|
|
|
|
>
|
|
|
|
Here is content of Drawer
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Drawer have a title 1`] = `
|
|
|
|
<div
|
|
|
|
class=""
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer ant-drawer-right"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-mask"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-content-wrapper"
|
|
|
|
style="transform:translateX(100%);-ms-transform:translateX(100%);width:256px"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-wrapper-body"
|
|
|
|
style="overflow:auto;height:100%"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-header"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-title"
|
|
|
|
>
|
|
|
|
Test Title
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
|
|
|
aria-label="Close"
|
|
|
|
class="ant-drawer-close"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-drawer-close-x"
|
|
|
|
>
|
|
|
|
<i
|
|
|
|
class="anticon anticon-close"
|
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="close"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M567.7 514.9l254.8-254.6c15.4-15.4 15.4-40.3 0-55.6-15.4-15.4-40.3-15.4-55.6 0L512 459.2 257.1 204.6c-15.4-15.4-40.3-15.4-55.6 0-15.4 15.4-15.4 40.3 0 55.6l254.8 254.6-254.8 254.7c-15.4 15.4-15.4 40.3 0 55.6 7.7 7.7 17.8 11.5 27.8 11.5 10.1 0 20.1-3.8 27.8-11.5L512 570.5l254.9 254.7c7.7 7.7 17.7 11.5 27.8 11.5 10.1 0 20.1-3.8 27.8-11.5 15.4-15.4 15.4-40.3 0-55.6L567.7 514.9z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-body"
|
|
|
|
>
|
|
|
|
Here is content of Drawer
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Drawer render correctly 1`] = `
|
|
|
|
<div
|
|
|
|
class=""
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer ant-drawer-right"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-mask"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-content-wrapper"
|
|
|
|
style="transform:translateX(100%);-ms-transform:translateX(100%);width:400px"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-wrapper-body"
|
|
|
|
style="overflow:auto;height:100%"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
aria-label="Close"
|
|
|
|
class="ant-drawer-close"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-drawer-close-x"
|
|
|
|
>
|
|
|
|
<i
|
|
|
|
class="anticon anticon-close"
|
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="close"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M567.7 514.9l254.8-254.6c15.4-15.4 15.4-40.3 0-55.6-15.4-15.4-40.3-15.4-55.6 0L512 459.2 257.1 204.6c-15.4-15.4-40.3-15.4-55.6 0-15.4 15.4-15.4 40.3 0 55.6l254.8 254.6-254.8 254.7c-15.4 15.4-15.4 40.3 0 55.6 7.7 7.7 17.8 11.5 27.8 11.5 10.1 0 20.1-3.8 27.8-11.5L512 570.5l254.9 254.7c7.7 7.7 17.7 11.5 27.8 11.5 10.1 0 20.1-3.8 27.8-11.5 15.4-15.4 15.4-40.3 0-55.6L567.7 514.9z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-body"
|
|
|
|
>
|
|
|
|
Here is content of Drawer
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Drawer render top drawer 1`] = `
|
|
|
|
<div
|
|
|
|
class=""
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer ant-drawer-top"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-mask"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-content-wrapper"
|
|
|
|
style="transform:translateY(-100%);-ms-transform:translateY(-100%);height:400px"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-wrapper-body"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
aria-label="Close"
|
|
|
|
class="ant-drawer-close"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-drawer-close-x"
|
|
|
|
/>
|
|
|
|
</button>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-body"
|
|
|
|
>
|
|
|
|
Here is content of Drawer
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|