@kmkf-fe-packages/services-components 2.2.44-beta.50 → 2.2.44-beta.52

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.
@@ -17,6 +17,7 @@ declare class PublicGoods implements ComponentInterface {
17
17
  dataType: ComponentInterface["dataType"];
18
18
  headers: CommonHeaderGoods;
19
19
  exampleValue?: string;
20
+ standardDateType: ComponentInterface["standardDateType"];
20
21
  sortChildField: {
21
22
  name: string;
22
23
  key: string;
@@ -64,6 +64,7 @@ var PublicGoods = /*#__PURE__*/_createClass(function PublicGoods(options) {
64
64
  _defineProperty(this, "dataType", void 0);
65
65
  _defineProperty(this, "headers", void 0);
66
66
  _defineProperty(this, "exampleValue", void 0);
67
+ _defineProperty(this, "standardDateType", void 0);
67
68
  _defineProperty(this, "sortChildField", void 0);
68
69
  _defineProperty(this, "getSortChildFields", function () {
69
70
  var Columns = getColumnsMap();
@@ -169,5 +170,6 @@ var PublicGoods = /*#__PURE__*/_createClass(function PublicGoods(options) {
169
170
  this.dataType = "object";
170
171
  this.sortChildField = this.getSortChildFields();
171
172
  this.exampleValue = ((_CONFIG_MAP$this$type2 = CONFIG_MAP[this.type]) === null || _CONFIG_MAP$this$type2 === void 0 ? void 0 : _CONFIG_MAP$this$type2.exampleValue) || "";
173
+ this.standardDateType = "Array";
172
174
  });
173
175
  export default PublicGoods;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "2.2.44-beta.50",
3
+ "version": "2.2.44-beta.52",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "867325f7f5c34a9c37415c74365e5be151e66952",
44
+ "gitHead": "b26d43e7b17e9c3754720e9ac823ff6c29a91e5c",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }