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