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.
@@ -577,6 +577,8 @@ app-cache-version, #app-dm-version
577
577
  .seccion-boton-formulario
578
578
  svg
579
579
  margin-left 0.5rem
580
+ width 1.5em
581
+ height 1.5em
580
582
 
581
583
  .boton-borrar-ua-vacia
582
584
  svg
@@ -796,4 +798,4 @@ div#mini-console
796
798
  right 0px
797
799
  width 100%
798
800
  height 100%
799
- background rgba(240,240,240,0.5)
801
+ background rgba(240,240,240,0.5)
@@ -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)=>
@@ -577,6 +577,8 @@ app-cache-version, #app-dm-version
577
577
  .seccion-boton-formulario
578
578
  svg
579
579
  margin-left 0.5rem
580
+ width 1.5em
581
+ height 1.5em
580
582
 
581
583
  .boton-borrar-ua-vacia
582
584
  svg
@@ -796,4 +798,4 @@ div#mini-console
796
798
  right 0px
797
799
  width 100%
798
800
  height 100%
799
- background rgba(240,240,240,0.5)
801
+ background rgba(240,240,240,0.5)