@kmkf-fe-packages/basic-components 0.24.2-beta.3 → 0.24.2-beta.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.
- package/dist/index.esm.js +4 -4
- package/dist/index.js +4 -4
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -11398,7 +11398,7 @@ var GoodsModal$3 = function GoodsModal(props, ref) {
|
|
|
11398
11398
|
ellipsis: true
|
|
11399
11399
|
}, {
|
|
11400
11400
|
dataIndex: 'goodNo',
|
|
11401
|
-
title: "
|
|
11401
|
+
title: "\u5546\u54C1SPU\u7F16\u7801",
|
|
11402
11402
|
ellipsis: true,
|
|
11403
11403
|
width: 200
|
|
11404
11404
|
}];
|
|
@@ -11607,7 +11607,7 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
11607
11607
|
width: 70
|
|
11608
11608
|
}, {
|
|
11609
11609
|
dataIndex: 'goodNo',
|
|
11610
|
-
title: "
|
|
11610
|
+
title: "\u5546\u54C1SPU\u7F16\u7801",
|
|
11611
11611
|
align: 'center',
|
|
11612
11612
|
ellipsis: true,
|
|
11613
11613
|
width: 180
|
|
@@ -11625,13 +11625,13 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
11625
11625
|
width: 100
|
|
11626
11626
|
}, {
|
|
11627
11627
|
dataIndex: 'specNo',
|
|
11628
|
-
title: "".concat(text, "
|
|
11628
|
+
title: "".concat(text, "\u5546\u54C1SKU\u7F16\u7801"),
|
|
11629
11629
|
align: 'center',
|
|
11630
11630
|
ellipsis: true,
|
|
11631
11631
|
width: 180
|
|
11632
11632
|
}, {
|
|
11633
11633
|
dataIndex: 'specName',
|
|
11634
|
-
title: "".concat(text, "
|
|
11634
|
+
title: "".concat(text, "\u5546\u54C1SKU\u540D\u79F0"),
|
|
11635
11635
|
align: 'center',
|
|
11636
11636
|
ellipsis: true,
|
|
11637
11637
|
width: 250
|
package/dist/index.js
CHANGED
|
@@ -11409,7 +11409,7 @@ var GoodsModal$3 = function GoodsModal(props, ref) {
|
|
|
11409
11409
|
ellipsis: true
|
|
11410
11410
|
}, {
|
|
11411
11411
|
dataIndex: 'goodNo',
|
|
11412
|
-
title: "
|
|
11412
|
+
title: "\u5546\u54C1SPU\u7F16\u7801",
|
|
11413
11413
|
ellipsis: true,
|
|
11414
11414
|
width: 200
|
|
11415
11415
|
}];
|
|
@@ -11618,7 +11618,7 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
11618
11618
|
width: 70
|
|
11619
11619
|
}, {
|
|
11620
11620
|
dataIndex: 'goodNo',
|
|
11621
|
-
title: "
|
|
11621
|
+
title: "\u5546\u54C1SPU\u7F16\u7801",
|
|
11622
11622
|
align: 'center',
|
|
11623
11623
|
ellipsis: true,
|
|
11624
11624
|
width: 180
|
|
@@ -11636,13 +11636,13 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
11636
11636
|
width: 100
|
|
11637
11637
|
}, {
|
|
11638
11638
|
dataIndex: 'specNo',
|
|
11639
|
-
title: "".concat(text, "
|
|
11639
|
+
title: "".concat(text, "\u5546\u54C1SKU\u7F16\u7801"),
|
|
11640
11640
|
align: 'center',
|
|
11641
11641
|
ellipsis: true,
|
|
11642
11642
|
width: 180
|
|
11643
11643
|
}, {
|
|
11644
11644
|
dataIndex: 'specName',
|
|
11645
|
-
title: "".concat(text, "
|
|
11645
|
+
title: "".concat(text, "\u5546\u54C1SKU\u540D\u79F0"),
|
|
11646
11646
|
align: 'center',
|
|
11647
11647
|
ellipsis: true,
|
|
11648
11648
|
width: 250
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.24.2-beta.
|
|
3
|
+
"version": "0.24.2-beta.5",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "93d1f53448bce918fe2c3b859a641f95274be673"
|
|
68
68
|
}
|