@dangl/angular-ava 1.4.5-beta0071 → 1.5.0-beta0079
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/fesm2022/dangl-angular-ava.mjs +1840 -1788
- package/fesm2022/dangl-angular-ava.mjs.map +1 -1
- package/index.d.ts +96 -91
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1039,97 +1039,6 @@ interface ProjectDto {
|
|
|
1039
1039
|
gaebXmlId?: string | undefined;
|
|
1040
1040
|
}
|
|
1041
1041
|
|
|
1042
|
-
interface ITextWordInvoice {
|
|
1043
|
-
invoiceTitle: string;
|
|
1044
|
-
invoiceBuyerTitle: string;
|
|
1045
|
-
invoiceSellerTitle: string;
|
|
1046
|
-
vatId: string;
|
|
1047
|
-
detailsInvoiceNumber: string;
|
|
1048
|
-
detailsInvoiceDate: string;
|
|
1049
|
-
detailsPaymentDueDate: string;
|
|
1050
|
-
detailsCurrencyCode: string;
|
|
1051
|
-
detailsPaymentTerms: string;
|
|
1052
|
-
referencesTopic: string;
|
|
1053
|
-
referencesBuyerReference: string;
|
|
1054
|
-
referencesProjectReference: string;
|
|
1055
|
-
referencesContractReference: string;
|
|
1056
|
-
referencesPurchaseOrderReference: string;
|
|
1057
|
-
referencesSalesOrderReference: string;
|
|
1058
|
-
referencesReceivingAdviceReference: string;
|
|
1059
|
-
referencesDispatchAdviceReference: string;
|
|
1060
|
-
referencesTenderOrLotReference: string;
|
|
1061
|
-
referencesInvoicedObjectIdentifier: string;
|
|
1062
|
-
tableHeadDescription: string;
|
|
1063
|
-
tableHeadQuantity: string;
|
|
1064
|
-
tableHeadUnit: string;
|
|
1065
|
-
tableHeadNetPrice: string;
|
|
1066
|
-
tableHeadNetAmount: string;
|
|
1067
|
-
totalsTopic: string;
|
|
1068
|
-
totalsTotalNet: string;
|
|
1069
|
-
totalsTotalAllowances: string;
|
|
1070
|
-
totalsTotalCharges: string;
|
|
1071
|
-
totalsTotalAfterDeductions: string;
|
|
1072
|
-
totalsTotalVatAmount: string;
|
|
1073
|
-
totalsTotalGross: string;
|
|
1074
|
-
totalsAlreadyPaidTotal: string;
|
|
1075
|
-
totalsTotalToBePaid: string;
|
|
1076
|
-
instructionsTopic: string;
|
|
1077
|
-
instructionsAccountIdentifier: string;
|
|
1078
|
-
instructionsAccountName: string;
|
|
1079
|
-
instructionsServiceProviderIdentifier: string;
|
|
1080
|
-
notesTopic: string;
|
|
1081
|
-
attachmentsHeading: string;
|
|
1082
|
-
attachmentsName: string;
|
|
1083
|
-
attachmentsDescription: string;
|
|
1084
|
-
attachmentsUrl: string;
|
|
1085
|
-
attachmentsDataSize: string;
|
|
1086
|
-
attachmentsMimeType: string;
|
|
1087
|
-
attachmentsFileName: string;
|
|
1088
|
-
attachmentsDownloadButton: string;
|
|
1089
|
-
contactPersonName: string;
|
|
1090
|
-
contactPersonPhone: string;
|
|
1091
|
-
contactPersonEmail: string;
|
|
1092
|
-
vat: string;
|
|
1093
|
-
taxRate: string;
|
|
1094
|
-
taxesHeading: string;
|
|
1095
|
-
deliveryInformationTitle: string;
|
|
1096
|
-
deliverToName: string;
|
|
1097
|
-
deliverToLocationIdentifier: string;
|
|
1098
|
-
deliveryDate: string;
|
|
1099
|
-
deliveryAddress: string;
|
|
1100
|
-
invoiceAllowancesHeader: string;
|
|
1101
|
-
invoiceAllowancesTableHeaderSum: string;
|
|
1102
|
-
invoiceAllowancesTableHeaderVatRate: string;
|
|
1103
|
-
invoiceAllowancesTableHeaderAllowance: string;
|
|
1104
|
-
invoiceAllowancesTableHeaderBase: string;
|
|
1105
|
-
invoiceChargesHeader: string;
|
|
1106
|
-
invoiceChargesTableHeaderSum: string;
|
|
1107
|
-
invoiceChargesTableHeaderVatRate: string;
|
|
1108
|
-
invoiceChargesTableHeaderCharge: string;
|
|
1109
|
-
invoiceChargesTableHeaderBase: string;
|
|
1110
|
-
lineItemDiscount: string;
|
|
1111
|
-
lineItemCharges: string;
|
|
1112
|
-
lineItemAllowances: string;
|
|
1113
|
-
lineItemReason: string;
|
|
1114
|
-
invoiceSellerTaxRepresentativeTitle: string;
|
|
1115
|
-
previousInvoicesTopic: string;
|
|
1116
|
-
previousInvoiceNumber: string;
|
|
1117
|
-
previousInvoiceDate: string;
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
interface IConfigurationInvoice {
|
|
1121
|
-
textWords?: ITextWordInvoice | null;
|
|
1122
|
-
pdfViewEnabled?: boolean;
|
|
1123
|
-
language?: LanguageType;
|
|
1124
|
-
quantityDecimalPlaces?: string;
|
|
1125
|
-
colorSettings?: IColorSettings | null;
|
|
1126
|
-
}
|
|
1127
|
-
interface IColorSettings {
|
|
1128
|
-
backgroundColor: string;
|
|
1129
|
-
textColor: string;
|
|
1130
|
-
}
|
|
1131
|
-
type LanguageType = 'en' | 'de';
|
|
1132
|
-
|
|
1133
1042
|
/** This class represents an invoice */
|
|
1134
1043
|
interface Invoice {
|
|
1135
1044
|
/** The number of the invoice */
|
|
@@ -2389,6 +2298,100 @@ declare enum SourceType {
|
|
|
2389
2298
|
FacturX = 3
|
|
2390
2299
|
}
|
|
2391
2300
|
|
|
2301
|
+
type InvoiceTitleMap = {
|
|
2302
|
+
[K in InvoiceType]: string;
|
|
2303
|
+
};
|
|
2304
|
+
interface ITextWordInvoice {
|
|
2305
|
+
invoiceTitle: InvoiceTitleMap;
|
|
2306
|
+
invoiceBuyerTitle: string;
|
|
2307
|
+
invoiceSellerTitle: string;
|
|
2308
|
+
vatId: string;
|
|
2309
|
+
detailsInvoiceNumber: string;
|
|
2310
|
+
detailsInvoiceDate: string;
|
|
2311
|
+
detailsPaymentDueDate: string;
|
|
2312
|
+
detailsCurrencyCode: string;
|
|
2313
|
+
detailsPaymentTerms: string;
|
|
2314
|
+
referencesTopic: string;
|
|
2315
|
+
referencesBuyerReference: string;
|
|
2316
|
+
referencesProjectReference: string;
|
|
2317
|
+
referencesContractReference: string;
|
|
2318
|
+
referencesPurchaseOrderReference: string;
|
|
2319
|
+
referencesSalesOrderReference: string;
|
|
2320
|
+
referencesReceivingAdviceReference: string;
|
|
2321
|
+
referencesDispatchAdviceReference: string;
|
|
2322
|
+
referencesTenderOrLotReference: string;
|
|
2323
|
+
referencesInvoicedObjectIdentifier: string;
|
|
2324
|
+
tableHeadDescription: string;
|
|
2325
|
+
tableHeadQuantity: string;
|
|
2326
|
+
tableHeadUnit: string;
|
|
2327
|
+
tableHeadNetPrice: string;
|
|
2328
|
+
tableHeadNetAmount: string;
|
|
2329
|
+
totalsTopic: string;
|
|
2330
|
+
totalsTotalNet: string;
|
|
2331
|
+
totalsTotalAllowances: string;
|
|
2332
|
+
totalsTotalCharges: string;
|
|
2333
|
+
totalsTotalAfterDeductions: string;
|
|
2334
|
+
totalsTotalVatAmount: string;
|
|
2335
|
+
totalsTotalGross: string;
|
|
2336
|
+
totalsAlreadyPaidTotal: string;
|
|
2337
|
+
totalsTotalToBePaid: string;
|
|
2338
|
+
instructionsTopic: string;
|
|
2339
|
+
instructionsAccountIdentifier: string;
|
|
2340
|
+
instructionsAccountName: string;
|
|
2341
|
+
instructionsServiceProviderIdentifier: string;
|
|
2342
|
+
notesTopic: string;
|
|
2343
|
+
attachmentsHeading: string;
|
|
2344
|
+
attachmentsName: string;
|
|
2345
|
+
attachmentsDescription: string;
|
|
2346
|
+
attachmentsUrl: string;
|
|
2347
|
+
attachmentsDataSize: string;
|
|
2348
|
+
attachmentsMimeType: string;
|
|
2349
|
+
attachmentsFileName: string;
|
|
2350
|
+
attachmentsDownloadButton: string;
|
|
2351
|
+
contactPersonName: string;
|
|
2352
|
+
contactPersonPhone: string;
|
|
2353
|
+
contactPersonEmail: string;
|
|
2354
|
+
vat: string;
|
|
2355
|
+
taxRate: string;
|
|
2356
|
+
taxesHeading: string;
|
|
2357
|
+
deliveryInformationTitle: string;
|
|
2358
|
+
deliverToName: string;
|
|
2359
|
+
deliverToLocationIdentifier: string;
|
|
2360
|
+
deliveryDate: string;
|
|
2361
|
+
deliveryAddress: string;
|
|
2362
|
+
invoiceAllowancesHeader: string;
|
|
2363
|
+
invoiceAllowancesTableHeaderSum: string;
|
|
2364
|
+
invoiceAllowancesTableHeaderVatRate: string;
|
|
2365
|
+
invoiceAllowancesTableHeaderAllowance: string;
|
|
2366
|
+
invoiceAllowancesTableHeaderBase: string;
|
|
2367
|
+
invoiceChargesHeader: string;
|
|
2368
|
+
invoiceChargesTableHeaderSum: string;
|
|
2369
|
+
invoiceChargesTableHeaderVatRate: string;
|
|
2370
|
+
invoiceChargesTableHeaderCharge: string;
|
|
2371
|
+
invoiceChargesTableHeaderBase: string;
|
|
2372
|
+
lineItemDiscount: string;
|
|
2373
|
+
lineItemCharges: string;
|
|
2374
|
+
lineItemAllowances: string;
|
|
2375
|
+
lineItemReason: string;
|
|
2376
|
+
invoiceSellerTaxRepresentativeTitle: string;
|
|
2377
|
+
previousInvoicesTopic: string;
|
|
2378
|
+
previousInvoiceNumber: string;
|
|
2379
|
+
previousInvoiceDate: string;
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
interface IConfigurationInvoice {
|
|
2383
|
+
textWords?: ITextWordInvoice | null;
|
|
2384
|
+
pdfViewEnabled?: boolean;
|
|
2385
|
+
language?: LanguageType;
|
|
2386
|
+
quantityDecimalPlaces?: string;
|
|
2387
|
+
colorSettings?: IColorSettings | null;
|
|
2388
|
+
}
|
|
2389
|
+
interface IColorSettings {
|
|
2390
|
+
backgroundColor: string;
|
|
2391
|
+
textColor: string;
|
|
2392
|
+
}
|
|
2393
|
+
type LanguageType = 'en' | 'de';
|
|
2394
|
+
|
|
2392
2395
|
interface IFunctionViewLine {
|
|
2393
2396
|
name: string;
|
|
2394
2397
|
func: (element: IElementDto) => boolean;
|
|
@@ -2897,6 +2900,8 @@ declare class InvoiceDisplayComponent implements OnInit {
|
|
|
2897
2900
|
*/
|
|
2898
2901
|
readonly config: _angular_core.InputSignalWithTransform<IConfigurationInvoice | null, IConfigurationInvoice>;
|
|
2899
2902
|
private readonly linkedConfig;
|
|
2903
|
+
invoiceTitle: _angular_core.WritableSignal<string>;
|
|
2904
|
+
private destroyRef;
|
|
2900
2905
|
constructor(configurationInvoiceService: ConfigurationInvoiceService);
|
|
2901
2906
|
ngOnInit(): void;
|
|
2902
2907
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InvoiceDisplayComponent, never>;
|