@colijnit/sharedcomponents 257.1.14 → 258.1.1
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 +25 -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 +5 -3
- 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 +9 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +67 -45
- 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 +11 -0
- package/package.json +6 -6
|
@@ -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>;
|
|
@@ -4778,6 +4778,7 @@ export declare class Dictionaries {
|
|
|
4778
4778
|
INCLUDE_LINE_DETAILS: string;
|
|
4779
4779
|
INCLUDE_NO_STOCK_ART: string;
|
|
4780
4780
|
INCLUDE_REAFFIRMATIONS: string;
|
|
4781
|
+
INCLUDE_UNPROCESSED_ENTRIES: string;
|
|
4781
4782
|
INCLUDING_CONTACT_PERSONS: string;
|
|
4782
4783
|
INCLUDING_OPENING_BALANCE: string;
|
|
4783
4784
|
INCLUDING_PRINTED: string;
|
|
@@ -8235,6 +8236,7 @@ export declare class Dictionaries {
|
|
|
8235
8236
|
OPEN_SHOPPING_CART: string;
|
|
8236
8237
|
OPEN_STOCK_DETAILS: string;
|
|
8237
8238
|
ORDER_CANNOT_BE_COMPLETELY_ACCEPTED: string;
|
|
8239
|
+
ORDER_CAN_NOT_BE_PLANNED_ON_RESOURCE: string;
|
|
8238
8240
|
ORDER_CODE: string;
|
|
8239
8241
|
UNKNOWN_ADDRESS_CHECK_IT: string;
|
|
8240
8242
|
UNKNOWN_DELIVERY_DATE: string;
|
|
@@ -8678,6 +8680,7 @@ export declare class Dictionaries {
|
|
|
8678
8680
|
OVERVIEW: string;
|
|
8679
8681
|
OVERVIEW_AND_PAYMENT: string;
|
|
8680
8682
|
OVERVIEW_TRANSFERS: string;
|
|
8683
|
+
OVERVIEW_OF: string;
|
|
8681
8684
|
OVER_COVERAGE_PERCENTAGE: string;
|
|
8682
8685
|
OWED_VAT: string;
|
|
8683
8686
|
OWED_VAT_LAYOUT_CODE: string;
|
|
@@ -9666,6 +9669,7 @@ export declare class Dictionaries {
|
|
|
9666
9669
|
PORTAL_ID: string;
|
|
9667
9670
|
PORTAL_LOGIN: string;
|
|
9668
9671
|
PORT_COST: string;
|
|
9672
|
+
PONTO_INTEGRATION_SUCCESFULLY_AUTHORIZED: string;
|
|
9669
9673
|
POS: string;
|
|
9670
9674
|
POS2: string;
|
|
9671
9675
|
POSGROUP_REQUIRED: string;
|
|
@@ -14414,6 +14418,7 @@ export declare class Dictionaries {
|
|
|
14414
14418
|
HOME_CATALOG: string;
|
|
14415
14419
|
HOME_CATALOG_PICTURE: string;
|
|
14416
14420
|
HOME_CATALOG_TITLE: string;
|
|
14421
|
+
HOME_DECO_HUB_SESSIONS: string;
|
|
14417
14422
|
HOTKEY_BLOCKED_PROCESS_BUSY: string;
|
|
14418
14423
|
HOURLY_RATE: string;
|
|
14419
14424
|
HOURS: string;
|
|
@@ -14467,6 +14472,7 @@ export declare class Dictionaries {
|
|
|
14467
14472
|
INCLUDE_LINE_DETAILS: string;
|
|
14468
14473
|
INCLUDE_NO_STOCK_ART: string;
|
|
14469
14474
|
INCLUDE_REAFFIRMATIONS: string;
|
|
14475
|
+
INCLUDE_UNPROCESSED_ENTRIES: string;
|
|
14470
14476
|
INCLUDING_CONTACT_PERSONS: string;
|
|
14471
14477
|
INCLUDING_OPENING_BALANCE: string;
|
|
14472
14478
|
INCLUDING_PRINTED: string;
|
|
@@ -15170,6 +15176,7 @@ export declare class Dictionaries {
|
|
|
15170
15176
|
MESSAGE_ERROR_IMAGE: string;
|
|
15171
15177
|
MESSAGE_ERROR_LIST_PRINTER: string;
|
|
15172
15178
|
MESSAGE_ERROR_LOADING_FILTER: string;
|
|
15179
|
+
MESSAGE_ERROR_LOADING_HOME_DECO_HUB_SESSIONS: string;
|
|
15173
15180
|
MESSAGE_ERROR_LOADING_LOGINS: string;
|
|
15174
15181
|
MESSAGE_ERROR_LOADING_MODULE: string;
|
|
15175
15182
|
MESSAGE_ERROR_LOADING_MODULE_TITLE: string;
|
|
@@ -16006,6 +16013,7 @@ export declare class Dictionaries {
|
|
|
16006
16013
|
ORDER_BY_ARTICLENR: string;
|
|
16007
16014
|
ORDER_BY_CUST_REACTION: string;
|
|
16008
16015
|
ORDER_CANNOT_BE_COMPLETELY_ACCEPTED: string;
|
|
16016
|
+
ORDER_CAN_NOT_BE_PLANNED_ON_RESOURCE: string;
|
|
16009
16017
|
ORDER_CODE: string;
|
|
16010
16018
|
ORDER_COMMISSION: string;
|
|
16011
16019
|
ORDER_COMMISSION_ADVICE: string;
|
|
@@ -16144,6 +16152,7 @@ export declare class Dictionaries {
|
|
|
16144
16152
|
OVERVIEW: string;
|
|
16145
16153
|
OVERVIEW_AND_PAYMENT: string;
|
|
16146
16154
|
OVERVIEW_TRANSFERS: string;
|
|
16155
|
+
OVERVIEW_OF: string;
|
|
16147
16156
|
OVERRULE_VIA_EMAIL: string;
|
|
16148
16157
|
OVERRULE_VIA_EDI: string;
|
|
16149
16158
|
OVERRULE_VIA_PRINT: string;
|
|
@@ -16407,6 +16416,7 @@ export declare class Dictionaries {
|
|
|
16407
16416
|
PORTAL_ID: string;
|
|
16408
16417
|
PORTAL_LOGIN: string;
|
|
16409
16418
|
PORT_COST: string;
|
|
16419
|
+
PONTO_INTEGRATION_SUCCESFULLY_AUTHORIZED: string;
|
|
16410
16420
|
POS2: string;
|
|
16411
16421
|
POS: string;
|
|
16412
16422
|
POSGROUP_REQUIRED: string;
|
|
@@ -18372,6 +18382,7 @@ export declare class Dictionaries {
|
|
|
18372
18382
|
TO_BE_PICKED: string;
|
|
18373
18383
|
TO_BE_PICKED_DETAILS: string;
|
|
18374
18384
|
TO_BE_PLANNED: string;
|
|
18385
|
+
TO_BE_RESERVED: string;
|
|
18375
18386
|
TO_BE_TRANSPORTED: string;
|
|
18376
18387
|
TO_BE_USED: string;
|
|
18377
18388
|
TO_BE_USED_VOLUME: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/sharedcomponents",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "258.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"chart.js": "4.3.0",
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"peerDependencies": {
|
|
10
10
|
"@angular/common": ">=12.2.0",
|
|
11
11
|
"@angular/core": ">=12.2.0",
|
|
12
|
-
"@colijnit/articleapi": ">=
|
|
13
|
-
"@colijnit/mainapi": ">=
|
|
14
|
-
"@colijnit/corecomponents_v12": ">=
|
|
15
|
-
"@colijnit/ioneconnector": ">=
|
|
12
|
+
"@colijnit/articleapi": ">=258.1.0",
|
|
13
|
+
"@colijnit/mainapi": ">=258.1.0",
|
|
14
|
+
"@colijnit/corecomponents_v12": ">=258.1.0",
|
|
15
|
+
"@colijnit/ioneconnector": ">=258.1.0",
|
|
16
16
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
17
|
-
"@colijnit/relationapi": ">=1.0
|
|
17
|
+
"@colijnit/relationapi": ">=258.1.0",
|
|
18
18
|
"pdf-lib": ">=1.17.1",
|
|
19
19
|
"pdfjs-dist": ">=3.8.162",
|
|
20
20
|
"rxjs": ">=7.4.0",
|