@trudb/tru-common-lib 0.0.314 → 0.0.315

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.
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare abstract class TruEditControlBase {
3
+ abstract config: any;
4
+ abstract label: string | undefined;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TruEditControlBase, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TruEditControlBase, never, never, { "config": "config"; }, {}, never, never, false, never>;
7
+ }
@@ -5,6 +5,7 @@ export declare class TruUtil {
5
5
  tryParseBool(value: any, defaultValue: any): any;
6
6
  findClosestAncestorByClass: (element: any, cssSelector: string) => any;
7
7
  isDate: (date: Date) => boolean;
8
+ rulesEval: (styles: object) => object;
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TruUtil, never>;
9
10
  static ɵprov: i0.ɵɵInjectableDeclaration<TruUtil>;
10
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.0.314",
3
+ "version": "0.0.315",
4
4
  "type": "module",
5
5
  "peerDependencies": {},
6
6
  "dependencies": {
package/public-api.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from './lib/base-classes/tru-component-config-base';
2
2
  export * from './lib/base-classes/tru-control-component-config-base';
3
+ export * from './lib/base-classes/tru-edit-control-base';
3
4
  export * from './lib/base-classes/tru-edit-control-config-base';
4
5
  export * from './lib/base-classes/tru-entity-base';
5
6
  export * from './lib/base-classes/tru-property-config-base';