2
2
3
3
exports [` renders ./antdv-demo/docs/spin/demo/basic.md correctly 1` ] = `
4
4
<div >
5
- <div class = " ant-spin ant-spin-spinning" ><span class = " ant-spin-dot ant-spin-dot-spin" ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ></span ></div >
5
+ <div class = " ant-spin ant-spin-spinning" ><span class = " ant-spin-dot ant-spin-dot-spin" ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ></span >
6
+ <!---->
7
+ </div >
6
8
</div >
7
9
` ;
8
10
9
11
exports [` renders ./antdv-demo/docs/spin/demo/custom-indicator.md correctly 1` ] = `
10
12
<div >
11
- <div class = " ant-spin ant-spin-spinning" ><span role = " img" aria-label = " loading" class = " anticon anticon-loading ant-spin-dot" style = " font-size: 24px;" ><svg viewBox = " 0 0 1024 1024" focusable = " false" data-icon = " loading" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" class = " anticon-spin" ><path d = " M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z" ></path ></svg ></span ></div >
12
- <div class = " ant-spin ant-spin-spinning" ><span role = " img" aria-label = " loading" class = " anticon anticon-loading ant-spin-dot" style = " font-size: 24px;" ><svg viewBox = " 0 0 1024 1024" focusable = " false" data-icon = " loading" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" class = " anticon-spin" ><path d = " M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z" ></path ></svg ></span ></div >
13
+ <div class = " ant-spin-nested-loading" >
14
+ <div >
15
+ <div class = " ant-spin ant-spin-spinning" ><span class = " ant-spin-dot ant-spin-dot-spin" ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ></span >
16
+ <!---->
17
+ </div >
18
+ </div >
19
+ <div class = " ant-spin-container ant-spin-blur" ><span slot = " indicator" style = " font-size: 24px;" role = " img" aria-label = " loading" class = " anticon anticon-loading" ><svg class = " anticon-spin" data-icon = " loading" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" viewBox = " 0 0 1024 1024" focusable = " false" ><path d = " M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z" ></path ></svg ></span ></div >
20
+ </div >
21
+ <div class = " ant-spin ant-spin-spinning" ><span style = " font-size: 24px;" role = " img" aria-label = " loading" class = " anticon anticon-loading ant-spin-dot" ><svg class = " anticon-spin" data-icon = " loading" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" viewBox = " 0 0 1024 1024" focusable = " false" ><path d = " M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z" ></path ></svg ></span >
22
+ <!---->
23
+ </div >
13
24
</div >
14
25
` ;
15
26
16
27
exports [` renders ./antdv-demo/docs/spin/demo/delayAndDebounce.md correctly 1` ] = `
17
28
<div >
18
29
<div class = " ant-spin-nested-loading" >
30
+ <!---->
19
31
<div class = " ant-spin-container" >
20
- <div class = " spin-content" >
21
- 可以点击‘切换’按钮,延迟显示 loading 效果。当 spinning 状态在 \`delay\` 时间内结束,则不显示
22
- loading 状态。
23
- </div >
32
+ <div class = " spin-content" > 可以点击‘切换’按钮,延迟显示 loading 效果。当 spinning 状态在 \`delay\` 时间内结束,则不显示 loading 状态。 </div >
24
33
</div >
25
- </div >
26
- Loading state:< button type = " button " role = " switch " class = " ant-switch " ><span class = " ant-switch-inner" ></span ></button >
34
+ </div > Loading state:< button class = " ant-switch " type = " button " role = " switch " aria-checked = " false " >
35
+ <!---- ><span class = " ant-switch-inner" ><!---- ></span ></button >
27
36
</div >
28
37
` ;
29
38
30
39
exports [` renders ./antdv-demo/docs/spin/demo/inside.md correctly 1` ] = `
31
40
<div class = " example" >
32
- <div class = " ant-spin ant-spin-spinning" ><span class = " ant-spin-dot ant-spin-dot-spin" ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ></span ></div >
41
+ <div class = " ant-spin ant-spin-spinning" ><span class = " ant-spin-dot ant-spin-dot-spin" ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ></span >
42
+ <!---->
43
+ </div >
33
44
</div >
34
45
` ;
35
46
36
47
exports [` renders ./antdv-demo/docs/spin/demo/nested.md correctly 1` ] = `
37
48
<div >
38
49
<div class = " ant-spin-nested-loading" >
50
+ <!---->
39
51
<div class = " ant-spin-container" >
40
- <div class = " spin-content" >
41
- 可以点击‘切换’按钮,控制本区域的spin展示。
42
- </div >
52
+ <div class = " spin-content" > 可以点击‘切换’按钮,控制本区域的spin展示。 </div >
43
53
</div >
44
- </div >
45
- Loading state:< button type = " button " role = " switch " class = " ant-switch " ><span class = " ant-switch-inner" ></span ></button >
54
+ </div > Loading state:< button class = " ant-switch " type = " button " role = " switch " aria-checked = " false " >
55
+ <!---- ><span class = " ant-switch-inner" ><!---- ></span ></button >
46
56
</div >
47
57
` ;
48
58
49
59
exports [` renders ./antdv-demo/docs/spin/demo/size.md correctly 1` ] = `
50
60
<div >
51
- <div class = " ant-spin ant-spin-sm ant-spin-spinning" ><span class = " ant-spin-dot ant-spin-dot-spin" ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ></span ></div >
52
- <div class = " ant-spin ant-spin-spinning" ><span class = " ant-spin-dot ant-spin-dot-spin" ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ></span ></div >
53
- <div class = " ant-spin ant-spin-lg ant-spin-spinning" ><span class = " ant-spin-dot ant-spin-dot-spin" ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ></span ></div >
61
+ <div class = " ant-spin ant-spin-sm ant-spin-spinning" ><span class = " ant-spin-dot ant-spin-dot-spin" ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ></span >
62
+ <!---->
63
+ </div >
64
+ <div class = " ant-spin ant-spin-spinning" ><span class = " ant-spin-dot ant-spin-dot-spin" ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ></span >
65
+ <!---->
66
+ </div >
67
+ <div class = " ant-spin ant-spin-lg ant-spin-spinning" ><span class = " ant-spin-dot ant-spin-dot-spin" ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ><i class = " ant-spin-dot-item" ></i ></span >
68
+ <!---->
69
+ </div >
54
70
</div >
55
71
` ;
56
72
@@ -63,9 +79,7 @@ exports[`renders ./antdv-demo/docs/spin/demo/tip.md correctly 1`] = `
63
79
</div >
64
80
</div >
65
81
<div class = " ant-spin-container ant-spin-blur" >
66
- <div class = " spin-content" >
67
- 我的描述文案是自定义的。。。
68
- </div >
82
+ <div class = " spin-content" > 我的描述文案是自定义的。。。 </div >
69
83
</div >
70
84
</div >
71
85
</div >
0 commit comments