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`] = `
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
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/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`] = ` -