cloud-web-corejs 1.0.54-dev.650 → 1.0.54-dev.652

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.
@@ -1,125 +1,126 @@
1
- import Vue from 'vue'
1
+ import Vue from "vue";
2
2
 
3
3
  /**
4
4
  * 格式说明:属性名称==对应属性编辑器的组件名称
5
5
  */
6
6
  const COMMON_PROPERTIES = {
7
7
  //字段
8
- 'name': 'name-editor',
9
- 'keyNameEnabled': "keyNameEnabled-editor",
10
- 'keyName': "keyName-editor",
11
- 'label': 'label-editor',
12
- 'formField': 'formField-editor',
8
+ name: "name-editor",
9
+ keyNameEnabled: "keyNameEnabled-editor",
10
+ keyName: "keyName-editor",
11
+ label: "label-editor",
12
+ formField: "formField-editor",
13
13
  // 'labelAlign': 'labelAlign-editor',
14
- 'type': 'type-editor',
15
- 'buttonTypeFlag': 'button-type-editor',
16
- 'defaultValue': 'defaultValue-editor',
17
- 'placeholder': 'placeholder-editor',
18
- 'startPlaceholder': 'startPlaceholder-editor',
19
- 'endPlaceholder': 'endPlaceholder-editor',
20
- 'widgetWidth': 'widgetWidth-editor',
21
- 'columnWidth': 'columnWidth-editor',
22
- 'size': 'size-editor',
23
- 'space': 'space-editor',
24
- 'showStops': 'showStops-editor',
25
- 'displayStyle': 'displayStyle-editor',
26
- 'buttonStyle': 'buttonStyle-editor',
27
- 'border': 'border-editor',
28
- 'labelWidth': 'labelWidth-editor',
29
- 'labelHidden': 'labelHidden-editor',
30
- 'rows': 'rows-editor',
31
- 'required': 'required-editor',
14
+ type: "type-editor",
15
+ buttonTypeFlag: "button-type-editor",
16
+ defaultValue: "defaultValue-editor",
17
+ placeholder: "placeholder-editor",
18
+ startPlaceholder: "startPlaceholder-editor",
19
+ endPlaceholder: "endPlaceholder-editor",
20
+ widgetWidth: "widgetWidth-editor",
21
+ columnWidth: "columnWidth-editor",
22
+ size: "size-editor",
23
+ space: "space-editor",
24
+ showStops: "showStops-editor",
25
+ displayStyle: "displayStyle-editor",
26
+ buttonStyle: "buttonStyle-editor",
27
+ border: "border-editor",
28
+ labelWidth: "labelWidth-editor",
29
+ labelHidden: "labelHidden-editor",
30
+ rows: "rows-editor",
31
+ required: "required-editor",
32
32
  // 'requiredHint': 'requiredHint-editor',
33
- 'validation': 'validation-editor',
34
- 'validationHint': 'validationHint-editor',
35
- 'readonly': 'readonly-editor',
36
- 'disabled': 'disabled-editor',
37
- 'hidden': 'hidden-editor',
38
- 'clearable': 'clearable-editor',
39
- 'editable': 'editable-editor',
40
- 'showPassword': 'showPassword-editor',
41
- 'textContent': 'textContent-editor',
42
- 'fontSize': 'fontSize-editor',
43
- 'htmlContent': 'htmlContent-editor',
44
- 'format': 'format-editor',
45
- 'valueFormat': 'valueFormat-editor',
46
- 'defaultTime': 'defaultTime-editor',
47
- 'filterable': 'filterable-editor',
48
- 'allowCreate': 'allowCreate-editor',
49
- 'remote': 'remote-editor',
50
- 'automaticDropdown': 'automaticDropdown-editor',
51
- 'checkStrictly': 'checkStrictly-editor',
52
- 'multiple': 'multiple-editor',
53
- 'multipleLimit': 'multipleLimit-editor',
54
- 'contentPosition': 'contentPosition-editor',
33
+ validation: "validation-editor",
34
+ validationHint: "validationHint-editor",
35
+ readonly: "readonly-editor",
36
+ disabled: "disabled-editor",
37
+ hidden: "hidden-editor",
38
+ clearable: "clearable-editor",
39
+ editable: "editable-editor",
40
+ showPassword: "showPassword-editor",
41
+ textContent: "textContent-editor",
42
+ fontSize: "fontSize-editor",
43
+ htmlContent: "htmlContent-editor",
44
+ format: "format-editor",
45
+ valueFormat: "valueFormat-editor",
46
+ defaultTime: "defaultTime-editor",
47
+ filterable: "filterable-editor",
48
+ allowCreate: "allowCreate-editor",
49
+ remote: "remote-editor",
50
+ automaticDropdown: "automaticDropdown-editor",
51
+ checkStrictly: "checkStrictly-editor",
52
+ multiple: "multiple-editor",
53
+ multipleLimit: "multipleLimit-editor",
54
+ contentPosition: "contentPosition-editor",
55
55
  // 'dsEnabled' : 'dsEnabled-editor',//启用数据源,个人
56
56
  // 'dsName' : 'dsName-editor',//指定数据源,个人
57
- 'optionItems': 'optionItems-editor',
58
- 'censusItems': 'censusItems-editor',
59
- 'listItems': 'listItems-editor',
60
- 'uploadURL': 'uploadURL-editor',
61
- 'uploadTip': 'uploadTip-editor',
62
- 'withCredentials': 'withCredentials-editor',
63
- 'multipleSelect': 'multipleSelect-editor',
64
- 'limit': 'limit-editor',
65
- 'fileMaxSize': 'fileMaxSize-editor',
66
- 'fileTypes': 'fileTypes-editor',
67
- 'customClass': 'customClass-editor',
68
- 'styleTitClass': 'styleTitClass-editor',
69
- 'styleTableClass': 'styleTableClass-editor',
70
- 'iconClass': 'iconClass-editor',
71
- 'echartHeight': 'echartHeight-editor',
72
- 'descriptionsItems': 'descriptionsItems-editor',
73
- 'isFullscreen': 'isFullscreen-editor',
74
- 'tabClass': 'tabClass-editor',
75
- 'censusClass': 'censusClass-editor',
57
+ optionItems: "optionItems-editor",
58
+ censusItems: "censusItems-editor",
59
+ listItems: "listItems-editor",
60
+ uploadURL: "uploadURL-editor",
61
+ uploadTip: "uploadTip-editor",
62
+ withCredentials: "withCredentials-editor",
63
+ multipleSelect: "multipleSelect-editor",
64
+ limit: "limit-editor",
65
+ fileMaxSize: "fileMaxSize-editor",
66
+ fileTypes: "fileTypes-editor",
67
+ customClass: "customClass-editor",
68
+ styleTitClass: "styleTitClass-editor",
69
+ styleTableClass: "styleTableClass-editor",
70
+ iconClass: "iconClass-editor",
71
+ echartHeight: "echartHeight-editor",
72
+ descriptionsItems: "descriptionsItems-editor",
73
+ isFullscreen: "isFullscreen-editor",
74
+ tabClass: "tabClass-editor",
75
+ censusClass: "censusClass-editor",
76
76
  // 'scriptUuid': 'script-editor',
77
- 'entityTableCode': 'entityTableCode-editor',
77
+ entityTableCode: "entityTableCode-editor",
78
78
 
79
- 'echarPieOption': 'echart-pie-editor', //饼图
80
- 'echarBarOption': 'echart-bar-editor', //柱状图
81
- 'echarCategoryOption': 'echart-category-editor', //折线图
82
- 'vabSearchName': 'vabSearchName-editor',
83
- 'copyButton': 'copyButton-editor',
84
- "tempStorageFlag": "tempStorage-editor",
85
- 'formatType': 'formatType-editor',
86
- 'preWrap': 'preWrap-editor',
79
+ echarPieOption: "echart-pie-editor", //饼图
80
+ echarBarOption: "echart-bar-editor", //柱状图
81
+ echarCategoryOption: "echart-category-editor", //折线图
82
+ vabSearchName: "vabSearchName-editor",
83
+ copyButton: "copyButton-editor",
84
+ tempStorageFlag: "tempStorage-editor",
85
+ formatType: "formatType-editor",
86
+ preWrap: "preWrap-editor",
87
+ customUploadConfig: "customUploadConfig-editor",
87
88
 
88
89
  //容器
89
- 'showBlankRow': 'showBlankRow-editor',
90
- 'showRowNumber': 'showRowNumber-editor',
91
- 'cellWidth': 'cellWidth-editor',
92
- 'cellHeight': 'cellHeight-editor',
93
- 'colHeight': 'colHeight-editor',
94
- 'gutter': 'gutter-editor',
95
- 'responsive': 'responsive-editor',
96
- 'span': 'span-editor',
97
- 'offset': 'offset-editor',
98
- 'push': 'push-editor',
99
- 'pull': 'pull-editor',
100
- 'height': 'height-editor',
101
- 'detailContainer': 'detail-editor',
102
- 'detailPaneContainer': 'detail-pane-editor',
103
- 'vabSearchField': 'vabSearchField-editor',
104
- 'fullWidth': 'table-fullWidth-editor',
105
- 'dataTable': 'data-table-editor',
106
- 'accessUrl': 'accessUrl-editor',
107
- 'formulaEnabled': "formulaEnabled-editor",
108
- 'formula': "formula-editor",
109
- 'showText': "showText-editor",
110
- 'detailH5Container': 'detail-h5-editor',
111
- 'h5Card': 'h5-card-editor',
112
- 'listH5': 'list-h5-editor',
113
- 'formScriptEnabled': 'formScriptEnabled-editor',
114
- 'textFlag': 'textFlag-editor',
115
- 'showRuleFlag': 'showRuleFlag-editor',
116
- 'widgetShowRuleFlag': 'widgetShowRuleFlag-editor',
90
+ showBlankRow: "showBlankRow-editor",
91
+ showRowNumber: "showRowNumber-editor",
92
+ cellWidth: "cellWidth-editor",
93
+ cellHeight: "cellHeight-editor",
94
+ colHeight: "colHeight-editor",
95
+ gutter: "gutter-editor",
96
+ responsive: "responsive-editor",
97
+ span: "span-editor",
98
+ offset: "offset-editor",
99
+ push: "push-editor",
100
+ pull: "pull-editor",
101
+ height: "height-editor",
102
+ detailContainer: "detail-editor",
103
+ detailPaneContainer: "detail-pane-editor",
104
+ vabSearchField: "vabSearchField-editor",
105
+ fullWidth: "table-fullWidth-editor",
106
+ dataTable: "data-table-editor",
107
+ accessUrl: "accessUrl-editor",
108
+ formulaEnabled: "formulaEnabled-editor",
109
+ formula: "formula-editor",
110
+ showText: "showText-editor",
111
+ detailH5Container: "detail-h5-editor",
112
+ h5Card: "h5-card-editor",
113
+ listH5: "list-h5-editor",
114
+ formScriptEnabled: "formScriptEnabled-editor",
115
+ textFlag: "textFlag-editor",
116
+ showRuleFlag: "showRuleFlag-editor",
117
+ widgetShowRuleFlag: "widgetShowRuleFlag-editor",
117
118
 
118
- 'dropdownFlag': 'dropdownFlag-editor',
119
+ dropdownFlag: "dropdownFlag-editor",
119
120
  // 'dropdownItemFlag': 'dropdown-item-editor',
120
121
 
121
- 'oplogFlag': 'oplogFlag-editor',
122
- 'ganttConfig': 'gantt-editor',
122
+ oplogFlag: "oplogFlag-editor",
123
+ ganttConfig: "gantt-editor",
123
124
 
124
125
  //弹框
125
126
  title: "title-editor",
@@ -162,86 +163,84 @@ const COMMON_PROPERTIES = {
162
163
  clickBindEvent: "clickBindEvent-editor",
163
164
  vabUpload: "field-vabUpload-editor",
164
165
  vabUpload2Flag: "field-vabUpload2-editor",
165
- "submitFlag": "submitFlag-editor",
166
- "aLinkFlag": "a-link-editor",
167
- "aTextFlag": "a-text-editor",
168
- "tagFormCode": "project-tag-editor",
169
- "autoValueEnabled": "autoValueEnabled-editor",
166
+ submitFlag: "submitFlag-editor",
167
+ aLinkFlag: "a-link-editor",
168
+ aTextFlag: "a-text-editor",
169
+ tagFormCode: "project-tag-editor",
170
+ autoValueEnabled: "autoValueEnabled-editor",
170
171
  // "commonAttributeEnabled": "commonAttributeEnabled-editor"
171
- "colorClass": "colorClass-editor",
172
- "downloadButtonFlag": "downloadButtonFlag-editor"
173
- }
172
+ colorClass: "colorClass-editor",
173
+ downloadButtonFlag: "downloadButtonFlag-editor",
174
+ };
174
175
 
