mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 17:31:25 +08:00
149729e524
* feat: use @ant-design/icons@4.0 * feat: use createFromIconfontCN to make site works * feat: update doc for Icon * feat: use icon in component Alert * feat: use icon in component Avatar * feat: use icon in component Breadcrumb * feat: use icon in component Button * feat: use icon in component Cascader * feat: use icon in component Collapse * feat: use icon in component Datepicker * feat: use icon in component Dropdown * feat: use icon in component Form * feat: use icon in component Input * feat: use icon in component InputNumber * feat: use icon in component Layout * feat: use icon in component Mention * feat: use icon in component Message * feat: use icon in component Modal * feat: use icon in component Notification * feat: use icon in component PageHeader * feat: use icon in component Pagination * feat: use icon in component Popconfirm * feat: use icon in component Progress * feat: use icon in component Rate * feat: use icon in component Result * feat: use icon in component Select * feat: use icon in component Step * feat: use icon in component Switch * feat: use icon in component Table * feat: use icon in component Tab * feat: use icon in component Tag * feat: handle rest component which using Icon * fix: remove unused vars * feat: use latest alpha ant design icons * fix: failed test in uploadlist.test.js * test: update snapshot for icons * doc: add Icon for site * doc: use @ant-design/icons in site * chore: use latest icons * fix: tslint issue * fix: test cases * fix: types for react * fix: lint rules for import orders * fix: use @ant-design/icons@4.0.0-alpha.5 to avoid insert css in server render * fix: eslint error in demo/**.md * inject antd icons * update snapshot * fix site * doc: update docs * fix: code snippets icon in site * feat: use latest @ant-design/icons * fix: icon props in message
355 lines
9.4 KiB
Plaintext
355 lines
9.4 KiB
Plaintext
// 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"
|
|
tabindex="-1"
|
|
>
|
|
<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"
|
|
>
|
|
<div
|
|
class="ant-drawer-header-no-title"
|
|
>
|
|
<button
|
|
aria-label="Close"
|
|
class="ant-drawer-close"
|
|
>
|
|
<span
|
|
aria-label="close"
|
|
class="anticon anticon-close"
|
|
role="img"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class=""
|
|
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>
|
|
</button>
|
|
</div>
|
|
<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"
|
|
tabindex="-1"
|
|
>
|
|
<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"
|
|
tabindex="-1"
|
|
>
|
|
<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"
|
|
>
|
|
<div
|
|
class="ant-drawer-header-no-title"
|
|
>
|
|
<button
|
|
aria-label="Close"
|
|
class="ant-drawer-close"
|
|
>
|
|
<span
|
|
aria-label="close"
|
|
class="anticon anticon-close"
|
|
role="img"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class=""
|
|
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>
|
|
</button>
|
|
</div>
|
|
<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"
|
|
tabindex="-1"
|
|
>
|
|
<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>
|
|
<button
|
|
aria-label="Close"
|
|
class="ant-drawer-close"
|
|
>
|
|
<span
|
|
aria-label="close"
|
|
class="anticon anticon-close"
|
|
role="img"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class=""
|
|
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>
|
|
</button>
|
|
</div>
|
|
<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"
|
|
tabindex="-1"
|
|
>
|
|
<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%"
|
|
>
|
|
<div
|
|
class="ant-drawer-header-no-title"
|
|
>
|
|
<button
|
|
aria-label="Close"
|
|
class="ant-drawer-close"
|
|
>
|
|
<span
|
|
aria-label="close"
|
|
class="anticon anticon-close"
|
|
role="img"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class=""
|
|
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>
|
|
</button>
|
|
</div>
|
|
<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"
|
|
tabindex="-1"
|
|
>
|
|
<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"
|
|
>
|
|
<div
|
|
class="ant-drawer-header-no-title"
|
|
>
|
|
<button
|
|
aria-label="Close"
|
|
class="ant-drawer-close"
|
|
>
|
|
<span
|
|
aria-label="close"
|
|
class="anticon anticon-close"
|
|
role="img"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
class=""
|
|
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>
|
|
</button>
|
|
</div>
|
|
<div
|
|
class="ant-drawer-body"
|
|
>
|
|
Here is content of Drawer
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|