@kmkf-fe-packages/basic-components 2.2.31-beta.65 → 2.2.31-beta.67
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 +12 -12
- package/dist/index.js +12 -12
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -14816,12 +14816,12 @@ var wdtColumns = [{
|
|
|
14816
14816
|
return price || price === 0 ? Number(price).toFixed(2) : '';
|
|
14817
14817
|
}
|
|
14818
14818
|
}, {
|
|
14819
|
-
dataIndex: '
|
|
14819
|
+
dataIndex: 'unitName',
|
|
14820
14820
|
title: '基本单位',
|
|
14821
14821
|
width: 150,
|
|
14822
14822
|
render: renderTextEllipsis
|
|
14823
14823
|
}, {
|
|
14824
|
-
dataIndex: '
|
|
14824
|
+
dataIndex: 'auxUnitName',
|
|
14825
14825
|
title: '辅助单位',
|
|
14826
14826
|
width: 150,
|
|
14827
14827
|
render: renderTextEllipsis
|
|
@@ -18993,11 +18993,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18993
18993
|
width: 100,
|
|
18994
18994
|
render: renderGiftType
|
|
18995
18995
|
}, {
|
|
18996
|
-
dataIndex: '
|
|
18996
|
+
dataIndex: 'unitName',
|
|
18997
18997
|
title: "\u57FA\u672C\u5355\u4F4D",
|
|
18998
18998
|
width: 150
|
|
18999
18999
|
}, {
|
|
19000
|
-
dataIndex: '
|
|
19000
|
+
dataIndex: 'auxUnitName',
|
|
19001
19001
|
title: "\u8F85\u52A9\u5355\u4F4D",
|
|
19002
19002
|
width: 150
|
|
19003
19003
|
}],
|
|
@@ -19126,11 +19126,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19126
19126
|
ellipsis: true,
|
|
19127
19127
|
width: 100
|
|
19128
19128
|
}, {
|
|
19129
|
-
dataIndex: '
|
|
19129
|
+
dataIndex: 'unitName',
|
|
19130
19130
|
title: "\u57FA\u672C\u5355\u4F4D",
|
|
19131
19131
|
width: 150
|
|
19132
19132
|
}, {
|
|
19133
|
-
dataIndex: '
|
|
19133
|
+
dataIndex: 'auxUnitName',
|
|
19134
19134
|
title: "\u8F85\u52A9\u5355\u4F4D",
|
|
19135
19135
|
width: 150
|
|
19136
19136
|
}],
|
|
@@ -19298,11 +19298,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19298
19298
|
}) : /*#__PURE__*/React.createElement("span", null, typeMap[val]);
|
|
19299
19299
|
}
|
|
19300
19300
|
}, {
|
|
19301
|
-
dataIndex: '
|
|
19301
|
+
dataIndex: 'unitName',
|
|
19302
19302
|
title: "\u57FA\u672C\u5355\u4F4D",
|
|
19303
19303
|
width: 150
|
|
19304
19304
|
}, {
|
|
19305
|
-
dataIndex: '
|
|
19305
|
+
dataIndex: 'auxUnitName',
|
|
19306
19306
|
title: "\u8F85\u52A9\u5355\u4F4D",
|
|
19307
19307
|
width: 150
|
|
19308
19308
|
}],
|
|
@@ -19470,11 +19470,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19470
19470
|
}) : /*#__PURE__*/React.createElement("span", null, typeMap[val]);
|
|
19471
19471
|
}
|
|
19472
19472
|
}, {
|
|
19473
|
-
dataIndex: '
|
|
19473
|
+
dataIndex: 'unitName',
|
|
19474
19474
|
title: "\u57FA\u672C\u5355\u4F4D",
|
|
19475
19475
|
width: 150
|
|
19476
19476
|
}, {
|
|
19477
|
-
dataIndex: '
|
|
19477
|
+
dataIndex: 'auxUnitName',
|
|
19478
19478
|
title: "\u8F85\u52A9\u5355\u4F4D",
|
|
19479
19479
|
width: 150
|
|
19480
19480
|
}],
|
|
@@ -19633,11 +19633,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19633
19633
|
ellipsis: true,
|
|
19634
19634
|
render: renderTextEllipsis
|
|
19635
19635
|
}, {
|
|
19636
|
-
dataIndex: '
|
|
19636
|
+
dataIndex: 'unitName',
|
|
19637
19637
|
title: "\u57FA\u672C\u5355\u4F4D",
|
|
19638
19638
|
width: 150
|
|
19639
19639
|
}, {
|
|
19640
|
-
dataIndex: '
|
|
19640
|
+
dataIndex: 'auxUnitName',
|
|
19641
19641
|
title: "\u8F85\u52A9\u5355\u4F4D",
|
|
19642
19642
|
width: 150
|
|
19643
19643
|
}]
|
package/dist/index.js
CHANGED
|
@@ -14831,12 +14831,12 @@ var wdtColumns = [{
|
|
|
14831
14831
|
return price || price === 0 ? Number(price).toFixed(2) : '';
|
|
14832
14832
|
}
|
|
14833
14833
|
}, {
|
|
14834
|
-
dataIndex: '
|
|
14834
|
+
dataIndex: 'unitName',
|
|
14835
14835
|
title: '基本单位',
|
|
14836
14836
|
width: 150,
|
|
14837
14837
|
render: renderTextEllipsis
|
|
14838
14838
|
}, {
|
|
14839
|
-
dataIndex: '
|
|
14839
|
+
dataIndex: 'auxUnitName',
|
|
14840
14840
|
title: '辅助单位',
|
|
14841
14841
|
width: 150,
|
|
14842
14842
|
render: renderTextEllipsis
|
|
@@ -19008,11 +19008,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19008
19008
|
width: 100,
|
|
19009
19009
|
render: renderGiftType
|
|
19010
19010
|
}, {
|
|
19011
|
-
dataIndex: '
|
|
19011
|
+
dataIndex: 'unitName',
|
|
19012
19012
|
title: "\u57FA\u672C\u5355\u4F4D",
|
|
19013
19013
|
width: 150
|
|
19014
19014
|
}, {
|
|
19015
|
-
dataIndex: '
|
|
19015
|
+
dataIndex: 'auxUnitName',
|
|
19016
19016
|
title: "\u8F85\u52A9\u5355\u4F4D",
|
|
19017
19017
|
width: 150
|
|
19018
19018
|
}],
|
|
@@ -19141,11 +19141,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19141
19141
|
ellipsis: true,
|
|
19142
19142
|
width: 100
|
|
19143
19143
|
}, {
|
|
19144
|
-
dataIndex: '
|
|
19144
|
+
dataIndex: 'unitName',
|
|
19145
19145
|
title: "\u57FA\u672C\u5355\u4F4D",
|
|
19146
19146
|
width: 150
|
|
19147
19147
|
}, {
|
|
19148
|
-
dataIndex: '
|
|
19148
|
+
dataIndex: 'auxUnitName',
|
|
19149
19149
|
title: "\u8F85\u52A9\u5355\u4F4D",
|
|
19150
19150
|
width: 150
|
|
19151
19151
|
}],
|
|
@@ -19313,11 +19313,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19313
19313
|
}) : /*#__PURE__*/React__default['default'].createElement("span", null, typeMap[val]);
|
|
19314
19314
|
}
|
|
19315
19315
|
}, {
|
|
19316
|
-
dataIndex: '
|
|
19316
|
+
dataIndex: 'unitName',
|
|
19317
19317
|
title: "\u57FA\u672C\u5355\u4F4D",
|
|
19318
19318
|
width: 150
|
|
19319
19319
|
}, {
|
|
19320
|
-
dataIndex: '
|
|
19320
|
+
dataIndex: 'auxUnitName',
|
|
19321
19321
|
title: "\u8F85\u52A9\u5355\u4F4D",
|
|
19322
19322
|
width: 150
|
|
19323
19323
|
}],
|
|
@@ -19485,11 +19485,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19485
19485
|
}) : /*#__PURE__*/React__default['default'].createElement("span", null, typeMap[val]);
|
|
19486
19486
|
}
|
|
19487
19487
|
}, {
|
|
19488
|
-
dataIndex: '
|
|
19488
|
+
dataIndex: 'unitName',
|
|
19489
19489
|
title: "\u57FA\u672C\u5355\u4F4D",
|
|
19490
19490
|
width: 150
|
|
19491
19491
|
}, {
|
|
19492
|
-
dataIndex: '
|
|
19492
|
+
dataIndex: 'auxUnitName',
|
|
19493
19493
|
title: "\u8F85\u52A9\u5355\u4F4D",
|
|
19494
19494
|
width: 150
|
|
19495
19495
|
}],
|
|
@@ -19648,11 +19648,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19648
19648
|
ellipsis: true,
|
|
19649
19649
|
render: renderTextEllipsis
|
|
19650
19650
|
}, {
|
|
19651
|
-
dataIndex: '
|
|
19651
|
+
dataIndex: 'unitName',
|
|
19652
19652
|
title: "\u57FA\u672C\u5355\u4F4D",
|
|
19653
19653
|
width: 150
|
|
19654
19654
|
}, {
|
|
19655
|
-
dataIndex: '
|
|
19655
|
+
dataIndex: 'auxUnitName',
|
|
19656
19656
|
title: "\u8F85\u52A9\u5355\u4F4D",
|
|
19657
19657
|
width: 150
|
|
19658
19658
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.31-beta.
|
|
3
|
+
"version": "2.2.31-beta.67",
|
|
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": "2.2.31-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.66",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"ali-react-table": "2.6.1",
|
|
26
26
|
"bignumber.js": "^9.1.2",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "5bcd5528aa81e304abc97c36ce2cdce257b52e6b"
|
|
70
70
|
}
|