@byteluck-fe/model-driven-engine 5.5.0-1 → 5.5.0-1-beta2

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.
@@ -45,7 +45,7 @@ type EngineProps<T extends keyof LayoutControls = keyof LayoutControls> = {
45
45
  [key: string]: Engine;
46
46
  };
47
47
  };
48
- type EventKeys = 'click' | 'click-finish' | 'wps-open' | 'wps-save' | 'wps-rename' | 'change' | 'schema-change' | 'search' | 'checked' | 'input' | 'focus' | 'blur' | 'list-change' | 'list-splice' | 'list-delete' | 'list-before-insert' | 'list-search' | 'list-mounted' | 'list-actions' | 'engine-mounted' | 'engine-submit' | 'engine-submit-params' | 'engine-submitted' | 'engine-initialized' | 'engine-after-initialized' | string;
48
+ type EventKeys = 'click' | 'click-finish' | 'wps-open' | 'wps-save' | 'wps-rename' | 'change' | 'schema-change' | 'search' | 'checked' | 'input' | 'focus' | 'blur' | 'list-change' | 'list-splice' | 'list-delete' | 'list-before-insert' | 'list-search' | 'list-mounted' | 'list-actions' | 'engine-mounted' | 'engine-submit' | 'engine-submit-params' | 'engine-submitted' | 'engine-initialized' | 'engine-after-initialized' | 'file-actions' | string;
49
49
  declare class Engine extends Watcher<EventKeys> {
50
50
  private store;
51
51
  rawStore: Record<string, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-engine",
3
- "version": "5.5.0-1",
3
+ "version": "5.5.0-1-beta2",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,8 +26,8 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-core": "5.5.0-1",
30
- "@byteluck-fe/model-driven-shared": "5.5.0-1",
29
+ "@byteluck-fe/model-driven-core": "5.5.0-1-beta2",
30
+ "@byteluck-fe/model-driven-shared": "5.5.0-1-beta2",
31
31
  "@types/mathjs": "^9.4.2",
32
32
  "mathjs": "^11.3.3",
33
33
  "postcss": "^8.5.6",
@@ -37,5 +37,5 @@
37
37
  "@types/node": "~18.0.6",
38
38
  "@types/postcss-prefix-selector": "^1.16.3"
39
39
  },
40
- "gitHead": "39c4a91b9c89f399f61799dcacb72bd666631f79"
40
+ "gitHead": "92c9e2ef53a1e9237554ff02f0a0a4fd4338d0a2"
41
41
  }