@esfaenza/es-table 19.2.36 → 19.2.38

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.
@@ -756,6 +756,8 @@ export declare class EsTableComponent implements ControlValueAccessor {
756
756
  getCellReference(object: any, column: string): EsTd;
757
757
  registerCell(event: EsTdReference, rowItem: any, _: any, cellRef: ElementRef<HTMLTableCellElement>): void;
758
758
  showDialog(dlg: ModalDirective, elementRef: ElementRef): void;
759
+ private retries;
760
+ doFixDialog(dlg: ModalDirective, elementRef: ElementRef): void;
759
761
  doFixBody(elementRef: ElementRef): void;
760
762
  hideDialog(dlg: ModalDirective): void;
761
763
  static ɵfac: i0.ɵɵFactoryDeclaration<EsTableComponent, [null, { 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": "19.2.36",
3
+ "version": "19.2.38",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },