@byteluck-fe/model-driven-controls 7.0.0-beta.10 → 7.0.0-beta.11

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 (80) hide show
  1. package/dist/esm/baseControls/BarChart/designer.js +1 -1
  2. package/dist/esm/baseControls/BarChart/schema.json +39 -3
  3. package/dist/esm/baseControls/BatchPrintListButton/schema.json +49 -5
  4. package/dist/esm/baseControls/BatchPrintRecordListButton/schema.json +49 -5
  5. package/dist/esm/baseControls/BatchSubmissionListButton/schema.json +49 -5
  6. package/dist/esm/baseControls/Button/schema.json +49 -5
  7. package/dist/esm/baseControls/CreateFormListButton/schema.json +49 -5
  8. package/dist/esm/baseControls/ExportListButton/schema.json +50 -6
  9. package/dist/esm/baseControls/ExportRecordListButton/schema.json +49 -5
  10. package/dist/esm/baseControls/FormSelectButton/schema.json +56 -7
  11. package/dist/esm/baseControls/Iframe/designer.js +1 -1
  12. package/dist/esm/baseControls/ImportRecordListButton/schema.json +49 -5
  13. package/dist/esm/baseControls/InvoiceCheckButton/schema.json +49 -5
  14. package/dist/esm/baseControls/LineChart/designer.js +1 -1
  15. package/dist/esm/baseControls/LineChart/schema.json +39 -3
  16. package/dist/esm/baseControls/ListSelectButton/schema.json +62 -8
  17. package/dist/esm/baseControls/PieChart/designer.js +1 -1
  18. package/dist/esm/baseControls/PieChart/schema.json +39 -3
  19. package/dist/esm/baseControls/ReferenceList/schema.json +13 -2
  20. package/dist/esm/baseControls/SubmissionRecordListButton/schema.json +49 -5
  21. package/dist/esm/baseControls/Text/schema.json +10 -2
  22. package/dist/esm/baseControls/TextOcrButton/schema.json +49 -5
  23. package/dist/esm/baseControls/Title/schema.json +12 -2
  24. package/dist/esm/columnControls/ApprovalStatusColumn/schema.json +10 -1
  25. package/dist/esm/columnControls/ArrayColumn/schema.json +37 -3
  26. package/dist/esm/columnControls/AutoNumberColumn/schema.json +10 -1
  27. package/dist/esm/columnControls/DecimalColumn/schema.json +37 -3
  28. package/dist/esm/columnControls/EmployeeColumn/schema.json +3 -1
  29. package/dist/esm/columnControls/FileColumn/schema.json +5 -1
  30. package/dist/esm/columnControls/LocationColumn/schema.json +10 -1
  31. package/dist/esm/columnControls/TextColumn/schema.json +10 -1
  32. package/dist/esm/columnControls/TimescopeColumn/schema.json +10 -1
  33. package/dist/esm/columnControls/TimestampColumn/schema.json +10 -1
  34. package/dist/esm/columnControls/VarcharColumn/schema.json +40 -4
  35. package/dist/esm/formControls/Address/schema.json +16 -2
  36. package/dist/esm/formControls/Amount/schema.json +35 -3
  37. package/dist/esm/formControls/Attachment/schema.json +5 -1
  38. package/dist/esm/formControls/Calc/schema.json +16 -2
  39. package/dist/esm/formControls/Cascader/schema.json +16 -2
  40. package/dist/esm/formControls/Checkbox/schema.json +39 -2
  41. package/dist/esm/formControls/DatePicker/schema.json +4 -1
  42. package/dist/esm/formControls/DateRange/schema.json +16 -2
  43. package/dist/esm/formControls/Department2/schema.json +3 -1
  44. package/dist/esm/formControls/ElectronicSignature/schema.json +7 -1
  45. package/dist/esm/formControls/Employee2/schema.json +3 -1
  46. package/dist/esm/formControls/Input/schema.json +5 -1
  47. package/dist/esm/formControls/Number/schema.json +5 -1
  48. package/dist/esm/formControls/OrganizationSelection/schema.json +13 -3
  49. package/dist/esm/formControls/Radio/schema.json +39 -2
  50. package/dist/esm/formControls/RichText/schema.json +26 -1
  51. package/dist/esm/formControls/SearchDateRange/schema.json +4 -1
  52. package/dist/esm/formControls/SearchInput/schema.json +5 -1
  53. package/dist/esm/formControls/SearchNumberRange/schema.json +4 -1
  54. package/dist/esm/formControls/Select/schema.json +44 -3
  55. package/dist/esm/formControls/SelectMultiple/schema.json +44 -3
  56. package/dist/esm/formControls/SelectRelation/schema.json +33 -4
  57. package/dist/esm/formControls/Tag/designer.js +1 -1
  58. package/dist/esm/formControls/Tag/schema.json +39 -2
  59. package/dist/esm/formControls/Textarea/schema.json +40 -2
  60. package/dist/esm/formControls/TimeRange/schema.json +18 -4
  61. package/dist/esm/formControls/Tree/schema.json +16 -2
  62. package/dist/esm/formControls/WPS/schema.json +18 -1
  63. package/dist/esm/layoutControls/AdvancedContainer/schema.json +5 -1
  64. package/dist/esm/layoutControls/BlankContainer/schema.json +1 -1
  65. package/dist/esm/layoutControls/CollapsePane/schema.json +1 -1
  66. package/dist/esm/layoutControls/DataView/schema.json +51 -5
  67. package/dist/esm/layoutControls/GridRow/schema.json +27 -2
  68. package/dist/esm/layoutControls/GridTableColumn/schema.json +19 -1
  69. package/dist/esm/layoutControls/ListView/schema.json +86 -6
  70. package/dist/esm/layoutControls/Row/schema.json +27 -2
  71. package/dist/esm/layoutControls/Step/schema.json +10 -1
  72. package/dist/esm/layoutControls/SubTableColumn/schema.json +6 -1
  73. package/dist/esm/layoutControls/TableLayout/schema.json +59 -20
  74. package/dist/esm/layoutControls/TableLayoutCol/schema.json +6 -1
  75. package/dist/esm/listControls/SubTable/schema.json +31 -4
  76. package/dist/esm/searchControls/SimpleSearch/schema.json +16 -2
  77. package/dist/index.umd.js +1 -1
  78. package/dist/types/layoutControls/Row/property.d.ts +18 -0
  79. package/dist/types/layoutControls/TableLayout/property.d.ts +7 -2
  80. package/package.json +4 -4
