@esfaenza/es-table 15.2.35 → 15.2.37

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.
@@ -726,6 +726,8 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
726
726
  getCellReference(object: any, column: string): EsTd;
727
727
  registerCell(event: EsTdReference): void;
728
728
  showDialog(dlg: ModalDirective, elementRef: ElementRef): void;
729
+ private retries;
730
+ doFixDialog(dlg: ModalDirective, elementRef: ElementRef): void;
729
731
  doFixBody(elementRef: ElementRef): void;
730
732
  hideDialog(dlg: ModalDirective): void;
731
733
  static ɵfac: i0.ɵɵFactoryDeclaration<EsTableComponent, [{ optional: true; self: true; }, { optional: true; }, { optional: true; }, null, null, null, null, null, null, null, null, null, null, null, null]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "15.2.35",
3
+ "version": "15.2.37",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },