dmencu 2.2.9 → 2.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.
- package/dist/client/unlogged/bypass-formulario.d.ts +1 -0
- package/dist/client/unlogged/bypass-formulario.js +37 -13
- package/dist/client/unlogged/render-formulario.tsx +7 -5
- package/dist/client/unlogged/render-general.tsx +102 -0
- package/dist/unlogged/unlogged/bypass-formulario.d.ts +1 -0
- package/dist/unlogged/unlogged/bypass-formulario.js +37 -13
- package/dist/unlogged/unlogged/render-formulario.js +5 -3
- package/dist/unlogged/unlogged/render-formulario.tsx +7 -5
- package/dist/unlogged/unlogged/render-general.d.ts +6 -0
- package/dist/unlogged/unlogged/render-general.js +63 -2
- package/dist/unlogged/unlogged/render-general.tsx +102 -0
- package/package.json +1 -1
|
@@ -172,6 +172,7 @@ export declare function verificarSorteo(opts: {
|
|
|
172
172
|
forPk: ForPk;
|
|
173
173
|
variableActual: IdVariable;
|
|
174
174
|
}): void;
|
|
175
|
+
export declare function recalcularTodoElArbol(respuestasRaiz: RespuestasRaiz, forPkRaiz: ForPk): void;
|
|
175
176
|
export declare function calcularFeedbackUnidadAnalisis(feedbackRowValidator: {
|
|
176
177
|
[formulario in PlainForPk]: FormStructureState<IdVariable, Valor, IdFin>;
|
|
177
178
|
}, formularios: {
|