@kmkf-fe-packages/basic-components 0.8.14-alpha.2 → 0.8.16-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/dist/index.esm.js +2 -3
- package/dist/index.js +2 -3
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -10842,8 +10842,8 @@ var index = (function (props) {
|
|
|
10842
10842
|
_onChange = props.onChange,
|
|
10843
10843
|
disabled = props.disabled;
|
|
10844
10844
|
useEffect(function () {
|
|
10845
|
-
var _value$orders;
|
|
10846
|
-
if (!(value === null || value === void 0 ? void 0 : (_value$orders = value.orders) === null || _value$orders === void 0 ? void 0 : _value$orders.length) && (value === null || value === void 0 ? void 0 : value.orderNo)) {
|
|
10845
|
+
var _value$orders, _value$showOrderInfo;
|
|
10846
|
+
if (!(value === null || value === void 0 ? void 0 : (_value$orders = value.orders) === null || _value$orders === void 0 ? void 0 : _value$orders.length) && (value === null || value === void 0 ? void 0 : value.orderNo) && (value === null || value === void 0 ? void 0 : (_value$showOrderInfo = value.showOrderInfo) === null || _value$showOrderInfo === void 0 ? void 0 : _value$showOrderInfo.length)) {
|
|
10847
10847
|
getOrderList(value.orderNo);
|
|
10848
10848
|
}
|
|
10849
10849
|
}, [value]);
|
|
@@ -10890,7 +10890,6 @@ var index = (function (props) {
|
|
|
10890
10890
|
selectedRowKeys: (value === null || value === void 0 ? void 0 : value.selectIds) || [],
|
|
10891
10891
|
fixed: true,
|
|
10892
10892
|
onChange: function onChange(selectedRowKeys, selectedRows, info) {
|
|
10893
|
-
console.log('systemOrder', selectedRowKeys, selectedRows);
|
|
10894
10893
|
_onChange(_objectSpread2(_objectSpread2({}, value), {}, {
|
|
10895
10894
|
selectIds: selectedRowKeys,
|
|
10896
10895
|
selectedRows: selectedRows
|
package/dist/index.js
CHANGED
|
@@ -10853,8 +10853,8 @@ var index = (function (props) {
|
|
|
10853
10853
|
_onChange = props.onChange,
|
|
10854
10854
|
disabled = props.disabled;
|
|
10855
10855
|
React.useEffect(function () {
|
|
10856
|
-
var _value$orders;
|
|
10857
|
-
if (!(value === null || value === void 0 ? void 0 : (_value$orders = value.orders) === null || _value$orders === void 0 ? void 0 : _value$orders.length) && (value === null || value === void 0 ? void 0 : value.orderNo)) {
|
|
10856
|
+
var _value$orders, _value$showOrderInfo;
|
|
10857
|
+
if (!(value === null || value === void 0 ? void 0 : (_value$orders = value.orders) === null || _value$orders === void 0 ? void 0 : _value$orders.length) && (value === null || value === void 0 ? void 0 : value.orderNo) && (value === null || value === void 0 ? void 0 : (_value$showOrderInfo = value.showOrderInfo) === null || _value$showOrderInfo === void 0 ? void 0 : _value$showOrderInfo.length)) {
|
|
10858
10858
|
getOrderList(value.orderNo);
|
|
10859
10859
|
}
|
|
10860
10860
|
}, [value]);
|
|
@@ -10901,7 +10901,6 @@ var index = (function (props) {
|
|
|
10901
10901
|
selectedRowKeys: (value === null || value === void 0 ? void 0 : value.selectIds) || [],
|
|
10902
10902
|
fixed: true,
|
|
10903
10903
|
onChange: function onChange(selectedRowKeys, selectedRows, info) {
|
|
10904
|
-
console.log('systemOrder', selectedRowKeys, selectedRows);
|
|
10905
10904
|
_onChange(_objectSpread2(_objectSpread2({}, value), {}, {
|
|
10906
10905
|
selectIds: selectedRowKeys,
|
|
10907
10906
|
selectedRows: selectedRows
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.16-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": "^0.8.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.8.16-alpha.0",
|
|
24
24
|
"lodash": "^4.17.21",
|
|
25
25
|
"pubsub-js": "^1.9.4",
|
|
26
26
|
"react-copy-to-clipboard": "^5.1.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "8bd0b6f4781c505566aa77ac1d0170110bf04f2e"
|
|
64
64
|
}
|