@trudb/tru-common-lib 0.1.892 → 0.1.893
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.
|
@@ -5966,6 +5966,7 @@ class TruDataGridHeader {
|
|
|
5966
5966
|
<span ref="eText" class="ag-header-cell-text">{{params.displayName}}</span>
|
|
5967
5967
|
</div>
|
|
5968
5968
|
<div class="ag-header-control-sort-container" (click)="onSortRequested($event)" (mouseenter)="isHovering = true" (mouseleave)="isHovering = false">
|
|
5969
|
+
<span></span>
|
|
5969
5970
|
<span *ngIf="noSort === 'active' && isHovering" ref="eSortAsc" class="ag-header-icon ag-header-label-icon ag-sort-icon ag-sort-no-icon">
|
|
5970
5971
|
<mat-icon [svgIcon]="'no-sort-icon'"></mat-icon>
|
|
5971
5972
|
</span>
|
|
@@ -5990,6 +5991,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
5990
5991
|
<span ref="eText" class="ag-header-cell-text">{{params.displayName}}</span>
|
|
5991
5992
|
</div>
|
|
5992
5993
|
<div class="ag-header-control-sort-container" (click)="onSortRequested($event)" (mouseenter)="isHovering = true" (mouseleave)="isHovering = false">
|
|
5994
|
+
<span></span>
|
|
5993
5995
|
<span *ngIf="noSort === 'active' && isHovering" ref="eSortAsc" class="ag-header-icon ag-header-label-icon ag-sort-icon ag-sort-no-icon">
|
|
5994
5996
|
<mat-icon [svgIcon]="'no-sort-icon'"></mat-icon>
|
|
5995
5997
|
</span>
|