eservices-core 1.0.447 → 1.0.448
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/List.d.ts +1 -0
- package/dist/index.js +4 -1
- package/package.json +1 -1
package/dist/classes/List.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* eservices-core v1.0.
|
|
2
|
+
* eservices-core v1.0.448
|
|
3
3
|
* (c) 2022 ESERVICES
|
|
4
4
|
*/
|
|
5
5
|
'use strict';
|
|
@@ -2441,6 +2441,9 @@ class List$2 extends EventEmitter {
|
|
|
2441
2441
|
__classPrivateFieldSet(this, _wait$1, v);
|
|
2442
2442
|
this.emit(List$2.EVENT_CHANGE_WAIT, v);
|
|
2443
2443
|
}
|
|
2444
|
+
get wait() {
|
|
2445
|
+
return __classPrivateFieldGet(this, _wait$1);
|
|
2446
|
+
}
|
|
2444
2447
|
read(ReadParams) {
|
|
2445
2448
|
var _a, _b;
|
|
2446
2449
|
this.wait = true;
|