@acorex/platform 20.6.6 → 20.6.8
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.
|
@@ -489,7 +489,7 @@ declare abstract class AXPColumnWidgetComponent<T = any | null | void> {
|
|
|
489
489
|
protected readonly rowData: any;
|
|
490
490
|
protected readonly nullText: any;
|
|
491
491
|
protected readonly nullValue: T;
|
|
492
|
-
protected value:
|
|
492
|
+
protected value: () => T;
|
|
493
493
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPColumnWidgetComponent<any>, never>;
|
|
494
494
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXPColumnWidgetComponent<any>>;
|
|
495
495
|
}
|