ui-core-abv 0.7.6 → 0.7.7
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.
|
@@ -18,6 +18,7 @@ export declare class UicExcelTableComponent {
|
|
|
18
18
|
private formatHeader;
|
|
19
19
|
private normalizeImportedCellValue;
|
|
20
20
|
private isDateLikeCellFormat;
|
|
21
|
+
private isDateLikeText;
|
|
21
22
|
private formatParsedDate;
|
|
22
23
|
private formatDate;
|
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<UicExcelTableComponent, never>;
|