@dangl/angular-ava 1.2.3-beta0003 → 1.2.3-beta0010
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.
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { IConfigurationInvoice, ITextWordInvoice } from '../../model';
|
|
3
|
+
import { Invoice } from '../../model';
|
|
3
4
|
import { ConfigurationInvoiceService } from '../../services/configuration-invoice.service';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
export type WindowPlus = Window & typeof globalThis & {
|
|
7
|
+
InvoiceGlobalVariable: Invoice;
|
|
8
|
+
};
|
|
5
9
|
export declare class InvoiceDisplayComponent {
|
|
6
10
|
private configurationInvoiceService;
|
|
7
|
-
invoice:
|
|
11
|
+
invoice: Invoice;
|
|
8
12
|
readonly textWords$: Observable<ITextWordInvoice | null>;
|
|
9
13
|
/**
|
|
10
14
|
* You can supply a map of strings to be used for the text in the tree. This allows you to translate
|
|
@@ -60,5 +64,5 @@ export declare class InvoiceDisplayComponent {
|
|
|
60
64
|
set config(configObject: IConfigurationInvoice);
|
|
61
65
|
constructor(configurationInvoiceService: ConfigurationInvoiceService);
|
|
62
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<InvoiceDisplayComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InvoiceDisplayComponent, "ava-invoice-display", never, { "invoice": { "alias": "invoice"; "required":
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InvoiceDisplayComponent, "ava-invoice-display", never, { "invoice": { "alias": "invoice"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, true, never>;
|
|
64
68
|
}
|