@annalib/anna-core 15.0.33 → 15.0.34

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.
@@ -178,10 +178,10 @@ class AnnaDeletedOrderIconTemplateComponent {
178
178
  }
179
179
  }
180
180
  AnnaDeletedOrderIconTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AnnaDeletedOrderIconTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
181
- AnnaDeletedOrderIconTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AnnaDeletedOrderIconTemplateComponent, selector: "anna-deleted-order-icon-template", ngImport: i0, template: "<i class=\"mdi mdi-file-remove-outline\"></i>", styles: [".mdi-file-remove-outline{font-size:1.5rem;color:#f44336}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
181
+ AnnaDeletedOrderIconTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AnnaDeletedOrderIconTemplateComponent, selector: "anna-deleted-order-icon-template", ngImport: i0, template: "<i class=\"mdi mdi-file-remove-outline\"></i>", styles: [".mdi-file-remove-outline{font-size:1.5rem;color:#f44336}\n"] });
182
182
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AnnaDeletedOrderIconTemplateComponent, decorators: [{
183
183
  type: Component,
184
- args: [{ selector: 'anna-deleted-order-icon-template', changeDetection: ChangeDetectionStrategy.OnPush, template: "<i class=\"mdi mdi-file-remove-outline\"></i>", styles: [".mdi-file-remove-outline{font-size:1.5rem;color:#f44336}\n"] }]
184
+ args: [{ selector: 'anna-deleted-order-icon-template', template: "<i class=\"mdi mdi-file-remove-outline\"></i>", styles: [".mdi-file-remove-outline{font-size:1.5rem;color:#f44336}\n"] }]
185
185
  }], ctorParameters: function () { return []; } });
186
186
 
187
187
  class AnnaIconColumnComponent {
@@ -1897,10 +1897,14 @@ class AnnaNonEditableGenericTableComponent {
1897
1897
  this.textActionTooltip = [];
1898
1898
  this.tooltipContainingTable = null;
1899
1899
  this.tableBottomBorderClass = null;
1900
+ this.setFilterIconMargin = true;
1900
1901
  this.setTooltipRadioNames();
1901
1902
  }
1902
1903
  ngAfterViewChecked() {
1904
+ if (!this.setFilterIconMargin)
1905
+ return;
1903
1906
  this.setMarginLeftForFilterIcon();
1907
+ this.setFilterIconMargin = false;
1904
1908
  }
1905
1909
  ngOnInit() {
1906
1910
  }
@@ -1943,6 +1947,7 @@ class AnnaNonEditableGenericTableComponent {
1943
1947
  this.annaSortService.columnSortState = new Map();
1944
1948
  // this.setColumnSortStateMap();
1945
1949
  this.setActiveStateObject();
1950
+ this.setFilterIconMargin = true;
1946
1951
  }
1947
1952
  if (changes['totalRowInfo'] && changes['totalRowInfo'].currentValue) {
1948
1953
  this.totalRowColumns = this.totalRowInfo.map(x => x.colName);