Skip to content

Commit

Permalink
docs: rename array component name
Browse files Browse the repository at this point in the history
  • Loading branch information
helloqian12138 committed Jan 4, 2022
1 parent c3bff58 commit fadb885
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/drip-table-generator/functions/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ title: API
| name | 属性名 | `string` | - ||
| required | 属性是否必填 | `boolean` | `false` ||
| ui:title | 属性标题 | `string` | - ||
| ui:type | 属性组件类型, 默认属性组件类型包括:`input``text``switch``number``checkbox``radio``select``cascader``render-html``custom::ArrayComponent`。当组件类型为 `custom::` 开头时可以通过`ui:externalComponent` 属性传入外部组件。 | `string` | - ||
| ui:type | 属性组件类型, 默认属性组件类型包括:`input``text``switch``number``checkbox``radio``select``cascader``render-html``array-list``color-picker`。当组件类型为 `custom::` 开头时可以通过`ui:externalComponent` 属性传入外部组件。 | `string` | - ||
| ui:externalComponent | 外部组件 | `React.ComponentClass \| React.FunctionComponent` | - ||
| ui:props | 属性组件的属性 | `Record` | - ||
| type | 属性数据类型 | `string` | - ||
Expand Down
8 changes: 4 additions & 4 deletions docs/drip-table-generator/functions/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ title: 定制化面板
- 类型: `string`
- 默认值: ``

默认属性组件类型包括:`input``text``auto-complete``switch``number``checkbox``radio``select``cascader``code-editor``color-picker``custom::ArrayComponent`
默认属性组件类型包括:`input``text``auto-complete``switch``number``checkbox``radio``select``cascader``code-editor``color-picker``array-list`

当组件类型为 `custom::` 开头时可以通过 `ui:externalComponent` 属性传入外部组件。

Expand All @@ -57,7 +57,7 @@ title: 定制化面板

* 具体属性同 `antd` 组件,具体详见 `antd` 官网。
* `code-editor` 暂无属性。
* `custom::ArrayComponent` 属性包含 `items``items``Array`, 每一项配置同通用 `antd` 组件。
* `array-list` 属性包含 `items``items``Array`, 每一项配置同通用 `antd` 组件。

#### type
- 描述: `属性数据类型`
Expand Down Expand Up @@ -199,7 +199,7 @@ title: 定制化面板
- 类型: `string`
- 默认值: ``

默认属性组件类型包括:`input``text``auto-complete``switch``number``checkbox``radio``select``cascader``code-editor``color-picker``custom::ArrayComponent`
默认属性组件类型包括:`input``text``auto-complete``switch``number``checkbox``radio``select``cascader``code-editor``color-picker``array-list`

当组件类型为 `custom::` 开头时可以通过 `ui:externalComponent` 属性传入外部组件。

Expand All @@ -217,7 +217,7 @@ title: 定制化面板

* 具体属性同 `antd` 组件,具体详见 `antd` 官网。
* `code-editor` 暂无属性。
* `custom::ArrayComponent` 属性包含 `items``items``Array`, 每一项配置同通用 `antd` 组件。
* `array-list` 属性包含 `items``items``Array`, 每一项配置同通用 `antd` 组件。

#### attrSchema.type
- 描述: `属性数据类型`
Expand Down

0 comments on commit fadb885

Please sign in to comment.