@kmkf-fe-packages/services-components 0.15.1-alpha.4 → 0.15.1-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.
|
@@ -655,7 +655,7 @@ export var MsgContent = function MsgContent(_ref14) {
|
|
|
655
655
|
};
|
|
656
656
|
return /*#__PURE__*/React.createElement(Space, {
|
|
657
657
|
direction: !horizontal ? 'vertical' : 'horizontal'
|
|
658
|
-
}, list
|
|
658
|
+
}, Array.isArray(list) ? (list || []).map(function (item, index) {
|
|
659
659
|
var _options$find2;
|
|
660
660
|
var color = ((_options$find2 = options.find(function (innerItem) {
|
|
661
661
|
return item[valueKey] === innerItem.label;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.15.1-alpha.
|
|
3
|
+
"version": "0.15.1-alpha.5",
|
|
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.15.1-alpha.
|
|
24
|
-
"@kmkf-fe-packages/kmkf-utils": "^0.15.1-alpha.
|
|
23
|
+
"@kmkf-fe-packages/basic-components": "^0.15.1-alpha.5",
|
|
24
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.15.1-alpha.5"
|
|
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": "f5c3d30c26aae8ffb554cb0d6a186e21c465ec74",
|
|
41
41
|
"gitHooks": {
|
|
42
42
|
"pre-commit": "lint-staged"
|
|
43
43
|
}
|