@meshmakers/shared-ui 3.3.960 → 3.3.970

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.
@@ -2967,7 +2967,8 @@ class EntitySelectDialogComponent {
2967
2967
  <kendo-grid-column
2968
2968
  *ngFor="let column of columns"
2969
2969
  [field]="column.field"
2970
- [title]="getDisplayName(column) | pascalCase">
2970
+ [title]="getDisplayName(column) | pascalCase"
2971
+ [width]="column.width!">
2971
2972
  </kendo-grid-column>
2972
2973
 
2973
2974
  </kendo-grid>
@@ -3041,7 +3042,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
3041
3042
  <kendo-grid-column
3042
3043
  *ngFor="let column of columns"
3043
3044
  [field]="column.field"
3044
- [title]="getDisplayName(column) | pascalCase">
3045
+ [title]="getDisplayName(column) | pascalCase"
3046
+ [width]="column.width!">
3045
3047
  </kendo-grid-column>
3046
3048
 
3047
3049
  </kendo-grid>