dmencu 2.0.20 → 2.0.21

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.
Files changed (59) hide show
  1. package/dist/client/server/table-tem.d.ts +3 -0
  2. package/dist/client/server/table-tem.js +239 -0
  3. package/dist/client/server/types-dmencu.d.ts +48 -0
  4. package/dist/client/server/types-dmencu.js +33 -0
  5. package/dist/client/unlogged/css/bootstrap.min.css +6 -6
  6. package/dist/client/unlogged/tsconfig.json +14 -14
  7. package/dist/server/server/table-barrios.js +1 -1
  8. package/dist/server/server/table-comunas copy.d.ts +2 -0
  9. package/dist/server/server/table-comunas copy.js +28 -0
  10. package/dist/server/server/table-comunas.js +2 -2
  11. package/dist/server/server/table-encuestadores.js +7 -7
  12. package/dist/server/server/table-fracciones.js +1 -1
  13. package/dist/server/server/table-hogares.js +1 -1
  14. package/dist/server/server/table-hogares_sup.js +1 -1
  15. package/dist/server/server/table-manzanas.js +1 -1
  16. package/dist/server/server/table-parametros.js +1 -1
  17. package/dist/server/server/table-personal.js +7 -7
  18. package/dist/server/server/table-personal_rol.js +7 -7
  19. package/dist/server/server/table-personas.js +1 -1
  20. package/dist/server/server/table-personas_sup.js +1 -1
  21. package/dist/server/server/table-radios.js +3 -3
  22. package/dist/server/server/table-recepcionistas.js +1 -1
  23. package/dist/server/server/table-visitas.js +1 -1
  24. package/dist/server/server/table-visitas_sup.js +1 -1
  25. package/dist/server/server/table-viviendas.js +1 -1
  26. package/dist/unlogged/unlogged/css/bootstrap.min.css +6 -6
  27. package/dist/unlogged/unlogged/server/table-tem.d.ts +3 -0
  28. package/dist/unlogged/unlogged/server/table-tem.js +239 -0
  29. package/dist/unlogged/unlogged/server/types-dmencu.d.ts +48 -0
  30. package/dist/unlogged/unlogged/server/types-dmencu.js +33 -0
  31. package/dist/unlogged/unlogged/tsconfig.json +14 -14
  32. package/dist/unlogged/unlogged/unlogged/abrir-formulario.d.ts +13 -0
  33. package/dist/unlogged/unlogged/unlogged/abrir-formulario.js +109 -0
  34. package/dist/unlogged/unlogged/unlogged/adapt.d.ts +0 -0
  35. package/dist/unlogged/unlogged/unlogged/adapt.js +8 -0
  36. package/dist/unlogged/unlogged/unlogged/bypass-formulario.d.ts +202 -0
  37. package/dist/unlogged/unlogged/unlogged/bypass-formulario.js +1100 -0
  38. package/dist/unlogged/unlogged/unlogged/redux-formulario.d.ts +349 -0
  39. package/dist/unlogged/unlogged/unlogged/redux-formulario.js +318 -0
  40. package/dist/unlogged/unlogged/unlogged/render-formulario.d.ts +86 -0
  41. package/dist/unlogged/unlogged/unlogged/render-formulario.js +1692 -0
  42. package/dist/unlogged/unlogged/unlogged/render-general.d.ts +127 -0
  43. package/dist/unlogged/unlogged/unlogged/render-general.js +176 -0
  44. package/dist/unlogged/unlogged/unlogged/tipos.d.ts +486 -0
  45. package/dist/unlogged/unlogged/unlogged/tipos.js +22 -0
  46. package/dist/unlogged/unlogged/unlogged/unlogged.d.ts +1 -0
  47. package/dist/unlogged/unlogged/unlogged/unlogged.js +180 -0
  48. package/install/actualizar-2023-05-14.sql +38 -38
  49. package/install/actualizar_inconvar.sql +28 -28
  50. package/install/agregados_tem.sql +4 -4
  51. package/install/asignar_desasignar_tareas_tem_trg.sql +43 -43
  52. package/install/metadatos/permisos.tab +11 -11
  53. package/install/metadatos/roles.tab +10 -10
  54. package/install/metadatos/roles_permisos.tab +94 -94
  55. package/install/metadatos/tipovar.tab +9 -9
  56. package/install/sincro_tareas_areas_tareas_tem_trg.sql +29 -29
  57. package/install/usuarios_trg.sql +41 -41
  58. package/install/validar_tareas_tem_trg.sql +67 -67
  59. package/package.json +91 -91
