techlify-inventory-common 18.37.1 → 18.38.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 +3 -3
- package/esm2022/lib/inventory-common/category/category-list-page/category-list-page.component.mjs +3 -3
- package/esm2022/lib/inventory-common/category/category.service.mjs +3 -3
- package/esm2022/lib/inventory-common/incident/incident-form/incident-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/incident/incident-list/incident-list.component.mjs +4 -4
- package/esm2022/lib/inventory-common/incident/incident.service.mjs +3 -3
- package/esm2022/lib/inventory-common/inventory-value-report.service.mjs +3 -3
- package/esm2022/lib/inventory-common/location/location-form/location-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/location/location-list/location-list.component.mjs +3 -3
- package/esm2022/lib/inventory-common/location/location-product-statistics/location-product-statistics.component.mjs +3 -3
- package/esm2022/lib/inventory-common/location/location-status-changer/location-status-changer.component.mjs +4 -4
- package/esm2022/lib/inventory-common/location/location.service.mjs +3 -3
- package/esm2022/lib/inventory-common/location/shelf/shelf-form/shelf-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/location/shelf/shelf-list/shelf-list.component.mjs +4 -4
- package/esm2022/lib/inventory-common/location/shelf/shelf.service.mjs +3 -3
- package/esm2022/lib/inventory-common/low-stock-report.service.mjs +3 -3
- package/esm2022/lib/inventory-common/measure/measure-form/measure-form/measure-form.component.mjs +3 -3
- package/esm2022/lib/inventory-common/measure/measure.service.mjs +3 -3
- package/esm2022/lib/inventory-common/measure/measures-list/measures-list.component.mjs +3 -3
- package/esm2022/lib/inventory-common/product/low-stock-products-widget/low-stock-products-widget.component.mjs +3 -3
- package/esm2022/lib/inventory-common/product/product-batch-update-form/product-batch-update-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/product/product-form/product-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/product/product-list/product-list.component.mjs +4 -4
- package/esm2022/lib/inventory-common/product/product-location/product-location-list/product-location-list.component.mjs +3 -3
- package/esm2022/lib/inventory-common/product/product-quick-search/product-quick-search.component.mjs +3 -3
- package/esm2022/lib/inventory-common/product/product-search/product-search.module.mjs +21 -5
- package/esm2022/lib/inventory-common/product/product-statistics.service.mjs +3 -3
- package/esm2022/lib/inventory-common/product/product-summary.service.mjs +3 -3
- package/esm2022/lib/inventory-common/product/product.module.mjs +5 -5
- package/esm2022/lib/inventory-common/product/product.service.mjs +3 -3
- package/esm2022/lib/inventory-common/product-batch.service.mjs +3 -3
- package/esm2022/lib/inventory-common/rating/rating-form/rating-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/rating/rating-list/rating-list.component.mjs +4 -4
- package/esm2022/lib/inventory-common/rating/rating.service.mjs +3 -3
- package/esm2022/lib/inventory-common/reports/inventory-value-report/inventory-value-report.component.mjs +4 -4
- package/esm2022/lib/inventory-common/reports/low-stock-report/low-stock-report.component.mjs +4 -4
- package/esm2022/lib/inventory-common/stock-issue/stock-issue-form/stock-issue-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/stock-issue/stock-issue-list/stock-issue-list.component.mjs +3 -3
- package/esm2022/lib/inventory-common/stock-issue/stock-issue-page/stock-issue-page.component.mjs +1 -1
- package/esm2022/lib/inventory-common/stock-issue/stock-issue-product-form/stock-issue-product-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/stock-issue/stock-issue-product.service.mjs +3 -3
- package/esm2022/lib/inventory-common/stock-issue/stock-issue-products-list/stock-issue-products-list.component.mjs +3 -3
- package/esm2022/lib/inventory-common/stock-issue/stock-issue-simple-form/stock-issue-simple-form/stock-issue-simple-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/stock-issue/stock-issue.service.mjs +3 -3
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-list/stock-receipt-list.component.mjs +3 -3
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-product-form/stock-receipt-product-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-product-list/stock-receipt-product-list.component.mjs +3 -3
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-product.service.mjs +3 -3
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-simple-form/stock-receipt-simple-form/stock-receipt-simple-form.component.mjs +3 -3
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipt.service.mjs +3 -3
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-page/stock-receipts-page.component.mjs +1 -1
- package/esm2022/lib/inventory-common/stock-transfer/stock-transfer-form/stock-transfer-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/stock-transfer/stock-transfer-list/stock-transfer-list.component.mjs +4 -4
- package/esm2022/lib/inventory-common/stock-transfer/stock-transfer.service.mjs +3 -3
- package/esm2022/lib/inventory-common/supplier/payee-selector/payee-selector/payee-selector.component.mjs +1 -1
- package/esm2022/lib/inventory-common/supplier/purchase-order/purchase-order-form/purchase-order-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/supplier/purchase-order/purchase-order-listing/purchase-order-listing.component.mjs +4 -4
- package/esm2022/lib/inventory-common/supplier/purchase-order/purchase-order-product-list/purchase-order-product-form/purchase-order-product-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/supplier/purchase-order/purchase-order-product-list/purchase-order-product-list.component.mjs +3 -3
- package/esm2022/lib/inventory-common/supplier/purchase-order/purchase-order-product-list/purchase-order-product.service.mjs +3 -3
- package/esm2022/lib/inventory-common/supplier/purchase-order/purchase-order.service.mjs +3 -3
- package/esm2022/lib/inventory-common/supplier/supplier-branch-form/supplier-branch-form.component.mjs +3 -3
- package/esm2022/lib/inventory-common/supplier/supplier-branch.service.mjs +3 -3
- package/esm2022/lib/inventory-common/supplier/supplier-branches-list/supplier-branches-list.component.mjs +3 -3
- package/esm2022/lib/inventory-common/supplier/supplier-form/supplier-form.component.mjs +4 -4
- package/esm2022/lib/inventory-common/supplier/supplier.service.mjs +3 -3
- package/esm2022/lib/inventory-common/supplier/suppliers-list/suppliers-list.component.mjs +4 -4
- package/esm2022/lib/inventory-common/techlify-filter/techlify-filter.component.mjs +1 -1
- package/fesm2022/{techlify-inventory-common-category.module-CJbYoRGj.mjs → techlify-inventory-common-category.module-Anzwckja.mjs} +6 -6
- package/fesm2022/{techlify-inventory-common-category.module-CJbYoRGj.mjs.map → techlify-inventory-common-category.module-Anzwckja.mjs.map} +1 -1
- package/fesm2022/{techlify-inventory-common-measure.module-D8oqfZTV.mjs → techlify-inventory-common-measure.module-B8bLQ9D9.mjs} +5 -5
- package/fesm2022/techlify-inventory-common-measure.module-B8bLQ9D9.mjs.map +1 -0
- package/fesm2022/{techlify-inventory-common-purchase-order-view.component-BDuk0Xek.mjs → techlify-inventory-common-purchase-order-view.component-eYEFWtNR.mjs} +7 -7
- package/fesm2022/techlify-inventory-common-purchase-order-view.component-eYEFWtNR.mjs.map +1 -0
- package/fesm2022/{techlify-inventory-common-stock-issue-form.component-B0-TBlZL.mjs → techlify-inventory-common-stock-issue-form.component-DW49hCUq.mjs} +5 -5
- package/fesm2022/techlify-inventory-common-stock-issue-form.component-DW49hCUq.mjs.map +1 -0
- package/fesm2022/{techlify-inventory-common-stock-issue-view.component-DJIQ6dVF.mjs → techlify-inventory-common-stock-issue-view.component-DSH7bddw.mjs} +2 -2
- package/fesm2022/{techlify-inventory-common-stock-issue-view.component-DJIQ6dVF.mjs.map → techlify-inventory-common-stock-issue-view.component-DSH7bddw.mjs.map} +1 -1
- package/fesm2022/{techlify-inventory-common-techlify-inventory-common-CQSzjNhk.mjs → techlify-inventory-common-techlify-inventory-common-DRmyrTqN.mjs} +112 -96
- package/fesm2022/techlify-inventory-common-techlify-inventory-common-DRmyrTqN.mjs.map +1 -0
- package/fesm2022/techlify-inventory-common.mjs +1 -1
- package/lib/inventory-common/category/category-form/category-form.component.d.ts +2 -2
- package/lib/inventory-common/category/category-list-page/category-list-page.component.d.ts +2 -2
- package/lib/inventory-common/category/category.service.d.ts +2 -2
- package/lib/inventory-common/incident/incident-form/incident-form.component.d.ts +2 -2
- package/lib/inventory-common/incident/incident-list/incident-list.component.d.ts +2 -2
- package/lib/inventory-common/incident/incident.service.d.ts +2 -2
- package/lib/inventory-common/inventory-value-report.service.d.ts +2 -2
- package/lib/inventory-common/location/location-form/location-form.component.d.ts +2 -2
- package/lib/inventory-common/location/location-list/location-list.component.d.ts +2 -2
- package/lib/inventory-common/location/location-product-statistics/location-product-statistics.component.d.ts +2 -2
- package/lib/inventory-common/location/location-status-changer/location-status-changer.component.d.ts +2 -2
- package/lib/inventory-common/location/location.service.d.ts +2 -2
- package/lib/inventory-common/location/shelf/shelf-form/shelf-form.component.d.ts +2 -2
- package/lib/inventory-common/location/shelf/shelf-list/shelf-list.component.d.ts +2 -2
- package/lib/inventory-common/location/shelf/shelf.service.d.ts +2 -2
- package/lib/inventory-common/low-stock-report.service.d.ts +2 -2
- package/lib/inventory-common/measure/measure-form/measure-form/measure-form.component.d.ts +2 -2
- package/lib/inventory-common/measure/measure.service.d.ts +2 -2
- package/lib/inventory-common/measure/measures-list/measures-list.component.d.ts +2 -2
- package/lib/inventory-common/product/low-stock-products-widget/low-stock-products-widget.component.d.ts +2 -2
- package/lib/inventory-common/product/product-batch-update-form/product-batch-update-form.component.d.ts +2 -2
- package/lib/inventory-common/product/product-form/product-form.component.d.ts +2 -2
- package/lib/inventory-common/product/product-list/product-list.component.d.ts +2 -2
- package/lib/inventory-common/product/product-location/product-location-list/product-location-list.component.d.ts +2 -2
- package/lib/inventory-common/product/product-quick-search/product-quick-search.component.d.ts +2 -2
- package/lib/inventory-common/product/product-search/product-search.module.d.ts +1 -1
- package/lib/inventory-common/product/product-statistics.service.d.ts +2 -2
- package/lib/inventory-common/product/product-summary.service.d.ts +2 -2
- package/lib/inventory-common/product/product.module.d.ts +1 -1
- package/lib/inventory-common/product/product.service.d.ts +2 -2
- package/lib/inventory-common/product-batch.service.d.ts +2 -2
- package/lib/inventory-common/rating/rating-form/rating-form.component.d.ts +2 -2
- package/lib/inventory-common/rating/rating-list/rating-list.component.d.ts +2 -2
- package/lib/inventory-common/rating/rating.service.d.ts +2 -2
- package/lib/inventory-common/reports/inventory-value-report/inventory-value-report.component.d.ts +2 -2
- package/lib/inventory-common/reports/low-stock-report/low-stock-report.component.d.ts +2 -2
- package/lib/inventory-common/stock-issue/stock-issue-form/stock-issue-form.component.d.ts +2 -2
- package/lib/inventory-common/stock-issue/stock-issue-list/stock-issue-list.component.d.ts +2 -2
- package/lib/inventory-common/stock-issue/stock-issue-product-form/stock-issue-product-form.component.d.ts +2 -2
- package/lib/inventory-common/stock-issue/stock-issue-product.service.d.ts +2 -2
- package/lib/inventory-common/stock-issue/stock-issue-products-list/stock-issue-products-list.component.d.ts +2 -2
- package/lib/inventory-common/stock-issue/stock-issue-simple-form/stock-issue-simple-form/stock-issue-simple-form.component.d.ts +2 -2
- package/lib/inventory-common/stock-issue/stock-issue.service.d.ts +2 -2
- package/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form.component.d.ts +2 -2
- package/lib/inventory-common/stock-receipts/stock-receipt-list/stock-receipt-list.component.d.ts +2 -2
- package/lib/inventory-common/stock-receipts/stock-receipt-product-form/stock-receipt-product-form.component.d.ts +2 -2
- package/lib/inventory-common/stock-receipts/stock-receipt-product-list/stock-receipt-product-list.component.d.ts +2 -2
- package/lib/inventory-common/stock-receipts/stock-receipt-product.service.d.ts +2 -2
- package/lib/inventory-common/stock-receipts/stock-receipt-simple-form/stock-receipt-simple-form/stock-receipt-simple-form.component.d.ts +2 -2
- package/lib/inventory-common/stock-receipts/stock-receipt.service.d.ts +2 -2
- package/lib/inventory-common/stock-transfer/stock-transfer-form/stock-transfer-form.component.d.ts +2 -2
- package/lib/inventory-common/stock-transfer/stock-transfer-list/stock-transfer-list.component.d.ts +2 -2
- package/lib/inventory-common/stock-transfer/stock-transfer.service.d.ts +2 -2
- package/lib/inventory-common/supplier/purchase-order/purchase-order-form/purchase-order-form.component.d.ts +2 -2
- package/lib/inventory-common/supplier/purchase-order/purchase-order-listing/purchase-order-listing.component.d.ts +2 -2
- package/lib/inventory-common/supplier/purchase-order/purchase-order-product-list/purchase-order-product-form/purchase-order-product-form.component.d.ts +2 -2
- package/lib/inventory-common/supplier/purchase-order/purchase-order-product-list/purchase-order-product-list.component.d.ts +2 -2
- package/lib/inventory-common/supplier/purchase-order/purchase-order-product-list/purchase-order-product.service.d.ts +2 -2
- package/lib/inventory-common/supplier/purchase-order/purchase-order.service.d.ts +2 -2
- package/lib/inventory-common/supplier/supplier-branch-form/supplier-branch-form.component.d.ts +2 -2
- package/lib/inventory-common/supplier/supplier-branch.service.d.ts +2 -2
- package/lib/inventory-common/supplier/supplier-branches-list/supplier-branches-list.component.d.ts +2 -2
- package/lib/inventory-common/supplier/supplier-form/supplier-form.component.d.ts +2 -2
- package/lib/inventory-common/supplier/supplier.service.d.ts +2 -2
- package/lib/inventory-common/supplier/suppliers-list/suppliers-list.component.d.ts +2 -2
- package/package.json +1 -1
- package/fesm2022/techlify-inventory-common-measure.module-D8oqfZTV.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-purchase-order-view.component-BDuk0Xek.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-stock-issue-form.component-B0-TBlZL.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-techlify-inventory-common-CQSzjNhk.mjs.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { aa as ExportToExcelButtonComponent, a4 as IncidentFormButtonComponent, a3 as IncidentFormComponent, a2 as IncidentListComponent, a0 as IncidentModule, a1 as IncidentService, f as InventoryCommonModule, I as InventoryCommonRoutingModule, ae as LocationFormButtonComponent, ad as LocationFormComponent, ac as LocationListComponent, ab as LocationModule, L as LocationService, M as MeasureService, $ as PayeeSelectorComponent, _ as PayeeSelectorModule, j as ProductBasicInfoComponent, r as ProductBatchUpdateFormComponent, k as ProductFormButtonComponent, i as ProductFormComponent, q as ProductFormService, s as ProductImportPageComponent, o as ProductListComponent, h as ProductModule, l as ProductQuickSearchComponent, n as ProductSearchComponent, m as ProductSearchModule, p as ProductService, t as ProductViewPageComponent, a9 as RatingFormButtonComponent, a8 as RatingFormComponent, a7 as RatingListComponent, a5 as RatingModule, a6 as RatingService, aj as ShelfFormButtonComponent, ai as ShelfFormComponent, ah as ShelfListComponent, af as ShelfModule, ag as ShelfService, e as StockIssueFormButtonComponent, d as StockIssueFormModule, x as StockIssueListComponent, u as StockIssueModule, v as StockIssuePageComponent, w as StockIssuePageModule, B as StockIssueProductFormButtonComponent, A as StockIssueProductFormComponent, y as StockIssueProductListComponent, z as StockIssueProductService, H as StockReceiptFormButtonComponent, E as StockReceiptListComponent, D as StockReceiptPageComponent, N as StockReceiptProductFormButtonComponent, K as StockReceiptProductFormComponent, F as StockReceiptProductsListComponent, G as StockReceiptSimpleFormModule, J as StockReceiptViewComponent, C as StockReceiptsModule, g as StockSummaryService, R as StockTransferFormButtonComponent, Q as StockTransferFormComponent, O as StockTransferListComponent, U as StockTransferService, W as SupplierFormButtonComponent, X as SupplierFormComponent, V as SupplierModule, Z as SupplierTypeService, Y as SuppliersListComponent, T as TechlifyFilterComponent, a as TechlifyFilterModule } from './techlify-inventory-common-techlify-inventory-common-
|
|
1
|
+
export { aa as ExportToExcelButtonComponent, a4 as IncidentFormButtonComponent, a3 as IncidentFormComponent, a2 as IncidentListComponent, a0 as IncidentModule, a1 as IncidentService, f as InventoryCommonModule, I as InventoryCommonRoutingModule, ae as LocationFormButtonComponent, ad as LocationFormComponent, ac as LocationListComponent, ab as LocationModule, L as LocationService, M as MeasureService, $ as PayeeSelectorComponent, _ as PayeeSelectorModule, j as ProductBasicInfoComponent, r as ProductBatchUpdateFormComponent, k as ProductFormButtonComponent, i as ProductFormComponent, q as ProductFormService, s as ProductImportPageComponent, o as ProductListComponent, h as ProductModule, l as ProductQuickSearchComponent, n as ProductSearchComponent, m as ProductSearchModule, p as ProductService, t as ProductViewPageComponent, a9 as RatingFormButtonComponent, a8 as RatingFormComponent, a7 as RatingListComponent, a5 as RatingModule, a6 as RatingService, aj as ShelfFormButtonComponent, ai as ShelfFormComponent, ah as ShelfListComponent, af as ShelfModule, ag as ShelfService, e as StockIssueFormButtonComponent, d as StockIssueFormModule, x as StockIssueListComponent, u as StockIssueModule, v as StockIssuePageComponent, w as StockIssuePageModule, B as StockIssueProductFormButtonComponent, A as StockIssueProductFormComponent, y as StockIssueProductListComponent, z as StockIssueProductService, H as StockReceiptFormButtonComponent, E as StockReceiptListComponent, D as StockReceiptPageComponent, N as StockReceiptProductFormButtonComponent, K as StockReceiptProductFormComponent, F as StockReceiptProductsListComponent, G as StockReceiptSimpleFormModule, J as StockReceiptViewComponent, C as StockReceiptsModule, g as StockSummaryService, R as StockTransferFormButtonComponent, Q as StockTransferFormComponent, O as StockTransferListComponent, U as StockTransferService, W as SupplierFormButtonComponent, X as SupplierFormComponent, V as SupplierModule, Z as SupplierTypeService, Y as SuppliersListComponent, T as TechlifyFilterComponent, a as TechlifyFilterModule } from './techlify-inventory-common-techlify-inventory-common-DRmyrTqN.mjs';
|
|
2
2
|
//# sourceMappingURL=techlify-inventory-common.mjs.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { FormValidatorService,
|
|
2
|
+
import { FormValidatorService, TechlifyFormComponent } from 'ngx-techlify-core';
|
|
3
3
|
import { FormBuilder } from '@angular/forms';
|
|
4
4
|
import { CategoryService } from '../category.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CategoryFormComponent extends
|
|
6
|
+
export declare class CategoryFormComponent extends TechlifyFormComponent implements OnInit {
|
|
7
7
|
private formBuilder;
|
|
8
8
|
private categoryService;
|
|
9
9
|
category: any;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TechlifyListComponent } from 'ngx-techlify-core';
|
|
2
2
|
import { FormBuilder } from '@angular/forms';
|
|
3
3
|
import { CategoryService } from '../category.service';
|
|
4
4
|
import { Sort } from '@angular/material/sort';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CategoryListPageComponent extends
|
|
6
|
+
export declare class CategoryListPageComponent extends TechlifyListComponent {
|
|
7
7
|
private formBuilder;
|
|
8
8
|
private categoryService;
|
|
9
9
|
filterConfig: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HttpService,
|
|
1
|
+
import { HttpService, TechlifyService } from 'ngx-techlify-core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CategoryService extends
|
|
3
|
+
export declare class CategoryService extends TechlifyService {
|
|
4
4
|
constructor(httpService: HttpService);
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CategoryService, never>;
|
|
6
6
|
static ɵprov: i0.ɵɵInjectableDeclaration<CategoryService>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { FormValidatorService,
|
|
2
|
+
import { FormValidatorService, TechlifyFormComponent } from "ngx-techlify-core";
|
|
3
3
|
import { FormBuilder } from "@angular/forms";
|
|
4
4
|
import { IncidentService } from "../incident.service";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class IncidentFormComponent extends
|
|
6
|
+
export declare class IncidentFormComponent extends TechlifyFormComponent implements OnInit {
|
|
7
7
|
private formBuilder;
|
|
8
8
|
private incidentService;
|
|
9
9
|
incident: any;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { TechlifyListComponent } from "ngx-techlify-core";
|
|
3
3
|
import { FormBuilder } from "@angular/forms";
|
|
4
4
|
import { Sort } from "@angular/material/sort";
|
|
5
5
|
import { ActivatedRoute } from "@angular/router";
|
|
6
6
|
import { IncidentService } from "../incident.service";
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class IncidentListComponent extends
|
|
8
|
+
export declare class IncidentListComponent extends TechlifyListComponent implements OnInit {
|
|
9
9
|
private formBuilder;
|
|
10
10
|
private activatedRoute;
|
|
11
11
|
private incidentService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HttpService,
|
|
1
|
+
import { HttpService, TechlifyService } from "ngx-techlify-core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IncidentService extends
|
|
3
|
+
export declare class IncidentService extends TechlifyService {
|
|
4
4
|
constructor(httpService: HttpService);
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<IncidentService, never>;
|
|
6
6
|
static ɵprov: i0.ɵɵInjectableDeclaration<IncidentService>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { HttpService,
|
|
1
|
+
import { HttpService, TechlifyService } from 'ngx-techlify-core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class InventoryValueReportService extends
|
|
4
|
+
export declare class InventoryValueReportService extends TechlifyService {
|
|
5
5
|
constructor(httpService: HttpService);
|
|
6
6
|
export(params?: any): Observable<any>;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<InventoryValueReportService, never>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder } from "@angular/forms";
|
|
3
|
-
import { FormValidatorService,
|
|
3
|
+
import { FormValidatorService, TechlifyFormComponent } from "ngx-techlify-core";
|
|
4
4
|
import { LocationService } from '../location.service';
|
|
5
5
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class LocationFormComponent extends
|
|
7
|
+
export declare class LocationFormComponent extends TechlifyFormComponent implements OnInit {
|
|
8
8
|
private formBuilder;
|
|
9
9
|
protected service: LocationService;
|
|
10
10
|
dialogRef: MatDialogRef<LocationFormComponent>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { TechlifyFeatureService,
|
|
2
|
+
import { TechlifyFeatureService, TechlifyListComponent } from 'ngx-techlify-core';
|
|
3
3
|
import { FormBuilder } from '@angular/forms';
|
|
4
4
|
import { LocationService } from '../location.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class LocationListComponent extends
|
|
6
|
+
export declare class LocationListComponent extends TechlifyListComponent implements OnInit {
|
|
7
7
|
protected service: LocationService;
|
|
8
8
|
private formBuilder;
|
|
9
9
|
private featureService;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { LocationService } from '../location.service';
|
|
3
|
-
import {
|
|
3
|
+
import { TechlifyListComponent } from 'ngx-techlify-core';
|
|
4
4
|
import { FormBuilder } from '@angular/forms';
|
|
5
5
|
import { ActivatedRoute } from '@angular/router';
|
|
6
6
|
import { Sort } from '@angular/material/sort';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class LocationProductStatisticsComponent extends
|
|
8
|
+
export declare class LocationProductStatisticsComponent extends TechlifyListComponent implements OnInit {
|
|
9
9
|
protected service: LocationService;
|
|
10
10
|
private formBuilder;
|
|
11
11
|
private activatedRoute;
|
package/lib/inventory-common/location/location-status-changer/location-status-changer.component.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ErrorHandlerService, FormValidatorService,
|
|
2
|
+
import { ErrorHandlerService, FormValidatorService, TechlifyFormComponent } from 'ngx-techlify-core';
|
|
3
3
|
import { FormBuilder } from '@angular/forms';
|
|
4
4
|
import { LocationService } from '../location.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class LocationStatusChangerComponent extends
|
|
6
|
+
export declare class LocationStatusChangerComponent extends TechlifyFormComponent implements OnInit {
|
|
7
7
|
protected formValidatorService: FormValidatorService;
|
|
8
8
|
protected service: LocationService;
|
|
9
9
|
private fb;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { HttpService,
|
|
1
|
+
import { HttpService, TechlifyService } from 'ngx-techlify-core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class LocationService extends
|
|
4
|
+
export declare class LocationService extends TechlifyService {
|
|
5
5
|
httpService: HttpService;
|
|
6
6
|
constructor(httpService: HttpService);
|
|
7
7
|
count(): Observable<number>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder } from "@angular/forms";
|
|
3
|
-
import { FormValidatorService,
|
|
3
|
+
import { FormValidatorService, TechlifyFormComponent } from "ngx-techlify-core";
|
|
4
4
|
import { ShelfService } from "../shelf.service";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ShelfFormComponent extends
|
|
6
|
+
export declare class ShelfFormComponent extends TechlifyFormComponent implements OnInit {
|
|
7
7
|
private formBuilder;
|
|
8
8
|
protected service: ShelfService;
|
|
9
9
|
model: any;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { TechlifyListComponent } from "ngx-techlify-core";
|
|
3
3
|
import { FormBuilder } from "@angular/forms";
|
|
4
4
|
import { ActivatedRoute } from "@angular/router";
|
|
5
5
|
import { Sort } from "@angular/material/sort";
|
|
6
6
|
import { ShelfService } from "../shelf.service";
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ShelfListComponent extends
|
|
8
|
+
export declare class ShelfListComponent extends TechlifyListComponent implements OnInit {
|
|
9
9
|
protected service: ShelfService;
|
|
10
10
|
private formBuilder;
|
|
11
11
|
private activatedRoute;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HttpService,
|
|
1
|
+
import { HttpService, TechlifyService } from "ngx-techlify-core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ShelfService extends
|
|
3
|
+
export declare class ShelfService extends TechlifyService {
|
|
4
4
|
protected httpService: HttpService;
|
|
5
5
|
constructor(httpService: HttpService);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShelfService, never>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { HttpService,
|
|
1
|
+
import { HttpService, TechlifyService } from 'ngx-techlify-core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class LowStockReportService extends
|
|
4
|
+
export declare class LowStockReportService extends TechlifyService {
|
|
5
5
|
protected httpService: HttpService;
|
|
6
6
|
constructor(httpService: HttpService);
|
|
7
7
|
export(params?: any): Observable<any>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { FormValidatorService,
|
|
2
|
+
import { FormValidatorService, TechlifyFormComponent } from 'ngx-techlify-core';
|
|
3
3
|
import { FormBuilder } from '@angular/forms';
|
|
4
4
|
import { MeasureService } from '../../measure.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class MeasureFormComponent extends
|
|
6
|
+
export declare class MeasureFormComponent extends TechlifyFormComponent implements OnInit {
|
|
7
7
|
private formBuilder;
|
|
8
8
|
private measureService;
|
|
9
9
|
measure: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HttpService,
|
|
1
|
+
import { HttpService, TechlifyService } from 'ngx-techlify-core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MeasureService extends
|
|
3
|
+
export declare class MeasureService extends TechlifyService {
|
|
4
4
|
constructor(httpService: HttpService);
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeasureService, never>;
|
|
6
6
|
static ɵprov: i0.ɵɵInjectableDeclaration<MeasureService>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder } from '@angular/forms';
|
|
3
|
-
import {
|
|
3
|
+
import { TechlifyListComponent } from 'ngx-techlify-core';
|
|
4
4
|
import { MeasureService } from '../measure.service';
|
|
5
5
|
import { Sort } from '@angular/material/sort';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class MeasuresListComponent extends
|
|
7
|
+
export declare class MeasuresListComponent extends TechlifyListComponent implements OnInit {
|
|
8
8
|
private formBuilder;
|
|
9
9
|
private measureService;
|
|
10
10
|
displayedColumns: string[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { TechlifyListComponent } from 'ngx-techlify-core';
|
|
3
3
|
import { ProductService } from '../product.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class LowStockProductsWidgetComponent extends
|
|
5
|
+
export declare class LowStockProductsWidgetComponent extends TechlifyListComponent implements OnInit {
|
|
6
6
|
private productService;
|
|
7
7
|
displayedColumns: string[];
|
|
8
8
|
constructor(productService: ProductService);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { FormBuilder } from '@angular/forms';
|
|
3
|
-
import { FormValidatorService,
|
|
3
|
+
import { FormValidatorService, TechlifyFormComponent } from 'ngx-techlify-core';
|
|
4
4
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
5
5
|
import { ProductBatchService } from '../../product-batch.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ProductBatchUpdateFormComponent extends
|
|
7
|
+
export declare class ProductBatchUpdateFormComponent extends TechlifyFormComponent {
|
|
8
8
|
private formBuilder;
|
|
9
9
|
private batchService;
|
|
10
10
|
selection: SelectionModel<any>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormControl } from '@angular/forms';
|
|
3
|
-
import { ErrorHandlerService, FormValidatorService,
|
|
3
|
+
import { ErrorHandlerService, FormValidatorService, FormConfigurationFormService, FormConfigurationUtilityService, FileDropperConfig, ViewerConfig, EntityFileService, TechlifyFormComponent } from 'ngx-techlify-core';
|
|
4
4
|
import { ProductService } from '../product.service';
|
|
5
5
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
6
6
|
import { Location } from '@angular/common';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ProductFormComponent extends
|
|
8
|
+
export declare class ProductFormComponent extends TechlifyFormComponent implements OnInit {
|
|
9
9
|
private fileService;
|
|
10
10
|
private fb;
|
|
11
11
|
protected formValidatorService: FormValidatorService;
|
|
@@ -2,12 +2,12 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { FormBuilder } from '@angular/forms';
|
|
3
3
|
import { MatDialog } from '@angular/material/dialog';
|
|
4
4
|
import { ActivatedRoute } from '@angular/router';
|
|
5
|
-
import { ColumnConfig,
|
|
5
|
+
import { ColumnConfig, TechlifyListComponent } from 'ngx-techlify-core';
|
|
6
6
|
import { ProductService } from '../product.service';
|
|
7
7
|
import { ProductFormService } from '../product-form.service';
|
|
8
8
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class ProductListComponent extends
|
|
10
|
+
export declare class ProductListComponent extends TechlifyListComponent implements OnInit {
|
|
11
11
|
private fb;
|
|
12
12
|
private dialog;
|
|
13
13
|
private activatedRoute;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { ErrorHandlerService,
|
|
2
|
+
import { ErrorHandlerService, TechlifyListComponent } from 'ngx-techlify-core';
|
|
3
3
|
import { ProductStatisticsService } from '../../product-statistics.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ProductLocationListComponent extends
|
|
5
|
+
export declare class ProductLocationListComponent extends TechlifyListComponent implements OnInit {
|
|
6
6
|
private statisticsService;
|
|
7
7
|
private errorHandler;
|
|
8
8
|
product: any;
|
package/lib/inventory-common/product/product-quick-search/product-quick-search.component.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { TechlifyListComponent } from 'ngx-techlify-core';
|
|
3
3
|
import { FormControl } from '@angular/forms';
|
|
4
4
|
import { ProductService } from '../product.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ProductQuickSearchComponent extends
|
|
6
|
+
export declare class ProductQuickSearchComponent extends TechlifyListComponent implements OnInit {
|
|
7
7
|
private productService;
|
|
8
8
|
displayedColumns: string[];
|
|
9
9
|
searchControl: FormControl<any>;
|
|
@@ -8,6 +8,6 @@ import * as i6 from "ngx-techlify-core";
|
|
|
8
8
|
import * as i7 from "../product.module";
|
|
9
9
|
export declare class ProductSearchModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductSearchModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ProductSearchModule, [typeof i1.ProductSearchComponent], [typeof i2.CommonModule, typeof i3.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ProductSearchModule, [typeof i1.ProductSearchComponent], [typeof i2.CommonModule, typeof i3.InfiniteScrollDirective, typeof i4.FlexLayoutModule, typeof i5.ReactiveFormsModule, typeof i6.MaterialModule, typeof i7.ProductModule], [typeof i1.ProductSearchComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<ProductSearchModule>;
|
|
13
13
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HttpService,
|
|
1
|
+
import { HttpService, TechlifyService } from 'ngx-techlify-core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ProductStatisticsService extends
|
|
3
|
+
export declare class ProductStatisticsService extends TechlifyService {
|
|
4
4
|
protected http: HttpService;
|
|
5
5
|
constructor(http: HttpService);
|
|
6
6
|
stockByLocation(params?: any): import("rxjs").Observable<Object>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HttpService,
|
|
1
|
+
import { HttpService, TechlifyService } from 'ngx-techlify-core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ProductSummaryService extends
|
|
3
|
+
export declare class ProductSummaryService extends TechlifyService {
|
|
4
4
|
httpService: HttpService;
|
|
5
5
|
constructor(httpService: HttpService);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductSummaryService, never>;
|
|
@@ -28,6 +28,6 @@ import * as i26 from "angularx-qrcode";
|
|
|
28
28
|
import * as i27 from "ngx-barcode6";
|
|
29
29
|
export declare class ProductModule {
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductModule, never>;
|
|
31
|
-
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.StockReceiptSimpleFormModule, typeof i16.StockIssueFormModule, typeof i14.ImportCsvModule, typeof i17.StockReceiptsModule, typeof i18.StockIssuePageModule, typeof i14.MaterialModule, typeof i19.MatProgressBarModule, typeof i20.InfiniteScrollModule, typeof i21.FlexModule, typeof i22.ReactiveFormsModule, typeof i22.FormsModule, typeof i14.ColumnSelectorModule, typeof i23.ProductLocationListComponent, typeof i24.StockTransferListComponent, typeof i25.ExportToExcelButtonComponent, typeof i14.NoteModule, typeof i14.TechlifyIconModule, typeof i26.
|
|
31
|
+
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.StockReceiptSimpleFormModule, typeof i16.StockIssueFormModule, typeof i14.ImportCsvModule, typeof i17.StockReceiptsModule, typeof i18.StockIssuePageModule, typeof i14.MaterialModule, typeof i19.MatProgressBarModule, typeof i20.InfiniteScrollModule, typeof i21.FlexModule, typeof i22.ReactiveFormsModule, typeof i22.FormsModule, typeof i14.ColumnSelectorModule, typeof i23.ProductLocationListComponent, typeof i24.StockTransferListComponent, typeof i25.ExportToExcelButtonComponent, typeof i14.NoteModule, typeof i14.TechlifyIconModule, typeof i26.QRCodeModule, typeof i27.NgxBarcode6, typeof i14.TechlifyDeleteButtonComponent, typeof i14.FormConfigurationForFormModule, typeof i14.FileDropperModule, typeof i14.DocumentViewerModule], [typeof i2.ProductFormComponent, typeof i9.ProductBasicInfoComponent, typeof i7.ProductFormButtonComponent, typeof i11.ProductBatchUpdateFormComponent]>;
|
|
32
32
|
static ɵinj: i0.ɵɵInjectorDeclaration<ProductModule>;
|
|
33
33
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HttpService,
|
|
1
|
+
import { HttpService, TechlifyService } from 'ngx-techlify-core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ProductService extends
|
|
3
|
+
export declare class ProductService extends TechlifyService {
|
|
4
4
|
httpService: HttpService;
|
|
5
5
|
constructor(httpService: HttpService);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductService, never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HttpService,
|
|
1
|
+
import { HttpService, TechlifyService } from 'ngx-techlify-core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ProductBatchService extends
|
|
3
|
+
export declare class ProductBatchService extends TechlifyService {
|
|
4
4
|
protected httpService: HttpService;
|
|
5
5
|
constructor(httpService: HttpService);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductBatchService, never>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { FormValidatorService,
|
|
2
|
+
import { FormValidatorService, TechlifyFormComponent } from "ngx-techlify-core";
|
|
3
3
|
import { FormBuilder } from "@angular/forms";
|
|
4
4
|
import { RatingService } from "../rating.service";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class RatingFormComponent extends
|
|
6
|
+
export declare class RatingFormComponent extends TechlifyFormComponent implements OnInit {
|
|
7
7
|
private formBuilder;
|
|
8
8
|
private ratingService;
|
|
9
9
|
rating: any;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { Sort } from "@angular/material/sort";
|
|
3
3
|
import { FormBuilder } from "@angular/forms";
|
|
4
|
-
import {
|
|
4
|
+
import { TechlifyListComponent } from "ngx-techlify-core";
|
|
5
5
|
import { ActivatedRoute } from "@angular/router";
|
|
6
6
|
import { RatingService } from "../rating.service";
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class RatingListComponent extends
|
|
8
|
+
export declare class RatingListComponent extends TechlifyListComponent implements OnInit {
|
|
9
9
|
private formBuilder;
|
|
10
10
|
private activatedRoute;
|
|
11
11
|
private ratingService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HttpService,
|
|
1
|
+
import { HttpService, TechlifyService } from "ngx-techlify-core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class RatingService extends
|
|
3
|
+
export declare class RatingService extends TechlifyService {
|
|
4
4
|
constructor(httpService: HttpService);
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<RatingService, never>;
|
|
6
6
|
static ɵprov: i0.ɵɵInjectableDeclaration<RatingService>;
|
package/lib/inventory-common/reports/inventory-value-report/inventory-value-report.component.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { TechlifyListComponent } from 'ngx-techlify-core';
|
|
3
3
|
import { InventoryValueReportService } from '../../inventory-value-report.service';
|
|
4
4
|
import { ActivatedRoute } from '@angular/router';
|
|
5
5
|
import { FormBuilder } from '@angular/forms';
|
|
6
6
|
import { Sort } from '@angular/material/sort';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class InventoryValueReportComponent extends
|
|
8
|
+
export declare class InventoryValueReportComponent extends TechlifyListComponent implements OnInit {
|
|
9
9
|
protected service: InventoryValueReportService;
|
|
10
10
|
private activatedRoute;
|
|
11
11
|
private formBuilder;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder } from '@angular/forms';
|
|
3
3
|
import { Sort } from '@angular/material/sort';
|
|
4
|
-
import {
|
|
4
|
+
import { TechlifyListComponent } 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";
|
|
8
|
-
export declare class LowStockReportComponent extends
|
|
8
|
+
export declare class LowStockReportComponent extends TechlifyListComponent implements OnInit {
|
|
9
9
|
protected service: LowStockReportService;
|
|
10
10
|
private activatedRoute;
|
|
11
11
|
private formBuilder;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { OnInit } from "@angular/core";
|
|
2
2
|
import { FormArray, FormBuilder } from '@angular/forms';
|
|
3
|
-
import { FormValidatorService,
|
|
3
|
+
import { FormValidatorService, TechlifyFormComponent } from "ngx-techlify-core";
|
|
4
4
|
import { Location } from '@angular/common';
|
|
5
5
|
import { StockIssueService } from '../stock-issue.service';
|
|
6
6
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
7
7
|
import { LocationService } from '../../location/location.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class StockIssueFormComponent extends
|
|
9
|
+
export declare class StockIssueFormComponent extends TechlifyFormComponent implements OnInit {
|
|
10
10
|
protected formValidatorService: FormValidatorService;
|
|
11
11
|
private fb;
|
|
12
12
|
private stockIssueService;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { OnInit } from "@angular/core";
|
|
2
|
-
import { ColumnConfig, TechlifyFeatureService,
|
|
2
|
+
import { ColumnConfig, TechlifyFeatureService, TechlifyListComponent } from 'ngx-techlify-core';
|
|
3
3
|
import { StockIssueService } from "../stock-issue.service";
|
|
4
4
|
import { FormBuilder } from "@angular/forms";
|
|
5
5
|
import { Router } from '@angular/router';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class StockIssueListComponent extends
|
|
7
|
+
export declare class StockIssueListComponent extends TechlifyListComponent implements OnInit {
|
|
8
8
|
protected service: StockIssueService;
|
|
9
9
|
private formBuilder;
|
|
10
10
|
private router;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder } from '@angular/forms';
|
|
3
|
-
import { FormValidatorService, SearchableSelectorComponent,
|
|
3
|
+
import { FormValidatorService, SearchableSelectorComponent, TechlifyFormComponent } from 'ngx-techlify-core';
|
|
4
4
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
5
5
|
import { StockIssueProductService } from '../stock-issue-product.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class StockIssueProductFormComponent extends
|
|
7
|
+
export declare class StockIssueProductFormComponent extends TechlifyFormComponent implements OnInit {
|
|
8
8
|
private fb;
|
|
9
9
|
protected service: StockIssueProductService;
|
|
10
10
|
data: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HttpService,
|
|
1
|
+
import { HttpService, TechlifyService } from 'ngx-techlify-core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class StockIssueProductService extends
|
|
3
|
+
export declare class StockIssueProductService extends TechlifyService {
|
|
4
4
|
constructor(httpService: HttpService);
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<StockIssueProductService, never>;
|
|
6
6
|
static ɵprov: i0.ɵɵInjectableDeclaration<StockIssueProductService>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { OnInit } from "@angular/core";
|
|
2
|
-
import { ColumnConfig, TechlifyFeatureService,
|
|
2
|
+
import { ColumnConfig, TechlifyFeatureService, TechlifyListComponent } from 'ngx-techlify-core';
|
|
3
3
|
import { StockIssueProductService } from "../stock-issue-product.service";
|
|
4
4
|
import { FormBuilder } from "@angular/forms";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class StockIssueProductListComponent extends
|
|
6
|
+
export declare class StockIssueProductListComponent extends TechlifyListComponent implements OnInit {
|
|
7
7
|
protected service: StockIssueProductService;
|
|
8
8
|
private formBuilder;
|
|
9
9
|
private featureService;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { DateUtils, FormValidatorService, SearchableSelectorComponent,
|
|
2
|
+
import { DateUtils, FormValidatorService, SearchableSelectorComponent, TechlifyFormComponent } from 'ngx-techlify-core';
|
|
3
3
|
import { FormBuilder } from '@angular/forms';
|
|
4
4
|
import { StockIssueService } from '../../stock-issue.service';
|
|
5
5
|
import { LocationService } from '../../../location/location.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class StockIssueSimpleFormComponent extends
|
|
7
|
+
export declare class StockIssueSimpleFormComponent extends TechlifyFormComponent implements OnInit {
|
|
8
8
|
private formBuilder;
|
|
9
9
|
private stockIssueService;
|
|
10
10
|
private dateUtils;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HttpService,
|
|
1
|
+
import { HttpService, TechlifyService } from 'ngx-techlify-core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class StockIssueService extends
|
|
3
|
+
export declare class StockIssueService extends TechlifyService {
|
|
4
4
|
constructor(httpService: HttpService);
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<StockIssueService, never>;
|
|
6
6
|
static ɵprov: i0.ɵɵInjectableDeclaration<StockIssueService>;
|
package/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form.component.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { OnInit } from "@angular/core";
|
|
2
2
|
import { FormArray, FormBuilder } from '@angular/forms';
|
|
3
|
-
import { FormValidatorService,
|
|
3
|
+
import { FormValidatorService, TechlifyFormComponent } from "ngx-techlify-core";
|
|
4
4
|
import { Location } from '@angular/common';
|
|
5
5
|
import { StockReceiptService } from '../stock-receipt.service';
|
|
6
6
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
7
7
|
import { LocationService } from '../../location/location.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class StockReceiptFormComponent extends
|
|
9
|
+
export declare class StockReceiptFormComponent extends TechlifyFormComponent implements OnInit {
|
|
10
10
|
protected formValidatorService: FormValidatorService;
|
|
11
11
|
private fb;
|
|
12
12
|
private stockReceiptService;
|
package/lib/inventory-common/stock-receipts/stock-receipt-list/stock-receipt-list.component.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { OnInit } from "@angular/core";
|
|
2
|
-
import { ColumnConfig, TechlifyFeatureService,
|
|
2
|
+
import { ColumnConfig, TechlifyFeatureService, TechlifyListComponent } from 'ngx-techlify-core';
|
|
3
3
|
import { StockReceiptService } from "../stock-receipt.service";
|
|
4
4
|
import { FormBuilder } from "@angular/forms";
|
|
5
5
|
import { Router } from '@angular/router';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class StockReceiptListComponent extends
|
|
7
|
+
export declare class StockReceiptListComponent extends TechlifyListComponent implements OnInit {
|
|
8
8
|
protected service: StockReceiptService;
|
|
9
9
|
private formBuilder;
|
|
10
10
|
private router;
|