eservices-core 1.0.493 → 1.0.494
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/dist/classes/new/List.d.ts +1 -0
- package/dist/index.js +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* eservices-core v1.0.
|
|
2
|
+
* eservices-core v1.0.494
|
|
3
3
|
* (c) 2023 ESERVICES
|
|
4
4
|
*/
|
|
5
5
|
'use strict';
|
|
@@ -2795,6 +2795,9 @@ class List$1 extends EventEmitter {
|
|
|
2795
2795
|
get filters() {
|
|
2796
2796
|
return __classPrivateFieldGet(this, _filters);
|
|
2797
2797
|
}
|
|
2798
|
+
set filters(newFilters) {
|
|
2799
|
+
jenesiusVueForm.utils.softReplaceObject(this.filters, newFilters);
|
|
2800
|
+
}
|
|
2798
2801
|
set wait(v) {
|
|
2799
2802
|
__classPrivateFieldSet(this, _wait, v);
|
|
2800
2803
|
this.emit(jenesiusVueForm.Form.EVENT_WAIT, __classPrivateFieldGet(this, _wait));
|