From ecf7c8b42cbd2116303ef8318e5e498d7dcf465f Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sun, 7 Jul 2019 21:27:16 +0800 Subject: [PATCH] fix: update icon focusable="false" #924 --- antd-tools/gulpfile.js | 8 +- .../__tests__/__snapshots__/demo.test.js.snap | 46 +- .../__tests__/__snapshots__/demo.test.js.snap | 16 +- .../__tests__/__snapshots__/demo.test.js.snap | 8 +- .../__tests__/__snapshots__/demo.test.js.snap | 8 +- .../__tests__/__snapshots__/demo.test.js.snap | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 44 +- .../__snapshots__/index.test.js.snap | 10 +- .../__tests__/__snapshots__/demo.test.js.snap | 20 +- .../__snapshots__/index.test.js.snap | 4 +- .../__tests__/__snapshots__/demo.test.js.snap | 12 +- .../__tests__/__snapshots__/demo.test.js.snap | 4 +- .../__tests__/__snapshots__/demo.test.js.snap | 30 +- .../__snapshots__/index.test.js.snap | 32 +- .../__tests__/__snapshots__/demo.test.js.snap | 34 +- .../__tests__/__snapshots__/demo.test.js.snap | 4 +- .../__snapshots__/DatePicker.test.js.snap | 2 +- .../__snapshots__/WeekPicker.test.js.snap | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 40 +- .../__snapshots__/Drawer.test.js.snap | 8 +- .../__snapshots__/DrawerEvent.test.js.snap | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 18 +- components/form/FormItem.jsx | 6 +- .../__tests__/__snapshots__/demo.test.js.snap | 76 +- .../__tests__/__snapshots__/demo.test.js.snap | 588 +++++----- .../__snapshots__/index.test.js.snap | 24 +- components/icon/index.js | 7 +- .../__tests__/__snapshots__/demo.test.js.snap | 16 +- .../__tests__/__snapshots__/demo.test.js.snap | 28 +- .../__snapshots__/index.test.js.snap | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 56 +- .../__tests__/__snapshots__/demo.test.js.snap | 22 +- .../__tests__/__snapshots__/demo.test.js.snap | 28 +- .../__snapshots__/index.test.js.snap | 1014 ++++++++--------- .../__tests__/__snapshots__/demo.test.js.snap | 64 +- .../__snapshots__/Modal.test.js.snap | 6 +- .../__tests__/__snapshots__/demo.test.js.snap | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 72 +- .../__snapshots__/index.test.js.snap | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 24 +- .../__snapshots__/index.test.js.snap | 4 +- .../__tests__/__snapshots__/demo.test.js.snap | 122 +- .../__tests__/__snapshots__/demo.test.js.snap | 38 +- .../__snapshots__/index.test.js.snap | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 8 +- .../__tests__/__snapshots__/demo.test.js.snap | 4 +- .../__tests__/__snapshots__/demo.test.js.snap | 20 +- .../__tests__/__snapshots__/demo.test.js.snap | 6 +- .../__snapshots__/Table.filter.test.js.snap | 2 +- .../Table.pagination.test.js.snap | 4 +- .../Table.rowSelection.test.js.snap | 4 +- .../__snapshots__/Table.sorter.test.js.snap | 4 +- .../__tests__/__snapshots__/demo.test.js.snap | 156 +-- .../__tests__/__snapshots__/demo.test.js.snap | 50 +- .../__snapshots__/index.test.js.snap | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 12 +- .../__tests__/__snapshots__/demo.test.js.snap | 22 +- .../__tests__/__snapshots__/demo.test.js.snap | 10 +- .../__tests__/__snapshots__/demo.test.js.snap | 32 +- .../__snapshots__/index.test.js.snap | 8 +- .../__snapshots__/search.test.js.snap | 4 +- .../__tests__/__snapshots__/demo.test.js.snap | 8 +- .../__tests__/__snapshots__/demo.test.js.snap | 64 +- .../__tests__/__snapshots__/demo.test.js.snap | 18 +- .../__snapshots__/uploadlist.test.js.snap | 22 +- components/vc-slick/src/slider.js | 12 +- components/vc-tree-select/src/util.js | 4 +- package.json | 2 +- 69 files changed, 1527 insertions(+), 1510 deletions(-) diff --git a/antd-tools/gulpfile.js b/antd-tools/gulpfile.js index b832a735b..38a1509a7 100644 --- a/antd-tools/gulpfile.js +++ b/antd-tools/gulpfile.js @@ -145,10 +145,14 @@ function tag() { execSync(`git config --global user.name ${process.env.GITHUB_USER_NAME}`); execSync(`git tag ${version}`); execSync( - `git push https://${process.env.GITHUB_TOKEN}@github.com/vueComponent/ant-design-vue.git ${version}:${version}`, + `git push https://${ + process.env.GITHUB_TOKEN + }@github.com/vueComponent/ant-design-vue.git ${version}:${version}`, ); execSync( - `git push https://${process.env.GITHUB_TOKEN}@github.com/vueComponent/ant-design-vue.git master:master`, + `git push https://${ + process.env.GITHUB_TOKEN + }@github.com/vueComponent/ant-design-vue.git master:master`, ); console.log('tagged'); } diff --git a/components/alert/__tests__/__snapshots__/demo.test.js.snap b/components/alert/__tests__/__snapshots__/demo.test.js.snap index c053c3624..4dd48c186 100644 --- a/components/alert/__tests__/__snapshots__/demo.test.js.snap +++ b/components/alert/__tests__/__snapshots__/demo.test.js.snap @@ -2,16 +2,16 @@ exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
-
Warning text

-
Very long warning text warning text text text text text text textVery long warning text warning text text text text text text text

Warning text without icon

-
Error text
@@ -21,10 +21,10 @@ exports[`renders ./components/alert/demo/basic.md correctly 1`] = `
-
Warning Text Warning Text Warning TextW arning Text Warning Text Warning TextWarning Text -
Error TextError Description Error Description Error Description Error Description Error Description Error Description
@@ -35,14 +35,14 @@ exports[`renders ./components/alert/demo/close-text.md correctly 1`] = `
showIcon = false
-
Success Tips
-
Informational Notes
-
Warning
-
Error
-
Success TipsDetailed description and advices about successful copywriting.
-
Informational NotesAdditional description and informations about copywriting.
-
WarningThis is a warning notice about copywriting.
-
ErrorThis is an error message about copywriting.
+
Success Tips
+
Informational Notes
+
Warning
+
Error
+
Success TipsDetailed description and advices about successful copywriting.
+
Informational NotesAdditional description and informations about copywriting.
+
WarningThis is a warning notice about copywriting.
+
ErrorThis is an error message about copywriting.
`; @@ -59,31 +59,31 @@ exports[`renders ./components/alert/demo/description.md correctly 1`] = ` exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
-
Success Tips
-
Informational Notes
-
Warning
-
Error
-
Success TipsDetailed description and advices about successful copywriting.
-
Informational NotesAdditional description and informations about copywriting.
-
WarningThis is a warning notice about copywriting.
-
ErrorThis is an error message about copywriting.
@@ -92,7 +92,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = ` exports[`renders ./components/alert/demo/smooth-closed.md correctly 1`] = `
-
Alert Message Text
diff --git a/components/auto-complete/__tests__/__snapshots__/demo.test.js.snap b/components/auto-complete/__tests__/__snapshots__/demo.test.js.snap index d076f989e..1f818f35e 100644 --- a/components/auto-complete/__tests__/__snapshots__/demo.test.js.snap +++ b/components/auto-complete/__tests__/__snapshots__/demo.test.js.snap @@ -10,7 +10,7 @@ exports[`renders ./components/auto-complete/demo/basic.md correctly 1`] = `
 
-
+
`; @@ -23,10 +23,10 @@ exports[`renders ./components/auto-complete/demo/certain-category.md correctly 1
input here
-
+
@@ -41,7 +41,7 @@ exports[`renders ./components/auto-complete/demo/custom.md correctly 1`] = `
 
-
+
`; @@ -56,7 +56,7 @@ exports[`renders ./components/auto-complete/demo/non-case-sensitive.md correctly
 
-
+
`; @@ -71,7 +71,7 @@ exports[`renders ./components/auto-complete/demo/options.md correctly 1`] = `
 
- + `; @@ -84,10 +84,10 @@ exports[`renders ./components/auto-complete/demo/uncertain-category.md correctly
input here
- + diff --git a/components/avatar/__tests__/__snapshots__/demo.test.js.snap b/components/avatar/__tests__/__snapshots__/demo.test.js.snap index 4fdf8229e..e2c903bd6 100644 --- a/components/avatar/__tests__/__snapshots__/demo.test.js.snap +++ b/components/avatar/__tests__/__snapshots__/demo.test.js.snap @@ -1,14 +1,14 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`renders ./components/avatar/demo/badge.md correctly 1`] = `

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

`; +exports[`renders ./components/avatar/demo/badge.md correctly 1`] = `

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

`; exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
-

-
+

+
`; exports[`renders ./components/avatar/demo/dynamic.md correctly 1`] = `
U
`; -exports[`renders ./components/avatar/demo/type.md correctly 1`] = `
U USER U
`; +exports[`renders ./components/avatar/demo/type.md correctly 1`] = `
U USER U
`; diff --git a/components/badge/__tests__/__snapshots__/demo.test.js.snap b/components/badge/__tests__/__snapshots__/demo.test.js.snap index c3569ae69..076ceb166 100644 --- a/components/badge/__tests__/__snapshots__/demo.test.js.snap +++ b/components/badge/__tests__/__snapshots__/demo.test.js.snap @@ -1,13 +1,13 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`renders ./components/badge/demo/basic.md correctly 1`] = `

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

`; +exports[`renders ./components/badge/demo/basic.md correctly 1`] = `

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

`; exports[`renders ./components/badge/demo/change.md correctly 1`] = `

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

-
@@ -16,7 +16,7 @@ exports[`renders ./components/badge/demo/change.md correctly 1`] = `
`; -exports[`renders ./components/badge/demo/dot.md correctly 1`] = ``; +exports[`renders ./components/badge/demo/dot.md correctly 1`] = ``; exports[`renders ./components/badge/demo/link.md correctly 1`] = `

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

`; diff --git a/components/breadcrumb/__tests__/__snapshots__/demo.test.js.snap b/components/breadcrumb/__tests__/__snapshots__/demo.test.js.snap index 211a16938..34eea9140 100644 --- a/components/breadcrumb/__tests__/__snapshots__/demo.test.js.snap +++ b/components/breadcrumb/__tests__/__snapshots__/demo.test.js.snap @@ -12,7 +12,7 @@ exports[`renders ./components/breadcrumb/demo/separator.md correctly 1`] = ` `; exports[`renders ./components/breadcrumb/demo/withIcon.md correctly 1`] = ` -
/ Application List/ +
/ Application List/ Application /
`; diff --git a/components/button/__tests__/__snapshots__/demo.test.js.snap b/components/button/__tests__/__snapshots__/demo.test.js.snap index c7ba670e2..92a1119b6 100644 --- a/components/button/__tests__/__snapshots__/demo.test.js.snap +++ b/components/button/__tests__/__snapshots__/demo.test.js.snap @@ -11,14 +11,14 @@ exports[`renders ./components/button/demo/button-group.md correctly 1`] = `

With Icon

-
-
@@ -34,55 +34,55 @@ exports[`renders ./components/button/demo/disabled.md correctly 1`] = ` exports[`renders ./components/button/demo/ghost.md correctly 1`] = `
`; exports[`renders ./components/button/demo/icon.md correctly 1`] = ` -
`; exports[`renders ./components/button/demo/loading.md correctly 1`] = ` -




`; exports[`renders ./components/button/demo/multiple.md correctly 1`] = ` -
`; exports[`renders ./components/button/demo/size.md correctly 1`] = `
-





-
diff --git a/components/button/__tests__/__snapshots__/index.test.js.snap b/components/button/__tests__/__snapshots__/index.test.js.snap index d3cb7ff8d..864afabd9 100644 --- a/components/button/__tests__/__snapshots__/index.test.js.snap +++ b/components/button/__tests__/__snapshots__/index.test.js.snap @@ -7,31 +7,31 @@ exports[`Button fixbug renders {0} , 0 and {false} 2`] = ``; exports[`Button renders Chinese characters correctly 1`] = ` - `; exports[`Button renders Chinese characters correctly 2`] = ` - `; exports[`Button renders Chinese characters correctly 3`] = ` - `; exports[`Button renders Chinese characters correctly 4`] = ` - `; exports[`Button renders Chinese characters correctly 5`] = ` - `; diff --git a/components/calendar/__tests__/__snapshots__/demo.test.js.snap b/components/calendar/__tests__/__snapshots__/demo.test.js.snap index eee97c782..ecd79a79b 100644 --- a/components/calendar/__tests__/__snapshots__/demo.test.js.snap +++ b/components/calendar/__tests__/__snapshots__/demo.test.js.snap @@ -7,14 +7,14 @@ exports[`renders ./components/calendar/demo/basic.md correctly 1`] = `
2016
-
+
Nov
-
+
@@ -313,14 +313,14 @@ exports[`renders ./components/calendar/demo/card.md correctly 1`] = `
2016
-
+
Nov
-
+
@@ -619,14 +619,14 @@ exports[`renders ./components/calendar/demo/notice-calendar.md correctly 1`] = `
2016
-
+
Nov
-
+
@@ -1032,14 +1032,14 @@ exports[`renders ./components/calendar/demo/select.md correctly 1`] = `
2017
-
+
Jan
-
+
@@ -1336,14 +1336,14 @@ exports[`renders ./components/calendar/demo/select.md correctly 1`] = `
2017
-
+
Jan
-
+
diff --git a/components/calendar/__tests__/__snapshots__/index.test.js.snap b/components/calendar/__tests__/__snapshots__/index.test.js.snap index a19bfd684..2d66b069d 100644 --- a/components/calendar/__tests__/__snapshots__/index.test.js.snap +++ b/components/calendar/__tests__/__snapshots__/index.test.js.snap @@ -7,14 +7,14 @@ exports[`Calendar Calendar should support locale 1`] = `
2018年
-
+
Oct
-
+
diff --git a/components/card/__tests__/__snapshots__/demo.test.js.snap b/components/card/__tests__/__snapshots__/demo.test.js.snap index b51c75fae..dd87acfa9 100644 --- a/components/card/__tests__/__snapshots__/demo.test.js.snap +++ b/components/card/__tests__/__snapshots__/demo.test.js.snap @@ -226,9 +226,9 @@ exports[`renders ./components/card/demo/meta.md correctly 1`] = `
    -
  • -
  • -
  • +
  • +
  • +
