techlify-inventory-common 18.35.0 → 18.36.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/esm2022/lib/inventory-common/product/product-list/product-list.component.mjs +15 -17
  2. package/esm2022/lib/inventory-common/product/product-view-page/product-view-page.component.mjs +8 -8
  3. package/esm2022/lib/inventory-common/product/product.module.mjs +5 -5
  4. package/esm2022/lib/inventory-common/product/widgets/product-category-badges/product-category-badges.component.mjs +3 -3
  5. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.component.mjs +65 -66
  6. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-page/stock-issue-page.component.mjs +96 -0
  7. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-page/stock-issue-page.module.mjs +91 -0
  8. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-product-form/stock-issue-product-form-button/stock-issue-product-form-button.component.mjs +35 -0
  9. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-product-form/stock-issue-product-form.component.mjs +102 -0
  10. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-product.service.mjs +16 -0
  11. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-products-list/stock-issue-products-list.component.mjs +138 -0
  12. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-routing.module.mjs +3 -3
  13. package/esm2022/lib/inventory-common/stock-issuances/stock-issue.module.mjs +5 -21
  14. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-list/stock-receipt-list.component.mjs +153 -0
  15. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-product-form/stock-receipt-product-form-button/stock-receipt-product-form-button.component.mjs +37 -0
  16. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-product-form/stock-receipt-product-form.component.mjs +80 -0
  17. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-product-list/stock-receipt-product-list.component.mjs +146 -0
  18. package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-product.service.mjs +18 -0
  19. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-page/stock-receipts-page.component.mjs +70 -0
  20. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-routing.module.mjs +3 -3
  21. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts.module.mjs +29 -11
  22. package/esm2022/lib/inventory-common/supplier/supplier-view/supplier-view.component.mjs +4 -4
  23. package/esm2022/public-api.mjs +13 -4
  24. package/fesm2022/{techlify-inventory-common-category.module-CjruFhHc.mjs → techlify-inventory-common-category.module-qyYKbe_g.mjs} +14 -14
  25. package/fesm2022/techlify-inventory-common-category.module-qyYKbe_g.mjs.map +1 -0
  26. package/fesm2022/{techlify-inventory-common-measure.module-B8UHsYQT.mjs → techlify-inventory-common-measure.module-Azgdcpqu.mjs} +11 -11
  27. package/fesm2022/{techlify-inventory-common-measure.module-B8UHsYQT.mjs.map → techlify-inventory-common-measure.module-Azgdcpqu.mjs.map} +1 -1
  28. package/fesm2022/{techlify-inventory-common-purchase-order-view.component-C5DXKp05.mjs → techlify-inventory-common-purchase-order-view.component-tSf0_Lj_.mjs} +10 -10
  29. package/fesm2022/{techlify-inventory-common-purchase-order-view.component-C5DXKp05.mjs.map → techlify-inventory-common-purchase-order-view.component-tSf0_Lj_.mjs.map} +1 -1
  30. package/fesm2022/{techlify-inventory-common-stock-issue-batch-form.component-D5Df9-Xg.mjs → techlify-inventory-common-stock-issue-batch-form.component-8u8sZ4gb.mjs} +7 -7
  31. package/fesm2022/{techlify-inventory-common-stock-issue-batch-form.component-D5Df9-Xg.mjs.map → techlify-inventory-common-stock-issue-batch-form.component-8u8sZ4gb.mjs.map} +1 -1
  32. package/fesm2022/{techlify-inventory-common-stock-issue-view.component-Cm9zHnNw.mjs → techlify-inventory-common-stock-issue-view.component-C-SHFxmY.mjs} +4 -4
  33. package/fesm2022/{techlify-inventory-common-stock-issue-view.component-Cm9zHnNw.mjs.map → techlify-inventory-common-stock-issue-view.component-C-SHFxmY.mjs.map} +1 -1
  34. package/fesm2022/{techlify-inventory-common-techlify-inventory-common-ekkMO8hI.mjs → techlify-inventory-common-techlify-inventory-common-CqakmnCI.mjs} +2245 -1618
  35. package/fesm2022/techlify-inventory-common-techlify-inventory-common-CqakmnCI.mjs.map +1 -0
  36. package/fesm2022/techlify-inventory-common.mjs +1 -1
  37. package/lib/inventory-common/product/product-view-page/product-view-page.component.d.ts +4 -4
  38. package/lib/inventory-common/product/product.module.d.ts +2 -2
  39. package/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.component.d.ts +15 -16
  40. package/lib/inventory-common/stock-issuances/stock-issue-page/stock-issue-page.component.d.ts +28 -0
  41. package/lib/inventory-common/stock-issuances/stock-issue-page/stock-issue-page.module.d.ts +21 -0
  42. package/lib/inventory-common/stock-issuances/stock-issue-product-form/stock-issue-product-form-button/stock-issue-product-form-button.component.d.ts +12 -0
  43. package/lib/inventory-common/stock-issuances/stock-issue-product-form/stock-issue-product-form.component.d.ts +21 -0
  44. package/lib/inventory-common/stock-issuances/stock-issue-product.service.d.ts +7 -0
  45. package/lib/inventory-common/stock-issuances/stock-issue-products-list/stock-issue-products-list.component.d.ts +27 -0
  46. package/lib/inventory-common/stock-issuances/stock-issue.module.d.ts +6 -10
  47. package/lib/inventory-common/stock-receipts/stock-receipt-list/stock-receipt-list.component.d.ts +30 -0
  48. package/lib/inventory-common/stock-receipts/stock-receipt-product-form/stock-receipt-product-form-button/stock-receipt-product-form-button.component.d.ts +12 -0
  49. package/lib/inventory-common/stock-receipts/stock-receipt-product-form/stock-receipt-product-form.component.d.ts +17 -0
  50. package/lib/inventory-common/stock-receipts/stock-receipt-product-list/stock-receipt-product-list.component.d.ts +28 -0
  51. package/lib/inventory-common/stock-receipts/stock-receipt-product.service.d.ts +7 -0
  52. package/lib/inventory-common/stock-receipts/stock-receipts-page/stock-receipts-page.component.d.ts +21 -0
  53. package/lib/inventory-common/stock-receipts/stock-receipts.module.d.ts +17 -14
  54. package/package.json +1 -1
  55. package/public-api.d.ts +12 -3
  56. package/esm2022/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.module.mjs +0 -71
  57. package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.mjs +0 -158
  58. package/fesm2022/techlify-inventory-common-category.module-CjruFhHc.mjs.map +0 -1
  59. package/fesm2022/techlify-inventory-common-techlify-inventory-common-ekkMO8hI.mjs.map +0 -1
  60. package/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.module.d.ts +0 -18
  61. package/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.d.ts +0 -29
