@lingxiteam/theme-utils 0.5.0 → 0.5.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.
Files changed (100) hide show
  1. package/dist/config/Button.d.ts +10 -10
  2. package/dist/config/Button.js +21 -21
  3. package/dist/config/Card.d.ts +18 -18
  4. package/dist/config/Card.js +40 -40
  5. package/dist/config/Cascader.d.ts +20 -20
  6. package/dist/config/Cascader.js +37 -37
  7. package/dist/config/Checkbox.d.ts +6 -22
  8. package/dist/config/Checkbox.js +28 -28
  9. package/dist/config/CheckboxGroup.d.ts +7 -7
  10. package/dist/config/CheckboxGroup.js +13 -13
  11. package/dist/config/Collapse.d.ts +24 -18
  12. package/dist/config/Collapse.js +49 -43
  13. package/dist/config/Container.d.ts +3 -3
  14. package/dist/config/Container.js +12 -12
  15. package/dist/config/DatePicker.d.ts +16 -16
  16. package/dist/config/DatePicker.js +26 -26
  17. package/dist/config/Description.d.ts +11 -11
  18. package/dist/config/Description.js +13 -13
  19. package/dist/config/Form.d.ts +19 -8
  20. package/dist/config/Form.js +51 -22
  21. package/dist/config/Input.d.ts +4 -4
  22. package/dist/config/Input.js +14 -14
  23. package/dist/config/InputNumber.d.ts +4 -4
  24. package/dist/config/InputNumber.js +14 -14
  25. package/dist/config/MultipleSelect.d.ts +4 -4
  26. package/dist/config/MultipleSelect.js +14 -14
  27. package/dist/config/Radio.d.ts +13 -13
  28. package/dist/config/Radio.js +22 -22
  29. package/dist/config/RangePicker.d.ts +22 -22
  30. package/dist/config/RangePicker.js +33 -33
  31. package/dist/config/Select.d.ts +7 -7
  32. package/dist/config/Select.js +23 -23
  33. package/dist/config/StdUpload.d.ts +22 -31
  34. package/dist/config/StdUpload.js +40 -39
  35. package/dist/config/Switch.d.ts +9 -18
  36. package/dist/config/Switch.js +29 -28
  37. package/dist/config/Table.d.ts +47 -47
  38. package/dist/config/Table.js +71 -71
  39. package/dist/config/Tabs.d.ts +18 -18
  40. package/dist/config/Tabs.js +46 -46
  41. package/dist/config/Tag.d.ts +4 -4
  42. package/dist/config/Tag.js +10 -13
  43. package/dist/config/TextArea.d.ts +5 -5
  44. package/dist/config/TextArea.js +16 -16
  45. package/dist/config/TimePicker.d.ts +16 -16
  46. package/dist/config/TimePicker.js +26 -26
  47. package/dist/config/Tree.d.ts +7 -7
  48. package/dist/config/Tree.js +17 -17
  49. package/dist/config/TreeSelect.d.ts +20 -20
  50. package/dist/config/TreeSelect.js +30 -30
  51. package/dist/h5config/Accordion.d.ts +19 -19
  52. package/dist/h5config/Accordion.js +36 -36
  53. package/dist/h5config/Button.d.ts +9 -9
  54. package/dist/h5config/Button.js +20 -20
  55. package/dist/h5config/Card.d.ts +25 -25
  56. package/dist/h5config/Card.js +51 -51
  57. package/dist/h5config/DAddressPicker.d.ts +16 -24
  58. package/dist/h5config/DAddressPicker.js +32 -40
  59. package/dist/h5config/DCheckbox.d.ts +14 -22
  60. package/dist/h5config/DCheckbox.js +32 -40
  61. package/dist/h5config/DForm.d.ts +15 -15
  62. package/dist/h5config/DForm.js +44 -43
  63. package/dist/h5config/DMultiplePicker.d.ts +16 -24
  64. package/dist/h5config/DMultiplePicker.js +32 -40
  65. package/dist/h5config/DformDate.d.ts +16 -24
  66. package/dist/h5config/DformDate.js +32 -40
  67. package/dist/h5config/DformFile.d.ts +106 -20
  68. package/dist/h5config/DformFile.js +110 -27
  69. package/dist/h5config/DformImagePicker.d.ts +17 -17
  70. package/dist/h5config/DformImagePicker.js +25 -25
  71. package/dist/h5config/DformInput.d.ts +13 -13
  72. package/dist/h5config/DformInput.js +31 -31
  73. package/dist/h5config/DformInputNumber.d.ts +8 -8
  74. package/dist/h5config/DformInputNumber.js +24 -24
  75. package/dist/h5config/DformPicker.d.ts +16 -24
  76. package/dist/h5config/DformPicker.js +32 -40
  77. package/dist/h5config/DformRadio.d.ts +20 -20
  78. package/dist/h5config/DformRadio.js +40 -40
  79. package/dist/h5config/DformRangePicker.d.ts +22 -30
  80. package/dist/h5config/DformRangePicker.js +38 -46
  81. package/dist/h5config/DformSelect.d.ts +16 -24
  82. package/dist/h5config/DformSelect.js +32 -40
  83. package/dist/h5config/DformSwitch.d.ts +2 -10
  84. package/dist/h5config/DformSwitch.js +12 -20
  85. package/dist/h5config/DformTextArea.d.ts +13 -13
  86. package/dist/h5config/DformTextArea.js +31 -31
  87. package/dist/h5config/FilterItems.d.ts +12 -12
  88. package/dist/h5config/FilterItems.js +21 -21
  89. package/dist/h5config/Grid.d.ts +18 -18
  90. package/dist/h5config/Grid.js +29 -29
  91. package/dist/h5config/Icon.js +1 -1
  92. package/dist/h5config/NoticeBarPlus.d.ts +10 -10
  93. package/dist/h5config/NoticeBarPlus.js +15 -15
  94. package/dist/h5config/SearchView.d.ts +17 -17
  95. package/dist/h5config/SearchView.js +28 -28
  96. package/dist/h5config/StaticTabs.d.ts +2 -2
  97. package/dist/h5config/StaticTabs.js +22 -21
  98. package/dist/h5config/Table.d.ts +20 -10
  99. package/dist/h5config/Table.js +45 -33
  100. package/package.json +1 -1
