ant-design-vue/components/transfer/__tests__/__snapshots__/demo.test.js.snap

6854 lines
221 KiB
Plaintext
Raw Normal View History

2018-05-15 01:52:44 +00:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./antdv-demo/docs/transfer/demo/advanced.md correctly 1`] = `
2018-05-15 01:52:44 +00:00
<div class="ant-transfer">
2018-05-18 14:04:10 +00:00
<div class="ant-transfer-list ant-transfer-list-with-footer" style="width: 250px; height: 300px;">
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-header"><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!---->
</label><span class="ant-transfer-list-header-selected"><span>20 items</span><span class="ant-transfer-list-header-title"></span></span></div>
2018-05-15 01:52:44 +00:00
<div class="ant-transfer-list-body ant-transfer-list-body-with-search">
<div class="ant-transfer-list-body-search-wrapper">
2020-08-13 09:46:44 +00:00
<div><input placeholder="Search here" type="text" class="ant-input ant-transfer-list-search"><span class="ant-transfer-list-search-action"><span role="img" aria-label="search" class="anticon anticon-search"><svg class="" data-icon="search" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"></path></svg></span></span></div>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</div>
2020-08-13 09:46:44 +00:00
<ul class="ant-transfer-list-content">
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
</ul>
2018-05-15 01:52:44 +00:00
</div>
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-footer"><button style="float: right; margin: 5px;" class="ant-btn ant-btn-sm" type="button">
2020-08-31 09:16:16 +00:00
<!----><span>reload</span>
</button></div>
2018-05-15 01:52:44 +00:00
</div>
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-operation"><button disabled="" class="ant-btn ant-btn-primary ant-btn-sm" type="button"><span role="img" aria-label="right" class="anticon anticon-right"><svg class="" data-icon="right" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z"></path></svg></span><span>to right</span></button><button disabled="" class="ant-btn ant-btn-primary ant-btn-sm" type="button"><span role="img" aria-label="left" class="anticon anticon-left"><svg class="" data-icon="left" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"></path></svg></span><span>to left</span></button></div>
2018-05-18 14:04:10 +00:00
<div class="ant-transfer-list ant-transfer-list-with-footer" style="width: 250px; height: 300px;">
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-header"><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!---->
</label><span class="ant-transfer-list-header-selected"><span>0 item</span><span class="ant-transfer-list-header-title"></span></span></div>
2018-05-15 01:52:44 +00:00
<div class="ant-transfer-list-body ant-transfer-list-body-with-search">
<div class="ant-transfer-list-body-search-wrapper">
2020-08-13 09:46:44 +00:00
<div><input placeholder="Search here" type="text" class="ant-input ant-transfer-list-search"><span class="ant-transfer-list-search-action"><span role="img" aria-label="search" class="anticon anticon-search"><svg class="" data-icon="search" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"></path></svg></span></span></div>
2018-05-15 01:52:44 +00:00
</div>
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-body-not-found"><span> 没数据 </span></div>
2018-05-15 01:52:44 +00:00
</div>
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-footer"><button style="float: right; margin: 5px;" class="ant-btn ant-btn-sm" type="button">
2020-08-31 09:16:16 +00:00
<!----><span>reload</span>
</button></div>
2018-05-15 01:52:44 +00:00
</div>
</div>
`;
exports[`renders ./antdv-demo/docs/transfer/demo/basic.md correctly 1`] = `
<div>
<div class="ant-transfer">
2020-08-14 10:27:54 +00:00
<div class="ant-transfer-list">
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-header"><label class="ant-checkbox-wrapper"><span class="ant-checkbox ant-checkbox-indeterminate"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!---->
</label><span class="ant-transfer-list-header-selected"><span>2/14 items</span><span class="ant-transfer-list-header-title">Source</span></span></div>
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-body">
<!---->
<ul class="ant-transfer-list-content">
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
</ul>
</div>
<!---->
</div>
<div class="ant-transfer-operation"><button class="ant-btn ant-btn-primary ant-btn-sm ant-btn-icon-only" type="button"><span role="img" aria-label="right" class="anticon anticon-right"><svg class="" data-icon="right" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z"></path></svg></span></button><button disabled="" class="ant-btn ant-btn-primary ant-btn-sm ant-btn-icon-only" type="button"><span role="img" aria-label="left" class="anticon anticon-left"><svg class="" data-icon="left" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"></path></svg></span></button></div>
2020-08-14 10:27:54 +00:00
<div class="ant-transfer-list">
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-header"><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!---->
</label><span class="ant-transfer-list-header-selected"><span>6 items</span><span class="ant-transfer-list-header-title">Target</span></span></div>
<div class="ant-transfer-list-body">
2020-08-13 09:46:44 +00:00
<!---->
<ul class="ant-transfer-list-content">
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
</ul>
</div>
<!---->
</div>
2020-08-14 07:25:17 +00:00
</div><button style="margin-top: 16px;" class="ant-switch" type="button" role="switch" aria-checked="false">
2020-08-31 09:16:16 +00:00
<!----><span class="ant-switch-inner">enabled</span>
</button>
2020-08-13 09:46:44 +00:00
</div>
`;
exports[`renders ./antdv-demo/docs/transfer/demo/custom-item.md correctly 1`] = `
<div class="ant-transfer">
<div class="ant-transfer-list" style="width: 300px; height: 300px;">
<div class="ant-transfer-list-header"><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!---->
</label><span class="ant-transfer-list-header-selected"><span>20 items</span><span class="ant-transfer-list-header-title"></span></span></div>
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-body">
<!---->
<ul class="ant-transfer-list-content">
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
</ul>
</div>
<!---->
</div>
<div class="ant-transfer-operation"><button disabled="" class="ant-btn ant-btn-primary ant-btn-sm ant-btn-icon-only" type="button"><span role="img" aria-label="right" class="anticon anticon-right"><svg class="" data-icon="right" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z"></path></svg></span></button><button disabled="" class="ant-btn ant-btn-primary ant-btn-sm ant-btn-icon-only" type="button"><span role="img" aria-label="left" class="anticon anticon-left"><svg class="" data-icon="left" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"></path></svg></span></button></div>
<div class="ant-transfer-list" style="width: 300px; height: 300px;">
<div class="ant-transfer-list-header"><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!---->
</label><span class="ant-transfer-list-header-selected"><span>0 item</span><span class="ant-transfer-list-header-title"></span></span></div>
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-body">
<!---->
<div class="ant-transfer-list-body-not-found">
<div class="ant-empty ant-empty-normal ant-empty-small">
<div class="ant-empty-image"><svg width="64" height="41" viewBox="0 0 64 41" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(0 1)" fill="none" fill-rule="evenodd">
<ellipse fill="#F5F5F5" cx="32" cy="33" rx="32" ry="7"></ellipse>
<g fill-rule="nonzero" stroke="#D9D9D9">
<path d="M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"></path>
<path d="M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z" fill="#FAFAFA"></path>
</g>
</g>
</svg></div>
<p class="ant-empty-description">No Data</p>
<!---->
</div>
</div>
</div>
<!---->
</div>
</div>
`;
exports[`renders ./antdv-demo/docs/transfer/demo/large-data.md correctly 1`] = `
<div class="ant-transfer">
<div class="ant-transfer-list">
<div class="ant-transfer-list-header"><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!---->
</label><span class="ant-transfer-list-header-selected"><span>2000 items</span><span class="ant-transfer-list-header-title"></span></span></div>
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-body ant-transfer-list-body-with-search">
<div class="ant-transfer-list-body-search-wrapper">
<div><input placeholder="Search here" type="text" class="ant-input ant-transfer-list-search"><span class="ant-transfer-list-search-action"><span role="img" aria-label="search" class="anticon anticon-search"><svg class="" data-icon="search" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"></path></svg></span></span></div>
</div>
<ul class="ant-transfer-list-content">
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</div>
2020-08-13 09:46:44 +00:00
<div class="LazyLoad" style="height: 32px;">
<!---->
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</div>
2020-08-13 09:46:44 +00:00
<div class="LazyLoad" style="height: 32px;">
<!---->
2019-04-09 12:39:49 +00:00
</div>
2020-08-13 09:46:44 +00:00
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
</ul>
2018-05-15 01:52:44 +00:00
</div>
2020-08-13 09:46:44 +00:00
<!---->
2018-05-15 01:52:44 +00:00
</div>
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-operation"><button disabled="" class="ant-btn ant-btn-primary ant-btn-sm ant-btn-icon-only" type="button"><span role="img" aria-label="right" class="anticon anticon-right"><svg class="" data-icon="right" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z"></path></svg></span></button><button disabled="" class="ant-btn ant-btn-primary ant-btn-sm ant-btn-icon-only" type="button"><span role="img" aria-label="left" class="anticon anticon-left"><svg class="" data-icon="left" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"></path></svg></span></button></div>
2018-05-15 01:52:44 +00:00
<div class="ant-transfer-list">
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-header"><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!---->
</label><span class="ant-transfer-list-header-selected"><span>0 item</span><span class="ant-transfer-list-header-title"></span></span></div>
<div class="ant-transfer-list-body ant-transfer-list-body-with-search">
<div class="ant-transfer-list-body-search-wrapper">
2020-08-13 09:46:44 +00:00
<div><input placeholder="Search here" type="text" class="ant-input ant-transfer-list-search"><span class="ant-transfer-list-search-action"><span role="img" aria-label="search" class="anticon anticon-search"><svg class="" data-icon="search" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"></path></svg></span></span></div>
2019-04-09 12:39:49 +00:00
</div>
<div class="ant-transfer-list-body-not-found">
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<div class="ant-empty ant-empty-normal ant-empty-small">
<div class="ant-empty-image"><svg width="64" height="41" viewBox="0 0 64 41" xmlns="http://www.w3.org/2000/svg">
2020-08-13 09:46:44 +00:00
<g transform="translate(0 1)" fill="none" fill-rule="evenodd">
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<ellipse fill="#F5F5F5" cx="32" cy="33" rx="32" ry="7"></ellipse>
2020-08-13 09:46:44 +00:00
<g fill-rule="nonzero" stroke="#D9D9D9">
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<path d="M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"></path>
<path d="M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z" fill="#FAFAFA"></path>
</g>
</g>
</svg></div>
2019-04-09 12:39:49 +00:00
<p class="ant-empty-description">No Data</p>
2020-08-13 09:46:44 +00:00
<!---->
2019-04-09 12:39:49 +00:00
</div>
</div>
2018-05-15 01:52:44 +00:00
</div>
2020-08-13 09:46:44 +00:00
<!---->
2018-05-15 01:52:44 +00:00
</div>
</div>
`;
exports[`renders ./antdv-demo/docs/transfer/demo/search.md correctly 1`] = `
2018-05-15 01:52:44 +00:00
<div class="ant-transfer">
<div class="ant-transfer-list">
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-header"><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!---->
</label><span class="ant-transfer-list-header-selected"><span>20 items</span><span class="ant-transfer-list-header-title"></span></span></div>
2018-05-15 01:52:44 +00:00
<div class="ant-transfer-list-body ant-transfer-list-body-with-search">
<div class="ant-transfer-list-body-search-wrapper">
2020-08-13 09:46:44 +00:00
<div><input placeholder="Search here" type="text" class="ant-input ant-transfer-list-search"><span class="ant-transfer-list-search-action"><span role="img" aria-label="search" class="anticon anticon-search"><svg class="" data-icon="search" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"></path></svg></span></span></div>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</div>
2020-08-13 09:46:44 +00:00
<ul class="ant-transfer-list-content">
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
<div class="LazyLoad" style="height: 32px;">
<!---->
</div>
</ul>
2018-05-15 01:52:44 +00:00
</div>
2020-08-13 09:46:44 +00:00
<!---->
2018-05-15 01:52:44 +00:00
</div>
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-operation"><button disabled="" class="ant-btn ant-btn-primary ant-btn-sm ant-btn-icon-only" type="button"><span role="img" aria-label="right" class="anticon anticon-right"><svg class="" data-icon="right" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z"></path></svg></span></button><button disabled="" class="ant-btn ant-btn-primary ant-btn-sm ant-btn-icon-only" type="button"><span role="img" aria-label="left" class="anticon anticon-left"><svg class="" data-icon="left" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"></path></svg></span></button></div>
2018-05-15 01:52:44 +00:00
<div class="ant-transfer-list">
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-header"><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!---->
</label><span class="ant-transfer-list-header-selected"><span>0 item</span><span class="ant-transfer-list-header-title"></span></span></div>
2018-05-15 01:52:44 +00:00
<div class="ant-transfer-list-body ant-transfer-list-body-with-search">
<div class="ant-transfer-list-body-search-wrapper">
2020-08-13 09:46:44 +00:00
<div><input placeholder="Search here" type="text" class="ant-input ant-transfer-list-search"><span class="ant-transfer-list-search-action"><span role="img" aria-label="search" class="anticon anticon-search"><svg class="" data-icon="search" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"></path></svg></span></span></div>
2019-04-09 12:39:49 +00:00
</div>
<div class="ant-transfer-list-body-not-found">
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<div class="ant-empty ant-empty-normal ant-empty-small">
<div class="ant-empty-image"><svg width="64" height="41" viewBox="0 0 64 41" xmlns="http://www.w3.org/2000/svg">
2020-08-13 09:46:44 +00:00
<g transform="translate(0 1)" fill="none" fill-rule="evenodd">
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<ellipse fill="#F5F5F5" cx="32" cy="33" rx="32" ry="7"></ellipse>
2020-08-13 09:46:44 +00:00
<g fill-rule="nonzero" stroke="#D9D9D9">
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<path d="M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"></path>
<path d="M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z" fill="#FAFAFA"></path>
</g>
</g>
</svg></div>
2019-04-09 12:39:49 +00:00
<p class="ant-empty-description">No Data</p>
2020-08-13 09:46:44 +00:00
<!---->
2019-04-09 12:39:49 +00:00
</div>
2018-05-15 01:52:44 +00:00
</div>
</div>
2020-08-13 09:46:44 +00:00
<!---->
2018-05-15 01:52:44 +00:00
</div>
</div>
`;
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
exports[`renders ./antdv-demo/docs/transfer/demo/table-transfer.md correctly 1`] = `
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<div>
2020-04-26 08:37:33 +00:00
<div class="ant-transfer ant-transfer-customize-list">
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<div class="ant-transfer-list">
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-header">
2020-08-31 09:16:16 +00:00
<!----><span class="ant-transfer-list-header-selected"><span>14 items</span><span class="ant-transfer-list-header-title"></span></span>
</div>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<div class="ant-transfer-list-body">
2020-08-13 09:46:44 +00:00
<!---->
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<div class="ant-transfer-list-body-customize-wrapper">
<div class="ant-table-wrapper">
<div class="ant-spin-nested-loading">
2020-08-13 09:46:44 +00:00
<!---->
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<div class="ant-spin-container">
2020-08-13 09:46:44 +00:00
<div class="ant-table ant-table-small ant-table-scroll-position-left">
<!---->
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<div class="ant-table-content">
<!---->
<div class="ant-table-body">
<table class="">
<colgroup>
<col class="ant-table-selection-col">
<col>
<col>
</colgroup>
<thead class="ant-table-thead">
<tr>
2020-08-13 09:46:44 +00:00
<th class="ant-table-selection-column"><span class="ant-table-header-column"><div class=""><span class="ant-table-column-title"><div class="ant-table-selection"><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
<!----></label>
<!---->
</div></span><span class="ant-table-column-sorter"><!----></span>
</div></span>
<!---->
</th>
<th class=""><span class="ant-table-header-column"><div class=""><span class="ant-table-column-title">Name</span><span class="ant-table-column-sorter"><!----></span>
</div></span>
<!---->
</th>
<th class="ant-table-row-cell-last"><span class="ant-table-header-column"><div class=""><span class="ant-table-column-title">Description</span><span class="ant-table-column-sorter"><!----></span>
</div></span>
<!---->
</th>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</tr>
</thead>
<tbody class="ant-table-tbody">
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="0">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper ant-checkbox-wrapper-disabled"><span class="ant-checkbox ant-checkbox-disabled"><input type="checkbox" disabled="" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content1
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->description of content1
</td>
</tr>
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="1">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content2
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->description of content2
</td>
</tr>
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="3">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content4
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->description of content4
</td>
</tr>
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="4">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper ant-checkbox-wrapper-disabled"><span class="ant-checkbox ant-checkbox-disabled"><input type="checkbox" disabled="" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content5
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->description of content5
</td>
</tr>
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="6">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content7
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->description of content7
</td>
</tr>
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="7">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content8
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->description of content8
</td>
</tr>
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="9">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content10
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->description of content10
</td>
</tr>
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="10">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content11
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->description of content11
</td>
</tr>
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="12">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper ant-checkbox-wrapper-disabled"><span class="ant-checkbox ant-checkbox-disabled"><input type="checkbox" disabled="" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content13
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->description of content13
</td>
</tr>
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="13">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content14
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->description of content14
</td>
</tr>
</tbody>
</table>
</div>
2020-08-13 09:46:44 +00:00
<!---->
<!---->
<!---->
<!---->
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</div>
</div>
<ul unselectable="unselectable" class="ant-pagination mini ant-table-pagination">
2020-08-13 09:46:44 +00:00
<!---->
<li title="Previous Page" class="ant-pagination-disabled ant-pagination-prev" aria-disabled="true"><a class="ant-pagination-item-link"><span role="img" aria-label="left" class="anticon anticon-left"><svg class="" data-icon="left" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"></path></svg></span></a></li>
<li title="1" tabindex="0" class="ant-pagination-item ant-pagination-item-1 ant-pagination-item-active"><a>1</a></li>
<li title="2" tabindex="0" class="ant-pagination-item ant-pagination-item-2"><a>2</a></li>
2020-08-13 09:46:44 +00:00
<li title="Next Page" tabindex="0" class=" ant-pagination-next" aria-disabled="false"><a class="ant-pagination-item-link"><span role="img" aria-label="right" class="anticon anticon-right"><svg class="" data-icon="right" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z"></path></svg></span></a></li>
<!---->
</ul>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</div>
</div>
</div>
</div>
</div>
2020-08-13 09:46:44 +00:00
<!---->
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</div>
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-operation"><button disabled="" class="ant-btn ant-btn-primary ant-btn-sm ant-btn-icon-only" type="button"><span role="img" aria-label="right" class="anticon anticon-right"><svg class="" data-icon="right" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z"></path></svg></span></button><button disabled="" class="ant-btn ant-btn-primary ant-btn-sm ant-btn-icon-only" type="button"><span role="img" aria-label="left" class="anticon anticon-left"><svg class="" data-icon="left" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"></path></svg></span></button></div>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<div class="ant-transfer-list">
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-header">
2020-08-31 09:16:16 +00:00
<!----><span class="ant-transfer-list-header-selected"><span>6 items</span><span class="ant-transfer-list-header-title"></span></span>
</div>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<div class="ant-transfer-list-body">
2020-08-13 09:46:44 +00:00
<!---->
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<div class="ant-transfer-list-body-customize-wrapper">
<div class="ant-table-wrapper">
<div class="ant-spin-nested-loading">
2020-08-13 09:46:44 +00:00
<!---->
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<div class="ant-spin-container">
2020-08-13 09:46:44 +00:00
<div class="ant-table ant-table-small ant-table-scroll-position-left">
<!---->
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<div class="ant-table-content">
<!---->
<div class="ant-table-body">
<table class="">
<colgroup>
<col class="ant-table-selection-col">
<col>
</colgroup>
<thead class="ant-table-thead">
<tr>
2020-08-13 09:46:44 +00:00
<th class="ant-table-selection-column"><span class="ant-table-header-column"><div class=""><span class="ant-table-column-title"><div class="ant-table-selection"><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
<!----></label>
<!---->
</div></span><span class="ant-table-column-sorter"><!----></span>
</div></span>
<!---->
</th>
<th class="ant-table-row-cell-last"><span class="ant-table-header-column"><div class=""><span class="ant-table-column-title">Name</span><span class="ant-table-column-sorter"><!----></span>
</div></span>
<!---->
</th>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</tr>
</thead>
<tbody class="ant-table-tbody">
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="2">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content3
</td>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</tr>
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="5">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content6
</td>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</tr>
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="8">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper ant-checkbox-wrapper-disabled"><span class="ant-checkbox ant-checkbox-disabled"><input type="checkbox" disabled="" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content9
</td>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</tr>
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="11">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content12
</td>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</tr>
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="14">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content15
</td>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</tr>
2020-09-19 15:36:48 +00:00
<tr class="ant-table-row ant-table-row-level-0" data-row-key="17">
2020-08-13 09:46:44 +00:00
<td class="ant-table-selection-column">
<!---->
<!----><span><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
2020-08-31 09:16:16 +00:00
<!----></label></span>
</td>
2020-08-13 09:46:44 +00:00
<td class="">
<!---->
2020-08-31 09:16:16 +00:00
<!---->content18
</td>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</tr>
</tbody>
</table>
</div>
2020-08-13 09:46:44 +00:00
<!---->
<!---->
<!---->
<!---->
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</div>
</div>
<ul unselectable="unselectable" class="ant-pagination mini ant-table-pagination">
2020-08-13 09:46:44 +00:00
<!---->
<li title="Previous Page" class="ant-pagination-disabled ant-pagination-prev" aria-disabled="true"><a class="ant-pagination-item-link"><span role="img" aria-label="left" class="anticon anticon-left"><svg class="" data-icon="left" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"></path></svg></span></a></li>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<li title="1" tabindex="0" class="ant-pagination-item ant-pagination-item-1 ant-pagination-item-active"><a>1</a></li>
2020-08-13 09:46:44 +00:00
<li title="Next Page" class="ant-pagination-disabled ant-pagination-next" aria-disabled="true"><a class="ant-pagination-item-link"><span role="img" aria-label="right" class="anticon anticon-right"><svg class="" data-icon="right" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z"></path></svg></span></a></li>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
<!---->
</ul>
</div>
</div>
</div>
</div>
</div>
2020-08-13 09:46:44 +00:00
<!---->
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
</div>
2020-08-14 07:25:17 +00:00
</div><button style="margin-top: 16px;" class="ant-switch" type="button" role="switch" aria-checked="false">
2020-08-31 09:16:16 +00:00
<!----><span class="ant-switch-inner">disabled</span>
</button><button style="margin-top: 16px;" class="ant-switch" type="button" role="switch" aria-checked="false">
<!----><span class="ant-switch-inner">showSearch</span>
</button></div>
Feat 1.5.0 (#1853) * feat: add Result component * fix: update md template tag html>tpl - fix `result` typo - update jest `result` snapshots * refactor: svg file to functional component icon - update jest snapshot * feat: add result * Feat descriptions (#1251) * feat: add descriptions * fix: add descriptions types and fix docs * fix: lint change code * fix: demo warning * fix: update demo, snapshot and remove classnames * test: add descriptions test * fix: descriptions demo (#1498) * feat: add page header (#1250) * feat: add page-header component * update site: page-header * ts definition update: page-header * get page-header props with getComponentFromProp func * optimize page-header * doc: add page-header actions.md responsive.md * breadcrumb itemRender add pure function support * style: format code * feat: update style to 3.23.6 from 2.13.6 * feat: update style to 3.26.8 from 3.23.6 * chore: update util * chore: update util * feat: update affix * feat: update alert * feat: update anchor * feat: update auto-complete * feat: update avatar * feat: update back-top * feat: update badge * feat: update button * feat: update breadcrumb * feat: update ts * docs: update doc * feat: update calendat * feat: update card * feat: update carousel * feat: update carousel * feat: update checkbox * feat: update comment * feat: update config-provider * docs: update doc * feat: update collapse * feat: update locale * feat: update date-picker * feat: update divider * feat: update drawer * feat: update dropdown * feat: update rc-trigger * feat: update dropdown * feat: update empty * test: add empty test * feat: update form * feat: update form * feat: update spin * feat: update grid * docs: update grid doc * feat: update icon * feat: update slider * feat: update textarea * feat: update input-number * feat: update layout * feat: update list * feat: update menu * feat: meaage add key for update content * feat: modal add closeIcon support * feat: update notification * feat: add pagination disabled support * feat: popconfirm add disabled support * test: update popover * feat: progress support custom line-gradiend * feat: update radio * test: update radio test * docs: update rate demo * feat: skeleton add avatar support number type * test: add switch test * test: update statistic test * fix: input clear icon event * feat: steps add type、 v-model、subTitle * feat: delete typography component * feat: delete Typography style * perf: update select * feat: add download transformFile previewFile actio * docs: update upload * feat: update tree-select * docs: update tree-select * feat: tree add blockNode selectable * docs: add tree demo * test: update snap * docs: updatedoc * feat: update tag * docs: update ad doc * feat: update tooltip * feat: update timeline * feat: time-picker add clearIcon * docs: update tabs * feat: transfer support custom children * test: update transfer test * feat: update table * test: update table test * test: update test * feat: calendar update locale * test: update test snap * feat: add mentions (#1790) * feat: mentions style * feat: theme default * feat: add mentions component * feat: mentions API * feat: add unit test for mentions * feat: update mentions demo * perf: model and inheritAttrs for mentions * perf: use getComponentFromProp instead of this.$props * perf: mentions rm defaultProps * feat: rm rows in mentionsProps * fix: mentions keyDown didn't work * docs: update mentions api * perf: mentions code * feat: update mentions * bump 1.5.0-alpha.1 * feat: pageheader add ghost prop * docs: update descriptions demo * chore: page-header add ghost type * fix: color error * feat: update to 3.26.12 * fix: some prop default value * fix(typo): form, carousel, upload. duplicate identifier (#1848) * Add Mentions Type (#1845) * feat: add mentions type * feat: add mentions in ant-design-vue.d.ts * docs: update doc * docs: add changelog * fix: mentions getPopupCotainer value (#1850) * docs: update doc * docs: uptate demo * docs: update demo * docs: delete demo * docs: delete doc * test: update snapshots * style: format code * chore: update travis * docs: update demo Co-authored-by: Sendya <18x@loacg.com> Co-authored-by: zkwolf <chenhao5866@gmail.com> Co-authored-by: drafish <xwlyy1991@163.com> Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 11:45:13 +00:00
`;
2020-04-30 08:16:28 +00:00
exports[`renders ./antdv-demo/docs/transfer/demo/tree-transfer.md correctly 1`] = `
<div>
2020-08-13 09:46:44 +00:00
<div class="ant-transfer tree-transfer ant-transfer-customize-list">
2020-04-30 08:16:28 +00:00
<div class="ant-transfer-list">
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-header">
2020-08-31 09:16:16 +00:00
<!----><span class="ant-transfer-list-header-selected"><span>5 items</span><span class="ant-transfer-list-header-title"></span></span>
</div>
2020-04-30 08:16:28 +00:00
<div class="ant-transfer-list-body">
2020-08-13 09:46:44 +00:00
<!---->
2020-04-30 08:16:28 +00:00
<div class="ant-transfer-list-body-customize-wrapper">
2020-08-13 09:46:44 +00:00
<ul class="ant-tree ant-tree-icon-hide ant-tree-block-node" role="tree" unselectable="on">
<li class="ant-tree-treenode-switcher-open" role="treeitem"><span class="ant-tree-switcher ant-tree-switcher-noop"><!----></span><span class="ant-tree-checkbox"><span class="ant-tree-checkbox-inner"></span></span><span title="0-0" class="ant-tree-node-content-wrapper ant-tree-node-content-wrapper-normal"><!----><span class="ant-tree-title">0-0</span></span>
<!---->
</li>
<li class="ant-tree-treenode-switcher-open" role="treeitem"><span class="ant-tree-switcher ant-tree-switcher_open"><span role="img" aria-label="caret-down" class="anticon anticon-caret-down ant-tree-switcher-icon"><svg class="" data-icon="caret-down" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="0 0 1024 1024" focusable="false"><path d="M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z"></path></svg></span></span><span class="ant-tree-checkbox"><span class="ant-tree-checkbox-inner"></span></span><span title="0-1" class="ant-tree-node-content-wrapper ant-tree-node-content-wrapper-open"><!----><span class="ant-tree-title">0-1</span></span>
<ul class="ant-tree-child-tree ant-tree-child-tree-open" data-expanded="true" role="group">
<li class="ant-tree-treenode-switcher-open" role="treeitem"><span class="ant-tree-switcher ant-tree-switcher-noop"><!----></span><span class="ant-tree-checkbox"><span class="ant-tree-checkbox-inner"></span></span><span title="0-1-0" class="ant-tree-node-content-wrapper ant-tree-node-content-wrapper-normal"><!----><span class="ant-tree-title">0-1-0</span></span>
<!---->
</li>
<li class="ant-tree-treenode-switcher-open" role="treeitem"><span class="ant-tree-switcher ant-tree-switcher-noop"><!----></span><span class="ant-tree-checkbox"><span class="ant-tree-checkbox-inner"></span></span><span title="0-1-1" class="ant-tree-node-content-wrapper ant-tree-node-content-wrapper-normal"><!----><span class="ant-tree-title">0-1-1</span></span>
<!---->
</li>
2020-04-30 08:16:28 +00:00
</ul>
</li>
2020-08-13 09:46:44 +00:00
<li class="ant-tree-treenode-switcher-open" role="treeitem"><span class="ant-tree-switcher ant-tree-switcher-noop"><!----></span><span class="ant-tree-checkbox"><span class="ant-tree-checkbox-inner"></span></span><span title="0-3" class="ant-tree-node-content-wrapper ant-tree-node-content-wrapper-normal"><!----><span class="ant-tree-title">0-3</span></span>
<!---->
</li>
2020-04-30 08:16:28 +00:00
</ul>
</div>
</div>
2020-08-13 09:46:44 +00:00
<!---->
2020-04-30 08:16:28 +00:00
</div>
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-operation"><button disabled="" class="ant-btn ant-btn-primary ant-btn-sm ant-btn-icon-only" type="button"><span role="img" aria-label="right" class="anticon anticon-right"><svg class="" data-icon="right" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z"></path></svg></span></button><button disabled="" class="ant-btn ant-btn-primary ant-btn-sm ant-btn-icon-only" type="button"><span role="img" aria-label="left" class="anticon anticon-left"><svg class="" data-icon="left" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"></path></svg></span></button></div>
2020-04-30 08:16:28 +00:00
<div class="ant-transfer-list">
2020-08-13 09:46:44 +00:00
<div class="ant-transfer-list-header">
2020-08-31 09:16:16 +00:00
<!----><span class="ant-transfer-list-header-selected"><span>0 item</span><span class="ant-transfer-list-header-title"></span></span>
</div>
2020-04-30 08:16:28 +00:00
<div class="ant-transfer-list-body">
2020-08-13 09:46:44 +00:00
<!---->
2020-04-30 08:16:28 +00:00
<div class="ant-transfer-list-body-not-found">
<div class="ant-empty ant-empty-normal ant-empty-small">
<div class="ant-empty-image"><svg width="64" height="41" viewBox="0 0 64 41" xmlns="http://www.w3.org/2000/svg">
2020-08-13 09:46:44 +00:00
<g transform="translate(0 1)" fill="none" fill-rule="evenodd">
2020-04-30 08:16:28 +00:00
<ellipse fill="#F5F5F5" cx="32" cy="33" rx="32" ry="7"></ellipse>
2020-08-13 09:46:44 +00:00
<g fill-rule="nonzero" stroke="#D9D9D9">
2020-04-30 08:16:28 +00:00
<path d="M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"></path>
<path d="M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z" fill="#FAFAFA"></path>
</g>
</g>
</svg></div>
<p class="ant-empty-description">No Data</p>
2020-08-13 09:46:44 +00:00
<!---->
2020-04-30 08:16:28 +00:00
</div>
</div>
</div>
2020-08-13 09:46:44 +00:00
<!---->
2020-04-30 08:16:28 +00:00
</div>
</div>
</div>
`;