techlify-inventory-common 18.25.0 → 18.27.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 +4 -6
- package/esm2022/lib/inventory-common/incident/incident-form/incident-form.component.mjs +4 -7
- package/esm2022/lib/inventory-common/incident/incident-list/incident-list.component.mjs +1 -1
- package/esm2022/lib/inventory-common/location/location-form/location-form.component.mjs +4 -6
- package/esm2022/lib/inventory-common/location/location-list/location-list.component.mjs +1 -1
- package/esm2022/lib/inventory-common/location/location-product-statistics/location-product-statistics.component.mjs +1 -1
- package/esm2022/lib/inventory-common/location/location-status-changer/location-status-changer.component.mjs +4 -6
- package/esm2022/lib/inventory-common/location/shelf/shelf-form/shelf-form.component.mjs +4 -6
- package/esm2022/lib/inventory-common/location/shelf/shelf-list/shelf-list.component.mjs +1 -1
- package/esm2022/lib/inventory-common/measure/measure-form/measure-form/measure-form.component.mjs +4 -7
- package/esm2022/lib/inventory-common/measure/measures-list/measures-list.component.mjs +1 -1
- package/esm2022/lib/inventory-common/product/low-stock-products-widget/low-stock-products-widget.component.mjs +1 -1
- package/esm2022/lib/inventory-common/product/product-batch-update-form/product-batch-update-form.component.mjs +4 -6
- 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 +1 -1
- package/esm2022/lib/inventory-common/product/product-quick-search/product-quick-search.component.mjs +1 -1
- package/esm2022/lib/inventory-common/product/product.module.mjs +1 -5
- package/esm2022/lib/inventory-common/rating/rating-form/rating-form.component.mjs +4 -7
- package/esm2022/lib/inventory-common/rating/rating-list/rating-list.component.mjs +1 -1
- package/esm2022/lib/inventory-common/reports/inventory-value-report/inventory-value-report.component.mjs +1 -1
- package/esm2022/lib/inventory-common/reports/low-stock-report/low-stock-report.component.mjs +1 -1
- package/esm2022/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form/stock-issue-form.component.mjs +4 -7
- package/esm2022/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.component.mjs +13 -14
- package/esm2022/lib/inventory-common/stock-issuances/stock-issue-view/stock-issue-view.component.mjs +3 -3
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form/stock-receipt-form.component.mjs +4 -7
- package/esm2022/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.mjs +14 -14
- package/esm2022/lib/inventory-common/stock-transfer/stock-transfer-form/stock-transfer-form.component.mjs +4 -7
- package/esm2022/lib/inventory-common/stock-transfer/stock-transfer-list/stock-transfer-list.component.mjs +1 -1
- package/esm2022/lib/inventory-common/supplier/supplier-branch-delete-button/supplier-branch-delete-button.component.mjs +63 -0
- package/esm2022/lib/inventory-common/supplier/supplier-branch-form/supplier-branch-form-button/supplier-branch-form-button.component.mjs +47 -0
- package/esm2022/lib/inventory-common/supplier/supplier-branch-form/supplier-branch-form.component.mjs +79 -0
- package/esm2022/lib/inventory-common/supplier/supplier-branch.service.mjs +18 -0
- package/esm2022/lib/inventory-common/supplier/supplier-branches-list/supplier-branches-list.component.mjs +79 -0
- package/esm2022/lib/inventory-common/supplier/supplier-form/supplier-form.component.mjs +4 -7
- package/esm2022/lib/inventory-common/supplier/supplier-view/supplier-view.component.mjs +4 -3
- package/esm2022/lib/inventory-common/supplier/supplier.module.mjs +22 -9
- package/esm2022/lib/inventory-common/supplier/suppliers-list/suppliers-list.component.mjs +20 -25
- package/fesm2022/{techlify-inventory-common-category.module-CW1zB9DQ.mjs → techlify-inventory-common-category.module-S6Val92n.mjs} +11 -13
- package/fesm2022/techlify-inventory-common-category.module-S6Val92n.mjs.map +1 -0
- package/fesm2022/{techlify-inventory-common-measure.module-DJqtbIad.mjs → techlify-inventory-common-measure.module-BhHMV-wL.mjs} +9 -12
- package/fesm2022/techlify-inventory-common-measure.module-BhHMV-wL.mjs.map +1 -0
- package/fesm2022/{techlify-inventory-common-stock-issue-view.component-eeonvCBl.mjs → techlify-inventory-common-stock-issue-view.component-CltIudzA.mjs} +4 -4
- package/fesm2022/{techlify-inventory-common-stock-issue-view.component-eeonvCBl.mjs.map → techlify-inventory-common-stock-issue-view.component-CltIudzA.mjs.map} +1 -1
- package/fesm2022/{techlify-inventory-common-techlify-inventory-common-EAdspCEd.mjs → techlify-inventory-common-techlify-inventory-common-f9URc8HX.mjs} +340 -296
- package/fesm2022/techlify-inventory-common-techlify-inventory-common-f9URc8HX.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 -3
- package/lib/inventory-common/incident/incident-form/incident-form.component.d.ts +2 -4
- package/lib/inventory-common/location/location-form/location-form.component.d.ts +3 -4
- package/lib/inventory-common/location/location-list/location-list.component.d.ts +1 -1
- package/lib/inventory-common/location/location-product-statistics/location-product-statistics.component.d.ts +1 -1
- package/lib/inventory-common/location/location-status-changer/location-status-changer.component.d.ts +3 -4
- package/lib/inventory-common/location/shelf/shelf-form/shelf-form.component.d.ts +3 -4
- package/lib/inventory-common/location/shelf/shelf-list/shelf-list.component.d.ts +1 -1
- package/lib/inventory-common/measure/measure-form/measure-form/measure-form.component.d.ts +2 -4
- package/lib/inventory-common/product/product-batch-update-form/product-batch-update-form.component.d.ts +2 -3
- package/lib/inventory-common/product/product.module.d.ts +8 -9
- package/lib/inventory-common/rating/rating-form/rating-form.component.d.ts +2 -4
- package/lib/inventory-common/reports/inventory-value-report/inventory-value-report.component.d.ts +1 -1
- package/lib/inventory-common/reports/low-stock-report/low-stock-report.component.d.ts +1 -1
- package/lib/inventory-common/stock-issuances/stock-issue-form/stock-issue-form/stock-issue-form.component.d.ts +2 -4
- package/lib/inventory-common/stock-issuances/stock-issue-list/stock-issue-list.component.d.ts +1 -2
- package/lib/inventory-common/stock-receipts/stock-receipt-form/stock-receipt-form/stock-receipt-form.component.d.ts +2 -4
- package/lib/inventory-common/stock-receipts/stock-receipts-list-page/stock-receipts-list-page.component.d.ts +1 -2
- package/lib/inventory-common/stock-transfer/stock-transfer-form/stock-transfer-form.component.d.ts +3 -5
- package/lib/inventory-common/stock-transfer/stock-transfer-list/stock-transfer-list.component.d.ts +1 -1
- package/lib/inventory-common/supplier/supplier-branch-delete-button/supplier-branch-delete-button.component.d.ts +18 -0
- package/lib/inventory-common/supplier/supplier-branch-form/supplier-branch-form-button/supplier-branch-form-button.component.d.ts +13 -0
- package/lib/inventory-common/supplier/supplier-branch-form/supplier-branch-form.component.d.ts +22 -0
- package/lib/inventory-common/supplier/supplier-branch.service.d.ts +7 -0
- package/lib/inventory-common/supplier/supplier-branches-list/supplier-branches-list.component.d.ts +18 -0
- package/lib/inventory-common/supplier/supplier-form/supplier-form.component.d.ts +2 -4
- package/lib/inventory-common/supplier/supplier.module.d.ts +18 -14
- package/lib/inventory-common/supplier/suppliers-list/suppliers-list.component.d.ts +2 -5
- package/package.json +1 -1
- package/esm2022/lib/inventory-common/product/product-tax/product-tax-delete-button/product-tax-delete-button.component.mjs +0 -54
- package/esm2022/lib/inventory-common/product/product-tax/product-tax-form-button/product-tax-form-button.component.mjs +0 -77
- package/esm2022/lib/inventory-common/product/product-tax/product-tax-list/product-tax-list.component.mjs +0 -35
- package/esm2022/lib/inventory-common/product/product-tax/product-tax.module.mjs +0 -22
- package/esm2022/lib/inventory-common/product/product-tax/product-tax.service.mjs +0 -18
- package/fesm2022/techlify-inventory-common-category.module-CW1zB9DQ.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-measure.module-DJqtbIad.mjs.map +0 -1
- package/fesm2022/techlify-inventory-common-techlify-inventory-common-EAdspCEd.mjs.map +0 -1
- package/lib/inventory-common/product/product-tax/product-tax-delete-button/product-tax-delete-button.component.d.ts +0 -26
- package/lib/inventory-common/product/product-tax/product-tax-form-button/product-tax-form-button.component.d.ts +0 -21
- package/lib/inventory-common/product/product-tax/product-tax-list/product-tax-list.component.d.ts +0 -13
- package/lib/inventory-common/product/product-tax/product-tax.module.d.ts +0 -12
- package/lib/inventory-common/product/product-tax/product-tax.service.d.ts +0 -7
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
-
import { AlertService } from 'ngx-techlify-core';
|
|
4
|
-
import { ProductTaxService } from '../product-tax.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ProductTaxDeleteButtonComponent {
|
|
7
|
-
private matDialog;
|
|
8
|
-
private productTaxService;
|
|
9
|
-
private alertService;
|
|
10
|
-
productTax: any;
|
|
11
|
-
deleted: EventEmitter<any>;
|
|
12
|
-
isDeleting: boolean;
|
|
13
|
-
constructor(matDialog: MatDialog, productTaxService: ProductTaxService, alertService: AlertService);
|
|
14
|
-
/**
|
|
15
|
-
* Delete the product.
|
|
16
|
-
*/
|
|
17
|
-
delete(): void;
|
|
18
|
-
/**
|
|
19
|
-
* Show delete product dialog.
|
|
20
|
-
*
|
|
21
|
-
* @param templateRef
|
|
22
|
-
*/
|
|
23
|
-
showDeleteDialog(templateRef: TemplateRef<any>): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProductTaxDeleteButtonComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProductTaxDeleteButtonComponent, "app-product-tax-delete-button", never, { "productTax": { "alias": "productTax"; "required": false; }; }, { "deleted": "deleted"; }, never, never, false, never>;
|
|
26
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
-
import { AlertService, FormValidatorService, TechlifyFormComponentInterface } from 'ngx-techlify-core';
|
|
4
|
-
import { FormBuilder } from '@angular/forms';
|
|
5
|
-
import { ProductTaxService } from '../product-tax.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ProductTaxFormButtonComponent extends TechlifyFormComponentInterface implements OnInit {
|
|
8
|
-
matDialog: MatDialog;
|
|
9
|
-
private productTaxService;
|
|
10
|
-
private formBuilder;
|
|
11
|
-
private alertService;
|
|
12
|
-
product: any;
|
|
13
|
-
saved: EventEmitter<any>;
|
|
14
|
-
isSaving: boolean;
|
|
15
|
-
constructor(matDialog: MatDialog, productTaxService: ProductTaxService, formValidatorService: FormValidatorService, formBuilder: FormBuilder, alertService: AlertService);
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
showForm(templateRef: TemplateRef<any>): void;
|
|
18
|
-
save(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProductTaxFormButtonComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProductTaxFormButtonComponent, "app-product-tax-form-button", never, { "product": { "alias": "product"; "required": false; }; }, { "saved": "saved"; }, never, never, false, never>;
|
|
21
|
-
}
|
package/lib/inventory-common/product/product-tax/product-tax-list/product-tax-list.component.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { TechlifyListingControllerInterface } from 'ngx-techlify-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ProductTaxListComponent extends TechlifyListingControllerInterface implements OnInit {
|
|
5
|
-
product: any;
|
|
6
|
-
displayedColumns: string[];
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
loadData(): void;
|
|
9
|
-
onCreated(productTax: any): void;
|
|
10
|
-
onDeleted(index: number): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProductTaxListComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProductTaxListComponent, "app-product-tax-list", never, { "product": { "alias": "product"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./product-tax-list/product-tax-list.component";
|
|
3
|
-
import * as i2 from "./product-tax-form-button/product-tax-form-button.component";
|
|
4
|
-
import * as i3 from "./product-tax-delete-button/product-tax-delete-button.component";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "ngx-techlify-core";
|
|
7
|
-
import * as i6 from "@angular/forms";
|
|
8
|
-
export declare class ProductTaxModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProductTaxModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ProductTaxModule, [typeof i1.ProductTaxListComponent, typeof i2.ProductTaxFormButtonComponent, typeof i3.ProductTaxDeleteButtonComponent], [typeof i4.CommonModule, typeof i5.MaterialModule, typeof i6.ReactiveFormsModule, typeof i5.SearchableSelectorModule], [typeof i1.ProductTaxListComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ProductTaxModule>;
|
|
12
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { HttpService, TechlifyServiceBaseClass } from 'ngx-techlify-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ProductTaxService extends TechlifyServiceBaseClass {
|
|
4
|
-
constructor(httpService: HttpService);
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProductTaxService, never>;
|
|
6
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ProductTaxService>;
|
|
7
|
-
}
|