@hestia-earth/ui-components 0.42.2 → 0.42.4

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.2",
3
+ "version": "0.42.4",
4
4
  "description": "HESTIA reusable components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,12 +13,12 @@ import * as node_modules_chart_js_dist_types_basic from 'node_modules/chart.js/d
13
13
  import * as node_modules_chart_js_dist_types_utils from 'node_modules/chart.js/dist/types/utils';
14
14
  import { Selection } from 'd3-selection';
15
15
  import { HttpClient, HttpHeaders } from '@angular/common/http';
16
- import { propertyValueType } from '@hestia-earth/utils/dist/term';
16
+ import { propertyValueType } from '@hestia-earth/utils/term';
17
17
  import * as _hestia_earth_engine_models from '@hestia-earth/engine-models';
18
18
  import { IModel, IOrchestratorModelConfig, IOrchestratorConfig, allowedType } from '@hestia-earth/engine-models';
19
19
  import { DataState, File, SupportedExtensions } from '@hestia-earth/api';
20
20
  import * as _hestia_earth_ui_components from '@hestia-earth/ui-components';
21
- import { DeltaDisplayType } from '@hestia-earth/utils/dist/delta';
21
+ import { DeltaDisplayType } from '@hestia-earth/utils/delta';
22
22
  import { AnimationEvent } from '@angular/animations';
23
23
  import { IsActiveMatchOptions } from '@angular/router';
24
24
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
@@ -3957,10 +3957,10 @@ declare const suggestQuery: <T extends NodeType = searchableType>(query: string,
3957
3957
  declare class HeSearchService {
3958
3958
  protected readonly http: HttpClient;
3959
3959
  protected readonly commonService: HeCommonService;
3960
- search$<C extends JSONLD<T>, T extends NodeType = searchableType>(params: ISearchParams, dataVersion?: string): rxjs.Observable<ISearchResults<C, T>>;
3961
- count$(params?: {}, dataVersion?: string): rxjs.Observable<number>;
3962
- get$<C extends JSONLD<T>, T extends NodeType>(type: T, id: string): rxjs.Observable<C & ISearchResultExtended>;
3963
- suggest$<C extends JSONLD<T>, T extends NodeType = searchableType>(term: string, type?: T, extraQueries?: any[], fullQuery?: any, limit?: number, includes?: string[]): rxjs.Observable<Omit<C & ISearchResultExtended, "_score">[]>;
3960
+ search$<C extends JSONLD<T>, T extends NodeType = searchableType>(params: ISearchParams, dataVersion?: string, searchPath?: string): rxjs.Observable<ISearchResults<C, T>>;
3961
+ count$(params?: {}, dataVersion?: string, countPath?: string): rxjs.Observable<number>;
3962
+ get$<C extends JSONLD<T>, T extends NodeType>(type: T, id: string, searchPath?: string): rxjs.Observable<C & ISearchResultExtended>;
3963
+ suggest$<C extends JSONLD<T>, T extends NodeType = searchableType>(term: string, type?: T, extraQueries?: any[], fullQuery?: any, limit?: number, includes?: string[], searchPath?: string): rxjs.Observable<Omit<C & ISearchResultExtended, "_score">[]>;
3964
3964
  suggestSource$(term: string, limit?: number, fields?: string[], includes?: string[]): rxjs.Observable<Partial<Source>[]>;
3965
3965
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<HeSearchService, never>;
3966
3966
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<HeSearchService>;