@@ -2,22 +2,6 @@ export declare const DformFile: {
2
2
  type: string;
3
3
  hasPrefixClass: boolean;
4
4
  variable: {
5
- btnBgColor: {
6
- type: string;
7
- label: string;
8
- groupsName: string;
9
- };
10
- btnIconColor: {
11
- type: string;
12
- label: string;
13
- groupsName: string;
14
- followTheme: string;
15
- };
16
- btnBorderRadius: {
17
- type: string;
18
- label: string;
19
- groupsName: string;
20
- };
21
5
  labelTextColor: {
22
6
  type: string;
23
7
  label: string;
@@ -26,7 +10,7 @@ export declare const DformFile: {
26
10
  canEdit: boolean;
27
11
  extendsKey: string;
28
12
  };
29
- labelLineHeight: {
13
+ labelFontSize: {
30
14
  type: string;
31
15
  label: string;
32
16
  groupsName: string;
@@ -34,7 +18,7 @@ export declare const DformFile: {
34
18
  canEdit: boolean;
35
19
  extendsKey: string;
36
20
  };
37
- labelFontSize: {
21
+ labelLineHeight: {
38
22
  type: string;
39
23
  label: string;
40
24
  groupsName: string;
@@ -54,6 +38,22 @@ export declare const DformFile: {
54
38
  canEdit: boolean;
55
39
  extendsKey: string;
56
40
  };
41
+ btnBgColor: {
42
+ type: string;
43
+ label: string;
44
+ groupsName: string;
45
+ };
46
+ btnIconColor: {
47
+ type: string;
48
+ label: string;
49
+ groupsName: string;
50
+ followTheme: string;
51
+ };
52
+ btnBorderRadius: {
53
+ type: string;
54
+ label: string;
55
+ groupsName: string;
56
+ };
57
57
  };
58
58
  groupsName: string;
59
59
  icon: string;
@@ -96,7 +96,7 @@ export declare const DformFile: {
96
96
  groupsName: string;
97
97
  icon: string;
98
98
  isLabelDropBoxChild: boolean;
99
- components: {
99
+ components: ({
100
100
  id: string;
101
101
  label: string;
102
102
  compName: string;
@@ -185,7 +185,93 @@ export declare const DformFile: {
185
185
  isLabelDropBoxChild: boolean;
186
186
  components: never[];
187
187
  path: string[];
188
- }[];
188
+ } | {
189
+ id: string;
190
+ label: string;
191
+ compName: string;
192
+ type: string;
193
+ compType: number;
194
+ compLib: string;
195
+ props: {
196
+ name: string;
197
+ hasTitleIcon: string;
198
+ listStyle: string;
199
+ isWatermark: boolean;
200
+ dformType: string;
201
+ title: string;
202
+ placeholder: string;
203
+ positionType: string;
204
+ status: string;
205
+ filesDownloaded: boolean;
206
+ alias: {
207
+ title: string;
208
+ id: string;
209
+ };
210
+ deleteBtn: {
211
+ btnText: string;
212
+ checked: boolean;
213
+ icon: {
214
+ type: string;
215
+ theme: string;
216
+ fontAddress: string;
217
+ isIconFont: boolean;
218
+ iconFileInfo: {};
219
+ };
220
+ };
221
+ downloadBtn: {
222
+ btnText: string;
223
+ checked: boolean;
224
+ icon: {
225
+ type: string;
226
+ theme: string;
227
+ fontAddress: string;
228
+ isIconFont: boolean;
229
+ iconFileInfo: {};
230
+ };
231
+ };
232
+ previewBtn: {
233
+ btnText: string;
234
+ checked: boolean;
235
+ icon: {
236
+ type: string;
237
+ theme: string;
238
+ fontAddress: string;
239
+ isIconFont: boolean;
240
+ iconFileInfo: {};
241
+ };
242
+ };
243
+ numberLimit: number;
244
+ singleFileMaxSize: string;
245
+ btnIcon: {
246
+ type: string;
247
+ theme: string;
248
+ fontAddress: string;
249
+ isIconFont: boolean;
250
+ iconFileInfo: {};
251
+ };
252
+ uploadStyle: string;
253
+ uploadBtnStyle: string;
254
+ showBtnIcon: boolean;
255
+ iconPosition: string;
256
+ btnText: string;
257
+ fieldProps?: undefined;
258
+ };
259
+ style: {};
260
+ isContainer: boolean;
261
+ isBusiObjContainer: boolean;
262
+ cmdgroup: string[];
263
+ platform: string;
264
+ setEvents: never[];
265
+ description: string;
266
+ image: string;
267
+ groupsName: string;
268
+ isAppChildForm: boolean;
269
+ isLabelDropBoxChild: boolean;
270
+ components: never[];
271
+ path: string[];
272
+ fieldProps?: undefined;
273
+ engineApi?: undefined;
274
+ })[];
189
275
  path: string[];
190
276
  }[];
191
277
  };
@@ -2,50 +2,34 @@ export var DformFile = {
2
2
  type: 'DformFile',
3
3
  hasPrefixClass: true,
4
4
  variable: {
5
- btnBgColor: {
6
- type: 'color',
7
- label: '上传按钮背景颜色',
8
- groupsName: '背景颜色'
9
- },
10
- btnIconColor: {
11
- type: 'color',
12
- label: '上传按钮标题颜色',
13
- groupsName: '背景颜色',
14
- followTheme: '@brand-primary'
15
- },
16
- btnBorderRadius: {
17
- type: 'px',
18
- label: '上传按钮边框圆角',
19
- groupsName: '边框'
20
- },
21
5
  labelTextColor: {
22
6
  type: 'color',
23
- label: '标题文本颜色',
24
- groupsName: '标签',
7
+ label: '标题颜色',
8
+ groupsName: '标题',
25
9
  desc: '继承自表单,此处不可编辑',
26
10
  canEdit: false,
27
11
  extendsKey: 'DForm'
28
12
  },
29
- labelLineHeight: {
13
+ labelFontSize: {
30
14
  type: 'px',
31
- label: '标题文本行高',
32
- groupsName: '标签',
15
+ label: '标题尺寸',
16
+ groupsName: '标题',
33
17
  desc: '继承自表单,此处不可编辑',
34
18
  canEdit: false,
35
19
  extendsKey: 'DForm'
36
20
  },
37
- labelFontSize: {
21
+ labelLineHeight: {
38
22
  type: 'px',
39
- label: '标题文本尺寸',
40
- groupsName: '标签',
23
+ label: '标题行高',
24
+ groupsName: '标题',
41
25
  desc: '继承自表单,此处不可编辑',
42
26
  canEdit: false,
43
27
  extendsKey: 'DForm'
44
28
  },
45
29
  labelFontWeight: {
46
30
  type: 'select',
47
- label: '标题文本字重',
48
- groupsName: '标签',
31
+ label: '标题字重',
32
+ groupsName: '标题',
49
33
  options: [{
50
34
  title: '100',
51
35
  value: '100'
@@ -71,6 +55,22 @@ export var DformFile = {
71
55
  desc: '继承自表单,此处不可编辑',
72
56
  canEdit: false,
73
57
  extendsKey: 'DForm'
58
+ },
59
+ btnBgColor: {
60
+ type: 'color',
61
+ label: '填充颜色',
62
+ groupsName: '上传按钮'
63
+ },
64
+ btnIconColor: {
65
+ type: 'color',
66
+ label: '文字颜色',
67
+ groupsName: '上传按钮',
68
+ followTheme: '@brand-primary'
69
+ },
70
+ btnBorderRadius: {
71
+ type: 'px',
72
+ label: '圆角',
73
+ groupsName: '上传按钮'
74
74
  }
75
75
  },
76
76
  groupsName: '表单',
@@ -84,7 +84,7 @@ export var DformFile = {
84
84
  followThemes: {
85
85
  '@brand-primary': ['btnIconColor']
86
86
  },
87
- tpl: ".lcdp-form-item {\n .lingxiteam-dform-file-extra-btn{\n border-radius: btnBorderRadius;\n background: btnBgColor;\n > span {\n color: btnIconColor;\n }\n }\n }",
87
+ tpl: ".lcdp-form-item {\n .lingxiteam-dform-file-extra-btn{\n border-radius: btnBorderRadius;\n background: btnBgColor;\n > span {\n color: btnIconColor;\n }\n }\n .lcdp-dformfile-extra-icon {\n color: btnIconColor;\n }\n }",
88
88
  components: [{
89
89
  id: 'DForm_333712',
90
90
  label: '表单',
@@ -203,6 +203,89 @@ export var DformFile = {
203
203
  isLabelDropBoxChild: false,
204
204
  components: [],
205
205
  path: ['769713', 'View_769713_1', 'DForm_7287887']
206
+ }, {
207
+ id: 'DformFile_481948',
208
+ label: '上传附件',
209
+ compName: 'DformFile',
210
+ type: 'DformFile',
211
+ compType: 2,
212
+ compLib: '@/components',
213
+ props: {
214
+ name: '上传附件',
215
+ hasTitleIcon: 'none',
216
+ listStyle: 'text',
217
+ isWatermark: false,
218
+ dformType: 'DformFile',
219
+ title: '标题',
220
+ placeholder: '请输入',
221
+ positionType: 'vertical',
222
+ status: '1',
223
+ filesDownloaded: false,
224
+ alias: {
225
+ title: 'fileName',
226
+ id: 'fileId'
227
+ },
228
+ deleteBtn: {
229
+ btnText: '删除',
230
+ checked: true,
231
+ icon: {
232
+ type: 'close',
233
+ theme: 'outlined',
234
+ fontAddress: '',
235
+ isIconFont: false,
236
+ iconFileInfo: {}
237
+ }
238
+ },
239
+ downloadBtn: {
240
+ btnText: '下载',
241
+ checked: true,
242
+ icon: {
243
+ type: 'download',
244
+ theme: 'outlined',
245
+ fontAddress: '',
246
+ isIconFont: false,
247
+ iconFileInfo: {}
248
+ }
249
+ },
250
+ previewBtn: {
251
+ btnText: '预览',
252
+ checked: true,
253
+ icon: {
254
+ type: 'eye',
255
+ theme: 'outlined',
256
+ fontAddress: '',
257
+ isIconFont: false,
258
+ iconFileInfo: {}
259
+ }
260
+ },
261
+ numberLimit: 5,
262
+ singleFileMaxSize: '50MB',
263
+ btnIcon: {
264
+ type: 'upload',
265
+ theme: 'outlined',
266
+ fontAddress: '',
267
+ isIconFont: false,
268
+ iconFileInfo: {}
269
+ },
270
+ uploadStyle: 'button',
271
+ uploadBtnStyle: 'icon',
272
+ showBtnIcon: true,
273
+ iconPosition: 'left',
274
+ btnText: '上传附件'
275
+ },
276
+ style: {},
277
+ isContainer: false,
278
+ isBusiObjContainer: false,
279
+ cmdgroup: ['basic'],
280
+ platform: 'h5',
281
+ setEvents: [],
282
+ description: '',
283
+ image: '',
284
+ groupsName: '表单',
285
+ isAppChildForm: true,
286
+ isLabelDropBoxChild: false,
287
+ components: [],
288
+ path: ['972874', 'View_972874_1', 'DForm_294211']
206
289
  }],
207
290
  path: ['769713', 'View_769713_1']
208
291
  }]
@@ -1,21 +1,6 @@
1
1
  export declare const DformImagePicker: {
2
2
  type: string;
3
3
  variable: {
4
- btnBgColor: {
5
- type: string;
6
- label: string;
7
- groupsName: string;
8
- };
9
- btnIconColor: {
10
- type: string;
11
- label: string;
12
- groupsName: string;
13
- };
14
- btnBorderRadius: {
15
- type: string;
16
- label: string;
17
- groupsName: string;
18
- };
19
4
  labelTextColor: {
20
5
  type: string;
21
6
  label: string;
@@ -24,7 +9,7 @@ export declare const DformImagePicker: {
24
9
  canEdit: boolean;
25
10
  extendsKey: string;
26
11
  };
27
- labelLineHeight: {
12
+ labelFontSize: {
28
13
  type: string;
29
14
  label: string;
30
15
  groupsName: string;
@@ -32,7 +17,7 @@ export declare const DformImagePicker: {
32
17
  canEdit: boolean;
33
18
  extendsKey: string;
34
19
  };
35
- labelFontSize: {
20
+ labelLineHeight: {
36
21
  type: string;
37
22
  label: string;
38
23
  groupsName: string;
@@ -52,6 +37,21 @@ export declare const DformImagePicker: {
52
37
  canEdit: boolean;
53
38
  extendsKey: string;
54
39
  };
40
+ btnBgColor: {
41
+ type: string;
42
+ label: string;
43
+ groupsName: string;
44
+ };
45
+ btnIconColor: {
46
+ type: string;
47
+ label: string;
48
+ groupsName: string;
49
+ };
50
+ btnBorderRadius: {
51
+ type: string;
52
+ label: string;
53
+ groupsName: string;
54
+ };
55
55
  };
56
56
  groupsName: string;
57
57
  icon: string;
@@ -1,49 +1,34 @@
1
1
  export var DformImagePicker = {
2
2
  type: 'DformImagePicker',
3
3
  variable: {
4
- btnBgColor: {
5
- type: 'color',
6
- label: '上传按钮背景颜色',
7
- groupsName: '背景颜色'
8
- },
9
- btnIconColor: {
10
- type: 'color',
11
- label: '上传按钮图标颜色',
12
- groupsName: '背景颜色'
13
- },
14
- btnBorderRadius: {
15
- type: 'px',
16
- label: '上传按钮边框圆角',
17
- groupsName: '边框'
18
- },
19
4
  labelTextColor: {
20
5
  type: 'color',
21
- label: '标题文本颜色',
22
- groupsName: '标签',
6
+ label: '标题颜色',
7
+ groupsName: '标题',
23
8
  desc: '继承自表单,此处不可编辑',
24
9
  canEdit: false,
25
10
  extendsKey: 'DForm'
26
11
  },
27
- labelLineHeight: {
12
+ labelFontSize: {
28
13
  type: 'px',
29
- label: '标题文本行高',
30
- groupsName: '标签',
14
+ label: '标题尺寸',
15
+ groupsName: '标题',
31
16
  desc: '继承自表单,此处不可编辑',
32
17
  canEdit: false,
33
18
  extendsKey: 'DForm'
34
19
  },
35
- labelFontSize: {
20
+ labelLineHeight: {
36
21
  type: 'px',
37
- label: '标题文本尺寸',
38
- groupsName: '标签',
22
+ label: '标题行高',
23
+ groupsName: '标题',
39
24
  desc: '继承自表单,此处不可编辑',
40
25
  canEdit: false,
41
26
  extendsKey: 'DForm'
42
27
  },
43
28
  labelFontWeight: {
44
29
  type: 'select',
45
- label: '标题文本字重',
46
- groupsName: '标签',
30
+ label: '标题字重',
31
+ groupsName: '标题',
47
32
  options: [{
48
33
  title: '100',
49
34
  value: '100'
@@ -69,6 +54,21 @@ export var DformImagePicker = {
69
54
  desc: '继承自表单,此处不可编辑',
70
55
  canEdit: false,
71
56
  extendsKey: 'DForm'
57
+ },
58
+ btnBgColor: {
59
+ type: 'color',
60
+ label: '填充颜色',
61
+ groupsName: '上传按钮'
62
+ },
63
+ btnIconColor: {
64
+ type: 'color',
65
+ label: '图标颜色',
66
+ groupsName: '上传按钮'
67
+ },
68
+ btnBorderRadius: {
69
+ type: 'px',
70
+ label: '圆角',
71
+ groupsName: '上传按钮'
72
72
  }
73
73
  },
74
74
  groupsName: '表单',
@@ -6,11 +6,6 @@ export declare const DformInput: {
6
6
  label: string;
7
7
  groupsName: string;
8
8
  };
9
- inputBorderRadius: {
10
- type: string;
11
- label: string;
12
- groupsName: string;
13
- };
14
9
  labelTextColor: {
15
10
  type: string;
16
11
  label: string;
@@ -19,7 +14,7 @@ export declare const DformInput: {
19
14
  canEdit: boolean;
20
15
  extendsKey: string;
21
16
  };
22
- labelLineHeight: {
17
+ labelFontSize: {
23
18
  type: string;
24
19
  label: string;
25
20
  groupsName: string;
@@ -27,7 +22,7 @@ export declare const DformInput: {
27
22
  canEdit: boolean;
28
23
  extendsKey: string;
29
24
  };
30
- labelFontSize: {
25
+ labelLineHeight: {
31
26
  type: string;
32
27
  label: string;
33
28
  groupsName: string;
@@ -83,25 +78,30 @@ export declare const DformInput: {
83
78
  canEdit: boolean;
84
79
  extendsKey: string;
85
80
  };
86
- paddingValue: {
81
+ headTextAlign: {
87
82
  type: string;
88
83
  label: string;
89
84
  groupsName: string;
90
85
  desc: string;
91
86
  canEdit: boolean;
92
87
  extendsKey: string;
88
+ options: {
89
+ title: string;
90
+ value: string;
91
+ }[];
93
92
  };
94
- headTextAlign: {
93
+ paddingValue: {
95
94
  type: string;
96
95
  label: string;
97
96
  groupsName: string;
98
97
  desc: string;
99
98
  canEdit: boolean;
100
99
  extendsKey: string;
101
- options: {
102
- title: string;
103
- value: string;
104
- }[];
100
+ };
101
+ inputBorderRadius: {
102
+ type: string;
103
+ label: string;
104
+ groupsName: string;
105
105
  };
106
106
  };
107
107
  groupsName: string;
@@ -3,42 +3,37 @@ export var DformInput = {
3
3
  variable: {
4
4
  inputBgColor: {
5
5
  type: 'color',
6
- label: '内容背景颜色',
7
- groupsName: '背景颜色'
8
- },
9
- inputBorderRadius: {
10
- type: 'px',
11
- label: '内容背景圆角',
12
- groupsName: '边框'
6
+ label: '内容填充颜色',
7
+ groupsName: '背景'
13
8
  },
14
9
  labelTextColor: {
15
10
  type: 'color',
16
- label: '标题文本颜色',
17
- groupsName: '标签',
11
+ label: '标题颜色',
12
+ groupsName: '标题',
18
13
  desc: '继承自表单,此处不可编辑',
19
14
  canEdit: false,
20
15
  extendsKey: 'DForm'
21
16
  },
22
- labelLineHeight: {
17
+ labelFontSize: {
23
18
  type: 'px',
24
- label: '标题文本行高',
25
- groupsName: '标签',
19
+ label: '标题尺寸',
20
+ groupsName: '标题',
26
21
  desc: '继承自表单,此处不可编辑',
27
22
  canEdit: false,
28
23
  extendsKey: 'DForm'
29
24
  },
30
- labelFontSize: {
25
+ labelLineHeight: {
31
26
  type: 'px',
32
- label: '标题文本尺寸',
33
- groupsName: '标签',
27
+ label: '标题行高',
28
+ groupsName: '标题',
34
29
  desc: '继承自表单,此处不可编辑',
35
30
  canEdit: false,
36
31
  extendsKey: 'DForm'
37
32
  },
38
33
  labelFontWeight: {
39
34
  type: 'select',
40
- label: '标题文本字重',
41
- groupsName: '标签',
35
+ label: '标题字重',
36
+ groupsName: '标题',
42
37
  options: [{
43
38
  title: '100',
44
39
  value: '100'
@@ -68,7 +63,7 @@ export var DformInput = {
68
63
  textColor: {
69
64
  type: 'color',
70
65
  label: '文本颜色',
71
- groupsName: '组件',
66
+ groupsName: '文字',
72
67
  desc: '继承自表单,此处不可编辑',
73
68
  canEdit: false,
74
69
  extendsKey: 'DForm'
@@ -76,7 +71,7 @@ export var DformInput = {
76
71
  fontSize: {
77
72
  type: 'px',
78
73
  label: '文本尺寸',
79
- groupsName: '组件',
74
+ groupsName: '文字',
80
75
  desc: '继承自表单,此处不可编辑',
81
76
  canEdit: false,
82
77
  extendsKey: 'DForm'
@@ -84,7 +79,7 @@ export var DformInput = {
84
79
  lineHeight: {
85
80
  type: 'px',
86
81
  label: '文本行高',
87
- groupsName: '组件',
82
+ groupsName: '文字',
88
83
  desc: '继承自表单,此处不可编辑',
89
84
  canEdit: false,
90
85
  extendsKey: 'DForm'
@@ -92,7 +87,7 @@ export var DformInput = {
92
87
  fontWeight: {
93
88
  type: 'select',
94
89
  label: '文本字重',
95
- groupsName: '组件',
90
+ groupsName: '文字',
96
91
  options: [{
97
92
  title: '100',
98
93
  value: '100'
@@ -119,18 +114,10 @@ export var DformInput = {
119
114
  canEdit: false,
120
115
  extendsKey: 'DForm'
121
116
  },
122
- paddingValue: {
123
- type: 'marginInput',
124
- label: '内边距',
125
- groupsName: '组件',
126
- desc: '继承自表单,此处不可编辑',
127
- canEdit: false,
128
- extendsKey: 'DForm'
129
- },
130
117
  headTextAlign: {
131
118
  type: 'select',
132
- label: '文字对齐方式',
133
- groupsName: '组件',
119
+ label: '对齐方式',
120
+ groupsName: '文字',
134
121
  desc: '继承自表单,此处不可编辑',
135
122
  canEdit: false,
136
123
  extendsKey: 'DForm',
@@ -144,6 +131,19 @@ export var DformInput = {
144
131
  title: '右',
145
132
  value: 'right'
146
133
  }]
134
+ },
135
+ paddingValue: {
136
+ type: 'marginInput',
137
+ label: '内边距',
138
+ groupsName: '布局',
139
+ desc: '继承自表单,此处不可编辑',
140
+ canEdit: false,
141
+ extendsKey: 'DForm'
142
+ },
143
+ inputBorderRadius: {
144
+ type: 'px',
145
+ label: '内容背景圆角',
146
+ groupsName: '边框'
147
147
  }
148
148
  },
149
149
  groupsName: '表单',