@colijnit/relation 12.1.7 → 254.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-relation.umd.js +4633 -4649
- package/bundles/colijnit-relation.umd.js.map +1 -1
- package/colijnit-relation.d.ts +21 -21
- package/colijnit-relation.metadata.json +1 -1
- package/esm2015/colijnit-relation.js +21 -21
- package/esm2015/lib/component/base/relation-base.component.js +52 -53
- package/esm2015/lib/component/base/relation-loader.component.js +50 -50
- package/esm2015/lib/component/base/relation-screen-config-base.component.js +16 -16
- package/esm2015/lib/component/relation/relation.component.js +100 -100
- package/esm2015/lib/component/relation/relation.module.js +58 -58
- package/esm2015/lib/component/relation-address/relation-address.component.js +166 -166
- package/esm2015/lib/component/relation-address/relation-address.module.js +24 -24
- package/esm2015/lib/component/relation-address-tile/relation-address-tile.component.js +72 -72
- package/esm2015/lib/component/relation-address-tile/relation-address-tile.module.js +25 -25
- package/esm2015/lib/component/relation-addresses/relation-addresses.component.js +158 -158
- package/esm2015/lib/component/relation-addresses/relation-addresses.module.js +31 -31
- package/esm2015/lib/component/relation-avatar/relation-avatar.component.js +222 -222
- package/esm2015/lib/component/relation-avatar/relation-avatar.module.js +22 -22
- package/esm2015/lib/component/relation-contact-options/relation-contact-option-list.component.js +101 -101
- package/esm2015/lib/component/relation-contact-options/relation-contact-option.component.js +100 -100
- package/esm2015/lib/component/relation-contact-options/relation-contact-options-other-types-popup.component.js +44 -44
- package/esm2015/lib/component/relation-contact-options/relation-contact-options.component.js +154 -170
- package/esm2015/lib/component/relation-contact-options/relation-contact-options.module.js +34 -35
- package/esm2015/lib/component/relation-first-name/relation-first-name.component.js +25 -25
- package/esm2015/lib/component/relation-first-name/relation-first-name.module.js +24 -24
- package/esm2015/lib/component/relation-gender/relation-gender.component.js +45 -45
- package/esm2015/lib/component/relation-gender/relation-gender.module.js +23 -23
- package/esm2015/lib/component/relation-initials/relation-initials.component.js +24 -24
- package/esm2015/lib/component/relation-initials/relation-initials.module.js +24 -24
- package/esm2015/lib/component/relation-language/relation-language.component.js +56 -56
- package/esm2015/lib/component/relation-language/relation-language.module.js +24 -24
- package/esm2015/lib/component/relation-last-name/relation-last-name.component.js +23 -23
- package/esm2015/lib/component/relation-last-name/relation-last-name.module.js +24 -24
- package/esm2015/lib/component/relation-preferences/relation-preferences.component.js +69 -69
- package/esm2015/lib/component/relation-preferences/relation-preferences.module.js +23 -23
- package/esm2015/lib/component/relation-prefix-name/relation-prefix-name.component.js +24 -24
- package/esm2015/lib/component/relation-prefix-name/relation-prefix-name.module.js +24 -24
- package/esm2015/lib/component/relation-title/relation-title.component.js +56 -56
- package/esm2015/lib/component/relation-title/relation-title.module.js +24 -24
- package/esm2015/lib/enum/icon.enum.js +15 -15
- package/esm2015/lib/enum/language-code.enum.js +8 -8
- package/esm2015/lib/enum/relman-cfg-name.enum.js +862 -862
- package/esm2015/lib/enum/relman-contact-options-cfg-names.js +2 -2
- package/esm2015/lib/enum/relman-sub-category.enum.js +13 -13
- package/esm2015/lib/interface/relation-address-cfg-names.interface.js +2 -2
- package/esm2015/lib/model/icon-svg.js +14 -14
- package/esm2015/lib/model/relation-settings-options.js +7 -7
- package/esm2015/lib/model/relation-settings.js +9 -9
- package/esm2015/lib/relation-version.js +10 -10
- package/esm2015/lib/res/dictionary/dictionaries.js +8 -8
- package/esm2015/lib/service/dictionary.service.js +68 -68
- package/esm2015/lib/service/error.service.js +75 -75
- package/esm2015/lib/service/icon-cache.service.js +51 -51
- package/esm2015/lib/service/relation-base.service.js +268 -268
- package/esm2015/lib/service/relation-connector-adapter.service.js +401 -401
- package/esm2015/lib/service/relation-connector.service.js +155 -155
- package/esm2015/lib/service/relation-event.service.js +16 -16
- package/esm2015/lib/service/relation-screen-configuration.service.js +51 -51
- package/esm2015/lib/service/relation-settings.service.js +65 -65
- package/esm2015/lib/service/relation.service.js +42 -42
- package/esm2015/lib/translation/relation-dictionary.service.js +77 -77
- package/esm2015/lib/translation/relation-localize.pipe.js +26 -26
- package/esm2015/lib/translation/relation-translation.module.js +29 -29
- package/esm2015/lib/translation/relation-translation.service.js +17 -17
- package/esm2015/public_api.js +33 -33
- package/fesm2015/colijnit-relation.js +3821 -3839
- package/fesm2015/colijnit-relation.js.map +1 -1
- package/lib/component/base/relation-base.component.d.ts +24 -24
- package/lib/component/base/relation-loader.component.d.ts +12 -12
- package/lib/component/base/relation-screen-config-base.component.d.ts +14 -14
- package/lib/component/relation/relation.component.d.ts +21 -21
- package/lib/component/relation/relation.module.d.ts +2 -2
- package/lib/component/relation/style/_layout.scss +46 -46
- package/lib/component/relation/style/_material-definition.scss +15 -15
- package/lib/component/relation/style/_theme.scss +12 -12
- package/lib/component/relation/style/material.scss +4 -4
- package/lib/component/relation-address/relation-address.component.d.ts +35 -35
- package/lib/component/relation-address/relation-address.module.d.ts +2 -2
- package/lib/component/relation-address/style/_layout.scss +16 -16
- package/lib/component/relation-address/style/_material-definition.scss +5 -5
- package/lib/component/relation-address/style/_theme.scss +5 -5
- package/lib/component/relation-address/style/material.scss +4 -4
- package/lib/component/relation-address-tile/relation-address-tile.component.d.ts +19 -19
- package/lib/component/relation-address-tile/relation-address-tile.module.d.ts +2 -2
- package/lib/component/relation-address-tile/style/_layout.scss +46 -46
- package/lib/component/relation-address-tile/style/_material-definition.scss +18 -18
- package/lib/component/relation-address-tile/style/_theme.scss +19 -19
- package/lib/component/relation-address-tile/style/material.scss +4 -4
- package/lib/component/relation-addresses/relation-addresses.component.d.ts +31 -31
- package/lib/component/relation-addresses/relation-addresses.module.d.ts +2 -2
- package/lib/component/relation-addresses/style/_layout.scss +26 -26
- package/lib/component/relation-addresses/style/_material-definition.scss +12 -12
- package/lib/component/relation-addresses/style/_theme.scss +20 -20
- package/lib/component/relation-addresses/style/material.scss +4 -4
- package/lib/component/relation-avatar/relation-avatar.component.d.ts +47 -47
- package/lib/component/relation-avatar/relation-avatar.module.d.ts +2 -2
- package/lib/component/relation-avatar/style/_layout.scss +44 -44
- package/lib/component/relation-avatar/style/_material-definition.scss +4 -4
- package/lib/component/relation-avatar/style/_theme.scss +9 -9
- package/lib/component/relation-avatar/style/material.scss +4 -4
- package/lib/component/relation-contact-options/relation-contact-option-list.component.d.ts +22 -22
- package/lib/component/relation-contact-options/relation-contact-option.component.d.ts +30 -30
- package/lib/component/relation-contact-options/relation-contact-options-other-types-popup.component.d.ts +22 -22
- package/lib/component/relation-contact-options/relation-contact-options.component.d.ts +40 -43
- package/lib/component/relation-contact-options/relation-contact-options.module.d.ts +2 -2
- package/lib/component/relation-contact-options/style/_layout.scss +113 -153
- package/lib/component/relation-contact-options/style/_material-definition.scss +35 -47
- package/lib/component/relation-contact-options/style/_theme.scss +48 -64
- package/lib/component/relation-contact-options/style/material.scss +4 -4
- package/lib/component/relation-first-name/relation-first-name.component.d.ts +4 -4
- package/lib/component/relation-first-name/relation-first-name.module.d.ts +2 -2
- package/lib/component/relation-first-name/style/_layout.scss +9 -9
- package/lib/component/relation-first-name/style/_material-definition.scss +3 -3
- package/lib/component/relation-first-name/style/_theme.scss +5 -5
- package/lib/component/relation-first-name/style/material.scss +4 -4
- package/lib/component/relation-gender/relation-gender.component.d.ts +7 -7
- package/lib/component/relation-gender/relation-gender.module.d.ts +2 -2
- package/lib/component/relation-gender/style/_layout.scss +8 -8
- package/lib/component/relation-gender/style/_material-definition.scss +4 -4
- package/lib/component/relation-gender/style/_theme.scss +5 -5
- package/lib/component/relation-gender/style/material.scss +4 -4
- package/lib/component/relation-initials/relation-initials.component.d.ts +4 -4
- package/lib/component/relation-initials/relation-initials.module.d.ts +2 -2
- package/lib/component/relation-initials/style/_layout.scss +9 -9
- package/lib/component/relation-initials/style/_material-definition.scss +3 -3
- package/lib/component/relation-initials/style/_theme.scss +5 -5
- package/lib/component/relation-initials/style/material.scss +4 -4
- package/lib/component/relation-language/relation-language.component.d.ts +12 -12
- package/lib/component/relation-language/relation-language.module.d.ts +2 -2
- package/lib/component/relation-language/style/_layout.scss +9 -9
- package/lib/component/relation-language/style/_material-definition.scss +3 -3
- package/lib/component/relation-language/style/_theme.scss +5 -5
- package/lib/component/relation-language/style/material.scss +4 -4
- package/lib/component/relation-last-name/relation-last-name.component.d.ts +4 -4
- package/lib/component/relation-last-name/relation-last-name.module.d.ts +2 -2
- package/lib/component/relation-last-name/style/_layout.scss +9 -9
- package/lib/component/relation-last-name/style/_material-definition.scss +3 -3
- package/lib/component/relation-last-name/style/_theme.scss +5 -5
- package/lib/component/relation-last-name/style/material.scss +4 -4
- package/lib/component/relation-preferences/relation-preferences.component.d.ts +13 -13
- package/lib/component/relation-preferences/relation-preferences.module.d.ts +2 -2
- package/lib/component/relation-preferences/style/_layout.scss +16 -16
- package/lib/component/relation-preferences/style/_material-definition.scss +8 -8
- package/lib/component/relation-preferences/style/_theme.scss +5 -5
- package/lib/component/relation-preferences/style/material.scss +4 -4
- package/lib/component/relation-prefix-name/relation-prefix-name.component.d.ts +4 -4
- package/lib/component/relation-prefix-name/relation-prefix-name.module.d.ts +2 -2
- package/lib/component/relation-prefix-name/style/_layout.scss +9 -9
- package/lib/component/relation-prefix-name/style/_material-definition.scss +3 -3
- package/lib/component/relation-prefix-name/style/_theme.scss +5 -5
- package/lib/component/relation-prefix-name/style/material.scss +4 -4
- package/lib/component/relation-title/relation-title.component.d.ts +13 -13
- package/lib/component/relation-title/relation-title.module.d.ts +2 -2
- package/lib/component/relation-title/style/_layout.scss +9 -9
- package/lib/component/relation-title/style/_material-definition.scss +3 -3
- package/lib/component/relation-title/style/_theme.scss +5 -5
- package/lib/component/relation-title/style/material.scss +4 -4
- package/lib/enum/icon.enum.d.ts +14 -14
- package/lib/enum/language-code.enum.d.ts +6 -6
- package/lib/enum/relman-cfg-name.enum.d.ts +857 -857
- package/lib/enum/relman-contact-options-cfg-names.d.ts +6 -6
- package/lib/enum/relman-sub-category.enum.d.ts +10 -10
- package/lib/interface/relation-address-cfg-names.interface.d.ts +8 -8
- package/lib/model/icon-svg.d.ts +4 -4
- package/lib/model/relation-settings-options.d.ts +4 -4
- package/lib/model/relation-settings.d.ts +5 -5
- package/lib/relation-version.d.ts +6 -6
- package/lib/res/dictionary/dictionaries.d.ts +17184 -17184
- package/lib/service/dictionary.service.d.ts +18 -18
- package/lib/service/error.service.d.ts +11 -11
- package/lib/service/icon-cache.service.d.ts +18 -18
- package/lib/service/relation-base.service.d.ts +64 -64
- package/lib/service/relation-connector-adapter.service.d.ts +66 -66
- package/lib/service/relation-connector.service.d.ts +51 -51
- package/lib/service/relation-event.service.d.ts +6 -6
- package/lib/service/relation-screen-configuration.service.d.ts +13 -13
- package/lib/service/relation-settings.service.d.ts +16 -16
- package/lib/service/relation.service.d.ts +10 -10
- package/lib/style/_mixin.scss +15 -15
- package/lib/style/_variables.scss +15 -15
- package/lib/style/relation-globals.scss +7 -7
- package/lib/translation/relation-dictionary.service.d.ts +19 -19
- package/lib/translation/relation-localize.pipe.d.ts +7 -7
- package/lib/translation/relation-translation.module.d.ts +4 -4
- package/lib/translation/relation-translation.service.d.ts +6 -6
- package/package.json +7 -6
- package/public_api.d.ts +32 -32
|
@@ -1,43 +1,40 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef
|
|
2
|
-
import { RelationScreenConfigBaseComponent } from '../base/relation-screen-config-base.component';
|
|
3
|
-
import { RelmanContactOptionsCfgNames } from '../../enum/relman-contact-options-cfg-names';
|
|
4
|
-
import { ContactOption } from '@colijnit/relationapi/build/model/contact-option.bo';
|
|
5
|
-
import { CommunicationType } from '@colijnit/relationapi/build/enum/communication-type.enum';
|
|
6
|
-
import { OverlayService } from '@colijnit/corecomponents_v12';
|
|
7
|
-
import { RelationService } from '../../service/relation.service';
|
|
8
|
-
import { IconCacheService } from '../../service/icon-cache.service';
|
|
9
|
-
import { RelationConnectorService } from '../../service/relation-connector.service';
|
|
10
|
-
import { RelationEventService } from '../../service/relation-event.service';
|
|
11
|
-
export declare class RelationContactOptionsComponent extends RelationScreenConfigBaseComponent {
|
|
12
|
-
relationService: RelationService;
|
|
13
|
-
iconCacheService: IconCacheService;
|
|
14
|
-
protected relationConnectorService: RelationConnectorService;
|
|
15
|
-
protected relationEventService: RelationEventService;
|
|
16
|
-
private _overlayService;
|
|
17
|
-
private _changeDetector;
|
|
18
|
-
|
|
19
|
-
readonly
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
private
|
|
39
|
-
private
|
|
40
|
-
|
|
41
|
-
hideNewEmail(): void;
|
|
42
|
-
hideNewPhone(): void;
|
|
43
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
|
+
import { RelationScreenConfigBaseComponent } from '../base/relation-screen-config-base.component';
|
|
3
|
+
import { RelmanContactOptionsCfgNames } from '../../enum/relman-contact-options-cfg-names';
|
|
4
|
+
import { ContactOption } from '@colijnit/relationapi/build/model/contact-option.bo';
|
|
5
|
+
import { CommunicationType } from '@colijnit/relationapi/build/enum/communication-type.enum';
|
|
6
|
+
import { OverlayService } from '@colijnit/corecomponents_v12';
|
|
7
|
+
import { RelationService } from '../../service/relation.service';
|
|
8
|
+
import { IconCacheService } from '../../service/icon-cache.service';
|
|
9
|
+
import { RelationConnectorService } from '../../service/relation-connector.service';
|
|
10
|
+
import { RelationEventService } from '../../service/relation-event.service';
|
|
11
|
+
export declare class RelationContactOptionsComponent extends RelationScreenConfigBaseComponent {
|
|
12
|
+
relationService: RelationService;
|
|
13
|
+
iconCacheService: IconCacheService;
|
|
14
|
+
protected relationConnectorService: RelationConnectorService;
|
|
15
|
+
protected relationEventService: RelationEventService;
|
|
16
|
+
private _overlayService;
|
|
17
|
+
private _changeDetector;
|
|
18
|
+
readonly commType: typeof CommunicationType;
|
|
19
|
+
readonly generalContactOptionsCfgNames: RelmanContactOptionsCfgNames;
|
|
20
|
+
overlayParent: ElementRef;
|
|
21
|
+
showClass(): boolean;
|
|
22
|
+
handleKeyDown(event: KeyboardEvent): void;
|
|
23
|
+
emailContactOptions: ContactOption[];
|
|
24
|
+
phoneContactOptions: ContactOption[];
|
|
25
|
+
otherContactOptions: ContactOption[];
|
|
26
|
+
showNewEmail: boolean;
|
|
27
|
+
showNewPhone: boolean;
|
|
28
|
+
showNewOther: boolean;
|
|
29
|
+
newOtherType: CommunicationType;
|
|
30
|
+
private _otherTypePopupComponentRef;
|
|
31
|
+
constructor(relationService: RelationService, iconCacheService: IconCacheService, relationConnectorService: RelationConnectorService, relationEventService: RelationEventService, _overlayService: OverlayService, _changeDetector: ChangeDetectorRef);
|
|
32
|
+
showNewOtherPopup(): void;
|
|
33
|
+
hideNewOtherPopup(): void;
|
|
34
|
+
addContactOption(option: ContactOption): Promise<void>;
|
|
35
|
+
handleDeleteOption(option: ContactOption): void;
|
|
36
|
+
protected relationSet(): void;
|
|
37
|
+
private _handleCreateOtherType;
|
|
38
|
+
private _getCollection;
|
|
39
|
+
private _resetNew;
|
|
40
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class RelationContactOptionsModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class RelationContactOptionsModule {
|
|
2
|
+
}
|
|
@@ -1,153 +1,113 @@
|
|
|
1
|
-
@include export-module('co-relation-contact-options-layout') {
|
|
2
|
-
.co-relation-contact-options {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
width:
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
.cdk-drag-animating {
|
|
116
|
-
transition: transform 200ms cubic-bezier(0, 0, 0.2, 1);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.draggable-contact-option:last-child {
|
|
120
|
-
border: none;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.drag-drop-list.cdk-drop-list-dragging .draggable-contact-option:not(.cdk-drag-placeholder) {
|
|
124
|
-
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.relation-contact-options-other-types-popup-content {
|
|
128
|
-
display: flex;
|
|
129
|
-
flex-direction: column;
|
|
130
|
-
z-index: $re-co-relation-contact-options-type-popup-z-index;
|
|
131
|
-
gap: $re-co-relation-contact-options-type-popup-gap;
|
|
132
|
-
font-family: $re-co-relation-contact-options-font-family;
|
|
133
|
-
font-size: $re-co-relation-contact-options-font-size;
|
|
134
|
-
padding: $re-co-relation-contact-options-type-popup-padding;
|
|
135
|
-
border-style: $re-co-relation-contact-options-type-popup-border-style;
|
|
136
|
-
border-width: $re-co-relation-contact-options-type-popup-border-width;
|
|
137
|
-
box-shadow: $re-co-relation-contact-options-type-popup-box-shadow;
|
|
138
|
-
.other-types-wrapper {
|
|
139
|
-
cursor: pointer;
|
|
140
|
-
display: flex;
|
|
141
|
-
align-items: center;
|
|
142
|
-
gap: $re-co-relation-contact-options-type-popup-gap;
|
|
143
|
-
padding: $re-co-relation-contact-options-type-popup-item-padding;
|
|
144
|
-
.co-icon {
|
|
145
|
-
height: $re-co-relation-contact-options-type-popup-icon-size;
|
|
146
|
-
width: $re-co-relation-contact-options-type-popup-icon-size;
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
.other-type-label {
|
|
150
|
-
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
}
|
|
1
|
+
@include export-module('co-relation-contact-options-layout') {
|
|
2
|
+
.co-relation-contact-options {
|
|
3
|
+
font-family: $re-co-relation-contact-options-font-family;
|
|
4
|
+
font-size: $re-co-relation-contact-options-font-size;
|
|
5
|
+
.relation-contact-options-label {
|
|
6
|
+
font-family: $re-co-relation-contact-options-label-font-family;
|
|
7
|
+
font-size: $re-co-relation-contact-options-label-font-size;
|
|
8
|
+
margin: $re-co-relation-contact-options-label-margin;
|
|
9
|
+
}
|
|
10
|
+
.relation-contact-options-type-label-wrapper {
|
|
11
|
+
display: flex;
|
|
12
|
+
align-items: center;
|
|
13
|
+
margin: $re-co-relation-contact-options-label-margin;
|
|
14
|
+
gap: $re-co-relation-contact-options-label-gap;
|
|
15
|
+
.co-icon {
|
|
16
|
+
cursor: pointer;
|
|
17
|
+
height: $re-co-relation-contact-options-label-icon-size;
|
|
18
|
+
width: $re-co-relation-contact-options-label-icon-size;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
.contact-option-wrapper {
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-direction: column;
|
|
24
|
+
gap: $re-co-relation-contact-options-type-gap;
|
|
25
|
+
}
|
|
26
|
+
&.adding-email-option, .adding-phone-option, .adding-other-option {
|
|
27
|
+
.co-relation-contact-option:not(.new-contact-option) {
|
|
28
|
+
opacity: 0.5;
|
|
29
|
+
pointer-events: none;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
.co-relation-contact-option {
|
|
34
|
+
font-family: $re-co-relation-contact-options-font-family;
|
|
35
|
+
font-size: $re-co-relation-contact-options-font-size;
|
|
36
|
+
display: flex;
|
|
37
|
+
align-items: center;
|
|
38
|
+
gap: $re-co-relation-contact-option-gap;
|
|
39
|
+
position: relative;
|
|
40
|
+
.co-icon {
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
height: $re-co-relation-contact-option-delete-icon-size;
|
|
43
|
+
width: $re-co-relation-contact-option-delete-icon-size;
|
|
44
|
+
}
|
|
45
|
+
&.new-contact-option {
|
|
46
|
+
margin: $re-co-relation-contact-options-type-new-option-margin;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
.relation-contact-option-sequence {
|
|
50
|
+
border-radius: 50%;
|
|
51
|
+
position: absolute;
|
|
52
|
+
z-index: 1;
|
|
53
|
+
top: 2px;
|
|
54
|
+
left: 2px;
|
|
55
|
+
height: 15px;
|
|
56
|
+
width: 15px;
|
|
57
|
+
font-size: 10px;
|
|
58
|
+
align-items: center;
|
|
59
|
+
display: flex;
|
|
60
|
+
justify-content: center;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.draggable-contact-option.cdk-drag-preview, can-drag.cdk-drag-preview {
|
|
64
|
+
box-sizing: border-box;
|
|
65
|
+
border-radius: 4px;
|
|
66
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
|
|
67
|
+
0 8px 10px 1px rgba(0, 0, 0, 0.14),
|
|
68
|
+
0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.draggable-contact-option.cdk-drag-placeholder, .can-drag.cdk-drag-placeholder {
|
|
72
|
+
opacity: 0.3;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.cdk-drag-animating {
|
|
76
|
+
transition: transform 200ms cubic-bezier(0, 0, 0.2, 1);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.draggable-contact-option:last-child {
|
|
80
|
+
border: none;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.drag-drop-list.cdk-drop-list-dragging .draggable-contact-option:not(.cdk-drag-placeholder) {
|
|
84
|
+
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.relation-contact-options-other-types-popup-content {
|
|
88
|
+
display: flex;
|
|
89
|
+
flex-direction: column;
|
|
90
|
+
z-index: $re-co-relation-contact-options-type-popup-z-index;
|
|
91
|
+
gap: $re-co-relation-contact-options-type-popup-gap;
|
|
92
|
+
font-family: $re-co-relation-contact-options-font-family;
|
|
93
|
+
font-size: $re-co-relation-contact-options-font-size;
|
|
94
|
+
padding: $re-co-relation-contact-options-type-popup-padding;
|
|
95
|
+
border-style: $re-co-relation-contact-options-type-popup-border-style;
|
|
96
|
+
border-width: $re-co-relation-contact-options-type-popup-border-width;
|
|
97
|
+
box-shadow: $re-co-relation-contact-options-type-popup-box-shadow;
|
|
98
|
+
.other-types-wrapper {
|
|
99
|
+
cursor: pointer;
|
|
100
|
+
display: flex;
|
|
101
|
+
align-items: center;
|
|
102
|
+
gap: $re-co-relation-contact-options-type-popup-gap;
|
|
103
|
+
padding: $re-co-relation-contact-options-type-popup-item-padding;
|
|
104
|
+
.co-icon {
|
|
105
|
+
height: $re-co-relation-contact-options-type-popup-icon-size;
|
|
106
|
+
width: $re-co-relation-contact-options-type-popup-icon-size;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
.other-type-label {
|
|
110
|
+
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
@@ -1,47 +1,35 @@
|
|
|
1
|
-
$re-co-relation-contact-options-font-family: $re-font-family !default;
|
|
2
|
-
$re-co-relation-contact-options-font-size: $re-font-size !default;
|
|
3
|
-
$re-co-relation-contact-options-font-color: $re-color-font !default;
|
|
4
|
-
|
|
5
|
-
$re-co-relation-contact-options-label-font-family: $re-font-family !default;
|
|
6
|
-
$re-co-relation-contact-options-label-font-size: $re-font-size !default;
|
|
7
|
-
|
|
8
|
-
$re-co-relation-contact-options-label-margin:
|
|
9
|
-
$re-co-relation-contact-options-label-gap: 10px !default;
|
|
10
|
-
$re-co-relation-contact-options-label-icon-
|
|
11
|
-
$re-co-relation-contact-options-label-icon-
|
|
12
|
-
$re-co-relation-contact-options-
|
|
13
|
-
$re-co-relation-contact-options-
|
|
14
|
-
|
|
15
|
-
$re-co-relation-contact-options-
|
|
16
|
-
$re-co-relation-contact-options-
|
|
17
|
-
|
|
18
|
-
$re-co-relation-contact-options-
|
|
19
|
-
$re-co-relation-contact-options-
|
|
20
|
-
$re-co-relation-contact-options-
|
|
21
|
-
$re-co-relation-contact-options-type-
|
|
22
|
-
$re-co-relation-contact-options-type-
|
|
23
|
-
|
|
24
|
-
$re-co-relation-contact-options-
|
|
25
|
-
$re-co-relation-contact-options-
|
|
26
|
-
|
|
27
|
-
$re-co-relation-contact-options-type-popup-
|
|
28
|
-
$re-co-relation-contact-options-type-popup-
|
|
29
|
-
$re-co-relation-contact-options-type-popup-
|
|
30
|
-
$re-co-relation-contact-options-type-popup-
|
|
31
|
-
$re-co-relation-contact-options-type-popup-background-color: $re-color-background-popup !default;
|
|
32
|
-
$re-co-relation-contact-options-type-popup-color: $re-color-
|
|
33
|
-
|
|
34
|
-
$re-co-relation-contact-
|
|
35
|
-
$re-co-relation-contact-
|
|
36
|
-
$re-co-relation-contact-options-type-popup-box-shadow: 2px 2px 5px 1px $re-color-border !default;
|
|
37
|
-
$re-co-relation-contact-options-type-popup-item-padding: 10px !default;
|
|
38
|
-
$re-co-relation-contact-options-type-popup-item-background-color: $re-color-background-popup-item !default;
|
|
39
|
-
$re-co-relation-contact-options-type-popup-item-color: $re-color-light !default;
|
|
40
|
-
$re-co-relation-contact-options-type-popup-item-hover-background-color: $re-color-background-popup-item-hover !default;
|
|
41
|
-
$re-co-relation-contact-options-type-popup-item-hover-color: $re-color-font !default;
|
|
42
|
-
|
|
43
|
-
$re-co-relation-contact-option-gap: 10px !default;
|
|
44
|
-
$re-co-relation-contact-option-left-icon-size: 20px !default;
|
|
45
|
-
$re-co-relation-contact-option-delete-icon-size: 12px !default;
|
|
46
|
-
$re-co-relation-contact-option-delete-icon-top: 5px !default;
|
|
47
|
-
$re-co-relation-contact-option-delete-icon-right: 5px !default;
|
|
1
|
+
$re-co-relation-contact-options-font-family: $re-font-family !default;
|
|
2
|
+
$re-co-relation-contact-options-font-size: $re-font-size !default;
|
|
3
|
+
$re-co-relation-contact-options-font-color: $re-color-font !default;
|
|
4
|
+
|
|
5
|
+
$re-co-relation-contact-options-label-font-family: $re-font-family !default;
|
|
6
|
+
$re-co-relation-contact-options-label-font-size: $re-font-size !default;
|
|
7
|
+
|
|
8
|
+
$re-co-relation-contact-options-label-margin: 10px 0 !default;
|
|
9
|
+
$re-co-relation-contact-options-label-gap: 10px !default;
|
|
10
|
+
$re-co-relation-contact-options-label-icon-size: 15px !default;
|
|
11
|
+
$re-co-relation-contact-options-label-icon-color: $re-color-action !default;
|
|
12
|
+
$re-co-relation-contact-options-type-gap: 5px !default;
|
|
13
|
+
$re-co-relation-contact-options-type-new-option-margin: 0 0 10px 0 !default;
|
|
14
|
+
|
|
15
|
+
$re-co-relation-contact-options-sequence-background-color: #e85152 !default;
|
|
16
|
+
$re-co-relation-contact-options-sequence-color: #f7fafa !default;
|
|
17
|
+
|
|
18
|
+
$re-co-relation-contact-options-type-popup-z-index: 999 !default;
|
|
19
|
+
$re-co-relation-contact-options-type-popup-icon-size: 20px !default;
|
|
20
|
+
$re-co-relation-contact-options-type-popup-gap: 10px !default;
|
|
21
|
+
$re-co-relation-contact-options-type-popup-padding: 10px !default;
|
|
22
|
+
$re-co-relation-contact-options-type-popup-background-color: $re-color-background-popup !default;
|
|
23
|
+
$re-co-relation-contact-options-type-popup-color: $re-color-light !default;
|
|
24
|
+
$re-co-relation-contact-options-type-popup-border-style: solid !default;
|
|
25
|
+
$re-co-relation-contact-options-type-popup-border-width: 0 !default;
|
|
26
|
+
$re-co-relation-contact-options-type-popup-border-color: $re-color-border !default;
|
|
27
|
+
$re-co-relation-contact-options-type-popup-box-shadow: 2px 2px 5px 1px $re-color-border !default;
|
|
28
|
+
$re-co-relation-contact-options-type-popup-item-padding: 10px !default;
|
|
29
|
+
$re-co-relation-contact-options-type-popup-item-background-color: $re-color-background-popup-item !default;
|
|
30
|
+
$re-co-relation-contact-options-type-popup-item-color: $re-color-light !default;
|
|
31
|
+
$re-co-relation-contact-options-type-popup-item-hover-background-color: $re-color-background-popup-item-hover !default;
|
|
32
|
+
$re-co-relation-contact-options-type-popup-item-hover-color: $re-color-font !default;
|
|
33
|
+
|
|
34
|
+
$re-co-relation-contact-option-gap: 10px !default;
|
|
35
|
+
$re-co-relation-contact-option-delete-icon-size: 20px !default;
|
|
@@ -1,64 +1,48 @@
|
|
|
1
|
-
@include export-module('co-relation-contact-options-theme') {
|
|
2
|
-
.co-relation-contact-options {
|
|
3
|
-
}
|
|
4
|
-
.co-relation-contact-option {
|
|
5
|
-
color: $re-co-relation-contact-options-font-color;
|
|
6
|
-
.co-icon {
|
|
7
|
-
svg {
|
|
8
|
-
fill: $re-co-relation-contact-options-label-
|
|
9
|
-
}
|
|
10
|
-
[fill] {
|
|
11
|
-
fill: $re-co-relation-contact-options-label-
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
&:hover {
|
|
51
|
-
background-color: $re-co-relation-contact-options-type-popup-item-hover-background-color;
|
|
52
|
-
color: $re-co-relation-contact-options-type-popup-item-hover-color;
|
|
53
|
-
.co-icon {
|
|
54
|
-
svg {
|
|
55
|
-
fill: $re-co-relation-contact-options-type-popup-item-hover-color;
|
|
56
|
-
}
|
|
57
|
-
[fill] {
|
|
58
|
-
fill: $re-co-relation-contact-options-type-popup-item-hover-color;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
1
|
+
@include export-module('co-relation-contact-options-theme') {
|
|
2
|
+
.co-relation-contact-options {
|
|
3
|
+
}
|
|
4
|
+
.co-relation-contact-option {
|
|
5
|
+
color: $re-co-relation-contact-options-font-color;
|
|
6
|
+
.co-icon {
|
|
7
|
+
svg {
|
|
8
|
+
fill: $re-co-relation-contact-options-label-icon-color;
|
|
9
|
+
}
|
|
10
|
+
[fill] {
|
|
11
|
+
fill: $re-co-relation-contact-options-label-icon-color;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
.relation-contact-option-sequence {
|
|
16
|
+
background-color: $re-co-relation-contact-options-sequence-background-color;
|
|
17
|
+
color: $re-co-relation-contact-options-sequence-color;
|
|
18
|
+
}
|
|
19
|
+
.relation-contact-options-other-types-popup-content {
|
|
20
|
+
background-color: $re-co-relation-contact-options-type-popup-background-color;
|
|
21
|
+
border-color: $re-co-relation-contact-options-type-popup-border-color;
|
|
22
|
+
color: $re-co-relation-contact-options-type-popup-color;
|
|
23
|
+
.other-types-wrapper {
|
|
24
|
+
background-color: $re-co-relation-contact-options-type-popup-item-background-color;
|
|
25
|
+
color: $re-co-relation-contact-options-type-popup-item-color;
|
|
26
|
+
.co-icon {
|
|
27
|
+
svg {
|
|
28
|
+
fill: $re-co-relation-contact-options-type-popup-item-color;
|
|
29
|
+
}
|
|
30
|
+
[fill] {
|
|
31
|
+
fill: $re-co-relation-contact-options-type-popup-item-color;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
&:hover {
|
|
35
|
+
background-color: $re-co-relation-contact-options-type-popup-item-hover-background-color;
|
|
36
|
+
color: $re-co-relation-contact-options-type-popup-item-hover-color;
|
|
37
|
+
.co-icon {
|
|
38
|
+
svg {
|
|
39
|
+
fill: $re-co-relation-contact-options-type-popup-item-hover-color;
|
|
40
|
+
}
|
|
41
|
+
[fill] {
|
|
42
|
+
fill: $re-co-relation-contact-options-type-popup-item-hover-color;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import "../../../style/mixin";
|
|
2
|
-
@import "./_material-definition";
|
|
3
|
-
@import "./_layout";
|
|
4
|
-
@import "./_theme";
|
|
1
|
+
@import "../../../style/mixin";
|
|
2
|
+
@import "./_material-definition";
|
|
3
|
+
@import "./_layout";
|
|
4
|
+
@import "./_theme";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RelationScreenConfigBaseComponent } from '../base/relation-screen-config-base.component';
|
|
2
|
-
export declare class RelationFirstNameComponent extends RelationScreenConfigBaseComponent {
|
|
3
|
-
showClass: boolean;
|
|
4
|
-
}
|
|
1
|
+
import { RelationScreenConfigBaseComponent } from '../base/relation-screen-config-base.component';
|
|
2
|
+
export declare class RelationFirstNameComponent extends RelationScreenConfigBaseComponent {
|
|
3
|
+
showClass: boolean;
|
|
4
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class RelationFirstNameModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class RelationFirstNameModule {
|
|
2
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@include export-module('co-relation-first-name-layout') {
|
|
2
|
-
.co-relation-first-name {
|
|
3
|
-
font-family: $re-co-relation-first-name-font-family;
|
|
4
|
-
font-size: $re-co-relation-first-name-font-size;
|
|
5
|
-
&:has(.co-input-text.hidden) {
|
|
6
|
-
display: none;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
}
|
|
1
|
+
@include export-module('co-relation-first-name-layout') {
|
|
2
|
+
.co-relation-first-name {
|
|
3
|
+
font-family: $re-co-relation-first-name-font-family;
|
|
4
|
+
font-size: $re-co-relation-first-name-font-size;
|
|
5
|
+
&:has(.co-input-text.hidden) {
|
|
6
|
+
display: none;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
$re-co-relation-first-name-font-family: $re-font-family !default;
|
|
2
|
-
$re-co-relation-first-name-font-size: $re-font-size !default;
|
|
3
|
-
$re-co-relation-first-name-font-color: $re-color-font !default;
|
|
1
|
+
$re-co-relation-first-name-font-family: $re-font-family !default;
|
|
2
|
+
$re-co-relation-first-name-font-size: $re-font-size !default;
|
|
3
|
+
$re-co-relation-first-name-font-color: $re-color-font !default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@include export-module('co-relation-first-name-theme') {
|
|
2
|
-
.co-relation-first-name {
|
|
3
|
-
color: $re-co-relation-first-name-font-color;
|
|
4
|
-
}
|
|
5
|
-
}
|
|
1
|
+
@include export-module('co-relation-first-name-theme') {
|
|
2
|
+
.co-relation-first-name {
|
|
3
|
+
color: $re-co-relation-first-name-font-color;
|
|
4
|
+
}
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import "../../../style/mixin";
|
|
2
|
-
@import "./_material-definition";
|
|
3
|
-
@import "./_layout";
|
|
4
|
-
@import "./_theme";
|
|
1
|
+
@import "../../../style/mixin";
|
|
2
|
+
@import "./_material-definition";
|
|
3
|
+
@import "./_layout";
|
|
4
|
+
@import "./_theme";
|