@trudb/tru-common-lib 0.0.212 → 0.0.214

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.
@@ -2,7 +2,7 @@ import { Observable } from "rxjs";
2
2
  import { TruPropertyConfigBase } from "./tru-property-config-base";
3
3
  import { TruEntityBase } from "./tru-entity-base";
4
4
  import { TruQueryPredicateManager } from "../classes/tru-query-predicate-manager";
5
- export declare abstract class TruSearchComponentConfigBase {
5
+ export declare abstract class TruSearchControlConfigBase {
6
6
  abstract label: string | undefined;
7
7
  abstract propertyName: string | undefined;
8
8
  abstract rootTable: string | undefined;
@@ -0,0 +1,6 @@
1
+ import { TruPropertyConfigBase } from '../base-classes/tru-property-config-base';
2
+ export declare class TruPropertyConfigDatetime extends TruPropertyConfigBase {
3
+ constructor();
4
+ minimumValue: number | undefined;
5
+ maximumValue: number | undefined;
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.0.212",
3
+ "version": "0.0.214",
4
4
  "type": "module",
5
5
  "peerDependencies": {},
6
6
  "dependencies": {
package/public-api.d.ts CHANGED
@@ -3,7 +3,7 @@ export * from './lib/base-classes/tru-control-component-config-base';
3
3
  export * from './lib/base-classes/tru-entity-base';
4
4
  export * from './lib/base-classes/tru-property-config-base';
5
5
  export * from './lib/base-classes/tru-search-component-base';
6
- export * from './lib/base-classes/tru-search-component-config-base';
6
+ export * from './lib/base-classes/tru-search-control-config-base';
7
7
  export * from './lib/base-classes/tru-search-config-base';
8
8
  export * from './lib/base-classes/tru-table-config-base';
9
9
  export * from './lib/base-views/detail/tru-detail-view-base';
@@ -17,6 +17,7 @@ export * from './lib/classes/tru-context-filter-choice';
17
17
  export * from './lib/classes/tru-formula-eval';
18
18
  export * from './lib/classes/tru-predicate';
19
19
  export * from './lib/classes/tru-property-config-cloud-file';
20
+ export * from './lib/classes/tru-property-config-datetime';
20
21
  export * from './lib/classes/tru-property-config-decimal';
21
22
  export * from './lib/classes/tru-property-config-foreign-key';
22
23
  export * from './lib/classes/tru-property-config-integer';
@@ -1,4 +0,0 @@
1
- export class TruSearchComponentConfigBase {
2
- constructor() { }
3
- }
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJ1LXNlYXJjaC1jb21wb25lbnQtY29uZmlnLWJhc2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cnUtY29tbW9uLWxpYi9zcmMvbGliL2Jhc2UtY2xhc3Nlcy90cnUtc2VhcmNoLWNvbXBvbmVudC1jb25maWctYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLQSxNQUFNLE9BQWdCLDRCQUE0QjtJQVVoRCxnQkFBZ0IsQ0FBQztDQUdsQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE9ic2VydmFibGUgfSBmcm9tIFwicnhqc1wiO1xyXG5pbXBvcnQgeyBUcnVQcm9wZXJ0eUNvbmZpZ0Jhc2UgfSBmcm9tIFwiLi90cnUtcHJvcGVydHktY29uZmlnLWJhc2VcIjtcclxuaW1wb3J0IHsgVHJ1RW50aXR5QmFzZSB9IGZyb20gXCIuL3RydS1lbnRpdHktYmFzZVwiO1xyXG5pbXBvcnQgeyBUcnVRdWVyeVByZWRpY2F0ZU1hbmFnZXIgfSBmcm9tIFwiLi4vY2xhc3Nlcy90cnUtcXVlcnktcHJlZGljYXRlLW1hbmFnZXJcIjtcclxuXHJcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBUcnVTZWFyY2hDb21wb25lbnRDb25maWdCYXNlIHtcclxuICBhYnN0cmFjdCBsYWJlbDogc3RyaW5nIHwgdW5kZWZpbmVkO1xyXG4gIGFic3RyYWN0IHByb3BlcnR5TmFtZTogc3RyaW5nIHwgdW5kZWZpbmVkO1xyXG4gIGFic3RyYWN0IHJvb3RUYWJsZTogc3RyaW5nIHwgdW5kZWZpbmVkO1xyXG4gIGFic3RyYWN0IHByb3BlcnR5UGF0aDogc3RyaW5nIHwgdW5kZWZpbmVkO1xyXG4gIGFic3RyYWN0IGdldCBwcm9wZXJ0eSgpOiBUcnVQcm9wZXJ0eUNvbmZpZ0Jhc2U7XHJcblxyXG4gIGFic3RyYWN0IHF1ZXJ5UHJlZGljYXRlOiBUcnVRdWVyeVByZWRpY2F0ZU1hbmFnZXI7XHJcbiAgYWJzdHJhY3QgdmFsdWU6IChlbnRpdHk6IFRydUVudGl0eUJhc2UpID0+IHt9XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIHByb3RlY3RlZCBjaG9pY2VzPygpOiBPYnNlcnZhYmxlPHsgbGFiZWw6IHN0cmluZywgdmFsdWU6IHsgJDogYW55IH0gfVtdPjtcclxufVxyXG4iXX0=