workflow-editor 0.9.55-dw → 0.9.55

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.55-dw",
3
+ "version": "0.9.55",
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.7.95-dw",
36
+ "imatrix-ui": "2.7.96",
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
@@ -1,5 +1,5 @@
1
1
  import Vue from 'vue'
2
- import locale from '@gcommon/gcommon-ui/lib/locale'
2
+ import locale from 'element-ui/lib/locale'
3
3
  import VueI18n from 'vue-i18n'
4
4
  import en from './langs/en'
5
5
  import cn from './langs/cn'
@@ -427,7 +427,8 @@ const cn = {
427
427
  sendNotificationAfterFlow: '流过后发送通知',
428
428
  autoFillInFieldSettings: '自动填写字段设置',
429
429
  eventProcessing: '事件处理',
430
- triggerFlowThroughEvent: '触发流过事件'
430
+ triggerFlowThroughEvent: '触发流过事件',
431
+ beanName: 'bean名称'
431
432
  },
432
433
  condition: {
433
434
  combinationCondition: '组合条件',
@@ -427,7 +427,8 @@ const en = {
427
427
  sendNotificationAfterFlow: 'Send Notification After Flow',
428
428
  autoFillInFieldSettings: 'Auto Fill In Field Settings',
429
429
  eventProcessing: 'Event Processing',
430
- triggerFlowThroughEvent: 'Trigger Flow Through Event'
430
+ triggerFlowThroughEvent: 'Trigger Flow Through Event',
431
+ beanName: 'Bean Name'
431
432
  },
432
433
  condition: {
433
434
  combinationCondition: 'Combination Condition',