@choiceopen/atomemo-plugin-schema 0.1.1 → 0.1.2
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 +2 -2
- package/README.zh-CN.md +2 -2
- package/dist/schemas.d.ts +767 -8249
- package/dist/schemas.js +22 -28
- package/dist/schemas.js.map +1 -1
- package/dist/{types-CVN_Se4O.d.ts → types-ectoWcwS.d.ts} +18 -24
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -133,8 +133,8 @@ 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:**
|
package/README.zh-CN.md
CHANGED
|
@@ -133,8 +133,8 @@ 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
|
**数字类型可用组件:**
|