@kmkf-fe-packages/services-components 0.8.21-alpha.3 → 0.8.21-alpha.5
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/dist/esm/components/CommonMultiStatus/index.d.ts +1 -1
- package/dist/esm/components/CommonMultiStatus/index.js +2 -2
- package/dist/esm/components/CommonSystemOrder/index.d.ts +1 -1
- package/dist/esm/components/CommonSystemOrder/index.js +2 -2
- package/dist/esm/components/LogisticsInterception/index.js +1 -1
- package/dist/esm/components/LogisticsInterception/interceptSnapshot.js +1 -1
- package/package.json +3 -3
|
@@ -118,7 +118,7 @@ var CommonMultiStatus = /*#__PURE__*/_createClass(function CommonMultiStatus(opt
|
|
|
118
118
|
});
|
|
119
119
|
_defineProperty(this, "filterConfig", function (item) {
|
|
120
120
|
var _typeMap$_this$type13;
|
|
121
|
-
return
|
|
121
|
+
return {
|
|
122
122
|
searchDefaultConditions: SYMBOL.like,
|
|
123
123
|
type: item.type,
|
|
124
124
|
id: "".concat(item.id, "_").concat((_typeMap$_this$type13 = typeMap[_this.type]) === null || _typeMap$_this$type13 === void 0 ? void 0 : _typeMap$_this$type13.code),
|
|
@@ -130,7 +130,7 @@ var CommonMultiStatus = /*#__PURE__*/_createClass(function CommonMultiStatus(opt
|
|
|
130
130
|
return _filterFn.filterSplitComma(_filterFn.filterTableListItemColumnValue(i, item.id, (_typeMap$_this$type14 = typeMap[_this.type]) === null || _typeMap$_this$type14 === void 0 ? void 0 : _typeMap$_this$type14.code), value);
|
|
131
131
|
};
|
|
132
132
|
}
|
|
133
|
-
}
|
|
133
|
+
};
|
|
134
134
|
});
|
|
135
135
|
this.name = options.name;
|
|
136
136
|
this.id = options.id;
|
|
@@ -109,7 +109,7 @@ var CommonSystemOrder = /*#__PURE__*/_createClass(function CommonSystemOrder(opt
|
|
|
109
109
|
});
|
|
110
110
|
_defineProperty(this, "filterConfig", function (item) {
|
|
111
111
|
var _typeMap$_this$type10;
|
|
112
|
-
return
|
|
112
|
+
return {
|
|
113
113
|
searchDefaultConditions: SYMBOL.like,
|
|
114
114
|
type: item.type,
|
|
115
115
|
id: "".concat(item.id, "_").concat((_typeMap$_this$type10 = typeMap[_this.type]) === null || _typeMap$_this$type10 === void 0 ? void 0 : _typeMap$_this$type10.code),
|
|
@@ -121,7 +121,7 @@ var CommonSystemOrder = /*#__PURE__*/_createClass(function CommonSystemOrder(opt
|
|
|
121
121
|
return _filterFn.filterSplitComma(_filterFn.filterTableListItemColumnValue(i, item.id, (_typeMap$_this$type11 = typeMap[_this.type]) === null || _typeMap$_this$type11 === void 0 ? void 0 : _typeMap$_this$type11.code), value);
|
|
122
122
|
};
|
|
123
123
|
}
|
|
124
|
-
}
|
|
124
|
+
};
|
|
125
125
|
});
|
|
126
126
|
this.name = options.name;
|
|
127
127
|
this.id = options.id;
|
|
@@ -90,7 +90,7 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
|
|
|
90
90
|
subKey: "interceptCompany"
|
|
91
91
|
})), _this.expressCode.filterConfig(_objectSpread(_objectSpread({}, item), {}, {
|
|
92
92
|
subKey: "interceptCode"
|
|
93
|
-
})), _this.interceptSenderMobile.filterConfig(item), _this.interceptLogisticsStatus.filterConfig(item), _this.interceptType.filterConfig(item)];
|
|
93
|
+
})), _this.interceptSenderMobile.filterConfig(item), _this.interceptLogisticsStatus.filterConfig(item), _this.interceptType.filterConfig(item), _this.interceptSnapshot.filterConfig(item)];
|
|
94
94
|
});
|
|
95
95
|
this.name = options.name;
|
|
96
96
|
this.columnHeader = /*#__PURE__*/React.createElement(ColumnHeader, {
|
|
@@ -77,7 +77,7 @@ var InterceptSnapshot = /*#__PURE__*/_createClass(function InterceptSnapshot(opt
|
|
|
77
77
|
this.align = "left";
|
|
78
78
|
this.width = 200;
|
|
79
79
|
this.isCombinationComponent = false;
|
|
80
|
-
this.canSort =
|
|
80
|
+
this.canSort = false;
|
|
81
81
|
this.children = [];
|
|
82
82
|
this.effects = options === null || options === void 0 ? void 0 : options.effects;
|
|
83
83
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.8.21-alpha.
|
|
3
|
+
"version": "0.8.21-alpha.5",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"father": "^4.1.7"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@kmkf-fe-packages/basic-components": "^0.8.21-alpha.
|
|
29
|
+
"@kmkf-fe-packages/basic-components": "^0.8.21-alpha.5",
|
|
30
30
|
"@kmkf-fe-packages/kmkf-utils": "^0.8.21-alpha.1"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"gitHooks": {
|
|
41
41
|
"pre-commit": "lint-staged"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "774fbea8e36807731a7ad1d25d462ef28da2ebb9"
|
|
44
44
|
}
|