mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
icon add aria-label support
This commit is contained in:
parent
8ef4d72633
commit
12af9a9dca
@ -7,6 +7,7 @@ exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="exclamation-circle"
|
||||
class="anticon anticon-exclamation-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -38,6 +39,7 @@ exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="exclamation-circle"
|
||||
class="anticon anticon-exclamation-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -66,6 +68,7 @@ exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
|
||||
class="ant-alert-close-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -104,6 +107,7 @@ exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -166,6 +170,7 @@ exports[`renders ./components/alert/demo/closable.md correctly 1`] = `
|
||||
class="ant-alert-close-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -202,6 +207,7 @@ exports[`renders ./components/alert/demo/closable.md correctly 1`] = `
|
||||
class="ant-alert-close-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -264,6 +270,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -294,6 +301,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -324,6 +332,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -354,6 +363,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -384,6 +394,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -416,6 +427,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -448,6 +460,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -480,6 +493,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -582,6 +596,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
class="anticon anticon-check-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -612,6 +627,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="info-circle"
|
||||
class="anticon anticon-info-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -642,6 +658,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="exclamation-circle"
|
||||
class="anticon anticon-exclamation-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -672,6 +689,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -702,6 +720,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
class="anticon anticon-check-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -737,6 +756,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="info-circle"
|
||||
class="anticon anticon-info-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -772,6 +792,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="exclamation-circle"
|
||||
class="anticon anticon-exclamation-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -807,6 +828,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -858,6 +880,7 @@ exports[`renders ./components/alert/demo/smooth-closed.md correctly 1`] = `
|
||||
class="ant-alert-close-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
|
@ -51,6 +51,7 @@ exports[`renders ./components/auto-complete/demo/basic.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -119,6 +120,7 @@ exports[`renders ./components/auto-complete/demo/certain-category.md correctly 1
|
||||
class="ant-input-suffix"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search certain-category-icon"
|
||||
>
|
||||
<svg
|
||||
@ -152,6 +154,7 @@ exports[`renders ./components/auto-complete/demo/certain-category.md correctly 1
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -218,6 +221,7 @@ exports[`renders ./components/auto-complete/demo/custom.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -290,6 +294,7 @@ exports[`renders ./components/auto-complete/demo/non-case-sensitive.md correctly
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -362,6 +367,7 @@ exports[`renders ./components/auto-complete/demo/options.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -434,6 +440,7 @@ exports[`renders ./components/auto-complete/demo/uncertain-category.md correctly
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -468,6 +475,7 @@ exports[`renders ./components/auto-complete/demo/uncertain-category.md correctly
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -12,6 +12,7 @@ exports[`renders ./components/avatar/demo/badge.md correctly 1`] = `
|
||||
class="ant-avatar ant-avatar-square ant-avatar-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -200,6 +201,7 @@ exports[`renders ./components/avatar/demo/badge.md correctly 1`] = `
|
||||
class="ant-avatar ant-avatar-square ant-avatar-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -234,6 +236,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
|
||||
style="width:64px;height:64px;line-height:64px;font-size:32px"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -255,6 +258,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
|
||||
class="ant-avatar ant-avatar-lg ant-avatar-circle ant-avatar-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -276,6 +280,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
|
||||
class="ant-avatar ant-avatar-circle ant-avatar-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -297,6 +302,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
|
||||
class="ant-avatar ant-avatar-sm ant-avatar-circle ant-avatar-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -321,6 +327,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
|
||||
style="width:64px;height:64px;line-height:64px;font-size:32px"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -342,6 +349,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
|
||||
class="ant-avatar ant-avatar-lg ant-avatar-square ant-avatar-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -363,6 +371,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
|
||||
class="ant-avatar ant-avatar-square ant-avatar-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -384,6 +393,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
|
||||
class="ant-avatar ant-avatar-sm ant-avatar-square ant-avatar-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -435,6 +445,7 @@ exports[`renders ./components/avatar/demo/type.md correctly 1`] = `
|
||||
class="ant-avatar ant-avatar-circle ant-avatar-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -492,6 +503,7 @@ exports[`renders ./components/avatar/demo/type.md correctly 1`] = `
|
||||
style="background-color:#87d068"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
|
@ -194,6 +194,7 @@ exports[`renders ./components/badge/demo/basic.md correctly 1`] = `
|
||||
href="#"
|
||||
/>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-scroll-number-custom-component"
|
||||
style="color:#f5222d"
|
||||
>
|
||||
@ -398,6 +399,7 @@ exports[`renders ./components/badge/demo/change.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="minus"
|
||||
class="anticon anticon-minus"
|
||||
>
|
||||
<svg
|
||||
@ -420,6 +422,7 @@ exports[`renders ./components/badge/demo/change.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="plus"
|
||||
class="anticon anticon-plus"
|
||||
>
|
||||
<svg
|
||||
@ -475,6 +478,7 @@ exports[`renders ./components/badge/demo/dot.md correctly 1`] = `
|
||||
class="ant-badge"
|
||||
>
|
||||
<i
|
||||
aria-label="notification"
|
||||
class="anticon anticon-notification"
|
||||
>
|
||||
<svg
|
||||
@ -500,6 +504,7 @@ exports[`renders ./components/badge/demo/dot.md correctly 1`] = `
|
||||
class="ant-badge"
|
||||
>
|
||||
<i
|
||||
aria-label="notification"
|
||||
class="anticon anticon-notification"
|
||||
>
|
||||
<svg
|
||||
|
@ -223,6 +223,7 @@ exports[`renders ./components/breadcrumb/demo/withIcon.md correctly 1`] = `
|
||||
href=""
|
||||
>
|
||||
<i
|
||||
aria-label="home"
|
||||
class="anticon anticon-home"
|
||||
>
|
||||
<svg
|
||||
@ -252,6 +253,7 @@ exports[`renders ./components/breadcrumb/demo/withIcon.md correctly 1`] = `
|
||||
href=""
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
|
@ -169,6 +169,7 @@ exports[`renders ./components/button/demo/button-group.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -197,6 +198,7 @@ exports[`renders ./components/button/demo/button-group.md correctly 1`] = `
|
||||
Go forward
|
||||
</span>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -223,6 +225,7 @@ exports[`renders ./components/button/demo/button-group.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="cloud"
|
||||
class="anticon anticon-cloud"
|
||||
>
|
||||
<svg
|
||||
@ -245,6 +248,7 @@ exports[`renders ./components/button/demo/button-group.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="cloud-download"
|
||||
class="anticon anticon-cloud-download"
|
||||
>
|
||||
<svg
|
||||
@ -394,6 +398,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -416,6 +421,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -441,6 +447,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -463,6 +470,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -489,6 +497,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -511,6 +520,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -536,6 +546,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -558,6 +569,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -588,6 +600,7 @@ exports[`renders ./components/button/demo/loading.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -613,6 +626,7 @@ exports[`renders ./components/button/demo/loading.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -647,6 +661,7 @@ exports[`renders ./components/button/demo/loading.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="poweroff"
|
||||
class="anticon anticon-poweroff"
|
||||
>
|
||||
<svg
|
||||
@ -673,6 +688,7 @@ exports[`renders ./components/button/demo/loading.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -695,6 +711,7 @@ exports[`renders ./components/button/demo/loading.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -741,6 +758,7 @@ exports[`renders ./components/button/demo/multiple.md correctly 1`] = `
|
||||
Actions
|
||||
</span>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -865,6 +883,7 @@ exports[`renders ./components/button/demo/size.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="download"
|
||||
class="anticon anticon-download"
|
||||
>
|
||||
<svg
|
||||
@ -912,6 +931,7 @@ exports[`renders ./components/button/demo/size.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="download"
|
||||
class="anticon anticon-download"
|
||||
>
|
||||
<svg
|
||||
@ -941,6 +961,7 @@ exports[`renders ./components/button/demo/size.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -969,6 +990,7 @@ exports[`renders ./components/button/demo/size.md correctly 1`] = `
|
||||
Forward
|
||||
</span>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
|
@ -44,6 +44,7 @@ exports[`Button renders Chinese characters correctly 2`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -72,6 +73,7 @@ exports[`Button renders Chinese characters correctly 3`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -100,6 +102,7 @@ exports[`Button renders Chinese characters correctly 4`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -128,6 +131,7 @@ exports[`Button renders Chinese characters correctly 5`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -156,6 +160,7 @@ exports[`Button renders Chinese characters correctly 6`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
|
@ -37,6 +37,7 @@ exports[`renders ./components/calendar/demo/basic.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -86,6 +87,7 @@ exports[`renders ./components/calendar/demo/basic.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1080,6 +1082,7 @@ exports[`renders ./components/calendar/demo/card.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1129,6 +1132,7 @@ exports[`renders ./components/calendar/demo/card.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2121,6 +2125,7 @@ exports[`renders ./components/calendar/demo/notice-calendar.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2170,6 +2175,7 @@ exports[`renders ./components/calendar/demo/notice-calendar.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -3572,6 +3578,7 @@ exports[`renders ./components/calendar/demo/select.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -3621,6 +3628,7 @@ exports[`renders ./components/calendar/demo/select.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -36,6 +36,7 @@ exports[`Calendar Calendar should support locale 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -84,6 +85,7 @@ exports[`Calendar Calendar should support locale 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -612,6 +612,7 @@ exports[`renders ./components/card/demo/loading.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -635,6 +636,7 @@ exports[`renders ./components/card/demo/loading.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="edit"
|
||||
class="anticon anticon-edit"
|
||||
>
|
||||
<svg
|
||||
@ -658,6 +660,7 @@ exports[`renders ./components/card/demo/loading.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="ellipsis"
|
||||
class="anticon anticon-ellipsis"
|
||||
>
|
||||
<svg
|
||||
@ -735,6 +738,7 @@ exports[`renders ./components/card/demo/meta.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -758,6 +762,7 @@ exports[`renders ./components/card/demo/meta.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="edit"
|
||||
class="anticon anticon-edit"
|
||||
>
|
||||
<svg
|
||||
@ -781,6 +786,7 @@ exports[`renders ./components/card/demo/meta.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="ellipsis"
|
||||
class="anticon anticon-ellipsis"
|
||||
>
|
||||
<svg
|
||||
@ -870,6 +876,7 @@ exports[`renders ./components/card/demo/tabs.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -896,6 +903,7 @@ exports[`renders ./components/card/demo/tabs.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1026,6 +1034,7 @@ exports[`renders ./components/card/demo/tabs.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1052,6 +1061,7 @@ exports[`renders ./components/card/demo/tabs.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
|
@ -17,6 +17,7 @@ exports[`renders ./components/cascader/demo/basic.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -53,6 +54,7 @@ exports[`renders ./components/cascader/demo/change-on-select.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -103,7 +105,9 @@ exports[`renders ./components/cascader/demo/custom-render.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle ant-cascader-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -120,6 +124,7 @@ exports[`renders ./components/cascader/demo/custom-render.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -169,7 +174,9 @@ exports[`renders ./components/cascader/demo/default-value.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle ant-cascader-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -186,6 +193,7 @@ exports[`renders ./components/cascader/demo/default-value.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -222,6 +230,7 @@ exports[`renders ./components/cascader/demo/disabled-option.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -258,6 +267,7 @@ exports[`renders ./components/cascader/demo/fields-name.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -294,6 +304,7 @@ exports[`renders ./components/cascader/demo/hover.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -330,6 +341,7 @@ exports[`renders ./components/cascader/demo/lazy.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -365,6 +377,7 @@ exports[`renders ./components/cascader/demo/search.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -402,6 +415,7 @@ exports[`renders ./components/cascader/demo/size.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -437,6 +451,7 @@ exports[`renders ./components/cascader/demo/size.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -472,6 +487,7 @@ exports[`renders ./components/cascader/demo/size.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -512,6 +528,7 @@ exports[`renders ./components/cascader/demo/suffix.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
|
@ -18,6 +18,7 @@ exports[`Cascader can be selected 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -45,6 +46,7 @@ exports[`Cascader can be selected 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -76,6 +78,7 @@ exports[`Cascader can be selected 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -118,6 +121,7 @@ exports[`Cascader can be selected 2`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -145,6 +149,7 @@ exports[`Cascader can be selected 2`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -176,6 +181,7 @@ exports[`Cascader can be selected 2`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -228,6 +234,7 @@ exports[`Cascader can be selected 3`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -255,6 +262,7 @@ exports[`Cascader can be selected 3`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -286,6 +294,7 @@ exports[`Cascader can be selected 3`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -348,6 +357,7 @@ exports[`Cascader popup correctly when panel is open 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -375,6 +385,7 @@ exports[`Cascader popup correctly when panel is open 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -417,6 +428,7 @@ exports[`Cascader popup correctly with defaultValue 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -444,6 +456,7 @@ exports[`Cascader popup correctly with defaultValue 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -475,6 +488,7 @@ exports[`Cascader popup correctly with defaultValue 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1227,7 +1241,9 @@ exports[`Cascader support controlled mode 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle ant-cascader-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -1244,6 +1260,7 @@ exports[`Cascader support controlled mode 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
|
@ -15,6 +15,7 @@ exports[`renders ./components/collapse/demo/accordion.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -44,6 +45,7 @@ exports[`renders ./components/collapse/demo/accordion.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -73,6 +75,7 @@ exports[`renders ./components/collapse/demo/accordion.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -109,6 +112,7 @@ exports[`renders ./components/collapse/demo/basic.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -153,6 +157,7 @@ exports[`renders ./components/collapse/demo/basic.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -182,6 +187,7 @@ exports[`renders ./components/collapse/demo/basic.md correctly 1`] = `
|
||||
tabindex="-1"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -218,6 +224,7 @@ exports[`renders ./components/collapse/demo/borderless.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -260,6 +267,7 @@ exports[`renders ./components/collapse/demo/borderless.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -289,6 +297,7 @@ exports[`renders ./components/collapse/demo/borderless.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -326,6 +335,7 @@ exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -371,6 +381,7 @@ exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -401,6 +412,7 @@ exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -437,6 +449,7 @@ exports[`renders ./components/collapse/demo/mix.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -466,6 +479,7 @@ exports[`renders ./components/collapse/demo/mix.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -495,6 +509,7 @@ exports[`renders ./components/collapse/demo/mix.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -531,6 +546,7 @@ exports[`renders ./components/collapse/demo/noarrow.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
|
@ -53,7 +53,9 @@ exports[`renders ./components/comment/demo/basic.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="like"
|
||||
class="anticon anticon-like"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -79,7 +81,9 @@ exports[`renders ./components/comment/demo/basic.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="dislike"
|
||||
class="anticon anticon-dislike"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -12,6 +12,7 @@ exports[`DatePicker disabled date 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -46,7 +47,9 @@ exports[`DatePicker prop locale should works 1`] = `
|
||||
value="2000-01-01"
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle ant-calendar-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -63,6 +66,7 @@ exports[`DatePicker prop locale should works 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -801,6 +801,7 @@ exports[`WeekPicker should support style prop 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -13,6 +13,7 @@ exports[`renders ./components/date-picker/demo/basic.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -43,6 +44,7 @@ exports[`renders ./components/date-picker/demo/basic.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -89,6 +91,7 @@ exports[`renders ./components/date-picker/demo/basic.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -121,6 +124,7 @@ exports[`renders ./components/date-picker/demo/basic.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -155,6 +159,7 @@ exports[`renders ./components/date-picker/demo/date-render.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -200,6 +205,7 @@ exports[`renders ./components/date-picker/demo/date-render.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -235,6 +241,7 @@ exports[`renders ./components/date-picker/demo/disabled.md correctly 1`] = `
|
||||
value="2015-06-06"
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -266,6 +273,7 @@ exports[`renders ./components/date-picker/demo/disabled.md correctly 1`] = `
|
||||
value="2015-06"
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -314,6 +322,7 @@ exports[`renders ./components/date-picker/demo/disabled.md correctly 1`] = `
|
||||
value="2015-06-06"
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -349,6 +358,7 @@ exports[`renders ./components/date-picker/demo/disabled-date.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -379,6 +389,7 @@ exports[`renders ./components/date-picker/demo/disabled-date.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -426,6 +437,7 @@ exports[`renders ./components/date-picker/demo/disabled-date.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -460,6 +472,7 @@ exports[`renders ./components/date-picker/demo/extra-footer.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -490,6 +503,7 @@ exports[`renders ./components/date-picker/demo/extra-footer.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -535,6 +549,7 @@ exports[`renders ./components/date-picker/demo/extra-footer.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -581,6 +596,7 @@ exports[`renders ./components/date-picker/demo/extra-footer.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -610,6 +626,7 @@ exports[`renders ./components/date-picker/demo/extra-footer.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -644,7 +661,9 @@ exports[`renders ./components/date-picker/demo/format.md correctly 1`] = `
|
||||
value="2015/01/01"
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle ant-calendar-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -661,6 +680,7 @@ exports[`renders ./components/date-picker/demo/format.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -691,7 +711,9 @@ exports[`renders ./components/date-picker/demo/format.md correctly 1`] = `
|
||||
value="2015/01"
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle ant-calendar-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -708,6 +730,7 @@ exports[`renders ./components/date-picker/demo/format.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -754,7 +777,9 @@ exports[`renders ./components/date-picker/demo/format.md correctly 1`] = `
|
||||
value="2015/01/01"
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle ant-calendar-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -771,6 +796,7 @@ exports[`renders ./components/date-picker/demo/format.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -806,6 +832,7 @@ exports[`renders ./components/date-picker/demo/mode.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -852,6 +879,7 @@ exports[`renders ./components/date-picker/demo/mode.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -902,6 +930,7 @@ exports[`renders ./components/date-picker/demo/presetted-ranges.md correctly 1`]
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -949,6 +978,7 @@ exports[`renders ./components/date-picker/demo/presetted-ranges.md correctly 1`]
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1047,6 +1077,7 @@ exports[`renders ./components/date-picker/demo/size.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1077,6 +1108,7 @@ exports[`renders ./components/date-picker/demo/size.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1123,6 +1155,7 @@ exports[`renders ./components/date-picker/demo/size.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1155,6 +1188,7 @@ exports[`renders ./components/date-picker/demo/size.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1190,6 +1224,7 @@ exports[`renders ./components/date-picker/demo/start-end.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1220,6 +1255,7 @@ exports[`renders ./components/date-picker/demo/start-end.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1254,6 +1290,7 @@ exports[`renders ./components/date-picker/demo/suffix.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1284,6 +1321,7 @@ exports[`renders ./components/date-picker/demo/suffix.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1330,6 +1368,7 @@ exports[`renders ./components/date-picker/demo/suffix.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1362,6 +1401,7 @@ exports[`renders ./components/date-picker/demo/suffix.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1487,6 +1527,7 @@ exports[`renders ./components/date-picker/demo/time.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1534,6 +1575,7 @@ exports[`renders ./components/date-picker/demo/time.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -29,6 +29,7 @@ exports[`Drawer className is test_drawer 1`] = `
|
||||
class="ant-drawer-close"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -121,6 +122,7 @@ exports[`Drawer destroyOnClose is true 1`] = `
|
||||
class="ant-drawer-close"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -185,6 +187,7 @@ exports[`Drawer have a title 1`] = `
|
||||
class="ant-drawer-close"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -244,6 +247,7 @@ exports[`Drawer render correctly 1`] = `
|
||||
class="ant-drawer-close"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -302,6 +306,7 @@ exports[`Drawer render top drawer 1`] = `
|
||||
class="ant-drawer-close"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
|
@ -38,6 +38,7 @@ exports[`Drawer render correctly 1`] = `
|
||||
class="ant-drawer-close"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
|
@ -20,6 +20,7 @@ exports[`renders ./components/drawer/demo/form-in-drawer.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="plus"
|
||||
class="anticon anticon-plus"
|
||||
>
|
||||
<svg
|
||||
|
@ -7,6 +7,7 @@ exports[`renders ./components/dropdown/demo/basic.md correctly 1`] = `
|
||||
>
|
||||
Hover me
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -53,6 +54,7 @@ exports[`renders ./components/dropdown/demo/dropdown-button.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="ellipsis"
|
||||
class="anticon anticon-ellipsis"
|
||||
>
|
||||
<svg
|
||||
@ -90,6 +92,7 @@ exports[`renders ./components/dropdown/demo/dropdown-button.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="ellipsis"
|
||||
class="anticon anticon-ellipsis"
|
||||
>
|
||||
<svg
|
||||
@ -117,6 +120,7 @@ exports[`renders ./components/dropdown/demo/dropdown-button.md correctly 1`] = `
|
||||
Button
|
||||
</span>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -144,6 +148,7 @@ exports[`renders ./components/dropdown/demo/event.md correctly 1`] = `
|
||||
>
|
||||
Hover me, Click menu item
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -170,6 +175,7 @@ exports[`renders ./components/dropdown/demo/item.md correctly 1`] = `
|
||||
>
|
||||
Hover me
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -196,6 +202,7 @@ exports[`renders ./components/dropdown/demo/overlay-visible.md correctly 1`] = `
|
||||
>
|
||||
Hover me
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -276,6 +283,7 @@ exports[`renders ./components/dropdown/demo/sub-menu.md correctly 1`] = `
|
||||
>
|
||||
Cascading menu
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -302,6 +310,7 @@ exports[`renders ./components/dropdown/demo/trigger.md correctly 1`] = `
|
||||
>
|
||||
Click me
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
|
@ -13,6 +13,7 @@ exports[`DropdownButton should support href like Button 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="ellipsis"
|
||||
class="anticon anticon-ellipsis"
|
||||
>
|
||||
<svg
|
||||
|
@ -66,6 +66,7 @@ exports[`renders ./components/empty/demo/config-provider.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -110,6 +111,7 @@ exports[`renders ./components/empty/demo/config-provider.md correctly 1`] = `
|
||||
style="outline:none"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -148,6 +150,7 @@ exports[`renders ./components/empty/demo/config-provider.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -241,6 +244,7 @@ exports[`renders ./components/empty/demo/config-provider.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -264,6 +268,7 @@ exports[`renders ./components/empty/demo/config-provider.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
|
@ -449,6 +449,7 @@ exports[`renders ./components/form/demo/advanced-search.md correctly 1`] = `
|
||||
>
|
||||
Collapse
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -572,6 +573,7 @@ exports[`renders ./components/form/demo/coordinated.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -687,6 +689,7 @@ exports[`renders ./components/form/demo/customized-form-controls.md correctly 1`
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -760,6 +763,7 @@ exports[`renders ./components/form/demo/dynamic-form-item.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="plus"
|
||||
class="anticon anticon-plus"
|
||||
>
|
||||
<svg
|
||||
@ -1035,6 +1039,7 @@ exports[`renders ./components/form/demo/horizontal-login.md correctly 1`] = `
|
||||
class="ant-input-prefix"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
style="color:rgba(0,0,0,.25)"
|
||||
>
|
||||
@ -1086,6 +1091,7 @@ exports[`renders ./components/form/demo/horizontal-login.md correctly 1`] = `
|
||||
class="ant-input-prefix"
|
||||
>
|
||||
<i
|
||||
aria-label="lock"
|
||||
class="anticon anticon-lock"
|
||||
style="color:rgba(0,0,0,.25)"
|
||||
>
|
||||
@ -1353,6 +1359,7 @@ exports[`renders ./components/form/demo/normal-login.md correctly 1`] = `
|
||||
class="ant-input-prefix"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
style="color:rgba(0,0,0,.25)"
|
||||
>
|
||||
@ -1404,6 +1411,7 @@ exports[`renders ./components/form/demo/normal-login.md correctly 1`] = `
|
||||
class="ant-input-prefix"
|
||||
>
|
||||
<i
|
||||
aria-label="lock"
|
||||
class="anticon anticon-lock"
|
||||
style="color:rgba(0,0,0,.25)"
|
||||
>
|
||||
@ -1620,6 +1628,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
|
||||
<span>
|
||||
Nickname
|
||||
<i
|
||||
aria-label="question-circle-o"
|
||||
class="anticon anticon-question-circle-o"
|
||||
>
|
||||
<svg
|
||||
@ -1706,7 +1715,9 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle ant-cascader-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -1723,6 +1734,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -1811,6 +1823,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1920,6 +1933,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2114,6 +2128,7 @@ exports[`renders ./components/form/demo/time-related-controls.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2172,6 +2187,7 @@ exports[`renders ./components/form/demo/time-related-controls.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2229,6 +2245,7 @@ exports[`renders ./components/form/demo/time-related-controls.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2302,6 +2319,7 @@ exports[`renders ./components/form/demo/time-related-controls.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2376,6 +2394,7 @@ exports[`renders ./components/form/demo/time-related-controls.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2435,6 +2454,7 @@ exports[`renders ./components/form/demo/time-related-controls.md correctly 1`] =
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2578,6 +2598,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2714,6 +2735,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -2739,6 +2761,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -3319,6 +3342,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3340,6 +3364,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3373,6 +3398,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3394,6 +3420,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3427,6 +3454,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3448,6 +3476,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3481,6 +3510,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3502,6 +3532,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3535,6 +3566,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3556,6 +3588,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3799,6 +3832,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -3858,6 +3892,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
@ -3912,6 +3947,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="exclamation-circle"
|
||||
class="anticon anticon-exclamation-circle"
|
||||
>
|
||||
<svg
|
||||
@ -3966,6 +4002,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle"
|
||||
>
|
||||
<svg
|
||||
@ -4026,6 +4063,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -4048,6 +4086,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
@ -4106,6 +4145,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -4131,6 +4171,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="exclamation-circle"
|
||||
class="anticon anticon-exclamation-circle"
|
||||
>
|
||||
<svg
|
||||
@ -4204,6 +4245,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -4227,6 +4269,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle"
|
||||
>
|
||||
<svg
|
||||
@ -4285,7 +4328,9 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle ant-cascader-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -4302,6 +4347,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -4323,6 +4369,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -4396,6 +4443,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -4452,6 +4500,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -4515,6 +4564,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -4540,6 +4590,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -4576,6 +4627,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
@ -4640,6 +4692,7 @@ exports[`renders ./components/form/demo/without-form-create.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -4665,6 +4718,7 @@ exports[`renders ./components/form/demo/without-form-create.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
|
@ -30,6 +30,7 @@ exports[`Icon should give warning and render <i>{null}</i> 1`] = `
|
||||
|
||||
exports[`Icon should render to a <i class="xxx"><svg>...</svg></i> 1`] = `
|
||||
<i
|
||||
aria-label="message"
|
||||
class="anticon anticon-message my-icon-classname"
|
||||
>
|
||||
<svg
|
||||
@ -51,6 +52,7 @@ exports[`Icon should render to a <i class="xxx"><svg>...</svg></i> 1`] = `
|
||||
exports[`Icon should support basic usage 1`] = `
|
||||
<div>
|
||||
<i
|
||||
aria-label="home"
|
||||
class="anticon anticon-home"
|
||||
>
|
||||
<svg
|
||||
@ -68,6 +70,7 @@ exports[`Icon should support basic usage 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -85,6 +88,7 @@ exports[`Icon should support basic usage 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile"
|
||||
>
|
||||
<svg
|
||||
@ -102,6 +106,7 @@ exports[`Icon should support basic usage 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="sync"
|
||||
class="anticon anticon-sync"
|
||||
>
|
||||
<svg
|
||||
@ -119,6 +124,7 @@ exports[`Icon should support basic usage 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -140,6 +146,7 @@ exports[`Icon should support basic usage 1`] = `
|
||||
|
||||
exports[`Icon should support config global two-tone primary color 1`] = `
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
@ -170,6 +177,7 @@ exports[`Icon should support config global two-tone primary color 1`] = `
|
||||
exports[`Icon should support older usage 1`] = `
|
||||
<div>
|
||||
<i
|
||||
aria-label="home-o"
|
||||
class="anticon anticon-home-o"
|
||||
>
|
||||
<svg
|
||||
@ -187,6 +195,7 @@ exports[`Icon should support older usage 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="setting-fill"
|
||||
class="anticon anticon-setting-fill"
|
||||
>
|
||||
<svg
|
||||
@ -204,6 +213,7 @@ exports[`Icon should support older usage 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="smile-o"
|
||||
class="anticon anticon-smile-o"
|
||||
>
|
||||
<svg
|
||||
@ -221,6 +231,7 @@ exports[`Icon should support older usage 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="check-circle-twotone"
|
||||
class="anticon anticon-check-circle-twotone"
|
||||
>
|
||||
<svg
|
||||
@ -290,6 +301,7 @@ exports[`Icon should support svg react component 1`] = `
|
||||
|
||||
exports[`Icon should support two-tone icon 1`] = `
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
|
@ -32,6 +32,7 @@ export interface CustomIconComponentProps {
|
||||
export type ThemeType = 'filled' | 'outlined' | 'twoTone';
|
||||
|
||||
export interface IconProps {
|
||||
tabIndex?: number;
|
||||
type?: string;
|
||||
className?: string;
|
||||
theme?: ThemeType;
|
||||
@ -65,6 +66,9 @@ const Icon: IconComponent<IconProps> = props => {
|
||||
viewBox,
|
||||
spin,
|
||||
|
||||
tabIndex,
|
||||
onClick,
|
||||
|
||||
// children
|
||||
children,
|
||||
|
||||
@ -147,8 +151,19 @@ const Icon: IconComponent<IconProps> = props => {
|
||||
);
|
||||
}
|
||||
|
||||
let iconTabIndex = tabIndex;
|
||||
if (iconTabIndex === undefined && onClick) {
|
||||
iconTabIndex = -1;
|
||||
}
|
||||
|
||||
return (
|
||||
<i {...restProps} className={classString}>
|
||||
<i
|
||||
aria-label={type}
|
||||
{...restProps}
|
||||
tabIndex={iconTabIndex}
|
||||
onClick={onClick}
|
||||
className={classString}
|
||||
>
|
||||
{innerNode}
|
||||
</i>
|
||||
);
|
||||
|
@ -15,6 +15,7 @@ exports[`renders ./components/input-number/demo/basic.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -40,6 +41,7 @@ exports[`renders ./components/input-number/demo/basic.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -92,6 +94,7 @@ exports[`renders ./components/input-number/demo/digit.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -117,6 +120,7 @@ exports[`renders ./components/input-number/demo/digit.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -169,6 +173,7 @@ exports[`renders ./components/input-number/demo/disabled.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -194,6 +199,7 @@ exports[`renders ./components/input-number/demo/disabled.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -261,6 +267,7 @@ exports[`renders ./components/input-number/demo/formatter.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -286,6 +293,7 @@ exports[`renders ./components/input-number/demo/formatter.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -333,6 +341,7 @@ exports[`renders ./components/input-number/demo/formatter.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -358,6 +367,7 @@ exports[`renders ./components/input-number/demo/formatter.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -412,6 +422,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -437,6 +448,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -486,6 +498,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -511,6 +524,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -560,6 +574,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -585,6 +600,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
|
@ -72,6 +72,7 @@ exports[`renders ./components/input/demo/addon.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -131,6 +132,7 @@ exports[`renders ./components/input/demo/addon.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -172,6 +174,7 @@ exports[`renders ./components/input/demo/addon.md correctly 1`] = `
|
||||
class="ant-input-group-addon"
|
||||
>
|
||||
<i
|
||||
aria-label="setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -311,6 +314,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -371,6 +375,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -410,6 +415,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -435,6 +441,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -489,6 +496,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -542,6 +550,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -591,6 +600,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -645,6 +655,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -721,6 +732,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -790,6 +802,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -845,6 +858,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -881,6 +895,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -917,7 +932,9 @@ exports[`renders ./components/input/demo/password-input.md correctly 1`] = `
|
||||
class="ant-input-suffix"
|
||||
>
|
||||
<i
|
||||
aria-label="eye"
|
||||
class="anticon anticon-eye ant-input-password-icon"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -945,6 +962,7 @@ exports[`renders ./components/input/demo/presuffix.md correctly 1`] = `
|
||||
class="ant-input-prefix"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
style="color:rgba(0,0,0,.25)"
|
||||
>
|
||||
@ -988,7 +1006,9 @@ exports[`renders ./components/input/demo/search-input.md correctly 1`] = `
|
||||
class="ant-input-suffix"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search ant-input-search-icon"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -1025,6 +1045,7 @@ exports[`renders ./components/input/demo/search-input.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
|
@ -30,9 +30,11 @@ exports[`Input allowClear should change type when click 1`] = `
|
||||
type="close-circle"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
className="anticon anticon-close-circle ant-input-clear-icon"
|
||||
onClick={[Function]}
|
||||
role="button"
|
||||
tabIndex={-1}
|
||||
>
|
||||
<IconReact
|
||||
className=""
|
||||
@ -154,8 +156,10 @@ exports[`Input.Password should change type when click 1`] = `
|
||||
type="eye"
|
||||
>
|
||||
<i
|
||||
aria-label="eye"
|
||||
className="anticon anticon-eye ant-input-password-icon"
|
||||
onClick={[Function]}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<IconReact
|
||||
className=""
|
||||
@ -231,8 +235,10 @@ exports[`Input.Password should change type when click 2`] = `
|
||||
type="eye-invisible"
|
||||
>
|
||||
<i
|
||||
aria-label="eye-invisible"
|
||||
className="anticon anticon-eye-invisible ant-input-password-icon"
|
||||
onClick={[Function]}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<IconReact
|
||||
className=""
|
||||
@ -312,8 +318,10 @@ exports[`Input.Password should change type when click 3`] = `
|
||||
type="eye"
|
||||
>
|
||||
<i
|
||||
aria-label="eye"
|
||||
className="anticon anticon-eye ant-input-password-icon"
|
||||
onClick={[Function]}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<IconReact
|
||||
className=""
|
||||
@ -391,8 +399,10 @@ exports[`Input.Search should support suffix 1`] = `
|
||||
type="search"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
className="anticon anticon-search ant-input-search-icon"
|
||||
onClick={[Function]}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<IconReact
|
||||
className=""
|
||||
|
@ -147,6 +147,7 @@ exports[`renders ./components/layout/demo/custom-trigger.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -173,6 +174,7 @@ exports[`renders ./components/layout/demo/custom-trigger.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="video-camera"
|
||||
class="anticon anticon-video-camera"
|
||||
>
|
||||
<svg
|
||||
@ -199,6 +201,7 @@ exports[`renders ./components/layout/demo/custom-trigger.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="upload"
|
||||
class="anticon anticon-upload"
|
||||
>
|
||||
<svg
|
||||
@ -230,7 +233,9 @@ exports[`renders ./components/layout/demo/custom-trigger.md correctly 1`] = `
|
||||
style="background:#fff;padding:0"
|
||||
>
|
||||
<i
|
||||
aria-label="menu-fold"
|
||||
class="anticon anticon-menu-fold trigger"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -449,6 +454,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -477,6 +483,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="video-camera"
|
||||
class="anticon anticon-video-camera"
|
||||
>
|
||||
<svg
|
||||
@ -505,6 +512,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="upload"
|
||||
class="anticon anticon-upload"
|
||||
>
|
||||
<svg
|
||||
@ -533,6 +541,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="bar-chart"
|
||||
class="anticon anticon-bar-chart"
|
||||
>
|
||||
<svg
|
||||
@ -561,6 +570,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="cloud-o"
|
||||
class="anticon anticon-cloud-o"
|
||||
>
|
||||
<svg
|
||||
@ -589,6 +599,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="appstore-o"
|
||||
class="anticon anticon-appstore-o"
|
||||
>
|
||||
<svg
|
||||
@ -617,6 +628,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="team"
|
||||
class="anticon anticon-team"
|
||||
>
|
||||
<svg
|
||||
@ -645,6 +657,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="shop"
|
||||
class="anticon anticon-shop"
|
||||
>
|
||||
<svg
|
||||
@ -816,6 +829,7 @@ exports[`renders ./components/layout/demo/responsive.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -844,6 +858,7 @@ exports[`renders ./components/layout/demo/responsive.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="video-camera"
|
||||
class="anticon anticon-video-camera"
|
||||
>
|
||||
<svg
|
||||
@ -872,6 +887,7 @@ exports[`renders ./components/layout/demo/responsive.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="upload"
|
||||
class="anticon anticon-upload"
|
||||
>
|
||||
<svg
|
||||
@ -900,6 +916,7 @@ exports[`renders ./components/layout/demo/responsive.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -977,6 +994,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="pie-chart"
|
||||
class="anticon anticon-pie-chart"
|
||||
>
|
||||
<svg
|
||||
@ -1003,6 +1021,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="desktop"
|
||||
class="anticon anticon-desktop"
|
||||
>
|
||||
<svg
|
||||
@ -1035,6 +1054,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -1073,6 +1093,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="team"
|
||||
class="anticon anticon-team"
|
||||
>
|
||||
<svg
|
||||
@ -1105,6 +1126,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
class="anticon anticon-file"
|
||||
>
|
||||
<svg
|
||||
@ -1132,6 +1154,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
|
||||
style="width:200px"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1554,6 +1577,7 @@ exports[`renders ./components/layout/demo/top-side.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -1623,6 +1647,7 @@ exports[`renders ./components/layout/demo/top-side.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="laptop"
|
||||
class="anticon anticon-laptop"
|
||||
>
|
||||
<svg
|
||||
@ -1659,6 +1684,7 @@ exports[`renders ./components/layout/demo/top-side.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="notification"
|
||||
class="anticon anticon-notification"
|
||||
>
|
||||
<svg
|
||||
@ -1838,6 +1864,7 @@ exports[`renders ./components/layout/demo/top-side-2.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -1907,6 +1934,7 @@ exports[`renders ./components/layout/demo/top-side-2.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="laptop"
|
||||
class="anticon anticon-laptop"
|
||||
>
|
||||
<svg
|
||||
@ -1943,6 +1971,7 @@ exports[`renders ./components/layout/demo/top-side-2.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="notification"
|
||||
class="anticon anticon-notification"
|
||||
>
|
||||
<svg
|
||||
|
@ -937,6 +937,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="star-o"
|
||||
class="anticon anticon-star-o"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -963,6 +964,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="like-o"
|
||||
class="anticon anticon-like-o"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -989,6 +991,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="message"
|
||||
class="anticon anticon-message"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -1075,6 +1078,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="star-o"
|
||||
class="anticon anticon-star-o"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -1101,6 +1105,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="like-o"
|
||||
class="anticon anticon-like-o"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -1127,6 +1132,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="message"
|
||||
class="anticon anticon-message"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -1213,6 +1219,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="star-o"
|
||||
class="anticon anticon-star-o"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -1239,6 +1246,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="like-o"
|
||||
class="anticon anticon-like-o"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -1265,6 +1273,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="message"
|
||||
class="anticon anticon-message"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -1326,6 +1335,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1426,6 +1436,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
|
@ -46,6 +46,7 @@ exports[`List.pagination renders pagination correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -92,6 +93,7 @@ exports[`List.pagination renders pagination correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
|
@ -72,6 +72,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -145,6 +146,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -196,6 +198,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -264,6 +267,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -294,6 +298,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -326,6 +331,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -375,6 +381,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -482,6 +489,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
class="ant-transfer-list-search-action"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -536,6 +544,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -559,6 +568,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -626,6 +636,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
class="ant-transfer-list-search-action"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -712,6 +723,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -761,6 +773,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1753,7 +1766,9 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
Name
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
>
|
||||
<svg
|
||||
@ -1831,6 +1846,7 @@ exports[`renders ./components/locale-provider/demo/basic.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1904,6 +1920,7 @@ exports[`renders ./components/locale-provider/demo/basic.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1955,6 +1972,7 @@ exports[`renders ./components/locale-provider/demo/basic.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -28,6 +28,7 @@ exports[`renders ./components/menu/demo/horizontal.md correctly 1`] = `
|
||||
role="menuitem"
|
||||
>
|
||||
<i
|
||||
aria-label="mail"
|
||||
class="anticon anticon-mail"
|
||||
>
|
||||
<svg
|
||||
@ -70,6 +71,7 @@ exports[`renders ./components/menu/demo/horizontal.md correctly 1`] = `
|
||||
role="menuitem"
|
||||
>
|
||||
<i
|
||||
aria-label="appstore"
|
||||
class="anticon anticon-appstore"
|
||||
>
|
||||
<svg
|
||||
@ -119,6 +121,7 @@ exports[`renders ./components/menu/demo/horizontal.md correctly 1`] = `
|
||||
class="submenu-title-wrapper"
|
||||
>
|
||||
<i
|
||||
aria-label="setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -212,6 +215,7 @@ exports[`renders ./components/menu/demo/inline.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="mail"
|
||||
class="anticon anticon-mail"
|
||||
>
|
||||
<svg
|
||||
@ -311,6 +315,7 @@ exports[`renders ./components/menu/demo/inline.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="appstore"
|
||||
class="anticon anticon-appstore"
|
||||
>
|
||||
<svg
|
||||
@ -349,6 +354,7 @@ exports[`renders ./components/menu/demo/inline.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -388,6 +394,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="menu-fold"
|
||||
class="anticon anticon-menu-fold"
|
||||
>
|
||||
<svg
|
||||
@ -415,6 +422,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="pie-chart"
|
||||
class="anticon anticon-pie-chart"
|
||||
>
|
||||
<svg
|
||||
@ -441,6 +449,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="desktop"
|
||||
class="anticon anticon-desktop"
|
||||
>
|
||||
<svg
|
||||
@ -467,6 +476,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="inbox"
|
||||
class="anticon anticon-inbox"
|
||||
>
|
||||
<svg
|
||||
@ -500,6 +510,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="mail"
|
||||
class="anticon anticon-mail"
|
||||
>
|
||||
<svg
|
||||
@ -571,6 +582,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="appstore"
|
||||
class="anticon anticon-appstore"
|
||||
>
|
||||
<svg
|
||||
@ -620,6 +632,7 @@ exports[`renders ./components/menu/demo/sider-current.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="mail"
|
||||
class="anticon anticon-mail"
|
||||
>
|
||||
<svg
|
||||
@ -691,6 +704,7 @@ exports[`renders ./components/menu/demo/sider-current.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="appstore"
|
||||
class="anticon anticon-appstore"
|
||||
>
|
||||
<svg
|
||||
@ -729,6 +743,7 @@ exports[`renders ./components/menu/demo/sider-current.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -799,6 +814,7 @@ exports[`renders ./components/menu/demo/switch-mode.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="mail"
|
||||
class="anticon anticon-mail"
|
||||
>
|
||||
<svg
|
||||
@ -823,6 +839,7 @@ exports[`renders ./components/menu/demo/switch-mode.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
class="anticon anticon-calendar"
|
||||
>
|
||||
<svg
|
||||
@ -854,6 +871,7 @@ exports[`renders ./components/menu/demo/switch-mode.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="appstore"
|
||||
class="anticon anticon-appstore"
|
||||
>
|
||||
<svg
|
||||
@ -929,6 +947,7 @@ exports[`renders ./components/menu/demo/switch-mode.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -994,6 +1013,7 @@ exports[`renders ./components/menu/demo/theme.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="mail"
|
||||
class="anticon anticon-mail"
|
||||
>
|
||||
<svg
|
||||
@ -1065,6 +1085,7 @@ exports[`renders ./components/menu/demo/theme.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="appstore"
|
||||
class="anticon anticon-appstore"
|
||||
>
|
||||
<svg
|
||||
@ -1103,6 +1124,7 @@ exports[`renders ./components/menu/demo/theme.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -1150,6 +1172,7 @@ exports[`renders ./components/menu/demo/vertical.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="mail"
|
||||
class="anticon anticon-mail"
|
||||
>
|
||||
<svg
|
||||
@ -1186,6 +1209,7 @@ exports[`renders ./components/menu/demo/vertical.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="appstore"
|
||||
class="anticon anticon-appstore"
|
||||
>
|
||||
<svg
|
||||
@ -1222,6 +1246,7 @@ exports[`renders ./components/menu/demo/vertical.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
|
@ -34,6 +34,7 @@ exports[`Modal render correctly 1`] = `
|
||||
class="ant-modal-close-x"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close ant-modal-close-icon"
|
||||
>
|
||||
<svg
|
||||
@ -126,6 +127,7 @@ exports[`Modal render without footer 1`] = `
|
||||
class="ant-modal-close-x"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close ant-modal-close-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -77,6 +77,7 @@ exports[`renders ./components/notification/demo/placement.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -14,6 +14,7 @@ exports[`renders ./components/pagination/demo/basic.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -87,6 +88,7 @@ exports[`renders ./components/pagination/demo/basic.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -123,6 +125,7 @@ exports[`renders ./components/pagination/demo/changer.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -198,6 +201,7 @@ exports[`renders ./components/pagination/demo/changer.md correctly 1`] = `
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-right"
|
||||
class="anticon anticon-double-right ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -241,6 +245,7 @@ exports[`renders ./components/pagination/demo/changer.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -292,6 +297,7 @@ exports[`renders ./components/pagination/demo/changer.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -330,6 +336,7 @@ exports[`renders ./components/pagination/demo/controlled.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -403,6 +410,7 @@ exports[`renders ./components/pagination/demo/controlled.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -495,6 +503,7 @@ exports[`renders ./components/pagination/demo/itemRender.md correctly 1`] = `
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-right"
|
||||
class="anticon anticon-double-right ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -556,6 +565,7 @@ exports[`renders ./components/pagination/demo/jump.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -631,6 +641,7 @@ exports[`renders ./components/pagination/demo/jump.md correctly 1`] = `
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-right"
|
||||
class="anticon anticon-double-right ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -674,6 +685,7 @@ exports[`renders ./components/pagination/demo/jump.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -723,6 +735,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -796,6 +809,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -828,6 +842,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -901,6 +916,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -952,6 +968,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1000,6 +1017,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1073,6 +1091,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1110,6 +1129,7 @@ exports[`renders ./components/pagination/demo/more.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1149,6 +1169,7 @@ exports[`renders ./components/pagination/demo/more.md correctly 1`] = `
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-left"
|
||||
class="anticon anticon-double-left ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1230,6 +1251,7 @@ exports[`renders ./components/pagination/demo/more.md correctly 1`] = `
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-right"
|
||||
class="anticon anticon-double-right ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1273,6 +1295,7 @@ exports[`renders ./components/pagination/demo/more.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1308,6 +1331,7 @@ exports[`renders ./components/pagination/demo/simple.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1352,6 +1376,7 @@ exports[`renders ./components/pagination/demo/simple.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1393,6 +1418,7 @@ exports[`renders ./components/pagination/demo/total.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1466,6 +1492,7 @@ exports[`renders ./components/pagination/demo/total.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1504,6 +1531,7 @@ exports[`renders ./components/pagination/demo/total.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1577,6 +1605,7 @@ exports[`renders ./components/pagination/demo/total.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`Popconfirm should show overlay when trigger is clicked 1`] = `"<div class=\\"ant-popover-content\\"><div class=\\"ant-popover-arrow\\"></div><div class=\\"ant-popover-inner\\" role=\\"tooltip\\"><div><div class=\\"ant-popover-inner-content\\"><div class=\\"ant-popover-message\\"><i class=\\"anticon anticon-exclamation-circle\\"><svg viewBox=\\"64 64 896 896\\" class=\\"\\" data-icon=\\"exclamation-circle\\" width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\"><path d=\\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\\"></path></svg></i><div class=\\"ant-popover-message-title\\">code</div></div><div class=\\"ant-popover-buttons\\"><button type=\\"button\\" class=\\"ant-btn ant-btn-sm\\"><span>Cancel</span></button><button type=\\"button\\" class=\\"ant-btn ant-btn-primary ant-btn-sm\\"><span>OK</span></button></div></div></div></div></div>"`;
|
||||
exports[`Popconfirm should show overlay when trigger is clicked 1`] = `"<div class=\\"ant-popover-content\\"><div class=\\"ant-popover-arrow\\"></div><div class=\\"ant-popover-inner\\" role=\\"tooltip\\"><div><div class=\\"ant-popover-inner-content\\"><div class=\\"ant-popover-message\\"><i aria-label=\\"exclamation-circle\\" class=\\"anticon anticon-exclamation-circle\\"><svg viewBox=\\"64 64 896 896\\" class=\\"\\" data-icon=\\"exclamation-circle\\" width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\"><path d=\\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\\"></path></svg></i><div class=\\"ant-popover-message-title\\">code</div></div><div class=\\"ant-popover-buttons\\"><button type=\\"button\\" class=\\"ant-btn ant-btn-sm\\"><span>Cancel</span></button><button type=\\"button\\" class=\\"ant-btn ant-btn-primary ant-btn-sm\\"><span>OK</span></button></div></div></div></div></div>"`;
|
||||
|
||||
exports[`Popconfirm should show overlay when trigger is clicked 2`] = `"<div class=\\"ant-popover-content\\"><div class=\\"ant-popover-arrow\\"></div><div class=\\"ant-popover-inner\\" role=\\"tooltip\\"><div><div class=\\"ant-popover-inner-content\\"><div class=\\"ant-popover-message\\"><i class=\\"anticon anticon-exclamation-circle\\"><svg viewBox=\\"64 64 896 896\\" class=\\"\\" data-icon=\\"exclamation-circle\\" width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\"><path d=\\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\\"></path></svg></i><div class=\\"ant-popover-message-title\\">code</div></div><div class=\\"ant-popover-buttons\\"><button type=\\"button\\" class=\\"ant-btn ant-btn-sm\\"><span>Cancel</span></button><button type=\\"button\\" class=\\"ant-btn ant-btn-primary ant-btn-sm\\"><span>OK</span></button></div></div></div></div></div>"`;
|
||||
exports[`Popconfirm should show overlay when trigger is clicked 2`] = `"<div class=\\"ant-popover-content\\"><div class=\\"ant-popover-arrow\\"></div><div class=\\"ant-popover-inner\\" role=\\"tooltip\\"><div><div class=\\"ant-popover-inner-content\\"><div class=\\"ant-popover-message\\"><i aria-label=\\"exclamation-circle\\" class=\\"anticon anticon-exclamation-circle\\"><svg viewBox=\\"64 64 896 896\\" class=\\"\\" data-icon=\\"exclamation-circle\\" width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\"><path d=\\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\\"></path></svg></i><div class=\\"ant-popover-message-title\\">code</div></div><div class=\\"ant-popover-buttons\\"><button type=\\"button\\" class=\\"ant-btn ant-btn-sm\\"><span>Cancel</span></button><button type=\\"button\\" class=\\"ant-btn ant-btn-primary ant-btn-sm\\"><span>OK</span></button></div></div></div></div></div>"`;
|
||||
|
@ -78,6 +78,7 @@ exports[`renders ./components/progress/demo/circle.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -133,6 +134,7 @@ exports[`renders ./components/progress/demo/circle.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
class="anticon anticon-check"
|
||||
>
|
||||
<svg
|
||||
@ -205,6 +207,7 @@ exports[`renders ./components/progress/demo/circle-dynamic.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="minus"
|
||||
class="anticon anticon-minus"
|
||||
>
|
||||
<svg
|
||||
@ -227,6 +230,7 @@ exports[`renders ./components/progress/demo/circle-dynamic.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="plus"
|
||||
class="anticon anticon-plus"
|
||||
>
|
||||
<svg
|
||||
@ -326,6 +330,7 @@ exports[`renders ./components/progress/demo/circle-mini.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -381,6 +386,7 @@ exports[`renders ./components/progress/demo/circle-mini.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
class="anticon anticon-check"
|
||||
>
|
||||
<svg
|
||||
@ -480,6 +486,7 @@ exports[`renders ./components/progress/demo/dynamic.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="minus"
|
||||
class="anticon anticon-minus"
|
||||
>
|
||||
<svg
|
||||
@ -502,6 +509,7 @@ exports[`renders ./components/progress/demo/dynamic.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="plus"
|
||||
class="anticon anticon-plus"
|
||||
>
|
||||
<svg
|
||||
@ -678,6 +686,7 @@ exports[`renders ./components/progress/demo/line.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle"
|
||||
>
|
||||
<svg
|
||||
@ -717,6 +726,7 @@ exports[`renders ./components/progress/demo/line.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
@ -829,6 +839,7 @@ exports[`renders ./components/progress/demo/line-mini.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
class="anticon anticon-close-circle"
|
||||
>
|
||||
<svg
|
||||
@ -868,6 +879,7 @@ exports[`renders ./components/progress/demo/line-mini.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
|
@ -137,6 +137,7 @@ exports[`Progress render out-of-range progress 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
@ -179,6 +180,7 @@ exports[`Progress render out-of-range progress with info 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
|
@ -20,6 +20,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -41,6 +42,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -74,6 +76,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -95,6 +98,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -128,6 +132,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -149,6 +154,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -182,6 +188,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -203,6 +210,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -236,6 +244,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -257,6 +266,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -300,6 +310,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -321,6 +332,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -354,6 +366,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -375,6 +388,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -408,6 +422,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -429,6 +444,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -462,6 +478,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -483,6 +500,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -516,6 +534,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -537,6 +556,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -816,6 +836,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -837,6 +858,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -870,6 +892,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -891,6 +914,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -924,6 +948,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -945,6 +970,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -978,6 +1004,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -999,6 +1026,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1032,6 +1060,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1053,6 +1082,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1094,6 +1124,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1115,6 +1146,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1148,6 +1180,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1169,6 +1202,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1202,6 +1236,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1223,6 +1258,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1256,6 +1292,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1277,6 +1314,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1310,6 +1348,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1331,6 +1370,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1375,6 +1415,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1396,6 +1437,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1429,6 +1471,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1450,6 +1493,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1483,6 +1527,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1504,6 +1549,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1537,6 +1583,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1558,6 +1605,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1591,6 +1639,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1612,6 +1661,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1654,6 +1704,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1675,6 +1726,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1708,6 +1760,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1729,6 +1782,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1762,6 +1816,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1783,6 +1838,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1816,6 +1872,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1837,6 +1894,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1870,6 +1928,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1891,6 +1950,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1934,6 +1994,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1955,6 +2016,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1988,6 +2050,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2009,6 +2072,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2042,6 +2106,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2063,6 +2128,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2096,6 +2162,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2117,6 +2184,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2150,6 +2218,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2171,6 +2240,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
|
@ -75,6 +75,7 @@ exports[`renders ./components/select/demo/basic.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -125,6 +126,7 @@ exports[`renders ./components/select/demo/basic.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -175,6 +177,7 @@ exports[`renders ./components/select/demo/basic.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -230,6 +233,7 @@ exports[`renders ./components/select/demo/coordinate.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -280,6 +284,7 @@ exports[`renders ./components/select/demo/coordinate.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -334,6 +339,7 @@ exports[`renders ./components/select/demo/custom-dropdown-menu.md correctly 1`]
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -436,6 +442,7 @@ exports[`renders ./components/select/demo/label-in-value.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -498,6 +505,7 @@ exports[`renders ./components/select/demo/multiple.md correctly 1`] = `
|
||||
class="ant-select-selection__choice__remove"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close ant-select-remove-icon"
|
||||
>
|
||||
<svg
|
||||
@ -532,6 +540,7 @@ exports[`renders ./components/select/demo/multiple.md correctly 1`] = `
|
||||
class="ant-select-selection__choice__remove"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close ant-select-remove-icon"
|
||||
>
|
||||
<svg
|
||||
@ -606,6 +615,7 @@ exports[`renders ./components/select/demo/optgroup.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -678,6 +688,7 @@ exports[`renders ./components/select/demo/search.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -894,6 +905,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -954,6 +966,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
|
||||
class="ant-select-selection__choice__remove"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close ant-select-remove-icon"
|
||||
>
|
||||
<svg
|
||||
@ -988,6 +1001,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
|
||||
class="ant-select-selection__choice__remove"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close ant-select-remove-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1069,6 +1083,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
|
||||
class="ant-select-selection__choice__remove"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close ant-select-remove-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1103,6 +1118,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
|
||||
class="ant-select-selection__choice__remove"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close ant-select-remove-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1179,6 +1195,7 @@ exports[`renders ./components/select/demo/suffix.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1229,6 +1246,7 @@ exports[`renders ./components/select/demo/suffix.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="meh"
|
||||
class="anticon anticon-meh ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -22,6 +22,7 @@ exports[`Select Select Custom Icons should support customized icons 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -154,6 +154,7 @@ exports[`renders ./components/slider/demo/icon-slider.md correctly 1`] = `
|
||||
class="icon-wrapper"
|
||||
>
|
||||
<i
|
||||
aria-label="frown-o"
|
||||
class="anticon anticon-frown-o"
|
||||
style="color:rgba(0, 0, 0, .45)"
|
||||
>
|
||||
@ -199,6 +200,7 @@ exports[`renders ./components/slider/demo/icon-slider.md correctly 1`] = `
|
||||
/>
|
||||
</div>
|
||||
<i
|
||||
aria-label="smile-o"
|
||||
class="anticon anticon-smile-o"
|
||||
style="color:"
|
||||
>
|
||||
@ -273,6 +275,7 @@ exports[`renders ./components/slider/demo/input-number.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -298,6 +301,7 @@ exports[`renders ./components/slider/demo/input-number.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -387,6 +391,7 @@ exports[`renders ./components/slider/demo/input-number.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -412,6 +417,7 @@ exports[`renders ./components/slider/demo/input-number.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
|
@ -20,6 +20,7 @@ exports[`renders ./components/spin/demo/custom-indicator.md correctly 1`] = `
|
||||
class="ant-spin ant-spin-spinning"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading ant-spin-dot"
|
||||
style="font-size:24px"
|
||||
>
|
||||
|
@ -152,6 +152,7 @@ exports[`renders ./components/steps/demo/error.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
class="anticon anticon-check ant-steps-finish-icon"
|
||||
>
|
||||
<svg
|
||||
@ -198,6 +199,7 @@ exports[`renders ./components/steps/demo/error.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close ant-steps-error-icon"
|
||||
>
|
||||
<svg
|
||||
@ -281,6 +283,7 @@ exports[`renders ./components/steps/demo/icon.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -322,6 +325,7 @@ exports[`renders ./components/steps/demo/icon.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="solution"
|
||||
class="anticon anticon-solution"
|
||||
>
|
||||
<svg
|
||||
@ -363,6 +367,7 @@ exports[`renders ./components/steps/demo/icon.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -404,6 +409,7 @@ exports[`renders ./components/steps/demo/icon.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="smile-o"
|
||||
class="anticon anticon-smile-o"
|
||||
>
|
||||
<svg
|
||||
@ -555,6 +561,7 @@ exports[`renders ./components/steps/demo/simple.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
class="anticon anticon-check ant-steps-finish-icon"
|
||||
>
|
||||
<svg
|
||||
@ -668,6 +675,7 @@ exports[`renders ./components/steps/demo/small-size.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
class="anticon anticon-check ant-steps-finish-icon"
|
||||
>
|
||||
<svg
|
||||
@ -867,6 +875,7 @@ exports[`renders ./components/steps/demo/vertical.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
class="anticon anticon-check ant-steps-finish-icon"
|
||||
>
|
||||
<svg
|
||||
@ -980,6 +989,7 @@ exports[`renders ./components/steps/demo/vertical-small.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
class="anticon anticon-check ant-steps-finish-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -3,6 +3,10 @@
|
||||
|
||||
.@{iconfont-css-prefix} {
|
||||
.iconfont-mixin();
|
||||
|
||||
&[tabindex] {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.@{iconfont-css-prefix}-spin:before {
|
||||
|
@ -48,6 +48,7 @@ exports[`renders ./components/switch/demo/loading.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading ant-switch-loading-icon"
|
||||
>
|
||||
<svg
|
||||
@ -77,6 +78,7 @@ exports[`renders ./components/switch/demo/loading.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading ant-switch-loading-icon"
|
||||
>
|
||||
<svg
|
||||
@ -164,6 +166,7 @@ exports[`renders ./components/switch/demo/text.md correctly 1`] = `
|
||||
class="ant-switch-inner"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
class="anticon anticon-check"
|
||||
>
|
||||
<svg
|
||||
|
@ -98,7 +98,9 @@ exports[`Table.filter renders filter correctly 1`] = `
|
||||
Name
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
>
|
||||
<svg
|
||||
|
@ -87,6 +87,7 @@ exports[`Table.pagination renders pagination correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -133,6 +134,7 @@ exports[`Table.pagination renders pagination correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
|
@ -392,6 +392,7 @@ exports[`Table.rowSelection fix selection column on the left 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -428,6 +429,7 @@ exports[`Table.rowSelection fix selection column on the left 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
|
@ -17,6 +17,7 @@ exports[`Table.sorter renders sorter icon correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -34,6 +35,7 @@ exports[`Table.sorter renders sorter icon correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
|
@ -47,6 +47,7 @@ exports[`renders ./components/table/demo/ajax.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -64,6 +65,7 @@ exports[`renders ./components/table/demo/ajax.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
@ -90,7 +92,9 @@ exports[`renders ./components/table/demo/ajax.md correctly 1`] = `
|
||||
Gender
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
>
|
||||
<svg
|
||||
@ -425,6 +429,7 @@ exports[`renders ./components/table/demo/basic.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -461,6 +466,7 @@ exports[`renders ./components/table/demo/basic.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -654,6 +660,7 @@ exports[`renders ./components/table/demo/bordered.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -690,6 +697,7 @@ exports[`renders ./components/table/demo/bordered.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -966,6 +974,7 @@ exports[`renders ./components/table/demo/colspan-rowspan.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1002,6 +1011,7 @@ exports[`renders ./components/table/demo/colspan-rowspan.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1068,7 +1078,9 @@ exports[`renders ./components/table/demo/custom-filter-panel.md correctly 1`] =
|
||||
Name
|
||||
</div>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search ant-table-filter-icon ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
>
|
||||
<svg
|
||||
@ -1093,7 +1105,9 @@ exports[`renders ./components/table/demo/custom-filter-panel.md correctly 1`] =
|
||||
Age
|
||||
</div>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search ant-table-filter-icon ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
>
|
||||
<svg
|
||||
@ -1118,7 +1132,9 @@ exports[`renders ./components/table/demo/custom-filter-panel.md correctly 1`] =
|
||||
Address
|
||||
</div>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search ant-table-filter-icon ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
>
|
||||
<svg
|
||||
@ -1327,6 +1343,7 @@ exports[`renders ./components/table/demo/custom-filter-panel.md correctly 1`] =
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1363,6 +1380,7 @@ exports[`renders ./components/table/demo/custom-filter-panel.md correctly 1`] =
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1461,6 +1479,7 @@ exports[`renders ./components/table/demo/drag-sorting.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1497,6 +1516,7 @@ exports[`renders ./components/table/demo/drag-sorting.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -2238,6 +2258,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -2335,6 +2356,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -2432,6 +2454,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -2529,6 +2552,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -2626,6 +2650,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -2723,6 +2748,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -2820,6 +2846,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -2917,6 +2944,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -3014,6 +3042,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -3111,6 +3140,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -3154,6 +3184,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -3190,6 +3221,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -3386,6 +3418,7 @@ exports[`renders ./components/table/demo/edit-cell.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -3422,6 +3455,7 @@ exports[`renders ./components/table/demo/edit-cell.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -3866,6 +3900,7 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -3941,6 +3976,7 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-right"
|
||||
class="anticon anticon-double-right ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -3984,6 +4020,7 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -4207,6 +4244,7 @@ exports[`renders ./components/table/demo/expand.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -4243,6 +4281,7 @@ exports[`renders ./components/table/demo/expand.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -4470,6 +4509,7 @@ exports[`renders ./components/table/demo/expand-children.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -4506,6 +4546,7 @@ exports[`renders ./components/table/demo/expand-children.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -4971,6 +5012,7 @@ exports[`renders ./components/table/demo/fixed-columns.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -5007,6 +5049,7 @@ exports[`renders ./components/table/demo/fixed-columns.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -6367,6 +6410,7 @@ exports[`renders ./components/table/demo/fixed-columns-header.md correctly 1`] =
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -6442,6 +6486,7 @@ exports[`renders ./components/table/demo/fixed-columns-header.md correctly 1`] =
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-right"
|
||||
class="anticon anticon-double-right ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -6485,6 +6530,7 @@ exports[`renders ./components/table/demo/fixed-columns-header.md correctly 1`] =
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -7810,6 +7856,7 @@ exports[`renders ./components/table/demo/fixed-header.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -7856,6 +7903,7 @@ exports[`renders ./components/table/demo/fixed-header.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -7940,7 +7988,9 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
Name
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
>
|
||||
<svg
|
||||
@ -7997,6 +8047,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -8014,6 +8065,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
@ -8648,7 +8700,9 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
Name
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
>
|
||||
<svg
|
||||
@ -9003,6 +9057,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -9078,6 +9133,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-right"
|
||||
class="anticon anticon-double-right ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -9121,6 +9177,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -9188,6 +9245,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
@ -9207,7 +9265,9 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
>
|
||||
<svg
|
||||
@ -9237,6 +9297,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -9254,6 +9315,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down on"
|
||||
>
|
||||
<svg
|
||||
@ -9285,6 +9347,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -9302,6 +9365,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
@ -9321,7 +9385,9 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
>
|
||||
<svg
|
||||
@ -9458,6 +9524,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -9494,6 +9561,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -9818,6 +9886,7 @@ exports[`renders ./components/table/demo/jsx.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -9854,6 +9923,7 @@ exports[`renders ./components/table/demo/jsx.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -10146,6 +10216,7 @@ exports[`renders ./components/table/demo/nested-table.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -10182,6 +10253,7 @@ exports[`renders ./components/table/demo/nested-table.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -10278,6 +10350,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -10295,6 +10368,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
@ -10314,7 +10388,9 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
>
|
||||
<svg
|
||||
@ -10344,6 +10420,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -10361,6 +10438,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
@ -10392,6 +10470,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -10409,6 +10488,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
@ -10428,7 +10508,9 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
>
|
||||
<svg
|
||||
@ -10565,6 +10647,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -10601,6 +10684,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -10855,6 +10939,7 @@ exports[`renders ./components/table/demo/resizable-column.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -10891,6 +10976,7 @@ exports[`renders ./components/table/demo/resizable-column.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -11219,6 +11305,7 @@ exports[`renders ./components/table/demo/row-selection.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -11255,6 +11342,7 @@ exports[`renders ./components/table/demo/row-selection.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -11849,6 +11937,7 @@ exports[`renders ./components/table/demo/row-selection-and-operation.md correctl
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -11922,6 +12011,7 @@ exports[`renders ./components/table/demo/row-selection-and-operation.md correctl
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -12007,6 +12097,7 @@ exports[`renders ./components/table/demo/row-selection-custom.md correctly 1`] =
|
||||
class="ant-table-selection-down ant-dropdown-trigger"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -12521,6 +12612,7 @@ exports[`renders ./components/table/demo/row-selection-custom.md correctly 1`] =
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -12594,6 +12686,7 @@ exports[`renders ./components/table/demo/row-selection-custom.md correctly 1`] =
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -12769,6 +12862,7 @@ exports[`renders ./components/table/demo/size.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -12805,6 +12899,7 @@ exports[`renders ./components/table/demo/size.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -12976,6 +13071,7 @@ exports[`renders ./components/table/demo/size.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -13012,6 +13108,7 @@ exports[`renders ./components/table/demo/size.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
|
@ -20,6 +20,7 @@ exports[`renders ./components/tabs/demo/basic.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -46,6 +47,7 @@ exports[`renders ./components/tabs/demo/basic.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -172,6 +174,7 @@ exports[`renders ./components/tabs/demo/card.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -198,6 +201,7 @@ exports[`renders ./components/tabs/demo/card.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -326,6 +330,7 @@ exports[`renders ./components/tabs/demo/card-top.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -352,6 +357,7 @@ exports[`renders ./components/tabs/demo/card-top.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -499,6 +505,7 @@ exports[`renders ./components/tabs/demo/custom-add-trigger.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -525,6 +532,7 @@ exports[`renders ./components/tabs/demo/custom-add-trigger.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -562,7 +570,9 @@ exports[`renders ./components/tabs/demo/custom-add-trigger.md correctly 1`] = `
|
||||
<div>
|
||||
Tab 1
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close ant-tabs-close-x"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -589,7 +599,9 @@ exports[`renders ./components/tabs/demo/custom-add-trigger.md correctly 1`] = `
|
||||
<div>
|
||||
Tab 2
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close ant-tabs-close-x"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -680,6 +692,7 @@ exports[`renders ./components/tabs/demo/custom-tab-bar.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -706,6 +719,7 @@ exports[`renders ./components/tabs/demo/custom-tab-bar.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -835,6 +849,7 @@ exports[`renders ./components/tabs/demo/disabled.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -861,6 +876,7 @@ exports[`renders ./components/tabs/demo/disabled.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -982,7 +998,9 @@ exports[`renders ./components/tabs/demo/editable-card.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="plus"
|
||||
class="anticon anticon-plus ant-tabs-new-tab"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -1011,6 +1029,7 @@ exports[`renders ./components/tabs/demo/editable-card.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1037,6 +1056,7 @@ exports[`renders ./components/tabs/demo/editable-card.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1074,7 +1094,9 @@ exports[`renders ./components/tabs/demo/editable-card.md correctly 1`] = `
|
||||
<div>
|
||||
Tab 1
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close ant-tabs-close-x"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -1101,7 +1123,9 @@ exports[`renders ./components/tabs/demo/editable-card.md correctly 1`] = `
|
||||
<div>
|
||||
Tab 2
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close ant-tabs-close-x"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -1217,6 +1241,7 @@ exports[`renders ./components/tabs/demo/extra.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1243,6 +1268,7 @@ exports[`renders ./components/tabs/demo/extra.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1369,6 +1395,7 @@ exports[`renders ./components/tabs/demo/icon.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1395,6 +1422,7 @@ exports[`renders ./components/tabs/demo/icon.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1431,6 +1459,7 @@ exports[`renders ./components/tabs/demo/icon.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="apple"
|
||||
class="anticon anticon-apple"
|
||||
>
|
||||
<svg
|
||||
@ -1458,6 +1487,7 @@ exports[`renders ./components/tabs/demo/icon.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="android"
|
||||
class="anticon anticon-android"
|
||||
>
|
||||
<svg
|
||||
@ -1551,6 +1581,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1593,6 +1624,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1635,6 +1667,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1677,6 +1710,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1715,6 +1749,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1741,6 +1776,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1833,6 +1869,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1859,6 +1896,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -2241,6 +2279,7 @@ exports[`renders ./components/tabs/demo/position.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2280,6 +2319,7 @@ exports[`renders ./components/tabs/demo/position.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -2306,6 +2346,7 @@ exports[`renders ./components/tabs/demo/position.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -2497,6 +2538,7 @@ exports[`renders ./components/tabs/demo/size.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -2523,6 +2565,7 @@ exports[`renders ./components/tabs/demo/size.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -2696,6 +2739,7 @@ exports[`renders ./components/tabs/demo/slide.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -2722,6 +2766,7 @@ exports[`renders ./components/tabs/demo/slide.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
|
@ -62,6 +62,7 @@ exports[`Tabs tabPosition remove card 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
class="anticon anticon-up ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -88,6 +89,7 @@ exports[`Tabs tabPosition remove card 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
|
@ -21,7 +21,9 @@ exports[`renders ./components/tag/demo/basic.md correctly 1`] = `
|
||||
>
|
||||
Tag 2
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -43,7 +45,9 @@ exports[`renders ./components/tag/demo/basic.md correctly 1`] = `
|
||||
>
|
||||
Prevent Default
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -193,7 +197,9 @@ exports[`renders ./components/tag/demo/control.md correctly 1`] = `
|
||||
>
|
||||
Tag 2
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -215,7 +221,9 @@ exports[`renders ./components/tag/demo/control.md correctly 1`] = `
|
||||
>
|
||||
Tag 3
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -237,6 +245,7 @@ exports[`renders ./components/tag/demo/control.md correctly 1`] = `
|
||||
style="background:#fff;border-style:dashed"
|
||||
>
|
||||
<i
|
||||
aria-label="plus"
|
||||
class="anticon anticon-plus"
|
||||
>
|
||||
<svg
|
||||
@ -265,7 +274,9 @@ exports[`renders ./components/tag/demo/controlled.md correctly 1`] = `
|
||||
>
|
||||
Movies
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
|
@ -16,6 +16,7 @@ exports[`renders ./components/time-picker/demo/12hours.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -51,6 +52,7 @@ exports[`renders ./components/time-picker/demo/12hours.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -86,6 +88,7 @@ exports[`renders ./components/time-picker/demo/12hours.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -125,6 +128,7 @@ exports[`renders ./components/time-picker/demo/addon.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -163,6 +167,7 @@ exports[`renders ./components/time-picker/demo/basic.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -202,6 +207,7 @@ exports[`renders ./components/time-picker/demo/disabled.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -240,6 +246,7 @@ exports[`renders ./components/time-picker/demo/hide-column.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -278,6 +285,7 @@ exports[`renders ./components/time-picker/demo/interval-options.md correctly 1`]
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -317,6 +325,7 @@ exports[`renders ./components/time-picker/demo/size.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -352,6 +361,7 @@ exports[`renders ./components/time-picker/demo/size.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -387,6 +397,7 @@ exports[`renders ./components/time-picker/demo/size.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -426,6 +437,7 @@ exports[`renders ./components/time-picker/demo/suffix.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -461,6 +473,7 @@ exports[`renders ./components/time-picker/demo/value.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -44,6 +44,7 @@ exports[`renders ./components/timeline/demo/alternate.md correctly 1`] = `
|
||||
class="ant-timeline-item-head ant-timeline-item-head-custom ant-timeline-item-head-blue"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle-o"
|
||||
class="anticon anticon-clock-circle-o"
|
||||
style="font-size:16px"
|
||||
>
|
||||
@ -111,6 +112,7 @@ exports[`renders ./components/timeline/demo/alternate.md correctly 1`] = `
|
||||
class="ant-timeline-item-head ant-timeline-item-head-custom ant-timeline-item-head-blue"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle-o"
|
||||
class="anticon anticon-clock-circle-o"
|
||||
style="font-size:16px"
|
||||
>
|
||||
@ -335,6 +337,7 @@ exports[`renders ./components/timeline/demo/custom.md correctly 1`] = `
|
||||
class="ant-timeline-item-head ant-timeline-item-head-custom ant-timeline-item-head-red"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle-o"
|
||||
class="anticon anticon-clock-circle-o"
|
||||
style="font-size:16px"
|
||||
>
|
||||
@ -440,6 +443,7 @@ exports[`renders ./components/timeline/demo/pending.md correctly 1`] = `
|
||||
class="ant-timeline-item-head ant-timeline-item-head-custom ant-timeline-item-head-blue"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -520,6 +524,7 @@ exports[`renders ./components/timeline/demo/right.md correctly 1`] = `
|
||||
class="ant-timeline-item-head ant-timeline-item-head-custom ant-timeline-item-head-red"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle-o"
|
||||
class="anticon anticon-clock-circle-o"
|
||||
style="font-size:16px"
|
||||
>
|
||||
|
@ -54,6 +54,7 @@ exports[`renders ./components/transfer/demo/advanced.md correctly 1`] = `
|
||||
class="ant-transfer-list-search-action"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -121,6 +122,7 @@ exports[`renders ./components/transfer/demo/advanced.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -147,6 +149,7 @@ exports[`renders ./components/transfer/demo/advanced.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -218,6 +221,7 @@ exports[`renders ./components/transfer/demo/advanced.md correctly 1`] = `
|
||||
class="ant-transfer-list-search-action"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -392,6 +396,7 @@ exports[`renders ./components/transfer/demo/basic.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -415,6 +420,7 @@ exports[`renders ./components/transfer/demo/basic.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -592,6 +598,7 @@ exports[`renders ./components/transfer/demo/custom-item.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -615,6 +622,7 @@ exports[`renders ./components/transfer/demo/custom-item.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -772,6 +780,7 @@ exports[`renders ./components/transfer/demo/large-data.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -795,6 +804,7 @@ exports[`renders ./components/transfer/demo/large-data.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -930,6 +940,7 @@ exports[`renders ./components/transfer/demo/search.md correctly 1`] = `
|
||||
class="ant-transfer-list-search-action"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -984,6 +995,7 @@ exports[`renders ./components/transfer/demo/search.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1007,6 +1019,7 @@ exports[`renders ./components/transfer/demo/search.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1074,6 +1087,7 @@ exports[`renders ./components/transfer/demo/search.md correctly 1`] = `
|
||||
class="ant-transfer-list-search-action"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
|
@ -96,6 +96,7 @@ exports[`Transfer should render correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -119,6 +120,7 @@ exports[`Transfer should render correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -278,6 +280,7 @@ exports[`Transfer should show sorted targetkey 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -301,6 +304,7 @@ exports[`Transfer should show sorted targetkey 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
|
@ -32,6 +32,7 @@ exports[`Search should show cross icon when input value exists 1`] = `
|
||||
type="search"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
className="anticon anticon-search"
|
||||
>
|
||||
<IconReact
|
||||
@ -96,6 +97,7 @@ exports[`Search should show cross icon when input value exists 2`] = `
|
||||
type="close-circle"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
className="anticon anticon-close-circle"
|
||||
>
|
||||
<IconReact
|
||||
|
@ -25,6 +25,7 @@ exports[`renders ./components/tree-select/demo/basic.md correctly 1`] = `
|
||||
style="outline:none"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -71,6 +72,7 @@ exports[`renders ./components/tree-select/demo/checkable.md correctly 1`] = `
|
||||
class="ant-select-selection__choice__remove"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close ant-select-remove-icon"
|
||||
>
|
||||
<svg
|
||||
@ -197,6 +199,7 @@ exports[`renders ./components/tree-select/demo/suffix.md correctly 1`] = `
|
||||
style="outline:none"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
class="anticon anticon-smile"
|
||||
>
|
||||
<svg
|
||||
@ -243,6 +246,7 @@ exports[`renders ./components/tree-select/demo/treeData.md correctly 1`] = `
|
||||
style="outline:none"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -14,6 +14,7 @@ exports[`renders ./components/tree/demo/basic.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -61,6 +62,7 @@ exports[`renders ./components/tree/demo/basic.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -160,6 +162,7 @@ exports[`renders ./components/tree/demo/basic.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -249,6 +252,7 @@ exports[`renders ./components/tree/demo/basic-controlled.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -296,6 +300,7 @@ exports[`renders ./components/tree/demo/basic-controlled.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -420,6 +425,7 @@ exports[`renders ./components/tree/demo/basic-controlled.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -571,6 +577,7 @@ exports[`renders ./components/tree/demo/basic-controlled.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -648,6 +655,7 @@ exports[`renders ./components/tree/demo/customized-icon.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
class="anticon anticon-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -673,6 +681,7 @@ exports[`renders ./components/tree/demo/customized-icon.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="smile-o"
|
||||
class="anticon anticon-smile-o"
|
||||
>
|
||||
<svg
|
||||
@ -716,6 +725,7 @@ exports[`renders ./components/tree/demo/customized-icon.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="meh-o"
|
||||
class="anticon anticon-meh-o"
|
||||
>
|
||||
<svg
|
||||
@ -755,6 +765,7 @@ exports[`renders ./components/tree/demo/customized-icon.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="frown-o"
|
||||
class="anticon anticon-frown-o"
|
||||
>
|
||||
<svg
|
||||
@ -798,6 +809,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -823,6 +835,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -866,6 +879,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
class="anticon anticon-file"
|
||||
>
|
||||
<svg
|
||||
@ -905,6 +919,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
class="anticon anticon-file"
|
||||
>
|
||||
<svg
|
||||
@ -939,6 +954,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -964,6 +980,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1007,6 +1024,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
class="anticon anticon-file"
|
||||
>
|
||||
<svg
|
||||
@ -1046,6 +1064,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
class="anticon anticon-file"
|
||||
>
|
||||
<svg
|
||||
@ -1089,6 +1108,7 @@ exports[`renders ./components/tree/demo/draggable.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1131,6 +1151,7 @@ exports[`renders ./components/tree/demo/draggable.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1235,6 +1256,7 @@ exports[`renders ./components/tree/demo/draggable.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1295,6 +1317,7 @@ exports[`renders ./components/tree/demo/draggable.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1362,6 +1385,7 @@ exports[`renders ./components/tree/demo/dynamic.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1398,6 +1422,7 @@ exports[`renders ./components/tree/demo/dynamic.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1461,6 +1486,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="minus-square"
|
||||
class="anticon anticon-minus-square ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1504,6 +1530,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="minus-square"
|
||||
class="anticon anticon-minus-square ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1547,6 +1574,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher-noop"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
class="anticon anticon-file ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1583,6 +1611,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher-noop"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
class="anticon anticon-file ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1619,6 +1648,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher-noop"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
class="anticon anticon-file ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1657,6 +1687,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="plus-square"
|
||||
class="anticon anticon-plus-square ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1696,6 +1727,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="plus-square"
|
||||
class="anticon anticon-plus-square ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1748,7 +1780,9 @@ exports[`renders ./components/tree/demo/search.md correctly 1`] = `
|
||||
class="ant-input-suffix"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
class="anticon anticon-search ant-input-search-icon"
|
||||
tabindex="-1"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -1779,6 +1813,7 @@ exports[`renders ./components/tree/demo/search.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1820,6 +1855,7 @@ exports[`renders ./components/tree/demo/search.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -14,6 +14,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -39,6 +40,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -82,6 +84,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -121,6 +124,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -155,6 +159,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -180,6 +185,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -223,6 +229,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -262,6 +269,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -305,6 +313,7 @@ exports[`Directory Tree defaultExpandParent 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -330,6 +339,7 @@ exports[`Directory Tree defaultExpandParent 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -362,6 +372,7 @@ exports[`Directory Tree defaultExpandParent 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -387,6 +398,7 @@ exports[`Directory Tree defaultExpandParent 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -428,6 +440,7 @@ exports[`Directory Tree expand click 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -453,6 +466,7 @@ exports[`Directory Tree expand click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -497,6 +511,7 @@ exports[`Directory Tree expand click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -536,6 +551,7 @@ exports[`Directory Tree expand click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -570,6 +586,7 @@ exports[`Directory Tree expand click 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -595,6 +612,7 @@ exports[`Directory Tree expand click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -636,6 +654,7 @@ exports[`Directory Tree expand click 2`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -661,6 +680,7 @@ exports[`Directory Tree expand click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -705,6 +725,7 @@ exports[`Directory Tree expand click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -744,6 +765,7 @@ exports[`Directory Tree expand click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -778,6 +800,7 @@ exports[`Directory Tree expand click 2`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -803,6 +826,7 @@ exports[`Directory Tree expand click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -844,6 +868,7 @@ exports[`Directory Tree expand double click 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -869,6 +894,7 @@ exports[`Directory Tree expand double click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -913,6 +939,7 @@ exports[`Directory Tree expand double click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -952,6 +979,7 @@ exports[`Directory Tree expand double click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -986,6 +1014,7 @@ exports[`Directory Tree expand double click 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1011,6 +1040,7 @@ exports[`Directory Tree expand double click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1052,6 +1082,7 @@ exports[`Directory Tree expand double click 2`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1077,6 +1108,7 @@ exports[`Directory Tree expand double click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1121,6 +1153,7 @@ exports[`Directory Tree expand double click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1160,6 +1193,7 @@ exports[`Directory Tree expand double click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1194,6 +1228,7 @@ exports[`Directory Tree expand double click 2`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1219,6 +1254,7 @@ exports[`Directory Tree expand double click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1260,6 +1296,7 @@ exports[`Directory Tree expand with state control click 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1285,6 +1322,7 @@ exports[`Directory Tree expand with state control click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1329,6 +1367,7 @@ exports[`Directory Tree expand with state control click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1372,6 +1411,7 @@ exports[`Directory Tree expand with state control doubleClick 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1397,6 +1437,7 @@ exports[`Directory Tree expand with state control doubleClick 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1441,6 +1482,7 @@ exports[`Directory Tree expand with state control doubleClick 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1484,6 +1526,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1509,6 +1552,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1541,6 +1585,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1566,6 +1611,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1610,6 +1656,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1649,6 +1696,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1692,6 +1740,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1717,6 +1766,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1760,6 +1810,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1799,6 +1850,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1833,6 +1885,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1858,6 +1911,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1901,6 +1955,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1940,6 +1995,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1983,6 +2039,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2008,6 +2065,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2051,6 +2109,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2090,6 +2149,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2124,6 +2184,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2149,6 +2210,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2192,6 +2254,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2231,6 +2294,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2274,6 +2338,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2299,6 +2364,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2342,6 +2408,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2381,6 +2448,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2415,6 +2483,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2440,6 +2509,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2483,6 +2553,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2522,6 +2593,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
|
@ -44,6 +44,7 @@ exports[`renders ./components/upload/demo/defaultFileList.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="paper-clip"
|
||||
class="anticon anticon-paper-clip"
|
||||
>
|
||||
<svg
|
||||
@ -72,7 +73,9 @@ exports[`renders ./components/upload/demo/defaultFileList.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -98,6 +101,7 @@ exports[`renders ./components/upload/demo/defaultFileList.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="paper-clip"
|
||||
class="anticon anticon-paper-clip"
|
||||
>
|
||||
<svg
|
||||
@ -126,7 +130,9 @@ exports[`renders ./components/upload/demo/defaultFileList.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -152,6 +158,7 @@ exports[`renders ./components/upload/demo/defaultFileList.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="paper-clip"
|
||||
class="anticon anticon-paper-clip"
|
||||
>
|
||||
<svg
|
||||
@ -180,7 +187,9 @@ exports[`renders ./components/upload/demo/defaultFileList.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -248,6 +257,7 @@ exports[`renders ./components/upload/demo/fileList.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="paper-clip"
|
||||
class="anticon anticon-paper-clip"
|
||||
>
|
||||
<svg
|
||||
@ -276,7 +286,9 @@ exports[`renders ./components/upload/demo/fileList.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -347,6 +359,7 @@ exports[`renders ./components/upload/demo/picture-card.md correctly 1`] = `
|
||||
title="Preview file"
|
||||
>
|
||||
<i
|
||||
aria-label="eye-o"
|
||||
class="anticon anticon-eye-o"
|
||||
>
|
||||
<svg
|
||||
@ -365,7 +378,9 @@ exports[`renders ./components/upload/demo/picture-card.md correctly 1`] = `
|
||||
</i>
|
||||
</a>
|
||||
<i
|
||||
aria-label="delete"
|
||||
class="anticon anticon-delete"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -435,7 +450,9 @@ exports[`renders ./components/upload/demo/picture-style.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -483,7 +500,9 @@ exports[`renders ./components/upload/demo/picture-style.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -545,7 +564,9 @@ exports[`renders ./components/upload/demo/picture-style.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -593,7 +614,9 @@ exports[`renders ./components/upload/demo/picture-style.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
|
@ -35,6 +35,7 @@ exports[`Upload List handle error 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="paper-clip"
|
||||
class="anticon anticon-paper-clip"
|
||||
>
|
||||
<svg
|
||||
@ -60,7 +61,9 @@ exports[`Upload List handle error 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -139,6 +142,7 @@ exports[`Upload List should be uploading when upload a file 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -164,7 +168,9 @@ exports[`Upload List should be uploading when upload a file 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -243,6 +249,7 @@ exports[`Upload List should be uploading when upload a file 2`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="paper-clip"
|
||||
class="anticon anticon-paper-clip"
|
||||
>
|
||||
<svg
|
||||
@ -268,7 +275,9 @@ exports[`Upload List should be uploading when upload a file 2`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -353,6 +362,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
target="_blank"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
class="anticon anticon-file ant-upload-list-item-icon"
|
||||
>
|
||||
<svg
|
||||
@ -387,7 +397,9 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -435,7 +447,9 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -467,6 +481,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
target="_blank"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
class="anticon anticon-file ant-upload-list-item-icon"
|
||||
>
|
||||
<svg
|
||||
@ -501,7 +516,9 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -533,6 +550,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
target="_blank"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
class="anticon anticon-file ant-upload-list-item-icon"
|
||||
>
|
||||
<svg
|
||||
@ -567,7 +585,9 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -615,7 +635,9 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -663,7 +685,9 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -711,7 +735,9 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -759,7 +785,9 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -807,7 +835,9 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
@ -855,7 +885,9 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
>
|
||||
<svg
|
||||
|
Loading…
Reference in New Issue
Block a user