kts-component-invoice-operate 3.2.138 → 3.2.139
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 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/src/Invoice/InvoiceController/index.ts +1 -1
- package/src/Invoice/ui/default/GoodsList/ui/BulkMenu/hooks/useDelRowButton/index.tsx +1 -1
- package/src/Invoice/ui/digtal/GoodsList/ui/BulkMenu/hooks/useDelRowButton/index.tsx +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -14800,7 +14800,7 @@ var useDelRowButton = (function () {
|
|
|
14800
14800
|
onClick: onClick,
|
|
14801
14801
|
disabled: disabled
|
|
14802
14802
|
}, "\u6279\u91CF\u5220\u9664");
|
|
14803
|
-
}, [model, onClick, disabled]);
|
|
14803
|
+
}, [model, onClick, disabled, isRemRow]);
|
|
14804
14804
|
return {
|
|
14805
14805
|
button: button,
|
|
14806
14806
|
menuItem: menuItem
|
|
@@ -21483,7 +21483,7 @@ var useDelRowButton$1 = (function () {
|
|
|
21483
21483
|
onClick: onClick,
|
|
21484
21484
|
disabled: disabled
|
|
21485
21485
|
}, "\u5220\u9664");
|
|
21486
|
-
}, [model, onClick, disabled]);
|
|
21486
|
+
}, [model, onClick, disabled, isRemRow]);
|
|
21487
21487
|
return {
|
|
21488
21488
|
button: button,
|
|
21489
21489
|
menuItem: menuItem
|
package/dist/index.js
CHANGED
|
@@ -14810,7 +14810,7 @@ var useDelRowButton = (function () {
|
|
|
14810
14810
|
onClick: onClick,
|
|
14811
14811
|
disabled: disabled
|
|
14812
14812
|
}, "\u6279\u91CF\u5220\u9664");
|
|
14813
|
-
}, [model, onClick, disabled]);
|
|
14813
|
+
}, [model, onClick, disabled, isRemRow]);
|
|
14814
14814
|
return {
|
|
14815
14815
|
button: button,
|
|
14816
14816
|
menuItem: menuItem
|
|
@@ -21493,7 +21493,7 @@ var useDelRowButton$1 = (function () {
|
|
|
21493
21493
|
onClick: onClick,
|
|
21494
21494
|
disabled: disabled
|
|
21495
21495
|
}, "\u5220\u9664");
|
|
21496
|
-
}, [model, onClick, disabled]);
|
|
21496
|
+
}, [model, onClick, disabled, isRemRow]);
|
|
21497
21497
|
return {
|
|
21498
21498
|
button: button,
|
|
21499
21499
|
menuItem: menuItem
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@ import mergeDetails from './fns/mergeDetails';
|
|
|
15
15
|
import mergeDiscount from './fns/mergeDiscount';
|
|
16
16
|
import importGoodsDrawer from './fns/importGoodsDrawer';
|
|
17
17
|
import itemBlur from './fns/itemBlur';
|
|
18
|
-
|
|
18
|
+
|
|
19
19
|
export { default as InvoiceControllerState } from './InvoiceControllerState';
|
|
20
20
|
export { default as IGood } from './InvoiceControllerState/GoodsListState/IGood';
|
|
21
21
|
export { default as LineAttributeType } from './InvoiceControllerState/GoodsListState/LineAttributeType';
|