@colijnit/sharedcomponents 259.1.20 → 259.1.22
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/bundles/colijnit-sharedcomponents.umd.js +14 -5
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/send-method-dialog/components/send-method-purchase/send-method-purchase.component.js +80 -80
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +9 -3
- package/esm2015/lib/components/send-method-dialog/service/send-method.service.js +4 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +92 -83
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +1 -0
- package/lib/res/dictionary/dictionaries.d.ts +5 -0
- package/package.json +1 -1
|
@@ -84,6 +84,7 @@ export declare class SendMethodDialogComponent implements OnInit, OnDestroy {
|
|
|
84
84
|
handleCombinedClick(): void;
|
|
85
85
|
handleAdditionalFileSaved(file: CoDocument): void;
|
|
86
86
|
handleOkClick(): void;
|
|
87
|
+
handleCancelClick(): void;
|
|
87
88
|
private _continueHandleOkClick;
|
|
88
89
|
handleSendMethodClick(sendMethod: SendMethod): void;
|
|
89
90
|
private _initDefaultSendMethod;
|
|
@@ -9169,6 +9169,7 @@ export declare class Dictionaries {
|
|
|
9169
9169
|
HIDE: string;
|
|
9170
9170
|
HIDE_DETAILS: string;
|
|
9171
9171
|
HIDE_FULLY_INVOICED: string;
|
|
9172
|
+
HIDE_OPTION_IN_FULL_CONFIGURATION: string;
|
|
9172
9173
|
HIDE_OUTSTANDING_ENTRIES: string;
|
|
9173
9174
|
HIDE_SOFT_KEYBOARD: string;
|
|
9174
9175
|
HISTORICALLY_PRINTED: string;
|
|
@@ -9621,6 +9622,7 @@ export declare class Dictionaries {
|
|
|
9621
9622
|
ESTIMATION_STANDARD_TIME: string;
|
|
9622
9623
|
ETA_AT_PORT: string;
|
|
9623
9624
|
EUROSIGN: string;
|
|
9625
|
+
EUDR_NUMBER: string;
|
|
9624
9626
|
EVALUATION: string;
|
|
9625
9627
|
EVENT: string;
|
|
9626
9628
|
EVENTS: string;
|
|
@@ -26733,6 +26735,7 @@ export declare class Dictionaries {
|
|
|
26733
26735
|
ESTIMATION_STANDARD_TIME: string;
|
|
26734
26736
|
ETA_AT_PORT: string;
|
|
26735
26737
|
EUROSIGN: string;
|
|
26738
|
+
EUDR_NUMBER: string;
|
|
26736
26739
|
EVALUATION: string;
|
|
26737
26740
|
EVENT: string;
|
|
26738
26741
|
EVENTS: string;
|
|
@@ -27237,6 +27240,7 @@ export declare class Dictionaries {
|
|
|
27237
27240
|
HIDE: string;
|
|
27238
27241
|
HIDE_DETAILS: string;
|
|
27239
27242
|
HIDE_FULLY_INVOICED: string;
|
|
27243
|
+
HIDE_OPTION_IN_FULL_CONFIGURATION: string;
|
|
27240
27244
|
HIDE_OUTSTANDING_ENTRIES: string;
|
|
27241
27245
|
HIDE_SOFT_KEYBOARD: string;
|
|
27242
27246
|
HISTORICALLY_PRINTED: string;
|
|
@@ -28295,6 +28299,7 @@ export declare class Dictionaries {
|
|
|
28295
28299
|
MULTIPLE_CHOICE: string;
|
|
28296
28300
|
MULTIPLE_CONDITIONS: string;
|
|
28297
28301
|
MULTIPLE_INTERBRANCH_LINES_MESSAGE: string;
|
|
28302
|
+
MULTIPLE_PDFS_MOVED_TO_DOWNLOAD_FOLDER: string;
|
|
28298
28303
|
MULTIPLE_PURCHASEORDERS: string;
|
|
28299
28304
|
MULTIPLE_RESERVATIONS: string;
|
|
28300
28305
|
MULTIPLE_SESSIONS_ARE_NOT_ALLOWED: string;
|