@smartbit4all/ng-client 3.3.37 → 3.3.38
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/smart-client/smart-component-api-client.mjs +3 -3
- package/fesm2015/smartbit4all-ng-client.mjs +2 -2
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +2 -2
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.38.tgz +0 -0
- package/smartbit4all-ng-client-3.3.37.tgz +0 -0
|
@@ -14546,8 +14546,8 @@ class SmartComponentApiClient {
|
|
|
14546
14546
|
}
|
|
14547
14547
|
handleQueryList(ql, handler) {
|
|
14548
14548
|
ql.forEach((el) => handler(el));
|
|
14549
|
-
|
|
14550
|
-
.
|
|
14549
|
+
ql.changes
|
|
14550
|
+
.pipe(takeUntil(this._destroy$))
|
|
14551
14551
|
.subscribe((list) => list.forEach((el) => handler(el)));
|
|
14552
14552
|
}
|
|
14553
14553
|
getWidgets() {
|