@meshmakers/shared-ui 3.4.380 → 3.4.400
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
|
@@ -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 =
|
|
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;
|