@choiceopen/atomemo-plugin-schema 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/README.zh-CN.md +3 -3
- package/dist/schemas.d.ts +1164 -8577
- package/dist/schemas.js +33 -36
- package/dist/schemas.js.map +1 -1
- package/dist/{types-CVN_Se4O.d.ts → types-Nx4kEzps.d.ts} +38 -30
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -133,15 +133,15 @@ The property system is the core of defining plugin parameters and settings:
|
|
|
133
133
|
Each property type can be configured with different UI components:
|
|
134
134
|
|
|
135
135
|
**String type components:**
|
|
136
|
-
- `input`, `textarea`, `
|
|
137
|
-
- `
|
|
136
|
+
- `input`, `textarea`, `code-editor`
|
|
137
|
+
- `select`, `radio-group`
|
|
138
138
|
- `emoji-picker`, `color-picker`, `credential-select`
|
|
139
139
|
|
|
140
140
|
**Number type components:**
|
|
141
141
|
- `number-input`, `slider`
|
|
142
142
|
|
|
143
143
|
**Boolean type components:**
|
|
144
|
-
- `switch
|
|
144
|
+
- `switch`
|
|
145
145
|
|
|
146
146
|
**Array type components:**
|
|
147
147
|
- `multi-select`, `tag-input`, `key-value-editor`, `slider`, `array-section`
|
package/README.zh-CN.md
CHANGED
|
@@ -133,15 +133,15 @@ if (!result.success) {
|
|
|
133
133
|
每个属性类型可以配置不同的 UI 组件:
|
|
134
134
|
|
|
135
135
|
**字符串类型可用组件:**
|
|
136
|
-
- `input`、`textarea`、`
|
|
137
|
-
- `
|
|
136
|
+
- `input`、`textarea`、`code-editor`
|
|
137
|
+
- `select`、`radio-group`
|
|
138
138
|
- `emoji-picker`、`color-picker`、`credential-select`
|
|
139
139
|
|
|
140
140
|
**数字类型可用组件:**
|
|
141
141
|
- `number-input`、`slider`
|
|
142
142
|
|
|
143
143
|
**布尔类型可用组件:**
|
|
144
|
-
- `switch
|
|
144
|
+
- `switch`
|
|
145
145
|
|
|
146
146
|
**数组类型可用组件:**
|
|
147
147
|
- `multi-select`、`tag-input`、`key-value-editor`、`slider`、`array-section`
|