Skip to content

Commit

Permalink
docs: remove standalone suffixes (#8947)
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperLife1119 authored Dec 20, 2024
1 parent 5ffa099 commit 39c1b3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/input/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ All props of input supported by [w3c standards](https://www.w3schools.com/tags/t
| `[nzMaxCharacterCount]` | `textarea` maximum character count displayed | `number` | - |
| `[nzComputeCharacterCount]` | customized `characterCount` computation function | `(v: string) => number` | `v => v.length` |

### nz-input-otp:standalone
### nz-input-otp

| Property | Description | Type | Default |
| --------------- | ------------------------------------------------------- | --------------------------------- | --------- |
Expand Down
2 changes: 1 addition & 1 deletion components/input/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ nz-input 可以使用所有的 W3C 标准下的所有 [使用方式](https://www
| `[nzMaxCharacterCount]` | `textarea` 数字提示显示的最大值 | `number` | - |
| `[nzComputeCharacterCount]` | 自定义计算 `characterCount` 的函数 | `(v: string) => number` | `v => v.length` |

### nz-input-otp:standalone
### nz-input-otp

| Property | Description | Type | Default |
| --------------- | ------------------------------------------------- | --------------------------------- | --------- |
Expand Down
2 changes: 1 addition & 1 deletion components/space/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { NzSpaceModule } from 'ng-zorro-antd/space';
| `[nzWrap]` | Auto wrap line, when `horizontal` effective | `boolean` | `false` | |
| `[nzSplit]` | Set split | `TemplateRef \| string` | - | |

### nz-space-compact:standalone
### nz-space-compact

Use `<nz-space-compact>` when child form components are compactly connected and the border is collapsed. The supported components are:

Expand Down
2 changes: 1 addition & 1 deletion components/space/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { NzSpaceModule } from 'ng-zorro-antd/space';
| `[nzWrap]` | 是否自动换行,仅在 `horizontal` 时有效 | `boolean` | `false` | |
| `[nzSplit]` | 设置分隔符 | `TemplateRef \| string` | - | |

### nz-space-compact:standalone
### nz-space-compact

需要表单组件之间紧凑连接且合并边框时,使用 `<nz-space-compact>`。支持的组件有:

Expand Down

0 comments on commit 39c1b3f

Please sign in to comment.