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.
- package/esm2022/lib/inventory-common/inventory-common-routing.module.mjs +2 -2
- package/esm2022/lib/inventory-common/product/product-view-page/product-view-page.component.mjs +4 -4
- package/esm2022/lib/inventory-common/product/product.module.mjs +5 -5
- package/esm2022/lib/inventory-common/reports/inventory-value-report/inventory-value-report.component.mjs +5 -3
- package/esm2022/lib/inventory-common/stock-issuances/stock-issuance-delete-button/stock-issuance-delete-button.component.mjs +8 -8
- package/esm2022/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form/stock-issue-form.component.mjs +9 -9
- package/esm2022/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.component.mjs +179 -0
- package/esm2022/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.module.mjs +67 -0
- package/esm2022/lib/inventory-common/stock-issuances/stock-issue-routing.module.mjs +36 -0
- package/esm2022/lib/inventory-common/stock-issuances/stock-issue-view/stock-issue-view.component.mjs +68 -0
- package/esm2022/lib/inventory-common/stock-issuances/stock-issue.module.mjs +67 -0
- package/esm2022/lib/inventory-common/stock-issuances/stock-issue.service.mjs +18 -0
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-view/stock-receipt-view.component.mjs +3 -3
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.mjs +18 -3
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipts.module.mjs +7 -4
- package/esm2022/public-api.mjs +4 -4
- package/fesm2022/{techlify-inventory-common-category.module-DmlWI9xk.mjs → techlify-inventory-common-category.module-CW1zB9DQ.mjs} +4 -4
- package/fesm2022/{techlify-inventory-common-category.module-DmlWI9xk.mjs.map → techlify-inventory-common-category.module-CW1zB9DQ.mjs.map} +1 -1
- package/fesm2022/{techlify-inventory-common-measure.module-NTiKN2Rg.mjs → techlify-inventory-common-measure.module-DJqtbIad.mjs} +4 -4
- package/fesm2022/{techlify-inventory-common-measure.module-NTiKN2Rg.mjs.map → techlify-inventory-common-measure.module-DJqtbIad.mjs.map} +1 -1
- package/fesm2022/techlify-inventory-common-stock-issue-view.component-eeonvCBl.mjs +66 -0
- package/fesm2022/techlify-inventory-common-stock-issue-view.component-eeonvCBl.mjs.map +1 -0
- package/fesm2022/techlify-inventory-common-techlify-inventory-common-EAdspCEd.mjs +6328 -0
- package/fesm2022/techlify-inventory-common-techlify-inventory-common-EAdspCEd.mjs.map +1 -0
- package/fesm2022/techlify-inventory-common.mjs +1 -6290
- package/fesm2022/techlify-inventory-common.mjs.map +1 -1
- package/lib/inventory-common/product/product-view-page/product-view-page.component.d.ts +2 -2
- package/lib/inventory-common/product/product.module.d.ts +2 -2
- package/lib/inventory-common/stock-issuances/stock-issuance-delete-button/stock-issuance-delete-button.component.d.ts +3 -3
- package/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form/stock-issue-form.component.d.ts +3 -3
- 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
- package/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.module.d.ts +17 -0
- package/lib/inventory-common/stock-issuances/stock-issue-routing.module.d.ts +7 -0
- package/lib/inventory-common/stock-issuances/stock-issue-view/stock-issue-view.component.d.ts +19 -0
- package/lib/inventory-common/stock-issuances/stock-issue.module.d.ts +19 -0
- package/lib/inventory-common/stock-issuances/stock-issue.service.d.ts +7 -0
- package/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.d.ts +3 -0
- package/lib/inventory-common/stock-receipts/stock-receipts.module.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +3 -3
- package/esm2022/lib/inventory-common/stock-issuances/stock-issuance.service.mjs +0 -18
- package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.component.mjs +0 -170
- package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.module.mjs +0 -64
- package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-routing.module.mjs +0 -31
- package/esm2022/lib/inventory-common/stock-issuances/stock-issuances.module.mjs +0 -67
- package/lib/inventory-common/stock-issuances/stock-issuance.service.d.ts +0 -7
- package/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.module.d.ts +0 -17
- package/lib/inventory-common/stock-issuances/stock-issuances-routing.module.d.ts +0 -7
- 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.