@esfaenza/forms-and-validations 11.2.127 → 11.2.129

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.
@@ -57,6 +57,9 @@ export declare class FormAdaptiveComponent extends BaseFormControl implements Co
57
57
  useJsDates: boolean;
58
58
  /** @ignore Costruttore */
59
59
  constructor(cdr: ChangeDetectorRef, utiExts: UtilityService, datesExts: DateService, dateAdapter: NgxMatDateAdapter<any>, lc: LocalizationService, ngControl: NgControl, _validators: Array<any>, ac: AccessControlService, AppContext: ComponentContext, ACO_CUSTOMKEY: string, FAV_DEBUG_MODE: boolean);
60
+ IntPattern: string;
61
+ FloatPattern: string;
62
+ ngOnInit(): void;
60
63
  /** @ignore */
61
64
  ngOnChanges(changes: SimpleChanges): Promise<void>;
62
65
  /** @ignore */
@@ -32,7 +32,7 @@ export declare class FormSelectComponent extends BaseFormControl implements Cont
32
32
  private detatchPreviousAndRetatchNext;
33
33
  /** @ignore */
34
34
  writeValue(obj: any): void;
35
- changed(): void;
35
+ changed(internal?: boolean): void;
36
36
  /** @ignore */
37
37
  onNotNullValueSet(): void;
38
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/forms-and-validations",
3
- "version": "11.2.127",
3
+ "version": "11.2.129",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"