easy-forms-core 1.4.1 → 1.4.3

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.
@@ -705,10 +705,6 @@ declare class EasyForm extends BrowserHTMLElement {
705
705
  * Re-renderiza campos dependientes
706
706
  */
707
707
  private renderDependentFields;
708
- /**
709
- * Obtiene todos los campos que tienen dependencias
710
- */
711
- private getAllFieldsWithDependencies;
712
708
  /**
713
709
  * Emite evento de cambio de dependencia
714
710
  */