@kmkf-fe-packages/basic-components 2.2.13-beta.61 → 2.2.13-beta.62
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 +43 -20
- package/dist/index.js +43 -20
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -18640,12 +18640,14 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18640
18640
|
dataIndex: 'apiGoodsName',
|
|
18641
18641
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
18642
18642
|
width: 200,
|
|
18643
|
-
align: 'center'
|
|
18643
|
+
align: 'center',
|
|
18644
|
+
ellipsis: true
|
|
18644
18645
|
}, {
|
|
18645
18646
|
dataIndex: 'platformGoodsId',
|
|
18646
18647
|
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
18647
18648
|
width: 180,
|
|
18648
|
-
align: 'center'
|
|
18649
|
+
align: 'center',
|
|
18650
|
+
ellipsis: true
|
|
18649
18651
|
}, {
|
|
18650
18652
|
dataIndex: 'specId',
|
|
18651
18653
|
title: "SKUID",
|
|
@@ -18672,17 +18674,20 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18672
18674
|
dataIndex: 'apiSpecName',
|
|
18673
18675
|
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
18674
18676
|
width: 200,
|
|
18675
|
-
align: 'center'
|
|
18677
|
+
align: 'center',
|
|
18678
|
+
ellipsis: true
|
|
18676
18679
|
}, {
|
|
18677
18680
|
dataIndex: 'platformSpecId',
|
|
18678
18681
|
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
18679
18682
|
width: 180,
|
|
18680
|
-
align: 'center'
|
|
18683
|
+
align: 'center',
|
|
18684
|
+
ellipsis: true
|
|
18681
18685
|
}, {
|
|
18682
18686
|
dataIndex: 'brandName',
|
|
18683
18687
|
title: "\u54C1\u724C\u540D\u79F0",
|
|
18684
18688
|
width: 180,
|
|
18685
|
-
align: 'center'
|
|
18689
|
+
align: 'center',
|
|
18690
|
+
ellipsis: true
|
|
18686
18691
|
}, {
|
|
18687
18692
|
dataIndex: 'orderPrice',
|
|
18688
18693
|
title: "\u8865\u53D1\u91D1\u989D",
|
|
@@ -18747,12 +18752,14 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18747
18752
|
dataIndex: 'apiGoodsName',
|
|
18748
18753
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
18749
18754
|
width: 200,
|
|
18750
|
-
align: 'center'
|
|
18755
|
+
align: 'center',
|
|
18756
|
+
ellipsis: true
|
|
18751
18757
|
}, {
|
|
18752
18758
|
dataIndex: 'platformGoodsId',
|
|
18753
18759
|
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
18754
18760
|
width: 180,
|
|
18755
|
-
align: 'center'
|
|
18761
|
+
align: 'center',
|
|
18762
|
+
ellipsis: true
|
|
18756
18763
|
}, {
|
|
18757
18764
|
dataIndex: 'specId',
|
|
18758
18765
|
title: "".concat(text, "SKUID"),
|
|
@@ -18779,17 +18786,20 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18779
18786
|
dataIndex: 'apiSpecName',
|
|
18780
18787
|
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
18781
18788
|
width: 200,
|
|
18782
|
-
align: 'center'
|
|
18789
|
+
align: 'center',
|
|
18790
|
+
ellipsis: true
|
|
18783
18791
|
}, {
|
|
18784
18792
|
dataIndex: 'platformSpecId',
|
|
18785
18793
|
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
18786
18794
|
width: 180,
|
|
18787
|
-
align: 'center'
|
|
18795
|
+
align: 'center',
|
|
18796
|
+
ellipsis: true
|
|
18788
18797
|
}, {
|
|
18789
18798
|
dataIndex: 'brandName',
|
|
18790
18799
|
title: "\u54C1\u724C\u540D\u79F0",
|
|
18791
18800
|
width: 180,
|
|
18792
|
-
align: 'center'
|
|
18801
|
+
align: 'center',
|
|
18802
|
+
ellipsis: true
|
|
18793
18803
|
}, {
|
|
18794
18804
|
dataIndex: 'orderPrice',
|
|
18795
18805
|
title: "\u6210\u4EA4\u603B\u91D1\u989D",
|
|
@@ -18859,12 +18869,14 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18859
18869
|
dataIndex: 'apiGoodsName',
|
|
18860
18870
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
18861
18871
|
width: 200,
|
|
18862
|
-
align: 'center'
|
|
18872
|
+
align: 'center',
|
|
18873
|
+
ellipsis: true
|
|
18863
18874
|
}, {
|
|
18864
18875
|
dataIndex: 'platformGoodsId',
|
|
18865
18876
|
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
18866
18877
|
width: 180,
|
|
18867
|
-
align: 'center'
|
|
18878
|
+
align: 'center',
|
|
18879
|
+
ellipsis: true
|
|
18868
18880
|
}, {
|
|
18869
18881
|
dataIndex: 'specId',
|
|
18870
18882
|
title: "".concat(text, "SKUID"),
|
|
@@ -18891,17 +18903,20 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18891
18903
|
dataIndex: 'apiSpecName',
|
|
18892
18904
|
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
18893
18905
|
width: 200,
|
|
18894
|
-
align: 'center'
|
|
18906
|
+
align: 'center',
|
|
18907
|
+
ellipsis: true
|
|
18895
18908
|
}, {
|
|
18896
18909
|
dataIndex: 'platformSpecId',
|
|
18897
18910
|
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
18898
18911
|
width: 180,
|
|
18899
|
-
align: 'center'
|
|
18912
|
+
align: 'center',
|
|
18913
|
+
ellipsis: true
|
|
18900
18914
|
}, {
|
|
18901
18915
|
dataIndex: 'brandName',
|
|
18902
18916
|
title: "\u54C1\u724C\u540D\u79F0",
|
|
18903
18917
|
width: 180,
|
|
18904
|
-
align: 'center'
|
|
18918
|
+
align: 'center',
|
|
18919
|
+
ellipsis: true
|
|
18905
18920
|
}, {
|
|
18906
18921
|
dataIndex: 'num',
|
|
18907
18922
|
title: "".concat(text, "\u9000\u8D27\u6570\u91CF"),
|
|
@@ -19009,12 +19024,14 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19009
19024
|
dataIndex: 'apiGoodsName',
|
|
19010
19025
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
19011
19026
|
width: 200,
|
|
19012
|
-
align: 'center'
|
|
19027
|
+
align: 'center',
|
|
19028
|
+
ellipsis: true
|
|
19013
19029
|
}, {
|
|
19014
19030
|
dataIndex: 'platformGoodsId',
|
|
19015
19031
|
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
19016
19032
|
width: 180,
|
|
19017
|
-
align: 'center'
|
|
19033
|
+
align: 'center',
|
|
19034
|
+
ellipsis: true
|
|
19018
19035
|
}, {
|
|
19019
19036
|
dataIndex: 'specId',
|
|
19020
19037
|
title: "".concat(text, "SKUID"),
|
|
@@ -19041,17 +19058,20 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19041
19058
|
dataIndex: 'apiSpecName',
|
|
19042
19059
|
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
19043
19060
|
width: 200,
|
|
19044
|
-
align: 'center'
|
|
19061
|
+
align: 'center',
|
|
19062
|
+
ellipsis: true
|
|
19045
19063
|
}, {
|
|
19046
19064
|
dataIndex: 'platformSpecId',
|
|
19047
19065
|
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
19048
19066
|
width: 180,
|
|
19049
|
-
align: 'center'
|
|
19067
|
+
align: 'center',
|
|
19068
|
+
ellipsis: true
|
|
19050
19069
|
}, {
|
|
19051
19070
|
dataIndex: 'brandName',
|
|
19052
19071
|
title: "\u54C1\u724C\u540D\u79F0",
|
|
19053
19072
|
width: 180,
|
|
19054
|
-
align: 'center'
|
|
19073
|
+
align: 'center',
|
|
19074
|
+
ellipsis: true
|
|
19055
19075
|
}, {
|
|
19056
19076
|
dataIndex: 'num',
|
|
19057
19077
|
title: "".concat(text, "\u6362\u51FA\u6570\u91CF"),
|
|
@@ -25275,6 +25295,9 @@ var wdtReissue = function wdtReissue(props) {
|
|
|
25275
25295
|
return !!(value === null || value === void 0 ? void 0 : value[(_typeMap$type25 = typeMap$1[type]) === null || _typeMap$type25 === void 0 ? void 0 : _typeMap$type25.systemOrderNo]);
|
|
25276
25296
|
}, [value === null || value === void 0 ? void 0 : value[(_typeMap$type26 = typeMap$1[type]) === null || _typeMap$type26 === void 0 ? void 0 : _typeMap$type26.systemOrderNo]]);
|
|
25277
25297
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Row, {
|
|
25298
|
+
style: {
|
|
25299
|
+
width: '100%'
|
|
25300
|
+
},
|
|
25278
25301
|
gutter: 8,
|
|
25279
25302
|
wrap: true
|
|
25280
25303
|
}, /*#__PURE__*/React.createElement(Col, {
|
package/dist/index.js
CHANGED
|
@@ -18655,12 +18655,14 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18655
18655
|
dataIndex: 'apiGoodsName',
|
|
18656
18656
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
18657
18657
|
width: 200,
|
|
18658
|
-
align: 'center'
|
|
18658
|
+
align: 'center',
|
|
18659
|
+
ellipsis: true
|
|
18659
18660
|
}, {
|
|
18660
18661
|
dataIndex: 'platformGoodsId',
|
|
18661
18662
|
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
18662
18663
|
width: 180,
|
|
18663
|
-
align: 'center'
|
|
18664
|
+
align: 'center',
|
|
18665
|
+
ellipsis: true
|
|
18664
18666
|
}, {
|
|
18665
18667
|
dataIndex: 'specId',
|
|
18666
18668
|
title: "SKUID",
|
|
@@ -18687,17 +18689,20 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18687
18689
|
dataIndex: 'apiSpecName',
|
|
18688
18690
|
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
18689
18691
|
width: 200,
|
|
18690
|
-
align: 'center'
|
|
18692
|
+
align: 'center',
|
|
18693
|
+
ellipsis: true
|
|
18691
18694
|
}, {
|
|
18692
18695
|
dataIndex: 'platformSpecId',
|
|
18693
18696
|
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
18694
18697
|
width: 180,
|
|
18695
|
-
align: 'center'
|
|
18698
|
+
align: 'center',
|
|
18699
|
+
ellipsis: true
|
|
18696
18700
|
}, {
|
|
18697
18701
|
dataIndex: 'brandName',
|
|
18698
18702
|
title: "\u54C1\u724C\u540D\u79F0",
|
|
18699
18703
|
width: 180,
|
|
18700
|
-
align: 'center'
|
|
18704
|
+
align: 'center',
|
|
18705
|
+
ellipsis: true
|
|
18701
18706
|
}, {
|
|
18702
18707
|
dataIndex: 'orderPrice',
|
|
18703
18708
|
title: "\u8865\u53D1\u91D1\u989D",
|
|
@@ -18762,12 +18767,14 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18762
18767
|
dataIndex: 'apiGoodsName',
|
|
18763
18768
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
18764
18769
|
width: 200,
|
|
18765
|
-
align: 'center'
|
|
18770
|
+
align: 'center',
|
|
18771
|
+
ellipsis: true
|
|
18766
18772
|
}, {
|
|
18767
18773
|
dataIndex: 'platformGoodsId',
|
|
18768
18774
|
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
18769
18775
|
width: 180,
|
|
18770
|
-
align: 'center'
|
|
18776
|
+
align: 'center',
|
|
18777
|
+
ellipsis: true
|
|
18771
18778
|
}, {
|
|
18772
18779
|
dataIndex: 'specId',
|
|
18773
18780
|
title: "".concat(text, "SKUID"),
|
|
@@ -18794,17 +18801,20 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18794
18801
|
dataIndex: 'apiSpecName',
|
|
18795
18802
|
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
18796
18803
|
width: 200,
|
|
18797
|
-
align: 'center'
|
|
18804
|
+
align: 'center',
|
|
18805
|
+
ellipsis: true
|
|
18798
18806
|
}, {
|
|
18799
18807
|
dataIndex: 'platformSpecId',
|
|
18800
18808
|
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
18801
18809
|
width: 180,
|
|
18802
|
-
align: 'center'
|
|
18810
|
+
align: 'center',
|
|
18811
|
+
ellipsis: true
|
|
18803
18812
|
}, {
|
|
18804
18813
|
dataIndex: 'brandName',
|
|
18805
18814
|
title: "\u54C1\u724C\u540D\u79F0",
|
|
18806
18815
|
width: 180,
|
|
18807
|
-
align: 'center'
|
|
18816
|
+
align: 'center',
|
|
18817
|
+
ellipsis: true
|
|
18808
18818
|
}, {
|
|
18809
18819
|
dataIndex: 'orderPrice',
|
|
18810
18820
|
title: "\u6210\u4EA4\u603B\u91D1\u989D",
|
|
@@ -18874,12 +18884,14 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18874
18884
|
dataIndex: 'apiGoodsName',
|
|
18875
18885
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
18876
18886
|
width: 200,
|
|
18877
|
-
align: 'center'
|
|
18887
|
+
align: 'center',
|
|
18888
|
+
ellipsis: true
|
|
18878
18889
|
}, {
|
|
18879
18890
|
dataIndex: 'platformGoodsId',
|
|
18880
18891
|
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
18881
18892
|
width: 180,
|
|
18882
|
-
align: 'center'
|
|
18893
|
+
align: 'center',
|
|
18894
|
+
ellipsis: true
|
|
18883
18895
|
}, {
|
|
18884
18896
|
dataIndex: 'specId',
|
|
18885
18897
|
title: "".concat(text, "SKUID"),
|
|
@@ -18906,17 +18918,20 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18906
18918
|
dataIndex: 'apiSpecName',
|
|
18907
18919
|
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
18908
18920
|
width: 200,
|
|
18909
|
-
align: 'center'
|
|
18921
|
+
align: 'center',
|
|
18922
|
+
ellipsis: true
|
|
18910
18923
|
}, {
|
|
18911
18924
|
dataIndex: 'platformSpecId',
|
|
18912
18925
|
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
18913
18926
|
width: 180,
|
|
18914
|
-
align: 'center'
|
|
18927
|
+
align: 'center',
|
|
18928
|
+
ellipsis: true
|
|
18915
18929
|
}, {
|
|
18916
18930
|
dataIndex: 'brandName',
|
|
18917
18931
|
title: "\u54C1\u724C\u540D\u79F0",
|
|
18918
18932
|
width: 180,
|
|
18919
|
-
align: 'center'
|
|
18933
|
+
align: 'center',
|
|
18934
|
+
ellipsis: true
|
|
18920
18935
|
}, {
|
|
18921
18936
|
dataIndex: 'num',
|
|
18922
18937
|
title: "".concat(text, "\u9000\u8D27\u6570\u91CF"),
|
|
@@ -19024,12 +19039,14 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19024
19039
|
dataIndex: 'apiGoodsName',
|
|
19025
19040
|
title: "\u5E73\u53F0\u5546\u54C1\u540D\u79F0",
|
|
19026
19041
|
width: 200,
|
|
19027
|
-
align: 'center'
|
|
19042
|
+
align: 'center',
|
|
19043
|
+
ellipsis: true
|
|
19028
19044
|
}, {
|
|
19029
19045
|
dataIndex: 'platformGoodsId',
|
|
19030
19046
|
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
19031
19047
|
width: 180,
|
|
19032
|
-
align: 'center'
|
|
19048
|
+
align: 'center',
|
|
19049
|
+
ellipsis: true
|
|
19033
19050
|
}, {
|
|
19034
19051
|
dataIndex: 'specId',
|
|
19035
19052
|
title: "".concat(text, "SKUID"),
|
|
@@ -19056,17 +19073,20 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19056
19073
|
dataIndex: 'apiSpecName',
|
|
19057
19074
|
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
19058
19075
|
width: 200,
|
|
19059
|
-
align: 'center'
|
|
19076
|
+
align: 'center',
|
|
19077
|
+
ellipsis: true
|
|
19060
19078
|
}, {
|
|
19061
19079
|
dataIndex: 'platformSpecId',
|
|
19062
19080
|
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
19063
19081
|
width: 180,
|
|
19064
|
-
align: 'center'
|
|
19082
|
+
align: 'center',
|
|
19083
|
+
ellipsis: true
|
|
19065
19084
|
}, {
|
|
19066
19085
|
dataIndex: 'brandName',
|
|
19067
19086
|
title: "\u54C1\u724C\u540D\u79F0",
|
|
19068
19087
|
width: 180,
|
|
19069
|
-
align: 'center'
|
|
19088
|
+
align: 'center',
|
|
19089
|
+
ellipsis: true
|
|
19070
19090
|
}, {
|
|
19071
19091
|
dataIndex: 'num',
|
|
19072
19092
|
title: "".concat(text, "\u6362\u51FA\u6570\u91CF"),
|
|
@@ -25290,6 +25310,9 @@ var wdtReissue = function wdtReissue(props) {
|
|
|
25290
25310
|
return !!(value === null || value === void 0 ? void 0 : value[(_typeMap$type25 = typeMap$1[type]) === null || _typeMap$type25 === void 0 ? void 0 : _typeMap$type25.systemOrderNo]);
|
|
25291
25311
|
}, [value === null || value === void 0 ? void 0 : value[(_typeMap$type26 = typeMap$1[type]) === null || _typeMap$type26 === void 0 ? void 0 : _typeMap$type26.systemOrderNo]]);
|
|
25292
25312
|
return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(antd.Row, {
|
|
25313
|
+
style: {
|
|
25314
|
+
width: '100%'
|
|
25315
|
+
},
|
|
25293
25316
|
gutter: 8,
|
|
25294
25317
|
wrap: true
|
|
25295
25318
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Col, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.13-beta.
|
|
3
|
+
"version": "2.2.13-beta.62",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "9b540bad26add8951aefff4bf1dc24bf9648cde9"
|
|
70
70
|
}
|