@farris/jit-engine 1.3.327 → 1.3.329

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- 1.3.327
1
+ 1.3.329
2
2
 
3
3
  附件分片上传、多语输入框问题修复
4
4
 
@@ -1 +1 @@
1
- wf-approval-logs(id=variable.replacedId '[ProcInstId]'=variable.procInstId?""+variable.procInstId:undefined '[Style]'=variable.displayType?""+variable.displayType:undefined)
1
+ wf-approval-logs(id=variable.replacedId '[ProcInstId]'=variable.procInstId?""+variable.procInstId:undefined '[Style]'=variable.displayType?"'"+variable.displayType+"'":undefined)
@@ -91,7 +91,7 @@ class ToolbarCollector extends abstract_component_parameter_collector_1.Abstract
91
91
  disableControlledByRules: element.disableControlledByRules
92
92
  };
93
93
  states[barItemConfig.id] = toolhepler_1.ToolHelper.isNullOrUndefinedOrEmpty(barItemConfig.disable.value) ? 'false' : barItemConfig.disable.value;
94
- visibleState[barItemConfig.id] = toolhepler_1.ToolHelper.isNullOrUndefinedOrEmpty(barItemConfig.visible.value) ? 'true' : barItemConfig.disable.value;
94
+ visibleState[barItemConfig.id] = toolhepler_1.ToolHelper.isNullOrUndefinedOrEmpty(barItemConfig.visible.value) ? 'true' : barItemConfig.visible.value;
95
95
  if (element.items && element.items.length) {
96
96
  this.collectToolbarItems(element, toolbarItem.children, events, states, visibleState, i18nResourceKeyPrefix, externalComponentNameSpace, viewModel);
97
97
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farris/jit-engine",
3
- "version": "1.3.327",
3
+ "version": "1.3.329",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {