awf-test-lib 0.0.14 → 0.0.17
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/esm2020/lib/core/core.module.mjs +4 -4
- package/esm2020/lib/core/menu/menu.component.mjs +6 -6
- package/esm2020/lib/core/{application/consomer-portal/menu-consomer → menu-consomer}/menu-consomer.component.mjs +3 -3
- package/esm2020/lib/core/{application/ge-portal/menu-ge-portal → menu-ge-portal}/menu-ge-portal.component.mjs +3 -3
- package/esm2020/lib/core/{application/warranty-portal/menu-warranty → menu-warranty}/menu-warranty.component.mjs +3 -3
- package/esm2020/lib/core/not-found/not-found.component.mjs +3 -3
- package/esm2020/lib/ge/contact/contact.component.mjs +76 -0
- package/esm2020/lib/ge/ge.module.mjs +28 -6
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/awf-test-lib.mjs +121 -31
- package/fesm2015/awf-test-lib.mjs.map +1 -1
- package/fesm2020/awf-test-lib.mjs +121 -31
- package/fesm2020/awf-test-lib.mjs.map +1 -1
- package/lib/core/core.module.d.ts +3 -3
- package/lib/core/{application/consomer-portal/menu-consomer → menu-consomer}/menu-consomer.component.d.ts +1 -1
- package/lib/core/{application/ge-portal/menu-ge-portal → menu-ge-portal}/menu-ge-portal.component.d.ts +1 -1
- package/lib/core/{application/warranty-portal/menu-warranty → menu-warranty}/menu-warranty.component.d.ts +1 -1
- package/lib/ge/contact/contact.component.d.ts +26 -0
- package/lib/ge/ge.module.d.ts +11 -6
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
@@ -12,6 +12,14 @@ import * as i1$2 from 'primeng/table';
|
|
12
12
|
import { TableModule } from 'primeng/table';
|
13
13
|
import * as i3 from 'primeng/inputtext';
|
14
14
|
import { InputTextModule } from 'primeng/inputtext';
|
15
|
+
import * as i1$3 from '@angular/forms';
|
16
|
+
import { Validators, FormsModule, ReactiveFormsModule } from '@angular/forms';
|
17
|
+
import * as i5 from 'primeng/toast';
|
18
|
+
import { ToastModule } from 'primeng/toast';
|
19
|
+
import * as i6 from 'primeng/inputtextarea';
|
20
|
+
import { InputTextareaModule } from 'primeng/inputtextarea';
|
21
|
+
import * as i7 from 'primeng/multiselect';
|
22
|
+
import { MultiSelectModule } from 'primeng/multiselect';
|
15
23
|
|
16
24
|
const routes$1 = [];
|
17
25
|
class CoreRoutingModule {
|
@@ -65,6 +73,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImpor
|
|
65
73
|
type: Output
|
66
74
|
}] } });
|
67
75
|
|
76
|
+
class NotFoundComponent {
|
77
|
+
constructor() { }
|
78
|
+
ngOnChanges() {
|
79
|
+
console.log();
|
80
|
+
}
|
81
|
+
}
|
82
|
+
NotFoundComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: NotFoundComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
83
|
+
NotFoundComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: NotFoundComponent, selector: "awf-not-found", inputs: { translate: "translate", applicationName: "applicationName" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"container\" *ngIf=\"translate\">\r\n <h2>{{translate.title}}</h2>\r\n <h3>{{translate.oops}}</h3>\r\n <p>{{translate.checkUrl}}</p>\r\n <p>{{translate.otherwise}}<a routerLink=\"./home\">{{translate.clickHere}} </a>{{translate.redirect}}</p>\r\n</div>\r\n", styles: [".container{display:flex;flex-direction:column;align-items:center;width:100%;background-color:#5ca3dd93}h2{font-size:150px;margin:0;text-shadow:15px 5px 2px black}h3{font-size:40px;margin:20px}p{font-size:18px;margin:5px}p:last-of-type{margin-bottom:35px}a{text-decoration:none}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
|
84
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: NotFoundComponent, decorators: [{
|
85
|
+
type: Component,
|
86
|
+
args: [{ selector: 'awf-not-found', template: "<div class=\"container\" *ngIf=\"translate\">\r\n <h2>{{translate.title}}</h2>\r\n <h3>{{translate.oops}}</h3>\r\n <p>{{translate.checkUrl}}</p>\r\n <p>{{translate.otherwise}}<a routerLink=\"./home\">{{translate.clickHere}} </a>{{translate.redirect}}</p>\r\n</div>\r\n", styles: [".container{display:flex;flex-direction:column;align-items:center;width:100%;background-color:#5ca3dd93}h2{font-size:150px;margin:0;text-shadow:15px 5px 2px black}h3{font-size:40px;margin:20px}p{font-size:18px;margin:5px}p:last-of-type{margin-bottom:35px}a{text-decoration:none}\n"] }]
|
87
|
+
}], ctorParameters: function () { return []; }, propDecorators: { translate: [{
|
88
|
+
type: Input
|
89
|
+
}], applicationName: [{
|
90
|
+
type: Input
|
91
|
+
}] } });
|
92
|
+
|
68
93
|
class MenuWarrantyComponent {
|
69
94
|
constructor() {
|
70
95
|
this.logOutClick = new EventEmitter();
|
@@ -80,10 +105,10 @@ class MenuWarrantyComponent {
|
|
80
105
|
}
|
81
106
|
}
|
82
107
|
MenuWarrantyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: MenuWarrantyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
83
|
-
MenuWarrantyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: MenuWarrantyComponent, selector: "
|
108
|
+
MenuWarrantyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: MenuWarrantyComponent, selector: "awf-menu-warranty", inputs: { isAdmin: "isAdmin", translate: "translate", haveConsumerDataId: "haveConsumerDataId" }, outputs: { logOutClick: "logOutClick", hideMenu: "hideMenu" }, ngImport: i0, template: "<div class=\"layout-menu\" *ngIf=\"translate\">\r\n <div class=\"menu-category\"> <i class=\"pi pi-home\"></i> {{translate.general}}</div>\r\n <div class=\"menu-items\">\r\n <a routerLink=\"./warranties\" (click)=\"hideMenuMethode()\">{{translate.Homepage}}</a>\r\n <a routerLink=\"./device\" (click)=\"hideMenuMethode()\">{{translate.devices}}</a>\r\n </div>\r\n <div class=\"menu-category\" *ngIf=\"isAdmin \"> <i class=\"pi pi-cog\"></i> {{translate.config}}</div>\r\n <div class=\"menu-items\" *ngIf=\"isAdmin \">\r\n\r\n <a routerLink=\"./theme\" (click)=\"hideMenuMethode()\">{{translate.themes}}</a>\r\n <a routerLink=\"./servicesConfig\" (click)=\"hideMenuMethode()\">{{translate.services}}</a>\r\n </div>\r\n <div class=\"menu-category\"> <i class=\"pi pi-user\"></i> {{translate.account}}</div>\r\n <div class=\"menu-items\">\r\n <a routerLink=\"./account\" *ngIf=\"haveConsumerDataId\" (click)=\"hideMenuMethode()\">{{translate.personalData}}</a>\r\n <a routerLink=\"./account/optionsList\" *ngIf=\"haveConsumerDataId\" (click)=\"hideMenuMethode()\">{{translate.optionsList}}</a>\r\n <a routerLink=\"./account/change-password\" *ngIf=\"haveConsumerDataId\" (click)=\"hideMenuMethode()\">{{translate.changePassword}}</a>\r\n <a (click)=\"logout()\">{{translate.logout}}</a>\r\n </div>\r\n</div>", styles: [".layout-menu .logo img{width:150px;max-height:20px;margin-left:24px}@media (max-width: var(--smscreen)){.layout-menu .logo img{max-height:33px;margin-left:0}}.layout-menu .a{font-family:var(--font)}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
|
84
109
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: MenuWarrantyComponent, decorators: [{
|
85
110
|
type: Component,
|
86
|
-
args: [{ selector: '
|
111
|
+
args: [{ selector: 'awf-menu-warranty', template: "<div class=\"layout-menu\" *ngIf=\"translate\">\r\n <div class=\"menu-category\"> <i class=\"pi pi-home\"></i> {{translate.general}}</div>\r\n <div class=\"menu-items\">\r\n <a routerLink=\"./warranties\" (click)=\"hideMenuMethode()\">{{translate.Homepage}}</a>\r\n <a routerLink=\"./device\" (click)=\"hideMenuMethode()\">{{translate.devices}}</a>\r\n </div>\r\n <div class=\"menu-category\" *ngIf=\"isAdmin \"> <i class=\"pi pi-cog\"></i> {{translate.config}}</div>\r\n <div class=\"menu-items\" *ngIf=\"isAdmin \">\r\n\r\n <a routerLink=\"./theme\" (click)=\"hideMenuMethode()\">{{translate.themes}}</a>\r\n <a routerLink=\"./servicesConfig\" (click)=\"hideMenuMethode()\">{{translate.services}}</a>\r\n </div>\r\n <div class=\"menu-category\"> <i class=\"pi pi-user\"></i> {{translate.account}}</div>\r\n <div class=\"menu-items\">\r\n <a routerLink=\"./account\" *ngIf=\"haveConsumerDataId\" (click)=\"hideMenuMethode()\">{{translate.personalData}}</a>\r\n <a routerLink=\"./account/optionsList\" *ngIf=\"haveConsumerDataId\" (click)=\"hideMenuMethode()\">{{translate.optionsList}}</a>\r\n <a routerLink=\"./account/change-password\" *ngIf=\"haveConsumerDataId\" (click)=\"hideMenuMethode()\">{{translate.changePassword}}</a>\r\n <a (click)=\"logout()\">{{translate.logout}}</a>\r\n </div>\r\n</div>", styles: [".layout-menu .logo img{width:150px;max-height:20px;margin-left:24px}@media (max-width: var(--smscreen)){.layout-menu .logo img{max-height:33px;margin-left:0}}.layout-menu .a{font-family:var(--font)}\n"] }]
|
87
112
|
}], ctorParameters: function () { return []; }, propDecorators: { logOutClick: [{
|
88
113
|
type: Output
|
89
114
|
}], hideMenu: [{
|
@@ -107,10 +132,10 @@ class MenuConsomerComponent {
|
|
107
132
|
}
|
108
133
|
}
|
109
134
|
MenuConsomerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: MenuConsomerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
110
|
-
MenuConsomerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: MenuConsomerComponent, selector: "
|
135
|
+
MenuConsomerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: MenuConsomerComponent, selector: "awf-menu-consomer", inputs: { translate: "translate", isAdmin: "isAdmin" }, outputs: { logOutClick: "logOutClick" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"layout-menu\" *ngIf=\"translate\">\r\n <div class=\"menu-category\"> <i class=\"pi pi-home\"></i> {{translate.general}}</div>\r\n <div class=\"menu-items\">\r\n <a routerLink=\"./\">{{translate.Homepage}}</a>\r\n <a routerLink=\"./device\">{{translate.myDevices}}</a>\r\n <a routerLink=\"./personalData\">{{translate.personalData}}</a>\r\n </div>\r\n \r\n <div class=\"menu-category\" *ngIf=\"isAdmin \"> <i class=\"pi pi-cog\"></i> {{translate.config}}</div>\r\n <div class=\"menu-items\" *ngIf=\"isAdmin \">\r\n <a routerLink=\"./theme\">{{translate.themes}}</a>\r\n <a routerLink=\"./servicesConfig\">{{translate.services}}</a>\r\n </div>\r\n\r\n <div class=\"menu-category\"> <i class=\"pi pi-user\"></i> {{translate.account}}</div>\r\n <div class=\"menu-items\">\r\n <a >{{translate.profile}}</a>\r\n <a (click)=\"logout()\">{{translate.logout}}</a>\r\n </div>\r\n</div>\r\n", styles: [".layout-menu .logo img{width:150px;max-height:20px;margin-left:24px}@media (max-width: var(--smscreen)){.layout-menu .logo img{max-height:33px;margin-left:0}}.layout-menu .a{font-family:var(--font)}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
|
111
136
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: MenuConsomerComponent, decorators: [{
|
112
137
|
type: Component,
|
113
|
-
args: [{ selector: '
|
138
|
+
args: [{ selector: 'awf-menu-consomer', template: "<div class=\"layout-menu\" *ngIf=\"translate\">\r\n <div class=\"menu-category\"> <i class=\"pi pi-home\"></i> {{translate.general}}</div>\r\n <div class=\"menu-items\">\r\n <a routerLink=\"./\">{{translate.Homepage}}</a>\r\n <a routerLink=\"./device\">{{translate.myDevices}}</a>\r\n <a routerLink=\"./personalData\">{{translate.personalData}}</a>\r\n </div>\r\n \r\n <div class=\"menu-category\" *ngIf=\"isAdmin \"> <i class=\"pi pi-cog\"></i> {{translate.config}}</div>\r\n <div class=\"menu-items\" *ngIf=\"isAdmin \">\r\n <a routerLink=\"./theme\">{{translate.themes}}</a>\r\n <a routerLink=\"./servicesConfig\">{{translate.services}}</a>\r\n </div>\r\n\r\n <div class=\"menu-category\"> <i class=\"pi pi-user\"></i> {{translate.account}}</div>\r\n <div class=\"menu-items\">\r\n <a >{{translate.profile}}</a>\r\n <a (click)=\"logout()\">{{translate.logout}}</a>\r\n </div>\r\n</div>\r\n", styles: [".layout-menu .logo img{width:150px;max-height:20px;margin-left:24px}@media (max-width: var(--smscreen)){.layout-menu .logo img{max-height:33px;margin-left:0}}.layout-menu .a{font-family:var(--font)}\n"] }]
|
114
139
|
}], ctorParameters: function () { return []; }, propDecorators: { logOutClick: [{
|
115
140
|
type: Output
|
116
141
|
}], translate: [{
|
@@ -132,10 +157,10 @@ class MenuGePortalComponent {
|
|
132
157
|
}
|
133
158
|
}
|
134
159
|
MenuGePortalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: MenuGePortalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
135
|
-
MenuGePortalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: MenuGePortalComponent, selector: "
|
160
|
+
MenuGePortalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: MenuGePortalComponent, selector: "awf-menu-ge-portal", inputs: { translate: "translate", isAdmin: "isAdmin" }, outputs: { logOutClick: "logOutClick", hideMenu: "hideMenu" }, ngImport: i0, template: "<div class=\"layout-menu\" *ngIf=\"translate\">\r\n <div class=\"menu\" routerLink=\"./\" (click)=\"hideMenuMethode()\"> <i class=\"pi pi-home\"></i> {{translate.home}}</div>\r\n <div class=\"menu\" routerLink=\"./contact\" (click)=\"hideMenuMethode()\"> <i class=\"pi pi-phone\"></i> {{translate.contact}}</div>\r\n <div class=\"menu\" routerLink=\"./systems\" (click)=\"hideMenuMethode()\"> <i class=\"pi pi-eye\"></i> {{translate.systems}}</div>\r\n <div class=\"menu\" routerLink=\"./maintenance\" (click)=\"hideMenuMethode()\"> <i class=\"pi pi-inbox\"></i> {{translate.maintenance}}</div>\r\n <div class=\"menu\" (click)=\"logout()\"> <i class=\"pi pi-power-off\"></i> {{translate.logout}}</div>\r\n</div> ", styles: [".layout-menu{margin-left:50px}.layout-menu .menu{display:block;color:#8da1b5;font-weight:300;padding:1rem 0 .5rem;font-size:16px;cursor:pointer}.layout-menu .menu:hover{font-weight:700;color:var(--primarycolor)}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterLink, selector: ":not(a):not(area)[routerLink]", inputs: ["queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
|
136
161
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: MenuGePortalComponent, decorators: [{
|
137
162
|
type: Component,
|
138
|
-
args: [{ selector: '
|
163
|
+
args: [{ selector: 'awf-menu-ge-portal', template: "<div class=\"layout-menu\" *ngIf=\"translate\">\r\n <div class=\"menu\" routerLink=\"./\" (click)=\"hideMenuMethode()\"> <i class=\"pi pi-home\"></i> {{translate.home}}</div>\r\n <div class=\"menu\" routerLink=\"./contact\" (click)=\"hideMenuMethode()\"> <i class=\"pi pi-phone\"></i> {{translate.contact}}</div>\r\n <div class=\"menu\" routerLink=\"./systems\" (click)=\"hideMenuMethode()\"> <i class=\"pi pi-eye\"></i> {{translate.systems}}</div>\r\n <div class=\"menu\" routerLink=\"./maintenance\" (click)=\"hideMenuMethode()\"> <i class=\"pi pi-inbox\"></i> {{translate.maintenance}}</div>\r\n <div class=\"menu\" (click)=\"logout()\"> <i class=\"pi pi-power-off\"></i> {{translate.logout}}</div>\r\n</div> ", styles: [".layout-menu{margin-left:50px}.layout-menu .menu{display:block;color:#8da1b5;font-weight:300;padding:1rem 0 .5rem;font-size:16px;cursor:pointer}.layout-menu .menu:hover{font-weight:700;color:var(--primarycolor)}\n"] }]
|
139
164
|
}], ctorParameters: function () { return []; }, propDecorators: { logOutClick: [{
|
140
165
|
type: Output
|
141
166
|
}], translate: [{
|
@@ -146,23 +171,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImpor
|
|
146
171
|
type: Output
|
147
172
|
}] } });
|
148
173
|
|
149
|
-
class NotFoundComponent {
|
150
|
-
constructor() { }
|
151
|
-
ngOnChanges() {
|
152
|
-
console.log();
|
153
|
-
}
|
154
|
-
}
|
155
|
-
NotFoundComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: NotFoundComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
156
|
-
NotFoundComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: NotFoundComponent, selector: "awf-not-found", inputs: { translate: "translate", applicationName: "applicationName" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"container\" *ngIf=\"translate\">\n <h2>{{translate.title}}</h2>\n <h3>{{translate.oops}}</h3>\n <p>{{translate.checkUrl}}</p>\n <p>{{translate.otherwise}}<a routerLink=\"./home\">{{translate.clickHere}} </a>{{translate.redirect}}</p>\n</div>\n", styles: [".container{display:flex;flex-direction:column;align-items:center;width:100%;background-color:#5ca3dd93}h2{font-size:150px;margin:0;text-shadow:15px 5px 2px black}h3{font-size:40px;margin:20px}p{font-size:18px;margin:5px}p:last-of-type{margin-bottom:35px}a{text-decoration:none}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
|
157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: NotFoundComponent, decorators: [{
|
158
|
-
type: Component,
|
159
|
-
args: [{ selector: 'awf-not-found', template: "<div class=\"container\" *ngIf=\"translate\">\n <h2>{{translate.title}}</h2>\n <h3>{{translate.oops}}</h3>\n <p>{{translate.checkUrl}}</p>\n <p>{{translate.otherwise}}<a routerLink=\"./home\">{{translate.clickHere}} </a>{{translate.redirect}}</p>\n</div>\n", styles: [".container{display:flex;flex-direction:column;align-items:center;width:100%;background-color:#5ca3dd93}h2{font-size:150px;margin:0;text-shadow:15px 5px 2px black}h3{font-size:40px;margin:20px}p{font-size:18px;margin:5px}p:last-of-type{margin-bottom:35px}a{text-decoration:none}\n"] }]
|
160
|
-
}], ctorParameters: function () { return []; }, propDecorators: { translate: [{
|
161
|
-
type: Input
|
162
|
-
}], applicationName: [{
|
163
|
-
type: Input
|
164
|
-
}] } });
|
165
|
-
|
166
174
|
class MenuComponent {
|
167
175
|
constructor() {
|
168
176
|
this.logOutClick = new EventEmitter();
|
@@ -177,10 +185,10 @@ class MenuComponent {
|
|
177
185
|
}
|
178
186
|
}
|
179
187
|
MenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: MenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
180
|
-
MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: MenuComponent, selector: "awf-menu", inputs: { active: "active", isAdmin: "isAdmin", translate: "translate", applicationName: "applicationName", haveConsumerDataId: "haveConsumerDataId" }, outputs: { logOutClick: "logOutClick", hideMenu: "hideMenu" }, ngImport: i0, template: "\r\n\r\n <
|
188
|
+
MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: MenuComponent, selector: "awf-menu", inputs: { active: "active", isAdmin: "isAdmin", translate: "translate", applicationName: "applicationName", haveConsumerDataId: "haveConsumerDataId" }, outputs: { logOutClick: "logOutClick", hideMenu: "hideMenu" }, ngImport: i0, template: "\r\n\r\n <awf-menu-warranty [haveConsumerDataId]=\"haveConsumerDataId\" [translate]=\"translate\" [isAdmin]=\"isAdmin\" *ngIf=\"applicationName ==='WarrantyPortal' \" (logOutClick)=logout() (hideMenu)=\"hideMenuMethode()\">\r\n </awf-menu-warranty>\r\n <awf-menu-consomer [translate]=\"translate\" [isAdmin]=\"isAdmin\" *ngIf=\"applicationName ==='ConsomerPortal' \" (logOutClick)=logout() (hideMenu)=\"hideMenuMethode()\">\r\n </awf-menu-consomer>\r\n <awf-menu-ge-portal [translate]=\"translate\" [isAdmin]=\"isAdmin\" *ngIf=\"applicationName ==='GEPortal' \" (logOutClick)=logout() (hideMenu)=\"hideMenuMethode()\">\r\n </awf-menu-ge-portal> \r\n", styles: [".layout-menu .logo img{width:150px;max-height:20px;margin-left:24px}@media (max-width: var(--smscreen)){.layout-menu .logo img{max-height:33px;margin-left:0}}.layout-menu .a{font-family:var(--font)}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MenuWarrantyComponent, selector: "awf-menu-warranty", inputs: ["isAdmin", "translate", "haveConsumerDataId"], outputs: ["logOutClick", "hideMenu"] }, { kind: "component", type: MenuConsomerComponent, selector: "awf-menu-consomer", inputs: ["translate", "isAdmin"], outputs: ["logOutClick"] }, { kind: "component", type: MenuGePortalComponent, selector: "awf-menu-ge-portal", inputs: ["translate", "isAdmin"], outputs: ["logOutClick", "hideMenu"] }] });
|
181
189
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: MenuComponent, decorators: [{
|
182
190
|
type: Component,
|
183
|
-
args: [{ selector: 'awf-menu', template: "\r\n\r\n <
|
191
|
+
args: [{ selector: 'awf-menu', template: "\r\n\r\n <awf-menu-warranty [haveConsumerDataId]=\"haveConsumerDataId\" [translate]=\"translate\" [isAdmin]=\"isAdmin\" *ngIf=\"applicationName ==='WarrantyPortal' \" (logOutClick)=logout() (hideMenu)=\"hideMenuMethode()\">\r\n </awf-menu-warranty>\r\n <awf-menu-consomer [translate]=\"translate\" [isAdmin]=\"isAdmin\" *ngIf=\"applicationName ==='ConsomerPortal' \" (logOutClick)=logout() (hideMenu)=\"hideMenuMethode()\">\r\n </awf-menu-consomer>\r\n <awf-menu-ge-portal [translate]=\"translate\" [isAdmin]=\"isAdmin\" *ngIf=\"applicationName ==='GEPortal' \" (logOutClick)=logout() (hideMenu)=\"hideMenuMethode()\">\r\n </awf-menu-ge-portal> \r\n", styles: [".layout-menu .logo img{width:150px;max-height:20px;margin-left:24px}@media (max-width: var(--smscreen)){.layout-menu .logo img{max-height:33px;margin-left:0}}.layout-menu .a{font-family:var(--font)}\n"] }]
|
184
192
|
}], ctorParameters: function () { return []; }, propDecorators: { logOutClick: [{
|
185
193
|
type: Output
|
186
194
|
}], hideMenu: [{
|
@@ -324,33 +332,115 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImpor
|
|
324
332
|
}]
|
325
333
|
}] });
|
326
334
|
|
335
|
+
class ContactComponent {
|
336
|
+
constructor(formBuilder, messageService) {
|
337
|
+
this.formBuilder = formBuilder;
|
338
|
+
this.messageService = messageService;
|
339
|
+
this.loading = false;
|
340
|
+
this.submitted = false;
|
341
|
+
this.systems = [];
|
342
|
+
this.selectedSystems = [];
|
343
|
+
this.sendForm = new EventEmitter();
|
344
|
+
}
|
345
|
+
;
|
346
|
+
ngOnChanges() {
|
347
|
+
this.loadForm();
|
348
|
+
}
|
349
|
+
// convenience getter for easy access to form fields
|
350
|
+
get f() {
|
351
|
+
return this.form.controls;
|
352
|
+
}
|
353
|
+
preventStringKeypress(event) {
|
354
|
+
if (isNaN(Number(String.fromCharCode(event.charCode))) ||
|
355
|
+
String.fromCharCode(event.charCode) === ' ') {
|
356
|
+
event.preventDefault();
|
357
|
+
}
|
358
|
+
}
|
359
|
+
onSubmit() {
|
360
|
+
this.submitted = true;
|
361
|
+
if (this.form.invalid) {
|
362
|
+
this.messageService.add({
|
363
|
+
severity: 'error',
|
364
|
+
summary: 'Error',
|
365
|
+
detail: 'The form is invalid',
|
366
|
+
});
|
367
|
+
return;
|
368
|
+
}
|
369
|
+
this.sendForm.emit(this.form);
|
370
|
+
}
|
371
|
+
loadForm() {
|
372
|
+
this.form = this.formBuilder.group({
|
373
|
+
name: ['', [Validators.required, Validators.minLength(3)]],
|
374
|
+
email: ['', [Validators.required, Validators.email]],
|
375
|
+
phone: ['', [Validators.required]],
|
376
|
+
systems: [[], []],
|
377
|
+
message: ['', [Validators.required, Validators.minLength(15)]],
|
378
|
+
});
|
379
|
+
}
|
380
|
+
}
|
381
|
+
ContactComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ContactComponent, deps: [{ token: i1$3.FormBuilder }, { token: i2$1.MessageService }], target: i0.ɵɵFactoryTarget.Component });
|
382
|
+
ContactComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: ContactComponent, selector: "awf-contact", inputs: { loading: "loading", submitted: "submitted", systems: "systems", selectedSystems: "selectedSystems", translate: "translate" }, outputs: { sendForm: "sendForm" }, providers: [MessageService], usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"translate\">\n <section class=\"pt-0\">\n <div class=\"app-section-header-img\">\n <div class=\"container pt-4\">\n <div class=\"\">\n <h2>{{translate.title}}</h2>\n </div>\n </div>\n </div>\n </section>\n <section class=\"py-5 background-light\">\n <div class=\"container px-lg-5\">\n <div class=\"row align-items-center\">\n <div class=\"col-md-6\">\n <div class=\"container-contact100\">\n <div class=\"wrap-contact100\">\n <form [formGroup]=\"form\" *ngIf=\"form && systems\" class=\"contact100-form validate-form\">\n <span class=\"contact100-form-title\">{{translate.title}}</span>\n <div class=\"p-grid p-fluid p-mt-2\">\n <div class=\"p-col-12 p-md-12 \">\n <span class=\"titre\">{{translate.placeholderName}}</span> <span class=\"requis\">* </span>:\n <input [placeholder]=\"translate.placeholderName\" type=\"text\" pInputText formControlName=\"name\" [ngClass]=\"{ 'is-invalid': submitted && f.name.invalid }\">\n <div *ngIf=\"submitted && f.name.errors\">\n <div class=\"requis\" *ngIf=\"f.name.errors.required\">{{translate.requiredName}}</div>\n <div class=\"requis\" *ngIf=\"f.name.errors.minlength\">{{translate.requiredNameMin}}</div>\n </div>\n </div>\n </div>\n <div class=\"p-grid p-fluid p-mt-2\">\n <div class=\"p-col-12 p-md-12 \">\n <span class=\"titre\">{{translate.placeholderEmail}}</span> <span class=\"requis\">*</span>:\n <input [placeholder]=\"translate.placeholderEmail\" type=\"text\" pInputText formControlName=\"email\" [ngClass]=\"{ 'is-invalid': submitted && f.email.invalid }\">\n <div *ngIf=\"submitted && f.email.errors\">\n <div class=\"requis\" *ngIf=\"f.email.errors.required\">{{translate.requiredEmail}}</div>\n <div class=\"requis\" *ngIf=\"f.email.errors.email\">{{translate.requiredEmailFormat}}</div>\n </div>\n </div>\n </div>\n <div class=\"p-grid p-fluid p-mt-2\">\n <div class=\"p-col-12 p-md-12 \">\n <span class=\"titre\">{{translate.placeholderPhone}}</span> <span class=\"requis\">*</span>:\n <input [placeholder]=\"translate.placeholderPhone\" type=\"text\" pInputText formControlName=\"phone\" [ngClass]=\"{ 'is-invalid': submitted && f.phone.invalid }\" (keypress)=\"preventStringKeypress($event)\">\n <div *ngIf=\"submitted && f.phone.errors\">\n <div class=\"requis\" *ngIf=\"f.phone.errors.required\">{{translate.requiredPhone}}</div>\n </div>\n </div>\n </div>\n <div class=\"p-grid p-fluid p-mt-2\">\n <div class=\"p-col-12 p-md-12 \">\n <span class=\"titre\">{{translate.RelatedSystems}}</span> <span class=\"requis\"> </span>\n <p-multiSelect formControlName=\"systems\" [options]=\"systems\" [(ngModel)]=\"selectedSystems\" [defaultLabel]=\"translate.selectAsystem\" [optionLabel]=\"'name'\" display=\"chip\"></p-multiSelect>\n </div>\n </div>\n <div class=\"p-grid p-fluid p-mt-2\">\n <div class=\"p-col-12 p-md-12 \">\n <span class=\"titre\">{{translate.placeholderMessage}}</span> <span class=\"requis\">*</span>:\n <textarea pInputTextarea [placeholder]=\"translate.placeholderMessage +'...'\" formControlName=\"message\" [ngClass]=\"{ 'is-invalid': submitted && f.message.errors }\"></textarea>\n <div *ngIf=\"submitted && f.message.errors\">\n <div class=\"requis\" *ngIf=\"f.message.errors.required\">{{translate.requiredMessage}}</div>\n <div class=\"requis\" *ngIf=\"f.message.errors.minlength\">{{translate.requiredMessageMin}}</div>\n </div>\n </div>\n </div>\n <div class=\"container-contact100-form-btn\">\n <div class=\"wrap-contact100-form-btn\">\n <div class=\"contact100-form-bgbtn\"></div>\n <button class=\"btn-warranty mt-3\" (click)=\"onSubmit()\">\n {{translate.send}}\n </button>\n </div>\n </div>\n </form>\n </div>\n </div>\n </div>\n <div class=\"col-md-6 contact\">\n <iframe src=\"https://maps.google.com/maps?q=283,%20Rue%20De%20la%20Miniere-BP34%20%2078533%20BUC%20%E2%80%93%20Cedex&t=&z=13&ie=UTF8&iwloc=&output=embed\" width=\"600\" height=\"250\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\"></iframe>\n <h6 class=\"fs-4 mt-3\"> {{translate.information}}</h6>\n <section class=\"mb-4\">\n <div class=\"\">\n <i class=\"pi pi-envelope\"></i><label> E-mail</label>\n <p class=\"\">info@ge.com (To be replaced) </p>\n </div>\n <div class=\" mt-4\">\n <i class=\"pi pi-map\"></i><label> {{translate.address}}</label>\n <p class=\"\">GE Medical Systems, 283, Rue De la Miniere-BP34</p>\n <p class=\"\">78533 BUC \u2013 Cedex France</p>\n <p class=\"\">France</p>\n </div>\n </section>\n </div>\n\n </div>\n </div>\n </section>\n</div>\n\n<p-toast position=\"top-center\"></p-toast>\n", styles: ["h1,h2,h3,h4,h5,h6,p,span,label,::placeholder{font-family:var(--font)}.app-section-header-img{background-image:url(/assets/img/GEPortal/contact.png);background-repeat:no-repeat;background-size:cover;background-position:center center;display:flex;align-items:center;height:237px}@media (max-width: var(--smallscreen)){.app-section-header-img{height:auto}}.app-section-header-img h2{font-size:48px;font-family:var(--font);font-weight:600;color:#fff;text-align:center}@media (max-width: var(--smallscreen)){.app-section-header-img h2{font-size:30px}}@media (max-width: var(--smallscreen)){.app-section-header-img{padding-left:15px;padding-right:15px}}@media (max-width: var(--tinyscreen)){.app-section-header-img{height:200px}}h2{font-weight:600}a:focus{outline:none!important}a:hover{text-decoration:none}input{outline:none;border:none}input.input100{height:62px;padding:0 20px 0 58px}input[type=number]{appearance:none;-webkit-appearance:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}textarea{outline:none;border:none}textarea.input100{min-height:199px;padding:19px 20px 0 23px}textarea:focus,input:focus{border-color:transparent!important}.container-contact100{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:15px}.wrap-contact100{width:550px;background:transparent;padding:30px 0 80px}.contact100-form-title{display:block;font-family:var(--font);font-size:30px;color:#43383e;line-height:1.2;text-align:left;padding-bottom:35px}.wrap-input100{width:100%;position:relative;background-color:#fff;margin-bottom:17px}.label-input100{display:flex;justify-content:center;align-items:center;width:58px;height:62px;position:absolute;top:0;left:0;cursor:pointer;font-size:18px;color:#999}.input100{display:block;width:100%;background:transparent;font-size:15px;color:#43383e;line-height:1.2;padding:0 5px}@media (max-width: var(--smallscreen)){.contact iframe{width:auto}}.contact label{margin-left:10px;color:#a2a2a2;font-weight:700}.contact i{color:#a2a2a2;font-weight:700}.contact .social li{display:inline;padding:10px}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.InputText, selector: "[pInputText]" }, { kind: "component", type: i5.Toast, selector: "p-toast", inputs: ["key", "autoZIndex", "baseZIndex", "style", "styleClass", "position", "preventOpenDuplicates", "preventDuplicates", "showTransformOptions", "hideTransformOptions", "showTransitionOptions", "hideTransitionOptions", "breakpoints"], outputs: ["onClose"] }, { kind: "directive", type: i6.InputTextarea, selector: "[pInputTextarea]", inputs: ["autoResize"], outputs: ["onResize"] }, { kind: "component", type: i7.MultiSelect, selector: "p-multiSelect", inputs: ["style", "styleClass", "panelStyle", "panelStyleClass", "inputId", "disabled", "readonly", "group", "filter", "filterPlaceHolder", "filterLocale", "overlayVisible", "tabindex", "appendTo", "dataKey", "name", "label", "ariaLabelledBy", "displaySelectedLabel", "maxSelectedLabels", "selectionLimit", "selectedItemsLabel", "showToggleAll", "emptyFilterMessage", "emptyMessage", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "showHeader", "autoZIndex", "baseZIndex", "filterBy", "scrollHeight", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "showTransitionOptions", "hideTransitionOptions", "ariaFilterLabel", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "autofocusFilter", "display", "autocomplete", "showClear", "defaultLabel", "placeholder", "options", "filterValue", "itemSize"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onClear", "onPanelShow", "onPanelHide", "onLazyLoad"] }, { kind: "directive", type: i1$3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1$3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] });
|
383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ContactComponent, decorators: [{
|
384
|
+
type: Component,
|
385
|
+
args: [{ selector: 'awf-contact', providers: [MessageService], template: "<div *ngIf=\"translate\">\n <section class=\"pt-0\">\n <div class=\"app-section-header-img\">\n <div class=\"container pt-4\">\n <div class=\"\">\n <h2>{{translate.title}}</h2>\n </div>\n </div>\n </div>\n </section>\n <section class=\"py-5 background-light\">\n <div class=\"container px-lg-5\">\n <div class=\"row align-items-center\">\n <div class=\"col-md-6\">\n <div class=\"container-contact100\">\n <div class=\"wrap-contact100\">\n <form [formGroup]=\"form\" *ngIf=\"form && systems\" class=\"contact100-form validate-form\">\n <span class=\"contact100-form-title\">{{translate.title}}</span>\n <div class=\"p-grid p-fluid p-mt-2\">\n <div class=\"p-col-12 p-md-12 \">\n <span class=\"titre\">{{translate.placeholderName}}</span> <span class=\"requis\">* </span>:\n <input [placeholder]=\"translate.placeholderName\" type=\"text\" pInputText formControlName=\"name\" [ngClass]=\"{ 'is-invalid': submitted && f.name.invalid }\">\n <div *ngIf=\"submitted && f.name.errors\">\n <div class=\"requis\" *ngIf=\"f.name.errors.required\">{{translate.requiredName}}</div>\n <div class=\"requis\" *ngIf=\"f.name.errors.minlength\">{{translate.requiredNameMin}}</div>\n </div>\n </div>\n </div>\n <div class=\"p-grid p-fluid p-mt-2\">\n <div class=\"p-col-12 p-md-12 \">\n <span class=\"titre\">{{translate.placeholderEmail}}</span> <span class=\"requis\">*</span>:\n <input [placeholder]=\"translate.placeholderEmail\" type=\"text\" pInputText formControlName=\"email\" [ngClass]=\"{ 'is-invalid': submitted && f.email.invalid }\">\n <div *ngIf=\"submitted && f.email.errors\">\n <div class=\"requis\" *ngIf=\"f.email.errors.required\">{{translate.requiredEmail}}</div>\n <div class=\"requis\" *ngIf=\"f.email.errors.email\">{{translate.requiredEmailFormat}}</div>\n </div>\n </div>\n </div>\n <div class=\"p-grid p-fluid p-mt-2\">\n <div class=\"p-col-12 p-md-12 \">\n <span class=\"titre\">{{translate.placeholderPhone}}</span> <span class=\"requis\">*</span>:\n <input [placeholder]=\"translate.placeholderPhone\" type=\"text\" pInputText formControlName=\"phone\" [ngClass]=\"{ 'is-invalid': submitted && f.phone.invalid }\" (keypress)=\"preventStringKeypress($event)\">\n <div *ngIf=\"submitted && f.phone.errors\">\n <div class=\"requis\" *ngIf=\"f.phone.errors.required\">{{translate.requiredPhone}}</div>\n </div>\n </div>\n </div>\n <div class=\"p-grid p-fluid p-mt-2\">\n <div class=\"p-col-12 p-md-12 \">\n <span class=\"titre\">{{translate.RelatedSystems}}</span> <span class=\"requis\"> </span>\n <p-multiSelect formControlName=\"systems\" [options]=\"systems\" [(ngModel)]=\"selectedSystems\" [defaultLabel]=\"translate.selectAsystem\" [optionLabel]=\"'name'\" display=\"chip\"></p-multiSelect>\n </div>\n </div>\n <div class=\"p-grid p-fluid p-mt-2\">\n <div class=\"p-col-12 p-md-12 \">\n <span class=\"titre\">{{translate.placeholderMessage}}</span> <span class=\"requis\">*</span>:\n <textarea pInputTextarea [placeholder]=\"translate.placeholderMessage +'...'\" formControlName=\"message\" [ngClass]=\"{ 'is-invalid': submitted && f.message.errors }\"></textarea>\n <div *ngIf=\"submitted && f.message.errors\">\n <div class=\"requis\" *ngIf=\"f.message.errors.required\">{{translate.requiredMessage}}</div>\n <div class=\"requis\" *ngIf=\"f.message.errors.minlength\">{{translate.requiredMessageMin}}</div>\n </div>\n </div>\n </div>\n <div class=\"container-contact100-form-btn\">\n <div class=\"wrap-contact100-form-btn\">\n <div class=\"contact100-form-bgbtn\"></div>\n <button class=\"btn-warranty mt-3\" (click)=\"onSubmit()\">\n {{translate.send}}\n </button>\n </div>\n </div>\n </form>\n </div>\n </div>\n </div>\n <div class=\"col-md-6 contact\">\n <iframe src=\"https://maps.google.com/maps?q=283,%20Rue%20De%20la%20Miniere-BP34%20%2078533%20BUC%20%E2%80%93%20Cedex&t=&z=13&ie=UTF8&iwloc=&output=embed\" width=\"600\" height=\"250\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\"></iframe>\n <h6 class=\"fs-4 mt-3\"> {{translate.information}}</h6>\n <section class=\"mb-4\">\n <div class=\"\">\n <i class=\"pi pi-envelope\"></i><label> E-mail</label>\n <p class=\"\">info@ge.com (To be replaced) </p>\n </div>\n <div class=\" mt-4\">\n <i class=\"pi pi-map\"></i><label> {{translate.address}}</label>\n <p class=\"\">GE Medical Systems, 283, Rue De la Miniere-BP34</p>\n <p class=\"\">78533 BUC \u2013 Cedex France</p>\n <p class=\"\">France</p>\n </div>\n </section>\n </div>\n\n </div>\n </div>\n </section>\n</div>\n\n<p-toast position=\"top-center\"></p-toast>\n", styles: ["h1,h2,h3,h4,h5,h6,p,span,label,::placeholder{font-family:var(--font)}.app-section-header-img{background-image:url(/assets/img/GEPortal/contact.png);background-repeat:no-repeat;background-size:cover;background-position:center center;display:flex;align-items:center;height:237px}@media (max-width: var(--smallscreen)){.app-section-header-img{height:auto}}.app-section-header-img h2{font-size:48px;font-family:var(--font);font-weight:600;color:#fff;text-align:center}@media (max-width: var(--smallscreen)){.app-section-header-img h2{font-size:30px}}@media (max-width: var(--smallscreen)){.app-section-header-img{padding-left:15px;padding-right:15px}}@media (max-width: var(--tinyscreen)){.app-section-header-img{height:200px}}h2{font-weight:600}a:focus{outline:none!important}a:hover{text-decoration:none}input{outline:none;border:none}input.input100{height:62px;padding:0 20px 0 58px}input[type=number]{appearance:none;-webkit-appearance:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}textarea{outline:none;border:none}textarea.input100{min-height:199px;padding:19px 20px 0 23px}textarea:focus,input:focus{border-color:transparent!important}.container-contact100{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:15px}.wrap-contact100{width:550px;background:transparent;padding:30px 0 80px}.contact100-form-title{display:block;font-family:var(--font);font-size:30px;color:#43383e;line-height:1.2;text-align:left;padding-bottom:35px}.wrap-input100{width:100%;position:relative;background-color:#fff;margin-bottom:17px}.label-input100{display:flex;justify-content:center;align-items:center;width:58px;height:62px;position:absolute;top:0;left:0;cursor:pointer;font-size:18px;color:#999}.input100{display:block;width:100%;background:transparent;font-size:15px;color:#43383e;line-height:1.2;padding:0 5px}@media (max-width: var(--smallscreen)){.contact iframe{width:auto}}.contact label{margin-left:10px;color:#a2a2a2;font-weight:700}.contact i{color:#a2a2a2;font-weight:700}.contact .social li{display:inline;padding:10px}\n"] }]
|
386
|
+
}], ctorParameters: function () { return [{ type: i1$3.FormBuilder }, { type: i2$1.MessageService }]; }, propDecorators: { loading: [{
|
387
|
+
type: Input
|
388
|
+
}], submitted: [{
|
389
|
+
type: Input
|
390
|
+
}], systems: [{
|
391
|
+
type: Input
|
392
|
+
}], selectedSystems: [{
|
393
|
+
type: Input
|
394
|
+
}], translate: [{
|
395
|
+
type: Input
|
396
|
+
}], sendForm: [{
|
397
|
+
type: Output
|
398
|
+
}] } });
|
399
|
+
|
327
400
|
class GeModule {
|
328
401
|
}
|
329
402
|
GeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: GeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
330
|
-
GeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: GeModule, declarations: [SystemListComponent
|
403
|
+
GeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: GeModule, declarations: [SystemListComponent,
|
404
|
+
ContactComponent], imports: [CommonModule,
|
331
405
|
GeRoutingModule,
|
332
406
|
TableModule,
|
333
407
|
InputTextModule,
|
334
|
-
PipesModule
|
408
|
+
PipesModule,
|
409
|
+
ToastModule,
|
410
|
+
InputTextareaModule,
|
411
|
+
MultiSelectModule,
|
412
|
+
FormsModule,
|
413
|
+
ReactiveFormsModule], exports: [SystemListComponent, ContactComponent] });
|
335
414
|
GeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: GeModule, imports: [CommonModule,
|
336
415
|
GeRoutingModule,
|
337
416
|
TableModule,
|
338
417
|
InputTextModule,
|
339
|
-
PipesModule
|
418
|
+
PipesModule,
|
419
|
+
ToastModule,
|
420
|
+
InputTextareaModule,
|
421
|
+
MultiSelectModule,
|
422
|
+
FormsModule,
|
423
|
+
ReactiveFormsModule] });
|
340
424
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: GeModule, decorators: [{
|
341
425
|
type: NgModule,
|
342
426
|
args: [{
|
343
427
|
declarations: [
|
344
428
|
SystemListComponent,
|
429
|
+
ContactComponent,
|
345
430
|
],
|
346
431
|
imports: [
|
347
432
|
CommonModule,
|
348
433
|
GeRoutingModule,
|
349
434
|
TableModule,
|
350
435
|
InputTextModule,
|
351
|
-
PipesModule
|
436
|
+
PipesModule,
|
437
|
+
ToastModule,
|
438
|
+
InputTextareaModule,
|
439
|
+
MultiSelectModule,
|
440
|
+
FormsModule,
|
441
|
+
ReactiveFormsModule
|
352
442
|
],
|
353
|
-
exports: [SystemListComponent]
|
443
|
+
exports: [SystemListComponent, ContactComponent]
|
354
444
|
}]
|
355
445
|
}] });
|
356
446
|
|
@@ -496,5 +586,5 @@ class Warranty {
|
|
496
586
|
* Generated bundle index. Do not edit.
|
497
587
|
*/
|
498
588
|
|
499
|
-
export { Account, AlternativeDate, ApplicationName, CancelPMMailRequest, ContactRequest, CoreModule, CustomObject, DetailedPmJob, EmailStatus, EmailType, EventStatus, Field, GeModule, Language, MailRequest, MenuComponent, NotFoundComponent, PMGroupedJob, PipesModule, PmJob, PmJobRequest, PmJobStatus, ReportDateMailRequest, Role, Service, ServiceName, SocialLoginRequest, SocialMadia, SubrtringWPipe, SubstringPipe, System, SystemListComponent, TokenStatus, TopBarComponent, Warranty };
|
589
|
+
export { Account, AlternativeDate, ApplicationName, CancelPMMailRequest, ContactComponent, ContactRequest, CoreModule, CustomObject, DetailedPmJob, EmailStatus, EmailType, EventStatus, Field, GeModule, Language, MailRequest, MenuComponent, NotFoundComponent, PMGroupedJob, PipesModule, PmJob, PmJobRequest, PmJobStatus, ReportDateMailRequest, Role, Service, ServiceName, SocialLoginRequest, SocialMadia, SubrtringWPipe, SubstringPipe, System, SystemListComponent, TokenStatus, TopBarComponent, Warranty };
|
500
590
|
//# sourceMappingURL=awf-test-lib.mjs.map
|