From 718f30e486efb3cb070edab6036bf626948ef8a6 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sun, 30 Jun 2019 09:27:30 +0800 Subject: [PATCH 01/38] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index fe9a3ceb2..618f752ff 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: [tangjinzhou] +github: # [tangjinzhou] patreon: # Replace with a single Patreon username open_collective: ant-design-vue ko_fi: # Replace with a single Ko-fi username From 0d67fc196684f82525e194b2eaf13cb02e34596b Mon Sep 17 00:00:00 2001 From: skyline-123 Date: Sun, 30 Jun 2019 09:44:46 +0800 Subject: [PATCH 02/38] fix: dropdown button disable style (#912) --- components/dropdown/dropdown-button.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dropdown/dropdown-button.jsx b/components/dropdown/dropdown-button.jsx index daff89abe..375a55707 100644 --- a/components/dropdown/dropdown-button.jsx +++ b/components/dropdown/dropdown-button.jsx @@ -73,7 +73,7 @@ export default { - -
  +
 
- + 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`] = `
        • -
          +
          10 / עמוד
          @@ -6543,7 +6543,7 @@ exports[`Locale Provider should display the text as he 1`] = `
        -
        +
        -
        +
        2017
        -
        +
        ספט׳
        @@ -6933,7 +6933,7 @@ exports[`Locale Provider should display the text as hu 1`] = `
      • -
        +
        10 / oldal
        @@ -6942,7 +6942,7 @@ exports[`Locale Provider should display the text as hu 1`] = `
      -
      +
      -
      +
      2017
      -
      +
      szept
      @@ -7332,7 +7332,7 @@ exports[`Locale Provider should display the text as id 1`] = `
    • -
      +
      10 / halaman
      @@ -7341,7 +7341,7 @@ exports[`Locale Provider should display the text as id 1`] = `
    -
    +
    -
    +
    2017
    -
    +
    Sep
    @@ -7731,7 +7731,7 @@ exports[`Locale Provider should display the text as is 1`] = `
  • -
    +
    10 / síðu
    @@ -7740,7 +7740,7 @@ exports[`Locale Provider should display the text as is 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    sep
    @@ -8130,7 +8130,7 @@ exports[`Locale Provider should display the text as it 1`] = `
  • -
    +
    10 / pagina
    @@ -8139,7 +8139,7 @@ exports[`Locale Provider should display the text as it 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    set
    @@ -8529,7 +8529,7 @@ exports[`Locale Provider should display the text as ja 1`] = `
  • -
    +
    10 / ページ
    @@ -8538,7 +8538,7 @@ exports[`Locale Provider should display the text as ja 1`] = `
  • -
    +
    -
    +
    2017年
    -
    +
    9月
    @@ -8928,7 +8928,7 @@ exports[`Locale Provider should display the text as ko 1`] = `
  • -
    +
    10 / 쪽
    @@ -8937,7 +8937,7 @@ exports[`Locale Provider should display the text as ko 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    9월
    @@ -9327,7 +9327,7 @@ exports[`Locale Provider should display the text as ku-iq 1`] = `
  • -
    +
    10 / rûpel
    @@ -9336,7 +9336,7 @@ exports[`Locale Provider should display the text as ku-iq 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    ئەیلوول
    @@ -9726,7 +9726,7 @@ exports[`Locale Provider should display the text as mn-mn 1`] = `
  • -
    +
    10 / хуудас
    @@ -9735,7 +9735,7 @@ exports[`Locale Provider should display the text as mn-mn 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    9 сар
    @@ -10125,7 +10125,7 @@ exports[`Locale Provider should display the text as nb 1`] = `
  • -
    +
    10 / side
    @@ -10134,7 +10134,7 @@ exports[`Locale Provider should display the text as nb 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    sep.
    @@ -10524,7 +10524,7 @@ exports[`Locale Provider should display the text as ne-np 1`] = `
  • -
    +
    10 / page
    @@ -10533,7 +10533,7 @@ exports[`Locale Provider should display the text as ne-np 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    सेप्ट.
    @@ -10923,7 +10923,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
  • -
    +
    10 / pagina
    @@ -10932,7 +10932,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    sep.
    @@ -11322,7 +11322,7 @@ exports[`Locale Provider should display the text as nl-be 1`] = `
  • -
    +
    10 / pagina
    @@ -11331,7 +11331,7 @@ exports[`Locale Provider should display the text as nl-be 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    sep.
    @@ -11721,7 +11721,7 @@ exports[`Locale Provider should display the text as pl 1`] = `
  • -
    +
    10 / stronę
    @@ -11730,7 +11730,7 @@ exports[`Locale Provider should display the text as pl 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    wrz
    @@ -12120,7 +12120,7 @@ exports[`Locale Provider should display the text as pt 1`] = `
  • -
    +
    10 / página
    @@ -12129,7 +12129,7 @@ exports[`Locale Provider should display the text as pt 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    Set
    @@ -12519,7 +12519,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
  • -
    +
    10 / páginas
    @@ -12528,7 +12528,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    Set
    @@ -12918,7 +12918,7 @@ exports[`Locale Provider should display the text as ru 1`] = `
  • -
    +
    10 / стр.
    @@ -12927,7 +12927,7 @@ exports[`Locale Provider should display the text as ru 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    сент.
    @@ -13317,7 +13317,7 @@ exports[`Locale Provider should display the text as sk 1`] = `
  • -
    +
    10 / strana
    @@ -13326,7 +13326,7 @@ exports[`Locale Provider should display the text as sk 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    sep
    @@ -13716,7 +13716,7 @@ exports[`Locale Provider should display the text as sl 1`] = `
  • -
    +
    10 / strani
    @@ -13725,7 +13725,7 @@ exports[`Locale Provider should display the text as sl 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    sep.
    @@ -14115,7 +14115,7 @@ exports[`Locale Provider should display the text as sr 1`] = `
  • -
    +
    10 / strani
    @@ -14124,7 +14124,7 @@ exports[`Locale Provider should display the text as sr 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    sep.
    @@ -14514,7 +14514,7 @@ exports[`Locale Provider should display the text as sv 1`] = `
  • -
    +
    10 / sida
    @@ -14523,7 +14523,7 @@ exports[`Locale Provider should display the text as sv 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    sep
    @@ -14913,7 +14913,7 @@ exports[`Locale Provider should display the text as th 1`] = `
  • -
    +
    10 / หน้า
    @@ -14922,7 +14922,7 @@ exports[`Locale Provider should display the text as th 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    ก.ย.
    @@ -15312,7 +15312,7 @@ exports[`Locale Provider should display the text as tr 1`] = `
  • -
    +
    10 / sayfa
    @@ -15321,7 +15321,7 @@ exports[`Locale Provider should display the text as tr 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    Eyl
    @@ -15711,7 +15711,7 @@ exports[`Locale Provider should display the text as uk 1`] = `
  • -
    +
    10 / сторінці
    @@ -15720,7 +15720,7 @@ exports[`Locale Provider should display the text as uk 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    вер
    @@ -16110,7 +16110,7 @@ exports[`Locale Provider should display the text as vi 1`] = `
  • -
    +
    10 / trang
    @@ -16119,7 +16119,7 @@ exports[`Locale Provider should display the text as vi 1`] = `
  • -
    +
    -
    +
    2017
    -
    +
    Th09
    @@ -16509,7 +16509,7 @@ exports[`Locale Provider should display the text as zh-cn 1`] = `
  • -
    +
    10 条/页
    @@ -16518,7 +16518,7 @@ exports[`Locale Provider should display the text as zh-cn 1`] = `
  • -
    +
    -
    +
    2017年
    -
    +
    9月
    @@ -16908,7 +16908,7 @@ exports[`Locale Provider should display the text as zh-tw 1`] = `
  • -
    +
    10 條/頁
    @@ -16917,7 +16917,7 @@ exports[`Locale Provider should display the text as zh-tw 1`] = `
  • -
    +
    -
    +
    2017年
    -
    +
    9月
    diff --git a/components/notification/__tests__/__snapshots__/demo.test.js.snap b/components/notification/__tests__/__snapshots__/demo.test.js.snap index 417ab9259..2aaca9945 100644 --- a/components/notification/__tests__/__snapshots__/demo.test.js.snap +++ b/components/notification/__tests__/__snapshots__/demo.test.js.snap @@ -10,7 +10,7 @@ exports[`renders ./components/notification/demo/duration.md correctly 1`] = ` -
    +
    topRight
    diff --git a/components/pagination/__tests__/__snapshots__/demo.test.js.snap b/components/pagination/__tests__/__snapshots__/demo.test.js.snap index 4444e89f7..e4f87e881 100644 --- a/components/pagination/__tests__/__snapshots__/demo.test.js.snap +++ b/components/pagination/__tests__/__snapshots__/demo.test.js.snap @@ -38,7 +38,7 @@ exports[`renders ./components/pagination/demo/changer.md correctly 1`] = `
  • -
    +
    10 / page
    @@ -67,7 +67,7 @@ exports[`renders ./components/pagination/demo/changer.md correctly 1`] = `
  • -
    +
    20 / page
    @@ -110,7 +110,7 @@ exports[`renders ./components/pagination/demo/custom-changer.md correctly 1`] =
  • -
    +
    10条/页 @@ -196,7 +196,7 @@ exports[`renders ./components/pagination/demo/mini.md correctly 1`] = `
  • -
    +
    10 / page
    diff --git a/components/select/__tests__/__snapshots__/demo.test.js.snap b/components/select/__tests__/__snapshots__/demo.test.js.snap index aa0beb3cf..b81929f1b 100644 --- a/components/select/__tests__/__snapshots__/demo.test.js.snap +++ b/components/select/__tests__/__snapshots__/demo.test.js.snap @@ -1,7 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders ./components/select/demo/automatic-tokenization.md correctly 1`] = ` -
    +
    @@ -16,21 +16,21 @@ exports[`renders ./components/select/demo/automatic-tokenization.md correctly 1` exports[`renders ./components/select/demo/basic.md correctly 1`] = `
    -
    +
    Lucy
    -
    +
    Lucy
    -
    +
    Lucy
    @@ -42,14 +42,14 @@ exports[`renders ./components/select/demo/basic.md correctly 1`] = ` exports[`renders ./components/select/demo/coordinate.md correctly 1`] = `
    -
    +
    Zhejiang
    -
    +
    Hangzhou
    @@ -60,7 +60,7 @@ exports[`renders ./components/select/demo/coordinate.md correctly 1`] = ` `; exports[`renders ./components/select/demo/custom-dropdown-menu.md correctly 1`] = ` -
    +
    Lucy
    @@ -70,7 +70,7 @@ exports[`renders ./components/select/demo/custom-dropdown-menu.md correctly 1`] `; exports[`renders ./components/select/demo/hide-selected.md correctly 1`] = ` -
    +
    Inserted are removed
    @@ -85,7 +85,7 @@ exports[`renders ./components/select/demo/hide-selected.md correctly 1`] = ` `; exports[`renders ./components/select/demo/label-in-value.md correctly 1`] = ` -
    +
    Lucy (101)
    @@ -95,7 +95,7 @@ exports[`renders ./components/select/demo/label-in-value.md correctly 1`] = ` `; exports[`renders ./components/select/demo/multiple.md correctly 1`] = ` -
    +
    @@ -116,7 +116,7 @@ exports[`renders ./components/select/demo/multiple.md correctly 1`] = ` `; exports[`renders ./components/select/demo/optgroup.md correctly 1`] = ` -
    +
    Lucy
    @@ -126,7 +126,7 @@ exports[`renders ./components/select/demo/optgroup.md correctly 1`] = ` `; exports[`renders ./components/select/demo/options.md correctly 1`] = ` -
    +
    北京
    @@ -136,7 +136,7 @@ exports[`renders ./components/select/demo/options.md correctly 1`] = ` `; exports[`renders ./components/select/demo/search.md correctly 1`] = ` -
    +
    Select a person
    @@ -149,7 +149,7 @@ exports[`renders ./components/select/demo/search.md correctly 1`] = ` `; exports[`renders ./components/select/demo/search-box.md correctly 1`] = ` -
    +
    input search text
    @@ -162,7 +162,7 @@ exports[`renders ./components/select/demo/search-box.md correctly 1`] = ` `; exports[`renders ./components/select/demo/select-users.md correctly 1`] = ` -
    +
    Select users
    @@ -179,7 +179,7 @@ exports[`renders ./components/select/demo/select-users.md correctly 1`] = ` exports[`renders ./components/select/demo/size.md correctly 1`] = `


    -
    +
    @@ -188,7 +188,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `

    -
    +
    @@ -210,7 +210,7 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `

    -
    +
    @@ -237,14 +237,14 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = ` exports[`renders ./components/select/demo/suffix.md correctly 1`] = `
    -
    +
    Lucy
    -
    +
    Lucy
    @@ -255,7 +255,7 @@ exports[`renders ./components/select/demo/suffix.md correctly 1`] = ` `; exports[`renders ./components/select/demo/tags.md correctly 1`] = ` -
    +
    Tags Mode
    diff --git a/components/select/__tests__/__snapshots__/index.test.js.snap b/components/select/__tests__/__snapshots__/index.test.js.snap index e564462aa..0316d72a0 100644 --- a/components/select/__tests__/__snapshots__/index.test.js.snap +++ b/components/select/__tests__/__snapshots__/index.test.js.snap @@ -1,7 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Select Select Custom Icons should support customized icons 1`] = ` -
    +
    diff --git a/components/tabs/__tests__/__snapshots__/demo.test.js.snap b/components/tabs/__tests__/__snapshots__/demo.test.js.snap index 59ba7624d..77a0db206 100644 --- a/components/tabs/__tests__/__snapshots__/demo.test.js.snap +++ b/components/tabs/__tests__/__snapshots__/demo.test.js.snap @@ -311,22 +311,22 @@ exports[`renders ./components/tabs/demo/icon.md correctly 1`] = ` exports[`renders ./components/tabs/demo/nest.md correctly 1`] = `
    -
    +
    -
    +
    -
    +
    -
    +
    diff --git a/components/vc-select/Select.jsx b/components/vc-select/Select.jsx index c886b7235..03bd891b4 100644 --- a/components/vc-select/Select.jsx +++ b/components/vc-select/Select.jsx @@ -618,9 +618,20 @@ const Select = { this._focused = false; } }, - inputBlur() { + inputBlur(e) { + if ( + e.relatedTarget && + this.selectTriggerRef && + this.selectTriggerRef.getInnerMenu() && + this.selectTriggerRef.getInnerMenu().$el === e.relatedTarget + ) { + e.target.focus(); + e.preventDefault(); + return; + } this.clearBlurTime(); if (this.disabled) { + e.preventDefault(); return; } this.blurTimer = setTimeout(() => { @@ -1438,31 +1449,36 @@ const Select = { }, selectionRefClick(e) { - e.stopPropagation(); + //e.stopPropagation(); if (!this.disabled) { const input = this.getInputDOMNode(); if (this._focused && this.$data._open) { - this._focused = false; + // this._focused = false; this.setOpenState(false, false); input && input.blur(); } else { this.clearBlurTime(); - this._focused = true; + //this._focused = true; this.setOpenState(true, true); input && input.focus(); } } }, - selectionRefFocus() { - if (this._focused || this.disabled) { + selectionRefFocus(e) { + if (this._focused || this.disabled || isMultipleOrTagsOrCombobox(this.$props)) { + e.preventDefault(); return; } this._focused = true; this.updateFocusClassName(); this.$emit('focus'); }, - selectionRefBlur() { - this.inputBlur(); + selectionRefBlur(e) { + if (isMultipleOrTagsOrCombobox(this.$props)) { + e.preventDefault(); + return; + } + this.inputBlur(e); }, }, @@ -1490,21 +1506,21 @@ const Select = { 'aria-controls': this.$data._ariaId, }, on: { - click: this.selectionRefClick, + // click: this.selectionRefClick, }, class: `${prefixCls}-selection ${prefixCls}-selection--${multiple ? 'multiple' : 'single'}`, - directives: [ - { - name: 'ant-ref', - value: this.saveSelectionRef, - }, - ], + // directives: [ + // { + // name: 'ant-ref', + // value: this.saveSelectionRef, + // }, + // ], key: 'selection', }; if (!isMultipleOrTagsOrCombobox(props)) { selectionProps.on.keydown = this.onKeyDown; - selectionProps.on.focus = this.selectionRefFocus; - selectionProps.on.blur = this.selectionRefBlur; + // selectionProps.on.focus = this.selectionRefFocus; + // selectionProps.on.blur = this.selectionRefBlur; selectionProps.attrs.tabIndex = props.disabled ? -1 : props.tabIndex; } const rootCls = { @@ -1564,7 +1580,7 @@ const Select = { directives: [ { name: 'ant-ref', - value: this.saveRootRef, + value: chaining(this.saveRootRef, this.saveSelectionRef), }, ], }} @@ -1573,9 +1589,10 @@ const Select = { onMousedown={this.markMouseDown} onMouseup={this.markMouseLeave} onMouseout={this.markMouseLeave} - // tabindex='-1' - // onBlur={this.onOuterBlur} - // onFocus={this.onOuterFocus} + tabindex="-1" + onBlur={this.selectionRefBlur} + onFocus={this.selectionRefFocus} + onClick={this.selectionRefClick} >
    {ctrlNode} diff --git a/components/vc-trigger/Trigger.jsx b/components/vc-trigger/Trigger.jsx index 12901c9d9..1d75f7892 100644 --- a/components/vc-trigger/Trigger.jsx +++ b/components/vc-trigger/Trigger.jsx @@ -101,7 +101,7 @@ export default { sPopupVisible(val) { this.$nextTick(() => { this.renderComponent(null, () => { - this.afterPopupVisibleChange(val); + this.afterPopupVisibleChange(this.sPopupVisible); }); }); }, @@ -237,10 +237,12 @@ export default { }, onBlur(e) { - this.fireEvents('blur', e); - this.clearDelayTimer(); - if (this.isBlurToHide()) { - this.delaySetPopupVisible(false, this.$props.blurDelay); + if (!contains(e.target, e.relatedTarget)) { + this.fireEvents('blur', e); + this.clearDelayTimer(); + if (this.isBlurToHide()) { + this.delaySetPopupVisible(false, this.$props.blurDelay); + } } }, From 71b7c9d33895f55694e28aaba4b2cfca7228771b Mon Sep 17 00:00:00 2001 From: wangxueliang Date: Wed, 31 Jul 2019 11:22:47 +0800 Subject: [PATCH 31/38] fix: dropdown-button size not take effect --- components/dropdown/dropdown-button.jsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/components/dropdown/dropdown-button.jsx b/components/dropdown/dropdown-button.jsx index bfd3ffc13..8da841fe2 100644 --- a/components/dropdown/dropdown-button.jsx +++ b/components/dropdown/dropdown-button.jsx @@ -12,6 +12,7 @@ const DropdownButtonProps = { ...ButtonGroupProps, ...DropdownProps, type: PropTypes.oneOf(['primary', 'ghost', 'dashed', 'danger', 'default']).def('default'), + size: PropTypes.oneOf(['small', 'large', 'default']).def('default'), htmlType: ButtonTypesProps.htmlType, disabled: PropTypes.bool, prefixCls: PropTypes.string.def('ant-dropdown-button'), @@ -74,8 +75,15 @@ export default { dropdownProps.props.visible = visible; } + const buttonGroupProps = { + props: { + ...restProps, + }, + class: prefixCls, + }; + return ( - + From 6064b97367a88e2a851f32657dcc0efe0c3ead80 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sun, 4 Aug 2019 21:14:08 +0800 Subject: [PATCH 32/38] doc: add geektime ad --- site/components/CarbonAds.vue | 13 ++++---- site/components/geektime.vue | 19 +++++++---- site/components/geektime_ads.vue | 57 ++++++++++++++++++++++++++++++++ site/components/layout.vue | 4 ++- site/theme/static/common.less | 2 +- 5 files changed, 80 insertions(+), 15 deletions(-) create mode 100644 site/components/geektime_ads.vue diff --git a/site/components/CarbonAds.vue b/site/components/CarbonAds.vue index add5a2fe8..785c067de 100644 --- a/site/components/CarbonAds.vue +++ b/site/components/CarbonAds.vue @@ -59,16 +59,14 @@ export default { + diff --git a/site/components/layout.vue b/site/components/layout.vue index e124b0606..c15aa500b 100644 --- a/site/components/layout.vue +++ b/site/components/layout.vue @@ -5,6 +5,7 @@ import Header from './header'; import Footer from './footer'; import CarbonAds from './CarbonAds'; import Geektime from './geektime'; +import GeektimeAds from './geektime_ads'; import Sponsors from './sponsors'; import zhCN from 'antd/locale-provider/zh_CN'; import enUS from 'antd/locale-provider/default'; @@ -268,7 +269,8 @@ export default { }
    - + + {!isMobile ?
    {this.getSubMenu(isCN)}
    : null} diff --git a/site/theme/static/common.less b/site/theme/static/common.less index bb1b5c324..c51106bee 100644 --- a/site/theme/static/common.less +++ b/site/theme/static/common.less @@ -51,7 +51,7 @@ a { } .aside-container { - padding-bottom: 48px; + padding-bottom: 120px; font-family: Avenir, @font-family; &.ant-menu-inline .ant-menu-submenu-title h4, From 949cb6bdcc8e46fb7bc42f11426b387a7579b5a6 Mon Sep 17 00:00:00 2001 From: Tudero Li <33458031+Youggls@users.noreply.github.com> Date: Sun, 4 Aug 2019 21:21:36 +0800 Subject: [PATCH 33/38] fix: error doc file in form components #1054 (#1055) --- components/form/index.en-US.md | 2 +- components/form/index.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/form/index.en-US.md b/components/form/index.en-US.md index 78b38a6f6..ee6fe738f 100644 --- a/components/form/index.en-US.md +++ b/components/form/index.en-US.md @@ -68,7 +68,7 @@ If the form has been decorated by `Form.create` then it has `this.form` property | isFieldValidating | Check if the specified field is being validated. | Function(name) | | resetFields | Reset the specified fields' value(to `initialValue`) and status. If you don't specify a parameter, all the fields will be reset. | Function(\[names: string\[]]) | | setFields | Set value and error state of fields. | ({
      \[fieldName\]: {value: any, errors: \[Error\] }
    }) => void | -| setFieldsValue | Set the value of a field. | Function({ [fieldName]: value } | +| setFieldsValue | Set the value of a field. | Function({ [fieldName]: value }) | | validateFields | Validate the specified fields and get theirs values and errors. If you don't specify the parameter of fieldNames, you will validate all fields. | (
      \[fieldNames: string\[]],
      \[options: object\],
      callback(errors, values)
    ) => void | | validateFieldsAndScroll | This function is similar to `validateFields`, but after validation, if the target field is not in visible area of form, form will be automatically scrolled to the target field area. | same as `validateFields` | diff --git a/components/form/index.zh-CN.md b/components/form/index.zh-CN.md index 9640363cd..f9315d214 100644 --- a/components/form/index.zh-CN.md +++ b/components/form/index.zh-CN.md @@ -66,7 +66,7 @@ export default { | isFieldValidating | 判断一个输入控件是否在校验状态 | Function(name) | | resetFields | 重置一组输入控件的值(为 `initialValue`)与状态,如不传入参数,则重置所有组件 | Function(\[names: string\[]]) | | setFields | 设置一组输入控件的值与错误状态。 | Function({ [fieldName]: { value: any, errors: [Error] } }) | -| setFieldsValue | 设置一组输入控件的值 | Function({ [fieldName]: value } | +| setFieldsValue | 设置一组输入控件的值 | Function({ [fieldName]: value }) | | validateFields | 校验并获取一组输入域的值与 Error,若 fieldNames 参数为空,则校验全部组件 | Function(\[fieldNames: string\[]], [options: object], callback: Function(errors, values)) | | validateFieldsAndScroll | 与 `validateFields` 相似,但校验完后,如果校验不通过的菜单域不在可见范围内,则自动滚动进可见范围 | 参考 `validateFields` | From d60d549f043e70abfce8513a0adb642ba11cd66f Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Mon, 5 Aug 2019 16:53:48 +0800 Subject: [PATCH 34/38] update site --- site/components/geektime_ads.vue | 68 ++++++++++++++++++-------------- 1 file changed, 39 insertions(+), 29 deletions(-) diff --git a/site/components/geektime_ads.vue b/site/components/geektime_ads.vue index 6f9e181b2..c589ca560 100644 --- a/site/components/geektime_ads.vue +++ b/site/components/geektime_ads.vue @@ -1,57 +1,67 @@ From 9d78a27030f532d5620d34b0de79b3ef52d0e1c2 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Mon, 5 Aug 2019 22:03:48 +0800 Subject: [PATCH 35/38] doc: update site image --- README-zh_CN.md | 4 ++-- README.md | 4 ++-- docs/vue/sponsor.en-US.md | 2 +- docs/vue/sponsor.zh-CN.md | 2 +- site/404.html | 2 +- site/components/geektime.vue | 2 +- site/components/geektime_ads.vue | 4 ++-- site/components/header.vue | 4 ++-- site/components/sponsors.vue | 2 +- site/index.html | 32 ++++++++++++++++---------------- 10 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index 6ae9f8554..bdca58058 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -1,6 +1,6 @@

    - +

    @@ -91,7 +91,7 @@ ant-design-vue是MIT协议的开源项目。为了项目能够更好的持续的 - [Patreon](https://www.patreon.com/tangjinzhou) - [opencollective](https://opencollective.com/ant-design-vue) - [paypal](https://www.paypal.me/tangjinzhou) -- [支付宝或微信](https://cdn.nlark.com/yuque/0/2019/png/87084/1548485701785-assets/web-upload/648ca181-a52f-4382-957c-97c5dbb3e1cc.png) +- [支付宝或微信](http://pvrd7go2h.bkt.clouddn.com/alipay-and-wechat.png) ## Backers diff --git a/README.md b/README.md index 2492b67e5..4ada96ac8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

    - +

    @@ -86,7 +86,7 @@ ant-design-vue is an MIT-licensed open source project. In order to achieve bette - [Patreon](https://www.patreon.com/tangjinzhou) - [opencollective](https://opencollective.com/ant-design-vue) - [paypal](https://www.paypal.me/tangjinzhou) -- [支付宝或微信](https://cdn.nlark.com/yuque/0/2019/png/87084/1548485701785-assets/web-upload/648ca181-a52f-4382-957c-97c5dbb3e1cc.png) +- [支付宝或微信](http://pvrd7go2h.bkt.clouddn.com/alipay-and-wechat.png) ## Backers diff --git a/docs/vue/sponsor.en-US.md b/docs/vue/sponsor.en-US.md index 999088683..12cb302c1 100644 --- a/docs/vue/sponsor.en-US.md +++ b/docs/vue/sponsor.en-US.md @@ -8,7 +8,7 @@ We accept donations through these channels: ## Recurring Pledges diff --git a/docs/vue/sponsor.zh-CN.md b/docs/vue/sponsor.zh-CN.md index 865c0d97b..448fcdeef 100644 --- a/docs/vue/sponsor.zh-CN.md +++ b/docs/vue/sponsor.zh-CN.md @@ -8,7 +8,7 @@ ant-design-vue 是采用 MIT 许可的开源项目,使用完全免费。 但 ## 周期性赞助 diff --git a/site/404.html b/site/404.html index b6c8fc8fa..a504f634d 100644 --- a/site/404.html +++ b/site/404.html @@ -10,7 +10,7 @@ Ant Design Vue - +