@kmkf-fe-packages/basic-components 0.8.7-alpha.16 → 0.8.7-alpha.17

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 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.7-alpha.16",
3
+ "version": "0.8.7-alpha.17",
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": "0e72729e981f3b20c08a80e187e99504d5dc14fd"
61
+ "gitHead": "98da8dd4c41cad7a79ed2c394b17ad56295b6bef"
62
62
  }