@@ -1,18 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./stock-issue-list.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "ngx-techlify-core";
5
- import * as i4 from "../../techlify-filter/techlify-filter.module";
6
- import * as i5 from "../stock-issue-form/stock-issue-form.module";
7
- import * as i6 from "ngx-infinite-scroll";
8
- import * as i7 from "../stock-issuance-delete-button/stock-issuance-delete-button.module";
9
- import * as i8 from "@angular/material/progress-bar";
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";
13
- import * as i12 from "../../shared/export-to-excel-button/export-to-excel-button.component";
14
- export declare class StockIssueListModule {
15
- static ɵfac: i0.ɵɵFactoryDeclaration<StockIssueListModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<StockIssueListModule, [typeof i1.StockIssueListComponent], [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 i3.TechlifyIconModule, typeof i12.ExportToExcelButtonComponent], [typeof i1.StockIssueListComponent]>;
17
- static ɵinj: i0.ɵɵInjectorDeclaration<StockIssueListModule>;
18
- }
@@ -1,29 +0,0 @@
1
- import { EventEmitter, OnInit } from "@angular/core";
2
- import { ColumnConfig, TechlifyFeatureService, TechlifyListingControllerInterface } from 'ngx-techlify-core';
3
- import { StockReceiptService } from "../stock-receipt.service";
4
- import { FormBuilder } from "@angular/forms";
5
- import { Router } from '@angular/router';
6
- import * as i0 from "@angular/core";
7
- export declare class StockReceiptsListPageComponent extends TechlifyListingControllerInterface implements OnInit {
8
- protected service: StockReceiptService;
9
- private formBuilder;
10
- private router;
11
- private featureService;
12
- product: any;
13
- supplierId?: number;
14
- listUpdated: EventEmitter<any>;
15
- exportInProgress: import("@angular/core").WritableSignal<boolean>;
16
- columnConfig: ColumnConfig[];
17
- selectedColumns: ColumnConfig[];
18
- get displayedColumns(): string[];
19
- get totalPurchasePrice(): number;
20
- get totalValue(): number;
21
- get footerColumns(): string[];
22
- constructor(service: StockReceiptService, formBuilder: FormBuilder, router: Router, featureService: TechlifyFeatureService);
23
- ngOnInit(): void;
24
- private loadFeatures;
25
- handleExport(hideColumns: boolean): void;
26
- redirectToView(model: any): void;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<StockReceiptsListPageComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<StockReceiptsListPageComponent, "app-stock-receipts-list-page", never, { "product": { "alias": "product"; "required": false; }; "supplierId": { "alias": "supplierId"; "required": false; }; }, { "listUpdated": "listUpdated"; }, never, never, false, never>;
29
- }