dmencu 3.2.8 → 3.2.10

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.
@@ -76,9 +76,14 @@ export declare const setDesplegarCarga: (despliegueCarga: DesplegarCargaType) =>
76
76
  export declare function DesplegarCitaPactada(props: {
77
77
  respuestas: Respuestas;
78
78
  }): React.JSX.Element;
79
+ /**
80
+ * Permite a la app final (ej. ggs) definir el orden por defecto
81
+ * para los atributos de la cita/seleccionado anterior.
82
+ */
83
+ export declare function setOrdenPorDefectoAtributos(orden: string[]): void;
79
84
  export declare function DesplegarCitaPactadaYSeleccionadoAnteriorTem(props: {
80
85
  tem: TEM;
81
- }): React.JSX.Element;
86
+ }): React.JSX.Element | null;
82
87
  export declare function DesplegarTem(props: {
83
88
  tem: TEM;
84
89
  }): React.JSX.Element;