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.
- package/esm2022/lib/inventory-common/category/category-form/category-form.component.mjs +12 -12
- package/esm2022/lib/inventory-common/category/category-form-button/category-form-button.component.mjs +5 -5
- package/esm2022/lib/inventory-common/category/category-list-page/category-list-page.component.mjs +22 -26
- package/esm2022/lib/inventory-common/category/category-routing.module.mjs +10 -5
- package/esm2022/lib/inventory-common/category/category-view/category-view.component.mjs +46 -0
- package/esm2022/lib/inventory-common/category/category.module.mjs +23 -24
- package/esm2022/lib/inventory-common/category/category.service.mjs +6 -6
- package/esm2022/lib/inventory-common/inventory-common-routing.module.mjs +32 -18
- package/esm2022/lib/inventory-common/inventory-common.module.mjs +13 -9
- package/esm2022/lib/inventory-common/inventory-dashboard-page/inventory-dashboard-page.component.mjs +12 -10
- package/esm2022/lib/inventory-common/inventory-value-report.service.mjs +21 -0
- package/esm2022/lib/inventory-common/location/location-delete-button/location-delete-button.component.mjs +68 -0
- package/esm2022/lib/inventory-common/location/location-form/location-form.component.mjs +86 -0
- package/esm2022/lib/inventory-common/location/location-form-button/location-form-button.component.mjs +35 -0
- package/esm2022/lib/inventory-common/location/location-information/location-information.component.mjs +34 -0
- package/esm2022/lib/inventory-common/location/location-list/location-list.component.mjs +121 -0
- package/esm2022/lib/inventory-common/location/location-product-statistics/location-product-statistics.component.mjs +127 -0
- package/esm2022/lib/inventory-common/location/location-routing.module.mjs +29 -0
- package/esm2022/lib/inventory-common/location/location-view/location-view.component.mjs +53 -0
- package/esm2022/lib/inventory-common/location/location.module.mjs +22 -0
- package/esm2022/lib/inventory-common/location/location.service.mjs +23 -0
- package/esm2022/lib/inventory-common/low-stock-report.service.mjs +23 -0
- package/esm2022/lib/inventory-common/material.module.mjs +37 -37
- package/esm2022/lib/inventory-common/measure/measure-delete/measure-delete-button/measure-delete-button.component.mjs +4 -4
- package/esm2022/lib/inventory-common/measure/measure-delete/measure-delete.module.mjs +4 -4
- package/esm2022/lib/inventory-common/measure/measure-form/measure-form/measure-form.component.mjs +14 -14
- package/esm2022/lib/inventory-common/measure/measure-form/measure-form-button/measure-form-button.component.mjs +5 -5
- package/esm2022/lib/inventory-common/measure/measure-form/measure-form.module.mjs +6 -6
- package/esm2022/lib/inventory-common/measure/measure-routing.module.mjs +5 -5
- package/esm2022/lib/inventory-common/measure/measure.module.mjs +10 -10
- package/esm2022/lib/inventory-common/measure/measure.service.mjs +6 -6
- package/esm2022/lib/inventory-common/measure/measures-list/measures-list.component.mjs +12 -18
- package/esm2022/lib/inventory-common/product/low-stock-products-widget/low-stock-products-widget.component.mjs +13 -11
- package/esm2022/lib/inventory-common/product/low-stock-products-widget/low-stock-products-widget.module.mjs +10 -24
- package/esm2022/lib/inventory-common/product/product-basic-info/product-basic-info.component.mjs +5 -5
- package/esm2022/lib/inventory-common/product/product-batch-update-form/product-batch-update-form.component.mjs +56 -0
- package/esm2022/lib/inventory-common/product/product-delete-button/product-delete-button.component.mjs +6 -6
- package/esm2022/lib/inventory-common/product/product-form/product-form.component.mjs +43 -45
- package/esm2022/lib/inventory-common/product/product-form-button/product-form-button.component.mjs +5 -5
- package/esm2022/lib/inventory-common/product/product-form.service.mjs +4 -4
- package/esm2022/lib/inventory-common/product/product-import-page/product-import-page.component.mjs +32 -32
- package/esm2022/lib/inventory-common/product/product-list/product-list.component.mjs +65 -87
- package/esm2022/lib/inventory-common/product/product-location/product-location-list/product-location-list.component.mjs +56 -0
- package/esm2022/lib/inventory-common/product/product-measure-form/product-measure-form.component.mjs +12 -12
- package/esm2022/lib/inventory-common/product/product-measures-list/product-measures-list.component.mjs +22 -28
- package/esm2022/lib/inventory-common/product/product-nav-bar/product-nav-bar.component.mjs +3 -3
- package/esm2022/lib/inventory-common/product/product-quick-search/product-quick-search.component.mjs +92 -0
- package/esm2022/lib/inventory-common/product/product-routing.module.mjs +17 -17
- package/esm2022/lib/inventory-common/product/product-statistics.service.mjs +23 -0
- package/esm2022/lib/inventory-common/product/product-summary-chart/product-summary-chart.component.mjs +10 -16
- package/esm2022/lib/inventory-common/product/product-summary-chart/product-summary-chart.module.mjs +9 -20
- package/esm2022/lib/inventory-common/product/product-tax/product-tax-delete-button/product-tax-delete-button.component.mjs +6 -6
- package/esm2022/lib/inventory-common/product/product-tax/product-tax-form-button/product-tax-form-button.component.mjs +14 -14
- package/esm2022/lib/inventory-common/product/product-tax/product-tax-list/product-tax-list.component.mjs +6 -6
- package/esm2022/lib/inventory-common/product/product-tax/product-tax.module.mjs +9 -26
- package/esm2022/lib/inventory-common/product/product-tax/product-tax.service.mjs +6 -6
- package/esm2022/lib/inventory-common/product/product-view-page/product-view-page.component.mjs +9 -7
- package/esm2022/lib/inventory-common/product/product.module.mjs +37 -26
- package/esm2022/lib/inventory-common/product/product.service.mjs +7 -7
- package/esm2022/lib/inventory-common/product/widgets/product-category-badges/product-category-badges.component.mjs +15 -0
- package/esm2022/lib/inventory-common/product-batch.service.mjs +20 -0
- package/esm2022/lib/inventory-common/reports/inventory-value-report/inventory-value-report.component.mjs +168 -0
- package/esm2022/lib/inventory-common/reports/low-stock-report/low-stock-report.component.mjs +163 -0
- package/esm2022/lib/inventory-common/services/techlify-form-service.mjs +2 -2
- package/esm2022/lib/inventory-common/stock-issuances/stock-issuance-delete-button/stock-issuance-delete-button.component.mjs +6 -6
- package/esm2022/lib/inventory-common/stock-issuances/stock-issuance-delete-button/stock-issuance-delete-button.module.mjs +5 -5
- package/esm2022/lib/inventory-common/stock-issuances/stock-issuance.service.mjs +6 -6
- package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.component.mjs +84 -56
- package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.module.mjs +28 -12
- package/esm2022/lib/inventory-common/stock-issuances/stock-issuances-routing.module.mjs +5 -5
- package/esm2022/lib/inventory-common/stock-issuances/stock-issuances.module.mjs +14 -14
- package/esm2022/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form/stock-issue-form.component.mjs +14 -14
- package/esm2022/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form-button/stock-issue-form-button.component.mjs +5 -5
- package/esm2022/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form.module.mjs +13 -13
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-delete-button/stock-receipt-delete-button.component.mjs +6 -6
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form/stock-receipt-form.component.mjs +18 -18
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form-button/stock-receipt-form-button.component.mjs +5 -5
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form.module.mjs +12 -12
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipt.service.mjs +6 -6
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.mjs +82 -44
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-routing.module.mjs +5 -5
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipts.module.mjs +24 -22
- package/esm2022/lib/inventory-common/stock-summary.service.mjs +5 -5
- package/esm2022/lib/inventory-common/stock-transfer/stock-transfer-form/stock-transfer-form.component.mjs +105 -0
- package/esm2022/lib/inventory-common/stock-transfer/stock-transfer-form-button/stock-transfer-form-button.component.mjs +38 -0
- package/esm2022/lib/inventory-common/stock-transfer/stock-transfer-list/stock-transfer-list.component.mjs +77 -0
- package/esm2022/lib/inventory-common/stock-transfer/stock-transfer.service.mjs +18 -0
- package/esm2022/lib/inventory-common/supplier/payee-selector/payee-selector/payee-selector.component.mjs +9 -9
- package/esm2022/lib/inventory-common/supplier/payee-selector/payee-selector.module.mjs +10 -24
- package/esm2022/lib/inventory-common/supplier/supplier-delete-button/supplier-delete-button.component.mjs +64 -0
- package/esm2022/lib/inventory-common/supplier/supplier-form/supplier-form-button/supplier-form-button.component.mjs +43 -0
- package/esm2022/lib/inventory-common/supplier/supplier-form/supplier-form.component.mjs +24 -24
- package/esm2022/lib/inventory-common/supplier/supplier-form/supplier-form.service.mjs +4 -4
- package/esm2022/lib/inventory-common/supplier/supplier-information/supplier-information.component.mjs +16 -15
- package/esm2022/lib/inventory-common/supplier/supplier-routing.module.mjs +9 -16
- package/esm2022/lib/inventory-common/supplier/supplier-view/supplier-view.component.mjs +13 -14
- package/esm2022/lib/inventory-common/supplier/supplier.component.mjs +3 -3
- package/esm2022/lib/inventory-common/supplier/supplier.module.mjs +23 -15
- package/esm2022/lib/inventory-common/supplier/supplier.service.mjs +5 -5
- package/esm2022/lib/inventory-common/supplier/suppliers-list/suppliers-list.component.mjs +6 -65
- package/esm2022/lib/inventory-common/techlify-filter/techlify-filter.component.mjs +16 -18
- package/esm2022/lib/inventory-common/techlify-filter/techlify-filter.module.mjs +13 -9
- package/fesm2022/techlify-inventory-common-category.module-BsvJ6rVx.mjs +290 -0
- package/fesm2022/techlify-inventory-common-category.module-BsvJ6rVx.mjs.map +1 -0
- package/fesm2022/techlify-inventory-common-location.module-Cwx9mHKE.mjs +529 -0
- package/fesm2022/techlify-inventory-common-location.module-Cwx9mHKE.mjs.map +1 -0
- package/fesm2022/techlify-inventory-common-measure.module-C2v0-n_m.mjs +307 -0
- package/fesm2022/techlify-inventory-common-measure.module-C2v0-n_m.mjs.map +1 -0
- package/fesm2022/{techlify-inventory-common-stock-issuances.module-BQRRP-hW.mjs → techlify-inventory-common-stock-issuances.module-CPccetrp.mjs} +3 -5
- package/fesm2022/techlify-inventory-common-stock-issuances.module-CPccetrp.mjs.map +1 -0
- package/fesm2022/techlify-inventory-common-supplier.module-CYq-2pV1.mjs +464 -0
- package/fesm2022/techlify-inventory-common-supplier.module-CYq-2pV1.mjs.map +1 -0
- package/fesm2022/techlify-inventory-common-techlify-inventory-common-BMNkSTd6.mjs +3620 -0
- package/fesm2022/techlify-inventory-common-techlify-inventory-common-BMNkSTd6.mjs.map +1 -0
- package/fesm2022/techlify-inventory-common.mjs +1 -1
- package/lib/inventory-common/category/category-form/category-form.component.d.ts +4 -4
- package/lib/inventory-common/category/category-form-button/category-form-button.component.d.ts +2 -2
- package/lib/inventory-common/category/category-list-page/category-list-page.component.d.ts +4 -4
- package/lib/inventory-common/category/category-view/category-view.component.d.ts +16 -0
- package/lib/inventory-common/category/category.module.d.ts +12 -11
- package/lib/inventory-common/category/category.service.d.ts +1 -1
- package/lib/inventory-common/inventory-common.module.d.ts +2 -1
- package/lib/inventory-common/inventory-dashboard-page/inventory-dashboard-page.component.d.ts +1 -1
- package/lib/inventory-common/inventory-value-report.service.d.ts +9 -0
- package/lib/inventory-common/location/location-delete-button/location-delete-button.component.d.ts +28 -0
- package/lib/inventory-common/location/location-form/location-form.component.d.ts +19 -0
- package/lib/inventory-common/location/location-form-button/location-form-button.component.d.ts +13 -0
- package/lib/inventory-common/location/location-information/location-information.component.d.ts +10 -0
- package/lib/inventory-common/location/location-list/location-list.component.d.ts +20 -0
- package/lib/inventory-common/location/location-product-statistics/location-product-statistics.component.d.ts +21 -0
- package/lib/inventory-common/location/location-routing.module.d.ts +7 -0
- package/lib/inventory-common/location/location-view/location-view.component.d.ts +16 -0
- package/lib/inventory-common/location/location.module.d.ts +8 -0
- package/lib/inventory-common/location/location.service.d.ts +10 -0
- package/lib/inventory-common/low-stock-report.service.d.ts +10 -0
- package/lib/inventory-common/measure/measure-delete/measure-delete-button/measure-delete-button.component.d.ts +3 -3
- package/lib/inventory-common/measure/measure-form/measure-form/measure-form.component.d.ts +4 -4
- package/lib/inventory-common/measure/measure-form/measure-form-button/measure-form-button.component.d.ts +2 -2
- package/lib/inventory-common/measure/measure.service.d.ts +1 -1
- package/lib/inventory-common/measure/measures-list/measures-list.component.d.ts +5 -5
- package/lib/inventory-common/product/low-stock-products-widget/low-stock-products-widget.component.d.ts +3 -3
- package/lib/inventory-common/product/product-basic-info/product-basic-info.component.d.ts +2 -2
- package/lib/inventory-common/product/product-batch-update-form/product-batch-update-form.component.d.ts +18 -0
- package/lib/inventory-common/product/product-delete-button/product-delete-button.component.d.ts +4 -4
- package/lib/inventory-common/product/product-form/product-form.component.d.ts +6 -6
- package/lib/inventory-common/product/product-form-button/product-form-button.component.d.ts +3 -3
- package/lib/inventory-common/product/product-import-page/product-import-page.component.d.ts +2 -2
- package/lib/inventory-common/product/product-list/product-list.component.d.ts +15 -24
- package/lib/inventory-common/product/product-location/product-location-list/product-location-list.component.d.ts +15 -0
- package/lib/inventory-common/product/product-measure-form/product-measure-form.component.d.ts +6 -6
- package/lib/inventory-common/product/product-measures-list/product-measures-list.component.d.ts +7 -7
- package/lib/inventory-common/product/product-quick-search/product-quick-search.component.d.ts +15 -0
- package/lib/inventory-common/product/product-statistics.service.d.ts +9 -0
- package/lib/inventory-common/product/product-summary-chart/product-summary-chart.component.d.ts +1 -1
- package/lib/inventory-common/product/product-tax/product-tax-delete-button/product-tax-delete-button.component.d.ts +4 -4
- package/lib/inventory-common/product/product-tax/product-tax-form-button/product-tax-form-button.component.d.ts +5 -5
- package/lib/inventory-common/product/product-tax/product-tax-list/product-tax-list.component.d.ts +2 -2
- package/lib/inventory-common/product/product-tax/product-tax.service.d.ts +1 -1
- package/lib/inventory-common/product/product-view-page/product-view-page.component.d.ts +4 -4
- package/lib/inventory-common/product/product.module.d.ts +16 -13
- package/lib/inventory-common/product/product.service.d.ts +2 -2
- package/lib/inventory-common/product/widgets/product-category-badges/product-category-badges.component.d.ts +6 -0
- package/lib/inventory-common/product-batch.service.d.ts +8 -0
- package/lib/inventory-common/reports/inventory-value-report/inventory-value-report.component.d.ts +26 -0
- package/lib/inventory-common/reports/low-stock-report/low-stock-report.component.d.ts +26 -0
- package/lib/inventory-common/stock-issuances/stock-issuance-delete-button/stock-issuance-delete-button.component.d.ts +4 -4
- package/lib/inventory-common/stock-issuances/stock-issuance.service.d.ts +1 -1
- package/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.component.d.ts +16 -8
- package/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.module.d.ts +3 -1
- package/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form/stock-issue-form.component.d.ts +4 -4
- package/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form-button/stock-issue-form-button.component.d.ts +2 -2
- package/lib/inventory-common/stock-receipts/stock-receipt-delete-button/stock-receipt-delete-button.component.d.ts +4 -4
- package/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form/stock-receipt-form.component.d.ts +4 -4
- package/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form-button/stock-receipt-form-button.component.d.ts +2 -2
- package/lib/inventory-common/stock-receipts/stock-receipt.service.d.ts +1 -1
- package/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.d.ts +12 -4
- package/lib/inventory-common/stock-receipts/stock-receipts.module.d.ts +2 -1
- package/lib/inventory-common/stock-summary.service.d.ts +1 -1
- package/lib/inventory-common/stock-transfer/stock-transfer-form/stock-transfer-form.component.d.ts +19 -0
- package/lib/inventory-common/stock-transfer/stock-transfer-form-button/stock-transfer-form-button.component.d.ts +14 -0
- package/lib/inventory-common/stock-transfer/stock-transfer-list/stock-transfer-list.component.d.ts +17 -0
- package/lib/inventory-common/stock-transfer/stock-transfer.service.d.ts +7 -0
- package/lib/inventory-common/supplier/payee-selector/payee-selector/payee-selector.component.d.ts +3 -3
- package/lib/inventory-common/supplier/supplier-delete-button/supplier-delete-button.component.d.ts +18 -0
- package/lib/inventory-common/supplier/supplier-form/supplier-form-button/supplier-form-button.component.d.ts +13 -0
- package/lib/inventory-common/supplier/supplier-form/supplier-form.component.d.ts +6 -6
- package/lib/inventory-common/supplier/supplier-information/supplier-information.component.d.ts +4 -4
- package/lib/inventory-common/supplier/supplier-view/supplier-view.component.d.ts +4 -4
- package/lib/inventory-common/supplier/supplier.component.d.ts +2 -2
- package/lib/inventory-common/supplier/supplier.module.d.ts +3 -1
- package/lib/inventory-common/supplier/supplier.service.d.ts +1 -1
- package/lib/inventory-common/supplier/suppliers-list/suppliers-list.component.d.ts +0 -8
- package/lib/inventory-common/techlify-filter/techlify-filter.component.d.ts +4 -4
- package/lib/inventory-common/techlify-filter/techlify-filter.module.d.ts +2 -1
- package/package.json +1 -1
- package/fesm2022/techlify-inventory-common-category.module-CNm2bEsx.mjs +0 -257
- package/fesm2022/techlify-inventory-common-category.module-CNm2bEsx.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-measure.module-BEaRHh5Z.mjs +0 -313
- package/fesm2022/techlify-inventory-common-measure.module-BEaRHh5Z.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-product.module-BV9Cy88x.mjs +0 -1168
- package/fesm2022/techlify-inventory-common-product.module-BV9Cy88x.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-stock-issuances-list.module-Dt6gx-ji.mjs +0 -436
- package/fesm2022/techlify-inventory-common-stock-issuances-list.module-Dt6gx-ji.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-stock-issuances.module-BQRRP-hW.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-stock-receipt-form.module-DND0GNlf.mjs +0 -302
- package/fesm2022/techlify-inventory-common-stock-receipt-form.module-DND0GNlf.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-stock-receipts.module-BvYaKITT.mjs +0 -253
- package/fesm2022/techlify-inventory-common-stock-receipts.module-BvYaKITT.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-supplier-form.component-DVBnhiyH.mjs +0 -177
- package/fesm2022/techlify-inventory-common-supplier-form.component-DVBnhiyH.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-supplier.module-Bwa7gx14.mjs +0 -608
- package/fesm2022/techlify-inventory-common-supplier.module-Bwa7gx14.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-techlify-form-service-CiVfwYTS.mjs +0 -14
- package/fesm2022/techlify-inventory-common-techlify-form-service-CiVfwYTS.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-techlify-inventory-common-GFYF7JCA.mjs +0 -495
- package/fesm2022/techlify-inventory-common-techlify-inventory-common-GFYF7JCA.mjs.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { j as InventoryCommonModule, I as InventoryCommonRoutingModule, k as StockSummaryService, d as TechlifyFilterComponent, e as TechlifyFilterModule } from './techlify-inventory-common-techlify-inventory-common-BMNkSTd6.mjs';
|
|
2
2
|
//# sourceMappingURL=techlify-inventory-common.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from
|
|
2
|
-
import { AlertService, FormValidatorService, TechlifyFormComponentInterface } from
|
|
3
|
-
import { FormBuilder } from
|
|
4
|
-
import { CategoryService } from
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { AlertService, FormValidatorService, TechlifyFormComponentInterface } from 'ngx-techlify-core';
|
|
3
|
+
import { FormBuilder } from '@angular/forms';
|
|
4
|
+
import { CategoryService } from '../category.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CategoryFormComponent extends TechlifyFormComponentInterface implements OnInit {
|
|
7
7
|
private formBuilder;
|
package/lib/inventory-common/category/category-form-button/category-form-button.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from
|
|
2
|
-
import { MatDialog } from
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CategoryFormButtonComponent {
|
|
5
5
|
matDialog: MatDialog;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { TechlifyListingControllerInterface } from
|
|
2
|
-
import { FormBuilder } from
|
|
3
|
-
import { CategoryService } from
|
|
4
|
-
import { Sort } from
|
|
1
|
+
import { TechlifyListingControllerInterface } from 'ngx-techlify-core';
|
|
2
|
+
import { FormBuilder } from '@angular/forms';
|
|
3
|
+
import { CategoryService } from '../category.service';
|
|
4
|
+
import { Sort } from '@angular/material/sort';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CategoryListPageComponent extends TechlifyListingControllerInterface {
|
|
7
7
|
private formBuilder;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { CategoryService } from '../category.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CategoryViewComponent implements OnInit {
|
|
6
|
+
private activatedRoute;
|
|
7
|
+
private service;
|
|
8
|
+
id: number;
|
|
9
|
+
isWorking: boolean;
|
|
10
|
+
model: any;
|
|
11
|
+
constructor(activatedRoute: ActivatedRoute, service: CategoryService);
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
loadData(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CategoryViewComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CategoryViewComponent, "app-category-view", never, {}, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -2,18 +2,19 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./category-list-page/category-list-page.component";
|
|
3
3
|
import * as i2 from "./category-form-button/category-form-button.component";
|
|
4
4
|
import * as i3 from "./category-form/category-form.component";
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "@angular/material/
|
|
9
|
-
import * as i8 from "@angular/material/
|
|
10
|
-
import * as i9 from "@angular/
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "
|
|
14
|
-
import * as i13 from "
|
|
5
|
+
import * as i4 from "./category-view/category-view.component";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "./category-routing.module";
|
|
8
|
+
import * as i7 from "@angular/material/card";
|
|
9
|
+
import * as i8 from "@angular/material/icon";
|
|
10
|
+
import * as i9 from "@angular/material/dialog";
|
|
11
|
+
import * as i10 from "@angular/forms";
|
|
12
|
+
import * as i11 from "ngx-techlify-core";
|
|
13
|
+
import * as i12 from "../techlify-filter/techlify-filter.module";
|
|
14
|
+
import * as i13 from "ngx-infinite-scroll";
|
|
15
|
+
import * as i14 from "@angular/material/progress-bar";
|
|
15
16
|
export declare class CategoryModule {
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<CategoryModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CategoryModule, [typeof i1.CategoryListPageComponent, typeof i2.CategoryFormButtonComponent, typeof i3.CategoryFormComponent], [typeof
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CategoryModule, [typeof i1.CategoryListPageComponent, typeof i2.CategoryFormButtonComponent, typeof i3.CategoryFormComponent, typeof i4.CategoryViewComponent], [typeof i5.CommonModule, typeof i6.CategoryRoutingModule, typeof i7.MatCardModule, typeof i8.MatIconModule, typeof i9.MatDialogModule, typeof i10.ReactiveFormsModule, typeof i11.MaterialModule, typeof i12.TechlifyFilterModule, typeof i13.InfiniteScrollModule, typeof i14.MatProgressBarModule, typeof i11.NoteModule], [typeof i2.CategoryFormButtonComponent]>;
|
|
18
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<CategoryModule>;
|
|
19
20
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpService, TechlifyServiceBaseClass } from
|
|
1
|
+
import { HttpService, TechlifyServiceBaseClass } from 'ngx-techlify-core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class CategoryService extends TechlifyServiceBaseClass {
|
|
4
4
|
constructor(httpService: HttpService);
|
|
@@ -6,8 +6,9 @@ import * as i4 from "ngx-techlify-core";
|
|
|
6
6
|
import * as i5 from "./product/low-stock-products-widget/low-stock-products-widget.module";
|
|
7
7
|
import * as i6 from "./product/product-summary-chart/product-summary-chart.module";
|
|
8
8
|
import * as i7 from "./product/product-summary-chart/product-summary-chart.component";
|
|
9
|
+
import * as i8 from "./product/product-quick-search/product-quick-search.component";
|
|
9
10
|
export declare class InventoryCommonModule {
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<InventoryCommonModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<InventoryCommonModule, [typeof i1.InventoryDashboardPageComponent], [typeof i2.CommonModule, typeof i3.InventoryCommonRoutingModule, typeof i4.MaterialModule, typeof i5.LowStockProductsWidgetModule, typeof i6.ProductSummaryChartModule, typeof i7.ProductSummaryChartComponent], never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InventoryCommonModule, [typeof i1.InventoryDashboardPageComponent], [typeof i2.CommonModule, typeof i3.InventoryCommonRoutingModule, typeof i4.MaterialModule, typeof i5.LowStockProductsWidgetModule, typeof i6.ProductSummaryChartModule, typeof i7.ProductSummaryChartComponent, typeof i8.ProductQuickSearchComponent], never>;
|
|
12
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<InventoryCommonModule>;
|
|
13
14
|
}
|
package/lib/inventory-common/inventory-dashboard-page/inventory-dashboard-page.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ProductService } from
|
|
2
|
+
import { ProductService } from '../product/product.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class InventoryDashboardPageComponent implements OnInit {
|
|
5
5
|
private productService;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HttpService, TechlifyServiceBaseClass } from 'ngx-techlify-core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class InventoryValueReportService extends TechlifyServiceBaseClass {
|
|
5
|
+
constructor(httpService: HttpService);
|
|
6
|
+
export(params?: any): Observable<any>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InventoryValueReportService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<InventoryValueReportService>;
|
|
9
|
+
}
|
package/lib/inventory-common/location/location-delete-button/location-delete-button.component.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
+
import { AlertService, CredentialsService, User } from 'ngx-techlify-core';
|
|
4
|
+
import { LocationService } from '../location.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class LocationDeleteButtonComponent {
|
|
7
|
+
private matDialog;
|
|
8
|
+
private service;
|
|
9
|
+
private alertService;
|
|
10
|
+
private credentialsService;
|
|
11
|
+
model: any;
|
|
12
|
+
deleted: EventEmitter<any>;
|
|
13
|
+
isDeleting: boolean;
|
|
14
|
+
user: User;
|
|
15
|
+
constructor(matDialog: MatDialog, service: LocationService, alertService: AlertService, credentialsService: CredentialsService);
|
|
16
|
+
/**
|
|
17
|
+
* Delete the product.
|
|
18
|
+
*/
|
|
19
|
+
delete(): void;
|
|
20
|
+
/**
|
|
21
|
+
* Show delete product dialog.
|
|
22
|
+
*
|
|
23
|
+
* @param templateRef
|
|
24
|
+
*/
|
|
25
|
+
showDeleteDialog(templateRef: TemplateRef<any>): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationDeleteButtonComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LocationDeleteButtonComponent, "app-location-delete-button", never, { "model": { "alias": "model"; "required": false; }; }, { "deleted": "deleted"; }, never, never, true, never>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
|
3
|
+
import { AlertService, FormValidatorService, TechlifyFormComponentInterface } from "ngx-techlify-core";
|
|
4
|
+
import { LocationService } from '../location.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class LocationFormComponent extends TechlifyFormComponentInterface implements OnInit {
|
|
7
|
+
private formBuilder;
|
|
8
|
+
private alertService;
|
|
9
|
+
private service;
|
|
10
|
+
model: any;
|
|
11
|
+
saved: EventEmitter<any>;
|
|
12
|
+
cancelled: EventEmitter<any>;
|
|
13
|
+
isSaving: boolean;
|
|
14
|
+
constructor(formValidatorService: FormValidatorService, formBuilder: FormBuilder, alertService: AlertService, service: LocationService);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
save(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationFormComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LocationFormComponent, "app-location-form", never, { "model": { "alias": "model"; "required": false; }; }, { "saved": "saved"; "cancelled": "cancelled"; }, never, never, true, never>;
|
|
19
|
+
}
|
package/lib/inventory-common/location/location-form-button/location-form-button.component.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
import { MatDialog } from "@angular/material/dialog";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class LocationFormButtonComponent {
|
|
5
|
+
matDialog: MatDialog;
|
|
6
|
+
model: any;
|
|
7
|
+
saved: EventEmitter<any>;
|
|
8
|
+
constructor(matDialog: MatDialog);
|
|
9
|
+
showForm(templateRef: TemplateRef<any>): void;
|
|
10
|
+
onSaved(model: any): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationFormButtonComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LocationFormButtonComponent, "app-location-form-button", never, { "model": { "alias": "model"; "required": false; }; }, { "saved": "saved"; }, never, never, true, never>;
|
|
13
|
+
}
|
package/lib/inventory-common/location/location-information/location-information.component.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Location } from '@angular/common';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class LocationInformationComponent {
|
|
4
|
+
private location;
|
|
5
|
+
model: any;
|
|
6
|
+
constructor(location: Location);
|
|
7
|
+
redirectBack(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationInformationComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LocationInformationComponent, "app-location-information", never, { "model": { "alias": "model"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { RequestHelperService, TechlifyListingControllerInterface } from 'ngx-techlify-core';
|
|
3
|
+
import { FormBuilder } from '@angular/forms';
|
|
4
|
+
import { ActivatedRoute } from '@angular/router';
|
|
5
|
+
import { Sort } from '@angular/material/sort';
|
|
6
|
+
import { LocationService } from '../location.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class LocationListComponent extends TechlifyListingControllerInterface implements OnInit {
|
|
9
|
+
private service;
|
|
10
|
+
private formBuilder;
|
|
11
|
+
private requestHelperService;
|
|
12
|
+
private activatedRoute;
|
|
13
|
+
displayedColumns: string[];
|
|
14
|
+
constructor(service: LocationService, formBuilder: FormBuilder, requestHelperService: RequestHelperService, activatedRoute: ActivatedRoute);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
loadData(): void;
|
|
17
|
+
onSortChange(sort: Sort): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationListComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LocationListComponent, "app-location-list", never, {}, {}, never, never, true, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { LocationService } from '../location.service';
|
|
3
|
+
import { RequestHelperService, TechlifyListingControllerInterface } from 'ngx-techlify-core';
|
|
4
|
+
import { FormBuilder } from '@angular/forms';
|
|
5
|
+
import { ActivatedRoute } from '@angular/router';
|
|
6
|
+
import { Sort } from '@angular/material/sort';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class LocationProductStatisticsComponent extends TechlifyListingControllerInterface implements OnInit {
|
|
9
|
+
private service;
|
|
10
|
+
private formBuilder;
|
|
11
|
+
private requestHelperService;
|
|
12
|
+
private activatedRoute;
|
|
13
|
+
location: any;
|
|
14
|
+
displayedColumns: string[];
|
|
15
|
+
constructor(service: LocationService, formBuilder: FormBuilder, requestHelperService: RequestHelperService, activatedRoute: ActivatedRoute);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
loadData(): void;
|
|
18
|
+
onSortChange(sort: Sort): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationProductStatisticsComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LocationProductStatisticsComponent, "app-location-product-statistics", never, { "location": { "alias": "location"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/router";
|
|
3
|
+
export declare class LocationRoutingModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationRoutingModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LocationRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LocationRoutingModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { LocationService } from '../location.service';
|
|
3
|
+
import { ActivatedRoute } from '@angular/router';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LocationViewComponent implements OnInit {
|
|
6
|
+
private service;
|
|
7
|
+
private activatedRoute;
|
|
8
|
+
id: number;
|
|
9
|
+
isLoading: boolean;
|
|
10
|
+
model: any;
|
|
11
|
+
constructor(service: LocationService, activatedRoute: ActivatedRoute);
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
private loadModel;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationViewComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LocationViewComponent, "app-location-view", never, {}, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./location-routing.module";
|
|
4
|
+
export declare class LocationModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LocationModule, never, [typeof i1.CommonModule, typeof i2.LocationRoutingModule], never>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LocationModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { HttpService, TechlifyServiceBaseClass } from 'ngx-techlify-core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class LocationService extends TechlifyServiceBaseClass {
|
|
5
|
+
httpService: HttpService;
|
|
6
|
+
constructor(httpService: HttpService);
|
|
7
|
+
productStatistics(model: any, params?: any): Observable<any>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LocationService>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { HttpService, TechlifyServiceBaseClass } from 'ngx-techlify-core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class LowStockReportService extends TechlifyServiceBaseClass {
|
|
5
|
+
protected httpService: HttpService;
|
|
6
|
+
constructor(httpService: HttpService);
|
|
7
|
+
export(params?: any): Observable<any>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LowStockReportService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LowStockReportService>;
|
|
10
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from
|
|
2
|
-
import { MatDialog } from
|
|
3
|
-
import { MeasureService } from
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
+
import { MeasureService } from '../../measure.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class MeasureDeleteButtonComponent {
|
|
6
6
|
private measureService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from
|
|
2
|
-
import { AlertService, FormValidatorService, TechlifyFormComponentInterface } from
|
|
3
|
-
import { FormBuilder } from
|
|
4
|
-
import { MeasureService } from
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { AlertService, FormValidatorService, TechlifyFormComponentInterface } from 'ngx-techlify-core';
|
|
3
|
+
import { FormBuilder } from '@angular/forms';
|
|
4
|
+
import { MeasureService } from '../../measure.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class MeasureFormComponent extends TechlifyFormComponentInterface implements OnInit {
|
|
7
7
|
private formBuilder;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from
|
|
2
|
-
import { MatDialog } from
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class MeasureFormButtonComponent {
|
|
5
5
|
matDialog: MatDialog;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpService, TechlifyServiceBaseClass } from
|
|
1
|
+
import { HttpService, TechlifyServiceBaseClass } from 'ngx-techlify-core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class MeasureService extends TechlifyServiceBaseClass {
|
|
4
4
|
constructor(httpService: HttpService);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { OnInit } from
|
|
2
|
-
import { FormBuilder } from
|
|
3
|
-
import { TechlifyListingControllerInterface } from
|
|
4
|
-
import { MeasureService } from
|
|
5
|
-
import { Sort } from
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder } from '@angular/forms';
|
|
3
|
+
import { TechlifyListingControllerInterface } from 'ngx-techlify-core';
|
|
4
|
+
import { MeasureService } from '../measure.service';
|
|
5
|
+
import { Sort } from '@angular/material/sort';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class MeasuresListComponent extends TechlifyListingControllerInterface implements OnInit {
|
|
8
8
|
private formBuilder;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { OnInit } from
|
|
2
|
-
import { TechlifyListingControllerInterface } from
|
|
3
|
-
import { ProductService } from
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { TechlifyListingControllerInterface } from 'ngx-techlify-core';
|
|
3
|
+
import { ProductService } from '../product.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class LowStockProductsWidgetComponent extends TechlifyListingControllerInterface implements OnInit {
|
|
6
6
|
private productService;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from
|
|
2
|
-
import { StockSummaryService } from
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { StockSummaryService } from '../../stock-summary.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ProductBasicInfoComponent implements OnInit {
|
|
5
5
|
private stockSummaryService;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FormBuilder } from '@angular/forms';
|
|
3
|
+
import { AlertService, FormValidatorService, TechlifyFormComponentInterface } from 'ngx-techlify-core';
|
|
4
|
+
import { SelectionModel } from '@angular/cdk/collections';
|
|
5
|
+
import { ProductBatchService } from '../../product-batch.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class ProductBatchUpdateFormComponent extends TechlifyFormComponentInterface {
|
|
8
|
+
private formBuilder;
|
|
9
|
+
private alertService;
|
|
10
|
+
private batchService;
|
|
11
|
+
selection: SelectionModel<any>;
|
|
12
|
+
updated: EventEmitter<any>;
|
|
13
|
+
isSaving: boolean;
|
|
14
|
+
constructor(formValidatorService: FormValidatorService, formBuilder: FormBuilder, alertService: AlertService, batchService: ProductBatchService);
|
|
15
|
+
save(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProductBatchUpdateFormComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProductBatchUpdateFormComponent, "app-product-batch-update-form", never, { "selection": { "alias": "selection"; "required": false; }; }, { "updated": "updated"; }, never, never, false, never>;
|
|
18
|
+
}
|
package/lib/inventory-common/product/product-delete-button/product-delete-button.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from
|
|
2
|
-
import { MatDialog } from
|
|
3
|
-
import { ProductService } from
|
|
4
|
-
import { AlertService } from
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
+
import { ProductService } from '../product.service';
|
|
4
|
+
import { AlertService } from 'ngx-techlify-core';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class ProductDeleteButtonComponent {
|
|
7
7
|
private matDialog;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from
|
|
2
|
-
import { FormBuilder, FormGroup } from
|
|
3
|
-
import { AlertService, FormValidatorService } from
|
|
4
|
-
import { ProductService } from
|
|
5
|
-
import { DatePipe } from
|
|
6
|
-
import { ProductFormService } from
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { AlertService, FormValidatorService } from 'ngx-techlify-core';
|
|
4
|
+
import { ProductService } from '../product.service';
|
|
5
|
+
import { DatePipe } from '@angular/common';
|
|
6
|
+
import { ProductFormService } from '../product-form.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class ProductFormComponent implements OnInit {
|
|
9
9
|
private productService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from
|
|
2
|
-
import { MatDialog } from
|
|
3
|
-
import { ProductFormService } from
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
+
import { ProductFormService } from '../product-form.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ProductFormButtonComponent {
|
|
6
6
|
matDialog: MatDialog;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { OnInit } from
|
|
2
|
-
import { ImportCsvConfig } from
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ImportCsvConfig } from 'ngx-techlify-core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ProductImportPageComponent implements OnInit {
|
|
5
5
|
importConfig: ImportCsvConfig;
|
|
@@ -1,30 +1,20 @@
|
|
|
1
|
-
import { OnInit } from
|
|
2
|
-
import { FormBuilder
|
|
3
|
-
import { MatDialog } from
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder } from '@angular/forms';
|
|
3
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
4
|
+
import { ActivatedRoute } from '@angular/router';
|
|
5
|
+
import { ColumnConfig, RequestHelperService, TechlifyListingControllerInterface } from 'ngx-techlify-core';
|
|
6
|
+
import { ProductService } from '../product.service';
|
|
7
|
+
import { ProductFormService } from '../product-form.service';
|
|
8
|
+
import { SelectionModel } from '@angular/cdk/collections';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class ProductListComponent implements OnInit {
|
|
10
|
+
export declare class ProductListComponent extends TechlifyListingControllerInterface implements OnInit {
|
|
11
11
|
private fb;
|
|
12
12
|
private dialog;
|
|
13
13
|
private activatedRoute;
|
|
14
14
|
private productService;
|
|
15
15
|
private requestHelperService;
|
|
16
16
|
private productFormService;
|
|
17
|
-
|
|
18
|
-
lastPage: number;
|
|
19
|
-
page: number;
|
|
20
|
-
perPage: number;
|
|
21
|
-
totalItems: number;
|
|
22
|
-
currentPage: number;
|
|
23
|
-
num_items: number;
|
|
24
|
-
routeFilters: any;
|
|
25
|
-
products: any[];
|
|
26
|
-
dataSource: MatTableDataSource<unknown, import("@angular/material/paginator").MatPaginator>;
|
|
27
|
-
isLoading: boolean;
|
|
17
|
+
selection: SelectionModel<any>;
|
|
28
18
|
columnConfig: ColumnConfig[];
|
|
29
19
|
selectedColumns: ColumnConfig[];
|
|
30
20
|
get displayedColumns(): string[];
|
|
@@ -32,11 +22,12 @@ export declare class ProductListComponent implements OnInit {
|
|
|
32
22
|
constructor(fb: FormBuilder, dialog: MatDialog, activatedRoute: ActivatedRoute, productService: ProductService, requestHelperService: RequestHelperService, productFormService: ProductFormService);
|
|
33
23
|
ngOnInit(): void;
|
|
34
24
|
loadData(): void;
|
|
35
|
-
|
|
36
|
-
modifyProduct(model?: any): void;
|
|
37
|
-
assignFilter(column: any, direction: string): void;
|
|
25
|
+
assignFilter(column: any, direction: string): any;
|
|
38
26
|
sortColumn(event: any): void;
|
|
39
|
-
|
|
27
|
+
isAllRowsSelected(): boolean;
|
|
28
|
+
/** Selects all rows if they are not all selected; otherwise clear selection. */
|
|
29
|
+
toggleAllRows(): void;
|
|
30
|
+
checkboxLabel(row?: any): string;
|
|
40
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductListComponent, never>;
|
|
41
32
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProductListComponent, "app-product-list", never, {}, {}, never, never, false, never>;
|
|
42
33
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ErrorHandlerService, TechlifyListingControllerInterface } from 'ngx-techlify-core';
|
|
3
|
+
import { ProductStatisticsService } from '../../product-statistics.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ProductLocationListComponent extends TechlifyListingControllerInterface implements OnInit {
|
|
6
|
+
private statisticsService;
|
|
7
|
+
private errorHandler;
|
|
8
|
+
product: any;
|
|
9
|
+
constructor(statisticsService: ProductStatisticsService, errorHandler: ErrorHandlerService);
|
|
10
|
+
displayedColumns: string[];
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
loadData(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProductLocationListComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProductLocationListComponent, "app-product-location-list", never, { "product": { "alias": "product"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
+
}
|
package/lib/inventory-common/product/product-measure-form/product-measure-form.component.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { OnInit } from
|
|
2
|
-
import { FormBuilder, FormGroup } from
|
|
3
|
-
import { MatDialogRef } from
|
|
4
|
-
import { NgxSpinnerService } from
|
|
5
|
-
import { AlertService, ErrorHandlerService, FormValidatorService } from
|
|
6
|
-
import { ProductService } from
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
|
+
import { NgxSpinnerService } from 'ngx-spinner';
|
|
5
|
+
import { AlertService, ErrorHandlerService, FormValidatorService } from 'ngx-techlify-core';
|
|
6
|
+
import { ProductService } from '../product.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class ProductMeasureFormComponent implements OnInit {
|
|
9
9
|
private productService;
|
package/lib/inventory-common/product/product-measures-list/product-measures-list.component.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ProductService } from
|
|
2
|
-
import { OnInit } from
|
|
3
|
-
import { FormBuilder, FormGroup } from
|
|
4
|
-
import { MatDialog } from
|
|
5
|
-
import { MatTableDataSource } from
|
|
6
|
-
import { ActivatedRoute } from
|
|
7
|
-
import { FilterService } from
|
|
1
|
+
import { ProductService } from '../product.service';
|
|
2
|
+
import { OnInit } from '@angular/core';
|
|
3
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
4
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
5
|
+
import { MatTableDataSource } from '@angular/material/table';
|
|
6
|
+
import { ActivatedRoute } from '@angular/router';
|
|
7
|
+
import { FilterService } from 'ngx-techlify-core';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class ProductMeasuresListComponent implements OnInit {
|
|
10
10
|
private fb;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { TechlifyListingControllerInterface } from 'ngx-techlify-core';
|
|
3
|
+
import { FormControl } from '@angular/forms';
|
|
4
|
+
import { ProductService } from '../product.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ProductQuickSearchComponent extends TechlifyListingControllerInterface implements OnInit {
|
|
7
|
+
private productService;
|
|
8
|
+
displayedColumns: string[];
|
|
9
|
+
searchControl: FormControl<any>;
|
|
10
|
+
constructor(productService: ProductService);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
loadData(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProductQuickSearchComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProductQuickSearchComponent, "app-product-quick-search", never, {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HttpService, TechlifyServiceBaseClass } from 'ngx-techlify-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ProductStatisticsService extends TechlifyServiceBaseClass {
|
|
4
|
+
protected http: HttpService;
|
|
5
|
+
constructor(http: HttpService);
|
|
6
|
+
stockByLocation(params?: any): import("rxjs").Observable<Object>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProductStatisticsService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ProductStatisticsService>;
|
|
9
|
+
}
|
package/lib/inventory-common/product/product-summary-chart/product-summary-chart.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ProductService } from
|
|
2
|
+
import { ProductService } from '../product.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ProductSummaryChartComponent implements OnInit {
|
|
5
5
|
private productService;
|