techlify-inventory-common 18.24.0 → 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 (175) hide show
  1. package/esm2022/lib/inventory-common/category/category-form/category-form.component.mjs +3 -3
  2. package/esm2022/lib/inventory-common/category/category-form-button/category-form-button.component.mjs +3 -3
  3. package/esm2022/lib/inventory-common/category/category-list-page/category-list-page.component.mjs +3 -3
  4. package/esm2022/lib/inventory-common/category/category-routing.module.mjs +4 -4
  5. package/esm2022/lib/inventory-common/category/category-view/category-view.component.mjs +3 -3
  6. package/esm2022/lib/inventory-common/category/category.module.mjs +4 -4
  7. package/esm2022/lib/inventory-common/category/category.service.mjs +3 -3
  8. package/esm2022/lib/inventory-common/incident/incident-form/incident-form.component.mjs +3 -3
  9. package/esm2022/lib/inventory-common/incident/incident-form-button/incident-form-button.component.mjs +3 -3
  10. package/esm2022/lib/inventory-common/incident/incident-list/incident-list.component.mjs +9 -11
  11. package/esm2022/lib/inventory-common/incident/incident-routing.module.mjs +4 -4
  12. package/esm2022/lib/inventory-common/incident/incident.module.mjs +4 -4
  13. package/esm2022/lib/inventory-common/incident/incident.service.mjs +3 -3
  14. package/esm2022/lib/inventory-common/inventory-common-routing.module.mjs +6 -6
  15. package/esm2022/lib/inventory-common/inventory-common.module.mjs +4 -4
  16. package/esm2022/lib/inventory-common/inventory-dashboard-page/inventory-dashboard-page.component.mjs +3 -3
  17. package/esm2022/lib/inventory-common/inventory-value-report.service.mjs +3 -3
  18. package/esm2022/lib/inventory-common/location/location-delete-button/location-delete-button.component.mjs +3 -3
  19. package/esm2022/lib/inventory-common/location/location-form/location-form.component.mjs +3 -3
  20. package/esm2022/lib/inventory-common/location/location-form-button/location-form-button.component.mjs +3 -3
  21. package/esm2022/lib/inventory-common/location/location-information/location-information.component.mjs +3 -3
  22. package/esm2022/lib/inventory-common/location/location-list/location-list.component.mjs +7 -10
  23. package/esm2022/lib/inventory-common/location/location-product-statistics/location-product-statistics.component.mjs +7 -10
  24. package/esm2022/lib/inventory-common/location/location-routing.module.mjs +4 -4
  25. package/esm2022/lib/inventory-common/location/location-status-changer/location-status-changer.component.mjs +3 -3
  26. package/esm2022/lib/inventory-common/location/location-view/location-view.component.mjs +3 -3
  27. package/esm2022/lib/inventory-common/location/location.module.mjs +4 -4
  28. package/esm2022/lib/inventory-common/location/location.service.mjs +3 -3
  29. package/esm2022/lib/inventory-common/location/shelf/shelf-delete-button/shelf-delete-button.component.mjs +3 -3
  30. package/esm2022/lib/inventory-common/location/shelf/shelf-form/shelf-form.component.mjs +3 -3
  31. package/esm2022/lib/inventory-common/location/shelf/shelf-form-button/shelf-form-button.component.mjs +3 -3
  32. package/esm2022/lib/inventory-common/location/shelf/shelf-list/shelf-list.component.mjs +14 -18
  33. package/esm2022/lib/inventory-common/location/shelf/shelf-routing.module.mjs +4 -4
  34. package/esm2022/lib/inventory-common/location/shelf/shelf.module.mjs +4 -4
  35. package/esm2022/lib/inventory-common/location/shelf/shelf.service.mjs +3 -3
  36. package/esm2022/lib/inventory-common/low-stock-report.service.mjs +3 -3
  37. package/esm2022/lib/inventory-common/material.module.mjs +4 -4
  38. package/esm2022/lib/inventory-common/measure/measure-delete/measure-delete-button/measure-delete-button.component.mjs +3 -3
  39. package/esm2022/lib/inventory-common/measure/measure-delete/measure-delete.module.mjs +4 -4
  40. package/esm2022/lib/inventory-common/measure/measure-form/measure-form/measure-form.component.mjs +3 -3
  41. package/esm2022/lib/inventory-common/measure/measure-form/measure-form-button/measure-form-button.component.mjs +3 -3
  42. package/esm2022/lib/inventory-common/measure/measure-form/measure-form.module.mjs +4 -4
  43. package/esm2022/lib/inventory-common/measure/measure-routing.module.mjs +4 -4
  44. package/esm2022/lib/inventory-common/measure/measure.module.mjs +4 -4
  45. package/esm2022/lib/inventory-common/measure/measure.service.mjs +3 -3
  46. package/esm2022/lib/inventory-common/measure/measures-list/measures-list.component.mjs +3 -3
  47. package/esm2022/lib/inventory-common/product/low-stock-products-widget/low-stock-products-widget.component.mjs +3 -3
  48. package/esm2022/lib/inventory-common/product/low-stock-products-widget/low-stock-products-widget.module.mjs +4 -4
  49. package/esm2022/lib/inventory-common/product/product-basic-info/product-basic-info.component.mjs +3 -3
  50. package/esm2022/lib/inventory-common/product/product-batch-update-form/product-batch-update-form.component.mjs +3 -3
  51. package/esm2022/lib/inventory-common/product/product-delete-button/product-delete-button.component.mjs +3 -3
  52. package/esm2022/lib/inventory-common/product/product-form/product-form.component.mjs +3 -3
  53. package/esm2022/lib/inventory-common/product/product-form-button/product-form-button.component.mjs +3 -3
  54. package/esm2022/lib/inventory-common/product/product-form.service.mjs +3 -3
  55. package/esm2022/lib/inventory-common/product/product-import-page/product-import-page.component.mjs +3 -3
  56. package/esm2022/lib/inventory-common/product/product-list/product-list.component.mjs +9 -11
  57. package/esm2022/lib/inventory-common/product/product-location/product-location-list/product-location-list.component.mjs +3 -3
  58. package/esm2022/lib/inventory-common/product/product-measure-form/product-measure-form.component.mjs +3 -3
  59. package/esm2022/lib/inventory-common/product/product-measures-list/product-measures-list.component.mjs +3 -3
  60. package/esm2022/lib/inventory-common/product/product-nav-bar/product-nav-bar.component.mjs +3 -3
  61. package/esm2022/lib/inventory-common/product/product-quick-search/product-quick-search.component.mjs +3 -3
  62. package/esm2022/lib/inventory-common/product/product-routing.module.mjs +4 -4
  63. package/esm2022/lib/inventory-common/product/product-search/product-search.component.mjs +3 -3
  64. package/esm2022/lib/inventory-common/product/product-search/product-search.module.mjs +4 -4
  65. package/esm2022/lib/inventory-common/product/product-statistics.service.mjs +3 -3
  66. package/esm2022/lib/inventory-common/product/product-summary-chart/product-summary-chart.component.mjs +3 -3
  67. package/esm2022/lib/inventory-common/product/product-summary-chart/product-summary-chart.module.mjs +4 -4
  68. package/esm2022/lib/inventory-common/product/product-summary.service.mjs +3 -3
  69. package/esm2022/lib/inventory-common/product/product-tax/product-tax-delete-button/product-tax-delete-button.component.mjs +3 -3
  70. package/esm2022/lib/inventory-common/product/product-tax/product-tax-form-button/product-tax-form-button.component.mjs +3 -3
  71. package/esm2022/lib/inventory-common/product/product-tax/product-tax-list/product-tax-list.component.mjs +3 -3
  72. package/esm2022/lib/inventory-common/product/product-tax/product-tax.module.mjs +4 -4
  73. package/esm2022/lib/inventory-common/product/product-tax/product-tax.service.mjs +3 -3
  74. package/esm2022/lib/inventory-common/product/product-view-page/product-view-page.component.mjs +6 -6
  75. package/esm2022/lib/inventory-common/product/product.module.mjs +9 -9
  76. package/esm2022/lib/inventory-common/product/product.service.mjs +3 -3
  77. package/esm2022/lib/inventory-common/product/widgets/product-category-badges/product-category-badges.component.mjs +3 -3
  78. package/esm2022/lib/inventory-common/product-batch.service.mjs +3 -3
  79. package/esm2022/lib/inventory-common/rating/rating-form/rating-form.component.mjs +3 -3
  80. package/esm2022/lib/inventory-common/rating/rating-form-button/rating-form-button.component.mjs +3 -3
  81. package/esm2022/lib/inventory-common/rating/rating-list/rating-list.component.mjs +10 -13
  82. package/esm2022/lib/inventory-common/rating/rating-routing.module.mjs +4 -4
  83. package/esm2022/lib/inventory-common/rating/rating.module.mjs +4 -4
  84. package/esm2022/lib/inventory-common/rating/rating.service.mjs +3 -3
  85. package/esm2022/lib/inventory-common/reports/inventory-value-report/inventory-value-report.component.mjs +21 -21
  86. package/esm2022/lib/inventory-common/reports/low-stock-report/low-stock-report.component.mjs +8 -10
  87. package/esm2022/lib/inventory-common/shared/export-to-excel-button/export-to-excel-button.component.mjs +3 -3
  88. package/esm2022/lib/inventory-common/stock-issuances/stock-issuance-delete-button/stock-issuance-delete-button.component.mjs +10 -10
  89. package/esm2022/lib/inventory-common/stock-issuances/stock-issuance-delete-button/stock-issuance-delete-button.module.mjs +4 -4
  90. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form/stock-issue-form.component.mjs +29 -12
  91. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form-button/stock-issue-form-button.component.mjs +3 -3
  92. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form.module.mjs +4 -4
  93. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-import-page/stock-issue-import-page.component.mjs +3 -3
  94. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.component.mjs +179 -0
  95. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.module.mjs +67 -0
  96. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-routing.module.mjs +36 -0
  97. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-view/stock-issue-view.component.mjs +68 -0
  98. package/esm2022/lib/inventory-common/stock-issuances/stock-issue.module.mjs +67 -0
  99. package/esm2022/lib/inventory-common/stock-issuances/stock-issue.service.mjs +18 -0
  100. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-delete-button/stock-receipt-delete-button.component.mjs +3 -3
  101. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form/stock-receipt-form.component.mjs +4 -5
  102. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form-button/stock-receipt-form-button.component.mjs +3 -3
  103. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form.module.mjs +4 -4
  104. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-import-page/stock-receipt-import-page.component.mjs +3 -3
  105. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-view/stock-receipt-view.component.mjs +6 -6
  106. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt.service.mjs +3 -3
  107. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.mjs +24 -11
  108. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-routing.module.mjs +4 -4
  109. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts.module.mjs +11 -8
  110. package/esm2022/lib/inventory-common/stock-summary.service.mjs +3 -3
  111. package/esm2022/lib/inventory-common/stock-transfer/stock-transfer-form/stock-transfer-form.component.mjs +3 -3
  112. package/esm2022/lib/inventory-common/stock-transfer/stock-transfer-form-button/stock-transfer-form-button.component.mjs +3 -3
  113. package/esm2022/lib/inventory-common/stock-transfer/stock-transfer-list/stock-transfer-list.component.mjs +6 -8
  114. package/esm2022/lib/inventory-common/stock-transfer/stock-transfer.service.mjs +3 -3
  115. package/esm2022/lib/inventory-common/supplier/payee-selector/payee-selector/payee-selector.component.mjs +3 -3
  116. package/esm2022/lib/inventory-common/supplier/payee-selector/payee-selector.module.mjs +4 -4
  117. package/esm2022/lib/inventory-common/supplier/supplier-delete-button/supplier-delete-button.component.mjs +3 -3
  118. package/esm2022/lib/inventory-common/supplier/supplier-form/supplier-form-button/supplier-form-button.component.mjs +3 -3
  119. package/esm2022/lib/inventory-common/supplier/supplier-form/supplier-form.component.mjs +3 -3
  120. package/esm2022/lib/inventory-common/supplier/supplier-form/supplier-form.service.mjs +3 -3
  121. package/esm2022/lib/inventory-common/supplier/supplier-information/supplier-information.component.mjs +3 -3
  122. package/esm2022/lib/inventory-common/supplier/supplier-routing.module.mjs +4 -4
  123. package/esm2022/lib/inventory-common/supplier/supplier-type.service.mjs +3 -3
  124. package/esm2022/lib/inventory-common/supplier/supplier-view/supplier-view.component.mjs +3 -3
  125. package/esm2022/lib/inventory-common/supplier/supplier.component.mjs +3 -3
  126. package/esm2022/lib/inventory-common/supplier/supplier.module.mjs +4 -4
  127. package/esm2022/lib/inventory-common/supplier/supplier.service.mjs +3 -3
  128. package/esm2022/lib/inventory-common/supplier/suppliers-list/suppliers-list.component.mjs +7 -9
  129. package/esm2022/lib/inventory-common/techlify-filter/techlify-filter.component.mjs +3 -3
  130. package/esm2022/lib/inventory-common/techlify-filter/techlify-filter.module.mjs +4 -4
  131. package/esm2022/public-api.mjs +4 -4
  132. package/fesm2022/{techlify-inventory-common-category.module-Dw7cV-28.mjs → techlify-inventory-common-category.module-CW1zB9DQ.mjs} +35 -35
  133. package/fesm2022/{techlify-inventory-common-category.module-Dw7cV-28.mjs.map → techlify-inventory-common-category.module-CW1zB9DQ.mjs.map} +1 -1
  134. package/fesm2022/{techlify-inventory-common-measure.module-BvuwOooQ.mjs → techlify-inventory-common-measure.module-DJqtbIad.mjs} +37 -37
  135. package/fesm2022/{techlify-inventory-common-measure.module-BvuwOooQ.mjs.map → techlify-inventory-common-measure.module-DJqtbIad.mjs.map} +1 -1
  136. package/fesm2022/techlify-inventory-common-stock-issue-view.component-eeonvCBl.mjs +66 -0
  137. package/fesm2022/techlify-inventory-common-stock-issue-view.component-eeonvCBl.mjs.map +1 -0
  138. package/fesm2022/techlify-inventory-common-techlify-inventory-common-EAdspCEd.mjs +6328 -0
  139. package/fesm2022/techlify-inventory-common-techlify-inventory-common-EAdspCEd.mjs.map +1 -0
  140. package/fesm2022/techlify-inventory-common.mjs +1 -6300
  141. package/fesm2022/techlify-inventory-common.mjs.map +1 -1
  142. package/lib/inventory-common/incident/incident-list/incident-list.component.d.ts +2 -3
  143. package/lib/inventory-common/location/location-list/location-list.component.d.ts +2 -3
  144. package/lib/inventory-common/location/location-product-statistics/location-product-statistics.component.d.ts +2 -3
  145. package/lib/inventory-common/location/shelf/shelf-list/shelf-list.component.d.ts +2 -3
  146. package/lib/inventory-common/product/product-list/product-list.component.d.ts +2 -3
  147. package/lib/inventory-common/product/product-view-page/product-view-page.component.d.ts +2 -2
  148. package/lib/inventory-common/product/product.module.d.ts +2 -2
  149. package/lib/inventory-common/rating/rating-list/rating-list.component.d.ts +2 -3
  150. package/lib/inventory-common/reports/inventory-value-report/inventory-value-report.component.d.ts +2 -3
  151. package/lib/inventory-common/reports/low-stock-report/low-stock-report.component.d.ts +2 -3
  152. package/lib/inventory-common/stock-issuances/stock-issuance-delete-button/stock-issuance-delete-button.component.d.ts +3 -3
  153. package/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form/stock-issue-form.component.d.ts +10 -3
  154. package/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.component.d.ts +37 -0
  155. package/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.module.d.ts +17 -0
  156. package/lib/inventory-common/stock-issuances/stock-issue-routing.module.d.ts +7 -0
  157. package/lib/inventory-common/stock-issuances/stock-issue-view/stock-issue-view.component.d.ts +19 -0
  158. package/lib/inventory-common/stock-issuances/stock-issue.module.d.ts +19 -0
  159. package/lib/inventory-common/stock-issuances/stock-issue.service.d.ts +7 -0
  160. package/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.d.ts +5 -3
  161. package/lib/inventory-common/stock-receipts/stock-receipts.module.d.ts +1 -1
  162. package/lib/inventory-common/stock-transfer/stock-transfer-list/stock-transfer-list.component.d.ts +2 -3
  163. package/lib/inventory-common/supplier/suppliers-list/suppliers-list.component.d.ts +3 -4
  164. package/package.json +3 -3
  165. package/public-api.d.ts +3 -3
  166. package/esm2022/lib/inventory-common/stock-issuances/stock-issuance.service.mjs +0 -18
  167. package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.component.mjs +0 -172
  168. package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.module.mjs +0 -64
  169. package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-routing.module.mjs +0 -31
  170. package/esm2022/lib/inventory-common/stock-issuances/stock-issuances.module.mjs +0 -67
  171. package/lib/inventory-common/stock-issuances/stock-issuance.service.d.ts +0 -7
  172. package/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.component.d.ts +0 -36
  173. package/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.module.d.ts +0 -17
  174. package/lib/inventory-common/stock-issuances/stock-issuances-routing.module.d.ts +0 -7
  175. 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.