@hestia-earth/ui-components 0.42.15 → 0.42.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/ui-components",
3
- "version": "0.42.15",
3
+ "version": "0.42.16",
4
4
  "description": "HESTIA reusable components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -2657,7 +2657,10 @@ declare class CyclesNodesComponent {
2657
2657
  private readonly groupedNodes;
2658
2658
  private readonly groupNodeKey;
2659
2659
  protected readonly jlogParentIndex: _angular_core.Signal<number>;
2660
- protected readonly groupNodeValues: _angular_core.Signal<string[]>;
2660
+ protected readonly groupNodeValues: _angular_core.Signal<{
2661
+ value: string;
2662
+ term: _hestia_earth_schema.Term;
2663
+ }[]>;
2661
2664
  protected readonly isGroupNode: _angular_core.Signal<boolean>;
2662
2665
  protected readonly isEmission: _angular_core.Signal<boolean>;
2663
2666
  protected readonly data: _angular_core.Signal<groupedEmissions$1 | {