techlify-inventory-common 18.1.0 → 18.3.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 (216) hide show
  1. package/esm2022/lib/inventory-common/category/category-form/category-form.component.mjs +12 -12
  2. package/esm2022/lib/inventory-common/category/category-form-button/category-form-button.component.mjs +5 -5
  3. package/esm2022/lib/inventory-common/category/category-list-page/category-list-page.component.mjs +22 -26
  4. package/esm2022/lib/inventory-common/category/category-routing.module.mjs +10 -5
  5. package/esm2022/lib/inventory-common/category/category-view/category-view.component.mjs +46 -0
  6. package/esm2022/lib/inventory-common/category/category.module.mjs +23 -24
  7. package/esm2022/lib/inventory-common/category/category.service.mjs +6 -6
  8. package/esm2022/lib/inventory-common/inventory-common-routing.module.mjs +32 -18
  9. package/esm2022/lib/inventory-common/inventory-common.module.mjs +13 -9
  10. package/esm2022/lib/inventory-common/inventory-dashboard-page/inventory-dashboard-page.component.mjs +12 -10
  11. package/esm2022/lib/inventory-common/inventory-value-report.service.mjs +21 -0
  12. package/esm2022/lib/inventory-common/location/location-delete-button/location-delete-button.component.mjs +68 -0
  13. package/esm2022/lib/inventory-common/location/location-form/location-form.component.mjs +86 -0
  14. package/esm2022/lib/inventory-common/location/location-form-button/location-form-button.component.mjs +35 -0
  15. package/esm2022/lib/inventory-common/location/location-information/location-information.component.mjs +34 -0
  16. package/esm2022/lib/inventory-common/location/location-list/location-list.component.mjs +121 -0
  17. package/esm2022/lib/inventory-common/location/location-product-statistics/location-product-statistics.component.mjs +127 -0
  18. package/esm2022/lib/inventory-common/location/location-routing.module.mjs +29 -0
  19. package/esm2022/lib/inventory-common/location/location-view/location-view.component.mjs +53 -0
  20. package/esm2022/lib/inventory-common/location/location.module.mjs +22 -0
  21. package/esm2022/lib/inventory-common/location/location.service.mjs +23 -0
  22. package/esm2022/lib/inventory-common/low-stock-report.service.mjs +23 -0
  23. package/esm2022/lib/inventory-common/material.module.mjs +37 -37
  24. package/esm2022/lib/inventory-common/measure/measure-delete/measure-delete-button/measure-delete-button.component.mjs +4 -4
  25. package/esm2022/lib/inventory-common/measure/measure-delete/measure-delete.module.mjs +4 -4
  26. package/esm2022/lib/inventory-common/measure/measure-form/measure-form/measure-form.component.mjs +14 -14
  27. package/esm2022/lib/inventory-common/measure/measure-form/measure-form-button/measure-form-button.component.mjs +5 -5
  28. package/esm2022/lib/inventory-common/measure/measure-form/measure-form.module.mjs +6 -6
  29. package/esm2022/lib/inventory-common/measure/measure-routing.module.mjs +5 -5
  30. package/esm2022/lib/inventory-common/measure/measure.module.mjs +10 -10
  31. package/esm2022/lib/inventory-common/measure/measure.service.mjs +6 -6
  32. package/esm2022/lib/inventory-common/measure/measures-list/measures-list.component.mjs +12 -18
  33. package/esm2022/lib/inventory-common/product/low-stock-products-widget/low-stock-products-widget.component.mjs +13 -11
  34. package/esm2022/lib/inventory-common/product/low-stock-products-widget/low-stock-products-widget.module.mjs +10 -24
  35. package/esm2022/lib/inventory-common/product/product-basic-info/product-basic-info.component.mjs +5 -5
  36. package/esm2022/lib/inventory-common/product/product-batch-update-form/product-batch-update-form.component.mjs +56 -0
  37. package/esm2022/lib/inventory-common/product/product-delete-button/product-delete-button.component.mjs +6 -6
  38. package/esm2022/lib/inventory-common/product/product-form/product-form.component.mjs +43 -45
  39. package/esm2022/lib/inventory-common/product/product-form-button/product-form-button.component.mjs +5 -5
  40. package/esm2022/lib/inventory-common/product/product-form.service.mjs +4 -4
  41. package/esm2022/lib/inventory-common/product/product-import-page/product-import-page.component.mjs +32 -32
  42. package/esm2022/lib/inventory-common/product/product-list/product-list.component.mjs +65 -87
  43. package/esm2022/lib/inventory-common/product/product-location/product-location-list/product-location-list.component.mjs +56 -0
  44. package/esm2022/lib/inventory-common/product/product-measure-form/product-measure-form.component.mjs +12 -12
  45. package/esm2022/lib/inventory-common/product/product-measures-list/product-measures-list.component.mjs +22 -28
  46. package/esm2022/lib/inventory-common/product/product-nav-bar/product-nav-bar.component.mjs +3 -3
  47. package/esm2022/lib/inventory-common/product/product-quick-search/product-quick-search.component.mjs +92 -0
  48. package/esm2022/lib/inventory-common/product/product-routing.module.mjs +17 -17
  49. package/esm2022/lib/inventory-common/product/product-statistics.service.mjs +23 -0
  50. package/esm2022/lib/inventory-common/product/product-summary-chart/product-summary-chart.component.mjs +10 -16
  51. package/esm2022/lib/inventory-common/product/product-summary-chart/product-summary-chart.module.mjs +9 -20
  52. package/esm2022/lib/inventory-common/product/product-tax/product-tax-delete-button/product-tax-delete-button.component.mjs +6 -6
  53. package/esm2022/lib/inventory-common/product/product-tax/product-tax-form-button/product-tax-form-button.component.mjs +14 -14
  54. package/esm2022/lib/inventory-common/product/product-tax/product-tax-list/product-tax-list.component.mjs +6 -6
  55. package/esm2022/lib/inventory-common/product/product-tax/product-tax.module.mjs +9 -26
  56. package/esm2022/lib/inventory-common/product/product-tax/product-tax.service.mjs +6 -6
  57. package/esm2022/lib/inventory-common/product/product-view-page/product-view-page.component.mjs +9 -7
  58. package/esm2022/lib/inventory-common/product/product.module.mjs +37 -26
  59. package/esm2022/lib/inventory-common/product/product.service.mjs +7 -7
  60. package/esm2022/lib/inventory-common/product/widgets/product-category-badges/product-category-badges.component.mjs +15 -0
  61. package/esm2022/lib/inventory-common/product-batch.service.mjs +20 -0
  62. package/esm2022/lib/inventory-common/reports/inventory-value-report/inventory-value-report.component.mjs +168 -0
  63. package/esm2022/lib/inventory-common/reports/low-stock-report/low-stock-report.component.mjs +163 -0
  64. package/esm2022/lib/inventory-common/services/techlify-form-service.mjs +2 -2
  65. package/esm2022/lib/inventory-common/stock-issuances/stock-issuance-delete-button/stock-issuance-delete-button.component.mjs +6 -6
  66. package/esm2022/lib/inventory-common/stock-issuances/stock-issuance-delete-button/stock-issuance-delete-button.module.mjs +5 -5
  67. package/esm2022/lib/inventory-common/stock-issuances/stock-issuance.service.mjs +6 -6
  68. package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.component.mjs +84 -56
  69. package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.module.mjs +28 -12
  70. package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-routing.module.mjs +5 -5
  71. package/esm2022/lib/inventory-common/stock-issuances/stock-issuances.module.mjs +14 -14
  72. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form/stock-issue-form.component.mjs +14 -14
  73. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form-button/stock-issue-form-button.component.mjs +5 -5
  74. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form.module.mjs +13 -13
  75. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-delete-button/stock-receipt-delete-button.component.mjs +6 -6
  76. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form/stock-receipt-form.component.mjs +18 -18
  77. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form-button/stock-receipt-form-button.component.mjs +5 -5
  78. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form.module.mjs +12 -12
  79. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt.service.mjs +6 -6
  80. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.mjs +82 -44
  81. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-routing.module.mjs +5 -5
  82. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts.module.mjs +24 -22
  83. package/esm2022/lib/inventory-common/stock-summary.service.mjs +5 -5
  84. package/esm2022/lib/inventory-common/stock-transfer/stock-transfer-form/stock-transfer-form.component.mjs +105 -0
  85. package/esm2022/lib/inventory-common/stock-transfer/stock-transfer-form-button/stock-transfer-form-button.component.mjs +38 -0
  86. package/esm2022/lib/inventory-common/stock-transfer/stock-transfer-list/stock-transfer-list.component.mjs +77 -0
  87. package/esm2022/lib/inventory-common/stock-transfer/stock-transfer.service.mjs +18 -0
  88. package/esm2022/lib/inventory-common/supplier/payee-selector/payee-selector/payee-selector.component.mjs +9 -9
  89. package/esm2022/lib/inventory-common/supplier/payee-selector/payee-selector.module.mjs +10 -24
  90. package/esm2022/lib/inventory-common/supplier/supplier-delete-button/supplier-delete-button.component.mjs +64 -0
  91. package/esm2022/lib/inventory-common/supplier/supplier-form/supplier-form-button/supplier-form-button.component.mjs +43 -0
  92. package/esm2022/lib/inventory-common/supplier/supplier-form/supplier-form.component.mjs +24 -24
  93. package/esm2022/lib/inventory-common/supplier/supplier-form/supplier-form.service.mjs +4 -4
  94. package/esm2022/lib/inventory-common/supplier/supplier-information/supplier-information.component.mjs +16 -15
  95. package/esm2022/lib/inventory-common/supplier/supplier-routing.module.mjs +9 -16
  96. package/esm2022/lib/inventory-common/supplier/supplier-view/supplier-view.component.mjs +13 -14
  97. package/esm2022/lib/inventory-common/supplier/supplier.component.mjs +3 -3
  98. package/esm2022/lib/inventory-common/supplier/supplier.module.mjs +23 -15
  99. package/esm2022/lib/inventory-common/supplier/supplier.service.mjs +5 -5
  100. package/esm2022/lib/inventory-common/supplier/suppliers-list/suppliers-list.component.mjs +6 -65
  101. package/esm2022/lib/inventory-common/techlify-filter/techlify-filter.component.mjs +16 -18
  102. package/esm2022/lib/inventory-common/techlify-filter/techlify-filter.module.mjs +13 -9
  103. package/fesm2022/techlify-inventory-common-category.module-BsvJ6rVx.mjs +290 -0
  104. package/fesm2022/techlify-inventory-common-category.module-BsvJ6rVx.mjs.map +1 -0
  105. package/fesm2022/techlify-inventory-common-location.module-Cwx9mHKE.mjs +529 -0
  106. package/fesm2022/techlify-inventory-common-location.module-Cwx9mHKE.mjs.map +1 -0
  107. package/fesm2022/techlify-inventory-common-measure.module-C2v0-n_m.mjs +307 -0
  108. package/fesm2022/techlify-inventory-common-measure.module-C2v0-n_m.mjs.map +1 -0
  109. package/fesm2022/{techlify-inventory-common-stock-issuances.module-BQRRP-hW.mjs → techlify-inventory-common-stock-issuances.module-CPccetrp.mjs} +3 -5
  110. package/fesm2022/techlify-inventory-common-stock-issuances.module-CPccetrp.mjs.map +1 -0
  111. package/fesm2022/techlify-inventory-common-supplier.module-CYq-2pV1.mjs +464 -0
  112. package/fesm2022/techlify-inventory-common-supplier.module-CYq-2pV1.mjs.map +1 -0
  113. package/fesm2022/techlify-inventory-common-techlify-inventory-common-BMNkSTd6.mjs +3620 -0
  114. package/fesm2022/techlify-inventory-common-techlify-inventory-common-BMNkSTd6.mjs.map +1 -0
  115. package/fesm2022/techlify-inventory-common.mjs +1 -1
  116. package/lib/inventory-common/category/category-form/category-form.component.d.ts +4 -4
  117. package/lib/inventory-common/category/category-form-button/category-form-button.component.d.ts +2 -2
  118. package/lib/inventory-common/category/category-list-page/category-list-page.component.d.ts +4 -4
  119. package/lib/inventory-common/category/category-view/category-view.component.d.ts +16 -0
  120. package/lib/inventory-common/category/category.module.d.ts +12 -11
  121. package/lib/inventory-common/category/category.service.d.ts +1 -1
  122. package/lib/inventory-common/inventory-common.module.d.ts +2 -1
  123. package/lib/inventory-common/inventory-dashboard-page/inventory-dashboard-page.component.d.ts +1 -1
  124. package/lib/inventory-common/inventory-value-report.service.d.ts +9 -0
  125. package/lib/inventory-common/location/location-delete-button/location-delete-button.component.d.ts +28 -0
  126. package/lib/inventory-common/location/location-form/location-form.component.d.ts +19 -0
  127. package/lib/inventory-common/location/location-form-button/location-form-button.component.d.ts +13 -0
  128. package/lib/inventory-common/location/location-information/location-information.component.d.ts +10 -0
  129. package/lib/inventory-common/location/location-list/location-list.component.d.ts +20 -0
  130. package/lib/inventory-common/location/location-product-statistics/location-product-statistics.component.d.ts +21 -0
  131. package/lib/inventory-common/location/location-routing.module.d.ts +7 -0
  132. package/lib/inventory-common/location/location-view/location-view.component.d.ts +16 -0
  133. package/lib/inventory-common/location/location.module.d.ts +8 -0
  134. package/lib/inventory-common/location/location.service.d.ts +10 -0
  135. package/lib/inventory-common/low-stock-report.service.d.ts +10 -0
  136. package/lib/inventory-common/measure/measure-delete/measure-delete-button/measure-delete-button.component.d.ts +3 -3
  137. package/lib/inventory-common/measure/measure-form/measure-form/measure-form.component.d.ts +4 -4
  138. package/lib/inventory-common/measure/measure-form/measure-form-button/measure-form-button.component.d.ts +2 -2
  139. package/lib/inventory-common/measure/measure.service.d.ts +1 -1
  140. package/lib/inventory-common/measure/measures-list/measures-list.component.d.ts +5 -5
  141. package/lib/inventory-common/product/low-stock-products-widget/low-stock-products-widget.component.d.ts +3 -3
  142. package/lib/inventory-common/product/product-basic-info/product-basic-info.component.d.ts +2 -2
  143. package/lib/inventory-common/product/product-batch-update-form/product-batch-update-form.component.d.ts +18 -0
  144. package/lib/inventory-common/product/product-delete-button/product-delete-button.component.d.ts +4 -4
  145. package/lib/inventory-common/product/product-form/product-form.component.d.ts +6 -6
  146. package/lib/inventory-common/product/product-form-button/product-form-button.component.d.ts +3 -3
  147. package/lib/inventory-common/product/product-import-page/product-import-page.component.d.ts +2 -2
  148. package/lib/inventory-common/product/product-list/product-list.component.d.ts +15 -24
  149. package/lib/inventory-common/product/product-location/product-location-list/product-location-list.component.d.ts +15 -0
  150. package/lib/inventory-common/product/product-measure-form/product-measure-form.component.d.ts +6 -6
  151. package/lib/inventory-common/product/product-measures-list/product-measures-list.component.d.ts +7 -7
  152. package/lib/inventory-common/product/product-quick-search/product-quick-search.component.d.ts +15 -0
  153. package/lib/inventory-common/product/product-statistics.service.d.ts +9 -0
  154. package/lib/inventory-common/product/product-summary-chart/product-summary-chart.component.d.ts +1 -1
  155. package/lib/inventory-common/product/product-tax/product-tax-delete-button/product-tax-delete-button.component.d.ts +4 -4
  156. package/lib/inventory-common/product/product-tax/product-tax-form-button/product-tax-form-button.component.d.ts +5 -5
  157. package/lib/inventory-common/product/product-tax/product-tax-list/product-tax-list.component.d.ts +2 -2
  158. package/lib/inventory-common/product/product-tax/product-tax.service.d.ts +1 -1
  159. package/lib/inventory-common/product/product-view-page/product-view-page.component.d.ts +4 -4
  160. package/lib/inventory-common/product/product.module.d.ts +16 -13
  161. package/lib/inventory-common/product/product.service.d.ts +2 -2
  162. package/lib/inventory-common/product/widgets/product-category-badges/product-category-badges.component.d.ts +6 -0
  163. package/lib/inventory-common/product-batch.service.d.ts +8 -0
  164. package/lib/inventory-common/reports/inventory-value-report/inventory-value-report.component.d.ts +26 -0
  165. package/lib/inventory-common/reports/low-stock-report/low-stock-report.component.d.ts +26 -0
  166. package/lib/inventory-common/stock-issuances/stock-issuance-delete-button/stock-issuance-delete-button.component.d.ts +4 -4
  167. package/lib/inventory-common/stock-issuances/stock-issuance.service.d.ts +1 -1
  168. package/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.component.d.ts +16 -8
  169. package/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.module.d.ts +3 -1
  170. package/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form/stock-issue-form.component.d.ts +4 -4
  171. package/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form-button/stock-issue-form-button.component.d.ts +2 -2
  172. package/lib/inventory-common/stock-receipts/stock-receipt-delete-button/stock-receipt-delete-button.component.d.ts +4 -4
  173. package/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form/stock-receipt-form.component.d.ts +4 -4
  174. package/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form-button/stock-receipt-form-button.component.d.ts +2 -2
  175. package/lib/inventory-common/stock-receipts/stock-receipt.service.d.ts +1 -1
  176. package/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.d.ts +12 -4
  177. package/lib/inventory-common/stock-receipts/stock-receipts.module.d.ts +2 -1
  178. package/lib/inventory-common/stock-summary.service.d.ts +1 -1
  179. package/lib/inventory-common/stock-transfer/stock-transfer-form/stock-transfer-form.component.d.ts +19 -0
  180. package/lib/inventory-common/stock-transfer/stock-transfer-form-button/stock-transfer-form-button.component.d.ts +14 -0
  181. package/lib/inventory-common/stock-transfer/stock-transfer-list/stock-transfer-list.component.d.ts +17 -0
  182. package/lib/inventory-common/stock-transfer/stock-transfer.service.d.ts +7 -0
  183. package/lib/inventory-common/supplier/payee-selector/payee-selector/payee-selector.component.d.ts +3 -3
  184. package/lib/inventory-common/supplier/supplier-delete-button/supplier-delete-button.component.d.ts +18 -0
  185. package/lib/inventory-common/supplier/supplier-form/supplier-form-button/supplier-form-button.component.d.ts +13 -0
  186. package/lib/inventory-common/supplier/supplier-form/supplier-form.component.d.ts +6 -6
  187. package/lib/inventory-common/supplier/supplier-information/supplier-information.component.d.ts +4 -4
  188. package/lib/inventory-common/supplier/supplier-view/supplier-view.component.d.ts +4 -4
  189. package/lib/inventory-common/supplier/supplier.component.d.ts +2 -2
  190. package/lib/inventory-common/supplier/supplier.module.d.ts +3 -1
  191. package/lib/inventory-common/supplier/supplier.service.d.ts +1 -1
  192. package/lib/inventory-common/supplier/suppliers-list/suppliers-list.component.d.ts +0 -8
  193. package/lib/inventory-common/techlify-filter/techlify-filter.component.d.ts +4 -4
  194. package/lib/inventory-common/techlify-filter/techlify-filter.module.d.ts +2 -1
  195. package/package.json +1 -1
  196. package/fesm2022/techlify-inventory-common-category.module-CNm2bEsx.mjs +0 -257
  197. package/fesm2022/techlify-inventory-common-category.module-CNm2bEsx.mjs.map +0 -1
  198. package/fesm2022/techlify-inventory-common-measure.module-BEaRHh5Z.mjs +0 -313
  199. package/fesm2022/techlify-inventory-common-measure.module-BEaRHh5Z.mjs.map +0 -1
  200. package/fesm2022/techlify-inventory-common-product.module-BV9Cy88x.mjs +0 -1168
  201. package/fesm2022/techlify-inventory-common-product.module-BV9Cy88x.mjs.map +0 -1
  202. package/fesm2022/techlify-inventory-common-stock-issuances-list.module-Dt6gx-ji.mjs +0 -436
  203. package/fesm2022/techlify-inventory-common-stock-issuances-list.module-Dt6gx-ji.mjs.map +0 -1
  204. package/fesm2022/techlify-inventory-common-stock-issuances.module-BQRRP-hW.mjs.map +0 -1
  205. package/fesm2022/techlify-inventory-common-stock-receipt-form.module-DND0GNlf.mjs +0 -302
  206. package/fesm2022/techlify-inventory-common-stock-receipt-form.module-DND0GNlf.mjs.map +0 -1
  207. package/fesm2022/techlify-inventory-common-stock-receipts.module-BvYaKITT.mjs +0 -253
  208. package/fesm2022/techlify-inventory-common-stock-receipts.module-BvYaKITT.mjs.map +0 -1
  209. package/fesm2022/techlify-inventory-common-supplier-form.component-DVBnhiyH.mjs +0 -177
  210. package/fesm2022/techlify-inventory-common-supplier-form.component-DVBnhiyH.mjs.map +0 -1
  211. package/fesm2022/techlify-inventory-common-supplier.module-Bwa7gx14.mjs +0 -608
  212. package/fesm2022/techlify-inventory-common-supplier.module-Bwa7gx14.mjs.map +0 -1
  213. package/fesm2022/techlify-inventory-common-techlify-form-service-CiVfwYTS.mjs +0 -14
  214. package/fesm2022/techlify-inventory-common-techlify-form-service-CiVfwYTS.mjs.map +0 -1
  215. package/fesm2022/techlify-inventory-common-techlify-inventory-common-GFYF7JCA.mjs +0 -495
  216. package/fesm2022/techlify-inventory-common-techlify-inventory-common-GFYF7JCA.mjs.map +0 -1
