kts-component-invoice-operate 3.2.5 → 3.2.6
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 +6 -9
- package/dist/index.js +6 -9
- package/docs/index.md +1 -1
- package/docs-dist/umi.js +1 -1
- package/package.json +1 -1
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/dist/index.js +616 -0
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/index.tsx +2 -2
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/svg/plus.svg +1 -1
- package/src/Invoice/ui/digtal/GoodsList/ui/BulkMenu/hooks/useAddDiscountRowButton/dist/index.js +316 -0
- package/src/Invoice/ui/digtal/GoodsList/ui/BulkMenu/hooks/useAddDiscountRowButton/index.tsx +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -15062,8 +15062,7 @@ function SvgPlus$1(props) {
|
|
|
15062
15062
|
return /*#__PURE__*/createElement("svg", _extends$8({
|
|
15063
15063
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15064
15064
|
width: 16,
|
|
15065
|
-
height: 15
|
|
15066
|
-
fill: "none"
|
|
15065
|
+
height: 15
|
|
15067
15066
|
}, props), _g$2 || (_g$2 = /*#__PURE__*/createElement("g", {
|
|
15068
15067
|
clipPath: "url(#plus_svg__clip0_715_360)"
|
|
15069
15068
|
}, /*#__PURE__*/createElement("path", {
|
|
@@ -16333,11 +16332,11 @@ var useColumns$1 = (function (form) {
|
|
|
16333
16332
|
type: "link",
|
|
16334
16333
|
style: {
|
|
16335
16334
|
padding: 0,
|
|
16336
|
-
width: 20
|
|
16335
|
+
width: 20,
|
|
16336
|
+
fontSize: 20,
|
|
16337
|
+
fill: '#0074ff'
|
|
16337
16338
|
},
|
|
16338
|
-
icon: React.createElement(
|
|
16339
|
-
component: SvgPlus$1
|
|
16340
|
-
}),
|
|
16339
|
+
icon: React.createElement(SvgPlus$1, null),
|
|
16341
16340
|
onClick: controller.pipeline( /*#__PURE__*/function () {
|
|
16342
16341
|
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(s) {
|
|
16343
16342
|
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
@@ -17911,9 +17910,7 @@ var useAddDiscountRowButton$1 = (function () {
|
|
|
17911
17910
|
size: 'small',
|
|
17912
17911
|
onClick: onOpen,
|
|
17913
17912
|
disabled: disabled,
|
|
17914
|
-
icon: React.createElement(
|
|
17915
|
-
component: SvgAdd
|
|
17916
|
-
})
|
|
17913
|
+
icon: React.createElement(SvgAdd, null)
|
|
17917
17914
|
}, "\u6DFB\u52A0\u6298\u6263"), React.createElement(AddDiscountRowDrawer, {
|
|
17918
17915
|
open: open,
|
|
17919
17916
|
onClose: onClose
|
package/dist/index.js
CHANGED
|
@@ -15072,8 +15072,7 @@ function SvgPlus$1(props) {
|
|
|
15072
15072
|
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
15073
15073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15074
15074
|
width: 16,
|
|
15075
|
-
height: 15
|
|
15076
|
-
fill: "none"
|
|
15075
|
+
height: 15
|
|
15077
15076
|
}, props), _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
|
|
15078
15077
|
clipPath: "url(#plus_svg__clip0_715_360)"
|
|
15079
15078
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -16343,11 +16342,11 @@ var useColumns$1 = (function (form) {
|
|
|
16343
16342
|
type: "link",
|
|
16344
16343
|
style: {
|
|
16345
16344
|
padding: 0,
|
|
16346
|
-
width: 20
|
|
16345
|
+
width: 20,
|
|
16346
|
+
fontSize: 20,
|
|
16347
|
+
fill: '#0074ff'
|
|
16347
16348
|
},
|
|
16348
|
-
icon: React__default['default'].createElement(
|
|
16349
|
-
component: SvgPlus$1
|
|
16350
|
-
}),
|
|
16349
|
+
icon: React__default['default'].createElement(SvgPlus$1, null),
|
|
16351
16350
|
onClick: controller.pipeline( /*#__PURE__*/function () {
|
|
16352
16351
|
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(s) {
|
|
16353
16352
|
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
@@ -17921,9 +17920,7 @@ var useAddDiscountRowButton$1 = (function () {
|
|
|
17921
17920
|
size: 'small',
|
|
17922
17921
|
onClick: onOpen,
|
|
17923
17922
|
disabled: disabled,
|
|
17924
|
-
icon: React__default['default'].createElement(
|
|
17925
|
-
component: SvgAdd
|
|
17926
|
-
})
|
|
17923
|
+
icon: React__default['default'].createElement(SvgAdd, null)
|
|
17927
17924
|
}, "\u6DFB\u52A0\u6298\u6263"), React__default['default'].createElement(AddDiscountRowDrawer, {
|
|
17928
17925
|
open: open,
|
|
17929
17926
|
onClose: onClose
|
package/docs/index.md
CHANGED