`; @@ -253,12 +253,12 @@ exports[`renders ./components/card/demo/tabs.md correctly 1`] = `
-
+
- @@ -288,7 +288,7 @@ exports[`renders ./components/card/demo/tabs.md correctly 1`] = `
-
+
diff --git a/components/carousel/__tests__/__snapshots__/demo.test.js.snap b/components/carousel/__tests__/__snapshots__/demo.test.js.snap index c0127f450..84169ecb8 100644 --- a/components/carousel/__tests__/__snapshots__/demo.test.js.snap +++ b/components/carousel/__tests__/__snapshots__/demo.test.js.snap @@ -163,7 +163,7 @@ exports[`renders ./components/carousel/demo/basic.md correctly 1`] = ` exports[`renders ./components/carousel/demo/customArrows.md correctly 1`] = ` -
diff --git a/components/cascader/__tests__/__snapshots__/demo.test.js.snap b/components/cascader/__tests__/__snapshots__/demo.test.js.snap index 42bdbf2e0..2d4c5c97c 100644 --- a/components/cascader/__tests__/__snapshots__/demo.test.js.snap +++ b/components/cascader/__tests__/__snapshots__/demo.test.js.snap @@ -1,13 +1,13 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders ./components/cascader/demo/basic.md correctly 1`] = ` - `; exports[`renders ./components/cascader/demo/change-on-select.md correctly 1`] = ` - `; @@ -19,9 +19,9 @@ exports[`renders ./components/cascader/demo/custom-render.md correctly 1`] = ` Hangzhou / West Lake (752100) - `; @@ -34,55 +34,55 @@ exports[`renders ./components/cascader/demo/custom-trigger.md correctly 1`] = ` `; exports[`renders ./components/cascader/demo/default-value.md correctly 1`] = ` -Zhejiang / Hangzhou / West LakeZhejiang / Hangzhou / West Lake `; exports[`renders ./components/cascader/demo/disabled-option.md correctly 1`] = ` - `; exports[`renders ./components/cascader/demo/fields-name.md correctly 1`] = ` - `; exports[`renders ./components/cascader/demo/hover.md correctly 1`] = ` - `; exports[`renders ./components/cascader/demo/lazy.md correctly 1`] = ` - `; exports[`renders ./components/cascader/demo/search.md correctly 1`] = ` - `; exports[`renders ./components/cascader/demo/size.md correctly 1`] = ` -










`; exports[`renders ./components/cascader/demo/suffix.md correctly 1`] = ` -
ab
`; diff --git a/components/cascader/__tests__/__snapshots__/index.test.js.snap b/components/cascader/__tests__/__snapshots__/index.test.js.snap index 2c27cf2c1..50e74b904 100644 --- a/components/cascader/__tests__/__snapshots__/index.test.js.snap +++ b/components/cascader/__tests__/__snapshots__/index.test.js.snap @@ -5,11 +5,11 @@ exports[`Cascader can be selected 1`] = `
    -
  • Zhejiang
  • -
  • Jiangsu
  • +
  • Zhejiang
  • +
  • Jiangsu
    -
  • Hangzhou
  • +
  • Hangzhou
@@ -21,11 +21,11 @@ exports[`Cascader can be selected 2`] = `
    -
  • Zhejiang
  • -
  • Jiangsu
  • +
  • Zhejiang
  • +
  • Jiangsu
    -
  • Hangzhou
  • +
  • Hangzhou
  • West Lake
  • @@ -40,11 +40,11 @@ exports[`Cascader can be selected 3`] = ` +
-
~
~ Click to confirm
@@ -2170,21 +2170,21 @@ exports[`Locale Provider should display the text as da 1`] = `
0 element
-
0 element
@@ -2196,14 +2196,14 @@ exports[`Locale Provider should display the text as da 1`] = `
2017
-
+
sep
-
+
@@ -2507,7 +2507,7 @@ exports[`Locale Provider should display the text as da 1`] = ` -
Name
Name
@@ -2532,7 +2532,7 @@ exports[`Locale Provider should display the text as da 1`] = ` exports[`Locale Provider should display the text as de 1`] = `
    -
  • 1
  • @@ -2540,7 +2540,7 @@ exports[`Locale Provider should display the text as de 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -2548,7 +2548,7 @@ exports[`Locale Provider should display the text as de 1`] = `
    10 / Seite
    -
    +
@@ -2559,9 +2559,9 @@ exports[`Locale Provider should display the text as de 1`] = ` -
+
-
~
~ Click to confirm
@@ -2569,21 +2569,21 @@ exports[`Locale Provider should display the text as de 1`] = `
0 Eintrag
-
0 Eintrag
@@ -2595,14 +2595,14 @@ exports[`Locale Provider should display the text as de 1`] = `
2017
-
+
Sep.
-
+
@@ -2906,7 +2906,7 @@ exports[`Locale Provider should display the text as de 1`] = ` -
Name
Name
@@ -2931,7 +2931,7 @@ exports[`Locale Provider should display the text as de 1`] = ` exports[`Locale Provider should display the text as el 1`] = `
    -
  • 1
  • @@ -2939,7 +2939,7 @@ exports[`Locale Provider should display the text as el 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -2947,7 +2947,7 @@ exports[`Locale Provider should display the text as el 1`] = `
    10 / σελίδα
    -
    +
@@ -2958,9 +2958,9 @@ exports[`Locale Provider should display the text as el 1`] = ` -
+
-
~
~ Click to confirm
@@ -2968,21 +2968,21 @@ exports[`Locale Provider should display the text as el 1`] = `
0 αντικείμενο
-
0 αντικείμενο
@@ -2994,14 +2994,14 @@ exports[`Locale Provider should display the text as el 1`] = `
2017
-
+
Σεπ
-
+
@@ -3305,7 +3305,7 @@ exports[`Locale Provider should display the text as el 1`] = ` -
Name
Name
@@ -3330,7 +3330,7 @@ exports[`Locale Provider should display the text as el 1`] = ` exports[`Locale Provider should display the text as en 1`] = `
    -
  • 1
  • @@ -3338,7 +3338,7 @@ exports[`Locale Provider should display the text as en 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -3346,7 +3346,7 @@ exports[`Locale Provider should display the text as en 1`] = `
    10 / page
    -
    +
@@ -3357,9 +3357,9 @@ exports[`Locale Provider should display the text as en 1`] = ` - + -
~
~ Click to confirm
@@ -3367,21 +3367,21 @@ exports[`Locale Provider should display the text as en 1`] = `
0 item
-
0 item
@@ -3393,14 +3393,14 @@ exports[`Locale Provider should display the text as en 1`] = `
2017
-
+
Sep
-
+
@@ -3704,7 +3704,7 @@ exports[`Locale Provider should display the text as en 1`] = ` -
Name
Name
@@ -3729,7 +3729,7 @@ exports[`Locale Provider should display the text as en 1`] = ` exports[`Locale Provider should display the text as en-gb 1`] = `
    -
  • 1
  • @@ -3737,7 +3737,7 @@ exports[`Locale Provider should display the text as en-gb 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -3745,7 +3745,7 @@ exports[`Locale Provider should display the text as en-gb 1`] = `
    10 / page
    -
    +
@@ -3756,9 +3756,9 @@ exports[`Locale Provider should display the text as en-gb 1`] = ` - + -
~
~ Click to confirm
@@ -3766,21 +3766,21 @@ exports[`Locale Provider should display the text as en-gb 1`] = `
0 item
-
0 item
@@ -3792,14 +3792,14 @@ exports[`Locale Provider should display the text as en-gb 1`] = `
2017
-
+
Sep
-
+
@@ -4103,7 +4103,7 @@ exports[`Locale Provider should display the text as en-gb 1`] = ` -
Name
Name
@@ -4128,7 +4128,7 @@ exports[`Locale Provider should display the text as en-gb 1`] = ` exports[`Locale Provider should display the text as es 1`] = `
    -
  • 1
  • @@ -4136,7 +4136,7 @@ exports[`Locale Provider should display the text as es 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -4144,7 +4144,7 @@ exports[`Locale Provider should display the text as es 1`] = `
    10 / página
    -
    +
@@ -4155,9 +4155,9 @@ exports[`Locale Provider should display the text as es 1`] = ` - + -
~
~ Click to confirm
@@ -4165,21 +4165,21 @@ exports[`Locale Provider should display the text as es 1`] = `
0 elemento
-
0 elemento
@@ -4191,14 +4191,14 @@ exports[`Locale Provider should display the text as es 1`] = `
2017
-
+
sep.
-
+
@@ -4502,7 +4502,7 @@ exports[`Locale Provider should display the text as es 1`] = ` -
Name
Name
@@ -4527,7 +4527,7 @@ exports[`Locale Provider should display the text as es 1`] = ` exports[`Locale Provider should display the text as et 1`] = `
    -
  • 1
  • @@ -4535,7 +4535,7 @@ exports[`Locale Provider should display the text as et 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -4543,7 +4543,7 @@ exports[`Locale Provider should display the text as et 1`] = `
    10 / leheküljel
    -
    +
@@ -4554,9 +4554,9 @@ exports[`Locale Provider should display the text as et 1`] = ` - + -
~
~ Click to confirm
@@ -4564,21 +4564,21 @@ exports[`Locale Provider should display the text as et 1`] = `
0 kogus
-
0 kogus
@@ -4590,14 +4590,14 @@ exports[`Locale Provider should display the text as et 1`] = `
2017
-
+
sept
-
+
@@ -4901,7 +4901,7 @@ exports[`Locale Provider should display the text as et 1`] = ` -
Name
Name
@@ -4926,7 +4926,7 @@ exports[`Locale Provider should display the text as et 1`] = ` exports[`Locale Provider should display the text as fa 1`] = `
    -
  • 1
  • @@ -4934,7 +4934,7 @@ exports[`Locale Provider should display the text as fa 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -4942,7 +4942,7 @@ exports[`Locale Provider should display the text as fa 1`] = `
    10 / صفحه
    -
    +
@@ -4953,9 +4953,9 @@ exports[`Locale Provider should display the text as fa 1`] = ` - + -
~
~ Click to confirm
@@ -4963,21 +4963,21 @@ exports[`Locale Provider should display the text as fa 1`] = `
0
-
0
@@ -4989,14 +4989,14 @@ exports[`Locale Provider should display the text as fa 1`] = `
2017
-
+
سپتامبر
-
+
@@ -5300,7 +5300,7 @@ exports[`Locale Provider should display the text as fa 1`] = ` -
Name
Name
@@ -5325,7 +5325,7 @@ exports[`Locale Provider should display the text as fa 1`] = ` exports[`Locale Provider should display the text as fi 1`] = `
    -
  • 1
  • @@ -5333,7 +5333,7 @@ exports[`Locale Provider should display the text as fi 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -5341,7 +5341,7 @@ exports[`Locale Provider should display the text as fi 1`] = `
    10 / sivu
    -
    +
@@ -5352,9 +5352,9 @@ exports[`Locale Provider should display the text as fi 1`] = ` - + -
~
~ Click to confirm
@@ -5362,21 +5362,21 @@ exports[`Locale Provider should display the text as fi 1`] = `
0 kohde
-
0 kohde
@@ -5388,14 +5388,14 @@ exports[`Locale Provider should display the text as fi 1`] = `
2017
-
+
syys
-
+
@@ -5699,7 +5699,7 @@ exports[`Locale Provider should display the text as fi 1`] = ` -
Name
Name
@@ -5724,7 +5724,7 @@ exports[`Locale Provider should display the text as fi 1`] = ` exports[`Locale Provider should display the text as fr 1`] = `
    -
  • 1
  • @@ -5732,7 +5732,7 @@ exports[`Locale Provider should display the text as fr 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -5740,7 +5740,7 @@ exports[`Locale Provider should display the text as fr 1`] = `
    10 / page
    -
    +
@@ -5751,9 +5751,9 @@ exports[`Locale Provider should display the text as fr 1`] = ` - + -
~
~ Click to confirm
@@ -5761,21 +5761,21 @@ exports[`Locale Provider should display the text as fr 1`] = `
0 élément
-
0 élément
@@ -5787,14 +5787,14 @@ exports[`Locale Provider should display the text as fr 1`] = `
2017
-
+
sept.
-
+
@@ -6098,7 +6098,7 @@ exports[`Locale Provider should display the text as fr 1`] = ` -
Name
Name
@@ -6123,7 +6123,7 @@ exports[`Locale Provider should display the text as fr 1`] = ` exports[`Locale Provider should display the text as fr 2`] = `
    -
  • 1
  • @@ -6131,7 +6131,7 @@ exports[`Locale Provider should display the text as fr 2`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -6139,7 +6139,7 @@ exports[`Locale Provider should display the text as fr 2`] = `
    10 / page
    -
    +
@@ -6150,9 +6150,9 @@ exports[`Locale Provider should display the text as fr 2`] = ` - + -
~
~ Click to confirm
@@ -6160,21 +6160,21 @@ exports[`Locale Provider should display the text as fr 2`] = `
0 élément
-
0 élément
@@ -6186,14 +6186,14 @@ exports[`Locale Provider should display the text as fr 2`] = `
2017
-
+
sept.
-
+
@@ -6497,7 +6497,7 @@ exports[`Locale Provider should display the text as fr 2`] = ` -
Name
Name
@@ -6522,7 +6522,7 @@ exports[`Locale Provider should display the text as fr 2`] = ` exports[`Locale Provider should display the text as he 1`] = `
    -
  • 1
  • @@ -6530,7 +6530,7 @@ exports[`Locale Provider should display the text as he 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -6538,7 +6538,7 @@ exports[`Locale Provider should display the text as he 1`] = `
    10 / עמוד
    -
    +
@@ -6549,9 +6549,9 @@ exports[`Locale Provider should display the text as he 1`] = ` - + -
~
~ Click to confirm
@@ -6559,21 +6559,21 @@ exports[`Locale Provider should display the text as he 1`] = `
0 פריט
-
0 פריט
@@ -6585,14 +6585,14 @@ exports[`Locale Provider should display the text as he 1`] = `
2017
-
+
ספט׳
-
+
@@ -6896,7 +6896,7 @@ exports[`Locale Provider should display the text as he 1`] = ` -
Name
Name
@@ -6921,7 +6921,7 @@ exports[`Locale Provider should display the text as he 1`] = ` exports[`Locale Provider should display the text as hu 1`] = `
    -
  • 1
  • @@ -6929,7 +6929,7 @@ exports[`Locale Provider should display the text as hu 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -6937,7 +6937,7 @@ exports[`Locale Provider should display the text as hu 1`] = `
    10 / oldal
    -
    +
@@ -6948,9 +6948,9 @@ exports[`Locale Provider should display the text as hu 1`] = ` - + -
~
~ Click to confirm
@@ -6958,21 +6958,21 @@ exports[`Locale Provider should display the text as hu 1`] = `
0 elem
-
0 elem
@@ -6984,14 +6984,14 @@ exports[`Locale Provider should display the text as hu 1`] = `
2017
-
+
szept
-
+
@@ -7295,7 +7295,7 @@ exports[`Locale Provider should display the text as hu 1`] = ` -
Name
Name
@@ -7320,7 +7320,7 @@ exports[`Locale Provider should display the text as hu 1`] = ` exports[`Locale Provider should display the text as id 1`] = `
    -
  • 1
  • @@ -7328,7 +7328,7 @@ exports[`Locale Provider should display the text as id 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -7336,7 +7336,7 @@ exports[`Locale Provider should display the text as id 1`] = `
    10 / halaman
    -
    +
@@ -7347,9 +7347,9 @@ exports[`Locale Provider should display the text as id 1`] = ` - + -
~
~ Click to confirm
@@ -7357,21 +7357,21 @@ exports[`Locale Provider should display the text as id 1`] = `
0 barang
-
0 barang
@@ -7383,14 +7383,14 @@ exports[`Locale Provider should display the text as id 1`] = `
2017
-
+
Sep
-
+
@@ -7694,7 +7694,7 @@ exports[`Locale Provider should display the text as id 1`] = ` -
Name
Name
@@ -7719,7 +7719,7 @@ exports[`Locale Provider should display the text as id 1`] = ` exports[`Locale Provider should display the text as is 1`] = `
    -
  • 1
  • @@ -7727,7 +7727,7 @@ exports[`Locale Provider should display the text as is 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -7735,7 +7735,7 @@ exports[`Locale Provider should display the text as is 1`] = `
    10 / síðu
    -
    +
@@ -7746,9 +7746,9 @@ exports[`Locale Provider should display the text as is 1`] = ` - + -
~
~ Click to confirm
@@ -7756,21 +7756,21 @@ exports[`Locale Provider should display the text as is 1`] = `
0 færsla
-
0 færsla
@@ -7782,14 +7782,14 @@ exports[`Locale Provider should display the text as is 1`] = `
2017
-
+
sep
-
+
@@ -8093,7 +8093,7 @@ exports[`Locale Provider should display the text as is 1`] = ` -
Name
Name
@@ -8118,7 +8118,7 @@ exports[`Locale Provider should display the text as is 1`] = ` exports[`Locale Provider should display the text as it 1`] = `
    -
  • 1
  • @@ -8126,7 +8126,7 @@ exports[`Locale Provider should display the text as it 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -8134,7 +8134,7 @@ exports[`Locale Provider should display the text as it 1`] = `
    10 / pagina
    -
    +
@@ -8145,9 +8145,9 @@ exports[`Locale Provider should display the text as it 1`] = ` - + -
~
~ Click to confirm
@@ -8155,21 +8155,21 @@ exports[`Locale Provider should display the text as it 1`] = `
0 articolo
-
0 articolo
@@ -8181,14 +8181,14 @@ exports[`Locale Provider should display the text as it 1`] = `
2017
-
+
set
-
+
@@ -8492,7 +8492,7 @@ exports[`Locale Provider should display the text as it 1`] = ` -
Name
Name
@@ -8517,7 +8517,7 @@ exports[`Locale Provider should display the text as it 1`] = ` exports[`Locale Provider should display the text as ja 1`] = `
    -
  • 1
  • @@ -8525,7 +8525,7 @@ exports[`Locale Provider should display the text as ja 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -8533,7 +8533,7 @@ exports[`Locale Provider should display the text as ja 1`] = `
    10 / ページ
    -
    +
@@ -8544,9 +8544,9 @@ exports[`Locale Provider should display the text as ja 1`] = ` - + -
~
~ Click to confirm
@@ -8554,21 +8554,21 @@ exports[`Locale Provider should display the text as ja 1`] = `
0 アイテム
-
0 アイテム
@@ -8580,14 +8580,14 @@ exports[`Locale Provider should display the text as ja 1`] = `
2017年
-
+
9月
-
+
@@ -8891,7 +8891,7 @@ exports[`Locale Provider should display the text as ja 1`] = ` -
Name
Name
@@ -8916,7 +8916,7 @@ exports[`Locale Provider should display the text as ja 1`] = ` exports[`Locale Provider should display the text as ko 1`] = `
    -
  • 1
  • @@ -8924,7 +8924,7 @@ exports[`Locale Provider should display the text as ko 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -8932,7 +8932,7 @@ exports[`Locale Provider should display the text as ko 1`] = `
    10 / 쪽
    -
    +
@@ -8943,9 +8943,9 @@ exports[`Locale Provider should display the text as ko 1`] = ` - + -
~
~ Click to confirm
@@ -8953,21 +8953,21 @@ exports[`Locale Provider should display the text as ko 1`] = `
0 개
-
0 개
@@ -8979,14 +8979,14 @@ exports[`Locale Provider should display the text as ko 1`] = `
2017
-
+
9월
-
+
@@ -9290,7 +9290,7 @@ exports[`Locale Provider should display the text as ko 1`] = ` -
Name
Name
@@ -9315,7 +9315,7 @@ exports[`Locale Provider should display the text as ko 1`] = ` exports[`Locale Provider should display the text as ku-iq 1`] = `
    -
  • 1
  • @@ -9323,7 +9323,7 @@ exports[`Locale Provider should display the text as ku-iq 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -9331,7 +9331,7 @@ exports[`Locale Provider should display the text as ku-iq 1`] = `
    10 / rûpel
    -
    +
@@ -9342,9 +9342,9 @@ exports[`Locale Provider should display the text as ku-iq 1`] = ` - + -
~
~ Click to confirm
@@ -9352,21 +9352,21 @@ exports[`Locale Provider should display the text as ku-iq 1`] = `
0 tişt
-
0 tişt
@@ -9378,14 +9378,14 @@ exports[`Locale Provider should display the text as ku-iq 1`] = `
2017
-
+
ئەیلوول
-
+
@@ -9689,7 +9689,7 @@ exports[`Locale Provider should display the text as ku-iq 1`] = ` -
Name
Name
@@ -9714,7 +9714,7 @@ exports[`Locale Provider should display the text as ku-iq 1`] = ` exports[`Locale Provider should display the text as mn-mn 1`] = `
    -
  • 1
  • @@ -9722,7 +9722,7 @@ exports[`Locale Provider should display the text as mn-mn 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -9730,7 +9730,7 @@ exports[`Locale Provider should display the text as mn-mn 1`] = `
    10 / хуудас
    -
    +
@@ -9741,9 +9741,9 @@ exports[`Locale Provider should display the text as mn-mn 1`] = ` - + -
~
~ Click to confirm
@@ -9751,21 +9751,21 @@ exports[`Locale Provider should display the text as mn-mn 1`] = `
0 Зүйл
-
0 Зүйл
@@ -9777,14 +9777,14 @@ exports[`Locale Provider should display the text as mn-mn 1`] = `
2017
-
+
9 сар
-
+
@@ -10088,7 +10088,7 @@ exports[`Locale Provider should display the text as mn-mn 1`] = ` -
Name
Name
@@ -10113,7 +10113,7 @@ exports[`Locale Provider should display the text as mn-mn 1`] = ` exports[`Locale Provider should display the text as nb 1`] = `
    -
  • 1
  • @@ -10121,7 +10121,7 @@ exports[`Locale Provider should display the text as nb 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -10129,7 +10129,7 @@ exports[`Locale Provider should display the text as nb 1`] = `
    10 / side
    -
    +
@@ -10140,9 +10140,9 @@ exports[`Locale Provider should display the text as nb 1`] = ` - + -
~
~ Click to confirm
@@ -10150,21 +10150,21 @@ exports[`Locale Provider should display the text as nb 1`] = `
0 element
-
0 element
@@ -10176,14 +10176,14 @@ exports[`Locale Provider should display the text as nb 1`] = `
2017
-
+
sep.
-
+
@@ -10487,7 +10487,7 @@ exports[`Locale Provider should display the text as nb 1`] = ` -
Name
Name
@@ -10512,7 +10512,7 @@ exports[`Locale Provider should display the text as nb 1`] = ` exports[`Locale Provider should display the text as ne-np 1`] = `
    -
  • 1
  • @@ -10520,7 +10520,7 @@ exports[`Locale Provider should display the text as ne-np 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -10528,7 +10528,7 @@ exports[`Locale Provider should display the text as ne-np 1`] = `
    10 / page
    -
    +
@@ -10539,9 +10539,9 @@ exports[`Locale Provider should display the text as ne-np 1`] = ` - + -
~
~ Click to confirm
@@ -10549,21 +10549,21 @@ exports[`Locale Provider should display the text as ne-np 1`] = `
0 वस्तु
-
0 वस्तु
@@ -10575,14 +10575,14 @@ exports[`Locale Provider should display the text as ne-np 1`] = `
2017
-
+
सेप्ट.
-
+
@@ -10886,7 +10886,7 @@ exports[`Locale Provider should display the text as ne-np 1`] = ` -
Name
Name
@@ -10911,7 +10911,7 @@ exports[`Locale Provider should display the text as ne-np 1`] = ` exports[`Locale Provider should display the text as nl 1`] = `
    -
  • 1
  • @@ -10919,7 +10919,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -10927,7 +10927,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
    10 / pagina
    -
    +
@@ -10938,9 +10938,9 @@ exports[`Locale Provider should display the text as nl 1`] = ` - + -
~
~ Click to confirm
@@ -10948,21 +10948,21 @@ exports[`Locale Provider should display the text as nl 1`] = `
0 item
-
0 item
@@ -10974,14 +10974,14 @@ exports[`Locale Provider should display the text as nl 1`] = `
2017
-
+
sep.
-
+
@@ -11285,7 +11285,7 @@ exports[`Locale Provider should display the text as nl 1`] = ` -
Name
Name
@@ -11310,7 +11310,7 @@ exports[`Locale Provider should display the text as nl 1`] = ` exports[`Locale Provider should display the text as nl-be 1`] = `
    -
  • 1
  • @@ -11318,7 +11318,7 @@ exports[`Locale Provider should display the text as nl-be 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -11326,7 +11326,7 @@ exports[`Locale Provider should display the text as nl-be 1`] = `
    10 / pagina
    -
    +
@@ -11337,9 +11337,9 @@ exports[`Locale Provider should display the text as nl-be 1`] = ` - + -
~
~ Click to confirm
@@ -11347,21 +11347,21 @@ exports[`Locale Provider should display the text as nl-be 1`] = `
0 item
-
0 item
@@ -11373,14 +11373,14 @@ exports[`Locale Provider should display the text as nl-be 1`] = `
2017
-
+
sep.
-
+
@@ -11684,7 +11684,7 @@ exports[`Locale Provider should display the text as nl-be 1`] = ` -
Name
Name
@@ -11709,7 +11709,7 @@ exports[`Locale Provider should display the text as nl-be 1`] = ` exports[`Locale Provider should display the text as pl 1`] = `
    -
  • 1
  • @@ -11717,7 +11717,7 @@ exports[`Locale Provider should display the text as pl 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -11725,7 +11725,7 @@ exports[`Locale Provider should display the text as pl 1`] = `
    10 / stronę
    -
    +
@@ -11736,9 +11736,9 @@ exports[`Locale Provider should display the text as pl 1`] = ` - + -
~
~ Click to confirm
@@ -11746,21 +11746,21 @@ exports[`Locale Provider should display the text as pl 1`] = `
0 obiekt
-
0 obiekt
@@ -11772,14 +11772,14 @@ exports[`Locale Provider should display the text as pl 1`] = `
2017
-
+
wrz
-
+
@@ -12083,7 +12083,7 @@ exports[`Locale Provider should display the text as pl 1`] = ` -
Name
Name
@@ -12108,7 +12108,7 @@ exports[`Locale Provider should display the text as pl 1`] = ` exports[`Locale Provider should display the text as pt 1`] = `
    -
  • 1
  • @@ -12116,7 +12116,7 @@ exports[`Locale Provider should display the text as pt 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -12124,7 +12124,7 @@ exports[`Locale Provider should display the text as pt 1`] = `
    10 / página
    -
    +
@@ -12135,9 +12135,9 @@ exports[`Locale Provider should display the text as pt 1`] = ` - + -
~
~ Click to confirm
@@ -12145,21 +12145,21 @@ exports[`Locale Provider should display the text as pt 1`] = `
0 item
-
0 item
@@ -12171,14 +12171,14 @@ exports[`Locale Provider should display the text as pt 1`] = `
2017
-
+
Set
-
+
@@ -12482,7 +12482,7 @@ exports[`Locale Provider should display the text as pt 1`] = ` -
Name
Name
@@ -12507,7 +12507,7 @@ exports[`Locale Provider should display the text as pt 1`] = ` exports[`Locale Provider should display the text as pt-br 1`] = `
    -
  • 1
  • @@ -12515,7 +12515,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -12523,7 +12523,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
    10 / páginas
    -
    +
@@ -12534,9 +12534,9 @@ exports[`Locale Provider should display the text as pt-br 1`] = ` - + -
~
~ Click to confirm
@@ -12544,21 +12544,21 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
0 item
-
0 item
@@ -12570,14 +12570,14 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
2017
-
+
Set
-
+
@@ -12881,7 +12881,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = ` -
Name
Name
@@ -12906,7 +12906,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = ` exports[`Locale Provider should display the text as ru 1`] = `
    -
  • 1
  • @@ -12914,7 +12914,7 @@ exports[`Locale Provider should display the text as ru 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -12922,7 +12922,7 @@ exports[`Locale Provider should display the text as ru 1`] = `
    10 / стр.
    -
    +
@@ -12933,9 +12933,9 @@ exports[`Locale Provider should display the text as ru 1`] = ` - + -
~
~ Click to confirm
@@ -12943,21 +12943,21 @@ exports[`Locale Provider should display the text as ru 1`] = `
0 элем.
-
0 элем.
@@ -12969,14 +12969,14 @@ exports[`Locale Provider should display the text as ru 1`] = `
2017
-
+
сент.
-
+
@@ -13280,7 +13280,7 @@ exports[`Locale Provider should display the text as ru 1`] = ` -
Name
Name
@@ -13305,7 +13305,7 @@ exports[`Locale Provider should display the text as ru 1`] = ` exports[`Locale Provider should display the text as sk 1`] = `
    -
  • 1
  • @@ -13313,7 +13313,7 @@ exports[`Locale Provider should display the text as sk 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -13321,7 +13321,7 @@ exports[`Locale Provider should display the text as sk 1`] = `
    10 / strana
    -
    +
@@ -13332,9 +13332,9 @@ exports[`Locale Provider should display the text as sk 1`] = ` - + -
~
~ Click to confirm
@@ -13342,21 +13342,21 @@ exports[`Locale Provider should display the text as sk 1`] = `
0 položka
-
0 položka
@@ -13368,14 +13368,14 @@ exports[`Locale Provider should display the text as sk 1`] = `
2017
-
+
sep
-
+
@@ -13679,7 +13679,7 @@ exports[`Locale Provider should display the text as sk 1`] = ` -
Name
Name
@@ -13704,7 +13704,7 @@ exports[`Locale Provider should display the text as sk 1`] = ` exports[`Locale Provider should display the text as sl 1`] = `
    -
  • 1
  • @@ -13712,7 +13712,7 @@ exports[`Locale Provider should display the text as sl 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -13720,7 +13720,7 @@ exports[`Locale Provider should display the text as sl 1`] = `
    10 / strani
    -
    +
@@ -13731,9 +13731,9 @@ exports[`Locale Provider should display the text as sl 1`] = ` - + -
~
~ Click to confirm
@@ -13741,21 +13741,21 @@ exports[`Locale Provider should display the text as sl 1`] = `
0 Objekt
-
0 Objekt
@@ -13767,14 +13767,14 @@ exports[`Locale Provider should display the text as sl 1`] = `
2017
-
+
sep.
-
+
@@ -14078,7 +14078,7 @@ exports[`Locale Provider should display the text as sl 1`] = ` -
Name
Name
@@ -14103,7 +14103,7 @@ exports[`Locale Provider should display the text as sl 1`] = ` exports[`Locale Provider should display the text as sr 1`] = `
    -
  • 1
  • @@ -14111,7 +14111,7 @@ exports[`Locale Provider should display the text as sr 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -14119,7 +14119,7 @@ exports[`Locale Provider should display the text as sr 1`] = `
    10 / strani
    -
    +
@@ -14130,9 +14130,9 @@ exports[`Locale Provider should display the text as sr 1`] = ` - + -
~
~ Click to confirm
@@ -14140,21 +14140,21 @@ exports[`Locale Provider should display the text as sr 1`] = `
0 stavka
-
0 stavka
@@ -14166,14 +14166,14 @@ exports[`Locale Provider should display the text as sr 1`] = `
2017
-
+
sep.
-
+
@@ -14477,7 +14477,7 @@ exports[`Locale Provider should display the text as sr 1`] = ` -
Name
Name
@@ -14502,7 +14502,7 @@ exports[`Locale Provider should display the text as sr 1`] = ` exports[`Locale Provider should display the text as sv 1`] = `
    -
  • 1
  • @@ -14510,7 +14510,7 @@ exports[`Locale Provider should display the text as sv 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -14518,7 +14518,7 @@ exports[`Locale Provider should display the text as sv 1`] = `
    10 / sida
    -
    +
@@ -14529,9 +14529,9 @@ exports[`Locale Provider should display the text as sv 1`] = ` - + -
~
~ Click to confirm
@@ -14539,21 +14539,21 @@ exports[`Locale Provider should display the text as sv 1`] = `
0 element
-
0 element
@@ -14565,14 +14565,14 @@ exports[`Locale Provider should display the text as sv 1`] = `
2017
-
+
sep
-
+
@@ -14876,7 +14876,7 @@ exports[`Locale Provider should display the text as sv 1`] = ` -
Name
Name
@@ -14901,7 +14901,7 @@ exports[`Locale Provider should display the text as sv 1`] = ` exports[`Locale Provider should display the text as th 1`] = `
    -
  • 1
  • @@ -14909,7 +14909,7 @@ exports[`Locale Provider should display the text as th 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -14917,7 +14917,7 @@ exports[`Locale Provider should display the text as th 1`] = `
    10 / หน้า
    -
    +
@@ -14928,9 +14928,9 @@ exports[`Locale Provider should display the text as th 1`] = ` - + -
~
~ Click to confirm
@@ -14938,21 +14938,21 @@ exports[`Locale Provider should display the text as th 1`] = `
0 ชิ้น
-
0 ชิ้น
@@ -14964,14 +14964,14 @@ exports[`Locale Provider should display the text as th 1`] = `
2017
-
+
ก.ย.
-
+
@@ -15275,7 +15275,7 @@ exports[`Locale Provider should display the text as th 1`] = ` -
Name
Name
@@ -15300,7 +15300,7 @@ exports[`Locale Provider should display the text as th 1`] = ` exports[`Locale Provider should display the text as tr 1`] = `
    -
  • 1
  • @@ -15308,7 +15308,7 @@ exports[`Locale Provider should display the text as tr 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -15316,7 +15316,7 @@ exports[`Locale Provider should display the text as tr 1`] = `
    10 / sayfa
    -
    +
@@ -15327,9 +15327,9 @@ exports[`Locale Provider should display the text as tr 1`] = ` - + -
~
~ Click to confirm
@@ -15337,21 +15337,21 @@ exports[`Locale Provider should display the text as tr 1`] = `
0 Öğe
-
0 Öğe
@@ -15363,14 +15363,14 @@ exports[`Locale Provider should display the text as tr 1`] = `
2017
-
+
Eyl
-
+
@@ -15674,7 +15674,7 @@ exports[`Locale Provider should display the text as tr 1`] = ` -
Name
Name
@@ -15699,7 +15699,7 @@ exports[`Locale Provider should display the text as tr 1`] = ` exports[`Locale Provider should display the text as uk 1`] = `
    -
  • 1
  • @@ -15707,7 +15707,7 @@ exports[`Locale Provider should display the text as uk 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -15715,7 +15715,7 @@ exports[`Locale Provider should display the text as uk 1`] = `
    10 / сторінці
    -
    +
@@ -15726,9 +15726,9 @@ exports[`Locale Provider should display the text as uk 1`] = ` - + -
~
~ Click to confirm
@@ -15736,21 +15736,21 @@ exports[`Locale Provider should display the text as uk 1`] = `
0 item
-
0 item
@@ -15762,14 +15762,14 @@ exports[`Locale Provider should display the text as uk 1`] = `
2017
-
+
вер
-
+
@@ -16073,7 +16073,7 @@ exports[`Locale Provider should display the text as uk 1`] = ` -
Name
Name
@@ -16098,7 +16098,7 @@ exports[`Locale Provider should display the text as uk 1`] = ` exports[`Locale Provider should display the text as vi 1`] = `
    -
  • 1
  • @@ -16106,7 +16106,7 @@ exports[`Locale Provider should display the text as vi 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -16114,7 +16114,7 @@ exports[`Locale Provider should display the text as vi 1`] = `
    10 / trang
    -
    +
@@ -16125,9 +16125,9 @@ exports[`Locale Provider should display the text as vi 1`] = ` - + -
~
~ Click to confirm
@@ -16135,21 +16135,21 @@ exports[`Locale Provider should display the text as vi 1`] = `
0 mục
-
0 mục
@@ -16161,14 +16161,14 @@ exports[`Locale Provider should display the text as vi 1`] = `
2017
-
+
Th09
-
+
@@ -16472,7 +16472,7 @@ exports[`Locale Provider should display the text as vi 1`] = ` -
Name
Name
@@ -16497,7 +16497,7 @@ exports[`Locale Provider should display the text as vi 1`] = ` exports[`Locale Provider should display the text as zh-cn 1`] = `
    -
  • 1
  • @@ -16505,7 +16505,7 @@ exports[`Locale Provider should display the text as zh-cn 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -16513,7 +16513,7 @@ exports[`Locale Provider should display the text as zh-cn 1`] = `
    10 条/页
    -
    +
@@ -16524,9 +16524,9 @@ exports[`Locale Provider should display the text as zh-cn 1`] = ` - + -
~
~ Click to confirm
@@ -16534,21 +16534,21 @@ exports[`Locale Provider should display the text as zh-cn 1`] = `
0 项
-
0 项
@@ -16560,14 +16560,14 @@ exports[`Locale Provider should display the text as zh-cn 1`] = `
2017年
-
+
9月
-
+
@@ -16871,7 +16871,7 @@ exports[`Locale Provider should display the text as zh-cn 1`] = ` -
Name
Name
@@ -16896,7 +16896,7 @@ exports[`Locale Provider should display the text as zh-cn 1`] = ` exports[`Locale Provider should display the text as zh-tw 1`] = `
    -
  • 1
  • @@ -16904,7 +16904,7 @@ exports[`Locale Provider should display the text as zh-tw 1`] = `
  • 3
  • 4
  • 5
  • -
  • @@ -16912,7 +16912,7 @@ exports[`Locale Provider should display the text as zh-tw 1`] = `
    10 條/頁
    -
    +
@@ -16923,9 +16923,9 @@ exports[`Locale Provider should display the text as zh-tw 1`] = ` - + -
~
~ Click to confirm
@@ -16933,21 +16933,21 @@ exports[`Locale Provider should display the text as zh-tw 1`] = `
0 項目
-
0 項目
@@ -16959,14 +16959,14 @@ exports[`Locale Provider should display the text as zh-tw 1`] = `
2017年
-
+
9月
-
+
@@ -17270,7 +17270,7 @@ exports[`Locale Provider should display the text as zh-tw 1`] = ` -
Name
Name
diff --git a/components/menu/__tests__/__snapshots__/demo.test.js.snap b/components/menu/__tests__/__snapshots__/demo.test.js.snap index 158a139fc..3f59091c5 100644 --- a/components/menu/__tests__/__snapshots__/demo.test.js.snap +++ b/components/menu/__tests__/__snapshots__/demo.test.js.snap @@ -6,14 +6,14 @@ exports[`renders ./components/menu/demo/horizontal.md correctly 1`] = ` - - @@ -21,7 +21,7 @@ exports[`renders ./components/menu/demo/horizontal.md correctly 1`] = `
···
@@ -132,7 +132,7 @@ exports[`renders ./components/pagination/demo/itemRender.md correctly 1`] = `
  • 4
  • 5
  • -
  • @@ -144,7 +144,7 @@ exports[`renders ./components/pagination/demo/itemRender.md correctly 1`] = ` exports[`renders ./components/pagination/demo/jump.md correctly 1`] = `
      -
    • 1
    • @@ -153,12 +153,12 @@ exports[`renders ./components/pagination/demo/jump.md correctly 1`] = `
    • 4
    • 5
    • -
    • 50
    • -
    • @@ -170,7 +170,7 @@ exports[`renders ./components/pagination/demo/jump.md correctly 1`] = ` exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
        -
      • 1
      • @@ -178,13 +178,13 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
      • 3
      • 4
      • 5
      • -
        -
      • 1
      • @@ -192,7 +192,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
      • 3
      • 4
      • 5
      • -
      • @@ -200,7 +200,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
        10 / page
        -
        +
      Goto
      @@ -208,7 +208,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
    • Total 50 items
    • -
    • 1
    • @@ -216,7 +216,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
    • 3
    • 4
    • 5
    • -
    • @@ -226,12 +226,12 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = ` exports[`renders ./components/pagination/demo/more.md correctly 1`] = `
        -
      • 1
      • -
      • @@ -241,12 +241,12 @@ exports[`renders ./components/pagination/demo/more.md correctly 1`] = `
      • 7
      • 8
      • -
      • 50
      • -
      • @@ -255,11 +255,11 @@ exports[`renders ./components/pagination/demo/more.md correctly 1`] = ` exports[`renders ./components/pagination/demo/simple.md correctly 1`] = ` @@ -269,7 +269,7 @@ exports[`renders ./components/pagination/demo/total.md correctly 1`] = `
        • Total 85 items
        • -
        • 1
        • @@ -277,14 +277,14 @@ exports[`renders ./components/pagination/demo/total.md correctly 1`] = `
        • 3
        • 4
        • 5
        • -

        • 1-20 of 85 items
        • -
        • 1
        • @@ -292,7 +292,7 @@ exports[`renders ./components/pagination/demo/total.md correctly 1`] = `
        • 3
        • 4
        • 5
        • -
        • diff --git a/components/popconfirm/__tests__/__snapshots__/index.test.js.snap b/components/popconfirm/__tests__/__snapshots__/index.test.js.snap index 6bdb64797..bcfa8e5e7 100644 --- a/components/popconfirm/__tests__/__snapshots__/index.test.js.snap +++ b/components/popconfirm/__tests__/__snapshots__/index.test.js.snap @@ -5,7 +5,7 @@ exports[`Popconfirm should show overlay when trigger is clicked 1`] = `
        `; @@ -47,9 +47,9 @@ exports[`renders ./components/progress/demo/circle-dynamic.md correctly 1`] = ` a 47,47 0 1 1 0,-94" stroke-linecap="round" stroke-width="0" fill-opacity="0" class="ant-progress-circle-path" style="stroke: #108ee9; stroke-dasharray: 0px 295.3097094374406px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s;"> 0% -
        @@ -76,7 +76,7 @@ exports[`renders ./components/progress/demo/circle-mini.md correctly 1`] = ` - +
        @@ -86,7 +86,7 @@ exports[`renders ./components/progress/demo/circle-mini.md correctly 1`] = ` -
        +
        `; @@ -117,9 +117,9 @@ exports[`renders ./components/progress/demo/dynamic.md correctly 1`] = ` 0% -
        @@ -177,7 +177,7 @@ exports[`renders ./components/progress/demo/line.md correctly 1`] = `
        - +
        @@ -186,7 +186,7 @@ exports[`renders ./components/progress/demo/line.md correctly 1`] = `
        -
        +
        @@ -227,7 +227,7 @@ exports[`renders ./components/progress/demo/line-mini.md correctly 1`] = `
        -
        +
        @@ -236,7 +236,7 @@ exports[`renders ./components/progress/demo/line-mini.md correctly 1`] = `
        -
        + diff --git a/components/progress/__tests__/__snapshots__/index.test.js.snap b/components/progress/__tests__/__snapshots__/index.test.js.snap index d1edc5651..aa7332394 100644 --- a/components/progress/__tests__/__snapshots__/index.test.js.snap +++ b/components/progress/__tests__/__snapshots__/index.test.js.snap @@ -70,7 +70,7 @@ exports[`Progress render out-of-range progress 1`] = `
        - + `; @@ -82,7 +82,7 @@ exports[`Progress render out-of-range progress with info 1`] = `
        - + `; diff --git a/components/rate/__tests__/__snapshots__/demo.test.js.snap b/components/rate/__tests__/__snapshots__/demo.test.js.snap index bd976d3d2..537764726 100644 --- a/components/rate/__tests__/__snapshots__/demo.test.js.snap +++ b/components/rate/__tests__/__snapshots__/demo.test.js.snap @@ -3,42 +3,42 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
          @@ -49,42 +49,42 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
            @@ -140,42 +140,42 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
              @@ -183,42 +183,42 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
                @@ -230,42 +230,42 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = ` exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
                  @@ -275,46 +275,46 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = ` exports[`renders ./components/rate/demo/half.md correctly 1`] = `
                  `; -exports[`renders ./components/rate/demo/text.md correctly 1`] = `
                  3 stars
                  `; +exports[`renders ./components/rate/demo/text.md correctly 1`] = `
                  3 stars
                  `; diff --git a/components/select/__tests__/__snapshots__/demo.test.js.snap b/components/select/__tests__/__snapshots__/demo.test.js.snap index e285c508b..aa0beb3cf 100644 --- a/components/select/__tests__/__snapshots__/demo.test.js.snap +++ b/components/select/__tests__/__snapshots__/demo.test.js.snap @@ -20,21 +20,21 @@ exports[`renders ./components/select/demo/basic.md correctly 1`] = `
                  Lucy
                  -
                  +
          Lucy
          -
          +
          Lucy
          -
          +
          @@ -46,14 +46,14 @@ exports[`renders ./components/select/demo/coordinate.md correctly 1`] = `
          Zhejiang
          -
          +
          Hangzhou
          -
          +
          @@ -64,7 +64,7 @@ exports[`renders ./components/select/demo/custom-dropdown-menu.md correctly 1`]
          Lucy
          -
          +
          `; @@ -89,7 +89,7 @@ exports[`renders ./components/select/demo/label-in-value.md correctly 1`] = `
          Lucy (101)
          -
          +
          `; @@ -101,10 +101,10 @@ exports[`renders ./components/select/demo/multiple.md correctly 1`] = `
          `; @@ -130,7 +130,7 @@ exports[`renders ./components/select/demo/options.md correctly 1`] = `
          北京
          -
          +
          `; @@ -143,7 +143,7 @@ exports[`renders ./components/select/demo/search.md correctly 1`] = ` - + `; @@ -185,7 +185,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
          a1
          - +
          @@ -196,12 +196,12 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `