@byteluck-fe/model-driven-engine 2.4.1-beta.7 → 2.4.1-beta.8

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.
@@ -35,7 +35,6 @@ declare class Store {
35
35
  state: StatesType;
36
36
  dataBindMapping: dataBindMappingType;
37
37
  controlIdMapping: controlIdMappingType;
38
- readonly defaultState: StatesType;
39
38
  constructor(props: StoreProps);
40
39
  /**
41
40
  * 使用该方法仅改变数据,不会表单触发事件。明细表可全量赋值也可根据rowIndex进行单独设置
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-engine",
3
- "version": "2.4.1-beta.7",
3
+ "version": "2.4.1-beta.8",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,7 +26,7 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-core": "2.4.1-beta.6",
29
+ "@byteluck-fe/model-driven-core": "2.4.1-beta.5",
30
30
  "@byteluck-fe/model-driven-shared": "2.3.1",
31
31
  "@types/mathjs": "^9.4.2",
32
32
  "mathjs": "^11.3.3"
@@ -34,5 +34,5 @@
34
34
  "devDependencies": {
35
35
  "@types/node": "~18.0.6"
36
36
  },
37
- "gitHead": "db8590649d41be15267bfd5d6a6921fd11928810"
37
+ "gitHead": "3be5a08a9085cef1f0c499eeff745711b6cfcaaa"
38
38
  }