175
176
  const ADVANCED_PROPERTIES = {
176
- 'min': 'min-editor',
177
- 'max': 'max-editor',
178
- 'precision': 'precision-editor',
179
- 'step': 'step-editor',
180
- 'showbutton': 'showbutton-editor',
181
- 'controlsPosition': 'controlsPosition-editor',
182
- 'minLength': 'minLength-editor',
183
- 'maxLength': 'maxLength-editor',
177
+ min: "min-editor",
178
+ max: "max-editor",
179
+ precision: "precision-editor",
180
+ step: "step-editor",
181
+ showbutton: "showbutton-editor",
182
+ controlsPosition: "controlsPosition-editor",
183
+ minLength: "minLength-editor",
184
+ maxLength: "maxLength-editor",
184
185
  // 'showWordLimit': 'showWordLimit-editor',
185
- 'prefixIcon': 'prefixIcon-editor',
186
- 'suffixIcon': 'suffixIcon-editor',
187
- 'switchWidth': 'switchWidth-editor',
188
- 'activeText': 'activeText-editor',
189
- 'inactiveText': 'inactiveText-editor',
190
- 'labelColor': 'labelColor-editor',
191
- 'activeColor': 'activeColor-editor',
192
- 'inactiveColor': 'inactiveColor-editor',
193
- 'lowThreshold': 'lowThreshold-editor',
194
- 'highThreshold': 'highThreshold-editor',
195
- 'allowHalf': 'allowHalf-editor',
196
- 'showText': 'showText-editor',
197
- 'showScore': 'showScore-editor',
198
- 'range': 'range-editor',
199
- 'vertical': 'vertical-editor',
200
- 'plain': 'plain-editor',
201
- 'round': 'round-editor',
202
- 'circle': 'circle-editor',
203
- 'icon': 'icon-editor',
204
- // 'labelIconClass': 'labelIconClass-editor',
205
- // 'labelIconPosition': 'labelIconPosition-editor',
206
- // 'labelTooltip': 'labelTooltip-editor',
186
+ prefixIcon: "prefixIcon-editor",
187
+ suffixIcon: "suffixIcon-editor",
188
+ switchWidth: "switchWidth-editor",
189
+ activeText: "activeText-editor",
190
+ inactiveText: "inactiveText-editor",
191
+ labelColor: "labelColor-editor",
192
+ activeColor: "activeColor-editor",
193
+ inactiveColor: "inactiveColor-editor",
194
+ lowThreshold: "lowThreshold-editor",
195
+ highThreshold: "highThreshold-editor",
196
+ allowHalf: "allowHalf-editor",
197
+ showText: "showText-editor",
198
+ showScore: "showScore-editor",
199
+ range: "range-editor",
200
+ vertical: "vertical-editor",
201
+ plain: "plain-editor",
202
+ round: "round-editor",
203
+ circle: "circle-editor",
204
+ icon: "icon-editor",
205
+ labelIconClass: "labelIconClass-editor",
206
+ labelIconPosition: "labelIconPosition-editor",
207
+ labelTooltip: "labelTooltip-editor",
207
208
  // 'appendButton': 'appendButton-editor',
208
209
  // 'appendButtonDisabled': 'appendButtonDisabled-editor',
209
210
  // 'buttonIcon': 'buttonIcon-editor',
210
-
211
-
212
- }
211
+ };
213
212
 
