@colijnit/sharedcomponents 257.1.14 → 257.1.15
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 +24 -9
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/preferred-planning/preferred-planning.component.js +12 -4
- package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.js +3 -1
- package/esm2015/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.js +3 -1
- package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.js +41 -39
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +8 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +64 -43
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.d.ts +1 -0
- package/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.d.ts +1 -0
- package/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.d.ts +1 -0
- package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +1 -0
- package/lib/res/dictionary/dictionaries.d.ts +6 -0
- package/package.json +1 -1
|
@@ -8,6 +8,7 @@ export declare class SendMethodEmailComponent implements OnInit {
|
|
|
8
8
|
layouts: ReportLayoutSelectionEmail[];
|
|
9
9
|
pdfDoc: any;
|
|
10
10
|
disablePdfPreview: boolean;
|
|
11
|
+
transactionType: string;
|
|
11
12
|
emailUnsignedPossible: boolean;
|
|
12
13
|
showFilePreview: EventEmitter<number>;
|
|
13
14
|
loadDefaultPrinterName: EventEmitter<number>;
|
package/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export declare class SendMethodPdfComponent {
|
|
|
6
6
|
layouts: ReportLayoutSelectionPrint[];
|
|
7
7
|
pdfDoc: any;
|
|
8
8
|
disablePdfPreview: boolean;
|
|
9
|
+
transactionType: string;
|
|
9
10
|
showFilePreview: EventEmitter<number>;
|
|
10
11
|
loadDefaultPrinterName: EventEmitter<number>;
|
|
11
12
|
showClass(): boolean;
|
|
@@ -16,6 +16,7 @@ export declare class SendMethodPrinterComponent {
|
|
|
16
16
|
isAdditionalDocEnabled: boolean;
|
|
17
17
|
pdfDoc: any;
|
|
18
18
|
disablePdfPreview: boolean;
|
|
19
|
+
transactionType: string;
|
|
19
20
|
additionalFileContents: any;
|
|
20
21
|
additionalFileName: string;
|
|
21
22
|
additionalFileChangeEvent: EventEmitter<CoDocument>;
|
|
@@ -45,6 +45,7 @@ export declare class SendMethodDialogComponent implements OnInit, OnDestroy {
|
|
|
45
45
|
additionalFileContents: any;
|
|
46
46
|
pdfDoc: any;
|
|
47
47
|
disablePdfPreview: boolean;
|
|
48
|
+
transactionType: string;
|
|
48
49
|
emailUnsignedPossible: boolean;
|
|
49
50
|
usePurchaseSendMethod: boolean;
|
|
50
51
|
reportingDocumentPrintRequestChange: EventEmitter<ReportingDocumentPrintSignDocBaseRequest>;
|
|
@@ -8678,6 +8678,7 @@ export declare class Dictionaries {
|
|
|
8678
8678
|
OVERVIEW: string;
|
|
8679
8679
|
OVERVIEW_AND_PAYMENT: string;
|
|
8680
8680
|
OVERVIEW_TRANSFERS: string;
|
|
8681
|
+
OVERVIEW_OF: string;
|
|
8681
8682
|
OVER_COVERAGE_PERCENTAGE: string;
|
|
8682
8683
|
OWED_VAT: string;
|
|
8683
8684
|
OWED_VAT_LAYOUT_CODE: string;
|
|
@@ -14414,6 +14415,7 @@ export declare class Dictionaries {
|
|
|
14414
14415
|
HOME_CATALOG: string;
|
|
14415
14416
|
HOME_CATALOG_PICTURE: string;
|
|
14416
14417
|
HOME_CATALOG_TITLE: string;
|
|
14418
|
+
HOME_DECO_HUB_SESSIONS: string;
|
|
14417
14419
|
HOTKEY_BLOCKED_PROCESS_BUSY: string;
|
|
14418
14420
|
HOURLY_RATE: string;
|
|
14419
14421
|
HOURS: string;
|
|
@@ -14875,6 +14877,7 @@ export declare class Dictionaries {
|
|
|
14875
14877
|
LOCATION: string;
|
|
14876
14878
|
LOCATIONS: string;
|
|
14877
14879
|
LOCATION_ADVICE: string;
|
|
14880
|
+
LOCATION_ARTICLE: string;
|
|
14878
14881
|
LOCATION_FROM: string;
|
|
14879
14882
|
LOCATION_INVENTORY: string;
|
|
14880
14883
|
LOCATION_IS_NOT_VALID_WITHIN_WAREHOUSE: string;
|
|
@@ -15170,6 +15173,7 @@ export declare class Dictionaries {
|
|
|
15170
15173
|
MESSAGE_ERROR_IMAGE: string;
|
|
15171
15174
|
MESSAGE_ERROR_LIST_PRINTER: string;
|
|
15172
15175
|
MESSAGE_ERROR_LOADING_FILTER: string;
|
|
15176
|
+
MESSAGE_ERROR_LOADING_HOME_DECO_HUB_SESSIONS: string;
|
|
15173
15177
|
MESSAGE_ERROR_LOADING_LOGINS: string;
|
|
15174
15178
|
MESSAGE_ERROR_LOADING_MODULE: string;
|
|
15175
15179
|
MESSAGE_ERROR_LOADING_MODULE_TITLE: string;
|
|
@@ -16144,6 +16148,7 @@ export declare class Dictionaries {
|
|
|
16144
16148
|
OVERVIEW: string;
|
|
16145
16149
|
OVERVIEW_AND_PAYMENT: string;
|
|
16146
16150
|
OVERVIEW_TRANSFERS: string;
|
|
16151
|
+
OVERVIEW_OF: string;
|
|
16147
16152
|
OVERRULE_VIA_EMAIL: string;
|
|
16148
16153
|
OVERRULE_VIA_EDI: string;
|
|
16149
16154
|
OVERRULE_VIA_PRINT: string;
|
|
@@ -18372,6 +18377,7 @@ export declare class Dictionaries {
|
|
|
18372
18377
|
TO_BE_PICKED: string;
|
|
18373
18378
|
TO_BE_PICKED_DETAILS: string;
|
|
18374
18379
|
TO_BE_PLANNED: string;
|
|
18380
|
+
TO_BE_RESERVED: string;
|
|
18375
18381
|
TO_BE_TRANSPORTED: string;
|
|
18376
18382
|
TO_BE_USED: string;
|
|
18377
18383
|
TO_BE_USED_VOLUME: string;
|