kts-component-invoice-operate 1.2.22 → 2.0.1

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 (69) hide show
  1. package/d.dio +2 -69
  2. package/dist/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/{EndowCode.d.ts → EndowCode/index.d.ts} +2 -2
  3. package/dist/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/{IGood.d.ts → IGood/index.d.ts} +15 -5
  4. package/dist/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/{ImportGoods.d.ts → ImportGoods/index.d.ts} +0 -0
  5. package/dist/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/{LineAttributeType.d.ts → LineAttributeType/index.d.ts} +0 -0
  6. package/dist/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/ProductComparison/index.d.ts +7 -0
  7. package/dist/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/index.d.ts +9 -0
  8. package/dist/Invoice/InvoiceController/fns/getGoodsSearch.d.ts +2 -0
  9. package/dist/Invoice/InvoiceController/index.d.ts +3 -0
  10. package/dist/Invoice/index.d.ts +1 -1
  11. package/dist/Invoice/tools/itemName/index.d.ts +14 -0
  12. package/dist/Invoice/ui/AddComparisonDrawer/index.d.ts +3 -0
  13. package/dist/Invoice/ui/GoodsList/hook/useColumns/autoFillFn/index.d.ts +2 -0
  14. package/dist/Invoice/ui/GoodsList/hook/useColumns/ui/RowMenu/hook/useAddComparison/index.d.ts +4 -0
  15. package/dist/Invoice/ui/GoodsList/ui/{AddDiscountRowButton → BulkMenu/hooks/useAddDiscountRowButton}/index.d.ts +4 -2
  16. package/dist/Invoice/ui/GoodsList/ui/BulkMenu/hooks/useCommodityComparisonButton/index.d.ts +4 -0
  17. package/dist/Invoice/ui/GoodsList/ui/BulkMenu/hooks/useDelRowButton/index.d.ts +4 -0
  18. package/dist/Invoice/ui/GoodsList/ui/BulkMenu/hooks/useEndowCodeButton/index.d.ts +4 -0
  19. package/dist/Invoice/ui/GoodsList/ui/BulkMenu/index.d.ts +1 -0
  20. package/dist/Invoice/ui/GoodsList/ui/{DelRowButton → DescribeSwitch}/index.d.ts +0 -0
  21. package/dist/Invoice/ui/GoodsList/ui/Search/index.d.ts +2 -0
  22. package/dist/index.d.ts +1 -0
  23. package/dist/index.esm.js +1650 -615
  24. package/dist/index.js +1649 -614
  25. package/docs/index.md +1 -1
  26. package/package.json +6 -1
  27. package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/{EndowCode.tsx → EndowCode/index.tsx} +3 -3
  28. package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/{IGood.ts → IGood/index.ts} +20 -5
  29. package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/{ImportGoods.ts → ImportGoods/index.ts} +0 -0
  30. package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/{LineAttributeType.ts → LineAttributeType/index.ts} +0 -0
  31. package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/ProductComparison/index.ts +10 -0
  32. package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/index.ts +14 -1
  33. package/src/Invoice/InvoiceController/fns/getGoodsSearch.ts +17 -0
  34. package/src/Invoice/InvoiceController/index.ts +4 -0
  35. package/src/Invoice/_test/importGoods/index.tsx +21 -3
  36. package/src/Invoice/index.tsx +5 -1
  37. package/src/Invoice/tools/itemName/index.ts +48 -0
  38. package/src/Invoice/ui/AddComparisonDrawer/index.tsx +175 -0
  39. package/src/Invoice/ui/EndowCodeDrawer/index.tsx +6 -17
  40. package/src/Invoice/ui/GoodsList/hook/useColumns/autoFillFn/index.ts +15 -0
  41. package/src/Invoice/ui/GoodsList/hook/useColumns/index.tsx +100 -32
  42. package/src/Invoice/ui/GoodsList/hook/useColumns/ui/RowMenu/hook/useAddComparison/index.tsx +39 -0
  43. package/src/Invoice/ui/GoodsList/hook/useColumns/ui/RowMenu/index.tsx +5 -2
  44. package/src/Invoice/ui/GoodsList/hook/useRowSelection/index.tsx +34 -8
  45. package/src/Invoice/ui/GoodsList/index.less +42 -37
  46. package/src/Invoice/ui/GoodsList/index.tsx +21 -17
  47. package/src/Invoice/ui/GoodsList/ui/AddRowButton/index.tsx +5 -2
  48. package/src/Invoice/ui/GoodsList/ui/{AddDiscountRowButton → BulkMenu/hooks/useAddDiscountRowButton}/index.less +0 -0
  49. package/src/Invoice/ui/GoodsList/ui/{AddDiscountRowButton → BulkMenu/hooks/useAddDiscountRowButton}/index.tsx +20 -17
  50. package/src/Invoice/ui/GoodsList/ui/BulkMenu/hooks/useCommodityComparisonButton/index.tsx +80 -0
  51. package/src/Invoice/ui/GoodsList/ui/{DelRowButton → BulkMenu/hooks/useDelRowButton}/index.tsx +15 -7
  52. package/src/Invoice/ui/GoodsList/ui/{EndowCodeButton → BulkMenu/hooks/useEndowCodeButton}/index.tsx +13 -9
  53. package/src/Invoice/ui/GoodsList/ui/BulkMenu/index.tsx +43 -0
  54. package/src/Invoice/ui/GoodsList/ui/DescribeSwitch/index.tsx +37 -0
  55. package/src/Invoice/ui/GoodsList/ui/Search/icon/magnifier.svg +1 -0
  56. package/src/Invoice/ui/GoodsList/ui/Search/index.less +10 -0
  57. package/src/Invoice/ui/GoodsList/ui/Search/index.tsx +47 -0
  58. package/src/Invoice/ui/GoodsList/ui/TaxIncludedSwitch/index.tsx +2 -2
  59. package/src/Invoice/ui/ImportGoodsDrawer/index.tsx +70 -18
  60. package/src/index.ts +1 -0
  61. package/yarn.e.lock +14331 -0
  62. package/yarn.o.lock +14800 -0
  63. package/dist/Invoice/ui/GoodsList/ui/EndowCodeButton/index.d.ts +0 -2
  64. package/docs-dist/404.html +0 -33
  65. package/docs-dist/index.html +0 -33
  66. package/docs-dist/static/auto.a6cd905c.svg +0 -1
  67. package/docs-dist/static/spot.42e620e1.svg +0 -1
  68. package/docs-dist/umi.css +0 -20
  69. package/docs-dist/umi.js +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.