UnBlock IB User screen

design implementation of UnBlock IB User
mazdak/UX-1320
Mazdak Gibran 4 days ago
parent cda611495b
commit bf3fe98e63

@ -1,11 +1,24 @@
import { Component } from '@angular/core'; import { Component } from '@angular/core';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { NgSelectModule } from '@ng-select/ng-select';
import { TranslateModule } from '@ngx-translate/core';
import { pageSizeOptions } from '../../utils/app.constants';
import { CommonModule } from '@angular/common';
@Component({ @Component({
selector: 'app-ib-unblock-user', selector: 'app-ib-unblock-user',
imports: [], imports: [TranslateModule, FormsModule, NgSelectModule, CommonModule, ReactiveFormsModule],
templateUrl: './ib-unblock-user.component.html', templateUrl: './ib-unblock-user.component.html',
styleUrl: './ib-unblock-user.component.scss' styleUrl: './ib-unblock-user.component.scss'
}) })
export class IbUnblockUserComponent { export class IbUnblockUserComponent {
renewalDataExpanded: boolean = true
itemsPerPage: number = 5;
pageSizeOptions = pageSizeOptions
optionValue: any;
itemsPerPageChanged() {
throw new Error('Method not implemented.');
}
} }

@ -58,7 +58,7 @@
class="form-control" class="form-control"
maxlength="500" maxlength="500"
placeholder="{{ 'username' | translate }}" appNoWhitespaces placeholder="{{ 'userName' | translate }}" appNoWhitespaces
rows="3" /> rows="3" />

@ -45,7 +45,7 @@
<div class="d-flex align-items-start gap-2"> <div class="d-flex align-items-start gap-2">
<label for="renewalRemarks" <label for="renewalRemarks"
class="text-nowrap mt-2"> class="text-nowrap mt-2">
{{ 'Name' | translate }}<span {{ 'name' | translate }}<span
class="mandatory">*</span> class="mandatory">*</span>
</label> </label>
<div class="d-flex flex-column w-100"> <div class="d-flex flex-column w-100">
@ -138,7 +138,7 @@
<input [type]="passwordType" <input [type]="passwordType"
autocomplete="new-password" autocomplete="new-password"
class="form-control pe-5" class="form-control pe-5"
placeholder="Password" /> placeholder="{{ 'password' | translate }}">
<app-password-hide-show class="password-eye" <app-password-hide-show class="password-eye"
[showPassword]="true" [showPassword]="true"
@ -212,10 +212,10 @@
<thead class="table-light"> <thead class="table-light">
<tr> <tr>
<th>{{'ThirdPartyID' | translate}}</th> <th>{{'ThirdPartyID' | translate}}</th>
<th>{{'Name' | translate}}</th> <th>{{'name' | translate}}</th>
<th>{{'Email' | translate}}</th> <th>{{'Email' | translate}}</th>
<th>{{'Address' | translate}}</th> <th>{{'Address' | translate}}</th>
<th>{{'PhoneNumber' | translate}}</th> <th>{{'phoneNumber' | translate}}</th>
<th>{{'TotalNoOfAccounts' | translate}}</th> <th>{{'TotalNoOfAccounts' | translate}}</th>
<th>{{'action' | translate}}</th> <th>{{'action' | translate}}</th>
</tr> </tr>

