@esfaenza/forms-and-validations 19.2.88 → 19.2.90

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.
@@ -1,4 +1,4 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, Signal, TemplateRef } from "@angular/core";
1
+ import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, Signal, SimpleChanges, TemplateRef } from "@angular/core";
2
2
  import { ControlValueAccessor, NgControl, NgForm, NgModel } from "@angular/forms";
3
3
  import { Observable, Subject } from "rxjs";
4
4
  import { LocalizationService } from "@esfaenza/localizations";
@@ -107,7 +107,9 @@ export declare abstract class BaseFormControl implements ControlValueAccessor {
107
107
  protected performFormLogic: boolean;
108
108
  protected destroyed$: Subject<void>;
109
109
  Configuration: BaseFormConfiguration;
110
+ protected This: import("@angular/core").WritableSignal<this>;
110
111
  constructor(inj: Injector);
112
+ ngOnChanges(changes: SimpleChanges): void;
111
113
  ngOnDestroy(): void;
112
114
  ngOnInit(): void;
113
115
  ngAfterViewInit(): void;
@@ -3,10 +3,10 @@ import { BaseFormControl } from "../base-form-control";
3
3
  import * as i0 from "@angular/core";
4
4
  /** Semplice componente di Input testuale, con eventuale prefisso/suffisso */
5
5
  export declare class InputSkeletonComponent {
6
- For: BaseFormControl;
7
- Control: TemplateRef<any>;
6
+ For: import("@angular/core").InputSignal<BaseFormControl>;
7
+ Control: import("@angular/core").InputSignal<TemplateRef<any>>;
8
8
  /** @ignore Costruttore */
9
9
  constructor();
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<InputSkeletonComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<InputSkeletonComponent, "input-skeleton", never, { "For": { "alias": "For"; "required": false; }; "Control": { "alias": "Control"; "required": false; }; }, {}, never, never, true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputSkeletonComponent, "input-skeleton", never, { "For": { "alias": "For"; "required": false; "isSignal": true; }; "Control": { "alias": "Control"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/forms-and-validations",
3
- "version": "19.2.88",
3
+ "version": "19.2.90",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"