@kmkf-fe-packages/services-components 0.7.15-alpha.46 → 0.7.15-alpha.48

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.
@@ -115,6 +115,11 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
115
115
  color: '#faad14',
116
116
  bgColor: '#faad14'
117
117
  },
118
+ "HANDLING": {
119
+ label: '处理中',
120
+ color: '#1890ff',
121
+ bgColor: '#1890ff'
122
+ },
118
123
  "STOPPING": {
119
124
  label: '暂停中',
120
125
  color: '#ff4d4f',
@@ -124,6 +129,11 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
124
129
  label: '已完成',
125
130
  color: '#73d13d',
126
131
  bgColor: '#73d13d'
132
+ },
133
+ "CLOSED": {
134
+ label: '已关闭',
135
+ color: 'rgba(0, 0, 0, 0.65)',
136
+ bgColor: 'rgba(0, 0, 0, 0.04);'
127
137
  }
128
138
  };
129
139
  this.dataType = 'string';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.7.15-alpha.46",
3
+ "version": "0.7.15-alpha.48",
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.7.15-alpha.46",
30
- "@kmkf-fe-packages/kmkf-utils": "^0.7.15-alpha.46"
29
+ "@kmkf-fe-packages/basic-components": "^0.7.15-alpha.48",
30
+ "@kmkf-fe-packages/kmkf-utils": "^0.7.15-alpha.48"
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": "e29ac507f8d6b7bcd4a5859d190c1e8a0f4a9614"
43
+ "gitHead": "aa1833a790fff92ece8fd0557ce96fd2a8c002e9"
44
44
  }