@smartbit4all/ng-client 3.3.228 → 3.3.229
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 +4 -4
- package/fesm2015/smartbit4all-ng-client.mjs +3 -3
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +3 -3
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.229.tgz +0 -0
- package/smartbit4all-ng-client-3.3.228.tgz +0 -0
|
@@ -16266,9 +16266,9 @@ class SmartComponentApiClient {
|
|
|
16266
16266
|
}
|
|
16267
16267
|
else if (reference instanceof SmartFilterEditorContentComponent) {
|
|
16268
16268
|
this.setupFilterServices(reference);
|
|
16269
|
-
if (!skipLoad) {
|
|
16270
|
-
|
|
16271
|
-
}
|
|
16269
|
+
//if (!skipLoad) { // filter is not loaded when setting uuid
|
|
16270
|
+
reference.service.load();
|
|
16271
|
+
//}
|
|
16272
16272
|
}
|
|
16273
16273
|
else if (!skipLoad && reference === undefined) {
|
|
16274
16274
|
console.error(`Provided reference for ${key} is undefined.`);
|