basesite-shared-grid-lib 15.10.305 → 15.10.306

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.
@@ -1036,20 +1036,20 @@ class CellRendererComponent {
1036
1036
  return false;
1037
1037
  }
1038
1038
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: CellRendererComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1039
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: CellRendererComponent, isStandalone: false, selector: "app-cell-data", ngImport: i0, template: `
1040
- <span>
1041
- {{ params.value }}
1042
- </span>
1039
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: CellRendererComponent, isStandalone: false, selector: "app-cell-data", ngImport: i0, template: `
1040
+ <span>
1041
+ {{ params.value }}
1042
+ </span>
1043
1043
  `, isInline: true }); }
1044
1044
  }
1045
1045
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: CellRendererComponent, decorators: [{
1046
1046
  type: Component,
1047
1047
  args: [{
1048
1048
  selector: 'app-cell-data',
1049
- template: `
1050
- <span>
1051
- {{ params.value }}
1052
- </span>
1049
+ template: `
1050
+ <span>
1051
+ {{ params.value }}
1052
+ </span>
1053
1053
  `,
1054
1054
  standalone: false
1055
1055
  }]
@@ -1064,52 +1064,52 @@ class FillCellRendererComponent {
1064
1064
  return false;
1065
1065
  }
1066
1066
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: FillCellRendererComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1067
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: FillCellRendererComponent, isStandalone: false, selector: "app-fill-cell-data", ngImport: i0, template: `
1068
- <span #dacIndicator class="status-fill-cell text-white" *ngIf="params.value && params.field === 'dacStatus'" [ngStyle]="{'background': rowData.dacIndicator? rowData.dacIndicator : '#fff', 'width':'178px'}" >
1069
- {{ params.value }}
1070
- </span>
1071
- <span #pocIndicator class="status-fill-cell text-white" *ngIf="params.value && params.field === 'completionStatus'" [ngStyle]="{'background': rowData.pocIndicator? rowData.pocIndicator:'#fff', 'width':'95px'}" >
1072
- {{ params.value }}
1073
- </span>
1074
- <span #fundingIndicator class="status-fill-cell text-white" *ngIf="params.value && params.field === 'funding'" [ngStyle]="{'background': rowData.fundingIndicator? rowData.fundingIndicator:'#fff', 'width':'108px'}">
1075
- {{ params.value }}
1076
- </span>
1077
- <span #layoutIndicator class="status-fill-cell" *ngIf="params.value && params.field === 'layout'" >
1078
- {{ params.value }}
1079
- </span>
1080
- <span #facilityIndicator class="info-fill-cell text-white" *ngIf="params.value && params.field === 'facilityName'" [ngStyle]="{'background': 'var(--primary)'}" >
1081
- {{ params.value }}
1082
- </span>
1083
- <span #aeIndicator class="info-fill-cell text-black" *ngIf="params.value && params.field === 'aefirm'" [ngStyle]="{'background': 'var(--gray-6)'}" >
1084
- {{ params.value }}
1085
- </span>
1086
- <span *ngIf="!params.value">{{params.value}}</span>
1067
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: FillCellRendererComponent, isStandalone: false, selector: "app-fill-cell-data", ngImport: i0, template: `
1068
+ <span #dacIndicator class="status-fill-cell text-white" *ngIf="params.value && params.field === 'dacStatus'" [ngStyle]="{'background': rowData.dacIndicator? rowData.dacIndicator : '#fff', 'width':'178px'}" >
1069
+ {{ params.value }}
1070
+ </span>
1071
+ <span #pocIndicator class="status-fill-cell text-white" *ngIf="params.value && params.field === 'completionStatus'" [ngStyle]="{'background': rowData.pocIndicator? rowData.pocIndicator:'#fff', 'width':'95px'}" >
1072
+ {{ params.value }}
1073
+ </span>
1074
+ <span #fundingIndicator class="status-fill-cell text-white" *ngIf="params.value && params.field === 'funding'" [ngStyle]="{'background': rowData.fundingIndicator? rowData.fundingIndicator:'#fff', 'width':'108px'}">
1075
+ {{ params.value }}
1076
+ </span>
1077
+ <span #layoutIndicator class="status-fill-cell text-white" *ngIf="params.value && params.field === 'layout'" [ngStyle]="{'background': rowData.layoutIndicator? rowData.layoutIndicator:'#fff', 'width':'104px'}">
1078
+ {{ params.value }}
1079
+ </span>
1080
+ <span #facilityIndicator class="info-fill-cell text-white" *ngIf="params.value && params.field === 'facilityName'" [ngStyle]="{'background': 'var(--primary)'}" >
1081
+ {{ params.value }}
1082
+ </span>
1083
+ <span #aeIndicator class="info-fill-cell text-black" *ngIf="params.value && params.field === 'aefirm'" [ngStyle]="{'background': 'var(--gray-6)'}" >
1084
+ {{ params.value }}
1085
+ </span>
1086
+ <span *ngIf="!params.value">{{params.value}}</span>
1087
1087
  `, isInline: true, dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
1088
1088
  }
1089
1089
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: FillCellRendererComponent, decorators: [{
1090
1090
  type: Component,
1091
1091
  args: [{
1092
1092
  selector: 'app-fill-cell-data',
1093
- template: `
1094
- <span #dacIndicator class="status-fill-cell text-white" *ngIf="params.value && params.field === 'dacStatus'" [ngStyle]="{'background': rowData.dacIndicator? rowData.dacIndicator : '#fff', 'width':'178px'}" >
1095
- {{ params.value }}
1096
- </span>
1097
- <span #pocIndicator class="status-fill-cell text-white" *ngIf="params.value && params.field === 'completionStatus'" [ngStyle]="{'background': rowData.pocIndicator? rowData.pocIndicator:'#fff', 'width':'95px'}" >
1098
- {{ params.value }}
1099
- </span>
1100
- <span #fundingIndicator class="status-fill-cell text-white" *ngIf="params.value && params.field === 'funding'" [ngStyle]="{'background': rowData.fundingIndicator? rowData.fundingIndicator:'#fff', 'width':'108px'}">
1101
- {{ params.value }}
1102
- </span>
1103
- <span #layoutIndicator class="status-fill-cell" *ngIf="params.value && params.field === 'layout'" >
1104
- {{ params.value }}
1105
- </span>
1106
- <span #facilityIndicator class="info-fill-cell text-white" *ngIf="params.value && params.field === 'facilityName'" [ngStyle]="{'background': 'var(--primary)'}" >
1107
- {{ params.value }}
1108
- </span>
1109
- <span #aeIndicator class="info-fill-cell text-black" *ngIf="params.value && params.field === 'aefirm'" [ngStyle]="{'background': 'var(--gray-6)'}" >
1110
- {{ params.value }}
1111
- </span>
1112
- <span *ngIf="!params.value">{{params.value}}</span>
1093
+ template: `
1094
+ <span #dacIndicator class="status-fill-cell text-white" *ngIf="params.value && params.field === 'dacStatus'" [ngStyle]="{'background': rowData.dacIndicator? rowData.dacIndicator : '#fff', 'width':'178px'}" >
1095
+ {{ params.value }}
1096
+ </span>
1097
+ <span #pocIndicator class="status-fill-cell text-white" *ngIf="params.value && params.field === 'completionStatus'" [ngStyle]="{'background': rowData.pocIndicator? rowData.pocIndicator:'#fff', 'width':'95px'}" >
1098
+ {{ params.value }}
1099
+ </span>
1100
+ <span #fundingIndicator class="status-fill-cell text-white" *ngIf="params.value && params.field === 'funding'" [ngStyle]="{'background': rowData.fundingIndicator? rowData.fundingIndicator:'#fff', 'width':'108px'}">
1101
+ {{ params.value }}
1102
+ </span>
1103
+ <span #layoutIndicator class="status-fill-cell text-white" *ngIf="params.value && params.field === 'layout'" [ngStyle]="{'background': rowData.layoutIndicator? rowData.layoutIndicator:'#fff', 'width':'104px'}">
1104
+ {{ params.value }}
1105
+ </span>
1106
+ <span #facilityIndicator class="info-fill-cell text-white" *ngIf="params.value && params.field === 'facilityName'" [ngStyle]="{'background': 'var(--primary)'}" >
1107
+ {{ params.value }}
1108
+ </span>
1109
+ <span #aeIndicator class="info-fill-cell text-black" *ngIf="params.value && params.field === 'aefirm'" [ngStyle]="{'background': 'var(--gray-6)'}" >
1110
+ {{ params.value }}
1111
+ </span>
1112
+ <span *ngIf="!params.value">{{params.value}}</span>
1113
1113
  `,
