awf-test-lib 0.0.93 → 0.0.95

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awf-test-lib",
3
- "version": "0.0.93",
3
+ "version": "0.0.95",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0"
@@ -49,10 +49,12 @@
49
49
  <div class="p-col-12 p-md-12 ">
50
50
  <span class="titre">{{translate.RelatedSystems}}</span> <span class="requis">*</span>:
51
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">
52
+
53
+ <div *ngIf="submitted && f.systems.errors">
53
54
  <div class="requis" *ngIf="f.systems.errors.required">{{translate.requiredSystem}}</div>
54
55
  </div>
55
56
  </div>
57
+
56
58
  </div>
57
59
  <div class="p-grid p-fluid p-mt-2" *ngIf="showPm">
58
60
  <div class="p-col-12 p-md-12 ">
@@ -88,7 +90,7 @@
88
90
  <div class="container-contact100-form-btn">
89
91
  <div class="wrap-contact100-form-btn">
90
92
  <div class="contact100-form-bgbtn"></div>
91
- <button class="btn-warranty mt-3" (click)="onSubmit()" [disabled]="!systemContainPm">
93
+ <button class="btn-warranty mt-3" (click)="onSubmit()">
92
94
  {{translate.send}}
93
95
  </button>
94
96
  </div>