@kmkf-fe-packages/services-components 0.24.2-beta.6 → 0.24.2-beta.8
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.
|
@@ -46,8 +46,6 @@ var BsLogistics = /*#__PURE__*/_createClass(function BsLogistics(_options) {
|
|
|
46
46
|
_typeMap$_options$typ4,
|
|
47
47
|
_typeMap$_options$typ5,
|
|
48
48
|
_typeMap$_options$typ6,
|
|
49
|
-
_typeMap$_options$typ7,
|
|
50
|
-
_typeMap$_options$typ8,
|
|
51
49
|
_this$componentConfig3,
|
|
52
50
|
_this$componentConfig4;
|
|
53
51
|
_classCallCheck(this, BsLogistics);
|
|
@@ -171,14 +169,14 @@ var BsLogistics = /*#__PURE__*/_createClass(function BsLogistics(_options) {
|
|
|
171
169
|
this.canSort = false;
|
|
172
170
|
this.expressCompany = new ExpressCompany(_objectSpread(_objectSpread({}, _options), {}, {
|
|
173
171
|
name: "物流公司",
|
|
174
|
-
parentName:
|
|
175
|
-
id: "".concat(_options.id, "_").concat((_typeMap$_options$
|
|
172
|
+
parentName: this.name,
|
|
173
|
+
id: "".concat(_options.id, "_").concat((_typeMap$_options$typ3 = typeMap[_options.type]) === null || _typeMap$_options$typ3 === void 0 ? void 0 : _typeMap$_options$typ3.key, "_").concat((_typeMap$_options$typ4 = typeMap[_options.type]) === null || _typeMap$_options$typ4 === void 0 ? void 0 : _typeMap$_options$typ4.company),
|
|
176
174
|
width: 200
|
|
177
175
|
}));
|
|
178
176
|
this.expressCode = new ExpressCode(_objectSpread(_objectSpread({}, _options), {}, {
|
|
179
177
|
name: "物流单号",
|
|
180
|
-
parentName:
|
|
181
|
-
id: "".concat(_options.id, "_").concat((_typeMap$_options$
|
|
178
|
+
parentName: this.name,
|
|
179
|
+
id: "".concat(_options.id, "_").concat((_typeMap$_options$typ5 = typeMap[_options.type]) === null || _typeMap$_options$typ5 === void 0 ? void 0 : _typeMap$_options$typ5.key, "_").concat((_typeMap$_options$typ6 = typeMap[_options.type]) === null || _typeMap$_options$typ6 === void 0 ? void 0 : _typeMap$_options$typ6.code),
|
|
182
180
|
width: 200
|
|
183
181
|
}));
|
|
184
182
|
this.children = [this.expressCompany, this.expressCode];
|
|
@@ -81,7 +81,7 @@ var ExpressCode = /*#__PURE__*/_createClass(function ExpressCode(options) {
|
|
|
81
81
|
searchDefaultConditions: SYMBOL.in,
|
|
82
82
|
type: item.type,
|
|
83
83
|
id: "".concat(item.id, "_").concat(subKey),
|
|
84
|
-
name: "".concat(_this.parentName, "
|
|
84
|
+
name: "".concat(_this.parentName, "-\u7269\u6D41\u5355\u53F7"),
|
|
85
85
|
filterComponentType: "SelectInput",
|
|
86
86
|
filterFn: function filterFn(value) {
|
|
87
87
|
return function (i) {
|
|
@@ -83,7 +83,7 @@ var Express = /*#__PURE__*/_createClass(function Express(options) {
|
|
|
83
83
|
searchDefaultConditions: SYMBOL.in,
|
|
84
84
|
type: item.type,
|
|
85
85
|
id: "".concat(item.id, "_").concat(subKey),
|
|
86
|
-
name: "".concat(_this.parentName, "
|
|
86
|
+
name: "".concat(_this.parentName, "-\u7269\u6D41\u516C\u53F8"),
|
|
87
87
|
filterComponentType: "MultipleSelect",
|
|
88
88
|
props: {
|
|
89
89
|
options: _this.expressDateInstance.getExpressData() || []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.24.2-beta.
|
|
3
|
+
"version": "0.24.2-beta.8",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/basic-components": "^0.24.2-beta.
|
|
24
|
-
"@kmkf-fe-packages/kmkf-utils": "^0.24.2-beta.
|
|
23
|
+
"@kmkf-fe-packages/basic-components": "^0.24.2-beta.8",
|
|
24
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.24.2-beta.8"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "5dec779c16395ffafde2481d6c22c30593566be1",
|
|
41
41
|
"gitHooks": {
|
|
42
42
|
"pre-commit": "lint-staged"
|
|
43
43
|
}
|