1114
1114
  standalone: false
1115
1115
  }]
@@ -3391,26 +3391,26 @@ class DateHeaderComponent {
3391
3391
  this.params.setSort(newSort);
3392
3392
  }
3393
3393
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DateHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3394
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DateHeaderComponent, isStandalone: false, selector: "app-date-header", ngImport: i0, template: `
3395
- <span>
3396
- {{ params.displayName }}
3397
- <i class="fa-solid fa-calendar-days" style="margin-left: 4px;"></i>
3398
- <span #menuButton (click)="toggleSort()">{{ params.displayName }}</span>
3399
- <span (click)="params.showColumnMenu(menuButton)">☰</span>
3400
- </span>
3394
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DateHeaderComponent, isStandalone: false, selector: "app-date-header", ngImport: i0, template: `
3395
+ <span>
3396
+ {{ params.displayName }}
3397
+ <i class="fa-solid fa-calendar-days" style="margin-left: 4px;"></i>
3398
+ <span #menuButton (click)="toggleSort()">{{ params.displayName }}</span>
3399
+ <span (click)="params.showColumnMenu(menuButton)">☰</span>
3400
+ </span>
3401
3401
  `, isInline: true }); }
3402
3402
  }
3403
3403
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DateHeaderComponent, decorators: [{
3404
3404
  type: Component,
3405
3405
  args: [{
3406
3406
  selector: 'app-date-header',
3407
- template: `
3408
- <span>
3409
- {{ params.displayName }}
3410
- <i class="fa-solid fa-calendar-days" style="margin-left: 4px;"></i>
3411
- <span #menuButton (click)="toggleSort()">{{ params.displayName }}</span>
3412
- <span (click)="params.showColumnMenu(menuButton)">☰</span>
3413
- </span>
3407
+ template: `
3408
+ <span>
3409
+ {{ params.displayName }}
3410
+ <i class="fa-solid fa-calendar-days" style="margin-left: 4px;"></i>
3411
+ <span #menuButton (click)="toggleSort()">{{ params.displayName }}</span>
3412
+ <span (click)="params.showColumnMenu(menuButton)">☰</span>
3413
+ </span>
3414
3414
  `,
3415
3415
  standalone: false
3416
3416
  }]
@@ -3421,20 +3421,20 @@ class HeaderComponent {
3421
3421
  this.params = params;
3422
3422
  }
3423
3423
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: HeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3424
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: HeaderComponent, isStandalone: false, selector: "app-date-header", ngImport: i0, template: `
3425
- <span>
3426
- {{ params.displayName }}
3427
- </span>
3424
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: HeaderComponent, isStandalone: false, selector: "app-date-header", ngImport: i0, template: `
3425
+ <span>
3426
+ {{ params.displayName }}
3427
+ </span>
3428
3428
  `, isInline: true }); }
3429
3429
  }
3430
3430
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: HeaderComponent, decorators: [{
3431
3431
  type: Component,
3432
3432
  args: [{
3433
3433
  selector: 'app-date-header',
3434
- template: `
3435
- <span>
3436
- {{ params.displayName }}
3437
- </span>
3434
+ template: `
3435
+ <span>
3436
+ {{ params.displayName }}
3437
+ </span>
3438
3438
  `, standalone: false
3439
3439
  }]
3440
3440
  }] });