@ -45,11 +45,12 @@
"toDate":"حتي اليوم", "toDate":"حتي اليوم",
"findLogs":"البحث عن السجلات", "findLogs":"البحث عن السجلات",
"unBlockCustomer":"إلغاء حظر العميل", "unBlockCustomer":"إلغاء حظر العميل",
"unblockUserDetails": "إلغاء حظر تفاصيل المستخدم",
"loggerManagerDetails": "تفاصيل مدير السجلات", "loggerManagerDetails": "تفاصيل مدير السجلات",
"fatchCustomer": "ابحث عن العملاء", "fetchCustomer": "ابحث عن العملاء",
"loggingID":"معرف", "loggingID":"معرف",
"cmpFirstname":"الاسم الأول", "firstName":"الاسم الأول",
"cmpLastname": "اسم العائلة", "lastName": "اسم العائلة",
"cmpCuststatus":"حالة العميل", "cmpCuststatus":"حالة العميل",
"cmpCustlastlogin": "آخر تسجيل دخول للعميل", "cmpCustlastlogin": "آخر تسجيل دخول للعميل",
"accountNonLocked":"الحساب مغلق", "accountNonLocked":"الحساب مغلق",
@ -59,6 +60,7 @@
"loggingRequestUri":"طلب Uri", "loggingRequestUri":"طلب Uri",
"loggingResponseCode":"رمز الاستجابة", "loggingResponseCode":"رمز الاستجابة",
"loggingRemoteIP":"بعيد IP", "loggingRemoteIP":"بعيد IP",
"enterIdentityValue": "أدخل قيمة الهوية",
"loggingTimeTaken":"الوقت المستغرق", "loggingTimeTaken":"الوقت المستغرق",
"loggingDate":"تاريخ", "loggingDate":"تاريخ",
"loggingDateTime": "التاريخ والوقت", "loggingDateTime": "التاريخ والوقت",
@ -105,7 +107,7 @@
"savePassword":"يحفظ", "savePassword":"يحفظ",
"passwordPattern":"يجب أن تكون كلمة المرور أكثر من 8 أحرف وتتضمن حرفًا كبيرًا وحرفًا صغيرًا ورقمًا وحرفًا خاصًا", "passwordPattern":"يجب أن تكون كلمة المرور أكثر من 8 أحرف وتتضمن حرفًا كبيرًا وحرفًا صغيرًا ورقمًا وحرفًا خاصًا",
"SMSGatewaySelect":"اختر صنف", "SMSGatewaySelect":"اختر صنف",
"SelectIdentValueType": "حدد نوع قيمة الهوية", "selectIdentValueType": "حدد نوع قيمة الهوية",
"selectIdentityValue" : "رقم الهوية مطلوب", "selectIdentityValue" : "رقم الهوية مطلوب",
"IdTypeSelect":"حدد تحديد النوع", "IdTypeSelect":"حدد تحديد النوع",
"SMSGatewaySyriatel":"سيريتل", "SMSGatewaySyriatel":"سيريتل",

@ -1,7 +1,7 @@
{ {
"logintoAccount":"Login to your account", "logintoAccount":"Login to your account",
"username":"Username", "userName":"Username",
"userNamePlaceHolder":"Enter Username", "userNamePlaceHolder":"Enter Username",
"password":"Password", "password":"Password",
"passwordPlaceHolder":"Enter Password", "passwordPlaceHolder":"Enter Password",
@ -40,6 +40,7 @@
"SelectAUser":"Select a User", "SelectAUser":"Select a User",
"loggingTitle":"Logging", "loggingTitle":"Logging",
"IBChildTitle":"UnBlock User", "IBChildTitle":"UnBlock User",
"unblockUserDetails": "Unblock User Details",
"IBTitle":"Internet Banking Support", "IBTitle":"Internet Banking Support",
"loggingChildTitle":"Logger Manager", "loggingChildTitle":"Logger Manager",
"fromDate":"From Date", "fromDate":"From Date",
@ -47,10 +48,10 @@
"toDate":"To Date", "toDate":"To Date",
"findLogs":"Find Logs", "findLogs":"Find Logs",
"unBlockCustomer":"UnBlock Customer", "unBlockCustomer":"UnBlock Customer",
"fatchCustomer":"Find customer", "fetchCustomer":"Find Customer",
"loggingID":"Id", "loggingID":"Id",
"cmpFirstname":"First Name", "firstName":"First Name",
"cmpLastname": "Last name", "lastName": "Last Name",
"cmpCuststatus":"Customer Status", "cmpCuststatus":"Customer Status",
"cmpCustlastlogin": "Last Login", "cmpCustlastlogin": "Last Login",
"accountNonLocked":"Account Locked", "accountNonLocked":"Account Locked",
@ -106,7 +107,7 @@
"savePassword":"Save", "savePassword":"Save",
"passwordPattern":"Password must be over 8 characters and include an uppercase letter, a lower case letter, a number and a special character", "passwordPattern":"Password must be over 8 characters and include an uppercase letter, a lower case letter, a number and a special character",
"SMSGatewaySelect":"Select Gateway", "SMSGatewaySelect":"Select Gateway",
"SelectIdentValueType": "Select Type", "selectIdentValueType": "Select Type",
"IdTypeSelect":"Select Select Type", "IdTypeSelect":"Select Select Type",
"SMSGatewaySyriatel":"Syriatel", "SMSGatewaySyriatel":"Syriatel",
"SMSGatewayTwillio":"Twilio", "SMSGatewayTwillio":"Twilio",
@ -145,6 +146,7 @@
"nicop": "S/NICOP", "nicop": "S/NICOP",
"passport": "PASSPORT", "passport": "PASSPORT",
"senderNamePlaceHolder":"Enter Sender Name", "senderNamePlaceHolder":"Enter Sender Name",
"enterIdentityValue":"Enter Identity Value",
"senderName":"Sender Name", "senderName":"Sender Name",
"Next": "Next", "Next": "Next",
"ERR_APP_B_0001":"Internal Server Error", "ERR_APP_B_0001":"Internal Server Error",

Loading…
Cancel
Save