kts-component-invoice-operate 3.2.239 → 3.2.241
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/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/IGood/index.d.ts +0 -1
- package/dist/Invoice/InvoiceController/InvoiceControllerState/index.d.ts +0 -2
- package/dist/Invoice/InvoiceController/index.d.ts +0 -6
- package/dist/Invoice/index.d.ts +0 -2
- package/dist/index.esm.js +2749 -5772
- package/dist/index.js +2748 -5771
- package/package.json +1 -1
- package/src/Invoice/Invoice-digtal/_test/easiest/index.tsx +8 -40
- package/src/Invoice/Invoice-digtal/_test/freight/index.tsx +17 -23
- package/src/Invoice/Invoice-digtal/_test/realEstateInfo/index.tsx +0 -47
- package/src/Invoice/Invoice-digtal/index.md +6 -7
- package/src/Invoice/InvoiceController/InvoiceControllerForm/index.ts +0 -11
- package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/IGood/index.ts +0 -2
- package/src/Invoice/InvoiceController/InvoiceControllerState/index.ts +0 -3
- package/src/Invoice/InvoiceController/index.ts +0 -21
- package/src/Invoice/index.tsx +0 -3
- package/src/Invoice/tools/useToGenerateId/index.ts +0 -2
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/index.tsx +7 -0
- package/src/Invoice/ui/digtal/RealEstateInfo/index.tsx +37 -246
- package/src/Invoice/ui/digtal/StakeFarmerholder/index.less +1 -1
- package/src/Invoice/ui/digtal/StakeFarmerholder/index.tsx +204 -809
- package/dist/Invoice/Invoice-digtal/_test/pay/index.d.ts +0 -4
- package/dist/Invoice/InvoiceController/InvoiceControllerState/PayListState/IColumnsReplenish/index.d.ts +0 -6
- package/dist/Invoice/InvoiceController/InvoiceControllerState/PayListState/IGood/index.d.ts +0 -12
- package/dist/Invoice/InvoiceController/InvoiceControllerState/PayListState/ImportGoods/index.d.ts +0 -21
- package/dist/Invoice/InvoiceController/InvoiceControllerState/PayListState/index.d.ts +0 -31
- package/dist/Invoice/InvoiceController/fns/addPay.d.ts +0 -6
- package/dist/Invoice/InvoiceController/fns/delPay.d.ts +0 -6
- package/dist/Invoice/InvoiceController/fns/saveEditPay.d.ts +0 -6
- package/dist/Invoice/InvoiceController/fns/setEditPay.d.ts +0 -6
- package/dist/Invoice/InvoiceController/fns/setPay.d.ts +0 -6
- package/dist/Invoice/ui/digtal/PayList/hook/useColumns/index.d.ts +0 -3
- package/dist/Invoice/ui/digtal/PayList/hook/useColumns/ui/TitleText/index.d.ts +0 -8
- package/dist/Invoice/ui/digtal/PayList/hook/useOnRow/index.d.ts +0 -8
- package/dist/Invoice/ui/digtal/PayList/hook/useRowSelection/index.d.ts +0 -8
- package/dist/Invoice/ui/digtal/PayList/hook/useWindowClick/index.d.ts +0 -5
- package/dist/Invoice/ui/digtal/PayList/index.d.ts +0 -18
- package/dist/Invoice/ui/digtal/PayList/ui/AddRowButton/index.d.ts +0 -3
- package/dist/Invoice/ui/digtal/PayList/ui/BulkMenu/hooks/useDelRowButton/index.d.ts +0 -6
- package/dist/Invoice/ui/digtal/PayList/ui/BulkMenu/hooks/useEmptyRefill/index.d.ts +0 -6
- package/dist/Invoice/ui/digtal/PayList/ui/TableRow/index.d.ts +0 -3
- package/dist/Invoice/ui/digtal/PayList/ui/TableVirtual/index.d.ts +0 -4
- package/src/Invoice/Invoice-digtal/_test/pay/index.tsx +0 -14637
- package/src/Invoice/InvoiceController/InvoiceControllerState/PayListState/IColumnsReplenish/index.ts +0 -10
- package/src/Invoice/InvoiceController/InvoiceControllerState/PayListState/IGood/index.ts +0 -35
- package/src/Invoice/InvoiceController/InvoiceControllerState/PayListState/ImportGoods/index.ts +0 -81
- package/src/Invoice/InvoiceController/InvoiceControllerState/PayListState/index.ts +0 -40
- package/src/Invoice/InvoiceController/fns/addPay.ts +0 -11
- package/src/Invoice/InvoiceController/fns/delPay.ts +0 -38
- package/src/Invoice/InvoiceController/fns/saveEditPay.ts +0 -23
- package/src/Invoice/InvoiceController/fns/setEditPay.ts +0 -16
- package/src/Invoice/InvoiceController/fns/setPay.ts +0 -11
- package/src/Invoice/ui/digtal/PayList/hook/useColumns/dist/index.js +0 -616
- package/src/Invoice/ui/digtal/PayList/hook/useColumns/index.tsx +0 -168
- package/src/Invoice/ui/digtal/PayList/hook/useColumns/ui/TitleText/index.tsx +0 -20
- package/src/Invoice/ui/digtal/PayList/hook/useOnRow/index.tsx +0 -37
- package/src/Invoice/ui/digtal/PayList/hook/useRowSelection/index.tsx +0 -120
- package/src/Invoice/ui/digtal/PayList/hook/useWindowClick/index.tsx +0 -19
- package/src/Invoice/ui/digtal/PayList/index.less +0 -73
- package/src/Invoice/ui/digtal/PayList/index.tsx +0 -132
- package/src/Invoice/ui/digtal/PayList/ui/AddRowButton/index.tsx +0 -75
- package/src/Invoice/ui/digtal/PayList/ui/BulkMenu/hooks/useDelRowButton/index.tsx +0 -50
- package/src/Invoice/ui/digtal/PayList/ui/BulkMenu/hooks/useEmptyRefill/index.tsx +0 -37
- package/src/Invoice/ui/digtal/PayList/ui/TableRow/index.less +0 -29
- package/src/Invoice/ui/digtal/PayList/ui/TableRow/index.tsx +0 -21
- package/src/Invoice/ui/digtal/PayList/ui/TableVirtual/index.less +0 -39
- package/src/Invoice/ui/digtal/PayList/ui/TableVirtual/index.tsx +0 -109
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.