sigesp 0.8.63-220120 → 0.8.64-220121
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 +33 -5
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/sigesp.service.js +33 -6
- package/fesm2015/sigesp.js +32 -5
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/sigesp.service.d.ts +17 -4
- package/package.json +1 -1
- package/sigesp.metadata.json +1 -1
package/lib/sigesp.service.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ export declare class SigespService {
|
|
|
37
37
|
URL: string;
|
|
38
38
|
currentComponent: MComponent;
|
|
39
39
|
userMenu: any;
|
|
40
|
+
ip_adress: string;
|
|
40
41
|
constructor(http: HttpClient, dialog: MatDialog, toast: ToastrService);
|
|
41
42
|
/**
|
|
42
43
|
* @description Valida que selo se escriban guiones y 9
|
|
@@ -856,11 +857,23 @@ export declare class SigespService {
|
|
|
856
857
|
*/
|
|
857
858
|
getResponsePerfilToolbar(stringbinario: string, position: number): boolean;
|
|
858
859
|
/**
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
860
|
+
* @description Obtiene el Ip del cliente
|
|
861
|
+
* @return Json data
|
|
862
|
+
* @author Ing. Wilmer Briceno
|
|
863
|
+
*/
|
|
863
864
|
getIPAddress(): Observable<Object>;
|
|
865
|
+
/**
|
|
866
|
+
* @description Obtiene el Ip del cliente
|
|
867
|
+
* @return Json data
|
|
868
|
+
* @author Ing. Wilmer Briceno
|
|
869
|
+
*/
|
|
870
|
+
setIpAdress(): void;
|
|
871
|
+
/**
|
|
872
|
+
* @description Obtiene el Ip del cliente
|
|
873
|
+
* @return Json data
|
|
874
|
+
* @author Ing. Wilmer Briceno
|
|
875
|
+
*/
|
|
876
|
+
getIpAdress(): void;
|
|
864
877
|
}
|
|
865
878
|
interface filtroCuentasPresupuesto {
|
|
866
879
|
tipo?: 'E' | 'R';
|