@meshmakers/shared-ui 3.4.380 → 3.4.410

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshmakers/shared-ui",
3
- "version": "3.4.380",
3
+ "version": "3.4.410",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^22.0.0",
6
6
  "@angular/core": "^22.0.0",
@@ -328,7 +328,7 @@ declare class ListViewComponent extends CommandBaseService implements OnDestroy,
328
328
  * collapsing the auto columns to zero.
329
329
  */
330
330
  protected getEffectiveWidth(column: TableColumn): number | undefined;
331
- protected readonly checkboxColumnWidth = 40;
331
+ protected readonly checkboxColumnWidth = 48;
332
332
  protected getDisplayName(column: TableColumn): string;
333
333
  protected getIsDisabled(commandItem: CommandItem, dataItem?: unknown): boolean;
334
334
  protected getValue(element: Record<string, unknown>, column: TableColumn): unknown;