dmencu 2.3.0 → 3.0.2
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/client/client.d.ts +4 -1
- package/dist/client/client/client.js +163 -270
- package/dist/client/unlogged/abrir-formulario.d.ts +1 -8
- package/dist/client/unlogged/abrir-formulario.js +7 -48
- package/dist/client/unlogged/bypass-formulario.d.ts +2 -1
- package/dist/client/unlogged/bypass-formulario.js +12 -9
- package/dist/client/unlogged/redux-formulario.d.ts +140 -89
- package/dist/client/unlogged/redux-formulario.js +18 -62
- package/dist/client/unlogged/render-config.d.ts +46 -8
- package/dist/client/unlogged/render-config.js +146 -10
- package/dist/client/unlogged/render-formulario.d.ts +139 -0
- package/dist/client/unlogged/render-formulario.js +2045 -0
- package/dist/client/unlogged/render-formulario.tsx +609 -233
- package/dist/client/unlogged/render-general.d.ts +147 -0
- package/dist/client/unlogged/render-general.js +254 -0
- package/dist/client/unlogged/render-general.tsx +9 -3
- package/dist/client/unlogged/render-init.d.ts +17 -1
- package/dist/client/unlogged/render-init.js +107 -29
- package/dist/client/unlogged/tipos.d.ts +6 -4
- package/dist/client/unlogged/tipos.js +1 -1
- package/dist/server/server/app-dmencu.d.ts +8 -2
- package/dist/server/server/app-dmencu.js +17 -10
- package/dist/server/server/procedures-dmencu.d.ts +1 -1
- package/dist/server/server/procedures-dmencu.js +24 -21
- package/dist/server/server/table-sincronizaciones.js +4 -3
- package/dist/server/unlogged/tipos.d.ts +6 -4
- package/dist/server/unlogged/tipos.js +1 -1
- package/dist/unlogged/unlogged/abrir-formulario.d.ts +1 -8
- package/dist/unlogged/unlogged/abrir-formulario.js +7 -48
- package/dist/unlogged/unlogged/bypass-formulario.d.ts +2 -1
- package/dist/unlogged/unlogged/bypass-formulario.js +12 -9
- package/dist/unlogged/unlogged/redux-formulario.d.ts +140 -89
- package/dist/unlogged/unlogged/redux-formulario.js +18 -62
- package/dist/unlogged/unlogged/render-config.d.ts +46 -8
- package/dist/unlogged/unlogged/render-config.js +146 -10
- package/dist/unlogged/unlogged/render-formulario.d.ts +57 -10
- package/dist/unlogged/unlogged/render-formulario.js +363 -170
- package/dist/unlogged/unlogged/render-formulario.tsx +609 -233
- package/dist/unlogged/unlogged/render-general.d.ts +10 -0
- package/dist/unlogged/unlogged/render-general.js +8 -4
- package/dist/unlogged/unlogged/render-general.tsx +9 -3
- package/dist/unlogged/unlogged/render-init.d.ts +17 -1
- package/dist/unlogged/unlogged/render-init.js +107 -29
- package/dist/unlogged/unlogged/tipos.d.ts +6 -4
- package/dist/unlogged/unlogged/tipos.js +1 -1
- package/dist/unlogged/unlogged/unlogged.js +254 -50
- package/package.json +2 -2
- package/dist/unlogged/unlogged/render-config copy.d.ts +0 -11
- package/dist/unlogged/unlogged/render-config copy.js +0 -22
- package/dist/unlogged/unlogged/tipos copy.d.ts +0 -0
- package/dist/unlogged/unlogged/tipos copy.js +0 -2
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { CasoState } from './tipos';
|
|
2
|
-
export interface FormularioConfig {
|
|
3
|
-
getCasoState(): CasoState | null;
|
|
4
|
-
setCasoState(state: CasoState): void;
|
|
5
|
-
getProximoValorPkRaiz(): number;
|
|
6
|
-
setProximoValorPkRaiz(value: number): void;
|
|
7
|
-
getAppCacheVersion(): string;
|
|
8
|
-
ambienteDemo: boolean;
|
|
9
|
-
}
|
|
10
|
-
export declare function setFormularioConfig(config: Partial<FormularioConfig>): void;
|
|
11
|
-
export declare function getFormularioConfig(): Partial<FormularioConfig>;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
(function (factory) {
|
|
2
|
-
if (typeof module === "object" && typeof module.exports === "object") {
|
|
3
|
-
var v = factory(require, exports);
|
|
4
|
-
if (v !== undefined) module.exports = v;
|
|
5
|
-
}
|
|
6
|
-
else if (typeof define === "function" && define.amd) {
|
|
7
|
-
define(["require", "exports"], factory);
|
|
8
|
-
}
|
|
9
|
-
})(function (require, exports) {
|
|
10
|
-
"use strict";
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.setFormularioConfig = setFormularioConfig;
|
|
13
|
-
exports.getFormularioConfig = getFormularioConfig;
|
|
14
|
-
let formularioConfig = {};
|
|
15
|
-
function setFormularioConfig(config) {
|
|
16
|
-
formularioConfig = Object.assign(Object.assign({}, formularioConfig), config);
|
|
17
|
-
}
|
|
18
|
-
function getFormularioConfig() {
|
|
19
|
-
return formularioConfig;
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVuZGVyLWNvbmZpZyBjb3B5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3VubG9nZ2VkL3JlbmRlci1jb25maWcgY29weS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7OztJQWdCQSxrREFPQztJQUVELGtEQUVDO0lBYkQsSUFBSSxnQkFBZ0IsR0FBOEIsRUFBRSxDQUFDO0lBRXJELFNBQWdCLG1CQUFtQixDQUMvQixNQUFpQztRQUVqQyxnQkFBZ0IsbUNBQ1QsZ0JBQWdCLEdBQ2hCLE1BQU0sQ0FDWixDQUFDO0lBQ04sQ0FBQztJQUVELFNBQWdCLG1CQUFtQjtRQUMvQixPQUFPLGdCQUFnQixDQUFDO0lBQzVCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDYXNvU3RhdGUgfSBmcm9tICcuL3RpcG9zJztcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgRm9ybXVsYXJpb0NvbmZpZyB7XHJcbiAgICBnZXRDYXNvU3RhdGUoKTogQ2Fzb1N0YXRlIHwgbnVsbDtcclxuICAgIHNldENhc29TdGF0ZShzdGF0ZTogQ2Fzb1N0YXRlKTogdm9pZDtcclxuXHJcbiAgICBnZXRQcm94aW1vVmFsb3JQa1JhaXooKTogbnVtYmVyO1xyXG4gICAgc2V0UHJveGltb1ZhbG9yUGtSYWl6KHZhbHVlOiBudW1iZXIpOiB2b2lkO1xyXG5cclxuICAgIGdldEFwcENhY2hlVmVyc2lvbigpOiBzdHJpbmc7XHJcblxyXG4gICAgYW1iaWVudGVEZW1vOiBib29sZWFuO1xyXG59XHJcblxyXG5sZXQgZm9ybXVsYXJpb0NvbmZpZzogUGFydGlhbDxGb3JtdWxhcmlvQ29uZmlnPiA9IHt9O1xyXG5cclxuZXhwb3J0IGZ1bmN0aW9uIHNldEZvcm11bGFyaW9Db25maWcoXHJcbiAgICBjb25maWc6IFBhcnRpYWw8Rm9ybXVsYXJpb0NvbmZpZz5cclxuKSB7XHJcbiAgICBmb3JtdWxhcmlvQ29uZmlnID0ge1xyXG4gICAgICAgIC4uLmZvcm11bGFyaW9Db25maWcsXHJcbiAgICAgICAgLi4uY29uZmlnLFxyXG4gICAgfTtcclxufVxyXG5cclxuZXhwb3J0IGZ1bmN0aW9uIGdldEZvcm11bGFyaW9Db25maWcoKTogUGFydGlhbDxGb3JtdWxhcmlvQ29uZmlnPiB7XHJcbiAgICByZXR1cm4gZm9ybXVsYXJpb0NvbmZpZztcclxufSJdfQ==
|
|
File without changes
|