@hitsoft/e-donusum 100.1.21-Edo-Test → 100.1.23-Edo-Test
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/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +28 -28
- package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard.component.mjs +2 -2
- package/fesm2015/hitsoft-e-donusum.mjs +29 -30
- package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
- package/fesm2020/hitsoft-e-donusum.mjs +29 -29
- package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
- package/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.d.ts +7 -5
- package/package.json +1 -1
|
@@ -61,8 +61,11 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
61
61
|
openDocumentsForPartner: [];
|
|
62
62
|
invoiceObjectsEnumLookup: any;
|
|
63
63
|
invoiceFilesDataSource: any;
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
bulkCommentPopupVisible: boolean;
|
|
65
|
+
bulkCommentText: string;
|
|
66
|
+
bulkCommentSelectedCount: number;
|
|
67
|
+
isBulkCommentSaving: boolean;
|
|
68
|
+
private bulkCommentSelectedIds;
|
|
66
69
|
purchaseOrderDocuments: [];
|
|
67
70
|
documentLines: OpenDocumentDto[];
|
|
68
71
|
purchaseDespatchDocuments: [];
|
|
@@ -141,9 +144,8 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
141
144
|
getInboundInvoice(): void;
|
|
142
145
|
getInvoicePreview(record: any): void;
|
|
143
146
|
viewPDFsMultiple(): void;
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
saveUserComment(record: any): void;
|
|
147
|
+
openBulkCommentPopup(): void;
|
|
148
|
+
confirmBulkComment(): void;
|
|
147
149
|
openResponseModal(record: any): void;
|
|
148
150
|
buildForm(record: any): void;
|
|
149
151
|
sendInvoiceResponse(response: boolean): void;
|