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.
@@ -20,6 +20,7 @@ export default class List extends EventEmitter {
20
20
  * */
21
21
  name: string;
22
22
  set wait(v: boolean);
23
+ get wait(): boolean;
23
24
  constructor(config: IListConfig);
24
25
  /**
25
26
  * @description Hash для значений filter, order
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.447
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.447",
3
+ "version": "1.0.448",
4
4
  "description": "Core library",
5
5
  "author": "",
6
6
  "scripts": {