@skysoftware-co/bayan-hr-widgets-ui 1.0.48 → 1.0.49

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.
@@ -222,6 +222,7 @@ var DependentsDocuments$2 = "Dependents Documents";
222
222
  var IssueDate$2 = "Issue Date";
223
223
  var ExpiryDate$2 = "Expiry Date";
224
224
  var DocumentNumber$2 = "Document Number";
225
+ var EmployeeDocuments$2 = "Employee Documents";
225
226
  var en = {
226
227
  ReportingTo: ReportingTo$2,
227
228
  NotAnknown: NotAnknown$2,
@@ -381,7 +382,8 @@ var en = {
381
382
  DependentsDocuments: DependentsDocuments$2,
382
383
  IssueDate: IssueDate$2,
383
384
  ExpiryDate: ExpiryDate$2,
384
- DocumentNumber: DocumentNumber$2
385
+ DocumentNumber: DocumentNumber$2,
386
+ EmployeeDocuments: EmployeeDocuments$2
385
387
  };
386
388
 
387
389
  var ReportingTo$1 = "مفوض الى";
@@ -535,6 +537,7 @@ var DependentsDocuments$1 = "مستندات المعالون";
535
537
  var IssueDate$1 = "تاريخ الإصدار";
536
538
  var ExpiryDate$1 = "تاريخ انتهاء الصلاحية";
537
539
  var DocumentNumber$1 = "رقم الوثيقة";
540
+ var EmployeeDocuments$1 = "وثائق الموظف";
538
541
  var ar = {
539
542
  ReportingTo: ReportingTo$1,
540
543
  NotAnknown: NotAnknown$1,
@@ -693,7 +696,8 @@ var ar = {
693
696
  DependentsDocuments: DependentsDocuments$1,
694
697
  IssueDate: IssueDate$1,
695
698
  ExpiryDate: ExpiryDate$1,
696
- DocumentNumber: DocumentNumber$1
699
+ DocumentNumber: DocumentNumber$1,
700
+ EmployeeDocuments: EmployeeDocuments$1
697
701
  };
698
702
 
699
703
  var ReportingTo = "Rapport à";
@@ -848,6 +852,7 @@ var DependentsDocuments = "Documents des personnes à charge";
848
852
  var IssueDate = "Date d'émission";
849
853
  var ExpiryDate = "Date d'expiration";
850
854
  var DocumentNumber = "Numéro de document";
855
+ var EmployeeDocuments = "Documents de l'employé";
851
856
  var fr = {
852
857
  ReportingTo: ReportingTo,
853
858
  NotAnknown: NotAnknown,
@@ -1007,7 +1012,8 @@ var fr = {
1007
1012
  DependentsDocuments: DependentsDocuments,
1008
1013
  IssueDate: IssueDate,
1009
1014
  ExpiryDate: ExpiryDate,
1010
- DocumentNumber: DocumentNumber
1015
+ DocumentNumber: DocumentNumber,
1016
+ EmployeeDocuments: EmployeeDocuments
1011
1017
  };
1012
1018
 
1013
1019
  const BUILT_IN_LEXICONS = { en, ar, fr };
@@ -5437,7 +5443,7 @@ class ProfilePersonalDocumentsWidgetComponent {
5437
5443
  isLoading = true;
5438
5444
  baseUrl = '';
5439
5445
  employeeName = '';
5440
- sectionTitle = 'PersonalDocuments';
5446
+ sectionTitle = 'EmployeeDocuments';
5441
5447
  icon = faFileLines;
5442
5448
  viewIcon = faEye;
5443
5449
  downloadIcon = faFolderArrowDown;