@byteluck-fe/model-driven-engine 7.0.0-props.9 → 7.0.0-props.99

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' | 'file-actions' | 'tree-search' | string;
48
+ type EventKeys = 'click' | 'click-finish' | 'wps-open' | 'wps-save' | 'wps-rename' | 'change' | 'schema-change' | 'search' | 'checked' | 'input' | 'focus' | 'blur' | 'list-change' | 'chart-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' | 'tree-search' | string;
49
49
  declare class Engine extends Watcher<EventKeys> {
50
50
  private store;
51
51
  rawStore: Record<string, any>;
@@ -176,7 +176,7 @@ declare class Engine extends Watcher<EventKeys> {
176
176
  * @param fieldCode 字段code
177
177
  */
178
178
  getFieldInstance(dataCode: string, fieldCode: string, rowIndex?: number): RuntimeControl | undefined;
179
- setFieldInstance(dataCode: string, fieldCode: string, props: string, value: unknown, rowIndex?: number): Readonly<RuntimeControl> | undefined;
179
+ setFieldInstance(dataCode: string, fieldCode: string, props: string, value: unknown, rowIndex?: number): RuntimeControl | undefined;
180
180
  getDataBindMapping(): dataBindMappingType;
181
181
  getDataBindMapping(dataCode: string): DataBindMappingTypeItem | undefined;
182
182
  getDataBindMapping(dataCode: string, fieldCode: string): DataBindMappingFieldItem | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-engine",
3
- "version": "7.0.0-props.9",
3
+ "version": "7.0.0-props.99",
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": "7.0.0-props.9",
30
- "@byteluck-fe/model-driven-shared": "7.0.0-props.8",
29
+ "@byteluck-fe/model-driven-core": "7.0.0-props.99",
30
+ "@byteluck-fe/model-driven-shared": "7.0.0-props.99",
31
31
  "@types/mathjs": "^9.4.2",
32
32
  "mathjs": "^11.3.3",
33
33
  "postcss": "^8.5.6",
@@ -38,5 +38,5 @@
38
38
  "@types/postcss-prefix-selector": "^1.16.3",
39
39
  "postcss-nested": "^7.0.2"
40
40
  },
41
- "gitHead": "27974e324af69f8a5b3e4781bf1b9f3e18202f00"
41
+ "gitHead": "b0de0a9e75c82a9405160c1db2a67887b4a23986"
42
42
  }