@colijnit/relation 255.1.21 → 256.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.
@@ -15,6 +15,7 @@ export declare class RelationContactOptionComponent implements OnInit {
15
15
  set type(value: CommunicationType);
16
16
  shouldFocus: boolean;
17
17
  get type(): CommunicationType;
18
+ screenConfigurationObject: string;
18
19
  saveClick: EventEmitter<ContactOption>;
19
20
  deleteClick: EventEmitter<ContactOption>;
20
21
  showClass: boolean;
@@ -29,6 +29,8 @@ export declare class RelationContactOptionsComponent extends RelationScreenConfi
29
29
  newOtherType: CommunicationType;
30
30
  shouldFocus: boolean;
31
31
  showAddContact: boolean;
32
+ emailScreenConfigurationObject: string;
33
+ phoneScreenConfigurationObject: string;
32
34
  private _otherTypePopupComponentRef;
33
35
  constructor(relationService: RelationService, iconCacheService: IconCacheService, relationConnectorService: RelationConnectorService, relationEventService: RelationEventService, _overlayService: OverlayService, _changeDetector: ChangeDetectorRef);
34
36
  showNewOtherPopup(): void;
@@ -3009,6 +3009,7 @@ export declare class Dictionaries {
3009
3009
  AVAILABILITY: string;
3010
3010
  AVAILABILITY_RESOURCES: string;
3011
3011
  AVAILABLE: string;
3012
+ HOMEDECORATOR: string;
3012
3013
  NO_DIFFERENCES_FOUND: string;
3013
3014
  NO_DIRECT_SELL: string;
3014
3015
  NO_DOCS_TO_SIGN: string;
@@ -4986,6 +4987,8 @@ export declare class Dictionaries {
4986
4987
  ONE_OF_FOLLOWING_APPLICABLE: string;
4987
4988
  ONE_PAGE_PER_SORT: string;
4988
4989
  ONE_PURCHASEORDER: string;
4990
+ ONE_OR_MORE_LEDGERACCOUNTS_REJECTED: string;
4991
+ ONE_OR_MORE_LINES_WITHOUT_LEDGERACCOUNT_ID: string;
4989
4992
  ONLY_ACHIEVABLE: string;
4990
4993
  ONLY_ADD_ALL_FROM_ONE_CONDITION: string;
4991
4994
  ONLY_ADD_EVERYTHING_FROM_ONE_CONDITION: string;
@@ -5487,6 +5490,7 @@ export declare class Dictionaries {
5487
5490
  CONTRACT_TYPE: string;
5488
5491
  CONTRA_ACCOUNT: string;
5489
5492
  CONTRA_LEDGERACCOUNT_DOWNPAYMENT: string;
5493
+ CONTRA_VAT: string;
5490
5494
  WARRANTY: string;
5491
5495
  WARRANTY_TYPE: string;
5492
5496
  WASHING_SYMBOLS: string;
@@ -6641,6 +6645,7 @@ export declare class Dictionaries {
6641
6645
  VARIOUS_PRODUCTS: string;
6642
6646
  VAT: string;
6643
6647
  VAT2: string;
6648
+ VAT_CONTRA: string;
6644
6649
  VAT_AMOUNT: string;
6645
6650
  VAT_CODE: string;
6646
6651
  VAT_CODE_PURCHASE: string;
@@ -7044,8 +7049,10 @@ export declare class Dictionaries {
7044
7049
  MATCHED_LINES: string;
7045
7050
  MATCH_REFERENCE: string;
7046
7051
  MATERIAL: string;
7052
+ MATERIAL_GENERIC: string;
7047
7053
  MATERIALS: string;
7048
7054
  MATERIAL_CODE: string;
7055
+ MATERIAL_TYPE: string;
7049
7056
  MATURETIES: string;
7050
7057
  MAX: string;
7051
7058
  MAXIMUM_DISCOUNT: string;
@@ -9117,6 +9124,7 @@ export declare class Dictionaries {
9117
9124
  SUPPLIERNAME: string;
9118
9125
  SUPPLIERNO: string;
9119
9126
  SUPPLIERNR: string;
9127
+ SUPPLIERNR_ARTICLE: string;
9120
9128
  SUPPLIERS: string;
9121
9129
  SUPPLIER_BLOCKED: string;
9122
9130
  SUPPLIER_BLOCKED2: string;
@@ -12850,6 +12858,7 @@ export declare class Dictionaries {
12850
12858
  CONTRACT_TYPE: string;
12851
12859
  CONTRA_ACCOUNT: string;
12852
12860
  CONTRA_LEDGERACCOUNT_DOWNPAYMENT: string;
12861
+ CONTRA_VAT: string;
12853
12862
  CONTRIBUTION_EMPLOYER: string;
12854
12863
  CONTROLLED: string;
12855
12864
  CONTROL_ORDER_PICKING: string;
@@ -14244,6 +14253,7 @@ export declare class Dictionaries {
14244
14253
  GUARANTEE_PURCHASE: string;
14245
14254
  GUARANTEE_SALES: string;
14246
14255
  GZVD: string;
14256
+ HOMEDECORATOR: string;
14247
14257
  H3DADDADJUST: string;
14248
14258
  H3DBRANDID: string;
14249
14259
  H3DBRANDNAME: string;
@@ -14903,8 +14913,10 @@ export declare class Dictionaries {
14903
14913
  MATCHED_LINES: string;
14904
14914
  MATCH_REFERENCE: string;
14905
14915
  MATERIAL: string;
14916
+ MATERIAL_GENERIC: string;
14906
14917
  MATERIALS: string;
14907
14918
  MATERIAL_CODE: string;
14919
+ MATERIAL_TYPE: string;
14908
14920
  MATURETIES: string;
14909
14921
  MAX: string;
14910
14922
  MAXIMUM_DISCOUNT: string;
@@ -15770,6 +15782,8 @@ export declare class Dictionaries {
15770
15782
  ONE_OF_FOLLOWING_APPLICABLE: string;
15771
15783
  ONE_PAGE_PER_SORT: string;
15772
15784
  ONE_PURCHASEORDER: string;
15785
+ ONE_OR_MORE_LEDGERACCOUNTS_REJECTED: string;
15786
+ ONE_OR_MORE_LINES_WITHOUT_LEDGERACCOUNT_ID: string;
15773
15787
  ONLY_ACHIEVABLE: string;
15774
15788
  ONLY_ADD_ALL_FROM_ONE_CONDITION: string;
15775
15789
  ONLY_ADD_EVERYTHING_FROM_ONE_CONDITION: string;
@@ -15852,6 +15866,7 @@ export declare class Dictionaries {
15852
15866
  OPEN_RELATION_MANAGEMENT: string;
15853
15867
  OPEN_SALES_OVERVIEW: string;
15854
15868
  OPEN_SHOPPING_CART: string;
15869
+ OPEN_STOCK_DETAILS: string;
15855
15870
  OPEN_TASK: string;
15856
15871
  OPEN_TEXT: string;
15857
15872
  OPEN_WEBVIEW_FAILED_NO_EXTSOURCE: string;
@@ -16339,6 +16354,12 @@ export declare class Dictionaries {
16339
16354
  PREFERRED_CONTACTOPTION: string;
16340
16355
  PREFERRED_DATE: string;
16341
16356
  PREFERRED_DELIVERY_DATE: string;
16357
+ PREFERRED_DELIVERY_DATE_HEADER: string;
16358
+ PREFERRED_DELIVERY_DATE_DESCRIPTION: string;
16359
+ PREFERRED_DELIVERY_DATE_DISCLAIMER_HEADER: string;
16360
+ PREFERRED_DELIVERY_DATE_DISCLAIMER_DESCRIPTION: string;
16361
+ PREFERRED_DELIVERY_DATE_LOAD_MORE: string;
16362
+ PREFERRED_DELIVERY_DATE_CONFIRM: string;
16342
16363
  PREFERRED_NAME_HANDLING: string;
16343
16364
  PREFFERED_DELIVERY_MOMENT: string;
16344
16365
  PREFIX2: string;
@@ -18011,6 +18032,7 @@ export declare class Dictionaries {
18011
18032
  SUPPLIERNAME: string;
18012
18033
  SUPPLIERNO: string;
18013
18034
  SUPPLIERNR: string;
18035
+ SUPPLIERNR_ARTICLE: string;
18014
18036
  SUPPLIERS: string;
18015
18037
  SUPPLIER_BLOCKED2: string;
18016
18038
  SUPPLIER_BLOCKED: string;
@@ -18546,6 +18568,7 @@ export declare class Dictionaries {
18546
18568
  VARIOUS_PRODUCTS: string;
18547
18569
  VAT2: string;
18548
18570
  VAT: string;
18571
+ VAT_CONTRA: string;
18549
18572
  VAT_AMOUNT: string;
18550
18573
  VAT_CODE: string;
18551
18574
  VAT_CODE_PURCHASE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/relation",
3
- "version": "255.1.21",
3
+ "version": "256.1.1",
4
4
  "description": "Colijn IT relation module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",
@@ -10,10 +10,10 @@
10
10
  "@angular/common": ">=12.2.0",
11
11
  "@angular/core": ">=12.2.0",
12
12
  "@colijnit/corecomponents": ">=1.12.0",
13
- "@colijnit/corecomponents_v12": ">=255.1.2",
14
- "@colijnit/ioneconnector": ">=255.1.1",
15
- "@colijnit/mainapi": ">=255.1.1",
16
- "@colijnit/relationapi": ">=255.1.1",
13
+ "@colijnit/corecomponents_v12": ">=256.1.0",
14
+ "@colijnit/ioneconnector": ">=256.1.0",
15
+ "@colijnit/mainapi": ">=256.1.0",
16
+ "@colijnit/relationapi": ">=256.1.0",
17
17
  "@tweenjs/tween.js": ">=17.2.0",
18
18
  "xlsx": ">=0.18.5"
19
19
  },