monkey-front-core 0.0.414 → 0.0.415
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/esm2020/lib/core/interfaces/monkeyecx-interface.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-store.mjs +1 -1
- package/esm2020/lib/core/services/store/monkeyecx-store.service.mjs +3 -3
- package/fesm2015/monkey-front-core.mjs +2 -2
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +2 -2
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/interfaces/monkeyecx-interface.d.ts +2 -1
- package/lib/core/services/store/monkeyecx-store.service.d.ts +1 -1
- package/monkey-front-core-0.0.415.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.414.tgz +0 -0
|
@@ -5349,10 +5349,10 @@ class MonkeyEcxCommonsStoreService extends MonkeyEcxCommonsService {
|
|
|
5349
5349
|
throw new Error(`MECX Core - Method paginationHasDifference -> ${e}`);
|
|
5350
5350
|
}
|
|
5351
5351
|
}
|
|
5352
|
-
updateControl(
|
|
5352
|
+
updateControl(data) {
|
|
5353
5353
|
try {
|
|
5354
5354
|
this.store.dispatch(this.action.updateControl({
|
|
5355
|
-
|
|
5355
|
+
data
|
|
5356
5356
|
}));
|
|
5357
5357
|
}
|
|
5358
5358
|
catch (e) {
|