mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-09 18:43:23 +08:00
chore: update snap
This commit is contained in:
parent
8427390971
commit
46a8236cff
@ -313,14 +313,14 @@ exports[`List.pagination should change page size work 1`] = `
|
|||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
aria-autocomplete="list"
|
aria-autocomplete="list"
|
||||||
aria-controls="rc_select_TEST_OR_SSR_list"
|
aria-controls="test-id_list"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
aria-haspopup="listbox"
|
aria-haspopup="listbox"
|
||||||
aria-label="Page Size"
|
aria-label="Page Size"
|
||||||
aria-owns="rc_select_TEST_OR_SSR_list"
|
aria-owns="test-id_list"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
class="ant-select-selection-search-input"
|
class="ant-select-selection-search-input"
|
||||||
id="rc_select_TEST_OR_SSR"
|
id="test-id"
|
||||||
role="combobox"
|
role="combobox"
|
||||||
type="search"
|
type="search"
|
||||||
value=""
|
value=""
|
||||||
@ -461,16 +461,16 @@ exports[`List.pagination should change page size work 2`] = `
|
|||||||
class="ant-select-selection-search"
|
class="ant-select-selection-search"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
aria-activedescendant="rc_select_TEST_OR_SSR_list_0"
|
aria-activedescendant="test-id_list_2"
|
||||||
aria-autocomplete="list"
|
aria-autocomplete="list"
|
||||||
aria-controls="rc_select_TEST_OR_SSR_list"
|
aria-controls="test-id_list"
|
||||||
aria-expanded="true"
|
aria-expanded="true"
|
||||||
aria-haspopup="listbox"
|
aria-haspopup="listbox"
|
||||||
aria-label="Page Size"
|
aria-label="Page Size"
|
||||||
aria-owns="rc_select_TEST_OR_SSR_list"
|
aria-owns="test-id_list"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
class="ant-select-selection-search-input"
|
class="ant-select-selection-search-input"
|
||||||
id="rc_select_TEST_OR_SSR"
|
id="test-id"
|
||||||
role="combobox"
|
role="combobox"
|
||||||
type="search"
|
type="search"
|
||||||
value=""
|
value=""
|
||||||
@ -500,14 +500,14 @@ exports[`List.pagination should change page size work 2`] = `
|
|||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
class="rc-virtual-list-holder-inner"
|
class="rc-virtual-list-holder-inner"
|
||||||
id="rc_select_TEST_OR_SSR_list"
|
id="test-id_list"
|
||||||
role="listbox"
|
role="listbox"
|
||||||
style="display: flex; flex-direction: column;"
|
style="display: flex; flex-direction: column;"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
aria-selected="false"
|
aria-selected="false"
|
||||||
class="ant-select-item ant-select-item-option ant-select-item-option-active"
|
class="ant-select-item ant-select-item-option"
|
||||||
id="rc_select_TEST_OR_SSR_list_0"
|
id="test-id_list_0"
|
||||||
role="option"
|
role="option"
|
||||||
title="10 / page"
|
title="10 / page"
|
||||||
>
|
>
|
||||||
@ -526,7 +526,7 @@ exports[`List.pagination should change page size work 2`] = `
|
|||||||
<div
|
<div
|
||||||
aria-selected="false"
|
aria-selected="false"
|
||||||
class="ant-select-item ant-select-item-option"
|
class="ant-select-item ant-select-item-option"
|
||||||
id="rc_select_TEST_OR_SSR_list_1"
|
id="test-id_list_1"
|
||||||
role="option"
|
role="option"
|
||||||
title="20 / page"
|
title="20 / page"
|
||||||
>
|
>
|
||||||
@ -544,8 +544,8 @@ exports[`List.pagination should change page size work 2`] = `
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
aria-selected="true"
|
aria-selected="true"
|
||||||
class="ant-select-item ant-select-item-option ant-select-item-option-selected"
|
class="ant-select-item ant-select-item-option ant-select-item-option-active ant-select-item-option-selected"
|
||||||
id="rc_select_TEST_OR_SSR_list_2"
|
id="test-id_list_2"
|
||||||
role="option"
|
role="option"
|
||||||
title="50 / page"
|
title="50 / page"
|
||||||
>
|
>
|
||||||
@ -564,7 +564,7 @@ exports[`List.pagination should change page size work 2`] = `
|
|||||||
<div
|
<div
|
||||||
aria-selected="false"
|
aria-selected="false"
|
||||||
class="ant-select-item ant-select-item-option"
|
class="ant-select-item ant-select-item-option"
|
||||||
id="rc_select_TEST_OR_SSR_list_3"
|
id="test-id_list_3"
|
||||||
role="option"
|
role="option"
|
||||||
title="100 / page"
|
title="100 / page"
|
||||||
>
|
>
|
||||||
@ -725,14 +725,14 @@ exports[`List.pagination should default work 1`] = `
|
|||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
aria-autocomplete="list"
|
aria-autocomplete="list"
|
||||||
aria-controls="rc_select_TEST_OR_SSR_list"
|
aria-controls="test-id_list"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
aria-haspopup="listbox"
|
aria-haspopup="listbox"
|
||||||
aria-label="Page Size"
|
aria-label="Page Size"
|
||||||
aria-owns="rc_select_TEST_OR_SSR_list"
|
aria-owns="test-id_list"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
class="ant-select-selection-search-input"
|
class="ant-select-selection-search-input"
|
||||||
id="rc_select_TEST_OR_SSR"
|
id="test-id"
|
||||||
role="combobox"
|
role="combobox"
|
||||||
type="search"
|
type="search"
|
||||||
value=""
|
value=""
|
||||||
|
Loading…
Reference in New Issue
Block a user