@sinequa/atomic-angular 0.1.39 → 0.1.46

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/index.d.ts CHANGED
@@ -13,7 +13,7 @@ import { cn, DialogService, DropdownComponent, DialogInterface, DialogComponent,
13
13
  import * as class_variance_authority_types from 'class-variance-authority/types';
14
14
  import { VariantProps } from 'class-variance-authority';
15
15
  import * as _angular_forms from '@angular/forms';
16
- import { ControlValueAccessor, FormGroup, FormControl } from '@angular/forms';
16
+ import { FormControl, FormGroup } from '@angular/forms';
17
17
  import { Placement } from '@floating-ui/dom';
18
18
  import * as _angular_common_http from '@angular/common/http';
19
19
  import { HttpInterceptorFn, HttpRequest, HttpHandlerFn, HttpClient, HttpHeaders, HttpContext, HttpParams, HttpResponse } from '@angular/common/http';
@@ -83,11 +83,11 @@ declare class DocumentLocatorComponent implements OnDestroy {
83
83
  readonly el: ElementRef<any>;
84
84
  readonly router: Router;
85
85
  readonly queryParamStore: {
86
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
87
86
  name?: _angular_core.Signal<string | undefined> | undefined;
87
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
88
88
  sort?: _angular_core.Signal<string | undefined> | undefined;
89
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
90
89
  text?: _angular_core.Signal<string | undefined> | undefined;
90
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
91
91
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
92
92
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
93
93
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -129,11 +129,11 @@ declare class DocumentLocatorComponent implements OnDestroy {
129
129
  }> | null;
130
130
  getQuery: () => _sinequa_atomic.Query;
131
131
  } & _ngrx_signals.StateSource<{
132
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
133
132
  name?: string | undefined;
133
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
134
134
  sort?: string | undefined;
135
- action?: "" | "search" | "open" | "aggregate" | undefined;
136
135
  text?: string | undefined;
136
+ action?: "" | "search" | "open" | "aggregate" | undefined;
137
137
  select?: _sinequa_atomic.Select[] | undefined;
138
138
  open?: _sinequa_atomic.Open[] | undefined;
139
139
  page?: number | undefined;
@@ -210,7 +210,7 @@ declare class MetadataComponent {
210
210
  event: Event;
211
211
  }>;
212
212
  class: _angular_core.InputSignal<string | undefined>;
213
- variant: _angular_core.InputSignal<any>;
213
+ variant: _angular_core.InputSignal<"default" | "destructive" | "outline" | "secondary" | null | undefined>;
214
214
  metadata: _angular_core.InputSignal<KeyOf<Article$1> | (string & Record<never, never>)>;
215
215
  article: _angular_core.InputSignal<Partial<Article$1> | (string & Record<never, never>)>;
216
216
  limit: _angular_core.InputSignalWithTransform<number | undefined, string | number | undefined>;
@@ -223,11 +223,11 @@ declare class MetadataComponent {
223
223
  declare class MissingTermsComponent {
224
224
  readonly article: _angular_core.InputSignal<Article$1>;
225
225
  queryParamsStore: {
226
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
227
226
  name?: _angular_core.Signal<string | undefined> | undefined;
227
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
228
228
  sort?: _angular_core.Signal<string | undefined> | undefined;
229
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
230
229
  text?: _angular_core.Signal<string | undefined> | undefined;
230
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
231
231
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
232
232
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
233
233
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -269,11 +269,11 @@ declare class MissingTermsComponent {
269
269
  }> | null;
270
270
  getQuery: () => _sinequa_atomic.Query;
271
271
  } & _ngrx_signals.StateSource<{
272
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
273
272
  name?: string | undefined;
273
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
274
274
  sort?: string | undefined;
275
- action?: "" | "search" | "open" | "aggregate" | undefined;
276
275
  text?: string | undefined;
276
+ action?: "" | "search" | "open" | "aggregate" | undefined;
277
277
  select?: _sinequa_atomic.Select[] | undefined;
278
278
  open?: _sinequa_atomic.Open[] | undefined;
279
279
  page?: number | undefined;
@@ -338,6 +338,9 @@ declare class MultiSelectionToolbarComponent {
338
338
  large?: string;
339
339
  };
340
340
  };
341
+ features?: {
342
+ advancedSearch?: boolean;
343
+ };
341
344
  } | undefined>;
342
345
  assistants: _angular_core.Signal<Record<string, any>>;
343
346
  initialize: () => Promise<void>;
@@ -489,11 +492,11 @@ declare class NavbarTabsComponent {
489
492
  readonly drawerStack: DrawerStackService;
490
493
  readonly drawerOpened: _angular_core.WritableSignal<boolean>;
491
494
  readonly queryParamsStore: {
492
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
493
495
  name?: _angular_core.Signal<string | undefined> | undefined;
496
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
494
497
  sort?: _angular_core.Signal<string | undefined> | undefined;
495
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
496
498
  text?: _angular_core.Signal<string | undefined> | undefined;
499
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
497
500
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
498
501
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
499
502
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -535,11 +538,11 @@ declare class NavbarTabsComponent {
535
538
  }> | null;
536
539
  getQuery: () => _sinequa_atomic.Query;
537
540
  } & _ngrx_signals.StateSource<{
538
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
539
541
  name?: string | undefined;
542
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
540
543
  sort?: string | undefined;
541
- action?: "" | "search" | "open" | "aggregate" | undefined;
542
544
  text?: string | undefined;
545
+ action?: "" | "search" | "open" | "aggregate" | undefined;
543
546
  select?: _sinequa_atomic.Select[] | undefined;
544
547
  open?: _sinequa_atomic.Open[] | undefined;
545
548
  page?: number | undefined;
@@ -840,19 +843,19 @@ declare class OverflowStopDirective {
840
843
  * </ng-container>
841
844
  * ```
842
845
  */
843
- declare class OverflowManagerDirective implements OnDestroy {
846
+ declare class OverflowManagerDirective {
844
847
  readonly items: _angular_core.Signal<readonly ElementRef<any>[]>;
845
848
  readonly stop: _angular_core.Signal<ElementRef<any> | undefined>;
846
849
  readonly target: _angular_core.InputSignal<HTMLElement | undefined>;
847
850
  readonly margin: _angular_core.InputSignal<number>;
848
- readonly direction: _angular_core.InputSignal<"horizontal" | "vertical">;
851
+ readonly direction: _angular_core.InputSignal<"vertical" | "horizontal">;
849
852
  readonly count: _angular_core.OutputEmitterRef<number>;
850
853
  private readonly el;
854
+ private readonly destroyRef;
851
855
  private readonly resizeObserver;
852
856
  private countSub;
853
857
  private _lastCount;
854
858
  constructor();
855
- ngOnDestroy(): void;
856
859
  /**
857
860
  * Counts the number of items that can fit before the stop element.
858
861
  * Emits the count if it has changed.
@@ -990,28 +993,43 @@ declare class ChildMarkerDirective {
990
993
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ChildMarkerDirective, "[childMarker]", never, {}, {}, never, never, true, never>;
991
994
  }
992
995
 
993
- declare class SearchInputComponent implements ControlValueAccessor {
996
+ declare class SearchInputComponent {
994
997
  cn: typeof cn;
995
- searchElement: _angular_core.Signal<ElementRef<HTMLInputElement> | undefined>;
996
- onFocus: _angular_core.OutputEmitterRef<void>;
997
- onBlur: _angular_core.OutputEmitterRef<void>;
998
+ searchInput: _angular_core.Signal<ElementRef<any>>;
999
+ /**
1000
+ * Emits an event when an element is selected or deselected.
1001
+ *
1002
+ * @remarks
1003
+ * The event payload is either the selected HTMLElement or `null` if the selection is cleared.
1004
+ *
1005
+ * @eventProperty
1006
+ */
998
1007
  onSelected: _angular_core.OutputEmitterRef<HTMLElement | null>;
1008
+ /**
1009
+ * A required form control for handling string input in the search component.
1010
+ *
1011
+ * This control is initialized using the `input.required` method, ensuring that
1012
+ * the associated input field is mandatory and will enforce validation for non-empty values.
1013
+ *
1014
+ * @remarks
1015
+ * This is typically used to bind to an Angular form input element, providing
1016
+ * reactive form validation and value tracking.
1017
+ *
1018
+ * @type FormControl<string>
1019
+ */
1020
+ control: _angular_core.InputSignal<FormControl<string>>;
999
1021
  controls: _angular_core.InputSignal<string>;
1000
1022
  keyboardNavigatorOptions: _angular_core.InputSignal<KeyboardNavigatorOptions>;
1001
1023
  placeholder: _angular_core.InputSignal<string>;
1002
1024
  disabled: _angular_core.InputSignal<boolean>;
1003
1025
  hotkey: _angular_core.InputSignal<string>;
1004
1026
  class: _angular_core.InputSignal<string | undefined>;
1005
- variant: _angular_core.InputSignal<any>;
1027
+ variant: _angular_core.InputSignal<"default" | "basic" | "prompt" | null | undefined>;
1006
1028
  variants: _angular_core.Signal<string>;
1029
+ onInput(event: Event): void;
1007
1030
  clearSearch(e: Event): void;
1008
- onChange: (value: string) => void;
1009
- onTouched: () => void;
1010
- writeValue(value: string): void;
1011
- registerOnChange(fn: (value: string) => void): void;
1012
- registerOnTouched(fn: () => void): void;
1013
1031
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchInputComponent, never>;
1014
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<SearchInputComponent, "SearchInput", never, { "controls": { "alias": "controls"; "required": true; "isSignal": true; }; "keyboardNavigatorOptions": { "alias": "keyboardNavigatorOptions"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "hotkey": { "alias": "hotkey"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, { "onFocus": "onFocus"; "onBlur": "onBlur"; "onSelected": "onSelected"; }, never, ["*"], true, never>;
1032
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SearchInputComponent, "SearchInput", never, { "control": { "alias": "control"; "required": true; "isSignal": true; }; "controls": { "alias": "controls"; "required": true; "isSignal": true; }; "keyboardNavigatorOptions": { "alias": "keyboardNavigatorOptions"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "hotkey": { "alias": "hotkey"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, { "onSelected": "onSelected"; }, never, ["*"], true, never>;
1015
1033
  }
1016
1034
 
1017
1035
  type SortingChoice = CCSortingChoice & {
@@ -1043,6 +1061,9 @@ declare class SortSelectorComponent {
1043
1061
  large?: string;
1044
1062
  };
1045
1063
  };
1064
+ features?: {
1065
+ advancedSearch?: boolean;
1066
+ };
1046
1067
  } | undefined>;
1047
1068
  assistants: _angular_core.Signal<Record<string, any>>;
1048
1069
  initialize: () => Promise<void>;
@@ -1124,6 +1145,9 @@ declare class SponsoredResultsComponent {
1124
1145
  large?: string;
1125
1146
  };
1126
1147
  };
1148
+ features?: {
1149
+ advancedSearch?: boolean;
1150
+ };
1127
1151
  } | undefined>;
1128
1152
  assistants: _angular_core.Signal<Record<string, any>>;
1129
1153
  initialize: () => Promise<void>;
@@ -1157,11 +1181,11 @@ declare class SponsoredResultsComponent {
1157
1181
  data: {};
1158
1182
  }>;
1159
1183
  queryParamStore: {
1160
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
1161
1184
  name?: _angular_core.Signal<string | undefined> | undefined;
1185
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
1162
1186
  sort?: _angular_core.Signal<string | undefined> | undefined;
1163
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
1164
1187
  text?: _angular_core.Signal<string | undefined> | undefined;
1188
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
1165
1189
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
1166
1190
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
1167
1191
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -1203,11 +1227,11 @@ declare class SponsoredResultsComponent {
1203
1227
  }> | null;
1204
1228
  getQuery: () => _sinequa_atomic.Query;
1205
1229
  } & _ngrx_signals.StateSource<{
1206
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
1207
1230
  name?: string | undefined;
1231
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
1208
1232
  sort?: string | undefined;
1209
- action?: "" | "search" | "open" | "aggregate" | undefined;
1210
1233
  text?: string | undefined;
1234
+ action?: "" | "search" | "open" | "aggregate" | undefined;
1211
1235
  select?: _sinequa_atomic.Select[] | undefined;
1212
1236
  open?: _sinequa_atomic.Open[] | undefined;
1213
1237
  page?: number | undefined;
@@ -1630,6 +1654,9 @@ type CJsonMint = CJson & {
1630
1654
  large?: string;
1631
1655
  };
1632
1656
  };
1657
+ features?: {
1658
+ advancedSearch?: boolean;
1659
+ };
1633
1660
  };
1634
1661
  };
1635
1662
 
@@ -1696,6 +1723,9 @@ declare class SourceIconPipe implements PipeTransform {
1696
1723
  large?: string;
1697
1724
  };
1698
1725
  };
1726
+ features?: {
1727
+ advancedSearch?: boolean;
1728
+ };
1699
1729
  } | undefined>;
1700
1730
  assistants: _angular_core.Signal<Record<string, any>>;
1701
1731
  initialize: () => Promise<void>;
@@ -1734,7 +1764,12 @@ declare class SourceIconPipe implements PipeTransform {
1734
1764
  }
1735
1765
 
1736
1766
  declare class OperatorPipe implements PipeTransform {
1767
+ private readonly transloco;
1768
+ private lastTransformedValue;
1769
+ private readonly cdr;
1770
+ private readonly destroyRef;
1737
1771
  transform(filter?: LegacyFilter): string;
1772
+ private transformFilter;
1738
1773
  transformOperator(operator?: FilterOperator): string;
1739
1774
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<OperatorPipe, never>;
1740
1775
  static ɵpipe: _angular_core.ɵɵPipeDeclaration<OperatorPipe, "operator", true>;
@@ -1859,6 +1894,9 @@ declare class AggregationsService {
1859
1894
  large?: string;
1860
1895
  };
1861
1896
  };
1897
+ features?: {
1898
+ advancedSearch?: boolean;
1899
+ };
1862
1900
  } | undefined>;
1863
1901
  assistants: _angular_core.Signal<Record<string, any>>;
1864
1902
  initialize: () => Promise<void>;
@@ -1901,11 +1939,11 @@ declare class AggregationsService {
1901
1939
  aggregations: Aggregation[];
1902
1940
  }>;
1903
1941
  queryParamsStore: {
1904
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
1905
1942
  name?: _angular_core.Signal<string | undefined> | undefined;
1943
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
1906
1944
  sort?: _angular_core.Signal<string | undefined> | undefined;
1907
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
1908
1945
  text?: _angular_core.Signal<string | undefined> | undefined;
1946
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
1909
1947
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
1910
1948
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
1911
1949
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -1947,11 +1985,11 @@ declare class AggregationsService {
1947
1985
  }> | null;
1948
1986
  getQuery: () => Query;
1949
1987
  } & _ngrx_signals.StateSource<{
1950
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
1951
1988
  name?: string | undefined;
1989
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
1952
1990
  sort?: string | undefined;
1953
- action?: "" | "search" | "open" | "aggregate" | undefined;
1954
1991
  text?: string | undefined;
1992
+ action?: "" | "search" | "open" | "aggregate" | undefined;
1955
1993
  select?: _sinequa_atomic.Select[] | undefined;
1956
1994
  open?: _sinequa_atomic.Open[] | undefined;
1957
1995
  page?: number | undefined;
@@ -2136,6 +2174,9 @@ declare class ApplicationService {
2136
2174
  large?: string;
2137
2175
  };
2138
2176
  };
2177
+ features?: {
2178
+ advancedSearch?: boolean;
2179
+ };
2139
2180
  } | undefined>;
2140
2181
  assistants: _angular_core.Signal<Record<string, any>>;
2141
2182
  initialize: () => Promise<void>;
@@ -2245,6 +2286,9 @@ declare class AuditService {
2245
2286
  large?: string;
2246
2287
  };
2247
2288
  };
2289
+ features?: {
2290
+ advancedSearch?: boolean;
2291
+ };
2248
2292
  } | undefined>;
2249
2293
  assistants: _angular_core.Signal<Record<string, any>>;
2250
2294
  initialize: () => Promise<void>;
@@ -2382,6 +2426,9 @@ declare class AutocompleteService {
2382
2426
  large?: string;
2383
2427
  };
2384
2428
  };
2429
+ features?: {
2430
+ advancedSearch?: boolean;
2431
+ };
2385
2432
  } | undefined>;
2386
2433
  assistants: _angular_core.Signal<Record<string, any>>;
2387
2434
  initialize: () => Promise<void>;
@@ -2585,6 +2632,9 @@ declare const AppStore: _angular_core.Type<{
2585
2632
  large?: string;
2586
2633
  };
2587
2634
  };
2635
+ features?: {
2636
+ advancedSearch?: boolean;
2637
+ };
2588
2638
  } | undefined>;
2589
2639
  assistants: _angular_core.Signal<Record<string, any>>;
2590
2640
  initialize: () => Promise<void>;
@@ -2688,6 +2738,9 @@ declare function withAppCustomizationFeatures(): _ngrx_signals.SignalStoreFeatur
2688
2738
  large?: string;
2689
2739
  };
2690
2740
  };
2741
+ features?: {
2742
+ advancedSearch?: boolean;
2743
+ };
2691
2744
  } | undefined>;
2692
2745
  assistants: _angular_core.Signal<Record<string, any>>;
2693
2746
  };
@@ -2820,11 +2873,11 @@ declare function withPrincipalFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx
2820
2873
  }>;
2821
2874
 
2822
2875
  declare const QueryParamsStore: _angular_core.Type<{
2823
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
2824
2876
  name?: _angular_core.Signal<string | undefined> | undefined;
2877
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
2825
2878
  sort?: _angular_core.Signal<string | undefined> | undefined;
2826
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
2827
2879
  text?: _angular_core.Signal<string | undefined> | undefined;
2880
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
2828
2881
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
2829
2882
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
2830
2883
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -2866,11 +2919,11 @@ declare const QueryParamsStore: _angular_core.Type<{
2866
2919
  }> | null;
2867
2920
  getQuery: () => _sinequa_atomic.Query;
2868
2921
  } & _ngrx_signals.StateSource<{
2869
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
2870
2922
  name?: string | undefined;
2923
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
2871
2924
  sort?: string | undefined;
2872
- action?: "" | "search" | "open" | "aggregate" | undefined;
2873
2925
  text?: string | undefined;
2926
+ action?: "" | "search" | "open" | "aggregate" | undefined;
2874
2927
  select?: _sinequa_atomic.Select[] | undefined;
2875
2928
  open?: _sinequa_atomic.Open[] | undefined;
2876
2929
  page?: number | undefined;
@@ -2899,11 +2952,11 @@ declare const QueryParamsStore: _angular_core.Type<{
2899
2952
  }>>;
2900
2953
  declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
2901
2954
  state: {
2902
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
2903
2955
  name?: string | undefined;
2956
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
2904
2957
  sort?: string | undefined;
2905
- action?: "" | "search" | "open" | "aggregate" | undefined;
2906
2958
  text?: string | undefined;
2959
+ action?: "" | "search" | "open" | "aggregate" | undefined;
2907
2960
  select?: _sinequa_atomic.Select[] | undefined;
2908
2961
  open?: _sinequa_atomic.Open[] | undefined;
2909
2962
  page?: number | undefined;
@@ -3406,11 +3459,11 @@ declare class PreviewService {
3406
3459
  multiSelection: Article$1[];
3407
3460
  }>;
3408
3461
  protected readonly queryParamsStore: {
3409
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
3410
3462
  name?: _angular_core.Signal<string | undefined> | undefined;
3463
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
3411
3464
  sort?: _angular_core.Signal<string | undefined> | undefined;
3412
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
3413
3465
  text?: _angular_core.Signal<string | undefined> | undefined;
3466
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
3414
3467
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
3415
3468
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
3416
3469
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -3452,11 +3505,11 @@ declare class PreviewService {
3452
3505
  }> | null;
3453
3506
  getQuery: () => Query;
3454
3507
  } & _ngrx_signals.StateSource<{
3455
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
3456
3508
  name?: string | undefined;
3509
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
3457
3510
  sort?: string | undefined;
3458
- action?: "" | "search" | "open" | "aggregate" | undefined;
3459
3511
  text?: string | undefined;
3512
+ action?: "" | "search" | "open" | "aggregate" | undefined;
3460
3513
  select?: _sinequa_atomic.Select[] | undefined;
3461
3514
  open?: _sinequa_atomic.Open[] | undefined;
3462
3515
  page?: number | undefined;
@@ -3504,6 +3557,9 @@ declare class PreviewService {
3504
3557
  large?: string;
3505
3558
  };
3506
3559
  };
3560
+ features?: {
3561
+ advancedSearch?: boolean;
3562
+ };
3507
3563
  } | undefined>;
3508
3564
  assistants: _angular_core.Signal<Record<string, any>>;
3509
3565
  initialize: () => Promise<void>;
@@ -3739,11 +3795,11 @@ declare class SavedSearchesService {
3739
3795
  language?: string | undefined;
3740
3796
  }>;
3741
3797
  protected readonly queryParamsStore: {
3742
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
3743
3798
  name?: _angular_core.Signal<string | undefined> | undefined;
3799
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
3744
3800
  sort?: _angular_core.Signal<string | undefined> | undefined;
3745
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
3746
3801
  text?: _angular_core.Signal<string | undefined> | undefined;
3802
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
3747
3803
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
3748
3804
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
3749
3805
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -3785,11 +3841,11 @@ declare class SavedSearchesService {
3785
3841
  }> | null;
3786
3842
  getQuery: () => _sinequa_atomic.Query;
3787
3843
  } & _ngrx_signals.StateSource<{
3788
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
3789
3844
  name?: string | undefined;
3845
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
3790
3846
  sort?: string | undefined;
3791
- action?: "" | "search" | "open" | "aggregate" | undefined;
3792
3847
  text?: string | undefined;
3848
+ action?: "" | "search" | "open" | "aggregate" | undefined;
3793
3849
  select?: _sinequa_atomic.Select[] | undefined;
3794
3850
  open?: _sinequa_atomic.Open[] | undefined;
3795
3851
  page?: number | undefined;
@@ -3871,11 +3927,11 @@ declare class SearchService {
3871
3927
  result: Result;
3872
3928
  audit?: AuditEvents;
3873
3929
  protected readonly queryParamsStore: {
3874
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
3875
3930
  name?: _angular_core.Signal<string | undefined> | undefined;
3931
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
3876
3932
  sort?: _angular_core.Signal<string | undefined> | undefined;
3877
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
3878
3933
  text?: _angular_core.Signal<string | undefined> | undefined;
3934
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
3879
3935
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
3880
3936
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
3881
3937
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -3917,11 +3973,11 @@ declare class SearchService {
3917
3973
  }> | null;
3918
3974
  getQuery: () => Query;
3919
3975
  } & _ngrx_signals.StateSource<{
3920
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
3921
3976
  name?: string | undefined;
3977
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
3922
3978
  sort?: string | undefined;
3923
- action?: "" | "search" | "open" | "aggregate" | undefined;
3924
3979
  text?: string | undefined;
3980
+ action?: "" | "search" | "open" | "aggregate" | undefined;
3925
3981
  select?: _sinequa_atomic.Select[] | undefined;
3926
3982
  open?: _sinequa_atomic.Open[] | undefined;
3927
3983
  page?: number | undefined;
@@ -4092,11 +4148,11 @@ declare class SelectionService {
4092
4148
  private readonly location;
4093
4149
  private readonly selectionStore;
4094
4150
  queryParamsStore: {
4095
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
4096
4151
  name?: _angular_core.Signal<string | undefined> | undefined;
4152
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
4097
4153
  sort?: _angular_core.Signal<string | undefined> | undefined;
4098
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
4099
4154
  text?: _angular_core.Signal<string | undefined> | undefined;
4155
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
4100
4156
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
4101
4157
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
4102
4158
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -4138,11 +4194,11 @@ declare class SelectionService {
4138
4194
  }> | null;
4139
4195
  getQuery: () => _sinequa_atomic.Query;
4140
4196
  } & _ngrx_signals.StateSource<{
4141
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
4142
4197
  name?: string | undefined;
4198
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
4143
4199
  sort?: string | undefined;
4144
- action?: "" | "search" | "open" | "aggregate" | undefined;
4145
4200
  text?: string | undefined;
4201
+ action?: "" | "search" | "open" | "aggregate" | undefined;
4146
4202
  select?: _sinequa_atomic.Select[] | undefined;
4147
4203
  open?: _sinequa_atomic.Open[] | undefined;
4148
4204
  page?: number | undefined;
@@ -4369,11 +4425,11 @@ declare class SavedSearchesComponent {
4369
4425
  declare class SavedSearchDialog implements DialogInterface {
4370
4426
  private readonly savedSearchesService;
4371
4427
  protected readonly queryParamsStore: {
4372
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
4373
4428
  name?: _angular_core.Signal<string | undefined> | undefined;
4429
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
4374
4430
  sort?: _angular_core.Signal<string | undefined> | undefined;
4375
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
4376
4431
  text?: _angular_core.Signal<string | undefined> | undefined;
4432
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
4377
4433
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
4378
4434
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
4379
4435
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -4415,11 +4471,11 @@ declare class SavedSearchDialog implements DialogInterface {
4415
4471
  }> | null;
4416
4472
  getQuery: () => _sinequa_atomic.Query;
4417
4473
  } & _ngrx_signals.StateSource<{
4418
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
4419
4474
  name?: string | undefined;
4475
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
4420
4476
  sort?: string | undefined;
4421
- action?: "" | "search" | "open" | "aggregate" | undefined;
4422
4477
  text?: string | undefined;
4478
+ action?: "" | "search" | "open" | "aggregate" | undefined;
4423
4479
  select?: _sinequa_atomic.Select[] | undefined;
4424
4480
  open?: _sinequa_atomic.Open[] | undefined;
4425
4481
  page?: number | undefined;
@@ -4547,7 +4603,7 @@ declare class CollectionsDialog implements DialogInterface {
4547
4603
  readonly creating: _angular_core.WritableSignal<boolean>;
4548
4604
  readonly removedFromCollection: _angular_core.WritableSignal<boolean>;
4549
4605
  readonly collections: _angular_core.Signal<Basket[]>;
4550
- readonly collectionsMap: _angular_core.WritableSignal<Record<string, "some" | "none" | "all">>;
4606
+ readonly collectionsMap: _angular_core.WritableSignal<Record<string, "some" | "all" | "none">>;
4551
4607
  open(article: Article$1 | Article$1[]): void;
4552
4608
  containsArticleByName(collectionName: string): boolean;
4553
4609
  containsArticle(collection: Basket): 'all' | 'some' | 'none';
@@ -4782,11 +4838,11 @@ declare class ExportDialog implements DialogInterface {
4782
4838
  private appStore;
4783
4839
  readonly exportService: ExportService;
4784
4840
  readonly queryParamsStore: {
4785
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
4786
4841
  name?: _angular_core.Signal<string | undefined> | undefined;
4842
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
4787
4843
  sort?: _angular_core.Signal<string | undefined> | undefined;
4788
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
4789
4844
  text?: _angular_core.Signal<string | undefined> | undefined;
4845
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
4790
4846
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
4791
4847
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
4792
4848
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -4828,11 +4884,11 @@ declare class ExportDialog implements DialogInterface {
4828
4884
  }> | null;
4829
4885
  getQuery: () => _sinequa_atomic.Query;
4830
4886
  } & _ngrx_signals.StateSource<{
4831
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
4832
4887
  name?: string | undefined;
4888
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
4833
4889
  sort?: string | undefined;
4834
- action?: "" | "search" | "open" | "aggregate" | undefined;
4835
4890
  text?: string | undefined;
4891
+ action?: "" | "search" | "open" | "aggregate" | undefined;
4836
4892
  select?: _sinequa_atomic.Select[] | undefined;
4837
4893
  open?: _sinequa_atomic.Open[] | undefined;
4838
4894
  page?: number | undefined;
@@ -4906,6 +4962,9 @@ declare class LabelService {
4906
4962
  large?: string;
4907
4963
  };
4908
4964
  };
4965
+ features?: {
4966
+ advancedSearch?: boolean;
4967
+ };
4909
4968
  } | undefined>;
4910
4969
  assistants: _angular_core.Signal<Record<string, any>>;
4911
4970
  initialize: () => Promise<void>;
@@ -5110,6 +5169,9 @@ declare class FeedbackDialogComponent implements DialogInterface {
5110
5169
  large?: string;
5111
5170
  };
5112
5171
  };
5172
+ features?: {
5173
+ advancedSearch?: boolean;
5174
+ };
5113
5175
  } | undefined>;
5114
5176
  assistants: _angular_core.Signal<Record<string, any>>;
5115
5177
  initialize: () => Promise<void>;
@@ -5161,11 +5223,11 @@ declare class SearchFeedbackComponent {
5161
5223
  pages: _angular_core.InputSignal<any>;
5162
5224
  readonly auditService: AuditService;
5163
5225
  protected readonly queryParamsStore: {
5164
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
5165
5226
  name?: _angular_core.Signal<string | undefined> | undefined;
5227
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
5166
5228
  sort?: _angular_core.Signal<string | undefined> | undefined;
5167
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5168
5229
  text?: _angular_core.Signal<string | undefined> | undefined;
5230
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5169
5231
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
5170
5232
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
5171
5233
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -5207,11 +5269,11 @@ declare class SearchFeedbackComponent {
5207
5269
  }> | null;
5208
5270
  getQuery: () => _sinequa_atomic.Query;
5209
5271
  } & _ngrx_signals.StateSource<{
5210
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
5211
5272
  name?: string | undefined;
5273
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
5212
5274
  sort?: string | undefined;
5213
- action?: "" | "search" | "open" | "aggregate" | undefined;
5214
5275
  text?: string | undefined;
5276
+ action?: "" | "search" | "open" | "aggregate" | undefined;
5215
5277
  select?: _sinequa_atomic.Select[] | undefined;
5216
5278
  open?: _sinequa_atomic.Open[] | undefined;
5217
5279
  page?: number | undefined;
@@ -5264,7 +5326,7 @@ declare class FilterButtonComponent {
5264
5326
  name: _angular_core.InputSignal<string>;
5265
5327
  column: _angular_core.InputSignal<string>;
5266
5328
  position: _angular_core.InputSignal<Placement>;
5267
- protected variant: _angular_core.WritableSignal<any>;
5329
+ protected variant: _angular_core.WritableSignal<"default" | "icon" | "destructive" | "link" | "none" | "outline" | "ai" | "inverse" | "tertiary" | "ghost" | null | undefined>;
5268
5330
  protected filter: _angular_core.WritableSignal<CFilterEx>;
5269
5331
  protected nativeElement: any;
5270
5332
  protected aggregationsStore: {
@@ -5277,11 +5339,11 @@ declare class FilterButtonComponent {
5277
5339
  aggregations: _sinequa_atomic.Aggregation[];
5278
5340
  }>;
5279
5341
  protected queryParamsStore: {
5280
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
5281
5342
  name?: _angular_core.Signal<string | undefined> | undefined;
5343
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
5282
5344
  sort?: _angular_core.Signal<string | undefined> | undefined;
5283
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5284
5345
  text?: _angular_core.Signal<string | undefined> | undefined;
5346
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5285
5347
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
5286
5348
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
5287
5349
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -5323,11 +5385,11 @@ declare class FilterButtonComponent {
5323
5385
  }> | null;
5324
5386
  getQuery: () => _sinequa_atomic.Query;
5325
5387
  } & _ngrx_signals.StateSource<{
5326
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
5327
5388
  name?: string | undefined;
5389
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
5328
5390
  sort?: string | undefined;
5329
- action?: "" | "search" | "open" | "aggregate" | undefined;
5330
5391
  text?: string | undefined;
5392
+ action?: "" | "search" | "open" | "aggregate" | undefined;
5331
5393
  select?: _sinequa_atomic.Select[] | undefined;
5332
5394
  open?: _sinequa_atomic.Open[] | undefined;
5333
5395
  page?: number | undefined;
@@ -5375,6 +5437,9 @@ declare class FilterButtonComponent {
5375
5437
  large?: string;
5376
5438
  };
5377
5439
  };
5440
+ features?: {
5441
+ advancedSearch?: boolean;
5442
+ };
5378
5443
  } | undefined>;
5379
5444
  assistants: _angular_core.Signal<Record<string, any>>;
5380
5445
  initialize: () => Promise<void>;
@@ -5442,6 +5507,9 @@ declare class MoreButtonComponent {
5442
5507
  large?: string;
5443
5508
  };
5444
5509
  };
5510
+ features?: {
5511
+ advancedSearch?: boolean;
5512
+ };
5445
5513
  } | undefined>;
5446
5514
  assistants: _angular_core.Signal<Record<string, any>>;
5447
5515
  initialize: () => Promise<void>;
@@ -5475,11 +5543,11 @@ declare class MoreButtonComponent {
5475
5543
  data: {};
5476
5544
  }>;
5477
5545
  queryParamsStore: {
5478
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
5479
5546
  name?: _angular_core.Signal<string | undefined> | undefined;
5547
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
5480
5548
  sort?: _angular_core.Signal<string | undefined> | undefined;
5481
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5482
5549
  text?: _angular_core.Signal<string | undefined> | undefined;
5550
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5483
5551
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
5484
5552
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
5485
5553
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -5521,11 +5589,11 @@ declare class MoreButtonComponent {
5521
5589
  }> | null;
5522
5590
  getQuery: () => _sinequa_atomic.Query;
5523
5591
  } & _ngrx_signals.StateSource<{
5524
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
5525
5592
  name?: string | undefined;
5593
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
5526
5594
  sort?: string | undefined;
5527
- action?: "" | "search" | "open" | "aggregate" | undefined;
5528
5595
  text?: string | undefined;
5596
+ action?: "" | "search" | "open" | "aggregate" | undefined;
5529
5597
  select?: _sinequa_atomic.Select[] | undefined;
5530
5598
  open?: _sinequa_atomic.Open[] | undefined;
5531
5599
  page?: number | undefined;
@@ -5578,7 +5646,7 @@ declare class FiltersBarComponent {
5578
5646
  * The default value is set by the FILTERS_BREAKPOINT injection token.
5579
5647
  */
5580
5648
  filtersCount: _angular_core.InputSignal<number>;
5581
- direction: _angular_core.InputSignal<"horizontal" | "vertical">;
5649
+ direction: _angular_core.InputSignal<"vertical" | "horizontal">;
5582
5650
  /**
5583
5651
  * Event emitted when the clear filters button is clicked.
5584
5652
  * This event can be used to perform additional actions when filters are cleared.
@@ -5616,6 +5684,9 @@ declare class FiltersBarComponent {
5616
5684
  large?: string;
5617
5685
  };
5618
5686
  };
5687
+ features?: {
5688
+ advancedSearch?: boolean;
5689
+ };
5619
5690
  } | undefined>;
5620
5691
  assistants: _angular_core.Signal<Record<string, any>>;
5621
5692
  initialize: () => Promise<void>;
@@ -5658,11 +5729,11 @@ declare class FiltersBarComponent {
5658
5729
  aggregations: _sinequa_atomic.Aggregation[];
5659
5730
  }>;
5660
5731
  protected queryParamsStore: {
5661
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
5662
5732
  name?: _angular_core.Signal<string | undefined> | undefined;
5733
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
5663
5734
  sort?: _angular_core.Signal<string | undefined> | undefined;
5664
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5665
5735
  text?: _angular_core.Signal<string | undefined> | undefined;
5736
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5666
5737
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
5667
5738
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
5668
5739
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -5704,11 +5775,11 @@ declare class FiltersBarComponent {
5704
5775
  }> | null;
5705
5776
  getQuery: () => _sinequa_atomic.Query;
5706
5777
  } & _ngrx_signals.StateSource<{
5707
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
5708
5778
  name?: string | undefined;
5779
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
5709
5780
  sort?: string | undefined;
5710
- action?: "" | "search" | "open" | "aggregate" | undefined;
5711
5781
  text?: string | undefined;
5782
+ action?: "" | "search" | "open" | "aggregate" | undefined;
5712
5783
  select?: _sinequa_atomic.Select[] | undefined;
5713
5784
  open?: _sinequa_atomic.Open[] | undefined;
5714
5785
  page?: number | undefined;
@@ -5788,11 +5859,11 @@ declare class AggregationComponent {
5788
5859
  aggregations: Aggregation[];
5789
5860
  }>;
5790
5861
  queryParamsStore: {
5791
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
5792
5862
  name?: _angular_core.Signal<string | undefined> | undefined;
5863
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
5793
5864
  sort?: _angular_core.Signal<string | undefined> | undefined;
5794
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5795
5865
  text?: _angular_core.Signal<string | undefined> | undefined;
5866
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5796
5867
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
5797
5868
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
5798
5869
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -5834,11 +5905,11 @@ declare class AggregationComponent {
5834
5905
  }> | null;
5835
5906
  getQuery: () => Query;
5836
5907
  } & _ngrx_signals.StateSource<{
5837
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
5838
5908
  name?: string | undefined;
5909
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
5839
5910
  sort?: string | undefined;
5840
- action?: "" | "search" | "open" | "aggregate" | undefined;
5841
5911
  text?: string | undefined;
5912
+ action?: "" | "search" | "open" | "aggregate" | undefined;
5842
5913
  select?: _sinequa_atomic.Select[] | undefined;
5843
5914
  open?: _sinequa_atomic.Open[] | undefined;
5844
5915
  page?: number | undefined;
@@ -6064,6 +6135,9 @@ declare class MoreComponent {
6064
6135
  large?: string;
6065
6136
  };
6066
6137
  };
6138
+ features?: {
6139
+ advancedSearch?: boolean;
6140
+ };
6067
6141
  } | undefined>;
6068
6142
  assistants: _angular_core.Signal<Record<string, any>>;
6069
6143
  initialize: () => Promise<void>;
@@ -6106,11 +6180,11 @@ declare class MoreComponent {
6106
6180
  aggregations: Aggregation[];
6107
6181
  }>;
6108
6182
  queryParamsStore: {
6109
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
6110
6183
  name?: _angular_core.Signal<string | undefined> | undefined;
6184
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
6111
6185
  sort?: _angular_core.Signal<string | undefined> | undefined;
6112
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
6113
6186
  text?: _angular_core.Signal<string | undefined> | undefined;
6187
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
6114
6188
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
6115
6189
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
6116
6190
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -6152,11 +6226,11 @@ declare class MoreComponent {
6152
6226
  }> | null;
6153
6227
  getQuery: () => _sinequa_atomic.Query;
6154
6228
  } & _ngrx_signals.StateSource<{
6155
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
6156
6229
  name?: string | undefined;
6230
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
6157
6231
  sort?: string | undefined;
6158
- action?: "" | "search" | "open" | "aggregate" | undefined;
6159
6232
  text?: string | undefined;
6233
+ action?: "" | "search" | "open" | "aggregate" | undefined;
6160
6234
  select?: _sinequa_atomic.Select[] | undefined;
6161
6235
  open?: _sinequa_atomic.Open[] | undefined;
6162
6236
  page?: number | undefined;
@@ -6276,12 +6350,18 @@ type Operator = 'all' | 'exact' | 'any' | 'none' | 'matches';
6276
6350
  interface Filter {
6277
6351
  column: string;
6278
6352
  alias: string;
6353
+ display?: string;
6279
6354
  items?: (AggregationItem | TreeAggregationNode)[];
6280
6355
  }
6356
+ interface Tab {
6357
+ path: string;
6358
+ display?: string;
6359
+ }
6281
6360
  declare class DrawerAdvancedFiltersComponent extends DrawerComponent {
6282
6361
  private readonly queryParamsStore;
6283
6362
  private readonly appStore;
6284
6363
  private readonly router;
6364
+ private readonly route;
6285
6365
  private readonly formBuilder;
6286
6366
  private readonly overlay;
6287
6367
  private readonly transloco;
@@ -6302,10 +6382,6 @@ declare class DrawerAdvancedFiltersComponent extends DrawerComponent {
6302
6382
  operator: _angular_forms.FormControl<Operator>;
6303
6383
  value: _angular_forms.FormControl<undefined>;
6304
6384
  }>;
6305
- location: _angular_forms.FormGroup<{
6306
- operator: _angular_forms.FormControl<Operator>;
6307
- value: _angular_forms.FormControl<undefined>;
6308
- }>;
6309
6385
  }>;
6310
6386
  currentTab: _angular_core.WritableSignal<string>;
6311
6387
  currentFilter: _angular_core.WritableSignal<string | undefined>;
@@ -6315,7 +6391,7 @@ declare class DrawerAdvancedFiltersComponent extends DrawerComponent {
6315
6391
  }[]>;
6316
6392
  suggestions: _angular_core.WritableSignal<DropdownItem[]>;
6317
6393
  aggregations: _angular_core.WritableSignal<(Aggregation | TreeAggregation)[] | undefined>;
6318
- tabs: _angular_core.Signal<string[]>;
6394
+ tabs: _angular_core.Signal<Tab[]>;
6319
6395
  filters: _angular_core.Signal<Filter[]>;
6320
6396
  text: string;
6321
6397
  constructor();
@@ -6324,7 +6400,7 @@ declare class DrawerAdvancedFiltersComponent extends DrawerComponent {
6324
6400
  onSearch(): void;
6325
6401
  /** Generate the LegacyFilter to add to the query */
6326
6402
  private getFilter;
6327
- /** Format content/title/location filters */
6403
+ /** Format content/title filters */
6328
6404
  private formatFilter;
6329
6405
  getPlaceholder(key: string): string;
6330
6406
  /** Get applied filters for a column */
@@ -6387,6 +6463,9 @@ declare class AdvancedSearchComponent {
6387
6463
  large?: string;
6388
6464
  };
6389
6465
  };
6466
+ features?: {
6467
+ advancedSearch?: boolean;
6468
+ };
6390
6469
  } | undefined>;
6391
6470
  assistants: _angular_core.Signal<Record<string, any>>;
6392
6471
  initialize: () => Promise<void>;
@@ -6442,11 +6521,11 @@ declare class AdvancedSearchComponent {
6442
6521
  }>;
6443
6522
  protected readonly previewService: PreviewService;
6444
6523
  protected readonly queryParamsStore: {
6445
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
6446
6524
  name?: _angular_core.Signal<string | undefined> | undefined;
6525
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
6447
6526
  sort?: _angular_core.Signal<string | undefined> | undefined;
6448
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
6449
6527
  text?: _angular_core.Signal<string | undefined> | undefined;
6528
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
6450
6529
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
6451
6530
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
6452
6531
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -6488,11 +6567,11 @@ declare class AdvancedSearchComponent {
6488
6567
  }> | null;
6489
6568
  getQuery: () => _sinequa_atomic.Query;
6490
6569
  } & _ngrx_signals.StateSource<{
6491
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
6492
6570
  name?: string | undefined;
6571
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
6493
6572
  sort?: string | undefined;
6494
- action?: "" | "search" | "open" | "aggregate" | undefined;
6495
6573
  text?: string | undefined;
6574
+ action?: "" | "search" | "open" | "aggregate" | undefined;
6496
6575
  select?: _sinequa_atomic.Select[] | undefined;
6497
6576
  open?: _sinequa_atomic.Open[] | undefined;
6498
6577
  page?: number | undefined;
@@ -6581,6 +6660,9 @@ declare class DrawerPreviewComponent extends DrawerComponent {
6581
6660
  large?: string;
6582
6661
  };
6583
6662
  };
6663
+ features?: {
6664
+ advancedSearch?: boolean;
6665
+ };
6584
6666
  } | undefined>;
6585
6667
  assistants: _angular_core.Signal<Record<string, any>>;
6586
6668
  initialize: () => Promise<void>;
@@ -6635,11 +6717,11 @@ declare class DrawerPreviewComponent extends DrawerComponent {
6635
6717
  multiSelection: Article$1[];
6636
6718
  }>;
6637
6719
  queryParamsStore: {
6638
- aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
6639
6720
  name?: _angular_core.Signal<string | undefined> | undefined;
6721
+ aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
6640
6722
  sort?: _angular_core.Signal<string | undefined> | undefined;
6641
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
6642
6723
  text?: _angular_core.Signal<string | undefined> | undefined;
6724
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
6643
6725
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
6644
6726
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
6645
6727
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -6681,11 +6763,11 @@ declare class DrawerPreviewComponent extends DrawerComponent {
6681
6763
  }> | null;
6682
6764
  getQuery: () => _sinequa_atomic.Query;
6683
6765
  } & _ngrx_signals.StateSource<{
6684
- aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
6685
6766
  name?: string | undefined;
6767
+ aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
6686
6768
  sort?: string | undefined;
6687
- action?: "" | "search" | "open" | "aggregate" | undefined;
6688
6769
  text?: string | undefined;
6770
+ action?: "" | "search" | "open" | "aggregate" | undefined;
6689
6771
  select?: _sinequa_atomic.Select[] | undefined;
6690
6772
  open?: _sinequa_atomic.Open[] | undefined;
6691
6773
  page?: number | undefined;