2017-03-17 18:56:30 +08:00
|
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
2020-11-04 09:05:46 +08:00
|
|
|
|
exports[`renders ./components/popconfirm/demo/async.md correctly 1`] = `
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Open Popconfirm with async logic
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
`;
|
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
|
exports[`renders ./components/popconfirm/demo/basic.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<a
|
2017-03-17 18:56:30 +08:00
|
|
|
|
href="#"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
Delete
|
|
|
|
|
</a>
|
|
|
|
|
`;
|
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
|
exports[`renders ./components/popconfirm/demo/dynamic-trigger.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<div>
|
|
|
|
|
<a
|
2017-03-17 18:56:30 +08:00
|
|
|
|
href="#"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
Delete a task
|
|
|
|
|
</a>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
Whether directly execute:
|
2018-09-13 19:47:28 +08:00
|
|
|
|
<button
|
|
|
|
|
aria-checked="true"
|
2016-11-22 14:28:05 +08:00
|
|
|
|
class="ant-switch ant-switch-checked"
|
2018-09-13 19:47:28 +08:00
|
|
|
|
role="switch"
|
|
|
|
|
type="button"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
>
|
2020-05-18 17:31:46 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-switch-handle"
|
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="ant-switch-inner"
|
|
|
|
|
/>
|
2018-09-13 19:47:28 +08:00
|
|
|
|
</button>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
</div>
|
|
|
|
|
`;
|
|
|
|
|
|
2018-07-06 23:48:37 +08:00
|
|
|
|
exports[`renders ./components/popconfirm/demo/icon.md correctly 1`] = `
|
|
|
|
|
<a
|
|
|
|
|
href="#"
|
|
|
|
|
>
|
|
|
|
|
Delete
|
|
|
|
|
</a>
|
|
|
|
|
`;
|
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
|
exports[`renders ./components/popconfirm/demo/locale.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<a
|
2017-03-17 18:56:30 +08:00
|
|
|
|
href="#"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
Delete
|
|
|
|
|
</a>
|
|
|
|
|
`;
|
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
|
exports[`renders ./components/popconfirm/demo/placement.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
|
class="demo"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<div
|
2022-09-09 15:51:35 +08:00
|
|
|
|
style="margin-left: 70px; white-space: nowrap;"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span>
|
|
|
|
|
TL
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span>
|
|
|
|
|
Top
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span>
|
|
|
|
|
TR
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
2022-09-09 15:51:35 +08:00
|
|
|
|
style="width: 70px; float: left;"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span>
|
|
|
|
|
LT
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span>
|
|
|
|
|
Left
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span>
|
|
|
|
|
LB
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
2022-09-09 15:51:35 +08:00
|
|
|
|
style="width: 70px; margin-left: 304px;"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span>
|
|
|
|
|
RT
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span>
|
|
|
|
|
Right
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span>
|
|
|
|
|
RB
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
2022-09-09 15:51:35 +08:00
|
|
|
|
style="margin-left: 70px; clear: both; white-space: nowrap;"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span>
|
|
|
|
|
BL
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span>
|
|
|
|
|
Bottom
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2017-03-17 18:56:30 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
|
<span>
|
|
|
|
|
BR
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
`;
|
2021-06-09 12:18:52 +08:00
|
|
|
|
|
|
|
|
|
exports[`renders ./components/popconfirm/demo/promise.md correctly 1`] = `
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Open Popconfirm with Promise
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
`;
|