dmencu 1.0.19 → 1.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.
@@ -1101,7 +1101,7 @@ var botonFormularioConResumen = (
1101
1101
  }
1102
1102
  , children:[
1103
1103
  (defBoton.esAgregar?'agregar':defBoton.esConfirmar?'Listo':casillero.nombre + ' ' + (defBoton.num||'')),
1104
- html.svg({class:"MuiSvgIcon-root css-i4bv87-MuiSvgIcon-root", focusable:false, viewbox:"0 0 24 24", "aria-hidden":"true"},[
1104
+ html.svg({focusable:false, viewbox:"0 0 24 24", "aria-hidden":"true"},[
1105
1105
  html.path({d:(defBoton.esAgregar?materialIoIconsSvgPath.Add:defBoton.esConfirmar?materialIoIconsSvgPath.Check:casillero.salto?materialIoIconsSvgPath.Forward:materialIoIconsSvgPath.ExitToApp)})
1106
1106
  ])
1107
1107
  ]
@@ -1112,7 +1112,7 @@ var botonFormularioConResumen = (
1112
1112
  color:"default",
1113
1113
  variant:"outlined",
1114
1114
  children:
1115
- html.svg({class:"MuiSvgIcon-root css-i4bv87-MuiSvgIcon-root", focusable:false, viewbox:"0 0 24 24", "aria-hidden":"true"},[
1115
+ html.svg({focusable:false, viewbox:"0 0 24 24", "aria-hidden":"true"},[
1116
1116
  html.path({d:materialIoIconsSvgPath.DeleteForever})
1117
1117
  ]),
1118
1118
  onClick:()=>accion_borrar_formulario({forPk, forPkPadre})})
@@ -2073,7 +2073,7 @@ setHojaDeRutaDespliegue((_props:{})=>{
2073
2073
  </Button>
2074
2074
  </div>:null}
2075
2075
  <div className="nombre-version">
2076
- <div>Dirección General de Estadística y Censos - C.A.B.A.</div>
2076
+ <div>Instituto de Estadística y Censos de la Ciudad Autónoma de Buenos Aires - IDECBA</div>
2077
2077
  <div>{my.getLocalVar('app-version')} sincro {num_sincro} - versión {appVersion}</div>
2078
2078
  </div>
2079
2079
  {likeAr(cargas).map((carga, idCarga, _, posicion)=>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dmencu",
3
3
  "description": "DM Encu - Encuestas en dispositivo móvil",
4
- "version": "1.0.19",
4
+ "version": "1.0.21",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",