techlify-inventory-common 18.2.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 +24 -20
- package/esm2022/lib/inventory-common/inventory-common.module.mjs +7 -7
- package/esm2022/lib/inventory-common/inventory-dashboard-page/inventory-dashboard-page.component.mjs +5 -5
- package/esm2022/lib/inventory-common/inventory-value-report.service.mjs +2 -2
- 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 +2 -2
- 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 +7 -7
- 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 +7 -7
- 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 +3 -6
- 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 +10 -12
- package/esm2022/lib/inventory-common/reports/low-stock-report/low-stock-report.component.mjs +20 -22
- 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-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 +13 -13
- package/esm2022/lib/inventory-common/supplier/supplier.service.mjs +5 -5
- package/esm2022/lib/inventory-common/supplier/suppliers-list/suppliers-list.component.mjs +3 -3
- 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-BjPbzqUW.mjs → techlify-inventory-common-stock-issuances.module-CPccetrp.mjs} +3 -3
- package/fesm2022/techlify-inventory-common-stock-issuances.module-CPccetrp.mjs.map +1 -0
- package/fesm2022/{techlify-inventory-common-supplier.module-CFDwJ-TS.mjs → techlify-inventory-common-supplier.module-CYq-2pV1.mjs} +39 -216
- 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-dashboard-page/inventory-dashboard-page.component.d.ts +1 -1
- 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/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 +1 -1
- 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-batch.service.d.ts +8 -0
- package/lib/inventory-common/reports/low-stock-report/low-stock-report.component.d.ts +3 -3
- 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-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.service.d.ts +1 -1
- 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-BKEBFEeZ.mjs +0 -257
- package/fesm2022/techlify-inventory-common-category.module-BKEBFEeZ.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-measure.module-CZHhYoQd.mjs +0 -313
- package/fesm2022/techlify-inventory-common-measure.module-CZHhYoQd.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-stock-issuances.module-BjPbzqUW.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-supplier.module-CFDwJ-TS.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-techlify-inventory-common-CYiCJfk9.mjs +0 -3143
- package/fesm2022/techlify-inventory-common-techlify-inventory-common-CYiCJfk9.mjs.map +0 -1
|
@@ -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 ProductTaxService extends TechlifyServiceBaseClass {
|
|
4
4
|
constructor(httpService: HttpService);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OnInit } from
|
|
2
|
-
import { ProductService } from
|
|
3
|
-
import { ActivatedRoute } from
|
|
4
|
-
import { Location } from
|
|
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 "
|
|
13
|
-
import * as i12 from "
|
|
14
|
-
import * as i13 from "
|
|
15
|
-
import * as i14 from "
|
|
16
|
-
import * as i15 from "../stock-
|
|
17
|
-
import * as i16 from "../stock-
|
|
18
|
-
import * as i17 from "../stock-
|
|
19
|
-
import * as i18 from "
|
|
20
|
-
import * as i19 from "
|
|
21
|
-
import * as i20 from "
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "@angular/
|
|
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
|
|
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
|
|
2
|
-
import { Observable } from
|
|
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,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
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { FormBuilder } from
|
|
3
|
-
import { Sort } from
|
|
4
|
-
import { RequestHelperService, TechlifyListingControllerInterface } from
|
|
2
|
+
import { FormBuilder } from '@angular/forms';
|
|
3
|
+
import { Sort } from '@angular/material/sort';
|
|
4
|
+
import { RequestHelperService, TechlifyListingControllerInterface } from 'ngx-techlify-core';
|
|
5
5
|
import { ActivatedRoute } from '@angular/router';
|
|
6
6
|
import { LowStockReportService } from '../../low-stock-report.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from
|
|
2
|
-
import { MatDialog } from
|
|
3
|
-
import { StockIssuanceService } from
|
|
4
|
-
import { AlertService } from
|
|
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
|
|
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
|
|
2
|
-
import { RequestHelperService, TechlifyListingControllerInterface } from
|
|
3
|
-
import { FormBuilder } from
|
|
4
|
-
import { Sort } from
|
|
5
|
-
import { StockIssuanceService } from
|
|
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
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
}
|
package/lib/inventory-common/stock-issuances/stock-issuances-list/stock-issuances-list.module.d.ts
CHANGED
|
@@ -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
|
|
2
|
-
import { AlertService, DateUtils, FormValidatorService, TechlifyFormComponentInterface } from
|
|
3
|
-
import { FormBuilder } from
|
|
4
|
-
import { StockIssuanceService } from
|
|
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
|
|
2
|
-
import { MatDialog, MatDialogRef } from
|
|
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
|
|
2
|
-
import { MatDialog } from
|
|
3
|
-
import { AlertService } from
|
|
4
|
-
import { StockReceiptService } from
|
|
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
|
|
2
|
-
import { AlertService, DateUtils, FormValidatorService, TechlifyFormComponentInterface } from
|
|
3
|
-
import { FormBuilder } from
|
|
4
|
-
import { StockReceiptService } from
|
|
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
|
|
2
|
-
import { MatDialog, MatDialogRef } from
|
|
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
|
|
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
|
|
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
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
}
|
package/lib/inventory-common/stock-transfer/stock-transfer-form/stock-transfer-form.component.d.ts
ADDED
|
@@ -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
|
+
}
|
package/lib/inventory-common/stock-transfer/stock-transfer-list/stock-transfer-list.component.d.ts
ADDED
|
@@ -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
|
+
}
|
package/lib/inventory-common/supplier/payee-selector/payee-selector/payee-selector.component.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ControlValueAccessor } from
|
|
2
|
-
import { SupplierFormComponent } from
|
|
3
|
-
import { MatFormFieldAppearance } from
|
|
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;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { SupplierService } from
|
|
2
|
-
import { OnInit } from
|
|
3
|
-
import { FormBuilder, FormGroup } from
|
|
4
|
-
import { MatDialogRef } from
|
|
5
|
-
import { NgxSpinnerService } from
|
|
6
|
-
import { AlertService, ErrorHandlerService, FormValidatorService, TechlifyFormComponentInterface } from
|
|
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;
|
package/lib/inventory-common/supplier/supplier-information/supplier-information.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AlertService, ErrorHandlerService } from
|
|
2
|
-
import { MatDialog } from
|
|
3
|
-
import { SupplierService } from
|
|
4
|
-
import { Router } from
|
|
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
|
|
2
|
-
import { ActivatedRoute, Router } from
|
|
3
|
-
import { SupplierService } from
|
|
4
|
-
import { MatTabChangeEvent } from
|
|
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
|
|
2
|
-
import { SupplierFormService } from
|
|
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;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from
|
|
2
|
-
import { FormGroup } from
|
|
3
|
-
import { RequestHelperService, TimelineValue } from
|
|
4
|
-
import { ActivatedRoute } from
|
|
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;
|
|
@@ -4,8 +4,9 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "@angular/flex-layout";
|
|
6
6
|
import * as i5 from "ngx-techlify-core";
|
|
7
|
+
import * as i6 from "ngx-permissions";
|
|
7
8
|
export declare class TechlifyFilterModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TechlifyFilterModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TechlifyFilterModule, [typeof i1.TechlifyFilterComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.FlexLayoutModule, typeof i5.SearchableSelectorModule, typeof i5.TimelineFilterModule, typeof i5.MaterialModule], [typeof i1.TechlifyFilterComponent]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TechlifyFilterModule, [typeof i1.TechlifyFilterComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.FlexLayoutModule, typeof i5.SearchableSelectorModule, typeof i5.TimelineFilterModule, typeof i5.MaterialModule, typeof i6.NgxPermissionsModule], [typeof i1.TechlifyFilterComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<TechlifyFilterModule>;
|
|
11
12
|
}
|