|
@ -58,139 +58,71 @@ exports[`List Item Layout horizontal itemLayout List should accept extra node 1` |
|
|
`; |
|
|
`; |
|
|
|
|
|
|
|
|
exports[`List Item Layout rowKey could be function 1`] = ` |
|
|
exports[`List Item Layout rowKey could be function 1`] = ` |
|
|
<List |
|
|
<div |
|
|
dataSource={ |
|
|
class="ant-list ant-list-split" |
|
|
Array [ |
|
|
|
|
|
Object { |
|
|
|
|
|
"id": 1, |
|
|
|
|
|
"title": "ant design", |
|
|
|
|
|
}, |
|
|
|
|
|
Object { |
|
|
|
|
|
"id": 2, |
|
|
|
|
|
"title": "ant design", |
|
|
|
|
|
}, |
|
|
|
|
|
Object { |
|
|
|
|
|
"id": 3, |
|
|
|
|
|
"title": "ant design", |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
} |
|
|
|
|
|
renderItem={[Function]} |
|
|
|
|
|
rowKey={[Function]} |
|
|
|
|
|
> |
|
|
> |
|
|
<div |
|
|
<div |
|
|
className="ant-list ant-list-split" |
|
|
class="ant-spin-nested-loading" |
|
|
> |
|
|
> |
|
|
<Spin |
|
|
<div |
|
|
size="default" |
|
|
class="ant-spin-container" |
|
|
spinning={false} |
|
|
|
|
|
wrapperClassName="" |
|
|
|
|
|
> |
|
|
> |
|
|
<div |
|
|
<ul |
|
|
className="ant-spin-nested-loading" |
|
|
class="ant-list-items" |
|
|
> |
|
|
> |
|
|
<div |
|
|
<li |
|
|
className="ant-spin-container" |
|
|
class="ant-list-item" |
|
|
key="container" |
|
|
|
|
|
> |
|
|
> |
|
|
<ul |
|
|
ant design |
|
|
className="ant-list-items" |
|
|
</li> |
|
|
> |
|
|
<li |
|
|
<Item> |
|
|
class="ant-list-item" |
|
|
<li |
|
|
> |
|
|
className="ant-list-item" |
|
|
ant design |
|
|
> |
|
|
</li> |
|
|
ant design |
|
|
<li |
|
|
</li> |
|
|
class="ant-list-item" |
|
|
</Item> |
|
|
> |
|
|
<Item> |
|
|
ant design |
|
|
<li |
|
|
</li> |
|
|
className="ant-list-item" |
|
|
</ul> |
|
|
> |
|
|
</div> |
|
|
ant design |
|
|
|
|
|
</li> |
|
|
|
|
|
</Item> |
|
|
|
|
|
<Item> |
|
|
|
|
|
<li |
|
|
|
|
|
className="ant-list-item" |
|
|
|
|
|
> |
|
|
|
|
|
ant design |
|
|
|
|
|
</li> |
|
|
|
|
|
</Item> |
|
|
|
|
|
</ul> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</Spin> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</List> |
|
|
</div> |
|
|
`; |
|
|
`; |
|
|
|
|
|
|
|
|
exports[`List Item Layout rowKey could be string 1`] = ` |
|
|
exports[`List Item Layout rowKey could be string 1`] = ` |
|
|
<List |
|
|
<div |
|
|
dataSource={ |
|
|
class="ant-list ant-list-split" |
|
|
Array [ |
|
|
|
|
|
Object { |
|
|
|
|
|
"id": 1, |
|
|
|
|
|
"title": "ant design", |
|
|
|
|
|
}, |
|
|
|
|
|
Object { |
|
|
|
|
|
"id": 2, |
|
|
|
|
|
"title": "ant design", |
|
|
|
|
|
}, |
|
|
|
|
|
Object { |
|
|
|
|
|
"id": 3, |
|
|
|
|
|
"title": "ant design", |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
} |
|
|
|
|
|
renderItem={[Function]} |
|
|
|
|
|
rowKey="id" |
|
|
|
|
|
> |
|
|
> |
|
|
<div |
|
|
<div |
|
|
className="ant-list ant-list-split" |
|
|
class="ant-spin-nested-loading" |
|
|
> |
|
|
> |
|
|
<Spin |
|
|
<div |
|
|
size="default" |
|
|
class="ant-spin-container" |
|
|
spinning={false} |
|
|
|
|
|
wrapperClassName="" |
|
|
|
|
|
> |
|
|
> |
|
|
<div |
|
|
<ul |
|
|
className="ant-spin-nested-loading" |
|
|
class="ant-list-items" |
|
|
> |
|
|
> |
|
|
<div |
|
|
<li |
|
|
className="ant-spin-container" |
|
|
class="ant-list-item" |
|
|
key="container" |
|
|
|
|
|
> |
|
|
> |
|
|
<ul |
|
|
ant design |
|
|
className="ant-list-items" |
|
|
</li> |
|
|
> |
|
|
<li |
|
|
<Item> |
|
|
class="ant-list-item" |
|
|
<li |
|
|
> |
|
|
className="ant-list-item" |
|
|
ant design |
|
|
> |
|
|
</li> |
|
|
ant design |
|
|
<li |
|
|
</li> |
|
|
class="ant-list-item" |
|
|
</Item> |
|
|
> |
|
|
<Item> |
|
|
ant design |
|
|
<li |
|
|
</li> |
|
|
className="ant-list-item" |
|
|
</ul> |
|
|
> |
|
|
</div> |
|
|
ant design |
|
|
|
|
|
</li> |
|
|
|
|
|
</Item> |
|
|
|
|
|
<Item> |
|
|
|
|
|
<li |
|
|
|
|
|
className="ant-list-item" |
|
|
|
|
|
> |
|
|
|
|
|
ant design |
|
|
|
|
|
</li> |
|
|
|
|
|
</Item> |
|
|
|
|
|
</ul> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</Spin> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</List> |
|
|
</div> |
|
|
`; |
|
|
`; |
|
|
|
|
|
|
|
|
exports[`List Item Layout should render in RTL direction 1`] = ` |
|
|
exports[`List Item Layout should render in RTL direction 1`] = ` |
|
|