@kmkf-fe-packages/basic-components 0.11.0-alpha.4 → 0.11.0-alpha.6
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/index.esm.js +3 -2
- package/dist/index.js +3 -2
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -11190,15 +11190,16 @@ var index = (function (props) {
|
|
|
11190
11190
|
}
|
|
11191
11191
|
}, [value, type]);
|
|
11192
11192
|
var columns = useMemo(function () {
|
|
11193
|
+
var _columnsNameMap$type, _columnsNameMap$type2;
|
|
11193
11194
|
return [{
|
|
11194
11195
|
dataIndex: 'billType',
|
|
11195
|
-
title: columnsNameMap[type].typeName
|
|
11196
|
+
title: columnsNameMap === null || columnsNameMap === void 0 ? void 0 : (_columnsNameMap$type = columnsNameMap[type]) === null || _columnsNameMap$type === void 0 ? void 0 : _columnsNameMap$type.typeName
|
|
11196
11197
|
}, {
|
|
11197
11198
|
dataIndex: 'billNo',
|
|
11198
11199
|
title: '系统订单号'
|
|
11199
11200
|
}, {
|
|
11200
11201
|
dataIndex: 'billTag',
|
|
11201
|
-
title: columnsNameMap[type].tagName
|
|
11202
|
+
title: columnsNameMap === null || columnsNameMap === void 0 ? void 0 : (_columnsNameMap$type2 = columnsNameMap[type]) === null || _columnsNameMap$type2 === void 0 ? void 0 : _columnsNameMap$type2.tagName
|
|
11202
11203
|
}];
|
|
11203
11204
|
}, [type]);
|
|
11204
11205
|
var getOrderList = /*#__PURE__*/function () {
|
package/dist/index.js
CHANGED
|
@@ -11201,15 +11201,16 @@ var index = (function (props) {
|
|
|
11201
11201
|
}
|
|
11202
11202
|
}, [value, type]);
|
|
11203
11203
|
var columns = React.useMemo(function () {
|
|
11204
|
+
var _columnsNameMap$type, _columnsNameMap$type2;
|
|
11204
11205
|
return [{
|
|
11205
11206
|
dataIndex: 'billType',
|
|
11206
|
-
title: columnsNameMap[type].typeName
|
|
11207
|
+
title: columnsNameMap === null || columnsNameMap === void 0 ? void 0 : (_columnsNameMap$type = columnsNameMap[type]) === null || _columnsNameMap$type === void 0 ? void 0 : _columnsNameMap$type.typeName
|
|
11207
11208
|
}, {
|
|
11208
11209
|
dataIndex: 'billNo',
|
|
11209
11210
|
title: '系统订单号'
|
|
11210
11211
|
}, {
|
|
11211
11212
|
dataIndex: 'billTag',
|
|
11212
|
-
title: columnsNameMap[type].tagName
|
|
11213
|
+
title: columnsNameMap === null || columnsNameMap === void 0 ? void 0 : (_columnsNameMap$type2 = columnsNameMap[type]) === null || _columnsNameMap$type2 === void 0 ? void 0 : _columnsNameMap$type2.tagName
|
|
11213
11214
|
}];
|
|
11214
11215
|
}, [type]);
|
|
11215
11216
|
var getOrderList = /*#__PURE__*/function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.11.0-alpha.
|
|
3
|
+
"version": "0.11.0-alpha.6",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/kmkf-utils": "^0.11.0-alpha.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.11.0-alpha.6",
|
|
24
24
|
"lodash": "^4.17.21",
|
|
25
25
|
"pubsub-js": "^1.9.4",
|
|
26
26
|
"react-copy-to-clipboard": "^5.1.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "0adcbcc7315425a79695d2d2af0ca3d884c9776e"
|
|
65
65
|
}
|