@kmkf-fe-packages/basic-components 0.8.7-alpha.16 → 0.8.9-alpha.0
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 +6 -6
- package/dist/index.js +6 -6
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10072,6 +10072,12 @@ var GoodItem = function GoodItem(props) {
|
|
|
10072
10072
|
}
|
|
10073
10073
|
});
|
|
10074
10074
|
}
|
|
10075
|
+
}, {
|
|
10076
|
+
dataIndex: 'name',
|
|
10077
|
+
title: "".concat(text, "\u540D\u79F0"),
|
|
10078
|
+
align: 'center',
|
|
10079
|
+
ellipsis: true,
|
|
10080
|
+
width: 250
|
|
10075
10081
|
}, {
|
|
10076
10082
|
dataIndex: 'pic',
|
|
10077
10083
|
title: "\u56FE\u7247",
|
|
@@ -10084,12 +10090,6 @@ var GoodItem = function GoodItem(props) {
|
|
|
10084
10090
|
src: val
|
|
10085
10091
|
});
|
|
10086
10092
|
}
|
|
10087
|
-
}, {
|
|
10088
|
-
dataIndex: 'name',
|
|
10089
|
-
title: "".concat(text, "\u540D\u79F0"),
|
|
10090
|
-
align: 'center',
|
|
10091
|
-
ellipsis: true,
|
|
10092
|
-
width: 250
|
|
10093
10093
|
}, {
|
|
10094
10094
|
dataIndex: 'code',
|
|
10095
10095
|
title: "".concat(text, "\u7F16\u7801"),
|
package/dist/index.js
CHANGED
|
@@ -10083,6 +10083,12 @@ var GoodItem = function GoodItem(props) {
|
|
|
10083
10083
|
}
|
|
10084
10084
|
});
|
|
10085
10085
|
}
|
|
10086
|
+
}, {
|
|
10087
|
+
dataIndex: 'name',
|
|
10088
|
+
title: "".concat(text, "\u540D\u79F0"),
|
|
10089
|
+
align: 'center',
|
|
10090
|
+
ellipsis: true,
|
|
10091
|
+
width: 250
|
|
10086
10092
|
}, {
|
|
10087
10093
|
dataIndex: 'pic',
|
|
10088
10094
|
title: "\u56FE\u7247",
|
|
@@ -10095,12 +10101,6 @@ var GoodItem = function GoodItem(props) {
|
|
|
10095
10101
|
src: val
|
|
10096
10102
|
});
|
|
10097
10103
|
}
|
|
10098
|
-
}, {
|
|
10099
|
-
dataIndex: 'name',
|
|
10100
|
-
title: "".concat(text, "\u540D\u79F0"),
|
|
10101
|
-
align: 'center',
|
|
10102
|
-
ellipsis: true,
|
|
10103
|
-
width: 250
|
|
10104
10104
|
}, {
|
|
10105
10105
|
dataIndex: 'code',
|
|
10106
10106
|
title: "".concat(text, "\u7F16\u7801"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.9-alpha.0",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "97f6ab166f536ac9098b1883732a91c848165a04"
|
|
62
62
|
}
|