2019-05-22 23:22:09 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2019-07-15 10:08:20 +08:00
|
|
|
exports[`Descriptions Descriptions support colon 1`] = `
|
2020-02-23 17:07:55 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
2019-07-10 10:01:31 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-view"
|
2019-07-10 10:01:31 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-07-10 10:01:31 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
Product
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Cloud Database
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-07-10 10:01:31 +08:00
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</div>
|
2019-07-10 10:01:31 +08:00
|
|
|
`;
|
|
|
|
|
2019-07-15 10:08:20 +08:00
|
|
|
exports[`Descriptions Descriptions support style 1`] = `
|
2020-02-23 17:07:55 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
|
|
|
style="background-color: rgb(232, 232, 232);"
|
2019-07-10 10:32:02 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-view"
|
2019-07-10 10:32:02 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-07-10 10:32:02 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon ant-descriptions-item-no-label"
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Cloud Database
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-07-10 10:32:02 +08:00
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</div>
|
2019-07-10 10:32:02 +08:00
|
|
|
`;
|
|
|
|
|
2019-06-26 16:05:46 +08:00
|
|
|
exports[`Descriptions Descriptions.Item support className 1`] = `
|
2020-02-23 17:07:55 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
2019-06-26 16:05:46 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-view"
|
2019-06-26 16:05:46 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item my-class"
|
|
|
|
colspan="1"
|
2019-06-26 16:05:46 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
Product
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Cloud Database
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-06-26 16:05:46 +08:00
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</div>
|
2019-06-26 16:05:46 +08:00
|
|
|
`;
|
|
|
|
|
2019-05-22 23:22:09 +08:00
|
|
|
exports[`Descriptions column is number 1`] = `
|
2020-02-23 17:07:55 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
2019-05-22 23:22:09 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-view"
|
2019-05-22 23:22:09 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-05-22 23:22:09 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
Product
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Cloud Database
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-05-22 23:22:09 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
Billing
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Prepaid
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
time
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
18:00:00
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="3"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
Amount
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
$80.00
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-05-22 23:22:09 +08:00
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</div>
|
2019-05-22 23:22:09 +08:00
|
|
|
`;
|
2019-06-21 13:49:01 +08:00
|
|
|
|
2019-11-30 18:10:56 +08:00
|
|
|
exports[`Descriptions should work with React Fragment 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-descriptions-view"
|
|
|
|
>
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
bamboo
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
bamboo
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
bamboo
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
bamboo
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
bamboo
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
bamboo
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2019-06-27 11:29:33 +08:00
|
|
|
exports[`Descriptions vertical layout 1`] = `
|
2020-02-23 17:07:55 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-view"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
Product
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Cloud Database
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
Billing
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Prepaid
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
time
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
18:00:00
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
Amount
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
$80.00
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-06-27 11:29:33 +08:00
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</div>
|
2019-06-27 11:29:33 +08:00
|
|
|
`;
|
|
|
|
|
2019-06-21 13:49:01 +08:00
|
|
|
exports[`Descriptions when item is rendered conditionally 1`] = `
|
2020-02-23 17:07:55 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
2019-06-21 13:49:01 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-view"
|
2019-06-21 13:49:01 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-21 13:49:01 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
Product
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Cloud Database
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-21 13:49:01 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
Billing
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Prepaid
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-21 13:49:01 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
time
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
18:00:00
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-21 13:49:01 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
|
|
|
>
|
|
|
|
Amount
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
$80.00
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-06-21 13:49:01 +08:00
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</div>
|
2019-06-21 13:49:01 +08:00
|
|
|
`;
|