techlify-inventory-common 18.36.0 → 18.36.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 (51) hide show
  1. package/esm2022/lib/inventory-common/product/product-list/product-list.component.mjs +15 -17
  2. package/esm2022/lib/inventory-common/product/product-view-page/product-view-page.component.mjs +8 -8
  3. package/esm2022/lib/inventory-common/product/product.module.mjs +5 -5
  4. package/esm2022/lib/inventory-common/product/widgets/product-category-badges/product-category-badges.component.mjs +3 -3
  5. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.component.mjs +115 -70
  6. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-page/stock-issue-page.component.mjs +96 -0
  7. package/esm2022/lib/inventory-common/stock-issuances/{stock-issue-list/stock-issue-list.module.mjs → stock-issue-page/stock-issue-page.module.mjs} +18 -18
  8. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-products-list/stock-issue-products-list.component.mjs +138 -0
  9. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-routing.module.mjs +3 -3
  10. package/esm2022/lib/inventory-common/stock-issuances/stock-issue.module.mjs +5 -5
  11. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-list/stock-receipt-list.component.mjs +153 -0
  12. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-product-list/stock-receipt-product-list.component.mjs +146 -0
  13. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-page/stock-receipts-page.component.mjs +70 -0
  14. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-routing.module.mjs +3 -3
  15. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts.module.mjs +16 -16
  16. package/esm2022/lib/inventory-common/supplier/supplier-view/supplier-view.component.mjs +4 -4
  17. package/esm2022/public-api.mjs +8 -8
  18. package/fesm2022/{techlify-inventory-common-category.module-CUqub2ML.mjs → techlify-inventory-common-category.module-qyYKbe_g.mjs} +2 -2
  19. package/fesm2022/{techlify-inventory-common-category.module-CUqub2ML.mjs.map → techlify-inventory-common-category.module-qyYKbe_g.mjs.map} +1 -1
  20. package/fesm2022/{techlify-inventory-common-measure.module-CIonhS7Z.mjs → techlify-inventory-common-measure.module-Azgdcpqu.mjs} +2 -2
  21. package/fesm2022/{techlify-inventory-common-measure.module-CIonhS7Z.mjs.map → techlify-inventory-common-measure.module-Azgdcpqu.mjs.map} +1 -1
  22. package/fesm2022/{techlify-inventory-common-purchase-order-view.component-5zmdBnE-.mjs → techlify-inventory-common-purchase-order-view.component-tSf0_Lj_.mjs} +2 -2
  23. package/fesm2022/{techlify-inventory-common-purchase-order-view.component-5zmdBnE-.mjs.map → techlify-inventory-common-purchase-order-view.component-tSf0_Lj_.mjs.map} +1 -1
  24. package/fesm2022/{techlify-inventory-common-stock-issue-batch-form.component-CnRySjgj.mjs → techlify-inventory-common-stock-issue-batch-form.component-8u8sZ4gb.mjs} +2 -2
  25. package/fesm2022/{techlify-inventory-common-stock-issue-batch-form.component-CnRySjgj.mjs.map → techlify-inventory-common-stock-issue-batch-form.component-8u8sZ4gb.mjs.map} +1 -1
  26. package/fesm2022/{techlify-inventory-common-stock-issue-view.component-D1sTvEWD.mjs → techlify-inventory-common-stock-issue-view.component-C-SHFxmY.mjs} +2 -2
  27. package/fesm2022/{techlify-inventory-common-stock-issue-view.component-D1sTvEWD.mjs.map → techlify-inventory-common-stock-issue-view.component-C-SHFxmY.mjs.map} +1 -1
  28. package/fesm2022/{techlify-inventory-common-techlify-inventory-common-DVM9NowZ.mjs → techlify-inventory-common-techlify-inventory-common-CqakmnCI.mjs} +1556 -1554
  29. package/fesm2022/techlify-inventory-common-techlify-inventory-common-CqakmnCI.mjs.map +1 -0
  30. package/fesm2022/techlify-inventory-common.mjs +1 -1
  31. package/lib/inventory-common/product/product-view-page/product-view-page.component.d.ts +4 -4
  32. package/lib/inventory-common/product/product.module.d.ts +2 -2
  33. package/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.component.d.ts +22 -22
  34. package/lib/inventory-common/stock-issuances/stock-issue-page/stock-issue-page.component.d.ts +28 -0
  35. package/lib/inventory-common/stock-issuances/stock-issue-page/stock-issue-page.module.d.ts +21 -0
  36. package/lib/inventory-common/stock-issuances/{itemized-stock-issue-products-list/itemized-stock-issue-products-list.component.d.ts → stock-issue-products-list/stock-issue-products-list.component.d.ts} +3 -3
  37. package/lib/inventory-common/stock-issuances/stock-issue.module.d.ts +2 -2
  38. package/lib/inventory-common/stock-receipts/{grouped-stock-receipt-list/grouped-stock-receipt-list.component.d.ts → stock-receipt-list/stock-receipt-list.component.d.ts} +3 -3
  39. package/lib/inventory-common/stock-receipts/{itemized-stock-receipt-products-list/itemized-stock-receipt-products-list.component.d.ts → stock-receipt-product-list/stock-receipt-product-list.component.d.ts} +3 -3
  40. package/lib/inventory-common/stock-receipts/{stock-receipts-list-page/stock-receipts-list-page.component.d.ts → stock-receipts-page/stock-receipts-page.component.d.ts} +3 -3
  41. package/lib/inventory-common/stock-receipts/stock-receipts.module.d.ts +4 -4
  42. package/package.json +1 -1
  43. package/public-api.d.ts +7 -7
  44. package/esm2022/lib/inventory-common/stock-issuances/grouped-stock-issue-list/grouped-stock-issue-list.component.mjs +0 -139
  45. package/esm2022/lib/inventory-common/stock-issuances/itemized-stock-issue-products-list/itemized-stock-issue-products-list.component.mjs +0 -138
  46. package/esm2022/lib/inventory-common/stock-receipts/grouped-stock-receipt-list/grouped-stock-receipt-list.component.mjs +0 -151
  47. package/esm2022/lib/inventory-common/stock-receipts/itemized-stock-receipt-products-list/itemized-stock-receipt-products-list.component.mjs +0 -146
  48. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.mjs +0 -70
  49. package/fesm2022/techlify-inventory-common-techlify-inventory-common-DVM9NowZ.mjs.map +0 -1
  50. package/lib/inventory-common/stock-issuances/grouped-stock-issue-list/grouped-stock-issue-list.component.d.ts +0 -28
  51. package/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.module.d.ts +0 -21

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.