@kmkf-fe-packages/basic-components 2.0.54-beta.27 → 2.0.54-beta.28

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
@@ -12664,7 +12664,13 @@ var kmColumns = [{
12664
12664
  dataIndex: 'specImgUrl',
12665
12665
  title: "SKU \u56FE\u7247",
12666
12666
  ellipsis: true,
12667
- width: 150
12667
+ width: 150,
12668
+ render: function render(val) {
12669
+ return /*#__PURE__*/React.createElement(Image, {
12670
+ width: 60,
12671
+ src: val
12672
+ });
12673
+ }
12668
12674
  }, {
12669
12675
  dataIndex: 'isGift',
12670
12676
  title: "\u662F\u5426\u8D60\u54C1",
package/dist/index.js CHANGED
@@ -12676,7 +12676,13 @@ var kmColumns = [{
12676
12676
  dataIndex: 'specImgUrl',
12677
12677
  title: "SKU \u56FE\u7247",
12678
12678
  ellipsis: true,
12679
- width: 150
12679
+ width: 150,
12680
+ render: function render(val) {
12681
+ return /*#__PURE__*/React__default['default'].createElement(antd.Image, {
12682
+ width: 60,
12683
+ src: val
12684
+ });
12685
+ }
12680
12686
  }, {
12681
12687
  dataIndex: 'isGift',
12682
12688
  title: "\u662F\u5426\u8D60\u54C1",
@@ -11,6 +11,12 @@ declare const _default: ({
11
11
  width: number;
12
12
  render: (val: string) => React.JSX.Element;
13
13
  ellipsis?: undefined;
14
+ } | {
15
+ dataIndex: string;
16
+ title: string;
17
+ ellipsis: boolean;
18
+ width: number;
19
+ render: (val: string) => React.JSX.Element;
14
20
  } | {
15
21
  dataIndex: string;
16
22
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.54-beta.27",
3
+ "version": "2.0.54-beta.28",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "3f32646cd772e613674b861703893ed9ab02ab47"
68
+ "gitHead": "cca1f651f5100536562b5907093cf706f1242538"
69
69
  }