@colijnit/relation 255.1.2 → 255.1.21
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-relation.umd.js +17 -16
- package/bundles/colijnit-relation.umd.js.map +1 -1
- package/colijnit-relation.metadata.json +1 -1
- package/esm2015/lib/component/base/relation-loader.component.js +2 -2
- package/esm2015/lib/component/relation-contact-options/relation-contact-option.component.js +2 -3
- package/esm2015/lib/component/relation-contact-options/relation-contact-options.component.js +24 -10
- package/esm2015/lib/relation-version.js +3 -3
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/service/relation-base.service.js +7 -7
- package/fesm2015/colijnit-relation.js +35 -22
- package/fesm2015/colijnit-relation.js.map +1 -1
- package/lib/component/relation-contact-options/relation-contact-option.component.d.ts +1 -1
- package/lib/component/relation-contact-options/relation-contact-options.component.d.ts +1 -0
- package/lib/res/dictionary/dictionaries.d.ts +7 -0
- package/package.json +1 -1
- package/colijnit-relation-255.1.1.tgz +0 -0
|
@@ -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
|
Binary file
|