@dangl/angular-ava 1.1.2-beta0042 → 1.1.2-beta0049
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/assets/styles/fonts/Material_Icons-400-1.woff2 +0 -0
- package/assets/styles/fonts/fonts.css +24 -0
- package/esm2022/lib/ava-tree/invoice/invoice-display/invoice-display.component.mjs +15 -1
- package/esm2022/lib/version.mjs +7 -7
- package/fesm2022/dangl-angular-ava.mjs +20 -6
- package/fesm2022/dangl-angular-ava.mjs.map +1 -1
- package/lib/ava-tree/invoice/invoice-display/invoice-display.component.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ITextWordInvoice } from '../../tree/model';
|
|
2
|
-
import {
|
|
2
|
+
import { SupportingDocument } from '../../tree/model/invoice-models';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class InvoiceDisplayComponent {
|
|
5
|
-
invoice:
|
|
5
|
+
invoice: any;
|
|
6
6
|
private _textWords;
|
|
7
7
|
/**
|
|
8
8
|
* You can supply a map of strings to be used for the text in the tree. This allows you to translate
|