@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.
- package/esm2020/lib/components/es-table/es_table.component.mjs +23 -11
- package/esm2020/lib/core/handlers/ColumnMetadataHandler.mjs +1 -2
- package/fesm2015/esfaenza-es-table.mjs +22 -11
- package/fesm2015/esfaenza-es-table.mjs.map +1 -1
- package/fesm2020/esfaenza-es-table.mjs +22 -11
- package/fesm2020/esfaenza-es-table.mjs.map +1 -1
- package/lib/components/es-table/es_table.component.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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]>;
|