basesite-shared-grid-lib 15.10.305 → 15.10.307
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.
|
Binary file
|
|
@@ -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
|
}]
|
|
@@ -2569,6 +2569,7 @@ class GridLibraryComponent {
|
|
|
2569
2569
|
}
|
|
2570
2570
|
onBtnClick(e) {
|
|
2571
2571
|
this.btnClickHandler.emit(e.rowData);
|
|
2572
|
+
e.stopPropagation();
|
|
2572
2573
|
}
|
|
2573
2574
|
onSaveGridColumnState(event) {
|
|
2574
2575
|
if (this.isOverride || !this.gridStateLoaded) {
|
|
@@ -3391,26 +3392,26 @@ class DateHeaderComponent {
|
|
|
3391
3392
|
this.params.setSort(newSort);
|
|
3392
3393
|
}
|
|
3393
3394
|
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>
|
|
3395
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: DateHeaderComponent, isStandalone: false, selector: "app-date-header", ngImport: i0, template: `
|
|
3396
|
+
<span>
|
|
3397
|
+
{{ params.displayName }}
|
|
3398
|
+
<i class="fa-solid fa-calendar-days" style="margin-left: 4px;"></i>
|
|
3399
|
+
<span #menuButton (click)="toggleSort()">{{ params.displayName }}</span>
|
|
3400
|
+
<span (click)="params.showColumnMenu(menuButton)">☰</span>
|
|
3401
|
+
</span>
|
|
3401
3402
|
`, isInline: true }); }
|
|
3402
3403
|
}
|
|
3403
3404
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DateHeaderComponent, decorators: [{
|
|
3404
3405
|
type: Component,
|
|
3405
3406
|
args: [{
|
|
3406
3407
|
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>
|
|
3408
|
+
template: `
|
|
3409
|
+
<span>
|
|
3410
|
+
{{ params.displayName }}
|
|
3411
|
+
<i class="fa-solid fa-calendar-days" style="margin-left: 4px;"></i>
|
|
3412
|
+
<span #menuButton (click)="toggleSort()">{{ params.displayName }}</span>
|
|
3413
|
+
<span (click)="params.showColumnMenu(menuButton)">☰</span>
|
|
3414
|
+
</span>
|
|
3414
3415
|
`,
|
|
3415
3416
|
standalone: false
|
|
3416
3417
|
}]
|
|
@@ -3421,20 +3422,20 @@ class HeaderComponent {
|
|
|
3421
3422
|
this.params = params;
|
|
3422
3423
|
}
|
|
3423
3424
|
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>
|
|
3425
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.5", type: HeaderComponent, isStandalone: false, selector: "app-date-header", ngImport: i0, template: `
|
|
3426
|
+
<span>
|
|
3427
|
+
{{ params.displayName }}
|
|
3428
|
+
</span>
|
|
3428
3429
|
`, isInline: true }); }
|
|
3429
3430
|
}
|
|
3430
3431
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: HeaderComponent, decorators: [{
|
|
3431
3432
|
type: Component,
|
|
3432
3433
|
args: [{
|
|
3433
3434
|
selector: 'app-date-header',
|
|
3434
|
-
template: `
|
|
3435
|
-
<span>
|
|
3436
|
-
{{ params.displayName }}
|
|
3437
|
-
</span>
|
|
3435
|
+
template: `
|
|
3436
|
+
<span>
|
|
3437
|
+
{{ params.displayName }}
|
|
3438
|
+
</span>
|
|
3438
3439
|
`, standalone: false
|
|
3439
3440
|
}]
|
|
3440
3441
|
}] });
|