awf-test-lib 0.0.93 → 0.0.94
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/awf-test-lib.mjs +5 -0
- package/esm2020/lib/core/core-routing.module.mjs +18 -0
- package/esm2020/lib/core/core.module.mjs +51 -0
- package/esm2020/lib/core/menu/menu.component.mjs +40 -0
- package/esm2020/lib/core/menu-consomer/menu-consomer.component.mjs +27 -0
- package/esm2020/lib/core/menu-ge-portal/menu-ge-portal.component.mjs +31 -0
- package/esm2020/lib/core/menu-warranty/menu-warranty.component.mjs +35 -0
- package/esm2020/lib/core/not-found/not-found.component.mjs +19 -0
- package/esm2020/lib/core/top-bar/top-bar.component.mjs +41 -0
- package/esm2020/lib/models/account.model.mjs +3 -0
- package/esm2020/lib/models/alternativeDate.model.mjs +3 -0
- package/esm2020/lib/models/applicationName.mjs +7 -0
- package/esm2020/lib/models/cancelPMMailRequest.model.mjs +4 -0
- package/esm2020/lib/models/customObject.model.mjs +3 -0
- package/esm2020/lib/models/detailedPmJob.model.mjs +3 -0
- package/esm2020/lib/models/emailStatus.mjs +6 -0
- package/esm2020/lib/models/emailType.mjs +15 -0
- package/esm2020/lib/models/eventStatus.mjs +9 -0
- package/esm2020/lib/models/field.mjs +9 -0
- package/esm2020/lib/models/language.mjs +6 -0
- package/esm2020/lib/models/mailRequest.model.mjs +3 -0
- package/esm2020/lib/models/pMGroupedJob.model.mjs +3 -0
- package/esm2020/lib/models/pmJob.model.mjs +3 -0
- package/esm2020/lib/models/pmJobRequest.model.mjs +3 -0
- package/esm2020/lib/models/pmJobStatus.mjs +17 -0
- package/esm2020/lib/models/reason.model.mjs +3 -0
- package/esm2020/lib/models/reasonCode.mjs +9 -0
- package/esm2020/lib/models/reasonContact.mjs +8 -0
- package/esm2020/lib/models/reportDateMailRequest.model.mjs +4 -0
- package/esm2020/lib/models/role.mjs +7 -0
- package/esm2020/lib/models/service.model.mjs +3 -0
- package/esm2020/lib/models/serviceName.mjs +12 -0
- package/esm2020/lib/models/socialLoginRequest.model.mjs +3 -0
- package/esm2020/lib/models/socialMadia.mjs +5 -0
- package/esm2020/lib/models/stingBoolean.mjs +6 -0
- package/esm2020/lib/models/system.mjs +3 -0
- package/esm2020/lib/models/theme.model.mjs +2 -0
- package/esm2020/lib/models/tokenStatus.mjs +7 -0
- package/esm2020/lib/models/warranty.mjs +3 -0
- package/esm2020/lib/pipes/pipes/pipes.module.mjs +21 -0
- package/esm2020/lib/pipes/subrtring-w.pipe.mjs +20 -0
- package/esm2020/lib/pipes/substring.pipe.mjs +16 -0
- package/esm2020/lib/shared/choose-another-date/choose-another-date.component.mjs +110 -0
- package/esm2020/lib/shared/confirm-dialog/confirm-dialog.component.mjs +44 -0
- package/esm2020/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.mjs +42 -0
- package/esm2020/lib/shared/confirmed-date-information/confirmed-date-information.component.mjs +35 -0
- package/esm2020/lib/shared/contact/contact.component.mjs +136 -0
- package/esm2020/lib/shared/contact-support/contact-support.component.mjs +161 -0
- package/esm2020/lib/shared/dashboard/dashboard.component.mjs +34 -0
- package/esm2020/lib/shared/maintenance-list/maintenance-list.component.mjs +360 -0
- package/esm2020/lib/shared/shared-routing.module.mjs +18 -0
- package/esm2020/lib/shared/shared.module.mjs +144 -0
- package/esm2020/lib/shared/show-links/show-links.component.mjs +81 -0
- package/esm2020/lib/shared/system-list/system-list.component.mjs +32 -0
- package/esm2020/public-api.mjs +48 -0
- package/fesm2015/awf-test-lib.mjs +1546 -0
- package/fesm2015/awf-test-lib.mjs.map +1 -0
- package/fesm2020/awf-test-lib.mjs +1542 -0
- package/fesm2020/awf-test-lib.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/core/core-routing.module.d.ts +7 -0
- package/lib/core/core.module.d.ts +15 -0
- package/lib/core/menu/menu.component.d.ts +17 -0
- package/lib/core/menu-consomer/menu-consomer.component.d.ts +12 -0
- package/lib/core/menu-ge-portal/menu-ge-portal.component.d.ts +13 -0
- package/lib/core/menu-warranty/menu-warranty.component.d.ts +15 -0
- package/lib/core/not-found/not-found.component.d.ts +10 -0
- package/lib/core/top-bar/top-bar.component.d.ts +13 -0
- package/{src/lib/models/account.model.ts → lib/models/account.model.d.ts} +3 -6
- package/lib/models/alternativeDate.model.d.ts +6 -0
- package/lib/models/applicationName.d.ts +5 -0
- package/{src/lib/models/cancelPMMailRequest.model.ts → lib/models/cancelPMMailRequest.model.d.ts} +1 -3
- package/lib/models/customObject.model.d.ts +3 -0
- package/lib/models/detailedPmJob.model.d.ts +22 -0
- package/lib/models/emailStatus.d.ts +4 -0
- package/lib/models/emailType.d.ts +13 -0
- package/lib/models/eventStatus.d.ts +7 -0
- package/lib/models/field.d.ts +7 -0
- package/lib/models/language.d.ts +4 -0
- package/{src/lib/models/mailRequest.model.ts → lib/models/mailRequest.model.d.ts} +1 -3
- package/lib/models/pMGroupedJob.model.d.ts +3 -0
- package/{src/lib/models/pmJob.model.ts → lib/models/pmJob.model.d.ts} +6 -7
- package/lib/models/pmJobRequest.model.d.ts +5 -0
- package/{src/lib/models/pmJobStatus.ts → lib/models/pmJobStatus.d.ts} +3 -8
- package/lib/models/reason.model.d.ts +4 -0
- package/lib/models/reasonCode.d.ts +7 -0
- package/lib/models/reasonContact.d.ts +6 -0
- package/{src/lib/models/reportDateMailRequest.model.ts → lib/models/reportDateMailRequest.model.d.ts} +1 -3
- package/lib/models/role.d.ts +5 -0
- package/lib/models/service.model.d.ts +8 -0
- package/lib/models/serviceName.d.ts +10 -0
- package/{src/lib/models/socialLoginRequest.model.ts → lib/models/socialLoginRequest.model.d.ts} +1 -1
- package/lib/models/socialMadia.d.ts +3 -0
- package/lib/models/stingBoolean.d.ts +4 -0
- package/lib/models/system.d.ts +14 -0
- package/{src/lib/models/theme.model.ts → lib/models/theme.model.d.ts} +11 -18
- package/lib/models/tokenStatus.d.ts +5 -0
- package/lib/models/warranty.d.ts +17 -0
- package/lib/pipes/pipes/pipes.module.d.ts +9 -0
- package/lib/pipes/subrtring-w.pipe.d.ts +7 -0
- package/lib/pipes/substring.pipe.d.ts +7 -0
- package/lib/shared/choose-another-date/choose-another-date.component.d.ts +33 -0
- package/lib/shared/confirm-dialog/confirm-dialog.component.d.ts +20 -0
- package/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.d.ts +19 -0
- package/lib/shared/confirmed-date-information/confirmed-date-information.component.d.ts +15 -0
- package/lib/shared/contact/contact.component.d.ts +38 -0
- package/lib/shared/contact-support/contact-support.component.d.ts +49 -0
- package/lib/shared/dashboard/dashboard.component.d.ts +17 -0
- package/lib/shared/maintenance-list/maintenance-list.component.d.ts +83 -0
- package/lib/shared/shared-routing.module.d.ts +7 -0
- package/lib/shared/shared.module.d.ts +40 -0
- package/lib/shared/show-links/show-links.component.d.ts +23 -0
- package/lib/shared/system-list/system-list.component.d.ts +15 -0
- package/package.json +30 -10
- package/{src/public-api.ts → public-api.d.ts} +1 -16
- package/karma.conf.js +0 -44
- package/ng-package.json +0 -7
- package/src/lib/core/core-routing.module.ts +0 -10
- package/src/lib/core/core.module.ts +0 -35
- package/src/lib/core/menu/menu.component.css +0 -18
- package/src/lib/core/menu/menu.component.html +0 -8
- package/src/lib/core/menu/menu.component.spec.ts +0 -23
- package/src/lib/core/menu/menu.component.ts +0 -27
- package/src/lib/core/menu-consomer/menu-consomer.component.html +0 -20
- package/src/lib/core/menu-consomer/menu-consomer.component.scss +0 -20
- package/src/lib/core/menu-consomer/menu-consomer.component.spec.ts +0 -25
- package/src/lib/core/menu-consomer/menu-consomer.component.ts +0 -21
- package/src/lib/core/menu-ge-portal/menu-ge-portal.component.html +0 -7
- package/src/lib/core/menu-ge-portal/menu-ge-portal.component.scss +0 -17
- package/src/lib/core/menu-ge-portal/menu-ge-portal.component.spec.ts +0 -25
- package/src/lib/core/menu-ge-portal/menu-ge-portal.component.ts +0 -24
- package/src/lib/core/menu-warranty/menu-warranty.component.html +0 -20
- package/src/lib/core/menu-warranty/menu-warranty.component.scss +0 -16
- package/src/lib/core/menu-warranty/menu-warranty.component.spec.ts +0 -25
- package/src/lib/core/menu-warranty/menu-warranty.component.ts +0 -31
- package/src/lib/core/not-found/not-found.component.css +0 -31
- package/src/lib/core/not-found/not-found.component.html +0 -6
- package/src/lib/core/not-found/not-found.component.spec.ts +0 -23
- package/src/lib/core/not-found/not-found.component.ts +0 -15
- package/src/lib/core/top-bar/top-bar.component.css +0 -116
- package/src/lib/core/top-bar/top-bar.component.html +0 -1
- package/src/lib/core/top-bar/top-bar.component.spec.ts +0 -23
- package/src/lib/core/top-bar/top-bar.component.ts +0 -39
- package/src/lib/models/alternativeDate.model.ts +0 -6
- package/src/lib/models/applicationName.ts +0 -6
- package/src/lib/models/customObject.model.ts +0 -4
- package/src/lib/models/detailedPmJob.model.ts +0 -24
- package/src/lib/models/emailStatus.ts +0 -4
- package/src/lib/models/emailType.ts +0 -17
- package/src/lib/models/eventStatus.ts +0 -8
- package/src/lib/models/field.ts +0 -7
- package/src/lib/models/language.ts +0 -4
- package/src/lib/models/pMGroupedJob.model.ts +0 -4
- package/src/lib/models/pmJobRequest.model.ts +0 -6
- package/src/lib/models/reason.model.ts +0 -7
- package/src/lib/models/reasonCode.ts +0 -9
- package/src/lib/models/reasonContact.ts +0 -7
- package/src/lib/models/role.ts +0 -5
- package/src/lib/models/service.model.ts +0 -8
- package/src/lib/models/serviceName.ts +0 -14
- package/src/lib/models/socialMadia.ts +0 -4
- package/src/lib/models/stingBoolean.ts +0 -7
- package/src/lib/models/system.ts +0 -15
- package/src/lib/models/tokenStatus.ts +0 -6
- package/src/lib/models/warranty.ts +0 -18
- package/src/lib/pipes/pipes/pipes.module.ts +0 -14
- package/src/lib/pipes/subrtring-w.pipe.spec.ts +0 -8
- package/src/lib/pipes/subrtring-w.pipe.ts +0 -16
- package/src/lib/pipes/substring.pipe.spec.ts +0 -8
- package/src/lib/pipes/substring.pipe.ts +0 -15
- package/src/lib/shared/choose-another-date/choose-another-date.component.html +0 -9
- package/src/lib/shared/choose-another-date/choose-another-date.component.scss +0 -4
- package/src/lib/shared/choose-another-date/choose-another-date.component.spec.ts +0 -25
- package/src/lib/shared/choose-another-date/choose-another-date.component.ts +0 -126
- package/src/lib/shared/confirm-dialog/confirm-dialog.component.html +0 -27
- package/src/lib/shared/confirm-dialog/confirm-dialog.component.scss +0 -0
- package/src/lib/shared/confirm-dialog/confirm-dialog.component.spec.ts +0 -25
- package/src/lib/shared/confirm-dialog/confirm-dialog.component.ts +0 -35
- package/src/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.css +0 -0
- package/src/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.html +0 -19
- package/src/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.spec.ts +0 -23
- package/src/lib/shared/confirm-dialog-contact/confirm-dialog-contact.component.ts +0 -36
- package/src/lib/shared/confirmed-date-information/confirmed-date-information.component.html +0 -25
- package/src/lib/shared/confirmed-date-information/confirmed-date-information.component.scss +0 -23
- package/src/lib/shared/confirmed-date-information/confirmed-date-information.component.spec.ts +0 -25
- package/src/lib/shared/confirmed-date-information/confirmed-date-information.component.ts +0 -25
- package/src/lib/shared/contact/contact.component.css +0 -144
- package/src/lib/shared/contact/contact.component.html +0 -122
- package/src/lib/shared/contact/contact.component.spec.ts +0 -23
- package/src/lib/shared/contact/contact.component.ts +0 -157
- package/src/lib/shared/contact-support/contact-support.component.html +0 -126
- package/src/lib/shared/contact-support/contact-support.component.scss +0 -10
- package/src/lib/shared/contact-support/contact-support.component.spec.ts +0 -25
- package/src/lib/shared/contact-support/contact-support.component.ts +0 -191
- package/src/lib/shared/dashboard/dashboard.component.html +0 -81
- package/src/lib/shared/dashboard/dashboard.component.scss +0 -5
- package/src/lib/shared/dashboard/dashboard.component.spec.ts +0 -23
- package/src/lib/shared/dashboard/dashboard.component.ts +0 -21
- package/src/lib/shared/maintenance-list/maintenance-list.component.html +0 -100
- package/src/lib/shared/maintenance-list/maintenance-list.component.scss +0 -26
- package/src/lib/shared/maintenance-list/maintenance-list.component.spec.ts +0 -25
- package/src/lib/shared/maintenance-list/maintenance-list.component.ts +0 -466
- package/src/lib/shared/shared-routing.module.ts +0 -10
- package/src/lib/shared/shared.module.ts +0 -84
- package/src/lib/shared/show-links/show-links.component.html +0 -48
- package/src/lib/shared/show-links/show-links.component.scss +0 -0
- package/src/lib/shared/show-links/show-links.component.spec.ts +0 -25
- package/src/lib/shared/show-links/show-links.component.ts +0 -80
- package/src/lib/shared/system-list/system-list.component.css +0 -0
- package/src/lib/shared/system-list/system-list.component.html +0 -40
- package/src/lib/shared/system-list/system-list.component.spec.ts +0 -23
- package/src/lib/shared/system-list/system-list.component.ts +0 -26
- package/src/test.ts +0 -27
- package/tsconfig.lib.dev.json +0 -10
- package/tsconfig.lib.json +0 -15
- package/tsconfig.lib.pp.json +0 -10
- package/tsconfig.lib.prod.json +0 -10
- package/tsconfig.spec.json +0 -17
@@ -1,126 +0,0 @@
|
|
1
|
-
import { Component, EventEmitter, Input,OnChanges,OnInit,Output, ViewChild, ViewEncapsulation } from '@angular/core';
|
2
|
-
import { MessageService } from 'primeng/api';
|
3
|
-
import { Calendar } from 'primeng/calendar';
|
4
|
-
import { AlternativeDate } from '../../models/alternativeDate.model';
|
5
|
-
import { PrimeNGConfig } from 'primeng/api';
|
6
|
-
@Component({
|
7
|
-
selector: 'app-choose-another-date',
|
8
|
-
templateUrl: './choose-another-date.component.html',
|
9
|
-
styleUrls: ['./choose-another-date.component.scss'],
|
10
|
-
encapsulation: ViewEncapsulation.None,
|
11
|
-
})
|
12
|
-
export class ChooseAnotherDateComponent implements OnChanges, OnInit {
|
13
|
-
@Input() displayAnotherDate!: boolean;
|
14
|
-
@Input() globaltranslate!: any;
|
15
|
-
@Input() translate!: any;
|
16
|
-
@Input() alternativeDatesList!: AlternativeDate[];
|
17
|
-
@Output() closeAnotherDate = new EventEmitter<boolean>();
|
18
|
-
@Output() acceptDate = new EventEmitter<AlternativeDate[]>();
|
19
|
-
@ViewChild('calendar') calendar!: Calendar;
|
20
|
-
|
21
|
-
dates: Date[]= [];
|
22
|
-
datesRef: Date[]= [];
|
23
|
-
selectedDate !: any;
|
24
|
-
show=false;
|
25
|
-
dateslength = 0 ;
|
26
|
-
indexSelectedDate = 0;
|
27
|
-
constructor(private messageService :MessageService) {}
|
28
|
-
|
29
|
-
ngOnInit(): void {
|
30
|
-
this.loadDates() ;
|
31
|
-
}
|
32
|
-
|
33
|
-
ngOnChanges(): void {}
|
34
|
-
|
35
|
-
close()
|
36
|
-
{
|
37
|
-
this.closeAnotherDate.emit(true);
|
38
|
-
this.messageService.add({ severity: 'error', summary: this.globaltranslate.summaryReject, detail: this.globaltranslate.detailReject });
|
39
|
-
}
|
40
|
-
|
41
|
-
|
42
|
-
accept()
|
43
|
-
{
|
44
|
-
this.controlAlternativeDates();
|
45
|
-
this.acceptDate.emit(this.alternativeDatesList);
|
46
|
-
}
|
47
|
-
|
48
|
-
askDate()
|
49
|
-
{
|
50
|
-
this.closeAnotherDate.emit(false);
|
51
|
-
|
52
|
-
}
|
53
|
-
|
54
|
-
|
55
|
-
controlAlternativeDates()
|
56
|
-
{
|
57
|
-
let i = 0;
|
58
|
-
this.alternativeDatesList.forEach((item :AlternativeDate )=>
|
59
|
-
{
|
60
|
-
item.selected = (i===this.indexSelectedDate) ? "Yes" : "No";
|
61
|
-
i++
|
62
|
-
});
|
63
|
-
}
|
64
|
-
|
65
|
-
|
66
|
-
loadDates()
|
67
|
-
{
|
68
|
-
this.dates =[] ;
|
69
|
-
this.datesRef =[] ;
|
70
|
-
if(this.alternativeDatesList)
|
71
|
-
{
|
72
|
-
this.alternativeDatesList.forEach((element : AlternativeDate) => {
|
73
|
-
this.dates.push( new Date(element.startDateTime));
|
74
|
-
this.datesRef.push( new Date(element.startDateTime));
|
75
|
-
});
|
76
|
-
|
77
|
-
}
|
78
|
-
this.dateslength = this.dates.length ;
|
79
|
-
}
|
80
|
-
|
81
|
-
onSelect()
|
82
|
-
{
|
83
|
-
if( this.dateslength < this.dates.length )
|
84
|
-
{
|
85
|
-
this.loadDates();
|
86
|
-
}
|
87
|
-
else if(this.dateslength > this.dates.length)
|
88
|
-
{
|
89
|
-
this.selectedDate = this.arrdiff(this.datesRef,this.dates)[0];
|
90
|
-
|
91
|
-
for (var i = 0; i < this.datesRef.length; i++) {
|
92
|
-
if(this.datesRef[i] == this.selectedDate )
|
93
|
-
{
|
94
|
-
this.indexSelectedDate = i;
|
95
|
-
}
|
96
|
-
}
|
97
|
-
this.controlAlternativeDates();
|
98
|
-
this.accept();
|
99
|
-
this.loadDates() ;
|
100
|
-
}
|
101
|
-
this.dates ;
|
102
|
-
}
|
103
|
-
|
104
|
-
|
105
|
-
arrdiff (a1 :any, a2 :any) {
|
106
|
-
var a = [], diff = [];
|
107
|
-
for (var i = 0; i < a1.length; i++) {
|
108
|
-
a[a1[i]] = true;
|
109
|
-
}
|
110
|
-
for (var i = 0; i < a2.length; i++) {
|
111
|
-
if (a[a2[i]]) {
|
112
|
-
delete a[a2[i]];
|
113
|
-
} else {
|
114
|
-
a[a2[i]] = true;
|
115
|
-
}
|
116
|
-
}
|
117
|
-
for (var k in a) {
|
118
|
-
diff.push(k);
|
119
|
-
}
|
120
|
-
return diff;
|
121
|
-
}
|
122
|
-
|
123
|
-
}
|
124
|
-
|
125
|
-
|
126
|
-
|
@@ -1,27 +0,0 @@
|
|
1
|
-
<p-dialog [header]="globaltranslate.confirmation" [(visible)]="displayConfirmDialog" [modal]="true" [style]="{width: '50vw'}" (onHide)="rejectDate()" [maximizable]="true" [baseZIndex]="10000" [draggable]="false" [resizable]="false">
|
2
|
-
|
3
|
-
<div>
|
4
|
-
{{ isProposedDate ? translate.textProposed : translate.textAlternative }}
|
5
|
-
<div>
|
6
|
-
<br> <br>{{translate.start}} : <i class="pi pi-calendar"></i> <strong>
|
7
|
-
{{startDateTime | date: 'dd MMM yyyy'}} </strong> {{translate.from}}: <strong>08:00 </strong>
|
8
|
-
<div *ngIf="detailedPmJobLinkedList.length>0">
|
9
|
-
<br> <p style="color:rgb(245, 57, 57) ;"><strong>{{ translate.textWarn }}</strong></p>
|
10
|
-
<ul>
|
11
|
-
<strong><li *ngFor="let detailedPmJob of detailedPmJobLinkedList">{{ detailedPmJob.pmJob.workorderNumber }}</li></strong>
|
12
|
-
|
13
|
-
</ul>
|
14
|
-
</div>
|
15
|
-
<br><br>
|
16
|
-
<p>{{translate.infoEmail}}</p>
|
17
|
-
|
18
|
-
</div>
|
19
|
-
|
20
|
-
</div>
|
21
|
-
|
22
|
-
<ng-template pTemplate="footer">
|
23
|
-
<p-button icon="pi pi-times" (click)="rejectDate()" class="annuler" [label]="globaltranslate.no"></p-button>
|
24
|
-
<p-button icon="pi pi-check" (click)="confirmDate()" [label]="globaltranslate.yes" class="p-button-text"></p-button>
|
25
|
-
</ng-template>
|
26
|
-
</p-dialog>
|
27
|
-
<p-toast position="top-center"></p-toast>
|
File without changes
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
2
|
-
|
3
|
-
import { ConfirmDialogComponent } from './confirm-dialog.component';
|
4
|
-
|
5
|
-
describe('ConfirmDialogComponent', () => {
|
6
|
-
let component: ConfirmDialogComponent;
|
7
|
-
let fixture: ComponentFixture<ConfirmDialogComponent>;
|
8
|
-
|
9
|
-
beforeEach(async () => {
|
10
|
-
await TestBed.configureTestingModule({
|
11
|
-
declarations: [ ConfirmDialogComponent ]
|
12
|
-
})
|
13
|
-
.compileComponents();
|
14
|
-
});
|
15
|
-
|
16
|
-
beforeEach(() => {
|
17
|
-
fixture = TestBed.createComponent(ConfirmDialogComponent);
|
18
|
-
component = fixture.componentInstance;
|
19
|
-
fixture.detectChanges();
|
20
|
-
});
|
21
|
-
|
22
|
-
it('should create', () => {
|
23
|
-
expect(component).toBeTruthy();
|
24
|
-
});
|
25
|
-
});
|
@@ -1,35 +0,0 @@
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
2
|
-
import { MessageService } from 'primeng/api';
|
3
|
-
import { DetailedPmJob } from '../../models/detailedPmJob.model';
|
4
|
-
@Component({
|
5
|
-
selector: 'app-confirm-dialog',
|
6
|
-
templateUrl: './confirm-dialog.component.html',
|
7
|
-
styleUrls: ['./confirm-dialog.component.scss']
|
8
|
-
})
|
9
|
-
export class ConfirmDialogComponent {
|
10
|
-
@Input() displayConfirmDialog!: boolean;
|
11
|
-
@Input() startDateTime!: any;
|
12
|
-
@Input() endDateTime!: any;
|
13
|
-
@Input() globaltranslate!: any;
|
14
|
-
@Input() translate!: any;
|
15
|
-
@Input() isProposedDate!: boolean;
|
16
|
-
@Input() detailedPmJobLinkedList: DetailedPmJob[] = [];
|
17
|
-
|
18
|
-
@Output() closeConfirmDialog = new EventEmitter<boolean>();
|
19
|
-
|
20
|
-
constructor(private messageService :MessageService) { }
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
rejectDate()
|
25
|
-
{
|
26
|
-
this.closeConfirmDialog.emit(false);
|
27
|
-
this.messageService.add({ severity: 'error', summary: this.globaltranslate.summaryReject, detail: this.globaltranslate.detailReject });
|
28
|
-
}
|
29
|
-
|
30
|
-
confirmDate()
|
31
|
-
{
|
32
|
-
this.closeConfirmDialog.emit(true);
|
33
|
-
}
|
34
|
-
|
35
|
-
}
|
File without changes
|
@@ -1,19 +0,0 @@
|
|
1
|
-
<p-dialog [header]="globaltranslate.confirmation" [(visible)]="displayConfirmDialogContact" [modal]="true" [style]="{width: '50vw'}" (onHide)="rejectDate()" [maximizable]="true" [baseZIndex]="10000" [draggable]="false" [resizable]="false">
|
2
|
-
{{ translate.text }}<br>
|
3
|
-
<!-- <br>{{translate.start}} : <i class="pi pi-calendar"></i> <strong>
|
4
|
-
{{startDateTime | date: 'dd MMM yyyy'}} </strong> {{translate.from}}: <strong>08:00 </strong> -->
|
5
|
-
<div *ngIf="detailedPmJobLinkedList.length>0">
|
6
|
-
<br> <p style="color:rgb(245, 57, 57) ;"><strong>{{ translate.textWarn }}</strong></p>
|
7
|
-
<ul>
|
8
|
-
<strong><li *ngFor="let detailedPmJob of detailedPmJobLinkedList">{{ detailedPmJob.pmJob.workorderNumber }}</li></strong>
|
9
|
-
|
10
|
-
</ul>
|
11
|
-
</div>
|
12
|
-
<br><br>
|
13
|
-
<!-- <p>{{translate.infoEmail}}</p> -->
|
14
|
-
<ng-template pTemplate="footer">
|
15
|
-
<p-button icon="pi pi-times" (click)="rejectDate()" class="annuler" [label]="globaltranslate.no"></p-button>
|
16
|
-
<p-button icon="pi pi-check" (click)="confirmDate()" [label]="globaltranslate.yes" class="p-button-text"></p-button>
|
17
|
-
</ng-template>
|
18
|
-
</p-dialog>
|
19
|
-
<p-toast position="top-center"></p-toast>
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
2
|
-
|
3
|
-
import { ConfirmDialogContactComponent } from './confirm-dialog-contact.component';
|
4
|
-
|
5
|
-
describe('ConfirmDialogContactComponent', () => {
|
6
|
-
let component: ConfirmDialogContactComponent;
|
7
|
-
let fixture: ComponentFixture<ConfirmDialogContactComponent>;
|
8
|
-
|
9
|
-
beforeEach(async () => {
|
10
|
-
await TestBed.configureTestingModule({
|
11
|
-
declarations: [ ConfirmDialogContactComponent ]
|
12
|
-
})
|
13
|
-
.compileComponents();
|
14
|
-
|
15
|
-
fixture = TestBed.createComponent(ConfirmDialogContactComponent);
|
16
|
-
component = fixture.componentInstance;
|
17
|
-
fixture.detectChanges();
|
18
|
-
});
|
19
|
-
|
20
|
-
it('should create', () => {
|
21
|
-
expect(component).toBeTruthy();
|
22
|
-
});
|
23
|
-
});
|
@@ -1,36 +0,0 @@
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
2
|
-
import { MessageService } from 'primeng/api';
|
3
|
-
import { DetailedPmJob } from '../../models/detailedPmJob.model';
|
4
|
-
|
5
|
-
@Component({
|
6
|
-
selector: 'app-confirm-dialog-contact',
|
7
|
-
templateUrl: './confirm-dialog-contact.component.html',
|
8
|
-
styleUrls: ['./confirm-dialog-contact.component.css']
|
9
|
-
})
|
10
|
-
export class ConfirmDialogContactComponent {
|
11
|
-
|
12
|
-
@Input() displayConfirmDialogContact!: boolean;
|
13
|
-
@Input() startDateTime!: any;
|
14
|
-
@Input() endDateTime!: any;
|
15
|
-
@Input() globaltranslate!: any;
|
16
|
-
@Input() translate!: any;
|
17
|
-
@Input() detailedPmJobLinkedList: DetailedPmJob[] = [];
|
18
|
-
|
19
|
-
@Output() closeConfirmDialogContact = new EventEmitter<boolean>();
|
20
|
-
|
21
|
-
constructor(private messageService :MessageService) { }
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
rejectDate()
|
26
|
-
{
|
27
|
-
this.closeConfirmDialogContact.emit(false);
|
28
|
-
this.messageService.add({ severity: 'error', summary: this.globaltranslate.summaryReject, detail: this.globaltranslate.detailReject });
|
29
|
-
}
|
30
|
-
|
31
|
-
confirmDate()
|
32
|
-
{
|
33
|
-
this.closeConfirmDialogContact.emit(true);
|
34
|
-
}
|
35
|
-
|
36
|
-
}
|
@@ -1,25 +0,0 @@
|
|
1
|
-
<p-dialog [header]="globaltranslate.information" [(visible)]="displayConfirmedDateInfo" [modal]="true" [style]="{width: '50vw'}" (onHide)="confirmDate()" [maximizable]="true" [baseZIndex]="10000" [draggable]="false" [resizable]="false">
|
2
|
-
<i class="pi pi-check icon-check"></i>
|
3
|
-
|
4
|
-
|
5
|
-
<div *ngIf="moreDates" style="text-align:center ;">
|
6
|
-
<br><br>
|
7
|
-
{{translate.textMoreDates}}
|
8
|
-
<br><br>
|
9
|
-
|
10
|
-
</div>
|
11
|
-
<div *ngIf="!moreDates">
|
12
|
-
<div class="text-center">
|
13
|
-
<p> {{translate.text }} <br> {{translate.start}} : <i class="pi pi-calendar"></i> <strong>
|
14
|
-
{{startDateTime | date: 'dd MMM yyyy'}}</strong> <br> {{translate.from}}: <strong>08:00 </strong> </p>
|
15
|
-
</div>
|
16
|
-
<br><br>
|
17
|
-
<p>{{translate.infoEmail}}</p>
|
18
|
-
|
19
|
-
</div>
|
20
|
-
|
21
|
-
|
22
|
-
<ng-template pTemplate="footer">
|
23
|
-
<p-button icon="pi pi-times " (click)="confirmDate()" label="Close" class=" text-center d-block"></p-button>
|
24
|
-
</ng-template>
|
25
|
-
</p-dialog>
|
@@ -1,23 +0,0 @@
|
|
1
|
-
p-dialog{
|
2
|
-
p{
|
3
|
-
font-size: 14px;
|
4
|
-
line-height: 34px;
|
5
|
-
margin-top: 30px;
|
6
|
-
}
|
7
|
-
.icon-check{
|
8
|
-
text-align: center;
|
9
|
-
color: white;
|
10
|
-
background: var(--primarycolor);
|
11
|
-
width: 80px;
|
12
|
-
height: 80px;
|
13
|
-
display: flex ;
|
14
|
-
justify-content: center;
|
15
|
-
align-items: center;
|
16
|
-
border-radius: 50%;
|
17
|
-
font-size: 30px;
|
18
|
-
font-weight: bold;
|
19
|
-
margin:auto;
|
20
|
-
}
|
21
|
-
|
22
|
-
}
|
23
|
-
|
package/src/lib/shared/confirmed-date-information/confirmed-date-information.component.spec.ts
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
2
|
-
|
3
|
-
import { ConfirmedDateInformationComponent } from './confirmed-date-information.component';
|
4
|
-
|
5
|
-
describe('ConfirmedDateInformationComponent', () => {
|
6
|
-
let component: ConfirmedDateInformationComponent;
|
7
|
-
let fixture: ComponentFixture<ConfirmedDateInformationComponent>;
|
8
|
-
|
9
|
-
beforeEach(async () => {
|
10
|
-
await TestBed.configureTestingModule({
|
11
|
-
declarations: [ ConfirmedDateInformationComponent ]
|
12
|
-
})
|
13
|
-
.compileComponents();
|
14
|
-
});
|
15
|
-
|
16
|
-
beforeEach(() => {
|
17
|
-
fixture = TestBed.createComponent(ConfirmedDateInformationComponent);
|
18
|
-
component = fixture.componentInstance;
|
19
|
-
fixture.detectChanges();
|
20
|
-
});
|
21
|
-
|
22
|
-
it('should create', () => {
|
23
|
-
expect(component).toBeTruthy();
|
24
|
-
});
|
25
|
-
});
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
2
|
-
|
3
|
-
@Component({
|
4
|
-
selector: 'app-confirmed-date-information',
|
5
|
-
templateUrl: './confirmed-date-information.component.html',
|
6
|
-
styleUrls: ['./confirmed-date-information.component.scss']
|
7
|
-
})
|
8
|
-
export class ConfirmedDateInformationComponent {
|
9
|
-
@Input() displayConfirmedDateInfo!: boolean;
|
10
|
-
@Input() startDateTime!: any;
|
11
|
-
@Input() endDateTime!: any;
|
12
|
-
@Input() globaltranslate!: any;
|
13
|
-
@Input() translate!: any;
|
14
|
-
@Input() moreDates!: boolean;
|
15
|
-
@Output() closeConfirmedDateInfo = new EventEmitter<boolean>();
|
16
|
-
constructor() { }
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
confirmDate()
|
21
|
-
{
|
22
|
-
this.closeConfirmedDateInfo.emit(true);
|
23
|
-
}
|
24
|
-
|
25
|
-
}
|
@@ -1,144 +0,0 @@
|
|
1
|
-
h1, h2, h3, h4, h5, h6, p, span, label, ::placeholder {
|
2
|
-
font-family: var(--font);
|
3
|
-
}
|
4
|
-
.app-section-header-img {
|
5
|
-
background-image: url('/assets/img/GEPortal/contact.png');
|
6
|
-
background-repeat: no-repeat;
|
7
|
-
background-size: cover;
|
8
|
-
background-position: center center;
|
9
|
-
display: flex;
|
10
|
-
align-items: center;
|
11
|
-
height: 237px;
|
12
|
-
}
|
13
|
-
@media (max-width: var(--smallscreen)) {
|
14
|
-
.app-section-header-img {
|
15
|
-
height: auto;
|
16
|
-
}
|
17
|
-
}
|
18
|
-
.app-section-header-img h2 {
|
19
|
-
font-size: 48px;
|
20
|
-
font-family: var(--font);
|
21
|
-
font-weight: 600;
|
22
|
-
color: white;
|
23
|
-
text-align: center;
|
24
|
-
}
|
25
|
-
@media (max-width: var(--smallscreen)) {
|
26
|
-
.app-section-header-img h2 {
|
27
|
-
font-size: 30px;
|
28
|
-
}
|
29
|
-
}
|
30
|
-
@media (max-width: var(--smallscreen)) {
|
31
|
-
.app-section-header-img {
|
32
|
-
padding-left: 15px;
|
33
|
-
padding-right: 15px;
|
34
|
-
}
|
35
|
-
}
|
36
|
-
@media (max-width: var(--tinyscreen)) {
|
37
|
-
.app-section-header-img {
|
38
|
-
height: 200px;
|
39
|
-
}
|
40
|
-
}
|
41
|
-
h2 {
|
42
|
-
font-weight: 600;
|
43
|
-
}
|
44
|
-
a:focus {
|
45
|
-
outline: none !important;
|
46
|
-
}
|
47
|
-
a:hover {
|
48
|
-
text-decoration: none;
|
49
|
-
}
|
50
|
-
input {
|
51
|
-
outline: none;
|
52
|
-
border: none;
|
53
|
-
}
|
54
|
-
input.input100 {
|
55
|
-
height: 62px;
|
56
|
-
padding: 0 20px 0 58px;
|
57
|
-
}
|
58
|
-
input[type="number"] {
|
59
|
-
-moz-appearance: textfield;
|
60
|
-
appearance: none;
|
61
|
-
-webkit-appearance: none;
|
62
|
-
}
|
63
|
-
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
|
64
|
-
-webkit-appearance: none;
|
65
|
-
}
|
66
|
-
textarea {
|
67
|
-
outline: none;
|
68
|
-
border: none;
|
69
|
-
}
|
70
|
-
textarea.input100 {
|
71
|
-
min-height: 199px;
|
72
|
-
padding: 19px 20px 0 23px;
|
73
|
-
}
|
74
|
-
textarea:focus, input:focus {
|
75
|
-
border-color: transparent !important;
|
76
|
-
}
|
77
|
-
.container-contact100 {
|
78
|
-
display: flex;
|
79
|
-
flex-wrap: wrap;
|
80
|
-
justify-content: center;
|
81
|
-
align-items: center;
|
82
|
-
padding: 15px;
|
83
|
-
}
|
84
|
-
.wrap-contact100 {
|
85
|
-
width: 550px;
|
86
|
-
background: transparent;
|
87
|
-
padding: 30px 0 80px 0;
|
88
|
-
}
|
89
|
-
.contact100-form-title {
|
90
|
-
display: block;
|
91
|
-
font-family: var(--font);
|
92
|
-
font-size: 30px;
|
93
|
-
color: #43383e;
|
94
|
-
line-height: 1.2;
|
95
|
-
text-align: left;
|
96
|
-
padding-bottom: 35px;
|
97
|
-
}
|
98
|
-
.wrap-input100 {
|
99
|
-
width: 100%;
|
100
|
-
position: relative;
|
101
|
-
background-color: #fff;
|
102
|
-
margin-bottom: 17px;
|
103
|
-
}
|
104
|
-
.label-input100 {
|
105
|
-
display: flex;
|
106
|
-
justify-content: center;
|
107
|
-
align-items: center;
|
108
|
-
width: 58px;
|
109
|
-
height: 62px;
|
110
|
-
position: absolute;
|
111
|
-
top: 0;
|
112
|
-
left: 0;
|
113
|
-
cursor: pointer;
|
114
|
-
font-size: 18px;
|
115
|
-
color: #999999;
|
116
|
-
}
|
117
|
-
.input100 {
|
118
|
-
display: block;
|
119
|
-
width: 100%;
|
120
|
-
background: transparent;
|
121
|
-
font-size: 15px;
|
122
|
-
color: #43383e;
|
123
|
-
line-height: 1.2;
|
124
|
-
padding: 0 5px;
|
125
|
-
}
|
126
|
-
@media (max-width: var(--smallscreen)) {
|
127
|
-
.contact iframe {
|
128
|
-
width: auto;
|
129
|
-
}
|
130
|
-
}
|
131
|
-
.contact label {
|
132
|
-
margin-left: 10px;
|
133
|
-
color: #a2a2a2;
|
134
|
-
font-weight: bold;
|
135
|
-
}
|
136
|
-
.contact i {
|
137
|
-
color: #a2a2a2;
|
138
|
-
font-weight: bold;
|
139
|
-
}
|
140
|
-
.contact .social li {
|
141
|
-
display: inline;
|
142
|
-
padding: 10px;
|
143
|
-
}
|
144
|
-
|
@@ -1,122 +0,0 @@
|
|
1
|
-
<div *ngIf="translate && reasons ">
|
2
|
-
<section class="pt-0">
|
3
|
-
<div class="app-section-header-img">
|
4
|
-
<div class="container pt-4">
|
5
|
-
<div class="">
|
6
|
-
<h2>{{translate.title}} </h2>
|
7
|
-
</div>
|
8
|
-
</div>
|
9
|
-
</div>
|
10
|
-
</section>
|
11
|
-
<section class="py-5 background-light">
|
12
|
-
<div class="container px-lg-5">
|
13
|
-
<div class="row align-items-center">
|
14
|
-
<div class="col-md-6">
|
15
|
-
<div class="container-contact100">
|
16
|
-
<div class="wrap-contact100">
|
17
|
-
<form [formGroup]="form" *ngIf="form && systems && reasons" class="contact100-form validate-form">
|
18
|
-
<span class="contact100-form-title">{{translate.title}} </span>
|
19
|
-
<div class="p-grid p-fluid p-mt-2">
|
20
|
-
<div class="p-col-12 p-md-12 ">
|
21
|
-
<span class="titre">{{translate.placeholderName}}</span> <span class="requis">* </span>:
|
22
|
-
<input [placeholder]="translate.placeholderName" type="text" pInputText formControlName="name" [ngClass]="{ 'is-invalid': submitted && f.name.invalid }">
|
23
|
-
<div *ngIf="submitted && f.name.errors">
|
24
|
-
<div class="requis" *ngIf="f.name.errors.required">{{translate.requiredName}}</div>
|
25
|
-
<div class="requis" *ngIf="f.name.errors.minlength">{{translate.requiredNameMin}}</div>
|
26
|
-
</div>
|
27
|
-
</div>
|
28
|
-
</div>
|
29
|
-
<div class="p-grid p-fluid p-mt-2">
|
30
|
-
<div class="p-col-12 p-md-12 ">
|
31
|
-
<span class="titre">{{translate.placeholderEmail}}</span> <span class="requis">*</span>:
|
32
|
-
<input [placeholder]="translate.placeholderEmail" type="text" pInputText formControlName="email" [ngClass]="{ 'is-invalid': submitted && f.email.invalid }">
|
33
|
-
<div *ngIf="submitted && f.email.errors">
|
34
|
-
<div class="requis" *ngIf="f.email.errors.required">{{translate.requiredEmail}}</div>
|
35
|
-
<div class="requis" *ngIf="f.email.errors.email">{{translate.requiredEmailFormat}}</div>
|
36
|
-
</div>
|
37
|
-
</div>
|
38
|
-
</div>
|
39
|
-
<div class="p-grid p-fluid p-mt-2">
|
40
|
-
<div class="p-col-12 p-md-12 ">
|
41
|
-
<span class="titre">{{translate.placeholderPhone}}</span> <span class="requis">*</span>:
|
42
|
-
<input [placeholder]="translate.placeholderPhone" type="text" pInputText formControlName="phone" [ngClass]="{ 'is-invalid': submitted && f.phone.invalid }" (keypress)="preventStringKeypress($event)">
|
43
|
-
<div *ngIf="submitted && f.phone.errors">
|
44
|
-
<div class="requis" *ngIf="f.phone.errors.required">{{translate.requiredPhone}}</div>
|
45
|
-
</div>
|
46
|
-
</div>
|
47
|
-
</div>
|
48
|
-
<div class="p-grid p-fluid p-mt-2">
|
49
|
-
<div class="p-col-12 p-md-12 ">
|
50
|
-
<span class="titre">{{translate.RelatedSystems}}</span> <span class="requis">*</span>:
|
51
|
-
<p-dropdown (click)="selectPM(selectedSystem)" [options]="systems" [placeholder]="translate.selectSystem" [(ngModel)]="selectedSystem" [optionLabel]="'name'" formControlName="systems" optionDisabled="inactive" [ngClass]="{ 'is-invalid': submitted && f.systems.invalid }"></p-dropdown>
|
52
|
-
<div *ngIf="submitted && f.systems.errors">
|
53
|
-
<div class="requis" *ngIf="f.systems.errors.required">{{translate.requiredSystem}}</div>
|
54
|
-
</div>
|
55
|
-
</div>
|
56
|
-
</div>
|
57
|
-
<div class="p-grid p-fluid p-mt-2" *ngIf="showPm">
|
58
|
-
<div class="p-col-12 p-md-12 ">
|
59
|
-
<span class="titre">{{translate.RelatedPMs}}</span>:
|
60
|
-
<p-dropdown [options]="pmJobs" [placeholder]="translate.selectPM" [(ngModel)]="selectedPm" [optionLabel]="'workorderNumber'" formControlName="pms" optionDisabled="inactive" [ngClass]="{ 'is-invalid': submitted && f.pms.invalid }"></p-dropdown>
|
61
|
-
<!-- <div *ngIf="submitted && f.pms.errors">
|
62
|
-
<div class="requis" *ngIf="f.pms.errors.required">{{translate.requiredPM }}</div>
|
63
|
-
</div>-->
|
64
|
-
</div>
|
65
|
-
</div>
|
66
|
-
<div class="p-grid p-fluid p-mt-2">
|
67
|
-
<div class="p-col-12 p-md-12 ">
|
68
|
-
<span class="titre">{{translate.reason}}</span> <span class="requis">*</span>:
|
69
|
-
<p-dropdown [options]="reasons" [placeholder]="translate.selectReason" [(ngModel)]="selectedReason" optionLabel="name" formControlName="reason" optionDisabled="inactive" [ngClass]="{ 'is-invalid': submitted && f.reason.invalid }"></p-dropdown>
|
70
|
-
<!-- <input [placeholder]="translate.reason" type="text" pInputText formControlName="reason" [ngClass]="{ 'is-invalid': submitted && f.reason.invalid }"> -->
|
71
|
-
<div *ngIf="submitted && f.reason.errors">
|
72
|
-
<div class="requis" *ngIf="f.reason.errors.required">{{translate.reasonRequired}}</div>
|
73
|
-
</div>
|
74
|
-
</div>
|
75
|
-
</div>
|
76
|
-
<div class="p-grid p-fluid p-mt-2">
|
77
|
-
<div class="p-col-12 p-md-12 ">
|
78
|
-
<span class="titre">{{translate.placeholderMessage}} </span> <span class="requis">*</span>:
|
79
|
-
<textarea pInputTextarea style=" min-height:100px;height:100%;width:100%;" [placeholder]="translate.placeholderMessage +'...'" formControlName="message" [ngClass]="{ 'is-invalid': submitted && f.message.errors }"></textarea>
|
80
|
-
<div *ngIf="submitted && f.message.errors">
|
81
|
-
<div class="requis" *ngIf="f.message.errors.required">{{translate.requiredMessage}}</div>
|
82
|
-
<div class="requis" *ngIf="f.message.errors.minlength">{{translate.requiredMessageMin}}</div>
|
83
|
-
</div>
|
84
|
-
</div>
|
85
|
-
</div>
|
86
|
-
<br>
|
87
|
-
<br>
|
88
|
-
<div class="container-contact100-form-btn">
|
89
|
-
<div class="wrap-contact100-form-btn">
|
90
|
-
<div class="contact100-form-bgbtn"></div>
|
91
|
-
<button class="btn-warranty mt-3" (click)="onSubmit()" [disabled]="!systemContainPm">
|
92
|
-
{{translate.send}}
|
93
|
-
</button>
|
94
|
-
</div>
|
95
|
-
</div>
|
96
|
-
</form>
|
97
|
-
</div>
|
98
|
-
</div>
|
99
|
-
</div>
|
100
|
-
<div class="col-md-6 contact">
|
101
|
-
<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="100%" height="250" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
|
102
|
-
<h6 class="fs-4 mt-3"> {{translate.information}}</h6>
|
103
|
-
<section class="mb-4">
|
104
|
-
<div class="">
|
105
|
-
<i class="pi pi-envelope"></i><label> {{translate.emailText}}</label>
|
106
|
-
<p class="">{{translate.email}} </p>
|
107
|
-
</div>
|
108
|
-
<div class=" mt-4">
|
109
|
-
<i class="pi pi-map"></i><label> {{translate.addressText}}</label>
|
110
|
-
<p class="">{{translate.adress}}</p>
|
111
|
-
<p class="">{{translate.town}}</p>
|
112
|
-
<p class="">{{translate.country}}</p>
|
113
|
-
</div>
|
114
|
-
</section>
|
115
|
-
</div>
|
116
|
-
|
117
|
-
</div>
|
118
|
-
</div>
|
119
|
-
</section>
|
120
|
-
</div>
|
121
|
-
|
122
|
-
<p-toast position="top-center"></p-toast>
|