@esfaenza/es-table 11.2.134 → 11.2.136

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.
@@ -430,6 +430,8 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
430
430
  private callTimeout;
431
431
  /** Cache dei th piuttosto che ricalcolarseli di continuo */
432
432
  private thsCache;
433
+ /** Indica quando la cache dei th è stata fillata almeno la prima volta */
434
+ private thsCacheSet;
433
435
  /**
434
436
  * Flag che, se **true**, per un giro di binding mantiene la visibilità impostata localmente, piuttosto che allineare alla View bindata.
435
437
  * Usata per modificare in maniera programmatica la visibilità delle colonne dal metodo **setHeaderVisibility**,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.134",
3
+ "version": "11.2.136",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },