@farris/jit-engine 1.3.346 → 1.3.347

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,3 +1,7 @@
1
+ 1.3.347
2
+
3
+ 支持界面规则值类型
4
+
1
5
  1.3.346
2
6
 
3
7
  部分控件增加可见属性支持
@@ -125,7 +125,7 @@ class Binding {
125
125
  this.value = this.path;
126
126
  this.isForm = true;
127
127
  }
128
- else if (this.type == "Expression") {
128
+ else if (this.type == "Expression" || this.type == "FormRule") {
129
129
  this.value = expression_value_generator_1.ExpressionValueGenerator.generate(this.expressionId, this.runningPosition);
130
130
  this.useQuote = this.runningPosition == running_position_enum_1.RunningPositionEnum.card;
131
131
  this.isExpression = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farris/jit-engine",
3
- "version": "1.3.346",
3
+ "version": "1.3.347",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {