mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
add locale update
This commit is contained in:
parent
12af9a9dca
commit
0a67272ae4
@ -7,7 +7,7 @@ exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="exclamation-circle"
|
||||
aria-label="icon: exclamation-circle"
|
||||
class="anticon anticon-exclamation-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -39,7 +39,7 @@ exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="exclamation-circle"
|
||||
aria-label="icon: exclamation-circle"
|
||||
class="anticon anticon-exclamation-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -68,7 +68,7 @@ exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
|
||||
class="ant-alert-close-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -107,7 +107,7 @@ exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -170,7 +170,7 @@ exports[`renders ./components/alert/demo/closable.md correctly 1`] = `
|
||||
class="ant-alert-close-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -207,7 +207,7 @@ exports[`renders ./components/alert/demo/closable.md correctly 1`] = `
|
||||
class="ant-alert-close-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -270,7 +270,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -301,7 +301,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -332,7 +332,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -363,7 +363,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -394,7 +394,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -427,7 +427,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -460,7 +460,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -493,7 +493,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -596,7 +596,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
aria-label="icon: check-circle"
|
||||
class="anticon anticon-check-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -627,7 +627,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="info-circle"
|
||||
aria-label="icon: info-circle"
|
||||
class="anticon anticon-info-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -658,7 +658,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="exclamation-circle"
|
||||
aria-label="icon: exclamation-circle"
|
||||
class="anticon anticon-exclamation-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -689,7 +689,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -720,7 +720,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
aria-label="icon: check-circle"
|
||||
class="anticon anticon-check-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -756,7 +756,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="info-circle"
|
||||
aria-label="icon: info-circle"
|
||||
class="anticon anticon-info-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -792,7 +792,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="exclamation-circle"
|
||||
aria-label="icon: exclamation-circle"
|
||||
class="anticon anticon-exclamation-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -828,7 +828,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
||||
data-show="true"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle ant-alert-icon"
|
||||
>
|
||||
<svg
|
||||
@ -880,7 +880,7 @@ exports[`renders ./components/alert/demo/smooth-closed.md correctly 1`] = `
|
||||
class="ant-alert-close-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
|
@ -51,7 +51,7 @@ exports[`renders ./components/auto-complete/demo/basic.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -120,7 +120,7 @@ exports[`renders ./components/auto-complete/demo/certain-category.md correctly 1
|
||||
class="ant-input-suffix"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search certain-category-icon"
|
||||
>
|
||||
<svg
|
||||
@ -154,7 +154,7 @@ exports[`renders ./components/auto-complete/demo/certain-category.md correctly 1
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -221,7 +221,7 @@ exports[`renders ./components/auto-complete/demo/custom.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -294,7 +294,7 @@ exports[`renders ./components/auto-complete/demo/non-case-sensitive.md correctly
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -367,7 +367,7 @@ exports[`renders ./components/auto-complete/demo/options.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -440,7 +440,7 @@ exports[`renders ./components/auto-complete/demo/uncertain-category.md correctly
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -475,7 +475,7 @@ exports[`renders ./components/auto-complete/demo/uncertain-category.md correctly
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -12,7 +12,7 @@ exports[`renders ./components/avatar/demo/badge.md correctly 1`] = `
|
||||
class="ant-avatar ant-avatar-square ant-avatar-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -201,7 +201,7 @@ exports[`renders ./components/avatar/demo/badge.md correctly 1`] = `
|
||||
class="ant-avatar ant-avatar-square ant-avatar-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -236,7 +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"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -258,7 +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"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -280,7 +280,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
|
||||
class="ant-avatar ant-avatar-circle ant-avatar-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -302,7 +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"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -327,7 +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"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -349,7 +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"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -371,7 +371,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
|
||||
class="ant-avatar ant-avatar-square ant-avatar-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -393,7 +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"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -445,7 +445,7 @@ exports[`renders ./components/avatar/demo/type.md correctly 1`] = `
|
||||
class="ant-avatar ant-avatar-circle ant-avatar-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -503,7 +503,7 @@ exports[`renders ./components/avatar/demo/type.md correctly 1`] = `
|
||||
style="background-color:#87d068"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
|
@ -194,7 +194,7 @@ exports[`renders ./components/badge/demo/basic.md correctly 1`] = `
|
||||
href="#"
|
||||
/>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-scroll-number-custom-component"
|
||||
style="color:#f5222d"
|
||||
>
|
||||
@ -399,7 +399,7 @@ exports[`renders ./components/badge/demo/change.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="minus"
|
||||
aria-label="icon: minus"
|
||||
class="anticon anticon-minus"
|
||||
>
|
||||
<svg
|
||||
@ -422,7 +422,7 @@ exports[`renders ./components/badge/demo/change.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="plus"
|
||||
aria-label="icon: plus"
|
||||
class="anticon anticon-plus"
|
||||
>
|
||||
<svg
|
||||
@ -478,7 +478,7 @@ exports[`renders ./components/badge/demo/dot.md correctly 1`] = `
|
||||
class="ant-badge"
|
||||
>
|
||||
<i
|
||||
aria-label="notification"
|
||||
aria-label="icon: notification"
|
||||
class="anticon anticon-notification"
|
||||
>
|
||||
<svg
|
||||
@ -504,7 +504,7 @@ exports[`renders ./components/badge/demo/dot.md correctly 1`] = `
|
||||
class="ant-badge"
|
||||
>
|
||||
<i
|
||||
aria-label="notification"
|
||||
aria-label="icon: notification"
|
||||
class="anticon anticon-notification"
|
||||
>
|
||||
<svg
|
||||
|
@ -223,7 +223,7 @@ exports[`renders ./components/breadcrumb/demo/withIcon.md correctly 1`] = `
|
||||
href=""
|
||||
>
|
||||
<i
|
||||
aria-label="home"
|
||||
aria-label="icon: home"
|
||||
class="anticon anticon-home"
|
||||
>
|
||||
<svg
|
||||
@ -253,7 +253,7 @@ exports[`renders ./components/breadcrumb/demo/withIcon.md correctly 1`] = `
|
||||
href=""
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
|
@ -169,7 +169,7 @@ exports[`renders ./components/button/demo/button-group.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -198,7 +198,7 @@ exports[`renders ./components/button/demo/button-group.md correctly 1`] = `
|
||||
Go forward
|
||||
</span>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -225,7 +225,7 @@ exports[`renders ./components/button/demo/button-group.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="cloud"
|
||||
aria-label="icon: cloud"
|
||||
class="anticon anticon-cloud"
|
||||
>
|
||||
<svg
|
||||
@ -248,7 +248,7 @@ exports[`renders ./components/button/demo/button-group.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="cloud-download"
|
||||
aria-label="icon: cloud-download"
|
||||
class="anticon anticon-cloud-download"
|
||||
>
|
||||
<svg
|
||||
@ -398,7 +398,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -421,7 +421,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -447,7 +447,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -470,7 +470,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -497,7 +497,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -520,7 +520,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -546,7 +546,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -569,7 +569,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -600,7 +600,7 @@ exports[`renders ./components/button/demo/loading.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -626,7 +626,7 @@ exports[`renders ./components/button/demo/loading.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -661,7 +661,7 @@ exports[`renders ./components/button/demo/loading.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="poweroff"
|
||||
aria-label="icon: poweroff"
|
||||
class="anticon anticon-poweroff"
|
||||
>
|
||||
<svg
|
||||
@ -688,7 +688,7 @@ exports[`renders ./components/button/demo/loading.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -711,7 +711,7 @@ exports[`renders ./components/button/demo/loading.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -758,7 +758,7 @@ exports[`renders ./components/button/demo/multiple.md correctly 1`] = `
|
||||
Actions
|
||||
</span>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -883,7 +883,7 @@ exports[`renders ./components/button/demo/size.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="download"
|
||||
aria-label="icon: download"
|
||||
class="anticon anticon-download"
|
||||
>
|
||||
<svg
|
||||
@ -931,7 +931,7 @@ exports[`renders ./components/button/demo/size.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="download"
|
||||
aria-label="icon: download"
|
||||
class="anticon anticon-download"
|
||||
>
|
||||
<svg
|
||||
@ -961,7 +961,7 @@ exports[`renders ./components/button/demo/size.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -990,7 +990,7 @@ exports[`renders ./components/button/demo/size.md correctly 1`] = `
|
||||
Forward
|
||||
</span>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
|
@ -44,7 +44,7 @@ exports[`Button renders Chinese characters correctly 2`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -73,7 +73,7 @@ exports[`Button renders Chinese characters correctly 3`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -102,7 +102,7 @@ exports[`Button renders Chinese characters correctly 4`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -131,7 +131,7 @@ exports[`Button renders Chinese characters correctly 5`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -160,7 +160,7 @@ exports[`Button renders Chinese characters correctly 6`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
|
@ -37,7 +37,7 @@ exports[`renders ./components/calendar/demo/basic.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -87,7 +87,7 @@ exports[`renders ./components/calendar/demo/basic.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1082,7 +1082,7 @@ exports[`renders ./components/calendar/demo/card.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1132,7 +1132,7 @@ exports[`renders ./components/calendar/demo/card.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2125,7 +2125,7 @@ exports[`renders ./components/calendar/demo/notice-calendar.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2175,7 +2175,7 @@ exports[`renders ./components/calendar/demo/notice-calendar.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -3578,7 +3578,7 @@ exports[`renders ./components/calendar/demo/select.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -3628,7 +3628,7 @@ exports[`renders ./components/calendar/demo/select.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -36,7 +36,7 @@ exports[`Calendar Calendar should support locale 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -85,7 +85,7 @@ exports[`Calendar Calendar should support locale 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -612,7 +612,7 @@ exports[`renders ./components/card/demo/loading.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="setting"
|
||||
aria-label="icon: setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -636,7 +636,7 @@ exports[`renders ./components/card/demo/loading.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="edit"
|
||||
aria-label="icon: edit"
|
||||
class="anticon anticon-edit"
|
||||
>
|
||||
<svg
|
||||
@ -660,7 +660,7 @@ exports[`renders ./components/card/demo/loading.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="ellipsis"
|
||||
aria-label="icon: ellipsis"
|
||||
class="anticon anticon-ellipsis"
|
||||
>
|
||||
<svg
|
||||
@ -738,7 +738,7 @@ exports[`renders ./components/card/demo/meta.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="setting"
|
||||
aria-label="icon: setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -762,7 +762,7 @@ exports[`renders ./components/card/demo/meta.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="edit"
|
||||
aria-label="icon: edit"
|
||||
class="anticon anticon-edit"
|
||||
>
|
||||
<svg
|
||||
@ -786,7 +786,7 @@ exports[`renders ./components/card/demo/meta.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="ellipsis"
|
||||
aria-label="icon: ellipsis"
|
||||
class="anticon anticon-ellipsis"
|
||||
>
|
||||
<svg
|
||||
@ -876,7 +876,7 @@ exports[`renders ./components/card/demo/tabs.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -903,7 +903,7 @@ exports[`renders ./components/card/demo/tabs.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1034,7 +1034,7 @@ exports[`renders ./components/card/demo/tabs.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1061,7 +1061,7 @@ exports[`renders ./components/card/demo/tabs.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
|
@ -17,7 +17,7 @@ exports[`renders ./components/cascader/demo/basic.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -54,7 +54,7 @@ exports[`renders ./components/cascader/demo/change-on-select.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -105,7 +105,7 @@ exports[`renders ./components/cascader/demo/custom-render.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle ant-cascader-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -124,7 +124,7 @@ exports[`renders ./components/cascader/demo/custom-render.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -174,7 +174,7 @@ exports[`renders ./components/cascader/demo/default-value.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle ant-cascader-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -193,7 +193,7 @@ exports[`renders ./components/cascader/demo/default-value.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -230,7 +230,7 @@ exports[`renders ./components/cascader/demo/disabled-option.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -267,7 +267,7 @@ exports[`renders ./components/cascader/demo/fields-name.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -304,7 +304,7 @@ exports[`renders ./components/cascader/demo/hover.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -341,7 +341,7 @@ exports[`renders ./components/cascader/demo/lazy.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -377,7 +377,7 @@ exports[`renders ./components/cascader/demo/search.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -415,7 +415,7 @@ exports[`renders ./components/cascader/demo/size.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -451,7 +451,7 @@ exports[`renders ./components/cascader/demo/size.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -487,7 +487,7 @@ exports[`renders ./components/cascader/demo/size.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -528,7 +528,7 @@ exports[`renders ./components/cascader/demo/suffix.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
|
@ -18,7 +18,7 @@ exports[`Cascader can be selected 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -46,7 +46,7 @@ exports[`Cascader can be selected 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -78,7 +78,7 @@ exports[`Cascader can be selected 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -121,7 +121,7 @@ exports[`Cascader can be selected 2`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -149,7 +149,7 @@ exports[`Cascader can be selected 2`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -181,7 +181,7 @@ exports[`Cascader can be selected 2`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -234,7 +234,7 @@ exports[`Cascader can be selected 3`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -262,7 +262,7 @@ exports[`Cascader can be selected 3`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -294,7 +294,7 @@ exports[`Cascader can be selected 3`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -357,7 +357,7 @@ exports[`Cascader popup correctly when panel is open 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -385,7 +385,7 @@ exports[`Cascader popup correctly when panel is open 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -428,7 +428,7 @@ exports[`Cascader popup correctly with defaultValue 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -456,7 +456,7 @@ exports[`Cascader popup correctly with defaultValue 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -488,7 +488,7 @@ exports[`Cascader popup correctly with defaultValue 1`] = `
|
||||
class="ant-cascader-menu-item-expand-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1241,7 +1241,7 @@ exports[`Cascader support controlled mode 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle ant-cascader-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -1260,7 +1260,7 @@ exports[`Cascader support controlled mode 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
|
@ -15,7 +15,7 @@ exports[`renders ./components/collapse/demo/accordion.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -45,7 +45,7 @@ exports[`renders ./components/collapse/demo/accordion.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -75,7 +75,7 @@ exports[`renders ./components/collapse/demo/accordion.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -112,7 +112,7 @@ exports[`renders ./components/collapse/demo/basic.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -157,7 +157,7 @@ exports[`renders ./components/collapse/demo/basic.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -187,7 +187,7 @@ exports[`renders ./components/collapse/demo/basic.md correctly 1`] = `
|
||||
tabindex="-1"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -224,7 +224,7 @@ exports[`renders ./components/collapse/demo/borderless.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -267,7 +267,7 @@ exports[`renders ./components/collapse/demo/borderless.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -297,7 +297,7 @@ exports[`renders ./components/collapse/demo/borderless.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -335,7 +335,7 @@ exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -381,7 +381,7 @@ exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -412,7 +412,7 @@ exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -449,7 +449,7 @@ exports[`renders ./components/collapse/demo/mix.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -479,7 +479,7 @@ exports[`renders ./components/collapse/demo/mix.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -509,7 +509,7 @@ exports[`renders ./components/collapse/demo/mix.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
@ -546,7 +546,7 @@ exports[`renders ./components/collapse/demo/noarrow.md correctly 1`] = `
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right arrow"
|
||||
>
|
||||
<svg
|
||||
|
@ -53,7 +53,7 @@ exports[`renders ./components/comment/demo/basic.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="like"
|
||||
aria-label="icon: like"
|
||||
class="anticon anticon-like"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -81,7 +81,7 @@ exports[`renders ./components/comment/demo/basic.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="dislike"
|
||||
aria-label="icon: dislike"
|
||||
class="anticon anticon-dislike"
|
||||
tabindex="-1"
|
||||
>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,7 @@ exports[`DatePicker disabled date 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -47,7 +47,7 @@ exports[`DatePicker prop locale should works 1`] = `
|
||||
value="2000-01-01"
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle ant-calendar-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -66,7 +66,7 @@ exports[`DatePicker prop locale should works 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -801,7 +801,7 @@ exports[`WeekPicker should support style prop 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -13,7 +13,7 @@ exports[`renders ./components/date-picker/demo/basic.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -44,7 +44,7 @@ exports[`renders ./components/date-picker/demo/basic.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -91,7 +91,7 @@ exports[`renders ./components/date-picker/demo/basic.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -124,7 +124,7 @@ exports[`renders ./components/date-picker/demo/basic.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -159,7 +159,7 @@ exports[`renders ./components/date-picker/demo/date-render.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -205,7 +205,7 @@ exports[`renders ./components/date-picker/demo/date-render.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -241,7 +241,7 @@ exports[`renders ./components/date-picker/demo/disabled.md correctly 1`] = `
|
||||
value="2015-06-06"
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -273,7 +273,7 @@ exports[`renders ./components/date-picker/demo/disabled.md correctly 1`] = `
|
||||
value="2015-06"
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -322,7 +322,7 @@ exports[`renders ./components/date-picker/demo/disabled.md correctly 1`] = `
|
||||
value="2015-06-06"
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -358,7 +358,7 @@ exports[`renders ./components/date-picker/demo/disabled-date.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -389,7 +389,7 @@ exports[`renders ./components/date-picker/demo/disabled-date.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -437,7 +437,7 @@ exports[`renders ./components/date-picker/demo/disabled-date.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -472,7 +472,7 @@ exports[`renders ./components/date-picker/demo/extra-footer.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -503,7 +503,7 @@ exports[`renders ./components/date-picker/demo/extra-footer.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -549,7 +549,7 @@ exports[`renders ./components/date-picker/demo/extra-footer.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -596,7 +596,7 @@ exports[`renders ./components/date-picker/demo/extra-footer.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -626,7 +626,7 @@ exports[`renders ./components/date-picker/demo/extra-footer.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -661,7 +661,7 @@ exports[`renders ./components/date-picker/demo/format.md correctly 1`] = `
|
||||
value="2015/01/01"
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle ant-calendar-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -680,7 +680,7 @@ exports[`renders ./components/date-picker/demo/format.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -711,7 +711,7 @@ exports[`renders ./components/date-picker/demo/format.md correctly 1`] = `
|
||||
value="2015/01"
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle ant-calendar-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -730,7 +730,7 @@ exports[`renders ./components/date-picker/demo/format.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -777,7 +777,7 @@ exports[`renders ./components/date-picker/demo/format.md correctly 1`] = `
|
||||
value="2015/01/01"
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle ant-calendar-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -796,7 +796,7 @@ exports[`renders ./components/date-picker/demo/format.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -832,7 +832,7 @@ exports[`renders ./components/date-picker/demo/mode.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -879,7 +879,7 @@ exports[`renders ./components/date-picker/demo/mode.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -930,7 +930,7 @@ exports[`renders ./components/date-picker/demo/presetted-ranges.md correctly 1`]
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -978,7 +978,7 @@ exports[`renders ./components/date-picker/demo/presetted-ranges.md correctly 1`]
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1077,7 +1077,7 @@ exports[`renders ./components/date-picker/demo/size.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1108,7 +1108,7 @@ exports[`renders ./components/date-picker/demo/size.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1155,7 +1155,7 @@ exports[`renders ./components/date-picker/demo/size.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1188,7 +1188,7 @@ exports[`renders ./components/date-picker/demo/size.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1224,7 +1224,7 @@ exports[`renders ./components/date-picker/demo/start-end.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1255,7 +1255,7 @@ exports[`renders ./components/date-picker/demo/start-end.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1290,7 +1290,7 @@ exports[`renders ./components/date-picker/demo/suffix.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1321,7 +1321,7 @@ exports[`renders ./components/date-picker/demo/suffix.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1368,7 +1368,7 @@ exports[`renders ./components/date-picker/demo/suffix.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1401,7 +1401,7 @@ exports[`renders ./components/date-picker/demo/suffix.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1527,7 +1527,7 @@ exports[`renders ./components/date-picker/demo/time.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1575,7 +1575,7 @@ exports[`renders ./components/date-picker/demo/time.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -29,7 +29,7 @@ exports[`Drawer className is test_drawer 1`] = `
|
||||
class="ant-drawer-close"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -122,7 +122,7 @@ exports[`Drawer destroyOnClose is true 1`] = `
|
||||
class="ant-drawer-close"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -187,7 +187,7 @@ exports[`Drawer have a title 1`] = `
|
||||
class="ant-drawer-close"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -247,7 +247,7 @@ exports[`Drawer render correctly 1`] = `
|
||||
class="ant-drawer-close"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -306,7 +306,7 @@ exports[`Drawer render top drawer 1`] = `
|
||||
class="ant-drawer-close"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
|
@ -38,7 +38,7 @@ exports[`Drawer render correctly 1`] = `
|
||||
class="ant-drawer-close"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
|
@ -20,7 +20,7 @@ exports[`renders ./components/drawer/demo/form-in-drawer.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="plus"
|
||||
aria-label="icon: plus"
|
||||
class="anticon anticon-plus"
|
||||
>
|
||||
<svg
|
||||
|
@ -7,7 +7,7 @@ exports[`renders ./components/dropdown/demo/basic.md correctly 1`] = `
|
||||
>
|
||||
Hover me
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -54,7 +54,7 @@ exports[`renders ./components/dropdown/demo/dropdown-button.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="ellipsis"
|
||||
aria-label="icon: ellipsis"
|
||||
class="anticon anticon-ellipsis"
|
||||
>
|
||||
<svg
|
||||
@ -92,7 +92,7 @@ exports[`renders ./components/dropdown/demo/dropdown-button.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="ellipsis"
|
||||
aria-label="icon: ellipsis"
|
||||
class="anticon anticon-ellipsis"
|
||||
>
|
||||
<svg
|
||||
@ -120,7 +120,7 @@ exports[`renders ./components/dropdown/demo/dropdown-button.md correctly 1`] = `
|
||||
Button
|
||||
</span>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -148,7 +148,7 @@ exports[`renders ./components/dropdown/demo/event.md correctly 1`] = `
|
||||
>
|
||||
Hover me, Click menu item
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -175,7 +175,7 @@ exports[`renders ./components/dropdown/demo/item.md correctly 1`] = `
|
||||
>
|
||||
Hover me
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -202,7 +202,7 @@ exports[`renders ./components/dropdown/demo/overlay-visible.md correctly 1`] = `
|
||||
>
|
||||
Hover me
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -283,7 +283,7 @@ exports[`renders ./components/dropdown/demo/sub-menu.md correctly 1`] = `
|
||||
>
|
||||
Cascading menu
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -310,7 +310,7 @@ exports[`renders ./components/dropdown/demo/trigger.md correctly 1`] = `
|
||||
>
|
||||
Click me
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
|
@ -13,7 +13,7 @@ exports[`DropdownButton should support href like Button 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="ellipsis"
|
||||
aria-label="icon: ellipsis"
|
||||
class="anticon anticon-ellipsis"
|
||||
>
|
||||
<svg
|
||||
|
@ -66,7 +66,7 @@ exports[`renders ./components/empty/demo/config-provider.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -111,7 +111,7 @@ exports[`renders ./components/empty/demo/config-provider.md correctly 1`] = `
|
||||
style="outline:none"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -150,7 +150,7 @@ exports[`renders ./components/empty/demo/config-provider.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -244,7 +244,7 @@ exports[`renders ./components/empty/demo/config-provider.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -268,7 +268,7 @@ exports[`renders ./components/empty/demo/config-provider.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
|
@ -449,7 +449,7 @@ exports[`renders ./components/form/demo/advanced-search.md correctly 1`] = `
|
||||
>
|
||||
Collapse
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -573,7 +573,7 @@ exports[`renders ./components/form/demo/coordinated.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -689,7 +689,7 @@ exports[`renders ./components/form/demo/customized-form-controls.md correctly 1`
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -763,7 +763,7 @@ exports[`renders ./components/form/demo/dynamic-form-item.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="plus"
|
||||
aria-label="icon: plus"
|
||||
class="anticon anticon-plus"
|
||||
>
|
||||
<svg
|
||||
@ -1039,7 +1039,7 @@ exports[`renders ./components/form/demo/horizontal-login.md correctly 1`] = `
|
||||
class="ant-input-prefix"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
style="color:rgba(0,0,0,.25)"
|
||||
>
|
||||
@ -1091,7 +1091,7 @@ exports[`renders ./components/form/demo/horizontal-login.md correctly 1`] = `
|
||||
class="ant-input-prefix"
|
||||
>
|
||||
<i
|
||||
aria-label="lock"
|
||||
aria-label="icon: lock"
|
||||
class="anticon anticon-lock"
|
||||
style="color:rgba(0,0,0,.25)"
|
||||
>
|
||||
@ -1359,7 +1359,7 @@ exports[`renders ./components/form/demo/normal-login.md correctly 1`] = `
|
||||
class="ant-input-prefix"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
style="color:rgba(0,0,0,.25)"
|
||||
>
|
||||
@ -1411,7 +1411,7 @@ exports[`renders ./components/form/demo/normal-login.md correctly 1`] = `
|
||||
class="ant-input-prefix"
|
||||
>
|
||||
<i
|
||||
aria-label="lock"
|
||||
aria-label="icon: lock"
|
||||
class="anticon anticon-lock"
|
||||
style="color:rgba(0,0,0,.25)"
|
||||
>
|
||||
@ -1628,7 +1628,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
|
||||
<span>
|
||||
Nickname
|
||||
<i
|
||||
aria-label="question-circle-o"
|
||||
aria-label="icon: question-circle-o"
|
||||
class="anticon anticon-question-circle-o"
|
||||
>
|
||||
<svg
|
||||
@ -1715,7 +1715,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle ant-cascader-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -1734,7 +1734,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -1823,7 +1823,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1933,7 +1933,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2128,7 +2128,7 @@ exports[`renders ./components/form/demo/time-related-controls.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2187,7 +2187,7 @@ exports[`renders ./components/form/demo/time-related-controls.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2245,7 +2245,7 @@ exports[`renders ./components/form/demo/time-related-controls.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2319,7 +2319,7 @@ exports[`renders ./components/form/demo/time-related-controls.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2394,7 +2394,7 @@ exports[`renders ./components/form/demo/time-related-controls.md correctly 1`] =
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2454,7 +2454,7 @@ exports[`renders ./components/form/demo/time-related-controls.md correctly 1`] =
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2598,7 +2598,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2735,7 +2735,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -2761,7 +2761,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -3342,7 +3342,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3364,7 +3364,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3398,7 +3398,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3420,7 +3420,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3454,7 +3454,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3476,7 +3476,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3510,7 +3510,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3532,7 +3532,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3566,7 +3566,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3588,7 +3588,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -3832,7 +3832,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -3892,7 +3892,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
aria-label="icon: check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
@ -3947,7 +3947,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="exclamation-circle"
|
||||
aria-label="icon: exclamation-circle"
|
||||
class="anticon anticon-exclamation-circle"
|
||||
>
|
||||
<svg
|
||||
@ -4002,7 +4002,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle"
|
||||
>
|
||||
<svg
|
||||
@ -4063,7 +4063,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -4086,7 +4086,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
aria-label="icon: check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
@ -4145,7 +4145,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -4171,7 +4171,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="exclamation-circle"
|
||||
aria-label="icon: exclamation-circle"
|
||||
class="anticon anticon-exclamation-circle"
|
||||
>
|
||||
<svg
|
||||
@ -4245,7 +4245,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -4269,7 +4269,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle"
|
||||
>
|
||||
<svg
|
||||
@ -4328,7 +4328,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle ant-cascader-picker-clear"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -4347,7 +4347,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -4369,7 +4369,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -4443,7 +4443,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -4500,7 +4500,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -4564,7 +4564,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -4590,7 +4590,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -4627,7 +4627,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
|
||||
class="ant-form-item-children-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
aria-label="icon: check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
@ -4692,7 +4692,7 @@ exports[`renders ./components/form/demo/without-form-create.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -4718,7 +4718,7 @@ exports[`renders ./components/form/demo/without-form-create.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
exports[`Icon \`component\` prop can access to svg defs if has children 1`] = `
|
||||
<i
|
||||
aria-label="icon: undefined"
|
||||
class="anticon my-home-icon"
|
||||
>
|
||||
<svg
|
||||
@ -24,13 +25,14 @@ exports[`Icon \`component\` prop can access to svg defs if has children 1`] = `
|
||||
|
||||
exports[`Icon should give warning and render <i>{null}</i> 1`] = `
|
||||
<i
|
||||
aria-label="icon: undefined"
|
||||
class="anticon"
|
||||
/>
|
||||
`;
|
||||
|
||||
exports[`Icon should render to a <i class="xxx"><svg>...</svg></i> 1`] = `
|
||||
<i
|
||||
aria-label="message"
|
||||
aria-label="icon: message"
|
||||
class="anticon anticon-message my-icon-classname"
|
||||
>
|
||||
<svg
|
||||
@ -52,7 +54,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"
|
||||
aria-label="icon: home"
|
||||
class="anticon anticon-home"
|
||||
>
|
||||
<svg
|
||||
@ -70,7 +72,7 @@ exports[`Icon should support basic usage 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="setting"
|
||||
aria-label="icon: setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -88,7 +90,7 @@ exports[`Icon should support basic usage 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile"
|
||||
>
|
||||
<svg
|
||||
@ -106,7 +108,7 @@ exports[`Icon should support basic usage 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="sync"
|
||||
aria-label="icon: sync"
|
||||
class="anticon anticon-sync"
|
||||
>
|
||||
<svg
|
||||
@ -124,7 +126,7 @@ exports[`Icon should support basic usage 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -146,7 +148,7 @@ exports[`Icon should support basic usage 1`] = `
|
||||
|
||||
exports[`Icon should support config global two-tone primary color 1`] = `
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
aria-label="icon: check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
@ -177,7 +179,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"
|
||||
aria-label="icon: home-o"
|
||||
class="anticon anticon-home-o"
|
||||
>
|
||||
<svg
|
||||
@ -195,7 +197,7 @@ exports[`Icon should support older usage 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="setting-fill"
|
||||
aria-label="icon: setting-fill"
|
||||
class="anticon anticon-setting-fill"
|
||||
>
|
||||
<svg
|
||||
@ -213,7 +215,7 @@ exports[`Icon should support older usage 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="smile-o"
|
||||
aria-label="icon: smile-o"
|
||||
class="anticon anticon-smile-o"
|
||||
>
|
||||
<svg
|
||||
@ -231,7 +233,7 @@ exports[`Icon should support older usage 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="check-circle-twotone"
|
||||
aria-label="icon: check-circle-twotone"
|
||||
class="anticon anticon-check-circle-twotone"
|
||||
>
|
||||
<svg
|
||||
@ -256,6 +258,7 @@ exports[`Icon should support older usage 1`] = `
|
||||
|
||||
exports[`Icon should support pass svg paths as children 1`] = `
|
||||
<i
|
||||
aria-label="icon: undefined"
|
||||
class="anticon"
|
||||
>
|
||||
<svg
|
||||
@ -279,6 +282,7 @@ exports[`Icon should support pass svg paths as children 1`] = `
|
||||
|
||||
exports[`Icon should support svg react component 1`] = `
|
||||
<i
|
||||
aria-label="icon: undefined"
|
||||
class="anticon my-home-icon"
|
||||
>
|
||||
<svg
|
||||
@ -301,7 +305,7 @@ exports[`Icon should support svg react component 1`] = `
|
||||
|
||||
exports[`Icon should support two-tone icon 1`] = `
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
aria-label="icon: check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
@ -334,6 +338,7 @@ exports[`Icon.createFromIconfontCN() should support iconfont.cn 1`] = `
|
||||
class="icons-list"
|
||||
>
|
||||
<i
|
||||
aria-label="icon: undefined"
|
||||
class="anticon"
|
||||
>
|
||||
<svg
|
||||
@ -350,6 +355,7 @@ exports[`Icon.createFromIconfontCN() should support iconfont.cn 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="icon: undefined"
|
||||
class="anticon"
|
||||
>
|
||||
<svg
|
||||
@ -366,6 +372,7 @@ exports[`Icon.createFromIconfontCN() should support iconfont.cn 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="icon: undefined"
|
||||
class="anticon"
|
||||
>
|
||||
<svg
|
||||
|
@ -11,6 +11,7 @@ import {
|
||||
alias,
|
||||
} from './utils';
|
||||
import warning from '../_util/warning';
|
||||
import LocaleReceiver from '../locale-provider/LocaleReceiver';
|
||||
import { getTwoToneColor, setTwoToneColor } from './twoTonePrimaryColor';
|
||||
|
||||
// Initial setting
|
||||
@ -19,6 +20,9 @@ setTwoToneColor('#1890ff');
|
||||
let defaultTheme: ThemeType = 'outlined';
|
||||
let dangerousTheme: ThemeType | undefined = undefined;
|
||||
|
||||
export interface TransferLocale {
|
||||
icon: string;
|
||||
}
|
||||
export interface CustomIconComponentProps {
|
||||
width: string | number;
|
||||
height: string | number;
|
||||
@ -96,7 +100,7 @@ const Icon: IconComponent<IconProps> = props => {
|
||||
[`anticon-spin`]: !!spin || type === 'loading',
|
||||
});
|
||||
|
||||
let innerNode;
|
||||
let innerNode: React.ReactNode;
|
||||
|
||||
// component > children > type
|
||||
if (Component) {
|
||||
@ -157,15 +161,19 @@ const Icon: IconComponent<IconProps> = props => {
|
||||
}
|
||||
|
||||
return (
|
||||
<i
|
||||
aria-label={type}
|
||||
{...restProps}
|
||||
tabIndex={iconTabIndex}
|
||||
onClick={onClick}
|
||||
className={classString}
|
||||
>
|
||||
{innerNode}
|
||||
</i>
|
||||
<LocaleReceiver componentName="Icon">
|
||||
{(locale: TransferLocale) => (
|
||||
<i
|
||||
aria-label={`${locale.icon}: ${type}`}
|
||||
{...restProps}
|
||||
tabIndex={iconTabIndex}
|
||||
onClick={onClick}
|
||||
className={classString}
|
||||
>
|
||||
{innerNode}
|
||||
</i>
|
||||
)}
|
||||
</LocaleReceiver>
|
||||
);
|
||||
};
|
||||
|
||||
|
@ -15,7 +15,7 @@ exports[`renders ./components/input-number/demo/basic.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -41,7 +41,7 @@ exports[`renders ./components/input-number/demo/basic.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -94,7 +94,7 @@ exports[`renders ./components/input-number/demo/digit.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -120,7 +120,7 @@ exports[`renders ./components/input-number/demo/digit.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -173,7 +173,7 @@ exports[`renders ./components/input-number/demo/disabled.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -199,7 +199,7 @@ exports[`renders ./components/input-number/demo/disabled.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -267,7 +267,7 @@ exports[`renders ./components/input-number/demo/formatter.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -293,7 +293,7 @@ exports[`renders ./components/input-number/demo/formatter.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -341,7 +341,7 @@ exports[`renders ./components/input-number/demo/formatter.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -367,7 +367,7 @@ exports[`renders ./components/input-number/demo/formatter.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -422,7 +422,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -448,7 +448,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -498,7 +498,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -524,7 +524,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -574,7 +574,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -600,7 +600,7 @@ exports[`renders ./components/input-number/demo/size.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
|
@ -72,7 +72,7 @@ exports[`renders ./components/input/demo/addon.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -132,7 +132,7 @@ exports[`renders ./components/input/demo/addon.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -174,7 +174,7 @@ exports[`renders ./components/input/demo/addon.md correctly 1`] = `
|
||||
class="ant-input-group-addon"
|
||||
>
|
||||
<i
|
||||
aria-label="setting"
|
||||
aria-label="icon: setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -314,7 +314,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -375,7 +375,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -415,7 +415,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -441,7 +441,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -496,7 +496,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -550,7 +550,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -600,7 +600,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -655,7 +655,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -732,7 +732,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -802,7 +802,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -858,7 +858,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -895,7 +895,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-cascader-picker-arrow"
|
||||
>
|
||||
<svg
|
||||
@ -932,7 +932,7 @@ exports[`renders ./components/input/demo/password-input.md correctly 1`] = `
|
||||
class="ant-input-suffix"
|
||||
>
|
||||
<i
|
||||
aria-label="eye"
|
||||
aria-label="icon: eye"
|
||||
class="anticon anticon-eye ant-input-password-icon"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -962,7 +962,7 @@ exports[`renders ./components/input/demo/presuffix.md correctly 1`] = `
|
||||
class="ant-input-prefix"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
style="color:rgba(0,0,0,.25)"
|
||||
>
|
||||
@ -1006,7 +1006,7 @@ exports[`renders ./components/input/demo/search-input.md correctly 1`] = `
|
||||
class="ant-input-suffix"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search ant-input-search-icon"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -1045,7 +1045,7 @@ exports[`renders ./components/input/demo/search-input.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
|
@ -29,34 +29,38 @@ exports[`Input allowClear should change type when click 1`] = `
|
||||
theme="filled"
|
||||
type="close-circle"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
className="anticon anticon-close-circle ant-input-clear-icon"
|
||||
onClick={[Function]}
|
||||
role="button"
|
||||
tabIndex={-1}
|
||||
<LocaleReceiver
|
||||
componentName="Icon"
|
||||
>
|
||||
<IconReact
|
||||
className=""
|
||||
type="close-circle-fill"
|
||||
<i
|
||||
aria-label="icon: close-circle"
|
||||
className="anticon anticon-close-circle ant-input-clear-icon"
|
||||
onClick={[Function]}
|
||||
role="button"
|
||||
tabIndex={-1}
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
<IconReact
|
||||
className=""
|
||||
data-icon="close-circle"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
key="svg-close-circle"
|
||||
viewBox="64 64 896 896"
|
||||
width="1em"
|
||||
type="close-circle-fill"
|
||||
>
|
||||
<path
|
||||
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 0 1-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
|
||||
key="svg-close-circle-svg-0"
|
||||
/>
|
||||
</svg>
|
||||
</IconReact>
|
||||
</i>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className=""
|
||||
data-icon="close-circle"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
key="svg-close-circle"
|
||||
viewBox="64 64 896 896"
|
||||
width="1em"
|
||||
>
|
||||
<path
|
||||
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 0 1-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
|
||||
key="svg-close-circle-svg-0"
|
||||
/>
|
||||
</svg>
|
||||
</IconReact>
|
||||
</i>
|
||||
</LocaleReceiver>
|
||||
</Icon>
|
||||
</span>
|
||||
</span>
|
||||
@ -155,33 +159,37 @@ exports[`Input.Password should change type when click 1`] = `
|
||||
onClick={[Function]}
|
||||
type="eye"
|
||||
>
|
||||
<i
|
||||
aria-label="eye"
|
||||
className="anticon anticon-eye ant-input-password-icon"
|
||||
onClick={[Function]}
|
||||
tabIndex={-1}
|
||||
<LocaleReceiver
|
||||
componentName="Icon"
|
||||
>
|
||||
<IconReact
|
||||
className=""
|
||||
type="eye-o"
|
||||
<i
|
||||
aria-label="icon: eye"
|
||||
className="anticon anticon-eye ant-input-password-icon"
|
||||
onClick={[Function]}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
<IconReact
|
||||
className=""
|
||||
data-icon="eye"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
key="svg-eye"
|
||||
viewBox="64 64 896 896"
|
||||
width="1em"
|
||||
type="eye-o"
|
||||
>
|
||||
<path
|
||||
d="M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"
|
||||
key="svg-eye-svg-0"
|
||||
/>
|
||||
</svg>
|
||||
</IconReact>
|
||||
</i>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className=""
|
||||
data-icon="eye"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
key="svg-eye"
|
||||
viewBox="64 64 896 896"
|
||||
width="1em"
|
||||
>
|
||||
<path
|
||||
d="M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"
|
||||
key="svg-eye-svg-0"
|
||||
/>
|
||||
</svg>
|
||||
</IconReact>
|
||||
</i>
|
||||
</LocaleReceiver>
|
||||
</Icon>
|
||||
</span>
|
||||
</span>
|
||||
@ -234,37 +242,41 @@ exports[`Input.Password should change type when click 2`] = `
|
||||
onClick={[Function]}
|
||||
type="eye-invisible"
|
||||
>
|
||||
<i
|
||||
aria-label="eye-invisible"
|
||||
className="anticon anticon-eye-invisible ant-input-password-icon"
|
||||
onClick={[Function]}
|
||||
tabIndex={-1}
|
||||
<LocaleReceiver
|
||||
componentName="Icon"
|
||||
>
|
||||
<IconReact
|
||||
className=""
|
||||
type="eye-invisible-o"
|
||||
<i
|
||||
aria-label="icon: eye-invisible"
|
||||
className="anticon anticon-eye-invisible ant-input-password-icon"
|
||||
onClick={[Function]}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
<IconReact
|
||||
className=""
|
||||
data-icon="eye-invisible"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
key="svg-eye-invisible"
|
||||
viewBox="64 64 896 896"
|
||||
width="1em"
|
||||
type="eye-invisible-o"
|
||||
>
|
||||
<path
|
||||
d="M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5zm-63.57-320.64L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512z"
|
||||
key="svg-eye-invisible-svg-0"
|
||||
/>
|
||||
<path
|
||||
d="M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112z"
|
||||
key="svg-eye-invisible-svg-1"
|
||||
/>
|
||||
</svg>
|
||||
</IconReact>
|
||||
</i>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className=""
|
||||
data-icon="eye-invisible"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
key="svg-eye-invisible"
|
||||
viewBox="64 64 896 896"
|
||||
width="1em"
|
||||
>
|
||||
<path
|
||||
d="M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5zm-63.57-320.64L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512z"
|
||||
key="svg-eye-invisible-svg-0"
|
||||
/>
|
||||
<path
|
||||
d="M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112z"
|
||||
key="svg-eye-invisible-svg-1"
|
||||
/>
|
||||
</svg>
|
||||
</IconReact>
|
||||
</i>
|
||||
</LocaleReceiver>
|
||||
</Icon>
|
||||
</span>
|
||||
</span>
|
||||
@ -317,33 +329,37 @@ exports[`Input.Password should change type when click 3`] = `
|
||||
onClick={[Function]}
|
||||
type="eye"
|
||||
>
|
||||
<i
|
||||
aria-label="eye"
|
||||
className="anticon anticon-eye ant-input-password-icon"
|
||||
onClick={[Function]}
|
||||
tabIndex={-1}
|
||||
<LocaleReceiver
|
||||
componentName="Icon"
|
||||
>
|
||||
<IconReact
|
||||
className=""
|
||||
type="eye-o"
|
||||
<i
|
||||
aria-label="icon: eye"
|
||||
className="anticon anticon-eye ant-input-password-icon"
|
||||
onClick={[Function]}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
<IconReact
|
||||
className=""
|
||||
data-icon="eye"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
key="svg-eye"
|
||||
viewBox="64 64 896 896"
|
||||
width="1em"
|
||||
type="eye-o"
|
||||
>
|
||||
<path
|
||||
d="M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"
|
||||
key="svg-eye-svg-0"
|
||||
/>
|
||||
</svg>
|
||||
</IconReact>
|
||||
</i>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className=""
|
||||
data-icon="eye"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
key="svg-eye"
|
||||
viewBox="64 64 896 896"
|
||||
width="1em"
|
||||
>
|
||||
<path
|
||||
d="M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"
|
||||
key="svg-eye-svg-0"
|
||||
/>
|
||||
</svg>
|
||||
</IconReact>
|
||||
</i>
|
||||
</LocaleReceiver>
|
||||
</Icon>
|
||||
</span>
|
||||
</span>
|
||||
@ -398,33 +414,37 @@ exports[`Input.Search should support suffix 1`] = `
|
||||
onClick={[Function]}
|
||||
type="search"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
className="anticon anticon-search ant-input-search-icon"
|
||||
onClick={[Function]}
|
||||
tabIndex={-1}
|
||||
<LocaleReceiver
|
||||
componentName="Icon"
|
||||
>
|
||||
<IconReact
|
||||
className=""
|
||||
type="search-o"
|
||||
<i
|
||||
aria-label="icon: search"
|
||||
className="anticon anticon-search ant-input-search-icon"
|
||||
onClick={[Function]}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
<IconReact
|
||||
className=""
|
||||
data-icon="search"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
key="svg-search"
|
||||
viewBox="64 64 896 896"
|
||||
width="1em"
|
||||
type="search-o"
|
||||
>
|
||||
<path
|
||||
d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"
|
||||
key="svg-search-svg-0"
|
||||
/>
|
||||
</svg>
|
||||
</IconReact>
|
||||
</i>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className=""
|
||||
data-icon="search"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
key="svg-search"
|
||||
viewBox="64 64 896 896"
|
||||
width="1em"
|
||||
>
|
||||
<path
|
||||
d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"
|
||||
key="svg-search-svg-0"
|
||||
/>
|
||||
</svg>
|
||||
</IconReact>
|
||||
</i>
|
||||
</LocaleReceiver>
|
||||
</Icon>
|
||||
</span>
|
||||
</span>
|
||||
|
@ -147,7 +147,7 @@ exports[`renders ./components/layout/demo/custom-trigger.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -174,7 +174,7 @@ exports[`renders ./components/layout/demo/custom-trigger.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="video-camera"
|
||||
aria-label="icon: video-camera"
|
||||
class="anticon anticon-video-camera"
|
||||
>
|
||||
<svg
|
||||
@ -201,7 +201,7 @@ exports[`renders ./components/layout/demo/custom-trigger.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="upload"
|
||||
aria-label="icon: upload"
|
||||
class="anticon anticon-upload"
|
||||
>
|
||||
<svg
|
||||
@ -233,7 +233,7 @@ exports[`renders ./components/layout/demo/custom-trigger.md correctly 1`] = `
|
||||
style="background:#fff;padding:0"
|
||||
>
|
||||
<i
|
||||
aria-label="menu-fold"
|
||||
aria-label="icon: menu-fold"
|
||||
class="anticon anticon-menu-fold trigger"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -454,7 +454,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -483,7 +483,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="video-camera"
|
||||
aria-label="icon: video-camera"
|
||||
class="anticon anticon-video-camera"
|
||||
>
|
||||
<svg
|
||||
@ -512,7 +512,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="upload"
|
||||
aria-label="icon: upload"
|
||||
class="anticon anticon-upload"
|
||||
>
|
||||
<svg
|
||||
@ -541,7 +541,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="bar-chart"
|
||||
aria-label="icon: bar-chart"
|
||||
class="anticon anticon-bar-chart"
|
||||
>
|
||||
<svg
|
||||
@ -570,7 +570,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="cloud-o"
|
||||
aria-label="icon: cloud-o"
|
||||
class="anticon anticon-cloud-o"
|
||||
>
|
||||
<svg
|
||||
@ -599,7 +599,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="appstore-o"
|
||||
aria-label="icon: appstore-o"
|
||||
class="anticon anticon-appstore-o"
|
||||
>
|
||||
<svg
|
||||
@ -628,7 +628,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="team"
|
||||
aria-label="icon: team"
|
||||
class="anticon anticon-team"
|
||||
>
|
||||
<svg
|
||||
@ -657,7 +657,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="shop"
|
||||
aria-label="icon: shop"
|
||||
class="anticon anticon-shop"
|
||||
>
|
||||
<svg
|
||||
@ -829,7 +829,7 @@ exports[`renders ./components/layout/demo/responsive.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -858,7 +858,7 @@ exports[`renders ./components/layout/demo/responsive.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="video-camera"
|
||||
aria-label="icon: video-camera"
|
||||
class="anticon anticon-video-camera"
|
||||
>
|
||||
<svg
|
||||
@ -887,7 +887,7 @@ exports[`renders ./components/layout/demo/responsive.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="upload"
|
||||
aria-label="icon: upload"
|
||||
class="anticon anticon-upload"
|
||||
>
|
||||
<svg
|
||||
@ -916,7 +916,7 @@ exports[`renders ./components/layout/demo/responsive.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -994,7 +994,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="pie-chart"
|
||||
aria-label="icon: pie-chart"
|
||||
class="anticon anticon-pie-chart"
|
||||
>
|
||||
<svg
|
||||
@ -1021,7 +1021,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="desktop"
|
||||
aria-label="icon: desktop"
|
||||
class="anticon anticon-desktop"
|
||||
>
|
||||
<svg
|
||||
@ -1054,7 +1054,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -1093,7 +1093,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="team"
|
||||
aria-label="icon: team"
|
||||
class="anticon anticon-team"
|
||||
>
|
||||
<svg
|
||||
@ -1126,7 +1126,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
aria-label="icon: file"
|
||||
class="anticon anticon-file"
|
||||
>
|
||||
<svg
|
||||
@ -1154,7 +1154,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
|
||||
style="width:200px"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1577,7 +1577,7 @@ exports[`renders ./components/layout/demo/top-side.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -1647,7 +1647,7 @@ exports[`renders ./components/layout/demo/top-side.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="laptop"
|
||||
aria-label="icon: laptop"
|
||||
class="anticon anticon-laptop"
|
||||
>
|
||||
<svg
|
||||
@ -1684,7 +1684,7 @@ exports[`renders ./components/layout/demo/top-side.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="notification"
|
||||
aria-label="icon: notification"
|
||||
class="anticon anticon-notification"
|
||||
>
|
||||
<svg
|
||||
@ -1864,7 +1864,7 @@ exports[`renders ./components/layout/demo/top-side-2.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -1934,7 +1934,7 @@ exports[`renders ./components/layout/demo/top-side-2.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="laptop"
|
||||
aria-label="icon: laptop"
|
||||
class="anticon anticon-laptop"
|
||||
>
|
||||
<svg
|
||||
@ -1971,7 +1971,7 @@ exports[`renders ./components/layout/demo/top-side-2.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="notification"
|
||||
aria-label="icon: notification"
|
||||
class="anticon anticon-notification"
|
||||
>
|
||||
<svg
|
||||
|
@ -937,7 +937,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="star-o"
|
||||
aria-label="icon: star-o"
|
||||
class="anticon anticon-star-o"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -964,7 +964,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="like-o"
|
||||
aria-label="icon: like-o"
|
||||
class="anticon anticon-like-o"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -991,7 +991,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="message"
|
||||
aria-label="icon: message"
|
||||
class="anticon anticon-message"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -1078,7 +1078,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="star-o"
|
||||
aria-label="icon: star-o"
|
||||
class="anticon anticon-star-o"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -1105,7 +1105,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="like-o"
|
||||
aria-label="icon: like-o"
|
||||
class="anticon anticon-like-o"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -1132,7 +1132,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="message"
|
||||
aria-label="icon: message"
|
||||
class="anticon anticon-message"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -1219,7 +1219,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="star-o"
|
||||
aria-label="icon: star-o"
|
||||
class="anticon anticon-star-o"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -1246,7 +1246,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="like-o"
|
||||
aria-label="icon: like-o"
|
||||
class="anticon anticon-like-o"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -1273,7 +1273,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
<li>
|
||||
<span>
|
||||
<i
|
||||
aria-label="message"
|
||||
aria-label="icon: message"
|
||||
class="anticon anticon-message"
|
||||
style="margin-right:8px"
|
||||
>
|
||||
@ -1335,7 +1335,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1436,7 +1436,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
|
@ -46,7 +46,7 @@ exports[`List.pagination renders pagination correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -93,7 +93,7 @@ exports[`List.pagination renders pagination correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
|
@ -72,7 +72,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -146,7 +146,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -198,7 +198,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -267,7 +267,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -298,7 +298,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -331,7 +331,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -381,7 +381,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
value=""
|
||||
/>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar ant-calendar-picker-icon"
|
||||
>
|
||||
<svg
|
||||
@ -489,7 +489,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
class="ant-transfer-list-search-action"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -544,7 +544,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -568,7 +568,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -636,7 +636,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
class="ant-transfer-list-search-action"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -723,7 +723,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -773,7 +773,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1766,7 +1766,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
Name
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
aria-label="icon: filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
@ -1846,7 +1846,7 @@ exports[`renders ./components/locale-provider/demo/basic.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="图标: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1920,7 +1920,7 @@ exports[`renders ./components/locale-provider/demo/basic.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="图标: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1972,7 +1972,7 @@ exports[`renders ./components/locale-provider/demo/basic.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="图标: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -44,4 +44,7 @@ export default {
|
||||
Empty: {
|
||||
description: 'No Data',
|
||||
},
|
||||
Icon: {
|
||||
icon: 'icon',
|
||||
},
|
||||
};
|
||||
|
@ -44,4 +44,7 @@ export default {
|
||||
Empty: {
|
||||
description: '暂无数据',
|
||||
},
|
||||
Icon: {
|
||||
icon: '图标',
|
||||
},
|
||||
};
|
||||
|
@ -28,7 +28,7 @@ exports[`renders ./components/menu/demo/horizontal.md correctly 1`] = `
|
||||
role="menuitem"
|
||||
>
|
||||
<i
|
||||
aria-label="mail"
|
||||
aria-label="icon: mail"
|
||||
class="anticon anticon-mail"
|
||||
>
|
||||
<svg
|
||||
@ -71,7 +71,7 @@ exports[`renders ./components/menu/demo/horizontal.md correctly 1`] = `
|
||||
role="menuitem"
|
||||
>
|
||||
<i
|
||||
aria-label="appstore"
|
||||
aria-label="icon: appstore"
|
||||
class="anticon anticon-appstore"
|
||||
>
|
||||
<svg
|
||||
@ -121,7 +121,7 @@ exports[`renders ./components/menu/demo/horizontal.md correctly 1`] = `
|
||||
class="submenu-title-wrapper"
|
||||
>
|
||||
<i
|
||||
aria-label="setting"
|
||||
aria-label="icon: setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -215,7 +215,7 @@ exports[`renders ./components/menu/demo/inline.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="mail"
|
||||
aria-label="icon: mail"
|
||||
class="anticon anticon-mail"
|
||||
>
|
||||
<svg
|
||||
@ -315,7 +315,7 @@ exports[`renders ./components/menu/demo/inline.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="appstore"
|
||||
aria-label="icon: appstore"
|
||||
class="anticon anticon-appstore"
|
||||
>
|
||||
<svg
|
||||
@ -354,7 +354,7 @@ exports[`renders ./components/menu/demo/inline.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="setting"
|
||||
aria-label="icon: setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -394,7 +394,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="menu-fold"
|
||||
aria-label="icon: menu-fold"
|
||||
class="anticon anticon-menu-fold"
|
||||
>
|
||||
<svg
|
||||
@ -422,7 +422,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="pie-chart"
|
||||
aria-label="icon: pie-chart"
|
||||
class="anticon anticon-pie-chart"
|
||||
>
|
||||
<svg
|
||||
@ -449,7 +449,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="desktop"
|
||||
aria-label="icon: desktop"
|
||||
class="anticon anticon-desktop"
|
||||
>
|
||||
<svg
|
||||
@ -476,7 +476,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="inbox"
|
||||
aria-label="icon: inbox"
|
||||
class="anticon anticon-inbox"
|
||||
>
|
||||
<svg
|
||||
@ -510,7 +510,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="mail"
|
||||
aria-label="icon: mail"
|
||||
class="anticon anticon-mail"
|
||||
>
|
||||
<svg
|
||||
@ -582,7 +582,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="appstore"
|
||||
aria-label="icon: appstore"
|
||||
class="anticon anticon-appstore"
|
||||
>
|
||||
<svg
|
||||
@ -632,7 +632,7 @@ exports[`renders ./components/menu/demo/sider-current.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="mail"
|
||||
aria-label="icon: mail"
|
||||
class="anticon anticon-mail"
|
||||
>
|
||||
<svg
|
||||
@ -704,7 +704,7 @@ exports[`renders ./components/menu/demo/sider-current.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="appstore"
|
||||
aria-label="icon: appstore"
|
||||
class="anticon anticon-appstore"
|
||||
>
|
||||
<svg
|
||||
@ -743,7 +743,7 @@ exports[`renders ./components/menu/demo/sider-current.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="setting"
|
||||
aria-label="icon: setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -814,7 +814,7 @@ exports[`renders ./components/menu/demo/switch-mode.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="mail"
|
||||
aria-label="icon: mail"
|
||||
class="anticon anticon-mail"
|
||||
>
|
||||
<svg
|
||||
@ -839,7 +839,7 @@ exports[`renders ./components/menu/demo/switch-mode.md correctly 1`] = `
|
||||
style="padding-left:24px"
|
||||
>
|
||||
<i
|
||||
aria-label="calendar"
|
||||
aria-label="icon: calendar"
|
||||
class="anticon anticon-calendar"
|
||||
>
|
||||
<svg
|
||||
@ -871,7 +871,7 @@ exports[`renders ./components/menu/demo/switch-mode.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="appstore"
|
||||
aria-label="icon: appstore"
|
||||
class="anticon anticon-appstore"
|
||||
>
|
||||
<svg
|
||||
@ -947,7 +947,7 @@ exports[`renders ./components/menu/demo/switch-mode.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="setting"
|
||||
aria-label="icon: setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -1013,7 +1013,7 @@ exports[`renders ./components/menu/demo/theme.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="mail"
|
||||
aria-label="icon: mail"
|
||||
class="anticon anticon-mail"
|
||||
>
|
||||
<svg
|
||||
@ -1085,7 +1085,7 @@ exports[`renders ./components/menu/demo/theme.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="appstore"
|
||||
aria-label="icon: appstore"
|
||||
class="anticon anticon-appstore"
|
||||
>
|
||||
<svg
|
||||
@ -1124,7 +1124,7 @@ exports[`renders ./components/menu/demo/theme.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="setting"
|
||||
aria-label="icon: setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
@ -1172,7 +1172,7 @@ exports[`renders ./components/menu/demo/vertical.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="mail"
|
||||
aria-label="icon: mail"
|
||||
class="anticon anticon-mail"
|
||||
>
|
||||
<svg
|
||||
@ -1209,7 +1209,7 @@ exports[`renders ./components/menu/demo/vertical.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="appstore"
|
||||
aria-label="icon: appstore"
|
||||
class="anticon anticon-appstore"
|
||||
>
|
||||
<svg
|
||||
@ -1246,7 +1246,7 @@ exports[`renders ./components/menu/demo/vertical.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="setting"
|
||||
aria-label="icon: setting"
|
||||
class="anticon anticon-setting"
|
||||
>
|
||||
<svg
|
||||
|
@ -34,7 +34,7 @@ exports[`Modal render correctly 1`] = `
|
||||
class="ant-modal-close-x"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close ant-modal-close-icon"
|
||||
>
|
||||
<svg
|
||||
@ -127,7 +127,7 @@ exports[`Modal render without footer 1`] = `
|
||||
class="ant-modal-close-x"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close ant-modal-close-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -77,7 +77,7 @@ exports[`renders ./components/notification/demo/placement.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -14,7 +14,7 @@ exports[`renders ./components/pagination/demo/basic.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -88,7 +88,7 @@ exports[`renders ./components/pagination/demo/basic.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -125,7 +125,7 @@ exports[`renders ./components/pagination/demo/changer.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -201,7 +201,7 @@ exports[`renders ./components/pagination/demo/changer.md correctly 1`] = `
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-right"
|
||||
aria-label="icon: double-right"
|
||||
class="anticon anticon-double-right ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -245,7 +245,7 @@ exports[`renders ./components/pagination/demo/changer.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -297,7 +297,7 @@ exports[`renders ./components/pagination/demo/changer.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -336,7 +336,7 @@ exports[`renders ./components/pagination/demo/controlled.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -410,7 +410,7 @@ exports[`renders ./components/pagination/demo/controlled.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -503,7 +503,7 @@ exports[`renders ./components/pagination/demo/itemRender.md correctly 1`] = `
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-right"
|
||||
aria-label="icon: double-right"
|
||||
class="anticon anticon-double-right ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -565,7 +565,7 @@ exports[`renders ./components/pagination/demo/jump.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -641,7 +641,7 @@ exports[`renders ./components/pagination/demo/jump.md correctly 1`] = `
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-right"
|
||||
aria-label="icon: double-right"
|
||||
class="anticon anticon-double-right ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -685,7 +685,7 @@ exports[`renders ./components/pagination/demo/jump.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -735,7 +735,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -809,7 +809,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -842,7 +842,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -916,7 +916,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -968,7 +968,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1017,7 +1017,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1091,7 +1091,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1129,7 +1129,7 @@ exports[`renders ./components/pagination/demo/more.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1169,7 +1169,7 @@ exports[`renders ./components/pagination/demo/more.md correctly 1`] = `
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-left"
|
||||
aria-label="icon: double-left"
|
||||
class="anticon anticon-double-left ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1251,7 +1251,7 @@ exports[`renders ./components/pagination/demo/more.md correctly 1`] = `
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-right"
|
||||
aria-label="icon: double-right"
|
||||
class="anticon anticon-double-right ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1295,7 +1295,7 @@ exports[`renders ./components/pagination/demo/more.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1331,7 +1331,7 @@ exports[`renders ./components/pagination/demo/simple.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1376,7 +1376,7 @@ exports[`renders ./components/pagination/demo/simple.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1418,7 +1418,7 @@ exports[`renders ./components/pagination/demo/total.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1492,7 +1492,7 @@ exports[`renders ./components/pagination/demo/total.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1531,7 +1531,7 @@ exports[`renders ./components/pagination/demo/total.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1605,7 +1605,7 @@ exports[`renders ./components/pagination/demo/total.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: 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 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 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=\\"icon: 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 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 aria-label=\\"icon: 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,7 +78,7 @@ exports[`renders ./components/progress/demo/circle.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -134,7 +134,7 @@ exports[`renders ./components/progress/demo/circle.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
aria-label="icon: check"
|
||||
class="anticon anticon-check"
|
||||
>
|
||||
<svg
|
||||
@ -207,7 +207,7 @@ exports[`renders ./components/progress/demo/circle-dynamic.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="minus"
|
||||
aria-label="icon: minus"
|
||||
class="anticon anticon-minus"
|
||||
>
|
||||
<svg
|
||||
@ -230,7 +230,7 @@ exports[`renders ./components/progress/demo/circle-dynamic.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="plus"
|
||||
aria-label="icon: plus"
|
||||
class="anticon anticon-plus"
|
||||
>
|
||||
<svg
|
||||
@ -330,7 +330,7 @@ exports[`renders ./components/progress/demo/circle-mini.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
>
|
||||
<svg
|
||||
@ -386,7 +386,7 @@ exports[`renders ./components/progress/demo/circle-mini.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
aria-label="icon: check"
|
||||
class="anticon anticon-check"
|
||||
>
|
||||
<svg
|
||||
@ -486,7 +486,7 @@ exports[`renders ./components/progress/demo/dynamic.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="minus"
|
||||
aria-label="icon: minus"
|
||||
class="anticon anticon-minus"
|
||||
>
|
||||
<svg
|
||||
@ -509,7 +509,7 @@ exports[`renders ./components/progress/demo/dynamic.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="plus"
|
||||
aria-label="icon: plus"
|
||||
class="anticon anticon-plus"
|
||||
>
|
||||
<svg
|
||||
@ -686,7 +686,7 @@ exports[`renders ./components/progress/demo/line.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle"
|
||||
>
|
||||
<svg
|
||||
@ -726,7 +726,7 @@ exports[`renders ./components/progress/demo/line.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
aria-label="icon: check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
@ -839,7 +839,7 @@ exports[`renders ./components/progress/demo/line-mini.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
aria-label="icon: close-circle"
|
||||
class="anticon anticon-close-circle"
|
||||
>
|
||||
<svg
|
||||
@ -879,7 +879,7 @@ exports[`renders ./components/progress/demo/line-mini.md correctly 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
aria-label="icon: check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
|
@ -137,7 +137,7 @@ exports[`Progress render out-of-range progress 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
aria-label="icon: check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
@ -180,7 +180,7 @@ exports[`Progress render out-of-range progress with info 1`] = `
|
||||
class="ant-progress-text"
|
||||
>
|
||||
<i
|
||||
aria-label="check-circle"
|
||||
aria-label="icon: check-circle"
|
||||
class="anticon anticon-check-circle"
|
||||
>
|
||||
<svg
|
||||
|
@ -20,7 +20,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -42,7 +42,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -76,7 +76,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -98,7 +98,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -132,7 +132,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -154,7 +154,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -188,7 +188,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -210,7 +210,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -244,7 +244,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -266,7 +266,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -310,7 +310,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
aria-label="icon: heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -332,7 +332,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
aria-label="icon: heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -366,7 +366,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
aria-label="icon: heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -388,7 +388,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
aria-label="icon: heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -422,7 +422,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
aria-label="icon: heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -444,7 +444,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
aria-label="icon: heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -478,7 +478,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
aria-label="icon: heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -500,7 +500,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
aria-label="icon: heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -534,7 +534,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
aria-label="icon: heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -556,7 +556,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="heart"
|
||||
aria-label="icon: heart"
|
||||
class="anticon anticon-heart"
|
||||
>
|
||||
<svg
|
||||
@ -836,7 +836,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -858,7 +858,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -892,7 +892,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -914,7 +914,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -948,7 +948,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -970,7 +970,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1004,7 +1004,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1026,7 +1026,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1060,7 +1060,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1082,7 +1082,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1124,7 +1124,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1146,7 +1146,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1180,7 +1180,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1202,7 +1202,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1236,7 +1236,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1258,7 +1258,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1292,7 +1292,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1314,7 +1314,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1348,7 +1348,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1370,7 +1370,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1415,7 +1415,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1437,7 +1437,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1471,7 +1471,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1493,7 +1493,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1527,7 +1527,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1549,7 +1549,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1583,7 +1583,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1605,7 +1605,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1639,7 +1639,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1661,7 +1661,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1704,7 +1704,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1726,7 +1726,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1760,7 +1760,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1782,7 +1782,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1816,7 +1816,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1838,7 +1838,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1872,7 +1872,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1894,7 +1894,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1928,7 +1928,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1950,7 +1950,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -1994,7 +1994,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2016,7 +2016,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2050,7 +2050,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2072,7 +2072,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2106,7 +2106,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2128,7 +2128,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2162,7 +2162,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2184,7 +2184,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2218,7 +2218,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-first"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
@ -2240,7 +2240,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
|
||||
class="ant-rate-star-second"
|
||||
>
|
||||
<i
|
||||
aria-label="star"
|
||||
aria-label="icon: star"
|
||||
class="anticon anticon-star"
|
||||
>
|
||||
<svg
|
||||
|
@ -75,7 +75,7 @@ exports[`renders ./components/select/demo/basic.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -126,7 +126,7 @@ exports[`renders ./components/select/demo/basic.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -177,7 +177,7 @@ exports[`renders ./components/select/demo/basic.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -233,7 +233,7 @@ exports[`renders ./components/select/demo/coordinate.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -284,7 +284,7 @@ exports[`renders ./components/select/demo/coordinate.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -339,7 +339,7 @@ exports[`renders ./components/select/demo/custom-dropdown-menu.md correctly 1`]
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -442,7 +442,7 @@ exports[`renders ./components/select/demo/label-in-value.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -505,7 +505,7 @@ exports[`renders ./components/select/demo/multiple.md correctly 1`] = `
|
||||
class="ant-select-selection__choice__remove"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close ant-select-remove-icon"
|
||||
>
|
||||
<svg
|
||||
@ -540,7 +540,7 @@ exports[`renders ./components/select/demo/multiple.md correctly 1`] = `
|
||||
class="ant-select-selection__choice__remove"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close ant-select-remove-icon"
|
||||
>
|
||||
<svg
|
||||
@ -615,7 +615,7 @@ exports[`renders ./components/select/demo/optgroup.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -688,7 +688,7 @@ exports[`renders ./components/select/demo/search.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -905,7 +905,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -966,7 +966,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
|
||||
class="ant-select-selection__choice__remove"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close ant-select-remove-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1001,7 +1001,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
|
||||
class="ant-select-selection__choice__remove"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close ant-select-remove-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1083,7 +1083,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
|
||||
class="ant-select-selection__choice__remove"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close ant-select-remove-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1118,7 +1118,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
|
||||
class="ant-select-selection__choice__remove"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close ant-select-remove-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1195,7 +1195,7 @@ exports[`renders ./components/select/demo/suffix.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1246,7 +1246,7 @@ exports[`renders ./components/select/demo/suffix.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="meh"
|
||||
aria-label="icon: meh"
|
||||
class="anticon anticon-meh ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -22,7 +22,7 @@ exports[`Select Select Custom Icons should support customized icons 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -154,7 +154,7 @@ exports[`renders ./components/slider/demo/icon-slider.md correctly 1`] = `
|
||||
class="icon-wrapper"
|
||||
>
|
||||
<i
|
||||
aria-label="frown-o"
|
||||
aria-label="icon: frown-o"
|
||||
class="anticon anticon-frown-o"
|
||||
style="color:rgba(0, 0, 0, .45)"
|
||||
>
|
||||
@ -200,7 +200,7 @@ exports[`renders ./components/slider/demo/icon-slider.md correctly 1`] = `
|
||||
/>
|
||||
</div>
|
||||
<i
|
||||
aria-label="smile-o"
|
||||
aria-label="icon: smile-o"
|
||||
class="anticon anticon-smile-o"
|
||||
style="color:"
|
||||
>
|
||||
@ -275,7 +275,7 @@ exports[`renders ./components/slider/demo/input-number.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -301,7 +301,7 @@ exports[`renders ./components/slider/demo/input-number.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
@ -391,7 +391,7 @@ exports[`renders ./components/slider/demo/input-number.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-input-number-handler-up-inner"
|
||||
>
|
||||
<svg
|
||||
@ -417,7 +417,7 @@ exports[`renders ./components/slider/demo/input-number.md correctly 1`] = `
|
||||
unselectable="unselectable"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-input-number-handler-down-inner"
|
||||
>
|
||||
<svg
|
||||
|
@ -20,7 +20,7 @@ exports[`renders ./components/spin/demo/custom-indicator.md correctly 1`] = `
|
||||
class="ant-spin ant-spin-spinning"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading ant-spin-dot"
|
||||
style="font-size:24px"
|
||||
>
|
||||
|
@ -152,7 +152,7 @@ exports[`renders ./components/steps/demo/error.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
aria-label="icon: check"
|
||||
class="anticon anticon-check ant-steps-finish-icon"
|
||||
>
|
||||
<svg
|
||||
@ -199,7 +199,7 @@ exports[`renders ./components/steps/demo/error.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close ant-steps-error-icon"
|
||||
>
|
||||
<svg
|
||||
@ -283,7 +283,7 @@ exports[`renders ./components/steps/demo/icon.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="user"
|
||||
aria-label="icon: user"
|
||||
class="anticon anticon-user"
|
||||
>
|
||||
<svg
|
||||
@ -325,7 +325,7 @@ exports[`renders ./components/steps/demo/icon.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="solution"
|
||||
aria-label="icon: solution"
|
||||
class="anticon anticon-solution"
|
||||
>
|
||||
<svg
|
||||
@ -367,7 +367,7 @@ exports[`renders ./components/steps/demo/icon.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -409,7 +409,7 @@ exports[`renders ./components/steps/demo/icon.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="smile-o"
|
||||
aria-label="icon: smile-o"
|
||||
class="anticon anticon-smile-o"
|
||||
>
|
||||
<svg
|
||||
@ -561,7 +561,7 @@ exports[`renders ./components/steps/demo/simple.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
aria-label="icon: check"
|
||||
class="anticon anticon-check ant-steps-finish-icon"
|
||||
>
|
||||
<svg
|
||||
@ -675,7 +675,7 @@ exports[`renders ./components/steps/demo/small-size.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
aria-label="icon: check"
|
||||
class="anticon anticon-check ant-steps-finish-icon"
|
||||
>
|
||||
<svg
|
||||
@ -875,7 +875,7 @@ exports[`renders ./components/steps/demo/vertical.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
aria-label="icon: check"
|
||||
class="anticon anticon-check ant-steps-finish-icon"
|
||||
>
|
||||
<svg
|
||||
@ -989,7 +989,7 @@ exports[`renders ./components/steps/demo/vertical-small.md correctly 1`] = `
|
||||
class="ant-steps-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
aria-label="icon: check"
|
||||
class="anticon anticon-check ant-steps-finish-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -48,7 +48,7 @@ exports[`renders ./components/switch/demo/loading.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading ant-switch-loading-icon"
|
||||
>
|
||||
<svg
|
||||
@ -78,7 +78,7 @@ exports[`renders ./components/switch/demo/loading.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading ant-switch-loading-icon"
|
||||
>
|
||||
<svg
|
||||
@ -166,7 +166,7 @@ exports[`renders ./components/switch/demo/text.md correctly 1`] = `
|
||||
class="ant-switch-inner"
|
||||
>
|
||||
<i
|
||||
aria-label="check"
|
||||
aria-label="icon: check"
|
||||
class="anticon anticon-check"
|
||||
>
|
||||
<svg
|
||||
|
@ -98,7 +98,7 @@ exports[`Table.filter renders filter correctly 1`] = `
|
||||
Name
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
aria-label="icon: filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
|
@ -87,7 +87,7 @@ exports[`Table.pagination renders pagination correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -134,7 +134,7 @@ exports[`Table.pagination renders pagination correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
|
@ -392,7 +392,7 @@ exports[`Table.rowSelection fix selection column on the left 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -429,7 +429,7 @@ exports[`Table.rowSelection fix selection column on the left 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
|
@ -17,7 +17,7 @@ exports[`Table.sorter renders sorter icon correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
aria-label="icon: caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -35,7 +35,7 @@ exports[`Table.sorter renders sorter icon correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
|
@ -47,7 +47,7 @@ exports[`renders ./components/table/demo/ajax.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
aria-label="icon: caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -65,7 +65,7 @@ exports[`renders ./components/table/demo/ajax.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
@ -92,7 +92,7 @@ exports[`renders ./components/table/demo/ajax.md correctly 1`] = `
|
||||
Gender
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
aria-label="icon: filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
@ -429,7 +429,7 @@ exports[`renders ./components/table/demo/basic.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -466,7 +466,7 @@ exports[`renders ./components/table/demo/basic.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -660,7 +660,7 @@ exports[`renders ./components/table/demo/bordered.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -697,7 +697,7 @@ exports[`renders ./components/table/demo/bordered.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -974,7 +974,7 @@ exports[`renders ./components/table/demo/colspan-rowspan.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1011,7 +1011,7 @@ exports[`renders ./components/table/demo/colspan-rowspan.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1078,7 +1078,7 @@ exports[`renders ./components/table/demo/custom-filter-panel.md correctly 1`] =
|
||||
Name
|
||||
</div>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search ant-table-filter-icon ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
@ -1105,7 +1105,7 @@ exports[`renders ./components/table/demo/custom-filter-panel.md correctly 1`] =
|
||||
Age
|
||||
</div>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search ant-table-filter-icon ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
@ -1132,7 +1132,7 @@ exports[`renders ./components/table/demo/custom-filter-panel.md correctly 1`] =
|
||||
Address
|
||||
</div>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search ant-table-filter-icon ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
@ -1343,7 +1343,7 @@ exports[`renders ./components/table/demo/custom-filter-panel.md correctly 1`] =
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1380,7 +1380,7 @@ exports[`renders ./components/table/demo/custom-filter-panel.md correctly 1`] =
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1479,7 +1479,7 @@ exports[`renders ./components/table/demo/drag-sorting.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1516,7 +1516,7 @@ exports[`renders ./components/table/demo/drag-sorting.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -2258,7 +2258,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -2356,7 +2356,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -2454,7 +2454,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -2552,7 +2552,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -2650,7 +2650,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -2748,7 +2748,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -2846,7 +2846,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -2944,7 +2944,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -3042,7 +3042,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -3140,7 +3140,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
>
|
||||
More actions
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -3184,7 +3184,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -3221,7 +3221,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -3418,7 +3418,7 @@ exports[`renders ./components/table/demo/edit-cell.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -3455,7 +3455,7 @@ exports[`renders ./components/table/demo/edit-cell.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -3900,7 +3900,7 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -3976,7 +3976,7 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-right"
|
||||
aria-label="icon: double-right"
|
||||
class="anticon anticon-double-right ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -4020,7 +4020,7 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -4244,7 +4244,7 @@ exports[`renders ./components/table/demo/expand.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -4281,7 +4281,7 @@ exports[`renders ./components/table/demo/expand.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -4509,7 +4509,7 @@ exports[`renders ./components/table/demo/expand-children.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -4546,7 +4546,7 @@ exports[`renders ./components/table/demo/expand-children.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -5012,7 +5012,7 @@ exports[`renders ./components/table/demo/fixed-columns.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -5049,7 +5049,7 @@ exports[`renders ./components/table/demo/fixed-columns.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -6410,7 +6410,7 @@ exports[`renders ./components/table/demo/fixed-columns-header.md correctly 1`] =
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -6486,7 +6486,7 @@ exports[`renders ./components/table/demo/fixed-columns-header.md correctly 1`] =
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-right"
|
||||
aria-label="icon: double-right"
|
||||
class="anticon anticon-double-right ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -6530,7 +6530,7 @@ exports[`renders ./components/table/demo/fixed-columns-header.md correctly 1`] =
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -7856,7 +7856,7 @@ exports[`renders ./components/table/demo/fixed-header.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -7903,7 +7903,7 @@ exports[`renders ./components/table/demo/fixed-header.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -7988,7 +7988,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
Name
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
aria-label="icon: filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
@ -8047,7 +8047,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
aria-label="icon: caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -8065,7 +8065,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
@ -8700,7 +8700,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
Name
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
aria-label="icon: filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
@ -9057,7 +9057,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -9133,7 +9133,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
class="ant-pagination-item-container"
|
||||
>
|
||||
<i
|
||||
aria-label="double-right"
|
||||
aria-label="icon: double-right"
|
||||
class="anticon anticon-double-right ant-pagination-item-link-icon"
|
||||
>
|
||||
<svg
|
||||
@ -9177,7 +9177,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -9245,7 +9245,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
@ -9265,7 +9265,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
aria-label="icon: filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
@ -9297,7 +9297,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
aria-label="icon: caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -9315,7 +9315,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down on"
|
||||
>
|
||||
<svg
|
||||
@ -9347,7 +9347,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
aria-label="icon: caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -9365,7 +9365,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
@ -9385,7 +9385,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
aria-label="icon: filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
@ -9524,7 +9524,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -9561,7 +9561,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -9886,7 +9886,7 @@ exports[`renders ./components/table/demo/jsx.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -9923,7 +9923,7 @@ exports[`renders ./components/table/demo/jsx.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -10216,7 +10216,7 @@ exports[`renders ./components/table/demo/nested-table.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -10253,7 +10253,7 @@ exports[`renders ./components/table/demo/nested-table.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -10350,7 +10350,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
aria-label="icon: caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -10368,7 +10368,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
@ -10388,7 +10388,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
aria-label="icon: filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
@ -10420,7 +10420,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
aria-label="icon: caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -10438,7 +10438,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
@ -10470,7 +10470,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
class="ant-table-column-sorter"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-up"
|
||||
aria-label="icon: caret-up"
|
||||
class="anticon anticon-caret-up ant-table-column-sorter-up off"
|
||||
>
|
||||
<svg
|
||||
@ -10488,7 +10488,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
</svg>
|
||||
</i>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-table-column-sorter-down off"
|
||||
>
|
||||
<svg
|
||||
@ -10508,7 +10508,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
<i
|
||||
aria-label="filter"
|
||||
aria-label="icon: filter"
|
||||
class="anticon anticon-filter ant-dropdown-trigger"
|
||||
tabindex="-1"
|
||||
title="Filter menu"
|
||||
@ -10647,7 +10647,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -10684,7 +10684,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -10939,7 +10939,7 @@ exports[`renders ./components/table/demo/resizable-column.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -10976,7 +10976,7 @@ exports[`renders ./components/table/demo/resizable-column.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -11305,7 +11305,7 @@ exports[`renders ./components/table/demo/row-selection.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -11342,7 +11342,7 @@ exports[`renders ./components/table/demo/row-selection.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -11937,7 +11937,7 @@ exports[`renders ./components/table/demo/row-selection-and-operation.md correctl
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -12011,7 +12011,7 @@ exports[`renders ./components/table/demo/row-selection-and-operation.md correctl
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -12097,7 +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"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down"
|
||||
>
|
||||
<svg
|
||||
@ -12612,7 +12612,7 @@ exports[`renders ./components/table/demo/row-selection-custom.md correctly 1`] =
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -12686,7 +12686,7 @@ exports[`renders ./components/table/demo/row-selection-custom.md correctly 1`] =
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -12862,7 +12862,7 @@ exports[`renders ./components/table/demo/size.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -12899,7 +12899,7 @@ exports[`renders ./components/table/demo/size.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -13071,7 +13071,7 @@ exports[`renders ./components/table/demo/size.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -13108,7 +13108,7 @@ exports[`renders ./components/table/demo/size.md correctly 1`] = `
|
||||
class="ant-pagination-item-link"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
|
@ -20,7 +20,7 @@ exports[`renders ./components/tabs/demo/basic.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -47,7 +47,7 @@ exports[`renders ./components/tabs/demo/basic.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -174,7 +174,7 @@ exports[`renders ./components/tabs/demo/card.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -201,7 +201,7 @@ exports[`renders ./components/tabs/demo/card.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -330,7 +330,7 @@ exports[`renders ./components/tabs/demo/card-top.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -357,7 +357,7 @@ exports[`renders ./components/tabs/demo/card-top.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -505,7 +505,7 @@ exports[`renders ./components/tabs/demo/custom-add-trigger.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -532,7 +532,7 @@ exports[`renders ./components/tabs/demo/custom-add-trigger.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -570,7 +570,7 @@ exports[`renders ./components/tabs/demo/custom-add-trigger.md correctly 1`] = `
|
||||
<div>
|
||||
Tab 1
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close ant-tabs-close-x"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -599,7 +599,7 @@ exports[`renders ./components/tabs/demo/custom-add-trigger.md correctly 1`] = `
|
||||
<div>
|
||||
Tab 2
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close ant-tabs-close-x"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -692,7 +692,7 @@ exports[`renders ./components/tabs/demo/custom-tab-bar.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -719,7 +719,7 @@ exports[`renders ./components/tabs/demo/custom-tab-bar.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -849,7 +849,7 @@ exports[`renders ./components/tabs/demo/disabled.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -876,7 +876,7 @@ exports[`renders ./components/tabs/demo/disabled.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -998,7 +998,7 @@ exports[`renders ./components/tabs/demo/editable-card.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="plus"
|
||||
aria-label="icon: plus"
|
||||
class="anticon anticon-plus ant-tabs-new-tab"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -1029,7 +1029,7 @@ exports[`renders ./components/tabs/demo/editable-card.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1056,7 +1056,7 @@ exports[`renders ./components/tabs/demo/editable-card.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1094,7 +1094,7 @@ exports[`renders ./components/tabs/demo/editable-card.md correctly 1`] = `
|
||||
<div>
|
||||
Tab 1
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close ant-tabs-close-x"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -1123,7 +1123,7 @@ exports[`renders ./components/tabs/demo/editable-card.md correctly 1`] = `
|
||||
<div>
|
||||
Tab 2
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close ant-tabs-close-x"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -1241,7 +1241,7 @@ exports[`renders ./components/tabs/demo/extra.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1268,7 +1268,7 @@ exports[`renders ./components/tabs/demo/extra.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1395,7 +1395,7 @@ exports[`renders ./components/tabs/demo/icon.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1422,7 +1422,7 @@ exports[`renders ./components/tabs/demo/icon.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1459,7 +1459,7 @@ exports[`renders ./components/tabs/demo/icon.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="apple"
|
||||
aria-label="icon: apple"
|
||||
class="anticon anticon-apple"
|
||||
>
|
||||
<svg
|
||||
@ -1487,7 +1487,7 @@ exports[`renders ./components/tabs/demo/icon.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="android"
|
||||
aria-label="icon: android"
|
||||
class="anticon anticon-android"
|
||||
>
|
||||
<svg
|
||||
@ -1581,7 +1581,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1624,7 +1624,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1667,7 +1667,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1710,7 +1710,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1749,7 +1749,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1776,7 +1776,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1869,7 +1869,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -1896,7 +1896,7 @@ exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -2279,7 +2279,7 @@ exports[`renders ./components/tabs/demo/position.md correctly 1`] = `
|
||||
unselectable="on"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2319,7 +2319,7 @@ exports[`renders ./components/tabs/demo/position.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -2346,7 +2346,7 @@ exports[`renders ./components/tabs/demo/position.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -2538,7 +2538,7 @@ exports[`renders ./components/tabs/demo/size.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -2565,7 +2565,7 @@ exports[`renders ./components/tabs/demo/size.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -2739,7 +2739,7 @@ exports[`renders ./components/tabs/demo/slide.md correctly 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -2766,7 +2766,7 @@ exports[`renders ./components/tabs/demo/slide.md correctly 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
|
@ -62,7 +62,7 @@ exports[`Tabs tabPosition remove card 1`] = `
|
||||
class="ant-tabs-tab-prev-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="up"
|
||||
aria-label="icon: up"
|
||||
class="anticon anticon-up ant-tabs-tab-prev-icon-target"
|
||||
>
|
||||
<svg
|
||||
@ -89,7 +89,7 @@ exports[`Tabs tabPosition remove card 1`] = `
|
||||
class="ant-tabs-tab-next-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-tabs-tab-next-icon-target"
|
||||
>
|
||||
<svg
|
||||
|
@ -21,7 +21,7 @@ exports[`renders ./components/tag/demo/basic.md correctly 1`] = `
|
||||
>
|
||||
Tag 2
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -45,7 +45,7 @@ exports[`renders ./components/tag/demo/basic.md correctly 1`] = `
|
||||
>
|
||||
Prevent Default
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -197,7 +197,7 @@ exports[`renders ./components/tag/demo/control.md correctly 1`] = `
|
||||
>
|
||||
Tag 2
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -221,7 +221,7 @@ exports[`renders ./components/tag/demo/control.md correctly 1`] = `
|
||||
>
|
||||
Tag 3
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -245,7 +245,7 @@ exports[`renders ./components/tag/demo/control.md correctly 1`] = `
|
||||
style="background:#fff;border-style:dashed"
|
||||
>
|
||||
<i
|
||||
aria-label="plus"
|
||||
aria-label="icon: plus"
|
||||
class="anticon anticon-plus"
|
||||
>
|
||||
<svg
|
||||
@ -274,7 +274,7 @@ exports[`renders ./components/tag/demo/controlled.md correctly 1`] = `
|
||||
>
|
||||
Movies
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
>
|
||||
|
@ -16,7 +16,7 @@ exports[`renders ./components/time-picker/demo/12hours.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -52,7 +52,7 @@ exports[`renders ./components/time-picker/demo/12hours.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -88,7 +88,7 @@ exports[`renders ./components/time-picker/demo/12hours.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -128,7 +128,7 @@ exports[`renders ./components/time-picker/demo/addon.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -167,7 +167,7 @@ exports[`renders ./components/time-picker/demo/basic.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -207,7 +207,7 @@ exports[`renders ./components/time-picker/demo/disabled.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -246,7 +246,7 @@ exports[`renders ./components/time-picker/demo/hide-column.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -285,7 +285,7 @@ exports[`renders ./components/time-picker/demo/interval-options.md correctly 1`]
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -325,7 +325,7 @@ exports[`renders ./components/time-picker/demo/size.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -361,7 +361,7 @@ exports[`renders ./components/time-picker/demo/size.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -397,7 +397,7 @@ exports[`renders ./components/time-picker/demo/size.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -437,7 +437,7 @@ exports[`renders ./components/time-picker/demo/suffix.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
@ -473,7 +473,7 @@ exports[`renders ./components/time-picker/demo/value.md correctly 1`] = `
|
||||
class="ant-time-picker-icon"
|
||||
>
|
||||
<i
|
||||
aria-label="clock-circle"
|
||||
aria-label="icon: clock-circle"
|
||||
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -44,7 +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"
|
||||
aria-label="icon: clock-circle-o"
|
||||
class="anticon anticon-clock-circle-o"
|
||||
style="font-size:16px"
|
||||
>
|
||||
@ -112,7 +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"
|
||||
aria-label="icon: clock-circle-o"
|
||||
class="anticon anticon-clock-circle-o"
|
||||
style="font-size:16px"
|
||||
>
|
||||
@ -337,7 +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"
|
||||
aria-label="icon: clock-circle-o"
|
||||
class="anticon anticon-clock-circle-o"
|
||||
style="font-size:16px"
|
||||
>
|
||||
@ -443,7 +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"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -524,7 +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"
|
||||
aria-label="icon: clock-circle-o"
|
||||
class="anticon anticon-clock-circle-o"
|
||||
style="font-size:16px"
|
||||
>
|
||||
|
@ -54,7 +54,7 @@ exports[`renders ./components/transfer/demo/advanced.md correctly 1`] = `
|
||||
class="ant-transfer-list-search-action"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -122,7 +122,7 @@ exports[`renders ./components/transfer/demo/advanced.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -149,7 +149,7 @@ exports[`renders ./components/transfer/demo/advanced.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -221,7 +221,7 @@ exports[`renders ./components/transfer/demo/advanced.md correctly 1`] = `
|
||||
class="ant-transfer-list-search-action"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -396,7 +396,7 @@ exports[`renders ./components/transfer/demo/basic.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -420,7 +420,7 @@ exports[`renders ./components/transfer/demo/basic.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -598,7 +598,7 @@ exports[`renders ./components/transfer/demo/custom-item.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -622,7 +622,7 @@ exports[`renders ./components/transfer/demo/custom-item.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -780,7 +780,7 @@ exports[`renders ./components/transfer/demo/large-data.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -804,7 +804,7 @@ exports[`renders ./components/transfer/demo/large-data.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -940,7 +940,7 @@ exports[`renders ./components/transfer/demo/search.md correctly 1`] = `
|
||||
class="ant-transfer-list-search-action"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
@ -995,7 +995,7 @@ exports[`renders ./components/transfer/demo/search.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -1019,7 +1019,7 @@ exports[`renders ./components/transfer/demo/search.md correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -1087,7 +1087,7 @@ exports[`renders ./components/transfer/demo/search.md correctly 1`] = `
|
||||
class="ant-transfer-list-search-action"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
|
@ -96,7 +96,7 @@ exports[`Transfer should render correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -120,7 +120,7 @@ exports[`Transfer should render correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
@ -280,7 +280,7 @@ exports[`Transfer should show sorted targetkey 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="right"
|
||||
aria-label="icon: right"
|
||||
class="anticon anticon-right"
|
||||
>
|
||||
<svg
|
||||
@ -304,7 +304,7 @@ exports[`Transfer should show sorted targetkey 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<i
|
||||
aria-label="left"
|
||||
aria-label="icon: left"
|
||||
class="anticon anticon-left"
|
||||
>
|
||||
<svg
|
||||
|
@ -31,31 +31,35 @@ exports[`Search should show cross icon when input value exists 1`] = `
|
||||
<Icon
|
||||
type="search"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
className="anticon anticon-search"
|
||||
<LocaleReceiver
|
||||
componentName="Icon"
|
||||
>
|
||||
<IconReact
|
||||
className=""
|
||||
type="search-o"
|
||||
<i
|
||||
aria-label="icon: search"
|
||||
className="anticon anticon-search"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
<IconReact
|
||||
className=""
|
||||
data-icon="search"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
key="svg-search"
|
||||
viewBox="64 64 896 896"
|
||||
width="1em"
|
||||
type="search-o"
|
||||
>
|
||||
<path
|
||||
d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"
|
||||
key="svg-search-svg-0"
|
||||
/>
|
||||
</svg>
|
||||
</IconReact>
|
||||
</i>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className=""
|
||||
data-icon="search"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
key="svg-search"
|
||||
viewBox="64 64 896 896"
|
||||
width="1em"
|
||||
>
|
||||
<path
|
||||
d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"
|
||||
key="svg-search-svg-0"
|
||||
/>
|
||||
</svg>
|
||||
</IconReact>
|
||||
</i>
|
||||
</LocaleReceiver>
|
||||
</Icon>
|
||||
</span>
|
||||
</div>
|
||||
@ -96,31 +100,35 @@ exports[`Search should show cross icon when input value exists 2`] = `
|
||||
theme="filled"
|
||||
type="close-circle"
|
||||
>
|
||||
<i
|
||||
aria-label="close-circle"
|
||||
className="anticon anticon-close-circle"
|
||||
<LocaleReceiver
|
||||
componentName="Icon"
|
||||
>
|
||||
<IconReact
|
||||
className=""
|
||||
type="close-circle-fill"
|
||||
<i
|
||||
aria-label="icon: close-circle"
|
||||
className="anticon anticon-close-circle"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
<IconReact
|
||||
className=""
|
||||
data-icon="close-circle"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
key="svg-close-circle"
|
||||
viewBox="64 64 896 896"
|
||||
width="1em"
|
||||
type="close-circle-fill"
|
||||
>
|
||||
<path
|
||||
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 0 1-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
|
||||
key="svg-close-circle-svg-0"
|
||||
/>
|
||||
</svg>
|
||||
</IconReact>
|
||||
</i>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className=""
|
||||
data-icon="close-circle"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
key="svg-close-circle"
|
||||
viewBox="64 64 896 896"
|
||||
width="1em"
|
||||
>
|
||||
<path
|
||||
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 0 1-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
|
||||
key="svg-close-circle-svg-0"
|
||||
/>
|
||||
</svg>
|
||||
</IconReact>
|
||||
</i>
|
||||
</LocaleReceiver>
|
||||
</Icon>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -25,7 +25,7 @@ exports[`renders ./components/tree-select/demo/basic.md correctly 1`] = `
|
||||
style="outline:none"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
@ -72,7 +72,7 @@ exports[`renders ./components/tree-select/demo/checkable.md correctly 1`] = `
|
||||
class="ant-select-selection__choice__remove"
|
||||
>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close ant-select-remove-icon"
|
||||
>
|
||||
<svg
|
||||
@ -199,7 +199,7 @@ exports[`renders ./components/tree-select/demo/suffix.md correctly 1`] = `
|
||||
style="outline:none"
|
||||
>
|
||||
<i
|
||||
aria-label="smile"
|
||||
aria-label="icon: smile"
|
||||
class="anticon anticon-smile"
|
||||
>
|
||||
<svg
|
||||
@ -246,7 +246,7 @@ exports[`renders ./components/tree-select/demo/treeData.md correctly 1`] = `
|
||||
style="outline:none"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-select-arrow-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -14,7 +14,7 @@ exports[`renders ./components/tree/demo/basic.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -62,7 +62,7 @@ exports[`renders ./components/tree/demo/basic.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -162,7 +162,7 @@ exports[`renders ./components/tree/demo/basic.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -252,7 +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"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -300,7 +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"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -425,7 +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"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -577,7 +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"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -655,7 +655,7 @@ exports[`renders ./components/tree/demo/customized-icon.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="down"
|
||||
aria-label="icon: down"
|
||||
class="anticon anticon-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -681,7 +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"
|
||||
aria-label="icon: smile-o"
|
||||
class="anticon anticon-smile-o"
|
||||
>
|
||||
<svg
|
||||
@ -725,7 +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"
|
||||
aria-label="icon: meh-o"
|
||||
class="anticon anticon-meh-o"
|
||||
>
|
||||
<svg
|
||||
@ -765,7 +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"
|
||||
aria-label="icon: frown-o"
|
||||
class="anticon anticon-frown-o"
|
||||
>
|
||||
<svg
|
||||
@ -809,7 +809,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -835,7 +835,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -879,7 +879,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
aria-label="icon: file"
|
||||
class="anticon anticon-file"
|
||||
>
|
||||
<svg
|
||||
@ -919,7 +919,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
aria-label="icon: file"
|
||||
class="anticon anticon-file"
|
||||
>
|
||||
<svg
|
||||
@ -954,7 +954,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -980,7 +980,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1024,7 +1024,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
aria-label="icon: file"
|
||||
class="anticon anticon-file"
|
||||
>
|
||||
<svg
|
||||
@ -1064,7 +1064,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
aria-label="icon: file"
|
||||
class="anticon anticon-file"
|
||||
>
|
||||
<svg
|
||||
@ -1108,7 +1108,7 @@ exports[`renders ./components/tree/demo/draggable.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1151,7 +1151,7 @@ exports[`renders ./components/tree/demo/draggable.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1256,7 +1256,7 @@ exports[`renders ./components/tree/demo/draggable.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1317,7 +1317,7 @@ exports[`renders ./components/tree/demo/draggable.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1385,7 +1385,7 @@ exports[`renders ./components/tree/demo/dynamic.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1422,7 +1422,7 @@ exports[`renders ./components/tree/demo/dynamic.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1486,7 +1486,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="minus-square"
|
||||
aria-label="icon: minus-square"
|
||||
class="anticon anticon-minus-square ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1530,7 +1530,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="minus-square"
|
||||
aria-label="icon: minus-square"
|
||||
class="anticon anticon-minus-square ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1574,7 +1574,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher-noop"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
aria-label="icon: file"
|
||||
class="anticon anticon-file ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1611,7 +1611,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher-noop"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
aria-label="icon: file"
|
||||
class="anticon anticon-file ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1648,7 +1648,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher-noop"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
aria-label="icon: file"
|
||||
class="anticon anticon-file ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1687,7 +1687,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="plus-square"
|
||||
aria-label="icon: plus-square"
|
||||
class="anticon anticon-plus-square ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1727,7 +1727,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="plus-square"
|
||||
aria-label="icon: plus-square"
|
||||
class="anticon anticon-plus-square ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1780,7 +1780,7 @@ exports[`renders ./components/tree/demo/search.md correctly 1`] = `
|
||||
class="ant-input-suffix"
|
||||
>
|
||||
<i
|
||||
aria-label="search"
|
||||
aria-label="icon: search"
|
||||
class="anticon anticon-search ant-input-search-icon"
|
||||
tabindex="-1"
|
||||
>
|
||||
@ -1813,7 +1813,7 @@ exports[`renders ./components/tree/demo/search.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1855,7 +1855,7 @@ exports[`renders ./components/tree/demo/search.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
|
@ -14,7 +14,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -40,7 +40,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -84,7 +84,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -124,7 +124,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -159,7 +159,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -185,7 +185,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -229,7 +229,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -269,7 +269,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -313,7 +313,7 @@ exports[`Directory Tree defaultExpandParent 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -339,7 +339,7 @@ exports[`Directory Tree defaultExpandParent 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -372,7 +372,7 @@ exports[`Directory Tree defaultExpandParent 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -398,7 +398,7 @@ exports[`Directory Tree defaultExpandParent 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -440,7 +440,7 @@ exports[`Directory Tree expand click 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -466,7 +466,7 @@ exports[`Directory Tree expand click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -511,7 +511,7 @@ exports[`Directory Tree expand click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -551,7 +551,7 @@ exports[`Directory Tree expand click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -586,7 +586,7 @@ exports[`Directory Tree expand click 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -612,7 +612,7 @@ exports[`Directory Tree expand click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -654,7 +654,7 @@ exports[`Directory Tree expand click 2`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -680,7 +680,7 @@ exports[`Directory Tree expand click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -725,7 +725,7 @@ exports[`Directory Tree expand click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -765,7 +765,7 @@ exports[`Directory Tree expand click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -800,7 +800,7 @@ exports[`Directory Tree expand click 2`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -826,7 +826,7 @@ exports[`Directory Tree expand click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -868,7 +868,7 @@ exports[`Directory Tree expand double click 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -894,7 +894,7 @@ exports[`Directory Tree expand double click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -939,7 +939,7 @@ exports[`Directory Tree expand double click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -979,7 +979,7 @@ exports[`Directory Tree expand double click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1014,7 +1014,7 @@ exports[`Directory Tree expand double click 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1040,7 +1040,7 @@ exports[`Directory Tree expand double click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1082,7 +1082,7 @@ exports[`Directory Tree expand double click 2`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1108,7 +1108,7 @@ exports[`Directory Tree expand double click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1153,7 +1153,7 @@ exports[`Directory Tree expand double click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1193,7 +1193,7 @@ exports[`Directory Tree expand double click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1228,7 +1228,7 @@ exports[`Directory Tree expand double click 2`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1254,7 +1254,7 @@ exports[`Directory Tree expand double click 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1296,7 +1296,7 @@ exports[`Directory Tree expand with state control click 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1322,7 +1322,7 @@ exports[`Directory Tree expand with state control click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1367,7 +1367,7 @@ exports[`Directory Tree expand with state control click 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1411,7 +1411,7 @@ exports[`Directory Tree expand with state control doubleClick 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1437,7 +1437,7 @@ exports[`Directory Tree expand with state control doubleClick 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1482,7 +1482,7 @@ exports[`Directory Tree expand with state control doubleClick 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1526,7 +1526,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1552,7 +1552,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1585,7 +1585,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1611,7 +1611,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1656,7 +1656,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1696,7 +1696,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder"
|
||||
aria-label="icon: folder"
|
||||
class="anticon anticon-folder"
|
||||
>
|
||||
<svg
|
||||
@ -1740,7 +1740,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1766,7 +1766,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1810,7 +1810,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1850,7 +1850,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1885,7 +1885,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -1911,7 +1911,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1955,7 +1955,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -1995,7 +1995,7 @@ exports[`Directory Tree group select 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2039,7 +2039,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2065,7 +2065,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2109,7 +2109,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2149,7 +2149,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2184,7 +2184,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2210,7 +2210,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2254,7 +2254,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2294,7 +2294,7 @@ exports[`Directory Tree group select 2`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2338,7 +2338,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2364,7 +2364,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2408,7 +2408,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2448,7 +2448,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2483,7 +2483,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
aria-label="caret-down"
|
||||
aria-label="icon: caret-down"
|
||||
class="anticon anticon-caret-down ant-tree-switcher-icon"
|
||||
>
|
||||
<svg
|
||||
@ -2509,7 +2509,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2553,7 +2553,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
@ -2593,7 +2593,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
|
||||
class="ant-tree-iconEle ant-tree-icon__customize"
|
||||
>
|
||||
<i
|
||||
aria-label="folder-open"
|
||||
aria-label="icon: folder-open"
|
||||
class="anticon anticon-folder-open"
|
||||
>
|
||||
<svg
|
||||
|
@ -44,7 +44,7 @@ exports[`renders ./components/upload/demo/defaultFileList.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="paper-clip"
|
||||
aria-label="icon: paper-clip"
|
||||
class="anticon anticon-paper-clip"
|
||||
>
|
||||
<svg
|
||||
@ -73,7 +73,7 @@ exports[`renders ./components/upload/demo/defaultFileList.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -101,7 +101,7 @@ exports[`renders ./components/upload/demo/defaultFileList.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="paper-clip"
|
||||
aria-label="icon: paper-clip"
|
||||
class="anticon anticon-paper-clip"
|
||||
>
|
||||
<svg
|
||||
@ -130,7 +130,7 @@ exports[`renders ./components/upload/demo/defaultFileList.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -158,7 +158,7 @@ exports[`renders ./components/upload/demo/defaultFileList.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="paper-clip"
|
||||
aria-label="icon: paper-clip"
|
||||
class="anticon anticon-paper-clip"
|
||||
>
|
||||
<svg
|
||||
@ -187,7 +187,7 @@ exports[`renders ./components/upload/demo/defaultFileList.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -257,7 +257,7 @@ exports[`renders ./components/upload/demo/fileList.md correctly 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="paper-clip"
|
||||
aria-label="icon: paper-clip"
|
||||
class="anticon anticon-paper-clip"
|
||||
>
|
||||
<svg
|
||||
@ -286,7 +286,7 @@ exports[`renders ./components/upload/demo/fileList.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -359,7 +359,7 @@ exports[`renders ./components/upload/demo/picture-card.md correctly 1`] = `
|
||||
title="Preview file"
|
||||
>
|
||||
<i
|
||||
aria-label="eye-o"
|
||||
aria-label="icon: eye-o"
|
||||
class="anticon anticon-eye-o"
|
||||
>
|
||||
<svg
|
||||
@ -378,7 +378,7 @@ exports[`renders ./components/upload/demo/picture-card.md correctly 1`] = `
|
||||
</i>
|
||||
</a>
|
||||
<i
|
||||
aria-label="delete"
|
||||
aria-label="icon: delete"
|
||||
class="anticon anticon-delete"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -450,7 +450,7 @@ exports[`renders ./components/upload/demo/picture-style.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -500,7 +500,7 @@ exports[`renders ./components/upload/demo/picture-style.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -564,7 +564,7 @@ exports[`renders ./components/upload/demo/picture-style.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -614,7 +614,7 @@ exports[`renders ./components/upload/demo/picture-style.md correctly 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
|
@ -35,7 +35,7 @@ exports[`Upload List handle error 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="paper-clip"
|
||||
aria-label="icon: paper-clip"
|
||||
class="anticon anticon-paper-clip"
|
||||
>
|
||||
<svg
|
||||
@ -61,7 +61,7 @@ exports[`Upload List handle error 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -142,7 +142,7 @@ exports[`Upload List should be uploading when upload a file 1`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="loading"
|
||||
aria-label="icon: loading"
|
||||
class="anticon anticon-loading"
|
||||
>
|
||||
<svg
|
||||
@ -168,7 +168,7 @@ exports[`Upload List should be uploading when upload a file 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -249,7 +249,7 @@ exports[`Upload List should be uploading when upload a file 2`] = `
|
||||
>
|
||||
<span>
|
||||
<i
|
||||
aria-label="paper-clip"
|
||||
aria-label="icon: paper-clip"
|
||||
class="anticon anticon-paper-clip"
|
||||
>
|
||||
<svg
|
||||
@ -275,7 +275,7 @@ exports[`Upload List should be uploading when upload a file 2`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -362,7 +362,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
target="_blank"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
aria-label="icon: file"
|
||||
class="anticon anticon-file ant-upload-list-item-icon"
|
||||
>
|
||||
<svg
|
||||
@ -397,7 +397,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -447,7 +447,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -481,7 +481,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
target="_blank"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
aria-label="icon: file"
|
||||
class="anticon anticon-file ant-upload-list-item-icon"
|
||||
>
|
||||
<svg
|
||||
@ -516,7 +516,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -550,7 +550,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
target="_blank"
|
||||
>
|
||||
<i
|
||||
aria-label="file"
|
||||
aria-label="icon: file"
|
||||
class="anticon anticon-file ant-upload-list-item-icon"
|
||||
>
|
||||
<svg
|
||||
@ -585,7 +585,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -635,7 +635,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -685,7 +685,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -735,7 +735,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -785,7 +785,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -835,7 +835,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
@ -885,7 +885,7 @@ exports[`Upload List should non-image format file preview 1`] = `
|
||||
</span>
|
||||
</div>
|
||||
<i
|
||||
aria-label="close"
|
||||
aria-label="icon: close"
|
||||
class="anticon anticon-close"
|
||||
tabindex="-1"
|
||||
title="Remove file"
|
||||
|
Loading…
Reference in New Issue
Block a user