@farris/jit-engine 1.3.361 → 1.3.362

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,6 +1,10 @@
1
+ 1.3.362
2
+
3
+ 低零支持设置界面规则
4
+
1
5
  1.3.361
2
6
 
3
- 去除冗余文件
7
+ 修复移动路由报错问题
4
8
 
5
9
  1.3.352
6
10
 
@@ -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.361",
3
+ "version": "1.3.362",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {