@trudb/tru-common-lib 0.1.936 → 0.1.937

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,14 +6065,14 @@ class TruDataGridHeaderFilter {
6065
6065
  <mat-selection-list [multiple]="false">
6066
6066
  @for (typeOfSort of typesOfSort; track typeOfSort.value) {
6067
6067
  <mat-list-option>
6068
- <mat-icon matListItemIcon [svgIcon]="typeOfSort.icon"></mat-icon>
6068
+ <mat-icon matListItemIcon [svgIcon]="'{{typeOfSort.icon}}'"></mat-icon>
6069
6069
  <span matListItem>{{typeOfSort.label}}</span>
6070
6070
  </mat-list-option>
6071
6071
  }
6072
6072
  <mat-divider></mat-divider>
6073
6073
  </mat-selection-list>
6074
6074
  <mat-divider></mat-divider>
6075
- </div>`, isInline: true, styles: [".tru-data-grid-header-filter-container mdc-list-item{padding-left:5px!important;padding-right:5px!important}::ng-deep .tru-data-grid-header-filter-container mat-icon{height:18px!important;width:18px!important;padding-right:5px;padding-top:4px}::ng-deep .tru-data-grid-header-filter-container .mdc-list-item__primary-text span{font-size:12px!important}::ng-deep .tru-data-grid-header-filter-container .mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end{display:none!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: MatSelectionList, selector: "mat-selection-list", inputs: ["color", "compareWith", "multiple", "hideSingleSelectionIndicator", "disabled"], outputs: ["selectionChange"], exportAs: ["matSelectionList"] }, { kind: "component", type: MatListOption, selector: "mat-list-option", inputs: ["togglePosition", "checkboxPosition", "color", "value", "selected"], outputs: ["selectedChange"], exportAs: ["matListOption"] }, { kind: "component", type: MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }] });
6075
+ </div>`, isInline: true, styles: [".tru-data-grid-header-filter-container mdc-list-item{min-width:250px!important}.tru-data-grid-header-filter-container mdc-list-item{padding-left:5px!important;padding-right:5px!important}::ng-deep .tru-data-grid-header-filter-container mat-icon{height:18px!important;width:18px!important;padding-right:5px;padding-top:4px}::ng-deep .tru-data-grid-header-filter-container .mdc-list-item__primary-text span{font-size:12px!important}::ng-deep .tru-data-grid-header-filter-container .mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end{display:none!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: MatSelectionList, selector: "mat-selection-list", inputs: ["color", "compareWith", "multiple", "hideSingleSelectionIndicator", "disabled"], outputs: ["selectionChange"], exportAs: ["matSelectionList"] }, { kind: "component", type: MatListOption, selector: "mat-list-option", inputs: ["togglePosition", "checkboxPosition", "color", "value", "selected"], outputs: ["selectedChange"], exportAs: ["matListOption"] }, { kind: "component", type: MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }] });
6076
6076
  }
6077
6077
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TruDataGridHeaderFilter, decorators: [{
6078
6078
  type: Component,
@@ -6092,14 +6092,14 @@ 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
- <mat-icon matListItemIcon [svgIcon]="typeOfSort.icon"></mat-icon>
6095
+ <mat-icon matListItemIcon [svgIcon]="'{{typeOfSort.icon}}'"></mat-icon>
6096
6096
  <span matListItem>{{typeOfSort.label}}</span>
6097
6097
  </mat-list-option>
6098
6098
  }
6099
6099
  <mat-divider></mat-divider>
6100
6100
  </mat-selection-list>
6101
6101
  <mat-divider></mat-divider>
6102
- </div>`, styles: [".tru-data-grid-header-filter-container mdc-list-item{padding-left:5px!important;padding-right:5px!important}::ng-deep .tru-data-grid-header-filter-container mat-icon{height:18px!important;width:18px!important;padding-right:5px;padding-top:4px}::ng-deep .tru-data-grid-header-filter-container .mdc-list-item__primary-text span{font-size:12px!important}::ng-deep .tru-data-grid-header-filter-container .mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end{display:none!important}\n"] }]
6102
+ </div>`, styles: [".tru-data-grid-header-filter-container mdc-list-item{min-width:250px!important}.tru-data-grid-header-filter-container mdc-list-item{padding-left:5px!important;padding-right:5px!important}::ng-deep .tru-data-grid-header-filter-container mat-icon{height:18px!important;width:18px!important;padding-right:5px;padding-top:4px}::ng-deep .tru-data-grid-header-filter-container .mdc-list-item__primary-text span{font-size:12px!important}::ng-deep .tru-data-grid-header-filter-container .mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end{display:none!important}\n"] }]
6103
6103
  }], ctorParameters: () => [] });
6104
6104
 
6105
6105
  class TruDataGridRefHeader {