package/package.json CHANGED
@@ -1,91 +1,91 @@
1
- {
2
- "name": "dmencu",
3
- "description": "DM Encu - Encuestas en dispositivo móvil",
4
- "version": "2.0.20",
5
- "author": "Codenautas <codenautas@googlegroups.com>",
6
- "license": "MIT",
7
- "main": "dist/server/server/app-dmencu.js",
8
- "types": "dist/server/server/app-dmencu.d.ts",
9
- "files": [
10
- "dist",
11
- "install"
12
- ],
13
- "dependencies": {
14
- "@mui/material": "^5.16.7",
15
- "memoize-one": "~6.0.0",
16
- "meta-enc": "^1.4.16",
17
- "procesamiento": "^2.0.10",
18
- "backend-plus": "^2.5.2-betha.4",
19
- "qrcode": "^1.5.3",
20
- "react": "~17.0.2",
21
- "react-dom": "~17.0.2",
22
- "react-redux": "~7.2.6",
23
- "redux": "~4.1.2",
24
- "redux-typed-reducer": "~0.1.1",
25
- "service-worker-admin": "^0.2.1",
26
- "yazl": "~2.5.1",
27
- "row-validator": "^1.0.0-rc1",
28
- "like-ar": "^0.3.9"
29
- },
30
- "dependencias provisorias: las que se pongan en dependencias ponerlas acá y sacarlas juntas": {},
31
- "devDependencies": {
32
- "@types/mocha": "^10.0.1",
33
- "@types/node": "^20.3.0",
34
- "@types/qrcode": "^1.5.0",
35
- "@types/react": "^17.0.38",
36
- "@types/react-dom": "^17.0.11",
37
- "@types/react-redux": "^7.1.22",
38
- "@types/yazl": "~2.4.2",
39
- "mixin-patch": "~0.4.1",
40
- "pg-triggers": "~0.3.2",
41
- "types.d.ts": "~0.6.15",
42
- "typescript": "^5.1.3"
43
- },
44
- "engines": {
45
- "node": ">= 16.18.0"
46
- },
47
- "scripts": {
48
- "prepare": "npm run build",
49
- "build": "(tsc -p src/server || echo \"continue w/error\") && (tsc -p src/unlogged || echo \"continue w/error\") && (tsc -p src/client || echo \"continue w/error\") && mixin-patch",
50
- "build-client": "(tsc -p src/client || echo \"continue w/error\") && mixin-patch",
51
- "build-unlogged": "(tsc -p src/unlogged || echo \"continue w/error\") && mixin-patch",
52
- "mixin-patch": "mixin-patch",
53
- "watch:buildC": "(tsc -p src/client --watch || echo \"continue w/error\")",
54
- "watch:buildS": "(tsc -p src/server --watch || echo \"continue w/error\")",
55
- "watch:buildU": "(tsc -p src/unlogged --watch || echo \"continue w/error\")",
56
- "test": "mocha --reporter spec --bail --check-leaks test/",
57
- "start": "node dist/server/server/server-dmencu.js",
58
- "dump": "npm start -- --dump-db",
59
- "bdump": "npm run build && npm run dump",
60
- "git-commit": "git add package.json && (git commit -m \"upgrading stack dependencies\" || true)",
61
- "push-publish": "npm version patch && npm run git-commit && npm publish && git push"
62
- },
63
- "config": {
64
- "stackFolder": "../../codenautas"
65
- },
66
- "qa-control": {
67
- "package-version": "0.3.0",
68
- "coverage": 90,
69
- "run-in": "server",
70
- "stability": "extending",
71
- "type": "app",
72
- "ecmaVersion": 6
73
- },
74
- "mixin-patch": {
75
- "patch": false,
76
- "copy": [
77
- {
78
- "from": "src/client",
79
- "to": "dist/client/client"
80
- },
81
- {
82
- "from": "src/unlogged",
83
- "to": "dist/unlogged/unlogged"
84
- },
85
- {
86
- "from": "src/unlogged",
87
- "to": "dist/client/unlogged"
88
- }
89
- ]
90
- }
91
- }
1
+ {
2
+ "name": "dmencu",
3
+ "description": "DM Encu - Encuestas en dispositivo móvil",
4
+ "version": "2.0.21",
5
+ "author": "Codenautas <codenautas@googlegroups.com>",
6
+ "license": "MIT",
7
+ "main": "dist/server/server/app-dmencu.js",
8
+ "types": "dist/server/server/app-dmencu.d.ts",
9
+ "files": [
10
+ "dist",
11
+ "install"
12
+ ],
13
+ "dependencies": {
14
+ "@mui/material": "^5.16.7",
15
+ "memoize-one": "~6.0.0",
16
+ "meta-enc": "^1.4.16",
17
+ "procesamiento": "^2.0.10",
18
+ "backend-plus": "^2.5.2-betha.4",
19
+ "qrcode": "^1.5.3",
20
+ "react": "~17.0.2",
21
+ "react-dom": "~17.0.2",
22
+ "react-redux": "~7.2.6",
23
+ "redux": "~4.1.2",
24
+ "redux-typed-reducer": "~0.1.1",
25
+ "service-worker-admin": "^0.2.1",
26
+ "yazl": "~2.5.1",
27
+ "row-validator": "^1.0.0-rc1",
28
+ "like-ar": "^0.3.9"
29
+ },
30
+ "dependencias provisorias: las que se pongan en dependencias ponerlas acá y sacarlas juntas": {},
31
+ "devDependencies": {
32
+ "@types/mocha": "^10.0.1",
33
+ "@types/node": "^20.3.0",
34
+ "@types/qrcode": "^1.5.0",
35
+ "@types/react": "^17.0.38",
36
+ "@types/react-dom": "^17.0.11",
37
+ "@types/react-redux": "^7.1.22",
38
+ "@types/yazl": "~2.4.2",
39
+ "mixin-patch": "~0.4.1",
40
+ "pg-triggers": "~0.3.2",
41
+ "types.d.ts": "~0.6.15",
42
+ "typescript": "^5.1.3"
43
+ },
44
+ "engines": {
45
+ "node": ">= 16.18.0"
46
+ },
47
+ "scripts": {
48
+ "prepare": "npm run build",
49
+ "build": "(tsc -p src/server || echo \"continue w/error\") && (tsc -p src/unlogged || echo \"continue w/error\") && (tsc -p src/client || echo \"continue w/error\") && mixin-patch",
50
+ "build-client": "(tsc -p src/client || echo \"continue w/error\") && mixin-patch",
51
+ "build-unlogged": "(tsc -p src/unlogged || echo \"continue w/error\") && mixin-patch",
52
+ "mixin-patch": "mixin-patch",
53
+ "watch:buildC": "(tsc -p src/client --watch || echo \"continue w/error\")",
54
+ "watch:buildS": "(tsc -p src/server --watch || echo \"continue w/error\")",
55
+ "watch:buildU": "(tsc -p src/unlogged --watch || echo \"continue w/error\")",
56
+ "test": "mocha --reporter spec --bail --check-leaks test/",
57
+ "start": "node dist/server/server/server-dmencu.js",
58
+ "dump": "npm start -- --dump-db",
59
+ "bdump": "npm run build && npm run dump",
60
+ "git-commit": "git add package.json && (git commit -m \"upgrading stack dependencies\" || true)",
61
+ "push-publish": "npm version patch && npm run git-commit && npm publish && git push"
62
+ },
63
+ "config": {
64
+ "stackFolder": "../../codenautas"
65
+ },
66
+ "qa-control": {
67
+ "package-version": "0.3.0",
68
+ "coverage": 90,
69
+ "run-in": "server",
70
+ "stability": "extending",
71
+ "type": "app",
72
+ "ecmaVersion": 6
73
+ },
74
+ "mixin-patch": {
75
+ "patch": false,
76
+ "copy": [
77
+ {
78
+ "from": "src/client",
79
+ "to": "dist/client/client"
80
+ },
81
+ {
82
+ "from": "src/unlogged",
83
+ "to": "dist/unlogged/unlogged"
84
+ },
85
+ {
86
+ "from": "src/unlogged",
87
+ "to": "dist/client/unlogged"
88
+ }
89
+ ]
90
+ }
91
+ }