@trudb/tru-common-lib 0.0.320 → 0.0.321

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.
@@ -7,9 +7,7 @@ export declare abstract class TruEditControlConfigBase {
7
7
  abstract rootTable: string | undefined;
8
8
  abstract propertyPath: string | undefined;
9
9
  abstract rules(entity: any): {} | null;
10
- abstract value: (entity: any) => {
11
- $: any | undefined;
12
- } | {};
10
+ abstract value: (entity: any) => any;
13
11
  abstract get property(): TruPropertyConfigBase;
14
12
  constructor();
15
13
  protected hid?(entity: TruEntityBase): string | null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.0.320",
3
+ "version": "0.0.321",
4
4
  "type": "module",
5
5
  "peerDependencies": {},
6
6
  "dependencies": {