kts-component-invoice-operate 3.2.155 → 3.2.156-2

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.
Files changed (26) hide show
  1. package/dist/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/IGood/index.d.ts +1 -0
  2. package/dist/Invoice/InvoiceController/index.d.ts +2 -0
  3. package/dist/index.esm.js +63 -80
  4. package/dist/index.js +63 -80
  5. package/docs-dist/umi.css +1 -1
  6. package/docs-dist/umi.js +1 -1
  7. package/package.json +1 -1
  8. package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/IGood/index.ts +2 -0
  9. package/src/Invoice/InvoiceController/index.ts +2 -0
  10. package/src/Invoice/_test/children/index.tsx +12 -0
  11. package/src/Invoice/ui/default/GoodsList/hook/useColumns/index.tsx +3 -2
  12. package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/Expand/index.tsx +10 -6
  13. package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/RowMenu/hook/useDelItem/dist/index.js +32 -0
  14. package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/RowMenu/hook/useDelItem/index.tsx +3 -1
  15. package/src/Invoice/ui/default/GoodsList/ui/TableRow/index.less +12 -1
  16. package/src/Invoice/ui/default/GoodsList/ui/TableRow/index.tsx +19 -5
  17. package/src/Invoice/ui/default/GoodsList/ui/TableVirtual/index.tsx +0 -1
  18. package/src/Invoice/ui/digtal/RealEstateInfo/index.tsx +6 -8
  19. package/src/Invoice/ui/digtal/Stakeholder/index.tsx +1 -1
  20. package/docs-dist/static/I001.4ff48f20.svg +0 -1
  21. package/docs-dist/static/I002.38b94da1.svg +0 -1
  22. /package/docs-dist/static/{arrowDown.22c7885c.svg → arrowDown.a1cbf0d8.svg} +0 -0
  23. /package/docs-dist/static/{arrowUp.d707a3e4.svg → arrowUp.4c482054.svg} +0 -0
  24. /package/docs-dist/static/{fork.43eb4ffa.svg → fork.5431267d.svg} +0 -0
  25. /package/docs-dist/static/{plus.384f41d9.svg → plus.44013ce3.svg} +0 -0
  26. /package/docs-dist/static/{plus.0e60e9ea.svg → plus.4fd1af30.svg} +0 -0
@@ -32,6 +32,7 @@ export default interface IGood {
32
32
  priceExcludeTax?: number;
33
33
  /** 类型 0 正常行, 1 折扣行 2 被折扣行 */
34
34
  lineAttribute: LineAttributeType;
35
+ referenceLines?: any[];
35
36
  /** 金额(含税) */
36
37
  lineAmountIncludeTax?: number;
37
38
  /** 金额(不含税) */
@@ -42,4 +42,6 @@ export default class InvoiceController extends InvoiceControllerForm {
42
42
  getGoodsSearch: typeof getGoodsSearch;
43
43
  /** 获取货物的税率可选列表, 如果没传taxClassificationCode,返回undefined */
44
44
  getGoodsTaxRateList?: (taxClassificationCode: string) => Promise<number[] | undefined | null>;
45
+ /** 商品列表配置器 */
46
+ setColumnsConfig?: (columns: any[]) => any[];
45
47
  }
package/dist/index.esm.js CHANGED
@@ -9741,6 +9741,7 @@ var InvoiceController = /*#__PURE__*/function (_InvoiceControllerFor) {
9741
9741
  _this.getTaxCategoryCodeList = void 0;
9742
9742
  _this.getGoodsSearch = getGoodsSearch;
9743
9743
  _this.getGoodsTaxRateList = void 0;
9744
+ _this.setColumnsConfig = void 0;
9744
9745
  return _this;
9745
9746
  } // ----------------- 发票头 模块相关 -----------------
9746
9747
 
@@ -10676,7 +10677,7 @@ function Search() {
10676
10677
  });
10677
10678
  }
10678
10679
 
