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-
|
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
|
}];
|