ronds-metadata 1.2.71 → 1.2.72

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
2
2
  /*
3
3
  * @Author: wangxian
4
4
  * @Date: 2023-02-06 08:24:17
5
- * @LastEditTime: 2023-06-05 16:21:16
5
+ * @LastEditTime: 2023-06-15 13:41:32
6
6
  */
7
7
  import { RefRule, Rule } from './ruleConfig';
8
8
  export var inputSchema = [{
@@ -136,12 +136,12 @@ export var mutiSelectParam = {
136
136
  // 基础组件列表渲染
137
137
  export var basicComps = [{
138
138
  id: 'input',
139
- name: '输入框',
139
+ name: '单行文本',
140
140
  type: 'input',
141
141
  param: inputParam
142
142
  }, {
143
143
  id: 'textarea',
144
- name: '文本框',
144
+ name: '多行文本',
145
145
  type: 'textarea',
146
146
  param: textareaParam
147
147
  }, {
@@ -230,17 +230,17 @@ export var complexComps = [{
230
230
  param: uploadParam
231
231
  }, {
232
232
  id: 'checkbox',
233
- name: '多选框',
233
+ name: '点击多选',
234
234
  type: 'checkbox',
235
235
  param: checkboxParam
236
236
  }, {
237
237
  id: 'radio',
238
- name: '单选框',
238
+ name: '点击单选',
239
239
  type: 'radio',
240
240
  param: radioParam
241
241
  }, {
242
242
  id: 'numberRange',
243
- name: '数字范围',
243
+ name: '数字区间',
244
244
  type: 'numberRange',
245
245
  param: numberRangeParam
246
246
  }];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.2.71",
4
+ "version": "1.2.72",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",