2018-05-15 01:52:44 +00:00
|
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
2018-05-18 14:04:10 +00:00
|
|
|
|
exports[`renders ./components/popconfirm/demo/basic.md correctly 1`] = `<a href="#" class="">Delete</a>`;
|
2018-05-15 01:52:44 +00:00
|
|
|
|
|
|
|
|
|
exports[`renders ./components/popconfirm/demo/dynamic-trigger.md correctly 1`] = `
|
|
|
|
|
<div>
|
2018-05-18 14:04:10 +00:00
|
|
|
|
<a href="#" class="">Delete a task</a>
|
2018-05-15 01:52:44 +00:00
|
|
|
|
<br>
|
|
|
|
|
<br> Whether directly execute:
|
2018-05-18 14:04:10 +00:00
|
|
|
|
<label class="ant-checkbox-wrapper"><span class="ant-checkbox ant-checkbox-checked"><input type="checkbox" class="ant-checkbox-input"><span class="ant-checkbox-inner"></span></span>
|
2018-05-15 01:52:44 +00:00
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
`;
|
|
|
|
|
|
2018-05-18 14:04:10 +00:00
|
|
|
|
exports[`renders ./components/popconfirm/demo/local.md correctly 1`] = `<a href="#" class="">Delete</a>`;
|
2018-05-15 01:52:44 +00:00
|
|
|
|
|
|
|
|
|
exports[`renders ./components/popconfirm/demo/placement.md correctly 1`] = `
|
|
|
|
|
<div id="components-a-popconfirm-demo-placement">
|
2018-05-18 14:04:10 +00:00
|
|
|
|
<div style="margin-left: 70px; white-space: nowrap;">
|
2018-05-15 01:52:44 +00:00
|
|
|
|
<button type="button" class="ant-btn ant-btn-default"><span>TL</span></button>
|
|
|
|
|
<button type="button" class="ant-btn ant-btn-default"><span>Top</span></button>
|
|
|
|
|
<button type="button" class="ant-btn ant-btn-default"><span>TR</span></button>
|
|
|
|
|
</div>
|
2018-05-18 14:04:10 +00:00
|
|
|
|
<div style="width: 70px; float: left;">
|
2018-05-15 01:52:44 +00:00
|
|
|
|
<button type="button" class="ant-btn ant-btn-default"><span>LT</span></button>
|
|
|
|
|
<button type="button" class="ant-btn ant-btn-default"><span>Left</span></button>
|
|
|
|
|
<button type="button" class="ant-btn ant-btn-default"><span>LB</span></button>
|
|
|
|
|
</div>
|
2018-05-18 14:04:10 +00:00
|
|
|
|
<div style="width: 70px; margin-left: 304px;">
|
2018-05-15 01:52:44 +00:00
|
|
|
|
<button type="button" class="ant-btn ant-btn-default"><span>RT</span></button>
|
|
|
|
|
<button type="button" class="ant-btn ant-btn-default"><span>Right</span></button>
|
|
|
|
|
<button type="button" class="ant-btn ant-btn-default"><span>RB</span></button>
|
|
|
|
|
</div>
|
2018-05-18 14:04:10 +00:00
|
|
|
|
<div style="margin-left: 70px; clear: both; white-space: nowrap;">
|
2018-05-15 01:52:44 +00:00
|
|
|
|
<button type="button" class="ant-btn ant-btn-default"><span>BL</span></button>
|
|
|
|
|
<button type="button" class="ant-btn ant-btn-default"><span>Bottom</span></button>
|
|
|
|
|
<button type="button" class="ant-btn ant-btn-default"><span>BR</span></button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
`;
|