@dangl/web-components-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/invoice.js +1 -1
- package/package.json +1 -1
- package/tree.js +1 -1
package/README.md
CHANGED
|
@@ -180,6 +180,9 @@ export interface IConfigurationInvoice {
|
|
|
180
180
|
|
|
181
181
|
//** If specified, the invoice color settings will be used for the invoice viewer.*/
|
|
182
182
|
colorSettings?: IColorSettings | null;
|
|
183
|
+
|
|
184
|
+
//** If specified, the alignment options will be used for the invoice viewer.*/
|
|
185
|
+
alignmentOptions?: IAlignmentOptions;
|
|
183
186
|
}
|
|
184
187
|
```
|
|
185
188
|
|