@smartbit4all/ng-client 3.3.84 → 3.3.85
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 -1
- package/fesm2015/smartbit4all-ng-client.mjs +3 -0
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +3 -0
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.85.tgz +0 -0
- package/smartbit4all-ng-client-3.3.84.tgz +0 -0
|
@@ -14730,6 +14730,9 @@ class SmartComponentApiClient {
|
|
|
14730
14730
|
if (ref instanceof SmartGridComponent) {
|
|
14731
14731
|
ref.uuid = uuid;
|
|
14732
14732
|
}
|
|
14733
|
+
else if (ref instanceof SmartFilterEditorService) {
|
|
14734
|
+
ref.config.uuid = uuid;
|
|
14735
|
+
}
|
|
14733
14736
|
else if (!ref && !firstUuid) {
|
|
14734
14737
|
console.error(`Provided reference for ${key} is undefined on uuid change.`);
|
|
14735
14738
|
}
|