Skip to content

Commit dcefca2

Browse files
committed
Merge branch 'master' into feat-1.3.0
2 parents 8a9964d + 95a2215 commit dcefca2

File tree

11 files changed

+37
-12
lines changed

11 files changed

+37
-12
lines changed

README-zh_CN.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,20 @@ $ yarn add ant-design-vue
6969
- [Vue官方文档](https://cn.vuejs.org/)
7070
- [Antd React](http://ant.design/)
7171

72+
## 生态
73+
74+
| Project | Description |
75+
|----------|-------------|
76+
| [vue-ref](https://github.com/vueComponent/vue-ref) | 您可以使用回调来获取组件的引用,类似react |
77+
| [ant-design-vue-helper](https://marketplace.visualstudio.com/items?itemName=ant-design-vue.vscode-ant-design-vue-helper) | ant-design-vue的vscode扩展 |
78+
| [vue-cli-plugin-ant-design](https://github.com/vueComponent/vue-cli-plugin-ant-design) | 使用vue-cli3快速使用ant-design-vue组件库 |
79+
| [vue-dash-event](https://github.com/vueComponent/vue-dash-event) | 在DOM模板中,您可以使用ant-design-vue组件的自定义事件(camelCase) |
80+
81+
## 问答
82+
> 强烈推荐阅读 [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)[《如何向开源社区提问题》](https://github.com/seajs/seajs/issues/545)[《如何有效地报告 Bug》](http://www.chiark.greenend.org.uk/%7Esgtatham/bugs-cn.html)[《如何向开源项目提交无法解答的问题》](https://zhuanlan.zhihu.com/p/25795393),更好的问题更容易获得帮助。
83+
84+
[![Let's fund issues in this repository](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/repos/104172832)
85+
7286
## 赞助
7387

7488
ant-design-vue是MIT协议的开源项目。为了项目能够更好的持续的发展,我们期望获得更多的[支持者](https://github.com/vueComponent/ant-design-vue/blob/master/BACKERS.md),你可以通过如下任何一种方式支持我们:

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ If you are in a bad network environment,you can try other registries and tools
6969
- [Vue](https://vuejs.org/)
7070
- [Ant Design React](http://ant.design/)
7171

72+
## Ecosystem
73+
74+
| Project | Description |
75+
|----------|-------------|
76+
| [vue-ref](https://github.com/vueComponent/vue-ref) | You can use the callback to get a reference like react |
77+
| [ant-design-vue-helper](https://marketplace.visualstudio.com/items?itemName=ant-design-vue.vscode-ant-design-vue-helper) | A vscode extension for ant-design-vue |
78+
| [vue-cli-plugin-ant-design](https://github.com/vueComponent/vue-cli-plugin-ant-design) | Vue-cli 3 plugin to add ant-design-vue |
79+
| [vue-dash-event](https://github.com/vueComponent/vue-dash-event) | The library function, implemented in the DOM template, can use the custom event of the ant-design-vue component (camelCase) |
80+
7281
## Donation
7382

7483
ant-design-vue is an MIT-licensed open source project. In order to achieve better and sustainable development of the project, we expect to gain more [backers](https://github.com/vueComponent/ant-design-vue/blob/master/BACKERS.md). You can support us in any of the following ways:
@@ -112,3 +121,4 @@ Become a sponsor and get your logo on our README on Github with a link to your s
112121
<a href="https://opencollective.com/ant-design-vue/sponsor/10/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/10/avatar.svg"></a>
113122

114123

124+
[![Let's fund issues in this repository](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/repos/104172832)

components/calendar/index.en-US.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ customize the progress dot by setting a scoped slot
2626
| defaultValue | The date selected by default | [moment](http://momentjs.com/) | default date |
2727
| disabledDate | Function that specifies the dates that cannot be selected | (currentDate: moment) => boolean | - |
2828
| fullscreen | Whether to display in full-screen | boolean | `true` |
29-
| locale | The calendar's locale | object | [default]
30-
(https://github.com/vueComponent/ant-design-vue/blob/master/components/date-picker/locale/example.json) |
29+
| locale | The calendar's locale | object | [default](https://github.com/vueComponent/ant-design-vue/blob/master/components/date-picker/locale/example.json) |
3130
| mode | The display mode of the calendar | `month` \| `year` | `month` |
3231
| monthCellRender | Customize the display of the month cell by setting a scoped slot, the returned content will be appended to the cell | function(date: moment) | - |
3332
| monthFullCellRender | Customize the display of the month cell by setting a scoped slot, the returned content will override the cell | function(date: moment) | - |

components/card/demo/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const md = {
2424
`,
2525
us: `# Card
2626
Simple rectangular container.
27-
##When To Use
27+
## When To Use
2828
A card can be used to display content related to a single subject. The content can consist of multiple elements of varying types and sizes.
2929
## Examples
3030
`,

components/collapse/demo/index.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ const md = {
1919
- '手风琴' 是一种特殊的折叠面板,只允许单个内容区域展开。
2020
2121
## 代码演示`,
22-
us: `# When To Use
22+
us: `# Collapse
23+
A content area which can be collapsed and expanded.
24+
## When To Use
2325
2426
- Can be used to group or hide complex regions to keep the page clean.
2527
- 'Accordion' is a special kind of 'Collapse', which allows only one panel to be expanded at a time.
26-
## Examples
28+
## Examples
2729
`,
2830
}
2931
export default {

components/drawer/index.en-US.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
| Property | Description | Type | Default |
44
| -------- | ----------- | ---- | ------- |
5-
| --- | --- | --- | --- |
65
| closable | Whether a close (x) button is visible on top right of the Drawer dialog or not. | boolean | true |
76
| destroyOnClose | Whether to unmount child components on closing drawer or not. | boolean | false |
87
| getContainer | Return the mounted node for Drawer. | HTMLElement \| `() => HTMLElement` \| Selectors | 'body' |

components/popover/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
| Param | Description | Type | Default value |
55
| ----- | ----------- | ---- | ------------- |
66
| content | Content of the card | string\|slot\|vNode | - |
7-
| title | Title of the card | string\|slot\VNode | - |
7+
| title | Title of the card | string\|slot\|VNode | - |
88

99
Consult [Tooltip's documentation](/ant-design-vue/components/tooltip/#API) to find more APIs.
1010

components/progress/demo/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ const md = {
2222
- 当需要显示一个操作完成的百分比时。
2323
## 代码演示`,
2424
us: `# Progress
25+
Display the current progress of an operation flow.
26+
## When To Use
2527
If it will take a long time to complete an operation, you can use \`Progress\` to show the current progress and status.
2628
2729
- When an operation will interrupt the current interface, or it needs to run in the background for more than 2 seconds.

components/timeline/demo/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const md = {
1717
- 当有一系列信息需按时间排列时,可正序和倒序。
1818
- 需要有一条时间轴进行视觉上的串联时。。
1919
## 代码演示`,
20-
us: `# Data Display
20+
us: `# Timeline
2121
Vertical display timeline.
2222
## When To Use
2323
- When a series of information needs to be ordered by time (ascend or descend).

components/tooltip/Tooltip.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default {
8181
display: 'inline-block', // default inline-block is important
8282
...picked,
8383
cursor: 'not-allowed',
84-
width: isAntBtn && ele.componentOptions.propsData.disabled ? '100%' : null,
84+
width: isAntBtn && ele.componentOptions.propsData.block ? '100%' : null,
8585
}
8686
const buttonStyle = {
8787
...omitted,

components/vc-notification/assets/index.less

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
&-notice {
88
padding: 7px 20px 7px 10px;
99
border-radius: 3px 3px;
10-
border: 1px solid #999;;
1110
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
12-
border: 0px solid rgba(0, 0, 0, 0);;
11+
border: 0px solid rgba(0, 0, 0, 0);
1312
background: #fff;
1413
display: block;
1514
width: auto;
@@ -93,4 +92,4 @@
9392
opacity: 0;
9493
}
9594
}
96-
}
95+
}

0 commit comments

Comments
 (0)