@colijnit/sharedcomponents 258.1.0 → 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.
@@ -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>;
@@ -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;
@@ -9667,6 +9669,7 @@ export declare class Dictionaries {
9667
9669
  PORTAL_ID: string;
9668
9670
  PORTAL_LOGIN: string;
9669
9671
  PORT_COST: string;
9672
+ PONTO_INTEGRATION_SUCCESFULLY_AUTHORIZED: string;
9670
9673
  POS: string;
9671
9674
  POS2: string;
9672
9675
  POSGROUP_REQUIRED: string;
@@ -14469,6 +14472,7 @@ export declare class Dictionaries {
14469
14472
  INCLUDE_LINE_DETAILS: string;
14470
14473
  INCLUDE_NO_STOCK_ART: string;
14471
14474
  INCLUDE_REAFFIRMATIONS: string;
14475
+ INCLUDE_UNPROCESSED_ENTRIES: string;
14472
14476
  INCLUDING_CONTACT_PERSONS: string;
14473
14477
  INCLUDING_OPENING_BALANCE: string;
14474
14478
  INCLUDING_PRINTED: string;
@@ -16009,6 +16013,7 @@ export declare class Dictionaries {
16009
16013
  ORDER_BY_ARTICLENR: string;
16010
16014
  ORDER_BY_CUST_REACTION: string;
16011
16015
  ORDER_CANNOT_BE_COMPLETELY_ACCEPTED: string;
16016
+ ORDER_CAN_NOT_BE_PLANNED_ON_RESOURCE: string;
16012
16017
  ORDER_CODE: string;
16013
16018
  ORDER_COMMISSION: string;
16014
16019
  ORDER_COMMISSION_ADVICE: string;
@@ -16411,6 +16416,7 @@ export declare class Dictionaries {
16411
16416
  PORTAL_ID: string;
16412
16417
  PORTAL_LOGIN: string;
16413
16418
  PORT_COST: string;
16419
+ PONTO_INTEGRATION_SUCCESFULLY_AUTHORIZED: string;
16414
16420
  POS2: string;
16415
16421
  POS: string;
16416
16422
  POSGROUP_REQUIRED: string;
@@ -18376,6 +18382,7 @@ export declare class Dictionaries {
18376
18382
  TO_BE_PICKED: string;
18377
18383
  TO_BE_PICKED_DETAILS: string;
18378
18384
  TO_BE_PLANNED: string;
18385
+ TO_BE_RESERVED: string;
18379
18386
  TO_BE_TRANSPORTED: string;
18380
18387
  TO_BE_USED: string;
18381
18388
  TO_BE_USED_VOLUME: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "258.1.0",
3
+ "version": "258.1.1",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",