@kmkf-fe-packages/services-components 2.0.54-beta.24 → 2.0.54-beta.25

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.
@@ -87,10 +87,10 @@ var TrajectoryApiStatus = /*#__PURE__*/_createClass(function TrajectoryApiStatus
87
87
  };
88
88
  });
89
89
  this.name = "接口状态";
90
- this.id = "".concat(options.id, "_trajectoryApiStatus");
90
+ this.id = options.id;
91
91
  this.parentId = "".concat(options.parentId);
92
- this.sortField = "".concat(options.id, "_trajectoryApiStatus");
93
- this.formField = "".concat(options.id, "_trajectoryApiStatus");
92
+ this.sortField = this.id;
93
+ this.formField = this.id;
94
94
  this.type = options.type;
95
95
  this.componentConfig = options.componentConfig;
96
96
  this.rules = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "2.0.54-beta.24",
3
+ "version": "2.0.54-beta.25",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -21,7 +21,7 @@
21
21
  ]
22
22
  },
23
23
  "dependencies": {
24
- "@kmkf-fe-packages/basic-components": "2.0.54-beta.24",
24
+ "@kmkf-fe-packages/basic-components": "2.0.54-beta.25",
25
25
  "@kmkf-fe-packages/kmkf-utils": "2.0.54-beta.24",
26
26
  "b64-to-blob": "^1.2.19",
27
27
  "html2canvas": "^1.4.1",
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "98ee0b2f50364b738a70169c66fdbbb10f2be167",
44
+ "gitHead": "c865d89ab501d436369df9e732c64290fd8d5e13",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }