workflow-editor 0.9.65-dw → 0.9.65
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workflow-editor",
|
|
3
|
-
"version": "0.9.65
|
|
3
|
+
"version": "0.9.65",
|
|
4
4
|
"description": "流程编辑器",
|
|
5
5
|
"main": "lib/workflow-editor.umd.min.js",
|
|
6
6
|
"private": false,
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"element-ui": "2.15.3",
|
|
34
34
|
"eslint": "5.16.0",
|
|
35
35
|
"eslint-plugin-vue": "5.2.2",
|
|
36
|
-
"imatrix-ui": "2.8.
|
|
36
|
+
"imatrix-ui": "2.8.15",
|
|
37
37
|
"node-sass": "4.12.0",
|
|
38
38
|
"nprogress": "^0.2.0",
|
|
39
39
|
"sass-loader": "^7.1.0",
|
package/src/i18n/i18n.js
CHANGED
package/src/i18n/langs/cn.js
CHANGED
|
@@ -37,6 +37,7 @@ const cn = {
|
|
|
37
37
|
requiredAndMustBeDecimal: '必填且必须为小数',
|
|
38
38
|
mustFill: '必填',
|
|
39
39
|
recordLine: '第{row}行记录',
|
|
40
|
+
pageRecordLine: '第{pageNum}页第{row}行记录',
|
|
40
41
|
currentHandlingPersonnel: '当前办理人员',
|
|
41
42
|
pleaseSelect: '请选择',
|
|
42
43
|
pleaseSelectARow: '请选中一行',
|
|
@@ -311,7 +312,8 @@ const cn = {
|
|
|
311
312
|
getSubprocessEntityBeanInfo: '该bean需要实现接口tech.imatrix.wf.core.OnStartingSubProcess',
|
|
312
313
|
isNull: '等于Null',
|
|
313
314
|
isNotNull: '不等于Null',
|
|
314
|
-
defaultMailTemplate: '默认邮件模板'
|
|
315
|
+
defaultMailTemplate: '默认邮件模板',
|
|
316
|
+
trustTask: '委托任务'
|
|
315
317
|
},
|
|
316
318
|
// 环节属性
|
|
317
319
|
task: {
|
|
@@ -427,7 +429,8 @@ const cn = {
|
|
|
427
429
|
sendNotificationAfterFlow: '流过后发送通知',
|
|
428
430
|
autoFillInFieldSettings: '自动填写字段设置',
|
|
429
431
|
eventProcessing: '事件处理',
|
|
430
|
-
triggerFlowThroughEvent: '触发流过事件'
|
|
432
|
+
triggerFlowThroughEvent: '触发流过事件',
|
|
433
|
+
beanName: 'bean名称'
|
|
431
434
|
},
|
|
432
435
|
condition: {
|
|
433
436
|
combinationCondition: '组合条件',
|
package/src/i18n/langs/en.js
CHANGED
|
@@ -37,6 +37,7 @@ const en = {
|
|
|
37
37
|
requiredAndMustBeDecimal: 'Required And Must Be Decimal',
|
|
38
38
|
mustFill: 'Must Fill',
|
|
39
39
|
recordLine: 'Record Line {row}',
|
|
40
|
+
pageRecordLine: 'Record in row {row} of page {pageNum}',
|
|
40
41
|
currentHandlingPersonnel: 'Current Handling Personnel',
|
|
41
42
|
pleaseSelect: 'Please Select',
|
|
42
43
|
pleaseSelectARow: 'Please Select A Row',
|
|
@@ -311,7 +312,8 @@ const en = {
|
|
|
311
312
|
getSubprocessEntityBeanInfo: 'The bean needs to implement the interface "tech.imatrix.wf.core.OnStartingSubProcess"',
|
|
312
313
|
isNull: 'Is Null',
|
|
313
314
|
isNotNull: 'Is Not Null',
|
|
314
|
-
defaultMailTemplate: 'Default Mail Template'
|
|
315
|
+
defaultMailTemplate: 'Default Mail Template',
|
|
316
|
+
trustTask: 'Trust Task'
|
|
315
317
|
},
|
|
316
318
|
// 环节属性
|
|
317
319
|
task: {
|
|
@@ -427,7 +429,8 @@ const en = {
|
|
|
427
429
|
sendNotificationAfterFlow: 'Send Notification After Flow',
|
|
428
430
|
autoFillInFieldSettings: 'Auto Fill In Field Settings',
|
|
429
431
|
eventProcessing: 'Event Processing',
|
|
430
|
-
triggerFlowThroughEvent: 'Trigger Flow Through Event'
|
|
432
|
+
triggerFlowThroughEvent: 'Trigger Flow Through Event',
|
|
433
|
+
beanName: 'Bean Name'
|
|
431
434
|
},
|
|
432
435
|
condition: {
|
|
433
436
|
combinationCondition: 'Combination Condition',
|