sigesp 0.9.25-20230119 → 0.9.27-20230203
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 +17 -10
- 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/core/interfaces/CuentaEgresos.js +1 -1
- package/esm2015/lib/sigesp.service.js +8 -1
- package/esm2015/public-api.js +1 -1
- package/esm2015/sigesp.js +11 -11
- package/fesm2015/sigesp.js +8 -1
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/CuentaEgresos.d.ts +26 -0
- package/lib/sigesp.service.d.ts +6 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/sigesp.d.ts +16 -16
- package/sigesp.metadata.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -6139,6 +6139,13 @@
|
|
|
6139
6139
|
return this.http.put(this.URL + "/dao/spg/cuentas_egresos_dao.php", distribution, { headers: this.getHttpHeaders() });
|
|
6140
6140
|
};
|
|
6141
6141
|
/**
|
|
6142
|
+
* @Actualiza la distribución de la cuenta de egreso
|
|
6143
|
+
* @param distribution
|
|
6144
|
+
*/
|
|
6145
|
+
SigespService.prototype.updateDistributionExpenseAccount2 = function (distribution) {
|
|
6146
|
+
return this.http.put(this.URL + "/dao/spg/cuentas_egresos_dao.php", distribution, { headers: this.getHttpHeaders() });
|
|
6147
|
+
};
|
|
6148
|
+
/**
|
|
6142
6149
|
* @Actualiza la distribución de la cuenta de Ingreso
|
|
6143
6150
|
* @param distribution
|
|
6144
6151
|
*/
|
|
@@ -14439,16 +14446,16 @@
|
|
|
14439
14446
|
exports.academico = academico;
|
|
14440
14447
|
exports.camposConstaciaTrabajo = camposConstaciaTrabajo;
|
|
14441
14448
|
exports.customPaginator = customPaginator;
|
|
14442
|
-
exports.ɵ
|
|
14443
|
-
exports.ɵ
|
|
14444
|
-
exports.ɵ
|
|
14445
|
-
exports.ɵ
|
|
14446
|
-
exports.ɵ
|
|
14447
|
-
exports.ɵ
|
|
14448
|
-
exports.ɵ
|
|
14449
|
-
exports.ɵ
|
|
14450
|
-
exports.ɵ
|
|
14451
|
-
exports.ɵ
|
|
14449
|
+
exports.ɵg = AppComponent;
|
|
14450
|
+
exports.ɵh = SharedModule;
|
|
14451
|
+
exports.ɵi = CatalogoComponent;
|
|
14452
|
+
exports.ɵk = ConfirmComponent;
|
|
14453
|
+
exports.ɵl = IconComponent;
|
|
14454
|
+
exports.ɵm = TableSelectComponent;
|
|
14455
|
+
exports.ɵn = CatalogoEstructurasComponent;
|
|
14456
|
+
exports.ɵo = CatalogoDobleInputComponent;
|
|
14457
|
+
exports.ɵp = IsoCurrencyPipe;
|
|
14458
|
+
exports.ɵq = CustonMaterialModule;
|
|
14452
14459
|
|
|
14453
14460
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
14454
14461
|
|