@kmkf-fe-packages/services-components 0.6.3-alpha.53 → 0.6.3-alpha.55

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.
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  ### 企业工单组件库
2
2
 
3
- 111
3
+ 1111
@@ -87,7 +87,7 @@ var InterceptStatus = /*#__PURE__*/_createClass(function InterceptStatus(options
87
87
  this.componentConfig = options.componentConfig;
88
88
  this.rules = [];
89
89
  this.align = "left";
90
- this.width = 180;
90
+ this.width = 220;
91
91
  this.isCombinationComponent = false;
92
92
  this.children = [];
93
93
  this.effects = options === null || options === void 0 ? void 0 : options.effects;
@@ -24,7 +24,7 @@ var ColumnHeader = function ColumnHeader(_ref) {
24
24
  setVisible(true);
25
25
  }
26
26
  })), /*#__PURE__*/React.createElement(Modal, {
27
- open: visible,
27
+ visible: visible,
28
28
  title: "物流拦截字段解释",
29
29
  onCancel: function onCancel() {
30
30
  return setVisible(false);
@@ -17,7 +17,7 @@ export declare type FilterComponentType = "MultipleSelect" | "Input" | "Date" |
17
17
  export interface ComponentInterface {
18
18
  id: string;
19
19
  name: string;
20
- columnHeader: string | JSX.Element;
20
+ columnHeader?: string | JSX.Element;
21
21
  type: string;
22
22
  isCombinationComponent: boolean;
23
23
  children: ComponentInterface[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.6.3-alpha.53",
3
+ "version": "0.6.3-alpha.55",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -26,8 +26,8 @@
26
26
  "father": "^4.1.7"
27
27
  },
28
28
  "dependencies": {
29
- "@kmkf-fe-packages/basic-components": "^0.6.3-alpha.50",
30
- "@kmkf-fe-packages/kmkf-utils": "^0.6.3-alpha.50"
29
+ "@kmkf-fe-packages/basic-components": "^0.6.3-alpha.54",
30
+ "@kmkf-fe-packages/kmkf-utils": "^0.6.3-alpha.54"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@ant-design/icons": "^4.7.0",
@@ -40,5 +40,5 @@
40
40
  "gitHooks": {
41
41
  "pre-commit": "lint-staged"
42
42
  },
43
- "gitHead": "df4d1c93fcc9dc8ac4213f3cf819406f67acf3a8"
43
+ "gitHead": "0eaff1078ae745462df87577f4e1d7e338cb587b"
44
44
  }