sigesp 0.8.98-20220615 → 0.8.99-20220616

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.
@@ -366,12 +366,13 @@ export declare class SigespService {
366
366
  */
367
367
  getAbstractControl(formGroup: FormGroup, name: string): AbstractControl;
368
368
  /**
369
- * @description Función para escribir solo decimales (Usar en evento keypress)
369
+ * @description Previene que se escriban letras en el input (Usar en keypress)
370
370
  * @param event Evento del teclado
371
371
  * @return boolean
372
372
  * @author Miguel Ramírez
373
+ * @modificado como onlyNumero para corregir codigo, usar currency-input si quiere usar decimales
373
374
  */
374
- onlyDecimal(event: any): boolean;
375
+ onlyDecimal(event?: any): boolean;
375
376
  /**
376
377
  * @description Previene que se escriban letras en el input (Usar en keypress)
377
378
  * @param event Evento del teclado
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.8.98-20220615",
3
+ "version": "0.8.99-20220616",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },