@dangl/angular-ava 1.4.5-beta0059 → 1.4.5-beta0065
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/index.d.ts
CHANGED
|
@@ -1112,6 +1112,9 @@ interface ITextWordInvoice {
|
|
|
1112
1112
|
lineItemAllowances: string;
|
|
1113
1113
|
lineItemReason: string;
|
|
1114
1114
|
invoiceSellerTaxRepresentativeTitle: string;
|
|
1115
|
+
previousInvoicesTopic: string;
|
|
1116
|
+
previousInvoiceNumber: string;
|
|
1117
|
+
previousInvoiceDate: string;
|
|
1115
1118
|
}
|
|
1116
1119
|
|
|
1117
1120
|
interface IConfigurationInvoice {
|
|
@@ -2834,7 +2837,7 @@ declare class ConfigurationInvoiceService {
|
|
|
2834
2837
|
}
|
|
2835
2838
|
|
|
2836
2839
|
declare class InvoiceDisplayComponent implements OnInit {
|
|
2837
|
-
|
|
2840
|
+
configurationInvoiceService: ConfigurationInvoiceService;
|
|
2838
2841
|
private transformFn;
|
|
2839
2842
|
readonly invoice: _angular_core.InputSignalWithTransform<Invoice | null, Invoice>;
|
|
2840
2843
|
readonly colorSettings$: Observable<IColorSettings | null>;
|