1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
- exports [` renders ./antdv-demo/docs/ auto-complete/demo/basic.md correctly 1` ] = `
4
- <div class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input" style = " width: 200px; " >
3
+ exports [` renders ./components/ auto-complete/demo/basic.vue correctly 1` ] = `
4
+ <div style = " width: 200px; " class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search " >
5
5
<!---->
6
6
<!---->
7
7
<div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><input type = " search" id = " rc_select_TEST_OR_SSR" autocomplete = " off" class = " ant-input ant-select-selection-search-input" role = " combobox" aria-haspopup = " listbox" aria-owns = " rc_select_TEST_OR_SSR_list" aria-autocomplete = " list" aria-controls = " rc_select_TEST_OR_SSR_list" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" ></span >
@@ -12,22 +12,22 @@ exports[`renders ./antdv-demo/docs/auto-complete/demo/basic.md correctly 1`] = `
12
12
</div >
13
13
`;
14
14
15
- exports[`renders ./antdv-demo/docs/ auto-complete/demo/certain-category.md correctly 1`] = `
15
+ exports[`renders ./components/ auto-complete/demo/certain-category.vue correctly 1`] = `
16
16
<div class = " certain-category-search-wrapper" style = " width: 250px;" >
17
- <div class = " ant-select ant-select-lg certain-category-search ant-select-lg ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input" style = " width: 100%;" >
17
+ <div class = " ant-select ant-select-lg certain-category-search ant-select-lg ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search " style = " width: 100%;" >
18
18
<!---->
19
19
<!---->
20
- <div class="ant-select-selector"><span class="ant-select-selection-search"><span class="ant-select-selection-search-input ant-input-affix-wrapper"><!----><input type="search" id="rc_select_TEST_OR_SSR" autocomplete="off" class="ant-input" role="combobox" aria-haspopup="listbox" aria-owns="rc_select_TEST_OR_SSR_list" aria-autocomplete="list" aria-controls="rc_select_TEST_OR_SSR_list" aria-activedescendant="rc_select_TEST_OR_SSR_list_0"><span class="ant-input-suffix"><!----><span role="img" aria-label="search" class="anticon anticon-search certain-category-icon"><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></span></span>
21
- <!----><span class = " ant-select-selection-placeholder" >input here </span >
20
+ <div class="ant-select-selector"><span class="ant-select-selection-search"><span class="ant-select-selection-search-input ant-input-affix-wrapper"><!----><input placeholder="input here" type="search" id="rc_select_TEST_OR_SSR" autocomplete="off" class="ant-input" role="combobox" aria-haspopup="listbox" aria-owns="rc_select_TEST_OR_SSR_list" aria-autocomplete="list" aria-controls="rc_select_TEST_OR_SSR_list" aria-activedescendant="rc_select_TEST_OR_SSR_list_0"><span class="ant-input-suffix"><!----><span role="img" aria-label="search" class="anticon anticon-search certain-category-icon"><svg focusable="false" class="" data-icon="search" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><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></span></span>
21
+ <!----><span class = " ant-select-selection-placeholder" ><!----> </span >
22
22
</div >
23
23
<!---->
24
24
<!---->
25
25
</div >
26
26
</div >
27
27
` ;
28
28
29
- exports [` renders ./antdv-demo/docs/ auto-complete/demo/custom.md correctly 1` ] = `
30
- <div class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input" style = " width: 200px; " >
29
+ exports [` renders ./components/ auto-complete/demo/custom.vue correctly 1` ] = `
30
+ <div style = " width: 200px; " class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search " >
31
31
<!---->
32
32
<!---->
33
33
<div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><textarea placeholder = " input here" class = " ant-input ant-select-selection-search-input" style = " height: 50px;" id = " rc_select_TEST_OR_SSR" autocomplete = " off" role = " combobox" aria-haspopup = " listbox" aria-owns = " rc_select_TEST_OR_SSR_list" aria-autocomplete = " list" aria-controls = " rc_select_TEST_OR_SSR_list" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" ></textarea ></span >
@@ -38,8 +38,8 @@ exports[`renders ./antdv-demo/docs/auto-complete/demo/custom.md correctly 1`] =
38
38
</div >
39
39
` ;
40
40
41
- exports [` renders ./antdv-demo/docs/ auto-complete/demo/non-case-sensitive.md correctly 1` ] = `
42
- <div class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input" style = " width: 200px; " >
41
+ exports [` renders ./components/ auto-complete/demo/non-case-sensitive.vue correctly 1` ] = `
42
+ <div style = " width: 200px; " class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search " >
43
43
<!---->
44
44
<!---->
45
45
<div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><input type = " search" id = " rc_select_TEST_OR_SSR" autocomplete = " off" class = " ant-input ant-select-selection-search-input" role = " combobox" aria-haspopup = " listbox" aria-owns = " rc_select_TEST_OR_SSR_list" aria-autocomplete = " list" aria-controls = " rc_select_TEST_OR_SSR_list" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" ></span >
@@ -50,8 +50,8 @@ exports[`renders ./antdv-demo/docs/auto-complete/demo/non-case-sensitive.md corr
50
50
</div >
51
51
`;
52
52
53
- exports[`renders ./antdv-demo/docs/ auto-complete/demo/options.md correctly 1`] = `
54
- <div class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input" style = " width: 200px; " >
53
+ exports[`renders ./components/ auto-complete/demo/options.vue correctly 1`] = `
54
+ <div style = " width: 200px; " class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search " >
55
55
<!---->
56
56
<!---->
57
57
<div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><input type = " search" id = " rc_select_TEST_OR_SSR" autocomplete = " off" class = " ant-input ant-select-selection-search-input" role = " combobox" aria-haspopup = " listbox" aria-owns = " rc_select_TEST_OR_SSR_list" aria-autocomplete = " list" aria-controls = " rc_select_TEST_OR_SSR_list" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" ></span >
@@ -62,13 +62,13 @@ exports[`renders ./antdv-demo/docs/auto-complete/demo/options.md correctly 1`] =
62
62
</div >
63
63
`;
64
64
65
- exports[`renders ./antdv-demo/docs/ auto-complete/demo/uncertain-category.md correctly 1`] = `
65
+ exports[`renders ./components/ auto-complete/demo/uncertain-category.vue correctly 1`] = `
66
66
<div class = " global-search-wrapper" style = " width: 300px;" >
67
- <div class = " ant-select ant-select-lg global-search ant-select-lg ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input" style = " width: 100%;" >
67
+ <div class = " ant-select ant-select-lg global-search ant-select-lg ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search " style = " width: 100%;" >
68
68
<!---->
69
69
<!---->
70
- <div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><input type = " search" id = " rc_select_TEST_OR_SSR" autocomplete = " off" class = " ant-input ant-select-selection-search-input" role = " combobox" aria-haspopup = " listbox" aria-owns = " rc_select_TEST_OR_SSR_list" aria-autocomplete = " list" aria-controls = " rc_select_TEST_OR_SSR_list" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" ></span >
71
- <!----><span class = " ant-select-selection-placeholder" >input here </span >
70
+ <div class="ant-select-selector"><span class="ant-select-selection-search"><span class="ant-input-search ant-select-selection-search-input ant-input-search-enter-button ant-input-search-large ant-input-group-wrapper ant-input-group-wrapper-lg"><span class="ant-input-wrapper ant-input-group"><!----><input placeholder="input here" type="search" id="rc_select_TEST_OR_SSR" autocomplete="off" role="combobox" aria-haspopup="listbox" aria-owns="rc_select_TEST_OR_SSR_list" aria-autocomplete="list" aria-controls="rc_select_TEST_OR_SSR_list" aria-activedescendant="rc_select_TEST_OR_SSR_list_0" class="ant-input ant-input-lg"><span class="ant-input-group-addon"><button class="ant-btn ant-btn-primary ant-btn-lg ant-input-search-button" type="button"><!----><span role="img" aria-label="search" class="anticon anticon-search"><svg focusable="false" class="" data-icon="search" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><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></button></span></span></span></span>
71
+ <!----><span class = " ant-select-selection-placeholder" ><!----> </span >
72
72
</div >
73
73
<!---->
74
74
<!---->
0 commit comments