@pepperi-addons/ngx-lib 0.4.2-beta.83 → 0.4.2-beta.85
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/address/address.component.mjs +1 -1
- package/esm2020/form/field-generator.component.mjs +1 -1
- package/esm2020/form/internal-field-generator.component.mjs +1 -1
- package/esm2020/list/list.component.mjs +5 -1
- package/esm2020/profile-data-views-list/profile-data-views-list.component.mjs +1 -1
- package/esm2020/query-builder/query-builder-item/query-builder-item.component.mjs +1 -1
- package/esm2020/select/select.component.mjs +29 -24
- package/esm2020/smart-filters/boolean-filter/boolean-filter.component.mjs +1 -1
- package/esm2020/smart-filters/date-filter/date-filter.component.mjs +1 -1
- package/esm2020/smart-filters/multi-select-filter/multi-select-filter.component.mjs +1 -1
- package/esm2020/smart-filters/number-filter/number-filter.component.mjs +1 -1
- package/esm2020/smart-filters/text-filter/text-filter.component.mjs +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-address.mjs +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-address.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs +4 -0
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs +28 -23
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +5 -5
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-address.mjs +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-address.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs +4 -0
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs +28 -23
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +5 -5
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/package.json +1 -1
- package/select/select.component.d.ts +2 -1
|
@@ -1583,6 +1583,7 @@ class PepListComponent {
|
|
|
1583
1583
|
totalCalcColsWidth += this.lastColumnsWidth[index].calcColumnWidth;
|
|
1584
1584
|
}
|
|
1585
1585
|
widthToSet = (totalCalcColsWidth + this.getSelectionCheckBoxWidth()) + 'px';
|
|
1586
|
+
console.log(`setLastColumnsWidth -> widthToSet: ${widthToSet} *** totalCalcColsWidth: ${totalCalcColsWidth}`);
|
|
1586
1587
|
this.setColumnsWidth(widthToSet);
|
|
1587
1588
|
res = true;
|
|
1588
1589
|
}
|
|
@@ -1649,6 +1650,7 @@ class PepListComponent {
|
|
|
1649
1650
|
}
|
|
1650
1651
|
widthToSet = (totalCalcColsWidth + this.getSelectionCheckBoxWidth()) + 'px';
|
|
1651
1652
|
}
|
|
1653
|
+
console.log(`calcColumnsWidth -> widthToSet: ${widthToSet} *** totalCalcColsWidth: ${totalCalcColsWidth}`);
|
|
1652
1654
|
this.setColumnsWidth(widthToSet);
|
|
1653
1655
|
}
|
|
1654
1656
|
calcObjectHeight() {
|
|
@@ -2186,6 +2188,7 @@ class PepListComponent {
|
|
|
2186
2188
|
this.startX = event.x;
|
|
2187
2189
|
this.startWidth = event.target.closest('.header-column').offsetWidth;
|
|
2188
2190
|
this.tableStartWidth = this.hostElement.nativeElement.offsetWidth; // this.virtualScroller?.contentElementRef.nativeElement.offsetWidth;
|
|
2191
|
+
console.log(`tableStartWidth - ${this.tableStartWidth}`);
|
|
2189
2192
|
}
|
|
2190
2193
|
onListResize(event) {
|
|
2191
2194
|
if (this.pressedColumn.length > 0) {
|
|
@@ -2219,6 +2222,7 @@ class PepListComponent {
|
|
|
2219
2222
|
totalCalcColsWidth += uiControlField.calcColumnWidth;
|
|
2220
2223
|
}
|
|
2221
2224
|
const widthToSet = (this.tableStartWidth + widthToAdd) + 'px';
|
|
2225
|
+
console.log(`onListResize -> widthToSet: ${widthToSet} *** widthToAdd: ${widthToAdd}`);
|
|
2222
2226
|
this.setColumnsWidth(widthToSet);
|
|
2223
2227
|
this.checkForChanges = new Date().getTime();
|
|
2224
2228
|
}
|