@pepperi-addons/ngx-lib 0.4.2-beta.95 → 0.4.2-beta.97
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/esm2020/list/list.component.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/package.json +1 -1
- package/src/core/style/components/general.scss +7 -0
|
@@ -1450,7 +1450,7 @@ class PepListComponent {
|
|
|
1450
1450
|
}
|
|
1451
1451
|
}
|
|
1452
1452
|
getSelectionCheckBoxWidth() {
|
|
1453
|
-
return this.selectionTypeForActions === 'multi' ? 44 : 0;
|
|
1453
|
+
return this.selectionTypeForActions === 'multi' ? 44 : (this.selectionTypeForActions === 'single' ? 44 : 0);
|
|
1454
1454
|
}
|
|
1455
1455
|
setContainerWidth() {
|
|
1456
1456
|
if (!this.hostElement.nativeElement.parentElement) {
|