techlify-inventory-common 18.24.1 → 18.25.0

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 (49) hide show
  1. package/esm2022/lib/inventory-common/inventory-common-routing.module.mjs +2 -2
  2. package/esm2022/lib/inventory-common/product/product-view-page/product-view-page.component.mjs +4 -4
  3. package/esm2022/lib/inventory-common/product/product.module.mjs +5 -5
  4. package/esm2022/lib/inventory-common/reports/inventory-value-report/inventory-value-report.component.mjs +5 -3
  5. package/esm2022/lib/inventory-common/stock-issuances/stock-issuance-delete-button/stock-issuance-delete-button.component.mjs +8 -8
  6. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form/stock-issue-form.component.mjs +9 -9
  7. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.component.mjs +179 -0
  8. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.module.mjs +67 -0
  9. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-routing.module.mjs +36 -0
  10. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-view/stock-issue-view.component.mjs +68 -0
  11. package/esm2022/lib/inventory-common/stock-issuances/stock-issue.module.mjs +67 -0
  12. package/esm2022/lib/inventory-common/stock-issuances/stock-issue.service.mjs +18 -0
  13. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-view/stock-receipt-view.component.mjs +3 -3
  14. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.mjs +18 -3
  15. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts.module.mjs +7 -4
  16. package/esm2022/public-api.mjs +4 -4
  17. package/fesm2022/{techlify-inventory-common-category.module-DmlWI9xk.mjs → techlify-inventory-common-category.module-CW1zB9DQ.mjs} +4 -4
  18. package/fesm2022/{techlify-inventory-common-category.module-DmlWI9xk.mjs.map → techlify-inventory-common-category.module-CW1zB9DQ.mjs.map} +1 -1
  19. package/fesm2022/{techlify-inventory-common-measure.module-NTiKN2Rg.mjs → techlify-inventory-common-measure.module-DJqtbIad.mjs} +4 -4
  20. package/fesm2022/{techlify-inventory-common-measure.module-NTiKN2Rg.mjs.map → techlify-inventory-common-measure.module-DJqtbIad.mjs.map} +1 -1
  21. package/fesm2022/techlify-inventory-common-stock-issue-view.component-eeonvCBl.mjs +66 -0
  22. package/fesm2022/techlify-inventory-common-stock-issue-view.component-eeonvCBl.mjs.map +1 -0
  23. package/fesm2022/techlify-inventory-common-techlify-inventory-common-EAdspCEd.mjs +6328 -0
  24. package/fesm2022/techlify-inventory-common-techlify-inventory-common-EAdspCEd.mjs.map +1 -0
  25. package/fesm2022/techlify-inventory-common.mjs +1 -6290
  26. package/fesm2022/techlify-inventory-common.mjs.map +1 -1
  27. package/lib/inventory-common/product/product-view-page/product-view-page.component.d.ts +2 -2
  28. package/lib/inventory-common/product/product.module.d.ts +2 -2
  29. package/lib/inventory-common/stock-issuances/stock-issuance-delete-button/stock-issuance-delete-button.component.d.ts +3 -3
  30. package/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form/stock-issue-form.component.d.ts +3 -3
  31. package/lib/inventory-common/stock-issuances/{stock-issuances-list/stock-issuances-list.component.d.ts → stock-issue-list/stock-issue-list.component.d.ts} +8 -6
  32. package/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.module.d.ts +17 -0
  33. package/lib/inventory-common/stock-issuances/stock-issue-routing.module.d.ts +7 -0
  34. package/lib/inventory-common/stock-issuances/stock-issue-view/stock-issue-view.component.d.ts +19 -0
  35. package/lib/inventory-common/stock-issuances/stock-issue.module.d.ts +19 -0
  36. package/lib/inventory-common/stock-issuances/stock-issue.service.d.ts +7 -0
  37. package/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.d.ts +3 -0
  38. package/lib/inventory-common/stock-receipts/stock-receipts.module.d.ts +1 -1
  39. package/package.json +1 -1
  40. package/public-api.d.ts +3 -3
  41. package/esm2022/lib/inventory-common/stock-issuances/stock-issuance.service.mjs +0 -18
  42. package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.component.mjs +0 -170
  43. package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.module.mjs +0 -64
  44. package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-routing.module.mjs +0 -31
  45. package/esm2022/lib/inventory-common/stock-issuances/stock-issuances.module.mjs +0 -67
  46. package/lib/inventory-common/stock-issuances/stock-issuance.service.d.ts +0 -7
  47. package/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.module.d.ts +0 -17
  48. package/lib/inventory-common/stock-issuances/stock-issuances-routing.module.d.ts +0 -7
  49. package/lib/inventory-common/stock-issuances/stock-issuances.module.d.ts +0 -19

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.