@annalib/anna-core 4.3.9 → 4.3.10
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
|
@@ -2391,10 +2391,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2391
2391
|
this.disableSliderApplyButton = false;
|
|
2392
2392
|
this.incorrectSliderInput = false;
|
|
2393
2393
|
}
|
|
2394
|
-
console.log(this.sliderEnteredMinValue);
|
|
2395
2394
|
}
|
|
2396
2395
|
else {
|
|
2397
|
-
console.log('inside else condition');
|
|
2398
2396
|
this.sliderEnteredMinValue = this.options.floor;
|
|
2399
2397
|
this.isMinTextBoxEmpty = true;
|
|
2400
2398
|
this.showSliderMinValueError = false;
|
|
@@ -2451,7 +2449,6 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2451
2449
|
this.sliderEnteredMaxValue = this.options.ceil;
|
|
2452
2450
|
this.isMaxTextBoxEmpty = true;
|
|
2453
2451
|
this.showSliderMaxValueError = false;
|
|
2454
|
-
console.log(this.sliderEnteredMaxValue);
|
|
2455
2452
|
}
|
|
2456
2453
|
this.showErrorForMinAndMaxValue();
|
|
2457
2454
|
}
|
|
@@ -3252,7 +3249,6 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3252
3249
|
checkIfSortingChanged() {
|
|
3253
3250
|
this.isSortChanged = this.tempSortOrder != null && this.tempSortOrder != this.annaSortService.columnSortState.get(this.annaFilterService.selectedRadio);
|
|
3254
3251
|
;
|
|
3255
|
-
console.log(this.isSortChanged);
|
|
3256
3252
|
return this.isSortChanged;
|
|
3257
3253
|
}
|
|
3258
3254
|
disableApplyButtonOfSelectedFilter() {
|