@trudb/tru-common-lib 0.0.476 → 0.0.477
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.
|
@@ -4,7 +4,8 @@ export declare abstract class TruEditPkeyControlConfigBase {
|
|
|
4
4
|
abstract propertyName: string | undefined;
|
|
5
5
|
abstract rootTable: string | undefined;
|
|
6
6
|
abstract propertyPath: string | undefined;
|
|
7
|
-
abstract value: (entity: any) => {};
|
|
8
7
|
abstract get property(): TruPropertyConfigBase;
|
|
8
|
+
abstract set entity(value: any);
|
|
9
|
+
abstract get $(): number;
|
|
9
10
|
constructor();
|
|
10
11
|
}
|