10679
- var css_248z$5 = ".kts-invoice-operate-goods-list-itemName-drag-container-u {\n position: relative;\n}\n.kts-invoice-operate-goods-list-itemName-drag-container-u::after {\n content: \" \";\n width: 100%;\n height: 2px;\n background: #0074ff;\n position: absolute;\n left: 0;\n top: 0;\n z-index: 9999;\n}\n.kts-invoice-operate-goods-list-itemName-drag-container-d {\n position: relative;\n}\n.kts-invoice-operate-goods-list-itemName-drag-container-d::after {\n content: \" \";\n width: 100%;\n height: 2px;\n background: #0074ff;\n position: absolute;\n left: 0;\n bottom: 0;\n z-index: 9999;\n}\n";
10680
+ var css_248z$5 = ".kts-invoice-operate-goods-list-itemName-drag-container-u {\n position: relative;\n}\n.kts-invoice-operate-goods-list-itemName-drag-container-u::after {\n content: \" \";\n width: 100%;\n height: 2px;\n background: #0074ff;\n position: absolute;\n left: 0;\n top: 0;\n z-index: 9999;\n}\n.kts-invoice-operate-goods-list-itemName-drag-container-d {\n position: relative;\n}\n.kts-invoice-operate-goods-list-itemName-drag-container-d::after {\n content: \" \";\n width: 100%;\n height: 2px;\n background: #0074ff;\n position: absolute;\n left: 0;\n bottom: 0;\n z-index: 9999;\n}\n.ktsAntX-table .ktsAntX-table-row.ktsAntX-table-row-level-0.kts-invoice-operate-goods-expanded .ktsAntX-table-cell-ellipsis,\n.ktsAntX-table .ktsAntX-table-row.ktsAntX-table-row-level-0.kts-invoice-operate-goods-expanded {\n background: #f0f0f0;\n}\n.ktsAntX-table .ktsAntX-table-row.ktsAntX-table-row-level-0.kts-invoice-operate-goods-expanded-level-1 .ktsAntX-table-cell-ellipsis,\n.ktsAntX-table .ktsAntX-table-row.ktsAntX-table-row-level-0.kts-invoice-operate-goods-expanded-level-1 {\n background: #f6f6f6;\n}\n";
10680
10681
  styleInject(css_248z$5);
10681
10682
 
