@pepperi-addons/ngx-lib 0.4.2-beta.94 → 0.4.2-beta.96
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 +17 -9
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs +16 -8
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs +16 -8
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/list/list.component.d.ts +1 -0
- package/package.json +1 -1
package/list/list.component.d.ts
CHANGED
|
@@ -123,6 +123,7 @@ export declare class PepListComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
123
123
|
private getUniqItemId;
|
|
124
124
|
private setLayout;
|
|
125
125
|
private setLastColumnsWidth;
|
|
126
|
+
private setVirtualScrollWidth;
|
|
126
127
|
private setColumnsWidth;
|
|
127
128
|
private calcColumnsWidth;
|
|
128
129
|
private calcObjectHeight;
|