@byteluck-fe/model-driven-core-all 2.1.0-sourcemap.4 → 2.2.1-test.2

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.
@@ -14,7 +14,9 @@ export declare function getHackerControl(comid: string, type: 'runtime' | 'desig
14
14
  template: string;
15
15
  };
16
16
  Settings: {
17
- template: string;
17
+ error: {
18
+ template: string;
19
+ };
18
20
  };
19
21
  };
20
22
  upgrade: (schema: any) => any;
@@ -16,7 +16,7 @@ export type CustomComponentBox = {
16
16
  isLoaded: boolean;
17
17
  control: ExportedControl;
18
18
  };
19
- export declare function registerCustomControls(components: CustomComponentDefinition[], refLibs: Record<string, any>, payload: {
19
+ export declare function registerCustomControls(componentList: string[], components: CustomComponentDefinition[], refLibs: Record<string, any>, payload: {
20
20
  type: 'runtime' | 'designer';
21
21
  tipMessage: string;
22
22
  }): Promise<Map<string, CustomComponentBox>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-core-all",
3
- "version": "2.1.0-sourcemap.4",
3
+ "version": "2.2.1-test.2",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -14,6 +14,10 @@
14
14
  "dist",
15
15
  "types"
16
16
  ],
17
+ "publishConfig": {
18
+ "registry": "https://registry.npmjs.org/",
19
+ "access": "public"
20
+ },
17
21
  "scripts": {
18
22
  "compiler": "tsc --emitDeclarationOnly && swc src -d dist/esm -C jsc.target=es5 -D",
19
23
  "cleanup": "rimraf ./dist",
@@ -22,10 +26,10 @@
22
26
  "postpublish": "node ../../scripts/postpublish.js"
23
27
  },
24
28
  "dependencies": {
25
- "@byteluck-fe/model-driven-controls": "2.1.0-sourcemap.4",
26
- "@byteluck-fe/model-driven-core": "2.1.0-sourcemap.4",
27
- "@byteluck-fe/model-driven-shared": "2.0.9",
28
- "@byteluck-fe/model-driven-upgrade": "2.1.0-sourcemap.4"
29
+ "@byteluck-fe/model-driven-controls": "2.2.1-test.2",
30
+ "@byteluck-fe/model-driven-core": "2.2.1-test.2",
31
+ "@byteluck-fe/model-driven-shared": "2.2.1-test.2",
32
+ "@byteluck-fe/model-driven-upgrade": "2.2.1-test.2"
29
33
  },
30
- "gitHead": "255c3e58e310854a03a1e7ce6c5eeb21420410d0"
34
+ "gitHead": "3e5d1c6487517efc6944e6b42039ecadc961c88e"
31
35
  }