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.
- package/bundles/sigesp.umd.js +9 -29
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +2 -2
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/models/SNO/MAsignacionCargo.model.js +3 -3
- package/esm2015/lib/core/models/SNO/MNominaSimple.model.js +3 -3
- package/esm2015/lib/sigesp.service.js +6 -26
- package/fesm2015/sigesp.js +9 -29
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/sigesp.service.d.ts +3 -2
- package/package.json +1 -1
package/lib/sigesp.service.d.ts
CHANGED
|
@@ -366,12 +366,13 @@ export declare class SigespService {
|
|
|
366
366
|
*/
|
|
367
367
|
getAbstractControl(formGroup: FormGroup, name: string): AbstractControl;
|
|
368
368
|
/**
|
|
369
|
-
* @description
|
|
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
|
|
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
|