@kmkf-fe-packages/kmkf-utils 0.5.2-alpha.5 → 0.5.2-alpha.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.
@@ -43,7 +43,10 @@ export default class PlatData {
43
43
  * 获取平台选择列表
44
44
  * @returns
45
45
  */
46
- getPlatSelectList: () => any;
46
+ getPlatSelectList: () => {
47
+ label: string;
48
+ value: string;
49
+ }[];
47
50
  static getInstance(): PlatData;
48
51
  }
49
52
  export declare type PlatDataClass = PlatData;
@@ -55,7 +55,7 @@ var PlatData = /*#__PURE__*/function () {
55
55
  return _this.platMap;
56
56
  });
57
57
  _defineProperty(this, "getPlatSelectList", function () {
58
- return _this.getPlatSelectList;
58
+ return _this.platSelectList;
59
59
  });
60
60
  this.platTypeList = [];
61
61
  this.platMap = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "0.5.2-alpha.5",
3
+ "version": "0.5.2-alpha.8",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -30,5 +30,5 @@
30
30
  "gitHooks": {
31
31
  "pre-commit": "lint-staged"
32
32
  },
33
- "gitHead": "6d47d0543401386a9ca66fcb35add3db7aa7b6de"
33
+ "gitHead": "cf25f40d0d3240c1569c6969c78c1f555b17f378"
34
34
  }