easy-forms-core 1.1.19 → 1.2.1

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.
@@ -445,6 +445,7 @@ declare class EasyForm extends BrowserHTMLElement {
445
445
  * Se inicializan una sola vez y se clonan en cada render.
446
446
  */
447
447
  private slotTemplates;
448
+ private skipPreserveValuesOnNextRender;
448
449
  static get observedAttributes(): string[];
449
450
  constructor();
450
451
  /**
@@ -585,6 +586,11 @@ declare class EasyForm extends BrowserHTMLElement {
585
586
  */
586
587
  private handleFieldChange;
587
588
  private dependencyRenderTimeout;
589
+ /**
590
+ * Re-renderiza un campo array cuando se añaden o eliminan ítems.
591
+ * Retorna true si se reemplazó, false si no se encontró el contenedor.
592
+ */
593
+ private rerenderArrayField;
588
594
  /**
589
595
  * Re-renderiza campos dependientes
590
596
  */