@annalib/anna-core 4.4.2 → 4.4.3
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/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +1 -5
- package/fesm2015/annalib-anna-core.mjs +0 -4
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +0 -4
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2418,10 +2418,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2418
2418
|
this.disableSliderApplyButton = false;
|
|
2419
2419
|
this.incorrectSliderInput = false;
|
|
2420
2420
|
}
|
|
2421
|
-
console.log(this.sliderEnteredMinValue);
|
|
2422
2421
|
}
|
|
2423
2422
|
else {
|
|
2424
|
-
console.log('inside else condition');
|
|
2425
2423
|
this.sliderEnteredMinValue = this.options.floor;
|
|
2426
2424
|
this.isMinTextBoxEmpty = true;
|
|
2427
2425
|
this.showSliderMinValueError = false;
|
|
@@ -2478,7 +2476,6 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2478
2476
|
this.sliderEnteredMaxValue = this.options.ceil;
|
|
2479
2477
|
this.isMaxTextBoxEmpty = true;
|
|
2480
2478
|
this.showSliderMaxValueError = false;
|
|
2481
|
-
console.log(this.sliderEnteredMaxValue);
|
|
2482
2479
|
}
|
|
2483
2480
|
this.showErrorForMinAndMaxValue();
|
|
2484
2481
|
}
|
|
@@ -3279,7 +3276,6 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3279
3276
|
checkIfSortingChanged() {
|
|
3280
3277
|
this.isSortChanged = this.tempSortOrder != null && this.tempSortOrder != this.annaSortService.columnSortState.get(this.annaFilterService.selectedRadio);
|
|
3281
3278
|
;
|
|
3282
|
-
console.log(this.isSortChanged);
|
|
3283
3279
|
return this.isSortChanged;
|
|
3284
3280
|
}
|
|
3285
3281
|
disableApplyButtonOfSelectedFilter() {
|