10682
10683
  function TableRow(props) {
@@ -10685,6 +10686,11 @@ function TableRow(props) {
10685
10686
  var goodsMap = controller.useMemo(function (s) {
10686
10687
  return s.goodsListState.goodsMap;
10687
10688
  }, []);
10689
+ /** 子级展开的货物 */
10690
+
10691
+ var expandedRowKeys = controller.useMemo(function (s) {
10692
+ return s.goodsListState.expandedRowKeys;
10693
+ }, []);
10688
10694
  /** 当前拖动中的货品索引 */
10689
10695
 
10690
10696
  var current = controller.useMemo(function (s) {
@@ -10715,6 +10721,19 @@ function TableRow(props) {
10715
10721
  return undefined;
10716
10722
  }
10717
10723
  }, [good, goodsMap]);
10724
+ /** 扩展行样式 */
10725
+
10726
+ var expandedRow = React.useMemo(function () {
10727
+ if (expandedRowKeys.indexOf(rowKey) > -1) return 'kts-invoice-operate-goods-expanded';
10728
+ if (expandedRowKeys.map(function (e) {
10729
+ return goodsMap.get(e);
10730
+ }).map(function (e) {
10731
+ return e === null || e === void 0 ? void 0 : e.children;
10732
+ }).flat(1).map(function (e) {
10733
+ return e === null || e === void 0 ? void 0 : e.$index;
10734
+ }).indexOf(rowKey) > -1) return 'kts-invoice-operate-goods-expanded-level-1';
10735
+ return undefined;
10736
+ }, [rowKey, expandedRowKeys, good]);
10718
10737
  return rowKey === current && current ? /*#__PURE__*/React.createElement("tr", {
10719
10738
  style: {
10720
10739
  height: 32.67,
@@ -10730,7 +10749,7 @@ function TableRow(props) {
10730
10749
  bottom: 0
10731
10750
  }
10732
10751
  })) : /*#__PURE__*/React.createElement("tr", _objectSpread2(_objectSpread2({}, props), {}, {
10733
- className: classNames(props.className, discount, rowKey === container && current ? 'kts-invoice-operate-goods-list-itemName-drag-container-' + site : undefined)
10752
+ className: classNames(props.className, discount, expandedRow, rowKey === container && current ? 'kts-invoice-operate-goods-list-itemName-drag-container-' + site : undefined)
10734
10753
  }));
10735
10754
  }
10736
10755
 
@@ -10749,6 +10768,8 @@ function SvgSpot(props) {
10749
10768
  }
10750
10769
 
10751
10770
  var useDelItem = (function (goods) {
10771
+ var _goods$referenceLines;
10772
+
10752
10773
  var controller = Invoice.useInvoiceController();
10753
10774
  var model = controller.useMemo(function (s) {
10754
10775
  return s.model;
@@ -10760,6 +10781,10 @@ var useDelItem = (function (goods) {
10760
10781
  controller.delGood(goods.$index);
10761
10782
  }, [controller, goods.$index]);
10762
10783
 
10784
+ if (goods.lineAttribute === LineAttributeType$1.正常 && (goods === null || goods === void 0 ? void 0 : goods.referenceLines) && (goods === null || goods === void 0 ? void 0 : (_goods$referenceLines = goods.referenceLines) === null || _goods$referenceLines === void 0 ? void 0 : _goods$referenceLines.length) > 0) {
10785
+ return undefined;
10786
+ }
10787
+
10763
10788
  if (goods.lineAttribute === LineAttributeType$1.被折扣行) {
10764
10789
  return undefined;
10765
10790
  }
@@ -13044,44 +13069,6 @@ function DragDiv(props) {
13044
13069
  }, /*#__PURE__*/React.createElement("span", null, props.itemName), /*#__PURE__*/React.createElement("span", null, props.itemModelName), /*#__PURE__*/React.createElement("span", null, props.unit));
13045
13070
  }
13046
13071
 
13047
- var _path$4, _path2$1, _path3$1;
13048
-
13049
- function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
13050
-
13051
- function SvgI001$1(props) {
13052
- return /*#__PURE__*/createElement("svg", _extends$4({
13053
- className: "I001_svg__icon",
13054
- viewBox: "0 0 1024 1024",
13055
- xmlns: "http://www.w3.org/2000/svg",
13056
- width: 200,
13057
- height: 200
13058
- }, props), _path$4 || (_path$4 = /*#__PURE__*/createElement("path", {
13059
- d: "M879.973 997.088H146.455c-67.235 0-122.213-54.978-122.213-122.213V141.236c0-67.235 54.978-122.212 122.213-122.212h733.639c67.235 0 122.212 54.977 122.212 122.212v733.64c0 67.113-54.977 122.212-122.333 122.212zM146.455 80.069c-36.652 0-61.167 24.394-61.167 61.167v733.64c0 36.65 24.394 61.166 61.167 61.166h733.639c36.651 0 61.167-24.394 61.167-61.167V141.236c0-36.651-24.394-61.167-61.167-61.167h-733.64zm0 0"
13060
- })), _path2$1 || (_path2$1 = /*#__PURE__*/createElement("path", {
13061
- d: "M757.76 538.578H268.667c-18.326 0-30.583-12.257-30.583-30.583s12.257-30.583 30.583-30.583H757.76c18.326 0 30.583 12.257 30.583 30.583s-12.257 30.583-30.583 30.583zm0 0"
13062
- })), _path3$1 || (_path3$1 = /*#__PURE__*/createElement("path", {
13063
- d: "M513.214 783.125c-18.326 0-30.584-12.258-30.584-30.584V263.45c0-18.326 12.258-30.584 30.584-30.584s30.583 12.258 30.583 30.584V752.54c0 18.326-12.258 30.584-30.583 30.584zm0 0"
13064
- })));
13065
- }
13066
-
13067
- var _path$5, _path2$2;
13068
-
13069
- function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
13070
-
13071
- function SvgI002(props) {
13072
- return /*#__PURE__*/createElement("svg", _extends$5({
13073
- className: "I002_svg__icon",
13074
- viewBox: "0 0 1024 1024",
13075
- xmlns: "http://www.w3.org/2000/svg",
13076
- width: 200,
13077
- height: 200
13078
- }, props), _path$5 || (_path$5 = /*#__PURE__*/createElement("path", {
13079
- d: "M879.973 997.088H146.455c-67.235 0-122.213-54.978-122.213-122.213V141.236c0-67.235 54.978-122.212 122.213-122.212h733.639c67.235 0 122.212 54.977 122.212 122.212v733.64c0 67.113-54.977 122.212-122.333 122.212zM146.455 80.069c-36.652 0-61.167 24.394-61.167 61.167v733.64c0 36.65 24.394 61.166 61.167 61.166h733.639c36.651 0 61.167-24.394 61.167-61.167V141.236c0-36.651-24.394-61.167-61.167-61.167h-733.64zm0 0"
13080
- })), _path2$2 || (_path2$2 = /*#__PURE__*/createElement("path", {
13081
- d: "M757.76 538.578H268.667c-18.326 0-30.583-12.257-30.583-30.583s12.257-30.583 30.583-30.583H757.76c18.326 0 30.583 12.257 30.583 30.583s-12.257 30.583-30.583 30.583zm0 0"
13082
- })));
13083
- }
13084
-
13085
13072
  function Expand(props) {
13086
13073
  var _goodsMap$get;
13087
13074
 
@@ -13100,11 +13087,10 @@ function Expand(props) {
13100
13087
  type: 'text',
13101
13088
  style: {
13102
13089
  width: 'auto',
13103
- color: "#0074ff"
13090
+ color: "#0074ff",
13091
+ padding: 0
13104
13092
  },
13105
- icon: /*#__PURE__*/React.createElement(Icon, {
13106
- component: SvgI002
13107
- }),
13093
+ // icon={<Icon component={I002Svg} />}
13108
13094
  onClick: controller.pipeline( /*#__PURE__*/function () {
13109
13095
  var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(s, e) {
13110
13096
  return _regeneratorRuntime().wrap(function _callee$(_context) {
@@ -13128,17 +13114,16 @@ function Expand(props) {
13128
13114
  return _ref.apply(this, arguments);
13129
13115
  };
13130
13116
  }())
13131
- });
13117
+ }, "\u6536\u8D77");
13132
13118
  } else {
13133
13119
  return /*#__PURE__*/React.createElement(Button$1, {
13134
13120
  type: 'text',
13135
13121
  style: {
13136
13122
  width: 'auto',
13137
- color: "#0074ff"
13123
+ color: "#0074ff",
13124
+ padding: 0
13138
13125
  },
13139
- icon: /*#__PURE__*/React.createElement(Icon, {
13140
- component: SvgI001$1
13141
- }),
13126
+ // icon={<Icon component={I001Svg} />}
13142
13127
  onClick: controller.pipeline( /*#__PURE__*/function () {
13143
13128
  var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(s, e) {
13144
13129
  return _regeneratorRuntime().wrap(function _callee2$(_context2) {
@@ -13160,7 +13145,7 @@ function Expand(props) {
13160
13145
  return _ref2.apply(this, arguments);
13161
13146
  };
13162
13147
  }())
13163
- });
13148
+ }, "\u5C55\u5F00");
13164
13149
  }
13165
13150
  } else {
13166
13151
  return /*#__PURE__*/React.createElement(React.Fragment, null);
@@ -13305,7 +13290,7 @@ var useColumns = (function (form) {
13305
13290
  }, {
13306
13291
  title: ' ',
13307
13292
  key: 'expand',
13308
- width: 40,
13293
+ width: 50,
13309
13294
  align: 'center',
13310
13295
  render: function render(_, record) {
13311
13296
  return /*#__PURE__*/React.createElement(Expand, {
@@ -14140,7 +14125,7 @@ var useColumns = (function (form) {
14140
14125
  });
14141
14126
  });
14142
14127
  }, [isTaxIncluded, editGood, goodsList, controller, changeField, deduction, isMyShow, searchValue, model, columnsReplenish, columnshide, isStart]);
14143
- return columns;
14128
+ return controller.setColumnsConfig ? controller.setColumnsConfig(columns) : columns;
14144
14129
  });
14145
14130
  /** 字段 */
14146
14131
 
@@ -17037,42 +17022,42 @@ var Tag = /*#__PURE__*/function (_React$Component2) {
17037
17022
  return Tag;
17038
17023
  }(React.Component);
17039
17024
 
17040
- var _path$6;
17025
+ var _path$4;
17041
17026
 
17042
- function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
17027
+ function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
17043
17028
 
17044
17029
  function SvgArrowUp(props) {
17045
- return /*#__PURE__*/createElement("svg", _extends$6({
17030
+ return /*#__PURE__*/createElement("svg", _extends$4({
17046
17031
  xmlns: "http://www.w3.org/2000/svg",
17047
17032
  width: 13,
17048
17033
  height: 13,
17049
17034
  fill: "none"
17050
- }, props), _path$6 || (_path$6 = /*#__PURE__*/createElement("path", {
17035
+ }, props), _path$4 || (_path$4 = /*#__PURE__*/createElement("path", {
17051
17036
  d: "M9.557 8.573a.338.338 0 01-.252-.114L6.508 5.367 3.711 8.46a.333.333 0 01-.497.005.404.404 0 01-.005-.538l3.048-3.37a.339.339 0 01.251-.114c.095 0 .185.041.252.114l3.048 3.37a.404.404 0 01-.005.538.337.337 0 01-.246.11z"
17052
17037
  })));
17053
17038
  }
17054
17039
 
17055
- var _path$7;
17040
+ var _path$5;
17056
17041
 
17057
- function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
17042
+ function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
17058
17043
 
17059
17044
  function SvgArrowDown(props) {
17060
- return /*#__PURE__*/createElement("svg", _extends$7({
17045
+ return /*#__PURE__*/createElement("svg", _extends$5({
17061
17046
  xmlns: "http://www.w3.org/2000/svg",
17062
17047
  width: 12,
17063
17048
  height: 13,
17064
17049
  fill: "none"
17065
- }, props), _path$7 || (_path$7 = /*#__PURE__*/createElement("path", {
17050
+ }, props), _path$5 || (_path$5 = /*#__PURE__*/createElement("path", {
17066
17051
  d: "M2.943 4.427c.092 0 .183.038.252.114l2.797 3.092L8.789 4.54a.333.333 0 01.497-.005.404.404 0 01.005.538l-3.048 3.37a.339.339 0 01-.251.114.339.339 0 01-.252-.114l-3.048-3.37a.404.404 0 01.005-.538.337.337 0 01.246-.11z"
17067
17052
  })));
17068
17053
  }
17069
17054
 
17070
17055
  var _g, _defs$2;
17071
17056
 
17072
- function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
17057
+ function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
17073
17058
 
17074
17059
  function SvgPlus(props) {
17075
- return /*#__PURE__*/createElement("svg", _extends$8({
17060
+ return /*#__PURE__*/createElement("svg", _extends$6({
17076
17061
  xmlns: "http://www.w3.org/2000/svg",
17077
17062
  width: 16,
17078
17063
  height: 15,
@@ -17125,10 +17110,8 @@ var RULES = {
17125
17110
  }];
17126
17111
  },
17127
17112
  sellerTelPhone: function sellerTelPhone(label) {
17128
- return [{
17129
- required: true,
17130
- message: "".concat(label, "\u5FC5\u586B")
17131
- }, {
17113
+ return [// { required: true, message: `${label}必填` },
17114
+ {
17132
17115
  max: 100,
17133
17116
  message: "".concat(label, "\u5185\u5BB9\u8D85\u957F")
17134
17117
  }, {
@@ -17852,10 +17835,10 @@ function TableVirtual$1 (props) {
17852
17835
 
17853
17836
  var _g$1, _defs$3;
17854
17837
 
17855
- function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
17838
+ function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
17856
17839
 
17857
17840
  function SvgFork(props) {
17858
- return /*#__PURE__*/createElement("svg", _extends$9({
17841
+ return /*#__PURE__*/createElement("svg", _extends$7({
17859
17842
  xmlns: "http://www.w3.org/2000/svg",
17860
17843
  width: 16,
17861
17844
  height: 16,
@@ -19459,18 +19442,18 @@ var TaxIncludedSwitch$1 = (function () {
19459
19442
  }));
19460
19443
  });
19461
19444
 
19462
- var _path$8;
19445
+ var _path$6;
19463
19446
 
19464
- function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
19447
+ function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
19465
19448
 
19466
19449
  function SvgMagnifier$1(props) {
19467
- return /*#__PURE__*/createElement("svg", _extends$a({
19450
+ return /*#__PURE__*/createElement("svg", _extends$8({
19468
19451
  className: "magnifier_svg__icon",
19469
19452
  viewBox: "0 0 1024 1024",
19470
19453
  xmlns: "http://www.w3.org/2000/svg",
19471
19454
  width: 200,
19472
19455
  height: 200
19473
- }, props), _path$8 || (_path$8 = /*#__PURE__*/createElement("path", {
19456
+ }, props), _path$6 || (_path$6 = /*#__PURE__*/createElement("path", {
19474
19457
  d: "M985.781 918.594L820.773 765.526c27.373-32.973 49.655-69.577 66.437-109.258 22.933-54.219 34.56-111.795 34.56-171.13 0-59.333-11.627-116.91-34.56-171.13-22.143-52.354-53.838-99.365-94.2-139.729s-87.377-72.056-139.73-94.199c-54.219-22.933-111.795-34.561-171.13-34.561S365.24 57.148 311.022 80.08c-52.354 22.143-99.365 53.837-139.73 94.2s-72.057 87.375-94.2 139.73c-22.932 54.218-34.56 111.795-34.56 171.13 0 59.334 11.628 116.91 34.56 171.129 22.144 52.354 53.838 99.365 94.2 139.729s87.376 72.057 139.73 94.2c54.219 22.933 111.795 34.56 171.13 34.56s116.91-11.627 171.13-34.56c45.352-19.181 86.686-45.543 123.171-78.487l165.803 153.804a31.886 31.886 0 0021.756 8.54c8.593 0 17.163-3.442 23.467-10.238 12.019-12.956 11.26-33.205-1.698-45.223zm-503.63-57.836c-207.117 0-375.62-168.502-375.62-375.62 0-207.117 168.503-375.62 375.62-375.62s375.62 168.503 375.62 375.62c0 207.118-168.503 375.62-375.62 375.62z"
19475
19458
  })));
19476
19459
  }
@@ -19620,10 +19603,10 @@ function TableRow$1(props) {
19620
19603
 
19621
19604
  var _g$2, _defs$4;
19622
19605
 
19623
- function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
19606
+ function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
19624
19607
 
19625
19608
  function SvgPlus$1(props) {
19626
- return /*#__PURE__*/createElement("svg", _extends$b({
19609
+ return /*#__PURE__*/createElement("svg", _extends$9({
19627
19610
  xmlns: "http://www.w3.org/2000/svg",
19628
19611
  width: 16,
19629
19612
  height: 15
@@ -19868,18 +19851,18 @@ function ItemNameInput$1(props) {
19868
19851
  })));
19869
19852
  }
19870
19853
 
19871
- var _path$9;
19854
+ var _path$7;
19872
19855
 
19873
- function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
19856
+ function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
19874
19857
 
19875
- function SvgI001$2(props) {
19876
- return /*#__PURE__*/createElement("svg", _extends$c({
19858
+ function SvgI001$1(props) {
19859
+ return /*#__PURE__*/createElement("svg", _extends$a({
19877
19860
  className: "I001_svg__icon",
19878
19861
  viewBox: "0 0 1024 1024",
19879
19862
  xmlns: "http://www.w3.org/2000/svg",
19880
19863
  width: 200,
19881
19864
  height: 200
19882
- }, props), _path$9 || (_path$9 = /*#__PURE__*/createElement("path", {
19865
+ }, props), _path$7 || (_path$7 = /*#__PURE__*/createElement("path", {
19883
19866
  d: "M304.874-5.815h123.758v123.758H304.874V-5.815zm281.277 0H709.91v123.758H586.151V-5.815zM304.874 286.75h123.758v123.758H304.874V286.75zm281.277 0H709.91v123.758H586.151V286.75zM304.874 579.212h123.758V702.97H304.874V579.212zm281.277 0H709.91V702.97H586.151V579.212zM304.874 871.83h123.758v123.758H304.874V871.83zm281.277 0H709.91v123.758H586.151V871.83z"
19884
19867
  })));
19885
19868
  }
@@ -20180,7 +20163,7 @@ function Drag$2(props) {
20180
20163
  className: "kts-invoice-operate-goods-list-itemName-drag",
20181
20164
  onMouseOver: controller.saveEditGood
20182
20165
  }, /*#__PURE__*/React.createElement(Icon, {
20183
- component: SvgI001$2
20166
+ component: SvgI001$1
20184
20167
  }));
20185
20168
  }, [onMouseDown, controller]);
20186
20169