efaas-flow-design 1.0.6 → 1.0.7

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.
@@ -13905,7 +13905,8 @@ __webpack_require__.d(__webpack_exports__, {
13905
13905
  BasicInfo: function() { return /* reexport */ packages_BasicInfo; },
13906
13906
  FlowDesign: function() { return /* reexport */ packages_FlowDesign; },
13907
13907
  "default": function() { return /* binding */ entry_lib; },
13908
- flowStore: function() { return /* reexport */ flowStore; }
13908
+ flowStore: function() { return /* reexport */ flowStore; },
13909
+ i18n: function() { return /* reexport */ packages_i18n; }
13909
13910
  });
13910
13911
 
13911
13912
  // NAMESPACE OBJECT: ./node_modules/axios/lib/platform/common/utils.js
@@ -46435,7 +46436,7 @@ var en_GB_localeValues = {
46435
46436
  form: '表单',
46436
46437
  edit: '编辑',
46437
46438
  readonly: '只读',
46438
- hide: '隐藏',
46439
+ hidden: '隐藏',
46439
46440
  approvalNode: '审批节点',
46440
46441
  branchNode: '分支节点',
46441
46442
  parallelNode: '并行节点',
@@ -46454,7 +46455,7 @@ var en_GB_localeValues = {
46454
46455
  approver: '审批人',
46455
46456
  settingNode: '设置此节点',
46456
46457
  handler: '办理人',
46457
- superior: '直属上级',
46458
+ superior: '上级',
46458
46459
  member: '指定成员',
46459
46460
  prompt: '提示:',
46460
46461
  approvalDesc: '若审批人离职,会自动转交给审批人的上级代为处理',
@@ -46494,7 +46495,7 @@ var en_GB_localeValues = {
46494
46495
  settingNode: 'Setting',
46495
46496
  handler: 'Handler',
46496
46497
  superior: 'Superior',
46497
- member: 'Member',
46498
+ member: 'Specified Member',
46498
46499
  prompt: 'Prompt:',
46499
46500
  approvalDesc: 'If the approver resigns, it will be automatically handed over to the approver superior for handling on their behalf',
46500
46501
  approvalSet: 'Approval Set',
@@ -46572,6 +46573,7 @@ if (typeof window !== 'undefined' && window.Vue) {
46572
46573
  const packages_BasicInfo = BasicInfo;
46573
46574
  const packages_FlowDesign = FlowDesign;
46574
46575
  const flowStore = store;
46576
+ const packages_i18n = locales;
46575
46577
  ;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
46576
46578
 
46577
46579
 
@@ -13923,7 +13923,8 @@ __webpack_require__.d(__webpack_exports__, {
13923
13923
  BasicInfo: function() { return /* reexport */ packages_BasicInfo; },
13924
13924
  FlowDesign: function() { return /* reexport */ packages_FlowDesign; },
13925
13925
  "default": function() { return /* binding */ entry_lib; },
13926
- flowStore: function() { return /* reexport */ flowStore; }
13926
+ flowStore: function() { return /* reexport */ flowStore; },
13927
+ i18n: function() { return /* reexport */ packages_i18n; }
13927
13928
  });
13928
13929
 
13929
13930
  // NAMESPACE OBJECT: ./node_modules/axios/lib/platform/common/utils.js
@@ -46453,7 +46454,7 @@ var en_GB_localeValues = {
46453
46454
  form: '表单',
46454
46455
  edit: '编辑',
46455
46456
  readonly: '只读',
46456
- hide: '隐藏',
46457
+ hidden: '隐藏',
46457
46458
  approvalNode: '审批节点',
46458
46459
  branchNode: '分支节点',
46459
46460
  parallelNode: '并行节点',
@@ -46472,7 +46473,7 @@ var en_GB_localeValues = {
46472
46473
  approver: '审批人',
46473
46474
  settingNode: '设置此节点',
46474
46475
  handler: '办理人',
46475
- superior: '直属上级',
46476
+ superior: '上级',
46476
46477
  member: '指定成员',
46477
46478
  prompt: '提示:',
46478
46479
  approvalDesc: '若审批人离职,会自动转交给审批人的上级代为处理',
@@ -46512,7 +46513,7 @@ var en_GB_localeValues = {
46512
46513
  settingNode: 'Setting',
46513
46514
  handler: 'Handler',
46514
46515
  superior: 'Superior',
46515
- member: 'Member',
46516
+ member: 'Specified Member',
46516
46517
  prompt: 'Prompt:',
46517
46518
  approvalDesc: 'If the approver resigns, it will be automatically handed over to the approver superior for handling on their behalf',
46518
46519
  approvalSet: 'Approval Set',
@@ -46590,6 +46591,7 @@ if (typeof window !== 'undefined' && window.Vue) {
46590
46591
  const packages_BasicInfo = BasicInfo;
46591
46592
  const packages_FlowDesign = FlowDesign;
46592
46593
  const flowStore = store;
46594
+ const packages_i18n = locales;
46593
46595
  ;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
46594
46596
 
46595
46597