@dangl/angular-ava 1.3.0-beta0045 → 1.3.0-beta0057

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.
@@ -0,0 +1,11 @@
1
+ import { Observable } from 'rxjs';
2
+ import { InvoiceLineItem } from '../../model/invoice-models';
3
+ import { ITextWordInvoice } from '../../model/invoice-words.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class InvoiceLineItemAdditionalInfoComponent {
6
+ lineItem: InvoiceLineItem;
7
+ private configurationInvoiceService;
8
+ readonly textWords$: Observable<ITextWordInvoice | null>;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<InvoiceLineItemAdditionalInfoComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<InvoiceLineItemAdditionalInfoComponent, "ava-invoice-line-item-additional-info", never, { "lineItem": { "alias": "lineItem"; "required": false; }; }, {}, never, never, true, never>;
11
+ }
@@ -0,0 +1,18 @@
1
+ import { Observable } from 'rxjs';
2
+ import { InvoiceLineItem } from '../../model/invoice-models';
3
+ import { ITextWordInvoice } from '../../model/invoice-words.model';
4
+ import { IColorSettings } from 'projects/angular-ava/src/lib/invoice/model/configInvoice.model';
5
+ import * as i0 from "@angular/core";
6
+ export declare class InvoiceLineItemsTableComponent {
7
+ lineItems: import("@angular/core").InputSignal<InvoiceLineItem[]>;
8
+ private configurationInvoiceService;
9
+ readonly textWords$: Observable<ITextWordInvoice | null>;
10
+ readonly pdfViewEnabled$: Observable<boolean>;
11
+ readonly colorSettings$: Observable<IColorSettings | null>;
12
+ readonly displayedColumns: string[];
13
+ private expandedElements;
14
+ toggleRow(row: InvoiceLineItem): void;
15
+ isRowExpanded(row: InvoiceLineItem): boolean;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<InvoiceLineItemsTableComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<InvoiceLineItemsTableComponent, "ava-invoice-line-items-table", never, { "lineItems": { "alias": "lineItems"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
18
+ }
@@ -66,4 +66,8 @@ export interface ITextWordInvoice {
66
66
  invoiceChargesTableHeaderVatRate: string;
67
67
  invoiceChargesTableHeaderCharge: string;
68
68
  invoiceChargesTableHeaderBase: string;
69
+ lineItemDiscount: string;
70
+ lineItemCharges: string;
71
+ lineItemAllowances: string;
72
+ lineItemReason: string;
69
73
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dangl/angular-ava",
3
- "version": "1.3.0-beta0045",
3
+ "version": "1.3.0-beta0057",
4
4
  "keywords": [
5
5
  "angular",
6
6
  "ava",