eservices-core 1.0.555 → 1.0.556

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.555
2
+ * eservices-core v1.0.556
3
3
  * (c) 2023 ESERVICES
4
4
  */
5
5
  'use strict';
@@ -3399,7 +3399,7 @@ function useListSearch(array) {
3399
3399
  function useListFilter(list) {
3400
3400
  const filters = vue.reactive(list.filters);
3401
3401
  list.on(List.EVENT_FILTERS_UPDATE, arr => {
3402
- jenesiusVueForm.utils.softReplaceObject(list.filters, arr);
3402
+ jenesiusVueForm.utils.softReplaceObject(filters, arr);
3403
3403
  list.read();
3404
3404
  });
3405
3405
  return filters;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.555",
3
+ "version": "1.0.556",
4
4
  "description": "Core library",
5
5
  "author": "",
6
6
  "scripts": {