@@ -172,7 +172,18 @@
172
172
  }
173
173
  },
174
174
  "description": "数据绑定项",
175
- "default": "new RangeDataBind()"
175
+ "default": {
176
+ "min": {
177
+ "dataCode": "",
178
+ "fieldCode": "",
179
+ "fieldType": ""
180
+ },
181
+ "max": {
182
+ "dataCode": "",
183
+ "fieldCode": "",
184
+ "fieldType": ""
185
+ }
186
+ }
176
187
  },
177
188
  "defaultValue": {
178
189
  "type": "object",
@@ -189,7 +200,10 @@
189
200
  }
190
201
  },
191
202
  "description": "默认值",
192
- "default": "new RangeDateValue()"
203
+ "default": {
204
+ "min": "",
205
+ "max": ""
206
+ }
193
207
  },
194
208
  "placeholder": {
195
209
  "type": "string",
@@ -240,12 +254,12 @@
240
254
  "placeholderStart": {
241
255
  "type": "string",
242
256
  "description": "时间区间开始的提示文字",
243
- "default": "getLocaleText('CMD.be931774579000687')"
257
+ "default": "开始时间"
244
258
  },
245
259
  "placeholderEnd": {
246
260
  "type": "string",
247
261
  "description": "时间区结束的提示文字",
248
- "default": "getLocaleText('CMD.0a501774579002398')"
262
+ "default": "结束时间"
249
263
  },
250
264
  "format": {
251
265
  "type": "string",
@@ -1078,7 +1078,14 @@
1078
1078
  }
1079
1079
  },
1080
1080
  "description": "数据源绑定",
1081
- "default": "new TreeDataSourceBind({ attributes: TreeControl.controlCustomAttributes })"
1081
+ "default": {
1082
+ "rootNode": {
1083
+ "type": "custom",
1084
+ "value": [],
1085
+ "displayBos": []
1086
+ },
1087
+ "filterCode": ""
1088
+ }
1082
1089
  },
1083
1090
  "filterItemDatasourceBind": {
1084
1091
  "type": "object",
@@ -1900,7 +1907,14 @@
1900
1907
  }
1901
1908
  },
1902
1909
  "description": "筛选项数据源绑定",
1903
- "default": "new TreeDataSourceBind({ attributes: TreeControl.controlCustomAttributes })"
1910
+ "default": {
1911
+ "rootNode": {
1912
+ "type": "custom",
1913
+ "value": [],
1914
+ "displayBos": []
1915
+ },
1916
+ "filterCode": ""
1917
+ }
1904
1918
  },
1905
1919
  "multistageFilling": {
1906
1920
  "type": "array",
@@ -259,7 +259,24 @@
259
259
  }
260
260
  },
261
261
  "description": "WPS 配置",
262
- "default": "new WPSSetting()"
262
+ "default": {
263
+ "types": [
264
+ "word",
265
+ "ppt",
266
+ "excel"
267
+ ],
268
+ "history": false,
269
+ "collaborativeRecord": false,
270
+ "logicToDelete": true,
271
+ "watermark": {
272
+ "active": false,
273
+ "text": ""
274
+ },
275
+ "autoRename": {
276
+ "active": false,
277
+ "text": ""
278
+ }
279
+ }
263
280
  },
264
281
  "maxSize": {
265
282
  "type": "integer",
@@ -106,7 +106,11 @@
106
106
  }
107
107
  },
108
108
  "description": "Flex 布局配置",
109
- "default": "new FlexStyleConfig()"
109
+ "default": {
110
+ "direction": "row",
111
+ "justifyContent": "flex-start",
112
+ "alignItems": "flex-start"
113
+ }
110
114
  }
111
115
  },
112
116
  "required": []
@@ -12,7 +12,7 @@
12
12
  "caption": {
13
13
  "type": "string",
14
14
  "description": "标题",
15
- "default": "getLocaleText('CMD.fbd81777541728197')"
15
+ "default": "空白容器"
16
16
  },
17
17
  "defaultState": {
18
18
  "type": "string",
@@ -29,7 +29,7 @@
29
29
  "header": {
30
30
  "type": "string",
31
31
  "description": "面板头内容",
32
- "default": "getLocaleText('CMD.08411774579056771')"
32
+ "default": "分组"
33
33
  }
34
34
  },
35
35
  "required": []
@@ -68,7 +68,14 @@
68
68
  }
69
69
  },
70
70
  "description": "保存按钮",
71
- "default": "new OperationItem({ content: '保存', type: 'save', isShow: false })"
71
+ "default": {
72
+ "isShow": false,
73
+ "content": "保存",
74
+ "formKey": "",
75
+ "openType": "modal",
76
+ "type": "save",
77
+ "priorityProcess": false
78
+ }
72
79
  },
73
80
  "cancel": {
74
81
  "type": "object",
@@ -112,7 +119,14 @@
112
119
  }
113
120
  },
114
121
  "description": "取消按钮",
115
- "default": "new OperationItem({ content: '取消', type: 'cancel', isShow: false })"
122
+ "default": {
123
+ "isShow": false,
124
+ "content": "取消",
125
+ "formKey": "",
126
+ "openType": "modal",
127
+ "type": "cancel",
128
+ "priorityProcess": false
129
+ }
116
130
  },
117
131
  "saveAs": {
118
132
  "type": "object",
@@ -156,7 +170,14 @@
156
170
  }
157
171
  },
158
172
  "description": "另存为按钮",
159
- "default": "new OperationItem({ content: '保存草稿', type: 'saveAs', isShow: false })"
173
+ "default": {
174
+ "isShow": false,
175
+ "content": "保存草稿",
176
+ "formKey": "",
177
+ "openType": "modal",
178
+ "type": "saveAs",
179
+ "priorityProcess": false
180
+ }
160
181
  },
161
182
  "print": {
162
183
  "type": "object",
@@ -200,7 +221,14 @@
200
221
  }
201
222
  },
202
223
  "description": "打印按钮",
203
- "default": "new OperationItem({ content: '打印', type: 'print', isShow: false })"
224
+ "default": {
225
+ "isShow": false,
226
+ "content": "打印",
227
+ "formKey": "",
228
+ "openType": "modal",
229
+ "type": "print",
230
+ "priorityProcess": false
231
+ }
204
232
  },
205
233
  "custom": {
206
234
  "type": "array",
@@ -988,7 +1016,25 @@
988
1016
  }
989
1017
  },
990
1018
  "description": "绑定业务模型",
991
- "default": "new DataSourceBind()"
1019
+ "default": {
1020
+ "dataCode": "",
1021
+ "appId": "",
1022
+ "valueFieldCode": "",
1023
+ "displayBoList": [],
1024
+ "isOpenViewFilters": 0,
1025
+ "keywordMapping": "",
1026
+ "showOrder": true,
1027
+ "svcCode": "",
1028
+ "assignDepartment": {
1029
+ "type": "custom",
1030
+ "value": [],
1031
+ "displayBos": []
1032
+ },
1033
+ "openAssignDepartment": false,
1034
+ "filters": [],
1035
+ "viewFilters": [],
1036
+ "orders": []
1037
+ }
992
1038
  }
993
1039
  },
994
1040
  "required": []
@@ -39,6 +39,21 @@
39
39
  "选择预设布局"
40
40
  ]
41
41
  },
42
+ "gutter": {
43
+ "type": "integer",
44
+ "description": "栅格间隔",
45
+ "default": 0
46
+ },
47
+ "align": {
48
+ "type": "string",
49
+ "description": "交叉轴对齐",
50
+ "default": ""
51
+ },
52
+ "justify": {
53
+ "type": "string",
54
+ "description": "主轴对齐",
55
+ "default": ""
56
+ },
42
57
  "padding": {
43
58
  "type": "object",
44
59
  "properties": {
@@ -56,7 +71,12 @@
56
71
  }
57
72
  },
58
73
  "description": "内边距配置",
59
- "default": "new Padding()"
74
+ "default": {
75
+ "paddingTop": "",
76
+ "paddingRight": "",
77
+ "paddingBottom": "",
78
+ "paddingLeft": ""
79
+ }
60
80
  },
61
81
  "margin": {
62
82
  "type": "object",
@@ -75,7 +95,12 @@
75
95
  }
76
96
  },
77
97
  "description": "外边距配置",
78
- "default": "new Margin()"
98
+ "default": {
99
+ "marginTop": "",
100
+ "marginRight": "",
101
+ "marginBottom": "",
102
+ "marginLeft": ""
103
+ }
79
104
  },
80
105
  "isFull": {
81
106
  "type": "boolean",
@@ -835,7 +835,25 @@
835
835
  }
836
836
  },
837
837
  "description": "数据源绑定",
838
- "default": "new DataSourceBind()"
838
+ "default": {
839
+ "dataCode": "",
840
+ "appId": "",
841
+ "valueFieldCode": "",
842
+ "displayBoList": [],
843
+ "isOpenViewFilters": 0,
844
+ "keywordMapping": "",
845
+ "showOrder": true,
846
+ "svcCode": "",
847
+ "assignDepartment": {
848
+ "type": "custom",
849
+ "value": [],
850
+ "displayBos": []
851
+ },
852
+ "openAssignDepartment": false,
853
+ "filters": [],
854
+ "viewFilters": [],
855
+ "orders": []
856
+ }
839
857
  },
840
858
  "fixed": {
841
859
  "type": "boolean",
@@ -760,7 +760,25 @@
760
760
  }
761
761
  },
762
762
  "description": "数据高级设置",
763
- "default": "new DataSourceBind()"
763
+ "default": {
764
+ "dataCode": "",
765
+ "appId": "",
766
+ "valueFieldCode": "",
767
+ "displayBoList": [],
768
+ "isOpenViewFilters": 0,
769
+ "keywordMapping": "",
770
+ "showOrder": true,
771
+ "svcCode": "",
772
+ "assignDepartment": {
773
+ "type": "custom",
774
+ "value": [],
775
+ "displayBos": []
776
+ },
777
+ "openAssignDepartment": false,
778
+ "filters": [],
779
+ "viewFilters": [],
780
+ "orders": []
781
+ }
764
782
  },
765
783
  "isLoading": {
766
784
  "type": "boolean",
@@ -1154,7 +1172,15 @@
1154
1172
  }
1155
1173
  },
1156
1174
  "description": "抽屉内容配置",
1157
- "default": "new SubListPageConfig()"
1175
+ "default": {
1176
+ "formBind": {
1177
+ "dataCode": "",
1178
+ "formKey": "",
1179
+ "appId": ""
1180
+ },
1181
+ "displayFields": [],
1182
+ "sublists": []
1183
+ }
1158
1184
  },
1159
1185
  "isShowJoinRelation": {
1160
1186
  "type": "boolean",
@@ -1917,7 +1943,29 @@
1917
1943
  }
1918
1944
  },
1919
1945
  "description": "连接表配置",
1920
- "default": "new JoinRelation()"
1946
+ "default": {
1947
+ "aliasCode": "",
1948
+ "datasourceBind": {
1949
+ "dataCode": "",
1950
+ "appId": "",
1951
+ "valueFieldCode": "",
1952
+ "displayBoList": [],
1953
+ "isOpenViewFilters": 0,
1954
+ "keywordMapping": "",
1955
+ "showOrder": true,
1956
+ "svcCode": "",
1957
+ "assignDepartment": {
1958
+ "type": "custom",
1959
+ "value": [],
1960
+ "displayBos": []
1961
+ },
1962
+ "openAssignDepartment": false,
1963
+ "filters": [],
1964
+ "viewFilters": [],
1965
+ "orders": []
1966
+ },
1967
+ "relationFields": []
1968
+ }
1921
1969
  },
1922
1970
  "showType": {
1923
1971
  "type": "string",
@@ -2377,7 +2425,12 @@
2377
2425
  }
2378
2426
  },
2379
2427
  "description": "行背景规则",
2380
- "default": "new RowStyle()"
2428
+ "default": {
2429
+ "type": "none",
2430
+ "interval": {
2431
+ "color": ""
2432
+ }
2433
+ }
2381
2434
  },
2382
2435
  "isTreeData": {
2383
2436
  "type": "boolean",
@@ -2425,7 +2478,13 @@
2425
2478
  }
2426
2479
  },
2427
2480
  "description": "树状列表配置详情",
2428
- "default": "new ListTreeData()"
2481
+ "default": {
2482
+ "groupDefaultExpanded": false,
2483
+ "suppressCount": false,
2484
+ "groupFields": [],
2485
+ "groupHeaderName": "",
2486
+ "showFooterStatistics": false
2487
+ }
2429
2488
  },
2430
2489
  "isMasterDetail": {
2431
2490
  "type": "boolean",
@@ -3175,7 +3234,28 @@
3175
3234
  }
