@trudb/tru-common-lib 0.0.317 → 0.0.318

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,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./tru-breeze-validator";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ export declare class TruBreezeValidatorModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TruBreezeValidatorModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TruBreezeValidatorModule, [typeof i1.TruBreezeValidator], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.TruBreezeValidator]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<TruBreezeValidatorModule>;
9
+ }
@@ -0,0 +1,16 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { TruEditControlBase } from '../../base-classes/tru-edit-control-base';
3
+ import { TruDataContext } from '../../services/tru-data-context';
4
+ import * as i0 from "@angular/core";
5
+ export declare class TruBreezeValidator {
6
+ private el;
7
+ private host;
8
+ private dataContext;
9
+ constructor(el: ElementRef, host: TruEditControlBase, dataContext: TruDataContext);
10
+ configModel: any;
11
+ mergeData: any;
12
+ getValidationErrors: () => boolean;
13
+ valErrsChanged: (newValue: any) => void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<TruBreezeValidator, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TruBreezeValidator, "[truBreezeValidator]", never, {}, {}, never, never, false, never>;
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.0.317",
3
+ "version": "0.0.318",
4
4
  "type": "module",
5
5
  "peerDependencies": {},
6
6
  "dependencies": {
package/public-api.d.ts CHANGED
@@ -76,6 +76,8 @@ export * from './lib/components/login/tru-login-module';
76
76
  export * from './lib/components/login/services/tru-auth-interceptor';
77
77
  export * from './lib/components/validation-dialog/tru-validation-dialog';
78
78
  export * from './lib/components/validation-dialog/tru-validation-dialog-module';
79
+ export * from './lib/directives/breeze-validator/tru-breeze-validator';
80
+ export * from './lib/directives/breeze-validator/tru-breeze-validator-module';
79
81
  export * from './lib/directives/search-panel-position-manager/tru-search-panel-position-manager';
80
82
  export * from './lib/directives/search-panel-position-manager/tru-search-panel-position-manager-module';
81
83
  export * from './lib/services/tru-app-environment';