@trudb/tru-common-lib 0.1.932 → 0.1.933
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.
|
@@ -6065,8 +6065,8 @@ class TruDataGridHeaderFilter {
|
|
|
6065
6065
|
<mat-selection-list [multiple]="false">
|
|
6066
6066
|
@for (typeOfSort of typesOfSort; track typeOfSort.value) {
|
|
6067
6067
|
<mat-list-option>
|
|
6068
|
-
|
|
6069
|
-
<span>{{typeOfSort.label}}</span>
|
|
6068
|
+
|
|
6069
|
+
<span matListItem>{{typeOfSort.label}}</span>
|
|
6070
6070
|
</mat-list-option>
|
|
6071
6071
|
}
|
|
6072
6072
|
<mat-divider></mat-divider>
|
|
@@ -6092,8 +6092,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
6092
6092
|
<mat-selection-list [multiple]="false">
|
|
6093
6093
|
@for (typeOfSort of typesOfSort; track typeOfSort.value) {
|
|
6094
6094
|
<mat-list-option>
|
|
6095
|
-
|
|
6096
|
-
<span>{{typeOfSort.label}}</span>
|
|
6095
|
+
|
|
6096
|
+
<span matListItem>{{typeOfSort.label}}</span>
|
|
6097
6097
|
</mat-list-option>
|
|
6098
6098
|
}
|
|
6099
6099
|
<mat-divider></mat-divider>
|