@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 {
@@ -1899,10 +1899,14 @@ class AnnaNonEditableGenericTableComponent {
1899
1899
  this.textActionTooltip = [];
1900
1900
  this.tooltipContainingTable = null;
1901
1901
  this.tableBottomBorderClass = null;
1902
+ this.setFilterIconMargin = true;
1902
1903
  this.setTooltipRadioNames();
1903
1904
  }
1904
1905
  ngAfterViewChecked() {
1906
+ if (!this.setFilterIconMargin)
1907
+ return;
1905
1908
  this.setMarginLeftForFilterIcon();
1909
+ this.setFilterIconMargin = false;
1906
1910
  }
1907
1911
  ngOnInit() {
1908
1912
  }
@@ -1945,6 +1949,7 @@ class AnnaNonEditableGenericTableComponent {
1945
1949
  this.annaSortService.columnSortState = new Map();
1946
1950
  // this.setColumnSortStateMap();
1947
1951
  this.setActiveStateObject();
1952
+ this.setFilterIconMargin = true;
1948
1953
  }
1949
1954
  if (changes['totalRowInfo'] && changes['totalRowInfo'].currentValue) {
1950
1955
  this.totalRowColumns = this.totalRowInfo.map(x => x.colName);