@hivegpt/hiveai-angular 0.0.175 → 0.0.176

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.
@@ -841,7 +841,7 @@
841
841
  _this.sourcesList = web_results;
842
842
  _this.displayedSources = (_c = _this.sourcesList) === null || _c === void 0 ? void 0 : _c.slice(0, 3); // First 3 cards
843
843
  _this.remainingSources = (_d = _this.sourcesList) === null || _d === void 0 ? void 0 : _d.slice(3); // Remaining items
844
- // Process web results as needed
844
+ _this.cdr.detectChanges();
845
845
  }
846
846
  if (financial_graphs && Array.isArray(financial_graphs)) {
847
847
  console.log('Financial Graphs:', financial_graphs);
@@ -851,10 +851,12 @@
851
851
  console.log('Execution Graphs:', execution_graphs);
852
852
  // Process execution graphs as needed
853
853
  _this.executionPathImages = execution_graphs;
854
+ _this.cdr.detectChanges();
854
855
  }
855
856
  if (online_search_terms && Array.isArray(online_search_terms)) {
856
857
  console.log('Online Search Terms:', online_search_terms);
857
858
  _this.searchTerms = online_search_terms;
859
+ _this.cdr.detectChanges();
858
860
  // Process online search terms as needed
859
861
  }
860
862
  // Add any other fields and their processing here