Skip to content

Commit

Permalink
fix(module:input-number): blur event can't get correct current value …
Browse files Browse the repository at this point in the history
…from validation info (#3315)

close #3134
  • Loading branch information
vthinkxie authored Apr 21, 2019
1 parent 5be4c59 commit ee3d94c
Show file tree
Hide file tree
Showing 116 changed files with 116 additions and 116 deletions.
2 changes: 1 addition & 1 deletion components/affix/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please note that Affix should not cover other content on the page, especially wh

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzAffixModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/affix/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ title: Affix

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzAffixModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/alert/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Alert component for feedback.

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzAlertModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/alert/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ title: Alert

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzAlertModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/anchor/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For displaying anchor hyperlinks on page and jumping between them.

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzAnchorModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/anchor/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ title: Anchor

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzAnchorModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/auto-complete/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ When there is a need for autocomplete functionality.

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzAutocompleteModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/auto-complete/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subtitle: 自动完成

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzAutocompleteModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/avatar/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Avatars can be used to represent people or objects. It supports images, `Icon`s,

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzAvatarModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/avatar/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title: Avatar

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzAvatarModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/back-top/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ title: BackTop

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzBackTopModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/back-top/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ title: BackTop

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzBackTopModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/badge/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Badge normally appears in proximity to notifications or user avatars with eye-ca

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzBadgeModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/badge/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ title: Badge

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzBadgeModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumb/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A breadcrumb displays the current location within a hierarchy. It allows going b

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzBreadCrumbModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumb/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ title: Breadcrumb

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzBreadCrumbModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/button/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A button means an operation (or a series of operations). Clicking a button will

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzButtonModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/button/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subtitle: 按钮

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzButtonModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/calendar/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ registerLocaleData(en);

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzCalendarModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/calendar/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ registerLocaleData(zh);

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzCalendarModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/card/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A card can be used to display content related to a single subject. The content c

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzCardModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/card/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cols: 1

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
```ts
Expand Down
2 changes: 1 addition & 1 deletion components/carousel/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A carousel component. Scales with its container.

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzCarouselModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/carousel/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subtitle: 走马灯

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzCarouselModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/cascader/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Cascade selection box.

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzCascaderModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/cascader/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ subtitle: 级联选择

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzCascaderModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/checkbox/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Checkbox.

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzCheckboxModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/checkbox/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ title: Checkbox

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzCheckboxModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/collapse/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A content area which can be collapsed and expanded.

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzCollapseModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/collapse/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cols: 1

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzCollapseModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/comment/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Comments can be used to enable discussions on an entity such as a page, blog pos

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzCommentModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/comment/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cols: 1

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzCommentModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/date-picker/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ There are four kinds of picker:

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzDatePickerModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/date-picker/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ registerLocaleData(zh);

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzDatePickerModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/divider/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A divider line separates different content.

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzDividerModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/divider/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ subtitle: 分割线

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzDividerModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/drawer/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A Drawer is a panel that is typically overlaid on top of a page and slides in fr

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzDrawerModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/drawer/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ title: Drawer

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzDrawerModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/dropdown/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If there are too many operations to display, you can wrap them in a `Dropdown`.

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzDropDownModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/dropdown/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ title: Dropdown

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzDropDownModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/empty/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ When there is no data provided, display for friendly tips.

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzEmptyModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/empty/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cols: 1

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzEmptyModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/form/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ A form consists of one or more form fields whose type includes input, textarea,

### Import this Component Individually

[Note](/docs/getting-started/en#import-a-component-individually).
You can get more detail [here](/docs/getting-started/en#import-a-component-individually).

```ts
import { NzFormModule } from 'ng-zorro-antd';
Expand Down
2 changes: 1 addition & 1 deletion components/form/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ title: Form

### 单独引入此组件

[说明](/docs/getting-started/zh#单独引入某个组件)
想要了解更多关于单独引入组件的内容,可以在[快速上手](/docs/getting-started/zh#单独引入某个组件)页面进行查看

```ts
import { NzFormModule } from 'ng-zorro-antd';
Expand Down
Loading

0 comments on commit ee3d94c

Please sign in to comment.