@dangl/angular-ava 1.5.1 → 1.5.2-beta0039
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/README.md +3 -0
- package/fesm2022/dangl-angular-ava.mjs +195 -217
- package/fesm2022/dangl-angular-ava.mjs.map +1 -1
- package/package.json +12 -11
- package/{index.d.ts → types/dangl-angular-ava.d.ts} +10 -148
package/README.md
CHANGED
|
@@ -203,5 +203,8 @@ export interface IConfigurationInvoice {
|
|
|
203
203
|
|
|
204
204
|
//** If specified, the invoice color settings will be used for the invoice viewer.*/
|
|
205
205
|
colorSettings?: IColorSettings | null;
|
|
206
|
+
|
|
207
|
+
//** If specified, the alignment options will be used for the invoice viewer.*/
|
|
208
|
+
alignmentOptions?: IAlignmentOptions;
|
|
206
209
|
}
|
|
207
210
|
```
|