@kmkf-fe-packages/services-components 1.16.3-alpha.0 → 1.16.3

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.
@@ -21,7 +21,7 @@ declare class FlowWorkOrderId implements ComponentInterface {
21
21
  renderClient: () => null;
22
22
  editRender: (p: any) => React.JSX.Element;
23
23
  filterConfig: (item: ColumnConfig) => {
24
- searchDefaultConditions: "like";
24
+ searchDefaultConditions: "eq";
25
25
  type: string;
26
26
  id: string;
27
27
  name: string;
@@ -70,7 +70,7 @@ var FlowWorkOrderId = /*#__PURE__*/_createClass(function FlowWorkOrderId(options
70
70
  });
71
71
  _defineProperty(this, "filterConfig", function (item) {
72
72
  return {
73
- searchDefaultConditions: SYMBOL.like,
73
+ searchDefaultConditions: SYMBOL.eq,
74
74
  type: item.type,
75
75
  id: item.id,
76
76
  // 过滤组件id
@@ -131,16 +131,6 @@ var FlowWorkOrderStatus = /*#__PURE__*/_createClass(function FlowWorkOrderStatus
131
131
  label: '已关闭',
132
132
  color: 'rgba(0, 0, 0, 0.65)',
133
133
  bgColor: 'rgba(0, 0, 0, 0.04);'
134
- },
135
- "FLOWING": {
136
- label: '流转中',
137
- color: '#faad14',
138
- bgColor: '#faad14'
139
- },
140
- "RETURNING": {
141
- label: '回退中',
142
- color: '#faad14',
143
- bgColor: '#faad14'
144
134
  }
145
135
  };
146
136
  this.dataType = 'string';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "1.16.3-alpha.0",
3
+ "version": "1.16.3",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -21,8 +21,8 @@
21
21
  ]
22
22
  },
23
23
  "dependencies": {
24
- "@kmkf-fe-packages/basic-components": "1.16.3-alpha.0",
25
- "@kmkf-fe-packages/kmkf-utils": "1.16.3-alpha.0",
24
+ "@kmkf-fe-packages/basic-components": "1.16.3",
25
+ "@kmkf-fe-packages/kmkf-utils": "1.16.3",
26
26
  "b64-to-blob": "^1.2.19",
27
27
  "html2canvas": "^1.4.1",
28
28
  "react-pdf-js": "^5.1.0"
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "114b846e73690638f22e6bf2d52a4b3b1a5ec614",
44
+ "gitHead": "ee4c2ab3704186d042eb9a02033fb78bd48e2704",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }