@kmkf-fe-packages/basic-components 1.10.1-beta.3 → 1.11.0-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/README.md +1 -1
- package/dist/index.esm.js +19 -11
- package/dist/index.js +19 -11
- package/package.json +3 -3
package/README.md
CHANGED
package/dist/index.esm.js
CHANGED
|
@@ -11734,15 +11734,24 @@ var columns$1 = [{
|
|
|
11734
11734
|
}, {
|
|
11735
11735
|
dataIndex: 'marketPrice',
|
|
11736
11736
|
title: '市场价',
|
|
11737
|
-
width: 140
|
|
11737
|
+
width: 140,
|
|
11738
|
+
render: function render(price) {
|
|
11739
|
+
return Number(price).toFixed(2);
|
|
11740
|
+
}
|
|
11738
11741
|
}, {
|
|
11739
11742
|
dataIndex: 'retailPrice',
|
|
11740
11743
|
title: '零售价',
|
|
11741
|
-
width: 140
|
|
11744
|
+
width: 140,
|
|
11745
|
+
render: function render(price) {
|
|
11746
|
+
return Number(price).toFixed(2);
|
|
11747
|
+
}
|
|
11742
11748
|
}, {
|
|
11743
11749
|
dataIndex: 'memberPrice',
|
|
11744
11750
|
title: '会员价',
|
|
11745
|
-
width: 140
|
|
11751
|
+
width: 140,
|
|
11752
|
+
render: function render(price) {
|
|
11753
|
+
return Number(price).toFixed(2);
|
|
11754
|
+
}
|
|
11746
11755
|
}];
|
|
11747
11756
|
var GoodList = function GoodList(props, ref) {
|
|
11748
11757
|
var _useState = useState([]),
|
|
@@ -12164,13 +12173,13 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
12164
12173
|
{
|
|
12165
12174
|
columns = [{
|
|
12166
12175
|
dataIndex: 'goodId',
|
|
12167
|
-
title: "
|
|
12176
|
+
title: "\u5546\u54C1ID",
|
|
12168
12177
|
align: 'center',
|
|
12169
12178
|
ellipsis: true,
|
|
12170
12179
|
width: 70
|
|
12171
12180
|
}, {
|
|
12172
12181
|
dataIndex: 'goodNo',
|
|
12173
|
-
title: "\u5546\
|
|
12182
|
+
title: "\u5546\u54C1\u7F16\u7801",
|
|
12174
12183
|
align: 'center',
|
|
12175
12184
|
ellipsis: true,
|
|
12176
12185
|
width: 180
|
|
@@ -12291,13 +12300,13 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
12291
12300
|
{
|
|
12292
12301
|
columns = [{
|
|
12293
12302
|
dataIndex: 'goodId',
|
|
12294
|
-
title: "
|
|
12303
|
+
title: "\u5546\u54C1ID",
|
|
12295
12304
|
align: 'center',
|
|
12296
12305
|
ellipsis: true,
|
|
12297
12306
|
width: 70
|
|
12298
12307
|
}, {
|
|
12299
12308
|
dataIndex: 'goodNo',
|
|
12300
|
-
title: "\u5546\
|
|
12309
|
+
title: "\u5546\u54C1\u7F16\u7801",
|
|
12301
12310
|
align: 'center',
|
|
12302
12311
|
ellipsis: true,
|
|
12303
12312
|
width: 180
|
|
@@ -14109,7 +14118,9 @@ var wdtReissue = function wdtReissue(props) {
|
|
|
14109
14118
|
var _typeMap$type25;
|
|
14110
14119
|
return !!(value === null || value === void 0 ? void 0 : value[(_typeMap$type25 = typeMap$1[type]) === null || _typeMap$type25 === void 0 ? void 0 : _typeMap$type25.wdtSystemOrderNo]);
|
|
14111
14120
|
}, [value === null || value === void 0 ? void 0 : value[(_typeMap$type26 = typeMap$1[type]) === null || _typeMap$type26 === void 0 ? void 0 : _typeMap$type26.wdtSystemOrderNo]]);
|
|
14112
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Row,
|
|
14121
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Row, {
|
|
14122
|
+
gutter: 8
|
|
14123
|
+
}, /*#__PURE__*/React.createElement(Col, {
|
|
14113
14124
|
className: "gutter-row",
|
|
14114
14125
|
xs: {
|
|
14115
14126
|
span: 11
|
|
@@ -14141,9 +14152,6 @@ var wdtReissue = function wdtReissue(props) {
|
|
|
14141
14152
|
},
|
|
14142
14153
|
md: {
|
|
14143
14154
|
span: 6
|
|
14144
|
-
},
|
|
14145
|
-
style: {
|
|
14146
|
-
marginLeft: '8px'
|
|
14147
14155
|
}
|
|
14148
14156
|
}, /*#__PURE__*/React.createElement(Cascader, {
|
|
14149
14157
|
style: {
|
package/dist/index.js
CHANGED
|
@@ -11746,15 +11746,24 @@ var columns$1 = [{
|
|
|
11746
11746
|
}, {
|
|
11747
11747
|
dataIndex: 'marketPrice',
|
|
11748
11748
|
title: '市场价',
|
|
11749
|
-
width: 140
|
|
11749
|
+
width: 140,
|
|
11750
|
+
render: function render(price) {
|
|
11751
|
+
return Number(price).toFixed(2);
|
|
11752
|
+
}
|
|
11750
11753
|
}, {
|
|
11751
11754
|
dataIndex: 'retailPrice',
|
|
11752
11755
|
title: '零售价',
|
|
11753
|
-
width: 140
|
|
11756
|
+
width: 140,
|
|
11757
|
+
render: function render(price) {
|
|
11758
|
+
return Number(price).toFixed(2);
|
|
11759
|
+
}
|
|
11754
11760
|
}, {
|
|
11755
11761
|
dataIndex: 'memberPrice',
|
|
11756
11762
|
title: '会员价',
|
|
11757
|
-
width: 140
|
|
11763
|
+
width: 140,
|
|
11764
|
+
render: function render(price) {
|
|
11765
|
+
return Number(price).toFixed(2);
|
|
11766
|
+
}
|
|
11758
11767
|
}];
|
|
11759
11768
|
var GoodList = function GoodList(props, ref) {
|
|
11760
11769
|
var _useState = React.useState([]),
|
|
@@ -12176,13 +12185,13 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
12176
12185
|
{
|
|
12177
12186
|
columns = [{
|
|
12178
12187
|
dataIndex: 'goodId',
|
|
12179
|
-
title: "
|
|
12188
|
+
title: "\u5546\u54C1ID",
|
|
12180
12189
|
align: 'center',
|
|
12181
12190
|
ellipsis: true,
|
|
12182
12191
|
width: 70
|
|
12183
12192
|
}, {
|
|
12184
12193
|
dataIndex: 'goodNo',
|
|
12185
|
-
title: "\u5546\
|
|
12194
|
+
title: "\u5546\u54C1\u7F16\u7801",
|
|
12186
12195
|
align: 'center',
|
|
12187
12196
|
ellipsis: true,
|
|
12188
12197
|
width: 180
|
|
@@ -12303,13 +12312,13 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
12303
12312
|
{
|
|
12304
12313
|
columns = [{
|
|
12305
12314
|
dataIndex: 'goodId',
|
|
12306
|
-
title: "
|
|
12315
|
+
title: "\u5546\u54C1ID",
|
|
12307
12316
|
align: 'center',
|
|
12308
12317
|
ellipsis: true,
|
|
12309
12318
|
width: 70
|
|
12310
12319
|
}, {
|
|
12311
12320
|
dataIndex: 'goodNo',
|
|
12312
|
-
title: "\u5546\
|
|
12321
|
+
title: "\u5546\u54C1\u7F16\u7801",
|
|
12313
12322
|
align: 'center',
|
|
12314
12323
|
ellipsis: true,
|
|
12315
12324
|
width: 180
|
|
@@ -14121,7 +14130,9 @@ var wdtReissue = function wdtReissue(props) {
|
|
|
14121
14130
|
var _typeMap$type25;
|
|
14122
14131
|
return !!(value === null || value === void 0 ? void 0 : value[(_typeMap$type25 = typeMap$1[type]) === null || _typeMap$type25 === void 0 ? void 0 : _typeMap$type25.wdtSystemOrderNo]);
|
|
14123
14132
|
}, [value === null || value === void 0 ? void 0 : value[(_typeMap$type26 = typeMap$1[type]) === null || _typeMap$type26 === void 0 ? void 0 : _typeMap$type26.wdtSystemOrderNo]]);
|
|
14124
|
-
return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(antd.Row,
|
|
14133
|
+
return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(antd.Row, {
|
|
14134
|
+
gutter: 8
|
|
14135
|
+
}, /*#__PURE__*/React__default['default'].createElement(antd.Col, {
|
|
14125
14136
|
className: "gutter-row",
|
|
14126
14137
|
xs: {
|
|
14127
14138
|
span: 11
|
|
@@ -14153,9 +14164,6 @@ var wdtReissue = function wdtReissue(props) {
|
|
|
14153
14164
|
},
|
|
14154
14165
|
md: {
|
|
14155
14166
|
span: 6
|
|
14156
|
-
},
|
|
14157
|
-
style: {
|
|
14158
|
-
marginLeft: '8px'
|
|
14159
14167
|
}
|
|
14160
14168
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Cascader, {
|
|
14161
14169
|
style: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0-alpha.0",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/kmkf-utils": "1.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "1.11.0-alpha.0",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"bignumber.js": "^9.1.2",
|
|
26
26
|
"kmkf-monitor": "^0.8.8",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "72a04da62ed02419fdf194f559aca975a6af27b9"
|
|
69
69
|
}
|