2020-03-07 11:45:13 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Descriptions Descriptions support colon 1`] = `
|
|
|
|
<div class="ant-descriptions">
|
2020-07-29 09:05:59 +00:00
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-descriptions-view">
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr class="ant-descriptions-row">
|
2021-06-18 09:45:29 +00:00
|
|
|
<td class="ant-descriptions-item" colspan="3">
|
|
|
|
<div class="ant-descriptions-item-container"><span class="ant-descriptions-item-label ant-descriptions-item-no-colon">Product</span><span class="ant-descriptions-item-content">Cloud Database</span></div>
|
|
|
|
</td>
|
2020-03-07 11:45:13 +00:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Descriptions Descriptions support style 1`] = `
|
|
|
|
<div class="ant-descriptions" style="background-color: rgb(232, 232, 232);">
|
2020-07-29 09:05:59 +00:00
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-descriptions-view">
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr class="ant-descriptions-row">
|
2020-11-02 08:53:56 +00:00
|
|
|
<td class="ant-descriptions-item" colspan="3">
|
2021-06-18 09:45:29 +00:00
|
|
|
<div class="ant-descriptions-item-container">
|
|
|
|
<!----><span class="ant-descriptions-item-content">Cloud Database</span>
|
|
|
|
</div>
|
2020-11-02 08:53:56 +00:00
|
|
|
</td>
|
2020-03-07 11:45:13 +00:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Descriptions Descriptions.Item support className 1`] = `
|
|
|
|
<div class="ant-descriptions">
|
2020-07-29 09:05:59 +00:00
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-descriptions-view">
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr class="ant-descriptions-row">
|
2021-06-18 09:45:29 +00:00
|
|
|
<td class="ant-descriptions-item my-class" colspan="3">
|
|
|
|
<div class="ant-descriptions-item-container"><span class="ant-descriptions-item-label">Product</span><span class="ant-descriptions-item-content">Cloud Database</span></div>
|
|
|
|
</td>
|
2020-03-07 11:45:13 +00:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Descriptions column is number 1`] = `
|
|
|
|
<div class="ant-descriptions">
|
2020-07-29 09:05:59 +00:00
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-descriptions-view">
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr class="ant-descriptions-row">
|
2021-06-18 09:45:29 +00:00
|
|
|
<td class="ant-descriptions-item" colspan="1">
|
|
|
|
<div class="ant-descriptions-item-container"><span class="ant-descriptions-item-label">Product</span><span class="ant-descriptions-item-content">Cloud Database</span></div>
|
|
|
|
</td>
|
|
|
|
<td class="ant-descriptions-item" colspan="1">
|
|
|
|
<div class="ant-descriptions-item-container"><span class="ant-descriptions-item-label">Billing</span><span class="ant-descriptions-item-content">Prepaid</span></div>
|
|
|
|
</td>
|
|
|
|
<td class="ant-descriptions-item" colspan="1">
|
|
|
|
<div class="ant-descriptions-item-container"><span class="ant-descriptions-item-label">time</span><span class="ant-descriptions-item-content">18:00:00</span></div>
|
|
|
|
</td>
|
2020-03-07 11:45:13 +00:00
|
|
|
</tr>
|
|
|
|
<tr class="ant-descriptions-row">
|
2021-06-18 09:45:29 +00:00
|
|
|
<td class="ant-descriptions-item" colspan="3">
|
|
|
|
<div class="ant-descriptions-item-container"><span class="ant-descriptions-item-label">Amount</span><span class="ant-descriptions-item-content">$80.00</span></div>
|
|
|
|
</td>
|
2020-03-07 11:45:13 +00:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Descriptions vertical layout 1`] = `
|
|
|
|
<div class="ant-descriptions">
|
2020-07-29 09:05:59 +00:00
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-descriptions-view">
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr class="ant-descriptions-row">
|
2021-06-18 09:45:29 +00:00
|
|
|
<th class="ant-descriptions-item" colspan="1">
|
|
|
|
<div class="ant-descriptions-item-container"><span class="ant-descriptions-item-label">Product</span>
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-11-02 08:53:56 +00:00
|
|
|
</th>
|
2021-06-18 09:45:29 +00:00
|
|
|
<th class="ant-descriptions-item" colspan="1">
|
|
|
|
<div class="ant-descriptions-item-container"><span class="ant-descriptions-item-label">Billing</span>
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-11-02 08:53:56 +00:00
|
|
|
</th>
|
2021-06-18 09:45:29 +00:00
|
|
|
<th class="ant-descriptions-item" colspan="1">
|
|
|
|
<div class="ant-descriptions-item-container"><span class="ant-descriptions-item-label">time</span>
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-11-02 08:53:56 +00:00
|
|
|
</th>
|
2020-03-07 11:45:13 +00:00
|
|
|
</tr>
|
|
|
|
<tr class="ant-descriptions-row">
|
2020-11-02 08:53:56 +00:00
|
|
|
<td class="ant-descriptions-item" colspan="1">
|
2021-06-18 09:45:29 +00:00
|
|
|
<div class="ant-descriptions-item-container">
|
|
|
|
<!----><span class="ant-descriptions-item-content">Cloud Database</span>
|
|
|
|
</div>
|
2020-11-02 08:53:56 +00:00
|
|
|
</td>
|
|
|
|
<td class="ant-descriptions-item" colspan="1">
|
2021-06-18 09:45:29 +00:00
|
|
|
<div class="ant-descriptions-item-container">
|
|
|
|
<!----><span class="ant-descriptions-item-content">Prepaid</span>
|
|
|
|
</div>
|
2020-11-02 08:53:56 +00:00
|
|
|
</td>
|
|
|
|
<td class="ant-descriptions-item" colspan="1">
|
2021-06-18 09:45:29 +00:00
|
|
|
<div class="ant-descriptions-item-container">
|
|
|
|
<!----><span class="ant-descriptions-item-content">18:00:00</span>
|
|
|
|
</div>
|
2020-11-02 08:53:56 +00:00
|
|
|
</td>
|
2020-03-07 11:45:13 +00:00
|
|
|
</tr>
|
|
|
|
<tr class="ant-descriptions-row">
|
2021-06-18 09:45:29 +00:00
|
|
|
<th class="ant-descriptions-item" colspan="3">
|
|
|
|
<div class="ant-descriptions-item-container"><span class="ant-descriptions-item-label">Amount</span>
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-11-02 08:53:56 +00:00
|
|
|
</th>
|
2020-03-07 11:45:13 +00:00
|
|
|
</tr>
|
|
|
|
<tr class="ant-descriptions-row">
|
2020-11-02 08:53:56 +00:00
|
|
|
<td class="ant-descriptions-item" colspan="3">
|
2021-06-18 09:45:29 +00:00
|
|
|
<div class="ant-descriptions-item-container">
|
|
|
|
<!----><span class="ant-descriptions-item-content">$80.00</span>
|
|
|
|
</div>
|
2020-11-02 08:53:56 +00:00
|
|
|
</td>
|
2020-03-07 11:45:13 +00:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Descriptions when item is rendered conditionally 1`] = `
|
|
|
|
<div class="ant-descriptions">
|
2020-07-29 09:05:59 +00:00
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-descriptions-view">
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr class="ant-descriptions-row">
|
2021-06-18 09:45:29 +00:00
|
|
|
<td class="ant-descriptions-item" colspan="1">
|
|
|
|
<div class="ant-descriptions-item-container"><span class="ant-descriptions-item-label">Product</span><span class="ant-descriptions-item-content">Cloud Database</span></div>
|
|
|
|
</td>
|
|
|
|
<td class="ant-descriptions-item" colspan="1">
|
|
|
|
<div class="ant-descriptions-item-container"><span class="ant-descriptions-item-label">Billing</span><span class="ant-descriptions-item-content">Prepaid</span></div>
|
|
|
|
</td>
|
|
|
|
<td class="ant-descriptions-item" colspan="1">
|
|
|
|
<div class="ant-descriptions-item-container"><span class="ant-descriptions-item-label">time</span><span class="ant-descriptions-item-content">18:00:00</span></div>
|
|
|
|
</td>
|
2020-03-07 11:45:13 +00:00
|
|
|
</tr>
|
|
|
|
<tr class="ant-descriptions-row">
|
2021-06-18 09:45:29 +00:00
|
|
|
<td class="ant-descriptions-item" colspan="3">
|
|
|
|
<div class="ant-descriptions-item-container"><span class="ant-descriptions-item-label">Amount</span><span class="ant-descriptions-item-content">$80.00</span></div>
|
|
|
|
</td>
|
2020-03-07 11:45:13 +00:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|