|
|
|
@ -31,7 +31,7 @@
|
|
|
|
class="mandatory">*</span>
|
|
|
|
class="mandatory">*</span>
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
<div class="password-wrapper position-relative w-100">
|
|
|
|
<div class="password-wrapper position-relative w-100">
|
|
|
|
<input type="text" id="renewalDate"
|
|
|
|
<input type="text" id="thirdPartyId"
|
|
|
|
formControlName="thirdPartyId"
|
|
|
|
formControlName="thirdPartyId"
|
|
|
|
class="form-control"
|
|
|
|
class="form-control"
|
|
|
|
placeholder="{{ 'ThirdPartyID' | translate }}" />
|
|
|
|
placeholder="{{ 'ThirdPartyID' | translate }}" />
|
|
|
|
@ -52,7 +52,7 @@
|
|
|
|
class="mandatory">*</span>
|
|
|
|
class="mandatory">*</span>
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
<div class="d-flex flex-column w-100">
|
|
|
|
<div class="d-flex flex-column w-100">
|
|
|
|
<input type="text" id="renewalDate"
|
|
|
|
<input type="text" id="thirdPartyName"
|
|
|
|
class="form-control"
|
|
|
|
class="form-control"
|
|
|
|
formControlName="thirdPartyName"
|
|
|
|
formControlName="thirdPartyName"
|
|
|
|
placeholder="{{ 'thirdPartyNamePlaceholder' | translate }}" />
|
|
|
|
placeholder="{{ 'thirdPartyNamePlaceholder' | translate }}" />
|
|
|
|
@ -68,7 +68,7 @@
|
|
|
|
<div class="row g-3 mb-3">
|
|
|
|
<div class="row g-3 mb-3">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="d-flex align-items-center gap-2">
|
|
|
|
<div class="d-flex align-items-center gap-2">
|
|
|
|
<label for="renewalDate" class="text-nowrap">
|
|
|
|
<label for="email" class="text-nowrap">
|
|
|
|
{{ 'Email' | translate }}<span
|
|
|
|
{{ 'Email' | translate }}<span
|
|
|
|
class="mandatory">*</span>
|
|
|
|
class="mandatory">*</span>
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
@ -98,7 +98,7 @@
|
|
|
|
class="mandatory">*</span>
|
|
|
|
class="mandatory">*</span>
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
<div class="d-flex flex-column w-100">
|
|
|
|
<div class="d-flex flex-column w-100">
|
|
|
|
<input type="text" id="renewalDate"
|
|
|
|
<input type="text" id="address"
|
|
|
|
class="form-control"
|
|
|
|
class="form-control"
|
|
|
|
formControlName="address"
|
|
|
|
formControlName="address"
|
|
|
|
placeholder="{{ 'Address' | translate }}" />
|
|
|
|
placeholder="{{ 'Address' | translate }}" />
|
|
|
|
@ -120,7 +120,7 @@
|
|
|
|
class="mandatory">*</span>
|
|
|
|
class="mandatory">*</span>
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
<div class="d-flex flex-column w-100">
|
|
|
|
<div class="d-flex flex-column w-100">
|
|
|
|
<input type="text" id="renewalDate"
|
|
|
|
<input type="text" id="phoneNumber"
|
|
|
|
class="form-control"
|
|
|
|
class="form-control"
|
|
|
|
formControlName="phoneNumber"
|
|
|
|
formControlName="phoneNumber"
|
|
|
|
placeholder="{{ 'phoneNumberPlaceholder' | translate }}" />
|
|
|
|
placeholder="{{ 'phoneNumberPlaceholder' | translate }}" />
|
|
|
|
@ -145,7 +145,7 @@
|
|
|
|
class="mandatory">*</span>
|
|
|
|
class="mandatory">*</span>
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
<div class="d-flex flex-column w-100">
|
|
|
|
<div class="d-flex flex-column w-100">
|
|
|
|
<input type="text" id="renewalDate"
|
|
|
|
<input type="text" id="newNumberOfAccounts"
|
|
|
|
class="form-control"
|
|
|
|
class="form-control"
|
|
|
|
formControlName="newNumberOfAccounts"
|
|
|
|
formControlName="newNumberOfAccounts"
|
|
|
|
placeholder="{{ 'newNoOfAccountsPlaceholder' | translate }}" />
|
|
|
|
placeholder="{{ 'newNoOfAccountsPlaceholder' | translate }}" />
|
|
|
|
@ -224,8 +224,8 @@
|
|
|
|
placeholder="{{ 'search' | translate }}">
|
|
|
|
placeholder="{{ 'search' | translate }}">
|
|
|
|
<i class="fas fa-search search-icon"></i>
|
|
|
|
<i class="fas fa-search search-icon"></i>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<i class="materialdesignicons">
|
|
|
|
<i class="materialdesignicons" (click)="toggleTableCard()">
|
|
|
|
<ng-container *ngIf="renewalDataExpanded; else collapsedIcon">
|
|
|
|
<ng-container *ngIf="thirdPartyRegExpanded; else collapsedIcon">
|
|
|
|
<i class="dripicons-chevron-up float-end"></i>
|
|
|
|
<i class="dripicons-chevron-up float-end"></i>
|
|
|
|
</ng-container>
|
|
|
|
</ng-container>
|
|
|
|
<ng-template #collapsedIcon>
|
|
|
|
<ng-template #collapsedIcon>
|
|
|
|
@ -234,7 +234,8 @@
|
|
|
|
</i>
|
|
|
|
</i>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="card-body">
|
|
|
|
<!-- <div class="card-body" *ngIf="thirdPartyRegExpanded && allItems.length; else noRecordsFound"> -->
|
|
|
|
|
|
|
|
<div class="card-body" *ngIf="thirdPartyRegExpanded; else noRecordsFound">
|
|
|
|
<div class="table-responsive">
|
|
|
|
<div class="table-responsive">
|
|
|
|
<table class="table mb-0 border">
|
|
|
|
<table class="table mb-0 border">
|
|
|
|
<thead class="table-light">
|
|
|
|
<thead class="table-light">
|
|
|
|
@ -314,4 +315,9 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<ng-template #noRecordsFound>
|
|
|
|
|
|
|
|
<div *ngIf="!isLoading && allItems.length === 0" class="text-center text-muted mt-3">
|
|
|
|
|
|
|
|
<p>{{'noThirdPartyRegFound' | translate}}</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</ng-template>
|