@colijnit/relation 255.1.2 → 256.1.0

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.
@@ -13,6 +13,7 @@ export declare class RelationContactOptionComponent implements OnInit {
13
13
  set model(value: ContactOption);
14
14
  get model(): ContactOption;
15
15
  set type(value: CommunicationType);
16
+ shouldFocus: boolean;
16
17
  get type(): CommunicationType;
17
18
  saveClick: EventEmitter<ContactOption>;
18
19
  deleteClick: EventEmitter<ContactOption>;
@@ -20,7 +21,6 @@ export declare class RelationContactOptionComponent implements OnInit {
20
21
  iconType: Icon;
21
22
  label: string;
22
23
  input: InputTextComponent;
23
- shouldFocus: boolean;
24
24
  private _model;
25
25
  private _type;
26
26
  constructor(iconCacheService: IconCacheService, _relationService: RelationService);
@@ -27,6 +27,7 @@ export declare class RelationContactOptionsComponent extends RelationScreenConfi
27
27
  showNewPhone: boolean;
28
28
  showNewOther: boolean;
29
29
  newOtherType: CommunicationType;
30
+ shouldFocus: boolean;
30
31
  showAddContact: boolean;
31
32
  private _otherTypePopupComponentRef;
32
33
  constructor(relationService: RelationService, iconCacheService: IconCacheService, relationConnectorService: RelationConnectorService, relationEventService: RelationEventService, _overlayService: OverlayService, _changeDetector: ChangeDetectorRef);
@@ -7728,6 +7728,7 @@ export declare class Dictionaries {
7728
7728
  TOTAL_TRANSACTION_DISCOUNT: string;
7729
7729
  TOTAL_TURNOVER: string;
7730
7730
  TOTAL_OUTSTANDING_AMOUNT: string;
7731
+ TOTAL_SELECTED_AMOUNT: string;
7731
7732
  TOTAL_VALUE: string;
7732
7733
  TOTAL_WAGE: string;
7733
7734
  TOTAL_WEIGHT: string;
@@ -14197,6 +14198,7 @@ export declare class Dictionaries {
14197
14198
  GIFTCARD_NUMBER_DOES_NOT_EXIST: string;
14198
14199
  GIFTCARD_NUMBER_EXISTS: string;
14199
14200
  GIFT_CARD: string;
14201
+ GIFT_VOUCHER: string;
14200
14202
  GLN: string;
14201
14203
  GLOBAL_LINE_DISCOUNT: string;
14202
14204
  GOLD_MEDAL: string;
@@ -16285,6 +16287,7 @@ export declare class Dictionaries {
16285
16287
  PLEASE_FILL_HANDLED_BY: string;
16286
16288
  PLEASE_FILL_PAYMENT_CONDITION: string;
16287
16289
  PLEASE_FILL_REQUIRED: string;
16290
+ PLEASE_FILL_TARGETS: string;
16288
16291
  PLEASE_LOCK_ORIGIN_TARGET_DAY: string;
16289
16292
  PLEASE_LOCK_ORIGIN_TARGET_TRUCK: string;
16290
16293
  PLEASE_SELECT_COUNTRY_ADDRESS: string;
@@ -16628,6 +16631,7 @@ export declare class Dictionaries {
16628
16631
  PROJECT_CODE: string;
16629
16632
  PROJECT_CODES: string;
16630
16633
  PROJECTNR: string;
16634
+ PROMOTION_VOUCHER: string;
16631
16635
  PROMOTIONS: string;
16632
16636
  PROMOTION_RULES: string;
16633
16637
  PROMPT_GENERATE_ALL_SEO_VALUES: string;
@@ -18225,6 +18229,7 @@ export declare class Dictionaries {
18225
18229
  TOTAL_TRANSACTION_DISCOUNT: string;
18226
18230
  TOTAL_TURNOVER: string;
18227
18231
  TOTAL_OUTSTANDING_AMOUNT: string;
18232
+ TOTAL_SELECTED_AMOUNT: string;
18228
18233
  TOTAL_VALUE: string;
18229
18234
  TOTAL_VAT_EXCLUDED: string;
18230
18235
  TOTAL_WAGE: string;
@@ -18412,6 +18417,7 @@ export declare class Dictionaries {
18412
18417
  TYPE_DESCRIPTION: string;
18413
18418
  TYPE_DETAIL: string;
18414
18419
  TYPE_OF_RATE: string;
18420
+ TYPE_ORDER_ADVICE: string;
18415
18421
  TYPE_ORGAN_DONATION: string;
18416
18422
  TYPE_OR_SEARCH_TEXT: string;
18417
18423
  TYPE_TEXT: string;
@@ -18599,6 +18605,7 @@ export declare class Dictionaries {
18599
18605
  VOORTGANGS_TRIAGE: string;
18600
18606
  VOUCHERS: string;
18601
18607
  VOUCHER_AMOUNT: string;
18608
+ VOUCHER_CAN_ONLY_BE_USED_ONCE: string;
18602
18609
  VOUCHER_CODE: string;
18603
18610
  VOUCHER_CODE_EXISTS: string;
18604
18611
  VOUCHER_CODE_INFO: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/relation",
3
- "version": "255.1.2",
3
+ "version": "256.1.0",
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
  },
Binary file