@trudb/tru-common-lib 0.0.315 → 0.0.316

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