3176
3235
  },
3177
3236
  "description": "嵌套列表的关联表配置",
3178
- "default": "new MasterDetail()"
3237
+ "default": {
3238
+ "datasourceBind": {
3239
+ "dataCode": "",
3240
+ "appId": "",
3241
+ "valueFieldCode": "",
3242
+ "displayBoList": [],
3243
+ "isOpenViewFilters": 0,
3244
+ "keywordMapping": "",
3245
+ "showOrder": true,
3246
+ "svcCode": "",
3247
+ "assignDepartment": {
3248
+ "type": "custom",
3249
+ "value": [],
3250
+ "displayBos": []
3251
+ },
3252
+ "openAssignDepartment": false,
3253
+ "filters": [],
3254
+ "viewFilters": [],
3255
+ "orders": []
3256
+ },
3257
+ "headers": []
3258
+ }
3179
3259
  }
3180
3260
  },
3181
3261
  "required": []
@@ -39,6 +39,21 @@
39
39
  "选择预设布局"
40
40
  ]
41
41
  },
42
+ "gutter": {
43
+ "type": "integer",
44
+ "description": "栅格间隔",
45
+ "default": 0
46
+ },
47
+ "align": {
48
+ "type": "string",
49
+ "description": "交叉轴对齐",
50
+ "default": ""
51
+ },
52
+ "justify": {
53
+ "type": "string",
54
+ "description": "主轴对齐",
55
+ "default": ""
56
+ },
42
57
  "padding": {
43
58
  "type": "object",
44
59
  "properties": {
@@ -56,7 +71,12 @@
56
71
  }
57
72
  },
58
73
  "description": "内边距配置",
59
- "default": "new Padding()"
74
+ "default": {
75
+ "paddingTop": "",
76
+ "paddingRight": "",
77
+ "paddingBottom": "",
78
+ "paddingLeft": ""
79
+ }
60
80
  },
61
81
  "margin": {
62
82
  "type": "object",
@@ -75,7 +95,12 @@
75
95
  }
76
96
  },
77
97
  "description": "外边距配置",
78
- "default": "new Margin()"
98
+ "default": {
99
+ "marginTop": "",
100
+ "marginRight": "",
101
+ "marginBottom": "",
102
+ "marginLeft": ""
103
+ }
79
104
  },
80
105
  "isFull": {
81
106
  "type": "boolean",
@@ -166,7 +166,16 @@
166
166
  }
167
167
  },
168
168
  "description": "步骤条按钮配置",
169
- "default": "new StepButtons()"
169
+ "default": {
170
+ "prev": {
171
+ "icon": "iconleft",
172
+ "label": "上一步"
173
+ },
174
+ "next": {
175
+ "icon": "iconxiangyou",
176
+ "label": "下一步"
177
+ }
178
+ }
170
179
  }
171
180
  },
172
181
  "required": []
@@ -89,7 +89,12 @@
89
89
  }
90
90
  },
91
91
  "description": "设置宽度在移动和pc - 宽度",
92
- "default": "new MetaAutoWidth()"
92
+ "default": {
93
+ "pc": {
94
+ "width": 240,
95
+ "widthType": "auto"
96
+ }
97
+ }
93
98
  },
94
99
  "fixed": {
95
100
  "type": "boolean",
@@ -106,7 +106,12 @@
106
106
  }
107
107
  },
108
108
  "description": "内边距配置",
109
- "default": "{ paddingTop: '', paddingRight: '', paddingBottom: '', ... }"
109
+ "default": {
110
+ "paddingTop": "",
111
+ "paddingRight": "",
112
+ "paddingBottom": "",
113
+ "paddingLeft": ""
114
+ }
110
115
  },
111
116
  "margin": {
112
117
  "type": "object",
@@ -137,7 +142,12 @@
137
142
  }
138
143
  },
139
144
  "description": "外边距配置",
140
- "default": "{ marginTop: '', marginRight: '', marginBottom: '', ... }"
145
+ "default": {
146
+ "marginTop": "",
147
+ "marginRight": "",
148
+ "marginBottom": "",
149
+ "marginLeft": ""
150
+ }
141
151
  },
142
152
  "border": {
143
153
  "type": "object",
@@ -176,7 +186,15 @@
176
186
  }
177
187
  },
178
188
  "description": "边框配置",
179
- "default": "{ borderTop: true, borderBottom: true, borderLeft: true, ... }"
189
+ "default": {
190
+ "borderTop": true,
191
+ "borderBottom": true,
192
+ "borderLeft": true,
193
+ "borderRight": true,
194
+ "borderWidth": 1,
195
+ "borderColor": "",
196
+ "borderType": "solid"
197
+ }
180
198
  },
181
199
  "background": {
182
200
  "type": "object",
@@ -204,7 +222,12 @@
204
222
  }
205
223
  },
206
224
  "description": "背景",
207
- "default": "{ type: 'backgroundColor', backgroundColor: '', backgroundImage: '', ... }"
225
+ "default": {
226
+ "type": "backgroundColor",
227
+ "backgroundColor": "",
228
+ "backgroundImage": "",
229
+ "placementMode": "contain"
230
+ }
208
231
  },
209
232
  "borderRadius": {
210
233
  "type": "object",
@@ -235,7 +258,12 @@
235
258
  }
236
259
  },
237
260
  "description": "圆角配置",
238
- "default": "{ borderTopLeftRadius: '', borderTopRightRadius: '', borderBottomRightRadius: '', ... }"
261
+ "default": {
262
+ "borderTopLeftRadius": "",
263
+ "borderTopRightRadius": "",
264
+ "borderBottomRightRadius": "",
265
+ "borderBottomLeftRadius": ""
266
+ }
239
267
  },
240
268
  "align": {
241
269
  "type": "string",
@@ -274,24 +302,35 @@
274
302
  "innerBorder": {
275
303
  "type": "object",
276
304
  "properties": {
277
- "constructor": {
278
- "type": "object",
279
- "properties": {
280
- "prototype": {},
281
- "arguments": {},
282
- "caller": {
283
- "type": "object"
284
- },
285
- "name": {
286
- "type": "string",
287
- "description": "Returns the name of the function. Function names are read-only and can not be changed."
288
- }
289
- },
290
- "description": "The initial value of Object.prototype.constructor is the standard built-in Object constructor."
305
+ "borderWidth": {
306
+ "type": "integer"
307
+ },
308
+ "borderColor": {
309
+ "type": "string"
310
+ },
311
+ "borderType": {
312
+ "type": "string",
313
+ "enum": [
314
+ "",
315
+ "dotted",
316
+ "solid",
317
+ "dashed"
318
+ ],
319
+ "description": "",
320
+ "enumDescription": [
321
+ "",
322
+ "dotted",
323
+ "solid",
324
+ "dashed"
325
+ ]
291
326
  }
292
327
  },
293
328
  "description": "表格内边框",
294
- "default": "{ borderWidth: 1, borderColor: '', borderType: 'solid' }"
329
+ "default": {
330
+ "borderWidth": 1,
331
+ "borderColor": "",
332
+ "borderType": "solid"
333
+ }
295
334
  }
296
335
  },
297
336
  "required": []
@@ -156,7 +156,12 @@
156
156
  }
157
157
  },
158
158
  "description": "背景",
159
- "default": "{ type: 'backgroundColor', backgroundColor: '', backgroundImage: '', ... }"
159
+ "default": {
160
+ "type": "backgroundColor",
161
+ "backgroundColor": "",
162
+ "backgroundImage": "",
163
+ "placementMode": "contain"
164
+ }
160
165
  },
161
166
  "isLabelCol": {
162
167
  "type": "object",