ant-design/components/tree-select/__tests__/__snapshots__/demo.test.js.snap

324 lines
8.5 KiB
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/tree-select/demo/async.md correctly 1`] = `
<span
aria-haspopup="listbox"
class="ant-select ant-select-enabled"
role="combobox"
style="width:300px"
tabindex="0"
>
<span
class="ant-select-selection ant-select-selection--single"
>
<span
class="ant-select-selection__rendered"
>
<span
class="ant-select-selection__placeholder"
>
Please select
</span>
</span>
<span
class="ant-select-arrow"
style="outline:none"
>
<i
aria-label="icon: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
aria-hidden="true"
class=""
data-icon="down"
fill="currentColor"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"
/>
</svg>
</i>
</span>
</span>
</span>
`;
exports[`renders ./components/tree-select/demo/basic.md correctly 1`] = `
<span
2018-06-28 20:00:35 +08:00
aria-haspopup="listbox"
class="ant-select ant-select-enabled ant-select-allow-clear"
2018-06-28 20:00:35 +08:00
role="combobox"
2017-09-20 16:26:18 +08:00
style="width:300px"
2018-06-28 20:00:35 +08:00
tabindex="0"
>
2016-11-22 14:28:05 +08:00
<span
2018-06-28 20:00:35 +08:00
class="ant-select-selection ant-select-selection--single"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-select-selection__rendered"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-select-selection__placeholder"
>
Please select
2016-11-22 14:28:05 +08:00
</span>
</span>
<span
class="ant-select-arrow"
2017-09-20 16:26:18 +08:00
style="outline:none"
>
2018-08-25 15:52:14 +08:00
<i
2019-01-10 18:46:57 +08:00
aria-label="icon: down"
2018-08-25 15:52:14 +08:00
class="anticon anticon-down ant-select-arrow-icon"
2018-09-02 19:53:29 +08:00
>
<svg
aria-hidden="true"
class=""
data-icon="down"
fill="currentColor"
2019-04-11 12:48:36 +08:00
focusable="false"
2018-09-02 19:53:29 +08:00
height="1em"
2018-09-06 20:55:23 +08:00
viewBox="64 64 896 896"
2018-09-02 19:53:29 +08:00
width="1em"
>
<path
d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"
/>
</svg>
</i>
</span>
2016-11-22 14:28:05 +08:00
</span>
</span>
2016-11-22 14:28:05 +08:00
`;
exports[`renders ./components/tree-select/demo/checkable.md correctly 1`] = `
<span
2018-06-28 20:00:35 +08:00
aria-haspopup="listbox"
class="ant-select ant-select-enabled"
2018-06-28 20:00:35 +08:00
role="combobox"
2017-09-20 16:26:18 +08:00
style="width:300px"
2018-06-28 20:00:35 +08:00
tabindex="-1"
>
2016-11-22 14:28:05 +08:00
<span
2018-06-28 20:00:35 +08:00
class="ant-select-selection ant-select-selection--multiple"
>
<ul
class="ant-select-selection__rendered"
meger feature to master (#16421) * use ul in list * update snapshot * update comment * feat: TreeSelect support `showSearch` in multiple mode (#15933) * update rc-tree-select * typo * update desc & snapshot * update desc & snapshot * check default showSearch * feat: table customizing variable (#15971) * feat: added table selected row color variable * fix: @table-selected-row-color default is inherit * feat: Upload support customize previewFile (#15984) * support preview file * use promise * dealy load * use canvas of render * use domHook of test * update demo * add snapshot * update types * update testcase * feat: form customizing variables (#15954) * fix: added styling form input background-color * feat: added '@form-warning-input-bg' variable * feat: added '@form-error-input-bg' variable * use li wrap with comment * feat: Support append theme less file with less-variable (#16118) * add override * add override support * update doc * feat: dropdown support set right icon * docs: update doc of dropdown component * style: format dropdown-button.md * test: update updateSnapshot * style: format dropdown-button.md * test: update updateSnapshot * test: update updateSnapshot * style: change style of dropdown-button demo * fix: fix document table order * feat: Support SkeletonAvatarProps.size accept number (#16078) (#16128) * chore:update style of demo * feat: Notification functions accept top, bottom and getContainer as arguments * drawer: add afterVisibleChange * rm onVisibleChange * update * feat: 🇭🇷 hr_HR locale (#16258) * Added Croatian locale * fixed lint error * :white_check_mark: Add test cases for hr_HR * :memo: update i18n documentation * feat: add `htmlFor` in Form.Item (#16278) * add htmlFor in Form.Item * update doc * feat: Button support `link` type (#16289) close #15892 * feat: Add Timeline.Item.position (#16148) (#16193) * fix: Timeline.pendingDot interface documentation there is a small problem (#16177) * feat: Add Timeline.Item.position (#16148) * doc: add version infomation for Timeline.Item.position * refactor: Update Tree & TreeSelect deps (#16330) * use CSSMotion * update snapshot * feat: Collapse support `expandIconPosition` (#16365) * update doc * support expandIconPosition * update snapshot * feat: Breadcrumb support DropDown (#16315) * breadcrumbs support drop down menu * update doc * add require less * fix test * fix md doc * less code * fix style warning * update snap * add children render test * feat: TreeNode support checkable * feat: add optional to support top and left slick dots (#16186) (#16225) * add optional to support top and left slick dots * update carousel snapshot * Update doc, add placement demo * update carousel placement demo snapshots * rename dots placement to position * update vertical as deprecated * rename dotsPosition to dotPosition * refine code * add warning testcase for vertical * remove unused warning * update expression * Additional test case for dotPosition * refactor: Upgrade `rc-tree-select` to support pure React motion (#16402) * upgrade `rc-tree-select` * update snapshot * 3.17.0 changelog * fix warning * fix review warning
2019-05-06 12:04:39 +08:00
role="menubar"
>
<li
class="ant-select-selection__choice"
2018-06-28 20:00:35 +08:00
role="menuitem"
2017-09-20 16:26:18 +08:00
style="user-select:none;-webkit-user-select:none"
title="Node1"
unselectable="unselectable"
>
<span
class="ant-select-selection__choice__remove"
2018-08-25 15:52:14 +08:00
>
<i
2019-01-10 18:46:57 +08:00
aria-label="icon: close"
2018-08-25 15:52:14 +08:00
class="anticon anticon-close ant-select-remove-icon"
2018-09-02 19:53:29 +08:00
>
<svg
aria-hidden="true"
class=""
data-icon="close"
fill="currentColor"
2019-04-11 12:48:36 +08:00
focusable="false"
2018-09-02 19:53:29 +08:00
height="1em"
2018-09-06 20:55:23 +08:00
viewBox="64 64 896 896"
2018-09-02 19:53:29 +08:00
width="1em"
>
<path
2018-09-06 20:55:23 +08:00
d="M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 0 0 203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z"
2018-09-02 19:53:29 +08:00
/>
</svg>
</i>
2018-08-25 15:52:14 +08:00
</span>
<span
class="ant-select-selection__choice__content"
>
Node1
</span>
</li>
<li
class="ant-select-search ant-select-search--inline"
>
<span
class="ant-select-search__field__wrap"
2017-09-15 16:14:26 +08:00
>
<input
2018-06-28 20:00:35 +08:00
aria-autocomplete="list"
aria-label="filter select"
aria-multiline="false"
class="ant-select-search__field"
2018-06-28 20:00:35 +08:00
type="text"
value=""
/>
2017-09-15 16:14:26 +08:00
<span
class="ant-select-search__field__mirror"
2017-09-15 16:14:26 +08:00
>
 
2017-09-15 16:14:26 +08:00
</span>
</span>
</li>
</ul>
<span
class="ant-select-search__field__placeholder"
2017-09-20 16:26:18 +08:00
style="display:none"
>
Please select
2016-11-22 14:28:05 +08:00
</span>
</span>
</span>
2016-11-22 14:28:05 +08:00
`;
2017-08-21 18:07:39 +08:00
exports[`renders ./components/tree-select/demo/multiple.md correctly 1`] = `
<span
2018-06-28 20:00:35 +08:00
aria-haspopup="listbox"
class="ant-select ant-select-enabled ant-select-allow-clear"
2018-06-28 20:00:35 +08:00
role="combobox"
2017-09-20 16:26:18 +08:00
style="width:300px"
2018-06-28 20:00:35 +08:00
tabindex="-1"
2017-08-21 18:07:39 +08:00
>
<span
2018-06-28 20:00:35 +08:00
class="ant-select-selection ant-select-selection--multiple"
2017-08-21 18:07:39 +08:00
>
<ul
class="ant-select-selection__rendered"
meger feature to master (#16421) * use ul in list * update snapshot * update comment * feat: TreeSelect support `showSearch` in multiple mode (#15933) * update rc-tree-select * typo * update desc & snapshot * update desc & snapshot * check default showSearch * feat: table customizing variable (#15971) * feat: added table selected row color variable * fix: @table-selected-row-color default is inherit * feat: Upload support customize previewFile (#15984) * support preview file * use promise * dealy load * use canvas of render * use domHook of test * update demo * add snapshot * update types * update testcase * feat: form customizing variables (#15954) * fix: added styling form input background-color * feat: added '@form-warning-input-bg' variable * feat: added '@form-error-input-bg' variable * use li wrap with comment * feat: Support append theme less file with less-variable (#16118) * add override * add override support * update doc * feat: dropdown support set right icon * docs: update doc of dropdown component * style: format dropdown-button.md * test: update updateSnapshot * style: format dropdown-button.md * test: update updateSnapshot * test: update updateSnapshot * style: change style of dropdown-button demo * fix: fix document table order * feat: Support SkeletonAvatarProps.size accept number (#16078) (#16128) * chore:update style of demo * feat: Notification functions accept top, bottom and getContainer as arguments * drawer: add afterVisibleChange * rm onVisibleChange * update * feat: 🇭🇷 hr_HR locale (#16258) * Added Croatian locale * fixed lint error * :white_check_mark: Add test cases for hr_HR * :memo: update i18n documentation * feat: add `htmlFor` in Form.Item (#16278) * add htmlFor in Form.Item * update doc * feat: Button support `link` type (#16289) close #15892 * feat: Add Timeline.Item.position (#16148) (#16193) * fix: Timeline.pendingDot interface documentation there is a small problem (#16177) * feat: Add Timeline.Item.position (#16148) * doc: add version infomation for Timeline.Item.position * refactor: Update Tree & TreeSelect deps (#16330) * use CSSMotion * update snapshot * feat: Collapse support `expandIconPosition` (#16365) * update doc * support expandIconPosition * update snapshot * feat: Breadcrumb support DropDown (#16315) * breadcrumbs support drop down menu * update doc * add require less * fix test * fix md doc * less code * fix style warning * update snap * add children render test * feat: TreeNode support checkable * feat: add optional to support top and left slick dots (#16186) (#16225) * add optional to support top and left slick dots * update carousel snapshot * Update doc, add placement demo * update carousel placement demo snapshots * rename dots placement to position * update vertical as deprecated * rename dotsPosition to dotPosition * refine code * add warning testcase for vertical * remove unused warning * update expression * Additional test case for dotPosition * refactor: Upgrade `rc-tree-select` to support pure React motion (#16402) * upgrade `rc-tree-select` * update snapshot * 3.17.0 changelog * fix warning * fix review warning
2019-05-06 12:04:39 +08:00
role="menubar"
2017-08-21 18:07:39 +08:00
>
<li
class="ant-select-search ant-select-search--inline"
2017-08-21 18:07:39 +08:00
>
<span
class="ant-select-search__field__wrap"
2017-08-21 18:07:39 +08:00
>
<input
2018-06-28 20:00:35 +08:00
aria-autocomplete="list"
aria-label="filter select"
aria-multiline="false"
class="ant-select-search__field"
2018-06-28 20:00:35 +08:00
type="text"
value=""
/>
2017-09-14 18:09:30 +08:00
<span
class="ant-select-search__field__mirror"
2017-09-14 18:09:30 +08:00
>
 
2017-09-14 18:09:30 +08:00
</span>
</span>
</li>
</ul>
<span
class="ant-select-search__field__placeholder"
2017-09-20 16:26:18 +08:00
style="display:block"
>
Please select
2017-08-21 18:07:39 +08:00
</span>
</span>
</span>
2017-08-21 18:07:39 +08:00
`;
2018-09-15 00:05:14 +08:00
exports[`renders ./components/tree-select/demo/suffix.md correctly 1`] = `
<span
aria-haspopup="listbox"
class="ant-select ant-select-enabled ant-select-allow-clear"
role="combobox"
style="width:300px"
tabindex="0"
>
<span
class="ant-select-selection ant-select-selection--single"
>
<span
class="ant-select-selection__rendered"
>
<span
class="ant-select-selection__placeholder"
>
Please select
</span>
</span>
<span
class="ant-select-arrow"
style="outline:none"
>
<i
2019-01-10 18:46:57 +08:00
aria-label="icon: smile"
2018-09-15 00:05:14 +08:00
class="anticon anticon-smile"
>
<svg
aria-hidden="true"
class=""
data-icon="smile"
fill="currentColor"
2019-04-11 12:48:36 +08:00
focusable="false"
2018-09-15 00:05:14 +08:00
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4z"
/>
</svg>
</i>
</span>
</span>
</span>
`;
exports[`renders ./components/tree-select/demo/treeData.md correctly 1`] = `
<span
2018-06-28 20:00:35 +08:00
aria-haspopup="listbox"
class="ant-select ant-select-enabled"
2018-06-28 20:00:35 +08:00
role="combobox"
2017-09-20 16:26:18 +08:00
style="width:300px"
2018-06-28 20:00:35 +08:00
tabindex="0"
>
2016-11-22 14:28:05 +08:00
<span
2018-06-28 20:00:35 +08:00
class="ant-select-selection ant-select-selection--single"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-select-selection__rendered"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-select-selection__placeholder"
2017-09-15 16:14:26 +08:00
>
Please select
2016-11-22 14:28:05 +08:00
</span>
</span>
<span
class="ant-select-arrow"
2017-09-20 16:26:18 +08:00
style="outline:none"
>
2018-08-25 15:52:14 +08:00
<i
2019-01-10 18:46:57 +08:00
aria-label="icon: down"
2018-08-25 15:52:14 +08:00
class="anticon anticon-down ant-select-arrow-icon"
2018-09-02 19:53:29 +08:00
>
<svg
aria-hidden="true"
class=""
data-icon="down"
fill="currentColor"
2019-04-11 12:48:36 +08:00
focusable="false"
2018-09-02 19:53:29 +08:00
height="1em"
2018-09-06 20:55:23 +08:00
viewBox="64 64 896 896"
2018-09-02 19:53:29 +08:00
width="1em"
>
<path
d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"
/>
</svg>
</i>
</span>
2016-11-22 14:28:05 +08:00
</span>
</span>
2016-11-22 14:28:05 +08:00
`;