214
213
  //流程属性
215
214
  const WF_PROPERTIES = {
216
- 'wfFlag': 'wfFlag-editor'
217
- }
215
+ wfFlag: "wfFlag-editor",
216
+ };
218
217
 
219
218
  const EVENT_PROPERTIES = {
220
219
  //字段
221
- 'onCreatedEnter': 'onCreatedEnter-editor',
222
- 'onCreated': 'onCreated-editor',
223
- 'onMounted': 'onMounted-editor',
224
- 'onClick': 'onClick-editor',
225
- 'onInput': 'onInput-editor',
226
- 'onChange': 'onChange-editor',
227
- 'onFocus': 'onFocus-editor',
228
- 'onBlur': 'onBlur-editor',
229
- 'onRemoteQuery': 'onRemoteQuery-editor',
230
- 'onBeforeUpload': 'onBeforeUpload-editor',
231
- 'onUploadSuccess': 'onUploadSuccess-editor',
232
- 'onUploadError': 'onUploadError-editor',
233
- 'onFileRemove': 'onFileRemove-editor',
234
- 'onValidate': 'onValidate-editor',
235
- 'onAppendButtonClick': 'onAppendButtonClick-editor',
236
- 'onSearchConfirm': 'onSearchConfirm-editor',
237
- 'onSearchClear': 'onSearchClear-editor',
238
- 'onAfterConfirmFile': 'onAfterConfirmFile-editor',
220
+ onCreatedEnter: "onCreatedEnter-editor",
221
+ onCreated: "onCreated-editor",
222
+ onMounted: "onMounted-editor",
223
+ onClick: "onClick-editor",
224
+ onInput: "onInput-editor",
225
+ onChange: "onChange-editor",
226
+ onFocus: "onFocus-editor",
227
+ onBlur: "onBlur-editor",
228
+ onRemoteQuery: "onRemoteQuery-editor",
229
+ onBeforeUpload: "onBeforeUpload-editor",
230
+ onUploadSuccess: "onUploadSuccess-editor",
231
+ onUploadError: "onUploadError-editor",
232
+ onFileRemove: "onFileRemove-editor",
233
+ onValidate: "onValidate-editor",
234
+ onAppendButtonClick: "onAppendButtonClick-editor",
235
+ onSearchConfirm: "onSearchConfirm-editor",
236
+ onSearchClear: "onSearchClear-editor",
237
+ onAfterConfirmFile: "onAfterConfirmFile-editor",
239
238
 
240
239
  //容器
241
- 'onSubFormRowAdd': 'onSubFormRowAdd-editor',
242
- 'onSubFormRowInsert': 'onSubFormRowInsert-editor',
243
- 'onSubFormRowDelete': 'onSubFormRowDelete-editor',
244
- 'onSubFormRowChange': 'onSubFormRowChange-editor',
240
+ onSubFormRowAdd: "onSubFormRowAdd-editor",
241
+ onSubFormRowInsert: "onSubFormRowInsert-editor",
242
+ onSubFormRowDelete: "onSubFormRowDelete-editor",
243
+ onSubFormRowChange: "onSubFormRowChange-editor",
245
244
 
246
245
  onOkButtonClick: "onOkButtonClick-editor",
247
246
  onCancelButtonClick: "onCancelButtonClick-editor",
@@ -249,11 +248,11 @@ const EVENT_PROPERTIES = {
249
248
  onDialogBeforeClose: "onDialogBeforeClose-editor",
250
249
 
251
250
  //vxe-table事件
252
- 'onCellDblclick': 'onCellDblclick-editor',
253
- 'onCheckboxAll': 'onCheckboxAll-editor',
254
- 'onCheckboxChange': 'onCheckboxChange-editor',
255
- 'onSearchTable': 'onSearchTable-editor',
256
- 'onResetTable': 'onResetTable-editor',
251
+ onCellDblclick: "onCellDblclick-editor",
252
+ onCheckboxAll: "onCheckboxAll-editor",
253
+ onCheckboxChange: "onCheckboxChange-editor",
254
+ onSearchTable: "onSearchTable-editor",
255
+ onResetTable: "onResetTable-editor",
257
256
 
258
257
  //tree事件
259
258
  onNodeClick: "onNodeClick-editor",
@@ -262,9 +261,8 @@ const EVENT_PROPERTIES = {
262
261
  onCheckChange: "onCheckChange-editor",
263
262
  onLoadNode: "onLoadNode-editor",
264
263
  //tree-pane事件
265
- onTreeLabelClick: "onTreeLabelClick-editor"
266
-
267
- }
264
+ onTreeLabelClick: "onTreeLabelClick-editor",
265
+ };
268
266
 
269
267
  /**
270
268
  * 注册组件常见属性
@@ -273,7 +271,7 @@ const EVENT_PROPERTIES = {
273
271
  * @param propEditorName 对应属性编辑器的组件名称
274
272
  */
275
273
  export function registerCommonProperty(uniquePropName, propEditorName) {
276
- COMMON_PROPERTIES[uniquePropName] = propEditorName
274
+ COMMON_PROPERTIES[uniquePropName] = propEditorName;
277
275
  }
278
276
 
279
277
  /**
@@ -283,7 +281,7 @@ export function registerCommonProperty(uniquePropName, propEditorName) {
283
281
  * @param propEditorName 对应属性编辑器的组件名称
284
282
  */
285
283
  export function registerAdvancedProperty(uniquePropName, propEditorName) {
286
- ADVANCED_PROPERTIES[uniquePropName] = propEditorName
284
+ ADVANCED_PROPERTIES[uniquePropName] = propEditorName;
287
285
  }
288
286
 
289
287
  /**
@@ -293,7 +291,7 @@ export function registerAdvancedProperty(uniquePropName, propEditorName) {
293
291
  * @param propEditorName 对应属性编辑器的组件名称
294
292
  */
295
293
  export function registerEventProperty(uniquePropName, propEditorName) {
296
- EVENT_PROPERTIES[uniquePropName] = propEditorName
294
+ EVENT_PROPERTIES[uniquePropName] = propEditorName;
297
295
  }
298
296
 
299
297
  /**
@@ -301,8 +299,11 @@ export function registerEventProperty(uniquePropName, propEditorName) {
301
299
  * @param uniquePropName 属性名称(保证名称唯一,不跟其他组件属性冲突)
302
300
  */
303
301
  export function propertyRegistered(uniquePropName) {
304
- return !!COMMON_PROPERTIES[uniquePropName] || !!ADVANCED_PROPERTIES[uniquePropName] || !!EVENT_PROPERTIES[
305
- uniquePropName]
302
+ return (
303
+ !!COMMON_PROPERTIES[uniquePropName] ||
304
+ !!ADVANCED_PROPERTIES[uniquePropName] ||
305
+ !!EVENT_PROPERTIES[uniquePropName]
306
+ );
306
307
  }
307
308
 
308
309
  /**
@@ -311,9 +312,13 @@ export function propertyRegistered(uniquePropName) {
311
312
  * @param propEditorName
312
313
  * @param editorComponent
313
314
  */
314
- export function registerCPEditor(uniquePropName, propEditorName, editorComponent) {
315
- Vue.component(propEditorName, editorComponent)
316
- registerCommonProperty(uniquePropName, propEditorName)
315
+ export function registerCPEditor(
316
+ uniquePropName,
317
+ propEditorName,
318
+ editorComponent
319
+ ) {
320
+ Vue.component(propEditorName, editorComponent);
321
+ registerCommonProperty(uniquePropName, propEditorName);
317
322
  }
318
323
 
319
324
  /**
@@ -322,9 +327,13 @@ export function registerCPEditor(uniquePropName, propEditorName, editorComponent
322
327
  * @param propEditorName
323
328
  * @param editorComponent
324
329
  */
325
- export function registerAPEditor(uniquePropName, propEditorName, editorComponent) {
326
- Vue.component(propEditorName, editorComponent)
327
- registerAdvancedProperty(uniquePropName, propEditorName)
330
+ export function registerAPEditor(
331
+ uniquePropName,
332
+ propEditorName,
333
+ editorComponent
334
+ ) {
335
+ Vue.component(propEditorName, editorComponent);
336
+ registerAdvancedProperty(uniquePropName, propEditorName);
328
337
  }
329
338
 
330
339
  /**
@@ -333,14 +342,18 @@ export function registerAPEditor(uniquePropName, propEditorName, editorComponent
333
342
  * @param propEditorName
334
343
  * @param editorComponent
335
344
  */
336
- export function registerEPEditor(uniquePropName, propEditorName, editorComponent) {
337
- Vue.component(propEditorName, editorComponent)
338
- registerEventProperty(uniquePropName, propEditorName)
345
+ export function registerEPEditor(
346
+ uniquePropName,
347
+ propEditorName,
348
+ editorComponent
349
+ ) {
350
+ Vue.component(propEditorName, editorComponent);
351
+ registerEventProperty(uniquePropName, propEditorName);
339
352
  }
340
353
 
341
354
  export default {
342
355
  COMMON_PROPERTIES,
343
356
  ADVANCED_PROPERTIES,
344
357
  EVENT_PROPERTIES,
345
- WF_PROPERTIES
346
- }
358
+ WF_PROPERTIES,
359
+ };