@byteluck-fe/model-driven-core 2.4.1-beta.2 → 2.4.1-beta.5

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.
@@ -115,7 +115,7 @@ export declare class LeftVariable {
115
115
  constructor(props?: Partial<LeftVariable>);
116
116
  }
117
117
  export declare class RightVariable {
118
- type: 'form' | 'system' | 'custom' | 'page';
118
+ type: 'form' | 'system' | 'custom' | 'gv';
119
119
  value: string[];
120
120
  displayBos: Record<string, unknown>[];
121
121
  constructor(props?: Partial<RightVariable>);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-core",
3
- "version": "2.4.1-beta.2",
3
+ "version": "2.4.1-beta.5",
4
4
  "description": "model engine core",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -30,5 +30,5 @@
30
30
  "async-validator": "3.5.1",
31
31
  "tslib": "^2.1.0"
32
32
  },
33
- "gitHead": "ffd37a6fcca1e6c1706f8fa504f6ca224629d00f"
33
+ "gitHead": "2cf96e75dd33f1eeb26bee1a236247ee3993a1ab"
34
34
  }