valtech-components 4.0.1017 → 4.0.1019

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,7 @@ export declare class FormComponent implements OnInit, OnChanges, DoCheck {
57
57
  constructor(fb: FormBuilder, elementRef: ElementRef);
58
58
  /** Arma la definición de controles (valor inicial + validadores) desde `props`. */
59
59
  private buildFormControlsDef;
60
+ private initialValueForField;
60
61
  /**
61
62
  * Reconstruye el `FormGroup` desde cero, con los valores iniciales de `props`
62
63
  * actuales (no los que el usuario haya tecleado desde entonces).
@@ -96,6 +97,8 @@ export declare class FormComponent implements OnInit, OnChanges, DoCheck {
96
97
  submitHandler(token?: string): Promise<void>;
97
98
  onAttachmentChange(fieldName: string, items: AttachmentItem[]): void;
98
99
  getControl(field: string): FormControl;
100
+ private ensureControl;
101
+ private findFieldForControl;
99
102
  /**
100
103
  * Ids estables (label + error) para un field. Memoizados por referencia para
101
104
  * que el wiring `aria-labelledby` / `aria-describedby` no cambie entre ciclos
package/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "4.0.1017";
5
+ export declare const VERSION = "4.0.1019";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.1017",
3
+ "version": "4.0.1019",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"