@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.
@@ -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
  }