@@ -1,7 +1,7 @@
1
- import { EventEmitter, TemplateRef } from "@angular/core";
2
- import { MatDialog } from "@angular/material/dialog";
3
- import { AlertService } from "ngx-techlify-core";
4
- import { ProductTaxService } from "../product-tax.service";
1
+ import { EventEmitter, TemplateRef } from '@angular/core';
2
+ import { MatDialog } from '@angular/material/dialog';
3
+ import { AlertService } from 'ngx-techlify-core';
4
+ import { ProductTaxService } from '../product-tax.service';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class ProductTaxDeleteButtonComponent {
7
7
  private matDialog;
@@ -1,8 +1,8 @@
1
- import { EventEmitter, OnInit, TemplateRef } from "@angular/core";
2
- import { MatDialog } from "@angular/material/dialog";
3
- import { AlertService, FormValidatorService, TechlifyFormComponentInterface } from "ngx-techlify-core";
4
- import { FormBuilder } from "@angular/forms";
5
- import { ProductTaxService } from "../product-tax.service";
1
+ import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
2
+ import { MatDialog } from '@angular/material/dialog';
3
+ import { AlertService, FormValidatorService, TechlifyFormComponentInterface } from 'ngx-techlify-core';
4
+ import { FormBuilder } from '@angular/forms';
5
+ import { ProductTaxService } from '../product-tax.service';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class ProductTaxFormButtonComponent extends TechlifyFormComponentInterface implements OnInit {
8
8
  matDialog: MatDialog;
@@ -1,5 +1,5 @@
1
- import { OnInit } from "@angular/core";
2
- import { TechlifyListingControllerInterface } from "ngx-techlify-core";
1
+ import { OnInit } from '@angular/core';
2
+ import { TechlifyListingControllerInterface } from 'ngx-techlify-core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ProductTaxListComponent extends TechlifyListingControllerInterface implements OnInit {
5
5
  product: any;
@@ -1,4 +1,4 @@
1
- import { HttpService, TechlifyServiceBaseClass } from "ngx-techlify-core";
1
+ import { HttpService, TechlifyServiceBaseClass } from 'ngx-techlify-core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class ProductTaxService extends TechlifyServiceBaseClass {
4
4
  constructor(httpService: HttpService);
@@ -1,7 +1,7 @@
1
- import { OnInit } from "@angular/core";
2
- import { ProductService } from "../product.service";
3
- import { ActivatedRoute } from "@angular/router";
4
- import { Location } from "@angular/common";
1
+ import { OnInit } from '@angular/core';
2
+ import { ProductService } from '../product.service';
3
+ import { ActivatedRoute } from '@angular/router';
4
+ import { Location } from '@angular/common';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class ProductViewPageComponent implements OnInit {
7
7
  private productService;
@@ -9,20 +9,23 @@ import * as i7 from "./product-form-button/product-form-button.component";
9
9
  import * as i8 from "./product-delete-button/product-delete-button.component";
10
10
  import * as i9 from "./product-basic-info/product-basic-info.component";
11
11
  import * as i10 from "./product-import-page/product-import-page.component";
12
- import * as i11 from "@angular/common";
13
- import * as i12 from "./product-routing.module";
14
- import * as i13 from "ngx-techlify-core";
15
- import * as i14 from "../stock-receipts/stock-receipt-form/stock-receipt-form.module";
16
- import * as i15 from "../stock-issuances/stock-issue-form/stock-issue-form.module";
17
- import * as i16 from "../stock-receipts/stock-receipts.module";
18
- import * as i17 from "../stock-issuances/stock-issuances-list/stock-issuances-list.module";
19
- import * as i18 from "./product-tax/product-tax.module";
20
- import * as i19 from "@angular/material/progress-bar";
21
- import * as i20 from "ngx-infinite-scroll";
22
- import * as i21 from "@angular/flex-layout";
23
- import * as i22 from "@angular/forms";
12
+ import * as i11 from "./product-batch-update-form/product-batch-update-form.component";
13
+ import * as i12 from "@angular/common";
14
+ import * as i13 from "./product-routing.module";
15
+ import * as i14 from "ngx-techlify-core";
16
+ import * as i15 from "../stock-receipts/stock-receipt-form/stock-receipt-form.module";
17
+ import * as i16 from "../stock-issuances/stock-issue-form/stock-issue-form.module";
18
+ import * as i17 from "../stock-receipts/stock-receipts.module";
19
+ import * as i18 from "../stock-issuances/stock-issuances-list/stock-issuances-list.module";
20
+ import * as i19 from "./product-tax/product-tax.module";
21
+ import * as i20 from "@angular/material/progress-bar";
22
+ import * as i21 from "ngx-infinite-scroll";
23
+ import * as i22 from "@angular/flex-layout";
24
+ import * as i23 from "@angular/forms";
25
+ import * as i24 from "./product-location/product-location-list/product-location-list.component";
26
+ import * as i25 from "../stock-transfer/stock-transfer-list/stock-transfer-list.component";
24
27
  export declare class ProductModule {
25
28
  static ɵfac: i0.ɵɵFactoryDeclaration<ProductModule, never>;
26
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProductModule, [typeof i1.ProductListComponent, typeof i2.ProductFormComponent, typeof i3.ProductNavBarComponent, typeof i4.ProductMeasuresListComponent, typeof i5.ProductMeasureFormComponent, typeof i6.ProductViewPageComponent, typeof i7.ProductFormButtonComponent, typeof i8.ProductDeleteButtonComponent, typeof i9.ProductBasicInfoComponent, typeof i10.ProductImportPageComponent], [typeof i11.CommonModule, typeof i12.ProductRoutingModule, typeof i13.SearchableSelectorModule, typeof i13.TimelineFilterModule, typeof i14.StockReceiptFormModule, typeof i15.StockIssueFormModule, typeof i13.ImportCsvModule, typeof i16.StockReceiptsModule, typeof i17.StockIssuancesListModule, typeof i18.ProductTaxModule, typeof i13.MaterialModule, typeof i19.MatProgressBarModule, typeof i20.InfiniteScrollModule, typeof i21.FlexModule, typeof i22.ReactiveFormsModule, typeof i22.FormsModule, typeof i13.ColumnSelectorModule], [typeof i2.ProductFormComponent, typeof i9.ProductBasicInfoComponent, typeof i7.ProductFormButtonComponent]>;
29
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ProductModule, [typeof i1.ProductListComponent, typeof i2.ProductFormComponent, typeof i3.ProductNavBarComponent, typeof i4.ProductMeasuresListComponent, typeof i5.ProductMeasureFormComponent, typeof i6.ProductViewPageComponent, typeof i7.ProductFormButtonComponent, typeof i8.ProductDeleteButtonComponent, typeof i9.ProductBasicInfoComponent, typeof i10.ProductImportPageComponent, typeof i11.ProductBatchUpdateFormComponent], [typeof i12.CommonModule, typeof i13.ProductRoutingModule, typeof i14.SearchableSelectorModule, typeof i14.TimelineFilterModule, typeof i15.StockReceiptFormModule, typeof i16.StockIssueFormModule, typeof i14.ImportCsvModule, typeof i17.StockReceiptsModule, typeof i18.StockIssuancesListModule, typeof i19.ProductTaxModule, typeof i14.MaterialModule, typeof i20.MatProgressBarModule, typeof i21.InfiniteScrollModule, typeof i22.FlexModule, typeof i23.ReactiveFormsModule, typeof i23.FormsModule, typeof i14.ColumnSelectorModule, typeof i24.ProductLocationListComponent, typeof i25.StockTransferListComponent], [typeof i2.ProductFormComponent, typeof i9.ProductBasicInfoComponent, typeof i7.ProductFormButtonComponent]>;
27
30
  static ɵinj: i0.ɵɵInjectorDeclaration<ProductModule>;
28
31
  }
@@ -1,5 +1,5 @@
1
- import { DataManager, HttpService, TechlifyServiceBaseClass } from "ngx-techlify-core";
2
- import { Observable } from "rxjs";
1
+ import { DataManager, HttpService, TechlifyServiceBaseClass } from 'ngx-techlify-core';
2
+ import { Observable } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ProductService extends TechlifyServiceBaseClass {
5
5
  private dataManager;
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ProductCategoryBadgesComponent {
3
+ product: any;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProductCategoryBadgesComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProductCategoryBadgesComponent, "app-product-category-badges", never, { "product": { "alias": "product"; "required": false; }; }, {}, never, never, true, never>;
6
+ }
@@ -0,0 +1,8 @@
1
+ import { HttpService, TechlifyServiceBaseClass } from 'ngx-techlify-core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ProductBatchService extends TechlifyServiceBaseClass {
4
+ protected httpService: HttpService;
5
+ constructor(httpService: HttpService);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProductBatchService, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<ProductBatchService>;
8
+ }
@@ -0,0 +1,26 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { RequestHelperService, TechlifyListingControllerInterface } from 'ngx-techlify-core';
3
+ import { InventoryValueReportService } from '../../inventory-value-report.service';
4
+ import { ActivatedRoute } from '@angular/router';
5
+ import { FormBuilder } from '@angular/forms';
6
+ import { Sort } from '@angular/material/sort';
7
+ import * as i0 from "@angular/core";
8
+ export declare class InventoryValueReportComponent extends TechlifyListingControllerInterface implements OnInit {
9
+ private service;
10
+ private activatedRoute;
11
+ private requestHelperService;
12
+ private formBuilder;
13
+ displayedColumns: string[];
14
+ totalInventoryValue: number;
15
+ isExporting: boolean;
16
+ constructor(service: InventoryValueReportService, activatedRoute: ActivatedRoute, requestHelperService: RequestHelperService, formBuilder: FormBuilder);
17
+ ngOnInit(): void;
18
+ loadData(): void;
19
+ private updateFormWithQueryParams;
20
+ private subscribeToFormChanges;
21
+ private subscribeToRouteChanges;
22
+ onSortChange(sort: Sort): void;
23
+ export(type?: string): void;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<InventoryValueReportComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<InventoryValueReportComponent, "app-inventory-value-report", never, {}, {}, never, never, true, never>;
26
+ }
@@ -0,0 +1,26 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { FormBuilder } from '@angular/forms';
3
+ import { Sort } from '@angular/material/sort';
4
+ import { RequestHelperService, TechlifyListingControllerInterface } from 'ngx-techlify-core';
5
+ import { ActivatedRoute } from '@angular/router';
6
+ import { LowStockReportService } from '../../low-stock-report.service';
7
+ import * as i0 from "@angular/core";
8
+ export declare class LowStockReportComponent extends TechlifyListingControllerInterface implements OnInit {
9
+ private service;
10
+ private activatedRoute;
11
+ private requestHelperService;
12
+ private formBuilder;
13
+ displayedColumns: string[];
14
+ totalInventoryValue: number;
15
+ isExporting: boolean;
16
+ constructor(service: LowStockReportService, activatedRoute: ActivatedRoute, requestHelperService: RequestHelperService, formBuilder: FormBuilder);
17
+ ngOnInit(): void;
18
+ loadData(): void;
19
+ onSortChange(sort: Sort): void;
20
+ export(): void;
21
+ private updateFormWithQueryParams;
22
+ private subscribeToFormChanges;
23
+ private subscribeToRouteChanges;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<LowStockReportComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<LowStockReportComponent, "app-low-stock-report", never, {}, {}, never, never, true, never>;
26
+ }
@@ -1,7 +1,7 @@
1
- import { EventEmitter, TemplateRef } from "@angular/core";
2
- import { MatDialog } from "@angular/material/dialog";
3
- import { StockIssuanceService } from "../stock-issuance.service";
4
- import { AlertService } from "ngx-techlify-core";
1
+ import { EventEmitter, TemplateRef } from '@angular/core';
2
+ import { MatDialog } from '@angular/material/dialog';
3
+ import { StockIssuanceService } from '../stock-issuance.service';
4
+ import { AlertService } from 'ngx-techlify-core';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class StockIssuanceDeleteButtonComponent {
7
7
  private matDialog;
@@ -1,4 +1,4 @@
1
- import { HttpService, TechlifyServiceBaseClass } from "ngx-techlify-core";
1
+ import { HttpService, TechlifyServiceBaseClass } from 'ngx-techlify-core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class StockIssuanceService extends TechlifyServiceBaseClass {
4
4
  constructor(httpService: HttpService);
@@ -1,24 +1,32 @@
1
- import { EventEmitter, OnInit } from "@angular/core";
2
- import { RequestHelperService, TechlifyListingControllerInterface } from "ngx-techlify-core";
3
- import { FormBuilder } from "@angular/forms";
4
- import { Sort } from "@angular/material/sort";
5
- import { StockIssuanceService } from "../stock-issuance.service";
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { ColumnConfig, RequestHelperService, TechlifyListingControllerInterface, TimelineValue } from 'ngx-techlify-core';
3
+ import { FormBuilder } from '@angular/forms';
4
+ import { Sort } from '@angular/material/sort';
5
+ import { StockIssuanceService } from '../stock-issuance.service';
6
+ import { ActivatedRoute } from '@angular/router';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class StockIssuancesListComponent extends TechlifyListingControllerInterface implements OnInit {
8
9
  private formBuilder;
9
10
  private requestHelperService;
10
11
  private stockIssuanceService;
12
+ private activatedRoute;
11
13
  product: any;
12
14
  issuableType: string;
13
15
  issuableId: number;
14
16
  label: string;
15
17
  listUpdated: EventEmitter<any>;
16
- filterConfig: any;
17
- displayedColumns: string[];
18
- constructor(formBuilder: FormBuilder, requestHelperService: RequestHelperService, stockIssuanceService: StockIssuanceService);
18
+ defaultSelectedColumns: string[];
19
+ columnConfig: ColumnConfig[];
20
+ selectedColumns: ColumnConfig[];
21
+ get displayedColumns(): string[];
22
+ constructor(formBuilder: FormBuilder, requestHelperService: RequestHelperService, stockIssuanceService: StockIssuanceService, activatedRoute: ActivatedRoute);
19
23
  ngOnInit(): void;
20
24
  loadData(): void;
21
25
  onSortChange(sort: Sort): void;
26
+ private updateFormWithQueryParams;
27
+ private subscribeToFormChanges;
28
+ private subscribeToRouteChanges;
29
+ onDurationChange(timelineValue: TimelineValue): void;
22
30
  static ɵfac: i0.ɵɵFactoryDeclaration<StockIssuancesListComponent, never>;
23
31
  static ɵcmp: i0.ɵɵComponentDeclaration<StockIssuancesListComponent, "app-stock-issuances-list", never, { "product": { "alias": "product"; "required": false; }; "issuableType": { "alias": "issuableType"; "required": false; }; "issuableId": { "alias": "issuableId"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, { "listUpdated": "listUpdated"; }, never, never, false, never>;
24
32
  }
@@ -8,8 +8,10 @@ import * as i6 from "ngx-infinite-scroll";
8
8
  import * as i7 from "../stock-issuance-delete-button/stock-issuance-delete-button.module";
9
9
  import * as i8 from "@angular/material/progress-bar";
10
10
  import * as i9 from "@angular/router";
11
+ import * as i10 from "@angular/forms";
12
+ import * as i11 from "../../product/widgets/product-category-badges/product-category-badges.component";
11
13
  export declare class StockIssuancesListModule {
12
14
  static ɵfac: i0.ɵɵFactoryDeclaration<StockIssuancesListModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<StockIssuancesListModule, [typeof i1.StockIssuancesListComponent], [typeof i2.CommonModule, typeof i3.MaterialModule, typeof i4.TechlifyFilterModule, typeof i5.StockIssueFormModule, typeof i6.InfiniteScrollModule, typeof i7.StockIssuanceDeleteButtonModule, typeof i8.MatProgressBarModule, typeof i9.RouterModule], [typeof i1.StockIssuancesListComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StockIssuancesListModule, [typeof i1.StockIssuancesListComponent], [typeof i2.CommonModule, typeof i3.MaterialModule, typeof i4.TechlifyFilterModule, typeof i5.StockIssueFormModule, typeof i6.InfiniteScrollModule, typeof i7.StockIssuanceDeleteButtonModule, typeof i8.MatProgressBarModule, typeof i9.RouterModule, typeof i3.SearchableSelectorModule, typeof i3.TimelineFilterModule, typeof i10.ReactiveFormsModule, typeof i11.ProductCategoryBadgesComponent, typeof i3.ColumnSelectorModule], [typeof i1.StockIssuancesListComponent]>;
14
16
  static ɵinj: i0.ɵɵInjectorDeclaration<StockIssuancesListModule>;
15
17
  }
@@ -1,7 +1,7 @@
1
- import { EventEmitter, OnInit } from "@angular/core";
2
- import { AlertService, DateUtils, FormValidatorService, TechlifyFormComponentInterface } from "ngx-techlify-core";
3
- import { FormBuilder } from "@angular/forms";
4
- import { StockIssuanceService } from "../../stock-issuance.service";
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { AlertService, DateUtils, FormValidatorService, TechlifyFormComponentInterface } from 'ngx-techlify-core';
3
+ import { FormBuilder } from '@angular/forms';
4
+ import { StockIssuanceService } from '../../stock-issuance.service';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class StockIssueFormComponent extends TechlifyFormComponentInterface implements OnInit {
7
7
  private formBuilder;
@@ -1,5 +1,5 @@
1
- import { EventEmitter, TemplateRef } from "@angular/core";
2
- import { MatDialog, MatDialogRef } from "@angular/material/dialog";
1
+ import { EventEmitter, TemplateRef } from '@angular/core';
2
+ import { MatDialog, MatDialogRef } from '@angular/material/dialog';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class StockIssueFormButtonComponent {
5
5
  private matDialog;
@@ -1,7 +1,7 @@
1
- import { EventEmitter, TemplateRef } from "@angular/core";
2
- import { MatDialog } from "@angular/material/dialog";
3
- import { AlertService } from "ngx-techlify-core";
4
- import { StockReceiptService } from "../stock-receipt.service";
1
+ import { EventEmitter, TemplateRef } from '@angular/core';
2
+ import { MatDialog } from '@angular/material/dialog';
3
+ import { AlertService } from 'ngx-techlify-core';
4
+ import { StockReceiptService } from '../stock-receipt.service';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class StockReceiptDeleteButtonComponent {
7
7
  private matDialog;
@@ -1,7 +1,7 @@
1
- import { EventEmitter, OnInit } from "@angular/core";
2
- import { AlertService, DateUtils, FormValidatorService, TechlifyFormComponentInterface } from "ngx-techlify-core";
3
- import { FormBuilder } from "@angular/forms";
4
- import { StockReceiptService } from "../../stock-receipt.service";
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { AlertService, DateUtils, FormValidatorService, TechlifyFormComponentInterface } from 'ngx-techlify-core';
3
+ import { FormBuilder } from '@angular/forms';
4
+ import { StockReceiptService } from '../../stock-receipt.service';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class StockReceiptFormComponent extends TechlifyFormComponentInterface implements OnInit {
7
7
  private formBuilder;
@@ -1,5 +1,5 @@
1
- import { EventEmitter, TemplateRef } from "@angular/core";
2
- import { MatDialog, MatDialogRef } from "@angular/material/dialog";
1
+ import { EventEmitter, TemplateRef } from '@angular/core';
2
+ import { MatDialog, MatDialogRef } from '@angular/material/dialog';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class StockReceiptFormButtonComponent {
5
5
  private matDialog;
@@ -1,4 +1,4 @@
1
- import { HttpService, TechlifyServiceBaseClass } from "ngx-techlify-core";
1
+ import { HttpService, TechlifyServiceBaseClass } from 'ngx-techlify-core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class StockReceiptService extends TechlifyServiceBaseClass {
4
4
  constructor(httpService: HttpService);
@@ -1,21 +1,29 @@
1
1
  import { EventEmitter, OnInit } from "@angular/core";
2
- import { RequestHelperService, TechlifyListingControllerInterface } from "ngx-techlify-core";
2
+ import { ColumnConfig, RequestHelperService, TechlifyListingControllerInterface, TimelineValue } from 'ngx-techlify-core';
3
3
  import { StockReceiptService } from "../stock-receipt.service";
4
4
  import { FormBuilder } from "@angular/forms";
5
5
  import { Sort } from "@angular/material/sort";
6
+ import { ActivatedRoute } from '@angular/router';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class StockReceiptsListPageComponent extends TechlifyListingControllerInterface implements OnInit {
8
9
  private stockReceiptService;
9
10
  private formBuilder;
10
11
  private requestHelperService;
12
+ private activatedRoute;
11
13
  product: any;
12
14
  listUpdated: EventEmitter<any>;
13
- displayedColumns: string[];
14
- filterConfig: any;
15
- constructor(stockReceiptService: StockReceiptService, formBuilder: FormBuilder, requestHelperService: RequestHelperService);
15
+ defaultSelectedColumns: string[];
16
+ columnConfig: ColumnConfig[];
17
+ selectedColumns: ColumnConfig[];
18
+ get displayedColumns(): string[];
19
+ constructor(stockReceiptService: StockReceiptService, formBuilder: FormBuilder, requestHelperService: RequestHelperService, activatedRoute: ActivatedRoute);
16
20
  ngOnInit(): void;
17
21
  loadData(): void;
18
22
  onSortChange(sort: Sort): void;
23
+ onDurationChange(timelineValue: TimelineValue): void;
24
+ private updateFormWithQueryParams;
25
+ private subscribeToFormChanges;
26
+ private subscribeToRouteChanges;
19
27
  static ɵfac: i0.ɵɵFactoryDeclaration<StockReceiptsListPageComponent, never>;
20
28
  static ɵcmp: i0.ɵɵComponentDeclaration<StockReceiptsListPageComponent, "app-stock-receipts-list-page", never, { "product": { "alias": "product"; "required": false; }; }, { "listUpdated": "listUpdated"; }, never, never, false, never>;
21
29
  }
@@ -13,8 +13,9 @@ import * as i11 from "../supplier/payee-selector/payee-selector.module";
13
13
  import * as i12 from "@angular/material/progress-bar";
14
14
  import * as i13 from "ngx-infinite-scroll";
15
15
  import * as i14 from "./stock-receipt-form/stock-receipt-form.module";
16
+ import * as i15 from "../product/widgets/product-category-badges/product-category-badges.component";
16
17
  export declare class StockReceiptsModule {
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<StockReceiptsModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<StockReceiptsModule, [typeof i1.StockReceiptsListPageComponent, typeof i2.StockReceiptDeleteButtonComponent], [typeof i3.CommonModule, typeof i4.StockReceiptsRoutingModule, typeof i5.MatCardModule, typeof i6.TechlifyFilterModule, typeof i7.MatTableModule, typeof i8.MatFormFieldModule, typeof i9.SearchableSelectorModule, typeof i9.TimelineFilterModule, typeof i10.ReactiveFormsModule, typeof i11.PayeeSelectorModule, typeof i12.MatProgressBarModule, typeof i13.InfiniteScrollModule, typeof i9.MaterialModule, typeof i14.StockReceiptFormModule], [typeof i2.StockReceiptDeleteButtonComponent, typeof i1.StockReceiptsListPageComponent]>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StockReceiptsModule, [typeof i1.StockReceiptsListPageComponent, typeof i2.StockReceiptDeleteButtonComponent], [typeof i3.CommonModule, typeof i4.StockReceiptsRoutingModule, typeof i5.MatCardModule, typeof i6.TechlifyFilterModule, typeof i7.MatTableModule, typeof i8.MatFormFieldModule, typeof i9.SearchableSelectorModule, typeof i9.TimelineFilterModule, typeof i10.ReactiveFormsModule, typeof i11.PayeeSelectorModule, typeof i12.MatProgressBarModule, typeof i13.InfiniteScrollModule, typeof i9.MaterialModule, typeof i14.StockReceiptFormModule, typeof i15.ProductCategoryBadgesComponent, typeof i9.ColumnSelectorModule], [typeof i2.StockReceiptDeleteButtonComponent, typeof i1.StockReceiptsListPageComponent]>;
19
20
  static ɵinj: i0.ɵɵInjectorDeclaration<StockReceiptsModule>;
20
21
  }
@@ -1,4 +1,4 @@
1
- import { HttpService } from "ngx-techlify-core";
1
+ import { HttpService } from 'ngx-techlify-core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class StockSummaryService {
4
4
  private httpService;
@@ -0,0 +1,19 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { AlertService, FormValidatorService, TechlifyFormComponentInterface } from 'ngx-techlify-core';
3
+ import { FormBuilder } from '@angular/forms';
4
+ import { StockTransferService } from '../stock-transfer.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class StockTransferFormComponent extends TechlifyFormComponentInterface implements OnInit {
7
+ private formBuilder;
8
+ private alertService;
9
+ private service;
10
+ productId: number;
11
+ saved: EventEmitter<any>;
12
+ cancelled: EventEmitter<any>;
13
+ isWorking: boolean;
14
+ constructor(formValidatorService: FormValidatorService, formBuilder: FormBuilder, alertService: AlertService, service: StockTransferService);
15
+ save(): void;
16
+ ngOnInit(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockTransferFormComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<StockTransferFormComponent, "app-stock-transfer-form", never, { "productId": { "alias": "productId"; "required": false; }; }, { "saved": "saved"; "cancelled": "cancelled"; }, never, never, true, never>;
19
+ }
@@ -0,0 +1,14 @@
1
+ import { EventEmitter, TemplateRef } from '@angular/core';
2
+ import { MatDialog, MatDialogRef } from '@angular/material/dialog';
3
+ import * as i0 from "@angular/core";
4
+ export declare class StockTransferFormButtonComponent {
5
+ private matDialog;
6
+ productId: number;
7
+ saved: EventEmitter<any>;
8
+ matDialogRef: MatDialogRef<any>;
9
+ constructor(matDialog: MatDialog);
10
+ showForm(templateRef: TemplateRef<any>): void;
11
+ onSaved(model: any): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockTransferFormButtonComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<StockTransferFormButtonComponent, "app-stock-transfer-form-button", never, { "productId": { "alias": "productId"; "required": false; }; }, { "saved": "saved"; }, never, never, true, never>;
14
+ }
@@ -0,0 +1,17 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { StockTransferService } from '../stock-transfer.service';
3
+ import { ErrorHandlerService, TechlifyListingControllerInterface } from 'ngx-techlify-core';
4
+ import { FormBuilder } from '@angular/forms';
5
+ import * as i0 from "@angular/core";
6
+ export declare class StockTransferListComponent extends TechlifyListingControllerInterface implements OnInit {
7
+ private service;
8
+ private fb;
9
+ private errorHandler;
10
+ productId: any;
11
+ displayedColumns: string[];
12
+ constructor(service: StockTransferService, fb: FormBuilder, errorHandler: ErrorHandlerService);
13
+ ngOnInit(): void;
14
+ loadData(): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockTransferListComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<StockTransferListComponent, "app-stock-transfer-list", never, { "productId": { "alias": "productId"; "required": false; }; }, {}, never, never, true, never>;
17
+ }
@@ -0,0 +1,7 @@
1
+ import { HttpService, TechlifyServiceBaseClass } from 'ngx-techlify-core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class StockTransferService extends TechlifyServiceBaseClass {
4
+ constructor(httpService: HttpService);
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockTransferService, never>;
6
+ static ɵprov: i0.ɵɵInjectableDeclaration<StockTransferService>;
7
+ }
@@ -1,6 +1,6 @@
1
- import { ControlValueAccessor } from "@angular/forms";
2
- import { SupplierFormComponent } from "../../supplier-form/supplier-form.component";
3
- import { MatFormFieldAppearance } from "@angular/material/form-field";
1
+ import { ControlValueAccessor } from '@angular/forms';
2
+ import { SupplierFormComponent } from '../../supplier-form/supplier-form.component';
3
+ import { MatFormFieldAppearance } from '@angular/material/form-field';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class PayeeSelectorComponent implements ControlValueAccessor {
6
6
  label: string;
@@ -0,0 +1,18 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { AlertService, ErrorHandlerService } from 'ngx-techlify-core';
3
+ import { MatDialog } from '@angular/material/dialog';
4
+ import { SupplierService } from '../supplier.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class SupplierDeleteButtonComponent implements OnInit {
7
+ private dialog;
8
+ private alertService;
9
+ private errorHandler;
10
+ private supplierService;
11
+ supplier: any;
12
+ onDelete: EventEmitter<any>;
13
+ constructor(dialog: MatDialog, alertService: AlertService, errorHandler: ErrorHandlerService, supplierService: SupplierService);
14
+ ngOnInit(): void;
15
+ openDialog(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<SupplierDeleteButtonComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<SupplierDeleteButtonComponent, "app-supplier-delete-button", never, { "supplier": { "alias": "supplier"; "required": false; }; }, { "onDelete": "onDelete"; }, never, never, true, never>;
18
+ }
@@ -0,0 +1,13 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { MatDialog } from '@angular/material/dialog';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SupplierFormButtonComponent implements OnInit {
5
+ private matDialog;
6
+ supplier: any;
7
+ onSaved: EventEmitter<any>;
8
+ constructor(matDialog: MatDialog);
9
+ ngOnInit(): void;
10
+ openDialog(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SupplierFormButtonComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<SupplierFormButtonComponent, "app-supplier-form-button", never, { "supplier": { "alias": "supplier"; "required": false; }; }, { "onSaved": "onSaved"; }, never, never, true, never>;
13
+ }
@@ -1,9 +1,9 @@
1
- import { SupplierService } from "./../supplier.service";
2
- import { OnInit } from "@angular/core";
3
- import { FormBuilder, FormGroup } from "@angular/forms";
4
- import { MatDialogRef } from "@angular/material/dialog";
5
- import { NgxSpinnerService } from "ngx-spinner";
6
- import { AlertService, ErrorHandlerService, FormValidatorService, TechlifyFormComponentInterface } from "ngx-techlify-core";
1
+ import { SupplierService } from './../supplier.service';
2
+ import { OnInit } from '@angular/core';
3
+ import { FormBuilder, FormGroup } from '@angular/forms';
4
+ import { MatDialogRef } from '@angular/material/dialog';
5
+ import { NgxSpinnerService } from 'ngx-spinner';
6
+ import { AlertService, ErrorHandlerService, FormValidatorService, TechlifyFormComponentInterface } from 'ngx-techlify-core';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class SupplierFormComponent extends TechlifyFormComponentInterface implements OnInit {
9
9
  private fb;
@@ -1,7 +1,7 @@
1
- import { AlertService, ErrorHandlerService } from "ngx-techlify-core";
2
- import { MatDialog } from "@angular/material/dialog";
3
- import { SupplierService } from "../supplier.service";
4
- import { Router } from "@angular/router";
1
+ import { AlertService, ErrorHandlerService } from 'ngx-techlify-core';
2
+ import { MatDialog } from '@angular/material/dialog';
3
+ import { SupplierService } from '../supplier.service';
4
+ import { Router } from '@angular/router';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class SupplierInformationComponent {
7
7
  private dialog;
@@ -1,7 +1,7 @@
1
- import { OnInit } from "@angular/core";
2
- import { ActivatedRoute, Router } from "@angular/router";
3
- import { SupplierService } from "../supplier.service";
4
- import { MatTabChangeEvent } from "@angular/material/tabs";
1
+ import { OnInit } from '@angular/core';
2
+ import { ActivatedRoute, Router } from '@angular/router';
3
+ import { SupplierService } from '../supplier.service';
4
+ import { MatTabChangeEvent } from '@angular/material/tabs';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class SupplierViewComponent implements OnInit {
7
7
  private supplierService;
@@ -1,5 +1,5 @@
1
- import { MatDialog } from "@angular/material/dialog";
2
- import { SupplierFormService } from "./supplier-form/supplier-form.service";
1
+ import { MatDialog } from '@angular/material/dialog';
2
+ import { SupplierFormService } from './supplier-form/supplier-form.service';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class SupplierComponent {
5
5
  dialog: MatDialog;
@@ -12,8 +12,10 @@ import * as i10 from "@angular/flex-layout";
12
12
  import * as i11 from "@angular/forms";
13
13
  import * as i12 from "ngx-infinite-scroll";
14
14
  import * as i13 from "ngx-permissions";
15
+ import * as i14 from "./supplier-form/supplier-form-button/supplier-form-button.component";
16
+ import * as i15 from "./supplier-delete-button/supplier-delete-button.component";
15
17
  export declare class SupplierModule {
16
18
  static ɵfac: i0.ɵɵFactoryDeclaration<SupplierModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<SupplierModule, [typeof i1.SupplierComponent, typeof i2.SupplierViewComponent, typeof i3.SuppliersListComponent, typeof i4.SupplierFormComponent, typeof i5.SupplierInformationComponent], [typeof i6.CommonModule, typeof i7.SupplierRoutingModule, typeof i8.MaterialModule, typeof i9.SearchableSelectorModule, typeof i9.AuditLogForModelModule, typeof i9.NoteModule, typeof i10.FlexModule, typeof i11.ReactiveFormsModule, typeof i12.InfiniteScrollModule, typeof i13.NgxPermissionsModule], never>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SupplierModule, [typeof i1.SupplierComponent, typeof i2.SupplierViewComponent, typeof i3.SuppliersListComponent, typeof i4.SupplierFormComponent, typeof i5.SupplierInformationComponent], [typeof i6.CommonModule, typeof i7.SupplierRoutingModule, typeof i8.MaterialModule, typeof i9.SearchableSelectorModule, typeof i9.AuditLogForModelModule, typeof i9.NoteModule, typeof i10.FlexModule, typeof i11.ReactiveFormsModule, typeof i12.InfiniteScrollModule, typeof i13.NgxPermissionsModule, typeof i14.SupplierFormButtonComponent, typeof i15.SupplierDeleteButtonComponent], never>;
18
20
  static ɵinj: i0.ɵɵInjectorDeclaration<SupplierModule>;
19
21
  }
@@ -1,4 +1,4 @@
1
- import { HttpService } from "ngx-techlify-core";
1
+ import { HttpService } from 'ngx-techlify-core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class SupplierService {
4
4
  private httpService;
@@ -25,14 +25,6 @@ export declare class SuppliersListComponent extends TechlifyListingControllerInt
25
25
  sortColumn(event: any): void;
26
26
  assignFilter(column: any, direction: any): any;
27
27
  loadData(): Promise<void>;
28
- editForm(model?: any): void;
29
- deleteForm(supplier: any): void;
30
- /**
31
- * Show the supplier create form.
32
- *
33
- * @param model
34
- */
35
- showAddSupplierDialog(model?: any): void;
36
28
  private updateFormWithQueryParams;
37
29
  private subscribeToFormChanges;
38
30
  private subscribeToRouteChanges;
@@ -1,7 +1,7 @@
1
- import { EventEmitter, OnInit } from "@angular/core";
2
- import { FormGroup } from "@angular/forms";
3
- import { RequestHelperService, TimelineValue } from "ngx-techlify-core";
4
- import { ActivatedRoute } from "@angular/router";
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { RequestHelperService, TimelineValue } from 'ngx-techlify-core';
4
+ import { ActivatedRoute } from '@angular/router';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class TechlifyFilterComponent implements OnInit {
7
7
  private requestHelperService;