@sinequa/atomic-angular 1.5.5 → 1.6.0

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
@@ -115,8 +115,8 @@ declare class DocumentLocatorComponent implements OnDestroy {
115
115
  readonly router: Router;
116
116
  readonly queryParamStore: {
117
117
  name?: _angular_core.Signal<string | undefined> | undefined;
118
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
119
118
  text?: _angular_core.Signal<string | undefined> | undefined;
119
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
120
120
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
121
121
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
122
122
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -170,8 +170,8 @@ declare class DocumentLocatorComponent implements OnDestroy {
170
170
  getQuery: () => _sinequa_atomic.Query;
171
171
  } & _ngrx_signals.StateSource<{
172
172
  name?: string | undefined;
173
- action?: "" | "search" | "open" | "aggregate" | undefined;
174
173
  text?: string | undefined;
174
+ action?: "" | "search" | "open" | "aggregate" | undefined;
175
175
  select?: _sinequa_atomic.Select[] | undefined;
176
176
  open?: _sinequa_atomic.Open[] | undefined;
177
177
  page?: number | undefined;
@@ -272,8 +272,8 @@ declare class MissingTermsComponent {
272
272
  readonly article: _angular_core.InputSignal<Article$1>;
273
273
  queryParamsStore: {
274
274
  name?: _angular_core.Signal<string | undefined> | undefined;
275
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
276
275
  text?: _angular_core.Signal<string | undefined> | undefined;
276
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
277
277
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
278
278
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
279
279
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -327,8 +327,8 @@ declare class MissingTermsComponent {
327
327
  getQuery: () => _sinequa_atomic.Query;
328
328
  } & _ngrx_signals.StateSource<{
329
329
  name?: string | undefined;
330
- action?: "" | "search" | "open" | "aggregate" | undefined;
331
330
  text?: string | undefined;
331
+ action?: "" | "search" | "open" | "aggregate" | undefined;
332
332
  select?: _sinequa_atomic.Select[] | undefined;
333
333
  open?: _sinequa_atomic.Open[] | undefined;
334
334
  page?: number | undefined;
@@ -471,6 +471,7 @@ declare class MultiSelectionToolbarComponent {
471
471
  persistFiltersAcrossTabs?: boolean;
472
472
  };
473
473
  converters?: _sinequa_atomic_angular.CConverter[];
474
+ feedback?: _sinequa_atomic_angular.CFeedback;
474
475
  };
475
476
  documentsUploadSettings?: {
476
477
  enabled?: boolean;
@@ -534,6 +535,7 @@ declare class MultiSelectionToolbarComponent {
534
535
  persistFiltersAcrossTabs?: boolean;
535
536
  };
536
537
  converters?: _sinequa_atomic_angular.CConverter[];
538
+ feedback?: _sinequa_atomic_angular.CFeedback;
537
539
  } | undefined>;
538
540
  assistants: _angular_core.Signal<{
539
541
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -667,6 +669,7 @@ declare class MultiSelectionToolbarComponent {
667
669
  persistFiltersAcrossTabs?: boolean;
668
670
  };
669
671
  converters?: _sinequa_atomic_angular.CConverter[];
672
+ feedback?: _sinequa_atomic_angular.CFeedback;
670
673
  };
671
674
  documentsUploadSettings?: {
672
675
  enabled?: boolean;
@@ -752,6 +755,7 @@ declare class MultiSelectionToolbarComponent {
752
755
  persistFiltersAcrossTabs?: boolean;
753
756
  };
754
757
  converters?: _sinequa_atomic_angular.CConverter[];
758
+ feedback?: _sinequa_atomic_angular.CFeedback;
755
759
  } | undefined;
756
760
  readonly class: _angular_core.InputSignal<string>;
757
761
  readonly variant: _angular_core.InputSignal<"light" | "dark" | "glassy" | null | undefined>;
@@ -894,6 +898,7 @@ declare class NavbarTabsComponent {
894
898
  persistFiltersAcrossTabs?: boolean;
895
899
  };
896
900
  converters?: _sinequa_atomic_angular.CConverter[];
901
+ feedback?: _sinequa_atomic_angular.CFeedback;
897
902
  };
898
903
  documentsUploadSettings?: {
899
904
  enabled?: boolean;
@@ -957,6 +962,7 @@ declare class NavbarTabsComponent {
957
962
  persistFiltersAcrossTabs?: boolean;
958
963
  };
959
964
  converters?: _sinequa_atomic_angular.CConverter[];
965
+ feedback?: _sinequa_atomic_angular.CFeedback;
960
966
  } | undefined>;
961
967
  assistants: _angular_core.Signal<{
962
968
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -1090,6 +1096,7 @@ declare class NavbarTabsComponent {
1090
1096
  persistFiltersAcrossTabs?: boolean;
1091
1097
  };
1092
1098
  converters?: _sinequa_atomic_angular.CConverter[];
1099
+ feedback?: _sinequa_atomic_angular.CFeedback;
1093
1100
  };
1094
1101
  documentsUploadSettings?: {
1095
1102
  enabled?: boolean;
@@ -1372,6 +1379,14 @@ type CConverter = {
1372
1379
  default?: boolean;
1373
1380
  conversion?: Conversion;
1374
1381
  };
1382
+ type CFeedback = Partial<{
1383
+ like: boolean;
1384
+ dislike: boolean;
1385
+ content: boolean;
1386
+ ui: boolean;
1387
+ lang: boolean;
1388
+ other: boolean;
1389
+ }>;
1375
1390
  type CJsonMint = CJson & {
1376
1391
  filters?: CAggregation[];
1377
1392
  autocomplete?: Autocomplete;
@@ -1401,6 +1416,7 @@ type CJsonMint = CJson & {
1401
1416
  };
1402
1417
  features?: CFeatures;
1403
1418
  converters?: CConverter[];
1419
+ feedback?: CFeedback;
1404
1420
  };
1405
1421
  documentsUploadSettings?: {
1406
1422
  enabled?: boolean;
@@ -1595,6 +1611,7 @@ declare const AppStore: _angular_core.Type<{
1595
1611
  persistFiltersAcrossTabs?: boolean;
1596
1612
  };
1597
1613
  converters?: _sinequa_atomic_angular.CConverter[];
1614
+ feedback?: _sinequa_atomic_angular.CFeedback;
1598
1615
  };
1599
1616
  documentsUploadSettings?: {
1600
1617
  enabled?: boolean;
@@ -1658,6 +1675,7 @@ declare const AppStore: _angular_core.Type<{
1658
1675
  persistFiltersAcrossTabs?: boolean;
1659
1676
  };
1660
1677
  converters?: _sinequa_atomic_angular.CConverter[];
1678
+ feedback?: _sinequa_atomic_angular.CFeedback;
1661
1679
  } | undefined>;
1662
1680
  assistants: _angular_core.Signal<AssistantConfiguration>;
1663
1681
  agents: _angular_core.Signal<AgentConfiguration>;
@@ -1785,6 +1803,7 @@ declare const AppStore: _angular_core.Type<{
1785
1803
  persistFiltersAcrossTabs?: boolean;
1786
1804
  };
1787
1805
  converters?: _sinequa_atomic_angular.CConverter[];
1806
+ feedback?: _sinequa_atomic_angular.CFeedback;
1788
1807
  };
1789
1808
  documentsUploadSettings?: {
1790
1809
  enabled?: boolean;
@@ -1905,6 +1924,7 @@ declare function withAppFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signa
1905
1924
  persistFiltersAcrossTabs?: boolean;
1906
1925
  };
1907
1926
  converters?: _sinequa_atomic_angular.CConverter[];
1927
+ feedback?: _sinequa_atomic_angular.CFeedback;
1908
1928
  };
1909
1929
  documentsUploadSettings?: {
1910
1930
  enabled?: boolean;
@@ -1970,6 +1990,7 @@ declare function withAppFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signa
1970
1990
  persistFiltersAcrossTabs?: boolean;
1971
1991
  };
1972
1992
  converters?: _sinequa_atomic_angular.CConverter[];
1993
+ feedback?: _sinequa_atomic_angular.CFeedback;
1973
1994
  } | undefined>;
1974
1995
  assistants: _angular_core.Signal<AssistantConfiguration>;
1975
1996
  agents: _angular_core.Signal<AgentConfiguration>;
@@ -2162,8 +2183,8 @@ type QueryParams = {
2162
2183
  };
2163
2184
  declare const QueryParamsStore: _angular_core.Type<{
2164
2185
  name?: _angular_core.Signal<string | undefined> | undefined;
2165
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
2166
2186
  text?: _angular_core.Signal<string | undefined> | undefined;
2187
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
2167
2188
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
2168
2189
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
2169
2190
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -2209,8 +2230,8 @@ declare const QueryParamsStore: _angular_core.Type<{
2209
2230
  getQuery: () => _sinequa_atomic.Query;
2210
2231
  } & _ngrx_signals.StateSource<{
2211
2232
  name?: string | undefined;
2212
- action?: "" | "search" | "open" | "aggregate" | undefined;
2213
2233
  text?: string | undefined;
2234
+ action?: "" | "search" | "open" | "aggregate" | undefined;
2214
2235
  select?: _sinequa_atomic.Select[] | undefined;
2215
2236
  open?: _sinequa_atomic.Open[] | undefined;
2216
2237
  page?: number | undefined;
@@ -2242,8 +2263,8 @@ declare const QueryParamsStore: _angular_core.Type<{
2242
2263
  declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
2243
2264
  state: {
2244
2265
  name?: string | undefined;
2245
- action?: "" | "search" | "open" | "aggregate" | undefined;
2246
2266
  text?: string | undefined;
2267
+ action?: "" | "search" | "open" | "aggregate" | undefined;
2247
2268
  select?: _sinequa_atomic.Select[] | undefined;
2248
2269
  open?: _sinequa_atomic.Open[] | undefined;
2249
2270
  page?: number | undefined;
@@ -2770,6 +2791,7 @@ declare class AggregationsService {
2770
2791
  persistFiltersAcrossTabs?: boolean;
2771
2792
  };
2772
2793
  converters?: _sinequa_atomic_angular.CConverter[];
2794
+ feedback?: _sinequa_atomic_angular.CFeedback;
2773
2795
  };
2774
2796
  documentsUploadSettings?: {
2775
2797
  enabled?: boolean;
@@ -2833,6 +2855,7 @@ declare class AggregationsService {
2833
2855
  persistFiltersAcrossTabs?: boolean;
2834
2856
  };
2835
2857
  converters?: _sinequa_atomic_angular.CConverter[];
2858
+ feedback?: _sinequa_atomic_angular.CFeedback;
2836
2859
  } | undefined>;
2837
2860
  assistants: _angular_core.Signal<{
2838
2861
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -2966,6 +2989,7 @@ declare class AggregationsService {
2966
2989
  persistFiltersAcrossTabs?: boolean;
2967
2990
  };
2968
2991
  converters?: _sinequa_atomic_angular.CConverter[];
2992
+ feedback?: _sinequa_atomic_angular.CFeedback;
2969
2993
  };
2970
2994
  documentsUploadSettings?: {
2971
2995
  enabled?: boolean;
@@ -2996,8 +3020,8 @@ declare class AggregationsService {
2996
3020
  }>;
2997
3021
  queryParamsStore: {
2998
3022
  name?: _angular_core.Signal<string | undefined> | undefined;
2999
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
3000
3023
  text?: _angular_core.Signal<string | undefined> | undefined;
3024
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
3001
3025
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
3002
3026
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
3003
3027
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -3051,8 +3075,8 @@ declare class AggregationsService {
3051
3075
  getQuery: () => Query;
3052
3076
  } & _ngrx_signals.StateSource<{
3053
3077
  name?: string | undefined;
3054
- action?: "" | "search" | "open" | "aggregate" | undefined;
3055
3078
  text?: string | undefined;
3079
+ action?: "" | "search" | "open" | "aggregate" | undefined;
3056
3080
  select?: _sinequa_atomic.Select[] | undefined;
3057
3081
  open?: _sinequa_atomic.Open[] | undefined;
3058
3082
  page?: number | undefined;
@@ -3399,6 +3423,7 @@ declare class ApplicationService {
3399
3423
  persistFiltersAcrossTabs?: boolean;
3400
3424
  };
3401
3425
  converters?: _sinequa_atomic_angular.CConverter[];
3426
+ feedback?: _sinequa_atomic_angular.CFeedback;
3402
3427
  };
3403
3428
  documentsUploadSettings?: {
3404
3429
  enabled?: boolean;
@@ -3462,6 +3487,7 @@ declare class ApplicationService {
3462
3487
  persistFiltersAcrossTabs?: boolean;
3463
3488
  };
3464
3489
  converters?: _sinequa_atomic_angular.CConverter[];
3490
+ feedback?: _sinequa_atomic_angular.CFeedback;
3465
3491
  } | undefined>;
3466
3492
  assistants: _angular_core.Signal<{
3467
3493
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -3595,6 +3621,7 @@ declare class ApplicationService {
3595
3621
  persistFiltersAcrossTabs?: boolean;
3596
3622
  };
3597
3623
  converters?: _sinequa_atomic_angular.CConverter[];
3624
+ feedback?: _sinequa_atomic_angular.CFeedback;
3598
3625
  };
3599
3626
  documentsUploadSettings?: {
3600
3627
  enabled?: boolean;
@@ -3793,6 +3820,7 @@ declare class AuditService {
3793
3820
  persistFiltersAcrossTabs?: boolean;
3794
3821
  };
3795
3822
  converters?: _sinequa_atomic_angular.CConverter[];
3823
+ feedback?: _sinequa_atomic_angular.CFeedback;
3796
3824
  };
3797
3825
  documentsUploadSettings?: {
3798
3826
  enabled?: boolean;
@@ -3856,6 +3884,7 @@ declare class AuditService {
3856
3884
  persistFiltersAcrossTabs?: boolean;
3857
3885
  };
3858
3886
  converters?: _sinequa_atomic_angular.CConverter[];
3887
+ feedback?: _sinequa_atomic_angular.CFeedback;
3859
3888
  } | undefined>;
3860
3889
  assistants: _angular_core.Signal<{
3861
3890
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -3989,6 +4018,7 @@ declare class AuditService {
3989
4018
  persistFiltersAcrossTabs?: boolean;
3990
4019
  };
3991
4020
  converters?: _sinequa_atomic_angular.CConverter[];
4021
+ feedback?: _sinequa_atomic_angular.CFeedback;
3992
4022
  };
3993
4023
  documentsUploadSettings?: {
3994
4024
  enabled?: boolean;
@@ -4198,6 +4228,7 @@ declare class AutocompleteService {
4198
4228
  persistFiltersAcrossTabs?: boolean;
4199
4229
  };
4200
4230
  converters?: _sinequa_atomic_angular.CConverter[];
4231
+ feedback?: _sinequa_atomic_angular.CFeedback;
4201
4232
  };
4202
4233
  documentsUploadSettings?: {
4203
4234
  enabled?: boolean;
@@ -4261,6 +4292,7 @@ declare class AutocompleteService {
4261
4292
  persistFiltersAcrossTabs?: boolean;
4262
4293
  };
4263
4294
  converters?: _sinequa_atomic_angular.CConverter[];
4295
+ feedback?: _sinequa_atomic_angular.CFeedback;
4264
4296
  } | undefined>;
4265
4297
  assistants: _angular_core.Signal<{
4266
4298
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -4394,6 +4426,7 @@ declare class AutocompleteService {
4394
4426
  persistFiltersAcrossTabs?: boolean;
4395
4427
  };
4396
4428
  converters?: _sinequa_atomic_angular.CConverter[];
4429
+ feedback?: _sinequa_atomic_angular.CFeedback;
4397
4430
  };
4398
4431
  documentsUploadSettings?: {
4399
4432
  enabled?: boolean;
@@ -4640,7 +4673,8 @@ declare function withThemes(app: ApplicationRef, themes: Theme[]): ApplicationRe
4640
4673
  * The mode is expected to be resolved beforehand (by `initializeAppConfig`, awaited in
4641
4674
  * `bootstrapApp`). This function clears any existing session, then:
4642
4675
  * - `credentials` → redirect to the login form;
4643
- * - `sso` → reload the page so the browser/proxy performs the handshake;
4676
+ * - `sso` → re-probe the session and, only if it is genuinely gone, reload the page so the
4677
+ * browser/proxy performs the handshake (see {@link reauthenticateSso});
4644
4678
  * - `oauth` / `saml` → delegate to `login()`, which redirects to the provider;
4645
4679
  * - `bearer` → delegate to `login()`;
4646
4680
  * - `unknown` → `login()` tries SSO silently then resolves to credentials; on failure the login
@@ -4767,8 +4801,8 @@ declare class PreviewService {
4767
4801
  }>;
4768
4802
  protected readonly queryParamsStore: {
4769
4803
  name?: _angular_core.Signal<string | undefined> | undefined;
4770
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
4771
4804
  text?: _angular_core.Signal<string | undefined> | undefined;
4805
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
4772
4806
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
4773
4807
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
4774
4808
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -4822,8 +4856,8 @@ declare class PreviewService {
4822
4856
  getQuery: () => Query;
4823
4857
  } & _ngrx_signals.StateSource<{
4824
4858
  name?: string | undefined;
4825
- action?: "" | "search" | "open" | "aggregate" | undefined;
4826
4859
  text?: string | undefined;
4860
+ action?: "" | "search" | "open" | "aggregate" | undefined;
4827
4861
  select?: _sinequa_atomic.Select[] | undefined;
4828
4862
  open?: _sinequa_atomic.Open[] | undefined;
4829
4863
  page?: number | undefined;
@@ -4949,6 +4983,7 @@ declare class PreviewService {
4949
4983
  persistFiltersAcrossTabs?: boolean;
4950
4984
  };
4951
4985
  converters?: _sinequa_atomic_angular.CConverter[];
4986
+ feedback?: _sinequa_atomic_angular.CFeedback;
4952
4987
  };
4953
4988
  documentsUploadSettings?: {
4954
4989
  enabled?: boolean;
@@ -5012,6 +5047,7 @@ declare class PreviewService {
5012
5047
  persistFiltersAcrossTabs?: boolean;
5013
5048
  };
5014
5049
  converters?: _sinequa_atomic_angular.CConverter[];
5050
+ feedback?: _sinequa_atomic_angular.CFeedback;
5015
5051
  } | undefined>;
5016
5052
  assistants: _angular_core.Signal<{
5017
5053
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -5145,6 +5181,7 @@ declare class PreviewService {
5145
5181
  persistFiltersAcrossTabs?: boolean;
5146
5182
  };
5147
5183
  converters?: _sinequa_atomic_angular.CConverter[];
5184
+ feedback?: _sinequa_atomic_angular.CFeedback;
5148
5185
  };
5149
5186
  documentsUploadSettings?: {
5150
5187
  enabled?: boolean;
@@ -5320,17 +5357,14 @@ declare class PreviewService {
5320
5357
  * @deprecated This service is deprecated and should not be used directly. Please use the PrincipalStore instead.
5321
5358
  */
5322
5359
  declare class PrincipalService {
5323
- protected readonly http: HttpClient;
5324
- protected readonly API_URL: string;
5325
5360
  /**
5326
5361
  * Retrieves the principal information from the server.
5327
5362
  *
5328
5363
  * @returns Observable<Principal> An observable that emits the principal information.
5329
5364
  *
5330
5365
  * @remarks
5331
- * This method sends a GET request to the API endpoint to fetch the principal data.
5332
- * It includes query parameters to specify the action and to indicate that no authentication is required.
5333
- * In case of an error, it logs the error to the console and returns an empty observable.
5366
+ * Delegates to the SDK's fetchPrincipal so the request goes through atomic's auth handling
5367
+ * (credentials + authMode-aware noAutoAuthentication). On error it logs and returns EMPTY.
5334
5368
  *
5335
5369
  * @example
5336
5370
  * ```typescript
@@ -5401,8 +5435,8 @@ declare class SavedSearchesService {
5401
5435
  }>;
5402
5436
  protected readonly queryParamsStore: {
5403
5437
  name?: _angular_core.Signal<string | undefined> | undefined;
5404
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5405
5438
  text?: _angular_core.Signal<string | undefined> | undefined;
5439
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5406
5440
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
5407
5441
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
5408
5442
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -5456,8 +5490,8 @@ declare class SavedSearchesService {
5456
5490
  getQuery: () => _sinequa_atomic.Query;
5457
5491
  } & _ngrx_signals.StateSource<{
5458
5492
  name?: string | undefined;
5459
- action?: "" | "search" | "open" | "aggregate" | undefined;
5460
5493
  text?: string | undefined;
5494
+ action?: "" | "search" | "open" | "aggregate" | undefined;
5461
5495
  select?: _sinequa_atomic.Select[] | undefined;
5462
5496
  open?: _sinequa_atomic.Open[] | undefined;
5463
5497
  page?: number | undefined;
@@ -5542,8 +5576,8 @@ declare class SearchService {
5542
5576
  audit?: AuditEvents;
5543
5577
  protected readonly queryParamsStore: {
5544
5578
  name?: _angular_core.Signal<string | undefined> | undefined;
5545
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5546
5579
  text?: _angular_core.Signal<string | undefined> | undefined;
5580
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5547
5581
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
5548
5582
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
5549
5583
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -5597,8 +5631,8 @@ declare class SearchService {
5597
5631
  getQuery: () => Query;
5598
5632
  } & _ngrx_signals.StateSource<{
5599
5633
  name?: string | undefined;
5600
- action?: "" | "search" | "open" | "aggregate" | undefined;
5601
5634
  text?: string | undefined;
5635
+ action?: "" | "search" | "open" | "aggregate" | undefined;
5602
5636
  select?: _sinequa_atomic.Select[] | undefined;
5603
5637
  open?: _sinequa_atomic.Open[] | undefined;
5604
5638
  page?: number | undefined;
@@ -5733,8 +5767,8 @@ declare class SelectionService {
5733
5767
  private readonly selectionStore;
5734
5768
  queryParamsStore: {
5735
5769
  name?: _angular_core.Signal<string | undefined> | undefined;
5736
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5737
5770
  text?: _angular_core.Signal<string | undefined> | undefined;
5771
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5738
5772
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
5739
5773
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
5740
5774
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -5788,8 +5822,8 @@ declare class SelectionService {
5788
5822
  getQuery: () => _sinequa_atomic.Query;
5789
5823
  } & _ngrx_signals.StateSource<{
5790
5824
  name?: string | undefined;
5791
- action?: "" | "search" | "open" | "aggregate" | undefined;
5792
5825
  text?: string | undefined;
5826
+ action?: "" | "search" | "open" | "aggregate" | undefined;
5793
5827
  select?: _sinequa_atomic.Select[] | undefined;
5794
5828
  open?: _sinequa_atomic.Open[] | undefined;
5795
5829
  page?: number | undefined;
@@ -6057,6 +6091,7 @@ declare class SortSelectorComponent {
6057
6091
  persistFiltersAcrossTabs?: boolean;
6058
6092
  };
6059
6093
  converters?: _sinequa_atomic_angular.CConverter[];
6094
+ feedback?: _sinequa_atomic_angular.CFeedback;
6060
6095
  };
6061
6096
  documentsUploadSettings?: {
6062
6097
  enabled?: boolean;
@@ -6120,6 +6155,7 @@ declare class SortSelectorComponent {
6120
6155
  persistFiltersAcrossTabs?: boolean;
6121
6156
  };
6122
6157
  converters?: _sinequa_atomic_angular.CConverter[];
6158
+ feedback?: _sinequa_atomic_angular.CFeedback;
6123
6159
  } | undefined>;
6124
6160
  assistants: _angular_core.Signal<{
6125
6161
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -6253,6 +6289,7 @@ declare class SortSelectorComponent {
6253
6289
  persistFiltersAcrossTabs?: boolean;
6254
6290
  };
6255
6291
  converters?: _sinequa_atomic_angular.CConverter[];
6292
+ feedback?: _sinequa_atomic_angular.CFeedback;
6256
6293
  };
6257
6294
  documentsUploadSettings?: {
6258
6295
  enabled?: boolean;
@@ -6858,6 +6895,7 @@ declare class SponsoredResultsComponent {
6858
6895
  persistFiltersAcrossTabs?: boolean;
6859
6896
  };
6860
6897
  converters?: _sinequa_atomic_angular.CConverter[];
6898
+ feedback?: _sinequa_atomic_angular.CFeedback;
6861
6899
  };
6862
6900
  documentsUploadSettings?: {
6863
6901
  enabled?: boolean;
@@ -6921,6 +6959,7 @@ declare class SponsoredResultsComponent {
6921
6959
  persistFiltersAcrossTabs?: boolean;
6922
6960
  };
6923
6961
  converters?: _sinequa_atomic_angular.CConverter[];
6962
+ feedback?: _sinequa_atomic_angular.CFeedback;
6924
6963
  } | undefined>;
6925
6964
  assistants: _angular_core.Signal<{
6926
6965
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -7054,6 +7093,7 @@ declare class SponsoredResultsComponent {
7054
7093
  persistFiltersAcrossTabs?: boolean;
7055
7094
  };
7056
7095
  converters?: _sinequa_atomic_angular.CConverter[];
7096
+ feedback?: _sinequa_atomic_angular.CFeedback;
7057
7097
  };
7058
7098
  documentsUploadSettings?: {
7059
7099
  enabled?: boolean;
@@ -7075,8 +7115,8 @@ declare class SponsoredResultsComponent {
7075
7115
  }>;
7076
7116
  queryParamStore: {
7077
7117
  name?: _angular_core.Signal<string | undefined> | undefined;
7078
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
7079
7118
  text?: _angular_core.Signal<string | undefined> | undefined;
7119
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
7080
7120
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
7081
7121
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
7082
7122
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -7130,8 +7170,8 @@ declare class SponsoredResultsComponent {
7130
7170
  getQuery: () => _sinequa_atomic.Query;
7131
7171
  } & _ngrx_signals.StateSource<{
7132
7172
  name?: string | undefined;
7133
- action?: "" | "search" | "open" | "aggregate" | undefined;
7134
7173
  text?: string | undefined;
7174
+ action?: "" | "search" | "open" | "aggregate" | undefined;
7135
7175
  select?: _sinequa_atomic.Select[] | undefined;
7136
7176
  open?: _sinequa_atomic.Open[] | undefined;
7137
7177
  page?: number | undefined;
@@ -7413,8 +7453,8 @@ declare class AggregationDateComponent {
7413
7453
  readonly aggregationsService: _sinequa_atomic_angular.AggregationsService;
7414
7454
  readonly queryParamsStore: {
7415
7455
  name?: _angular_core.Signal<string | undefined> | undefined;
7416
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
7417
7456
  text?: _angular_core.Signal<string | undefined> | undefined;
7457
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
7418
7458
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
7419
7459
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
7420
7460
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -7468,8 +7508,8 @@ declare class AggregationDateComponent {
7468
7508
  getQuery: () => _sinequa_atomic.Query;
7469
7509
  } & _ngrx_signals.StateSource<{
7470
7510
  name?: string | undefined;
7471
- action?: "" | "search" | "open" | "aggregate" | undefined;
7472
7511
  text?: string | undefined;
7512
+ action?: "" | "search" | "open" | "aggregate" | undefined;
7473
7513
  select?: _sinequa_atomic.Select[] | undefined;
7474
7514
  open?: _sinequa_atomic.Open[] | undefined;
7475
7515
  page?: number | undefined;
@@ -7574,8 +7614,8 @@ declare class AdvancedSearch {
7574
7614
  }>;
7575
7615
  protected readonly queryParamsStore: {
7576
7616
  name?: _angular_core.Signal<string | undefined> | undefined;
7577
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
7578
7617
  text?: _angular_core.Signal<string | undefined> | undefined;
7618
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
7579
7619
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
7580
7620
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
7581
7621
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -7629,8 +7669,8 @@ declare class AdvancedSearch {
7629
7669
  getQuery: () => _sinequa_atomic.Query;
7630
7670
  } & _ngrx_signals.StateSource<{
7631
7671
  name?: string | undefined;
7632
- action?: "" | "search" | "open" | "aggregate" | undefined;
7633
7672
  text?: string | undefined;
7673
+ action?: "" | "search" | "open" | "aggregate" | undefined;
7634
7674
  select?: _sinequa_atomic.Select[] | undefined;
7635
7675
  open?: _sinequa_atomic.Open[] | undefined;
7636
7676
  page?: number | undefined;
@@ -7770,6 +7810,7 @@ declare class ArticleEntities {
7770
7810
  persistFiltersAcrossTabs?: boolean;
7771
7811
  };
7772
7812
  converters?: _sinequa_atomic_angular.CConverter[];
7813
+ feedback?: _sinequa_atomic_angular.CFeedback;
7773
7814
  };
7774
7815
  documentsUploadSettings?: {
7775
7816
  enabled?: boolean;
@@ -7833,6 +7874,7 @@ declare class ArticleEntities {
7833
7874
  persistFiltersAcrossTabs?: boolean;
7834
7875
  };
7835
7876
  converters?: _sinequa_atomic_angular.CConverter[];
7877
+ feedback?: _sinequa_atomic_angular.CFeedback;
7836
7878
  } | undefined>;
7837
7879
  assistants: _angular_core.Signal<{
7838
7880
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -7966,6 +8008,7 @@ declare class ArticleEntities {
7966
8008
  persistFiltersAcrossTabs?: boolean;
7967
8009
  };
7968
8010
  converters?: _sinequa_atomic_angular.CConverter[];
8011
+ feedback?: _sinequa_atomic_angular.CFeedback;
7969
8012
  };
7970
8013
  documentsUploadSettings?: {
7971
8014
  enabled?: boolean;
@@ -8043,8 +8086,8 @@ declare class ArticleLabels {
8043
8086
  declare class ArticleSimilarDocuments {
8044
8087
  protected readonly queryParamsStore: {
8045
8088
  name?: _angular_core.Signal<string | undefined> | undefined;
8046
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
8047
8089
  text?: _angular_core.Signal<string | undefined> | undefined;
8090
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
8048
8091
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
8049
8092
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
8050
8093
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -8098,8 +8141,8 @@ declare class ArticleSimilarDocuments {
8098
8141
  getQuery: () => _sinequa_atomic.Query;
8099
8142
  } & _ngrx_signals.StateSource<{
8100
8143
  name?: string | undefined;
8101
- action?: "" | "search" | "open" | "aggregate" | undefined;
8102
8144
  text?: string | undefined;
8145
+ action?: "" | "search" | "open" | "aggregate" | undefined;
8103
8146
  select?: _sinequa_atomic.Select[] | undefined;
8104
8147
  open?: _sinequa_atomic.Open[] | undefined;
8105
8148
  page?: number | undefined;
@@ -8358,7 +8401,7 @@ declare class SignedOutComponent {
8358
8401
  }
8359
8402
 
8360
8403
  declare class BookmarkButtonComponent {
8361
- variant: _angular_core.InputSignal<"default" | "link" | "primary" | "secondary" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | "destructive" | "icon" | "ai" | "none" | null | undefined>;
8404
+ variant: _angular_core.InputSignal<"default" | "primary" | "secondary" | "destructive" | "ai" | "outline" | "none" | "accent" | "tertiary" | "ghost" | "light-accent" | "link" | "icon" | null | undefined>;
8362
8405
  size: _angular_core.InputSignal<"icon" | "xs" | "sm" | "md" | "lg" | null | undefined>;
8363
8406
  readonly article: _angular_core.InputSignal<Partial<Article$1>>;
8364
8407
  private readonly userSettingsStore;
@@ -8465,6 +8508,63 @@ declare class CollectionsDialog implements DialogInterface {
8465
8508
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<CollectionsDialog, "add-to-collection-dialog", never, {}, { "closed": "closed"; }, never, never, true, never>;
8466
8509
  }
8467
8510
 
8511
+ /** Boolean-valued feature flags from `CFeatures` (object-valued features are intentionally excluded). */
8512
+ type BooleanFeatureKey = "allowChangePassword" | "editablepartition" | "advancedSearch" | "allowChatDrawer" | "filterLinkChildren" | "expandPreview" | "quickFilter" | "showAggregationItemCount" | "previewMultiConversion" | "persistFiltersAcrossTabs";
8513
+ interface FeatureFlagDescriptor {
8514
+ key: BooleanFeatureKey;
8515
+ label: string;
8516
+ description: string;
8517
+ }
8518
+ interface FeatureFlagRow extends FeatureFlagDescriptor {
8519
+ enabled: boolean;
8520
+ }
8521
+ /**
8522
+ * Developer/QA tool that lists the application feature flags and lets you toggle them on the fly.
8523
+ *
8524
+ * Changes are applied **live** to the {@link AppStore}: every toggle rewrites the effective
8525
+ * `general.features` map so that the rest of the application — which reads features through
8526
+ * `appStore.general()?.features` — reacts immediately. This makes it possible to test how a
8527
+ * feature behaves without editing the customization JSON and reloading.
8528
+ *
8529
+ * Access is gated to administrators: the gate lives in the component itself (not in the caller) so
8530
+ * the dialog can always be opened, but a non-admin only sees an "admin only" notice — there is no
8531
+ * content to leak and no caller-side check to forget. "Admin" means `isAdministrator` or
8532
+ * `isDelegatedAdmin` on the {@link PrincipalStore}.
8533
+ *
8534
+ * Open it programmatically through the {@link DialogService}:
8535
+ * ```typescript
8536
+ * const modal = inject(DialogService);
8537
+ * modal.open(FeatureFlagsDialogComponent);
8538
+ * ```
8539
+ */
8540
+ declare class FeatureFlagsDialogComponent implements DialogInterface {
8541
+ private readonly appStore;
8542
+ private readonly principalStore;
8543
+ readonly dialog: _angular_core.Signal<DialogComponent | undefined>;
8544
+ readonly closed: _angular_core.OutputEmitterRef<DialogEvent>;
8545
+ /** The flag list and mutators are only available to administrators (see class doc). */
8546
+ protected readonly isAdmin: _angular_core.Signal<boolean>;
8547
+ protected readonly filter: _angular_core.WritableSignal<string>;
8548
+ /** Snapshot of the features when the dialog was opened, used by {@link reset}. */
8549
+ private readonly initialFeatures;
8550
+ /** Every flag row to display: the known catalog plus any extra boolean flag found in the live config. */
8551
+ protected readonly flags: _angular_core.Signal<FeatureFlagRow[]>;
8552
+ protected readonly visibleFlags: _angular_core.Signal<FeatureFlagRow[]>;
8553
+ /** Whether the live features differ from the snapshot taken when the dialog opened. */
8554
+ protected readonly modified: _angular_core.Signal<boolean>;
8555
+ open(): void;
8556
+ protected setFeature(key: string, value: boolean): void;
8557
+ protected reset(): void;
8558
+ /**
8559
+ * Writes `features` back to the source that `general()` actually reads from: the `general`
8560
+ * side customization JSON when one exists, otherwise the inline `data.general`. We rewrite the
8561
+ * whole object because {@link AppStore.update} performs a shallow merge of the top-level state.
8562
+ */
8563
+ private applyFeatures;
8564
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FeatureFlagsDialogComponent, never>;
8565
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FeatureFlagsDialogComponent, "feature-flags-dialog", never, {}, { "closed": "closed"; }, never, never, true, never>;
8566
+ }
8567
+
8468
8568
  declare class OverrideUserDialogComponent implements DialogInterface {
8469
8569
  readonly dialog: _angular_core.Signal<DialogComponent | undefined>;
8470
8570
  private readonly appService;
@@ -8748,8 +8848,8 @@ declare class AdvancedSearchComponent {
8748
8848
  }>;
8749
8849
  protected readonly queryParamsStore: {
8750
8850
  name?: _angular_core.Signal<string | undefined> | undefined;
8751
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
8752
8851
  text?: _angular_core.Signal<string | undefined> | undefined;
8852
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
8753
8853
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
8754
8854
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
8755
8855
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -8803,8 +8903,8 @@ declare class AdvancedSearchComponent {
8803
8903
  getQuery: () => _sinequa_atomic.Query;
8804
8904
  } & _ngrx_signals.StateSource<{
8805
8905
  name?: string | undefined;
8806
- action?: "" | "search" | "open" | "aggregate" | undefined;
8807
8906
  text?: string | undefined;
8907
+ action?: "" | "search" | "open" | "aggregate" | undefined;
8808
8908
  select?: _sinequa_atomic.Select[] | undefined;
8809
8909
  open?: _sinequa_atomic.Open[] | undefined;
8810
8910
  page?: number | undefined;
@@ -8969,6 +9069,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
8969
9069
  persistFiltersAcrossTabs?: boolean;
8970
9070
  };
8971
9071
  converters?: _sinequa_atomic_angular.CConverter[];
9072
+ feedback?: _sinequa_atomic_angular.CFeedback;
8972
9073
  };
8973
9074
  documentsUploadSettings?: {
8974
9075
  enabled?: boolean;
@@ -9032,6 +9133,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
9032
9133
  persistFiltersAcrossTabs?: boolean;
9033
9134
  };
9034
9135
  converters?: _sinequa_atomic_angular.CConverter[];
9136
+ feedback?: _sinequa_atomic_angular.CFeedback;
9035
9137
  } | undefined>;
9036
9138
  assistants: _angular_core.Signal<{
9037
9139
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -9165,6 +9267,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
9165
9267
  persistFiltersAcrossTabs?: boolean;
9166
9268
  };
9167
9269
  converters?: _sinequa_atomic_angular.CConverter[];
9270
+ feedback?: _sinequa_atomic_angular.CFeedback;
9168
9271
  };
9169
9272
  documentsUploadSettings?: {
9170
9273
  enabled?: boolean;
@@ -9209,8 +9312,8 @@ declare class DrawerPreviewComponent extends DrawerComponent {
9209
9312
  }>;
9210
9313
  queryParamsStore: {
9211
9314
  name?: _angular_core.Signal<string | undefined> | undefined;
9212
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9213
9315
  text?: _angular_core.Signal<string | undefined> | undefined;
9316
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9214
9317
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
9215
9318
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
9216
9319
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -9264,8 +9367,8 @@ declare class DrawerPreviewComponent extends DrawerComponent {
9264
9367
  getQuery: () => _sinequa_atomic.Query;
9265
9368
  } & _ngrx_signals.StateSource<{
9266
9369
  name?: string | undefined;
9267
- action?: "" | "search" | "open" | "aggregate" | undefined;
9268
9370
  text?: string | undefined;
9371
+ action?: "" | "search" | "open" | "aggregate" | undefined;
9269
9372
  select?: _sinequa_atomic.Select[] | undefined;
9270
9373
  open?: _sinequa_atomic.Open[] | undefined;
9271
9374
  page?: number | undefined;
@@ -9407,8 +9510,8 @@ declare class ExportDialog implements DialogInterface {
9407
9510
  readonly exportService: ExportService;
9408
9511
  readonly queryParamsStore: {
9409
9512
  name?: _angular_core.Signal<string | undefined> | undefined;
9410
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9411
9513
  text?: _angular_core.Signal<string | undefined> | undefined;
9514
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9412
9515
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
9413
9516
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
9414
9517
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -9462,8 +9565,8 @@ declare class ExportDialog implements DialogInterface {
9462
9565
  getQuery: () => _sinequa_atomic.Query;
9463
9566
  } & _ngrx_signals.StateSource<{
9464
9567
  name?: string | undefined;
9465
- action?: "" | "search" | "open" | "aggregate" | undefined;
9466
9568
  text?: string | undefined;
9569
+ action?: "" | "search" | "open" | "aggregate" | undefined;
9467
9570
  select?: _sinequa_atomic.Select[] | undefined;
9468
9571
  open?: _sinequa_atomic.Open[] | undefined;
9469
9572
  page?: number | undefined;
@@ -9609,6 +9712,7 @@ declare class FeedbackDialogComponent implements DialogInterface {
9609
9712
  persistFiltersAcrossTabs?: boolean;
9610
9713
  };
9611
9714
  converters?: _sinequa_atomic_angular.CConverter[];
9715
+ feedback?: _sinequa_atomic_angular.CFeedback;
9612
9716
  };
9613
9717
  documentsUploadSettings?: {
9614
9718
  enabled?: boolean;
@@ -9672,6 +9776,7 @@ declare class FeedbackDialogComponent implements DialogInterface {
9672
9776
  persistFiltersAcrossTabs?: boolean;
9673
9777
  };
9674
9778
  converters?: _sinequa_atomic_angular.CConverter[];
9779
+ feedback?: _sinequa_atomic_angular.CFeedback;
9675
9780
  } | undefined>;
9676
9781
  assistants: _angular_core.Signal<{
9677
9782
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -9805,6 +9910,7 @@ declare class FeedbackDialogComponent implements DialogInterface {
9805
9910
  persistFiltersAcrossTabs?: boolean;
9806
9911
  };
9807
9912
  converters?: _sinequa_atomic_angular.CConverter[];
9913
+ feedback?: _sinequa_atomic_angular.CFeedback;
9808
9914
  };
9809
9915
  documentsUploadSettings?: {
9810
9916
  enabled?: boolean;
@@ -9841,13 +9947,13 @@ declare class SearchFeedbackComponent {
9841
9947
  onClose: _angular_core.OutputEmitterRef<void>;
9842
9948
  readonly feedbackDialog: _angular_core.Signal<FeedbackDialogComponent | undefined>;
9843
9949
  pages: _angular_core.InputSignal<any>;
9844
- variant: _angular_core.InputSignal<"default" | "link" | "primary" | "secondary" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | "destructive" | "icon" | "ai" | "none" | null | undefined>;
9950
+ variant: _angular_core.InputSignal<"default" | "primary" | "secondary" | "destructive" | "ai" | "outline" | "none" | "accent" | "tertiary" | "ghost" | "light-accent" | "link" | "icon" | null | undefined>;
9845
9951
  solid: _angular_core.InputSignal<boolean | null | undefined>;
9846
9952
  readonly auditService: AuditService;
9847
9953
  protected readonly queryParamsStore: {
9848
9954
  name?: _angular_core.Signal<string | undefined> | undefined;
9849
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9850
9955
  text?: _angular_core.Signal<string | undefined> | undefined;
9956
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9851
9957
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
9852
9958
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
9853
9959
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -9901,8 +10007,8 @@ declare class SearchFeedbackComponent {
9901
10007
  getQuery: () => _sinequa_atomic.Query;
9902
10008
  } & _ngrx_signals.StateSource<{
9903
10009
  name?: string | undefined;
9904
- action?: "" | "search" | "open" | "aggregate" | undefined;
9905
10010
  text?: string | undefined;
10011
+ action?: "" | "search" | "open" | "aggregate" | undefined;
9906
10012
  select?: _sinequa_atomic.Select[] | undefined;
9907
10013
  open?: _sinequa_atomic.Open[] | undefined;
9908
10014
  page?: number | undefined;
@@ -9932,6 +10038,7 @@ declare class SearchFeedbackComponent {
9932
10038
  id?: string | undefined;
9933
10039
  }>;
9934
10040
  private readonly transloco;
10041
+ private readonly appStore;
9935
10042
  liked: _angular_core.WritableSignal<boolean>;
9936
10043
  disliked: _angular_core.WritableSignal<boolean>;
9937
10044
  menus: FeedbackMenu[];
@@ -9939,6 +10046,11 @@ declare class SearchFeedbackComponent {
9939
10046
  like(): void;
9940
10047
  dislike(): void;
9941
10048
  openFeedbackDialog(type: string): void;
10049
+ private readonly effectiveConfig;
10050
+ visibleMenus: _angular_core.Signal<FeedbackMenu[]>;
10051
+ showButton: _angular_core.Signal<boolean>;
10052
+ showLike: _angular_core.Signal<boolean>;
10053
+ showDislike: _angular_core.Signal<boolean>;
9942
10054
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchFeedbackComponent, never>;
9943
10055
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<SearchFeedbackComponent, "feedback, Feedback", never, { "pages": { "alias": "pages"; "required": true; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "solid": { "alias": "solid"; "required": false; "isSignal": true; }; }, { "onClose": "onClose"; }, never, never, true, never>;
9944
10056
  }
@@ -9975,8 +10087,8 @@ declare class AggregationTreeComponent {
9975
10087
  }>;
9976
10088
  readonly queryParamsStore: {
9977
10089
  name?: _angular_core.Signal<string | undefined> | undefined;
9978
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9979
10090
  text?: _angular_core.Signal<string | undefined> | undefined;
10091
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9980
10092
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
9981
10093
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
9982
10094
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -10030,8 +10142,8 @@ declare class AggregationTreeComponent {
10030
10142
  getQuery: () => _sinequa_atomic.Query;
10031
10143
  } & _ngrx_signals.StateSource<{
10032
10144
  name?: string | undefined;
10033
- action?: "" | "search" | "open" | "aggregate" | undefined;
10034
10145
  text?: string | undefined;
10146
+ action?: "" | "search" | "open" | "aggregate" | undefined;
10035
10147
  select?: _sinequa_atomic.Select[] | undefined;
10036
10148
  open?: _sinequa_atomic.Open[] | undefined;
10037
10149
  page?: number | undefined;
@@ -10157,6 +10269,7 @@ declare class AggregationTreeComponent {
10157
10269
  persistFiltersAcrossTabs?: boolean;
10158
10270
  };
10159
10271
  converters?: _sinequa_atomic_angular.CConverter[];
10272
+ feedback?: _sinequa_atomic_angular.CFeedback;
10160
10273
  };
10161
10274
  documentsUploadSettings?: {
10162
10275
  enabled?: boolean;
@@ -10220,6 +10333,7 @@ declare class AggregationTreeComponent {
10220
10333
  persistFiltersAcrossTabs?: boolean;
10221
10334
  };
10222
10335
  converters?: _sinequa_atomic_angular.CConverter[];
10336
+ feedback?: _sinequa_atomic_angular.CFeedback;
10223
10337
  } | undefined>;
10224
10338
  assistants: _angular_core.Signal<{
10225
10339
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -10353,6 +10467,7 @@ declare class AggregationTreeComponent {
10353
10467
  persistFiltersAcrossTabs?: boolean;
10354
10468
  };
10355
10469
  converters?: _sinequa_atomic_angular.CConverter[];
10470
+ feedback?: _sinequa_atomic_angular.CFeedback;
10356
10471
  };
10357
10472
  documentsUploadSettings?: {
10358
10473
  enabled?: boolean;
@@ -10460,8 +10575,8 @@ declare class AggregationListComponent {
10460
10575
  }>;
10461
10576
  readonly queryParamsStore: {
10462
10577
  name?: _angular_core.Signal<string | undefined> | undefined;
10463
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
10464
10578
  text?: _angular_core.Signal<string | undefined> | undefined;
10579
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
10465
10580
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
10466
10581
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
10467
10582
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -10515,8 +10630,8 @@ declare class AggregationListComponent {
10515
10630
  getQuery: () => _sinequa_atomic.Query;
10516
10631
  } & _ngrx_signals.StateSource<{
10517
10632
  name?: string | undefined;
10518
- action?: "" | "search" | "open" | "aggregate" | undefined;
10519
10633
  text?: string | undefined;
10634
+ action?: "" | "search" | "open" | "aggregate" | undefined;
10520
10635
  select?: _sinequa_atomic.Select[] | undefined;
10521
10636
  open?: _sinequa_atomic.Open[] | undefined;
10522
10637
  page?: number | undefined;
@@ -10642,6 +10757,7 @@ declare class AggregationListComponent {
10642
10757
  persistFiltersAcrossTabs?: boolean;
10643
10758
  };
10644
10759
  converters?: _sinequa_atomic_angular.CConverter[];
10760
+ feedback?: _sinequa_atomic_angular.CFeedback;
10645
10761
  };
10646
10762
  documentsUploadSettings?: {
10647
10763
  enabled?: boolean;
@@ -10705,6 +10821,7 @@ declare class AggregationListComponent {
10705
10821
  persistFiltersAcrossTabs?: boolean;
10706
10822
  };
10707
10823
  converters?: _sinequa_atomic_angular.CConverter[];
10824
+ feedback?: _sinequa_atomic_angular.CFeedback;
10708
10825
  } | undefined>;
10709
10826
  assistants: _angular_core.Signal<{
10710
10827
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -10838,6 +10955,7 @@ declare class AggregationListComponent {
10838
10955
  persistFiltersAcrossTabs?: boolean;
10839
10956
  };
10840
10957
  converters?: _sinequa_atomic_angular.CConverter[];
10958
+ feedback?: _sinequa_atomic_angular.CFeedback;
10841
10959
  };
10842
10960
  documentsUploadSettings?: {
10843
10961
  enabled?: boolean;
@@ -10964,10 +11082,7 @@ declare class AggregationComponent {
10964
11082
  };
10965
11083
  allowAdvancedFilters?: boolean;
10966
11084
  general?: {
10967
- name? /**
10968
- * The column associated with the aggregation. This is a required input and must be provided for the component to function correctly.
10969
- * @defaultValue undefined
10970
- */: string;
11085
+ name?: string;
10971
11086
  logo?: {
10972
11087
  alt?: string;
10973
11088
  light?: {
@@ -11008,6 +11123,7 @@ declare class AggregationComponent {
11008
11123
  persistFiltersAcrossTabs?: boolean;
11009
11124
  };
11010
11125
  converters?: _sinequa_atomic_angular.CConverter[];
11126
+ feedback?: _sinequa_atomic_angular.CFeedback;
11011
11127
  };
11012
11128
  documentsUploadSettings?: {
11013
11129
  enabled?: boolean;
@@ -11071,6 +11187,7 @@ declare class AggregationComponent {
11071
11187
  persistFiltersAcrossTabs?: boolean;
11072
11188
  };
11073
11189
  converters?: _sinequa_atomic_angular.CConverter[];
11190
+ feedback?: _sinequa_atomic_angular.CFeedback;
11074
11191
  } | undefined>;
11075
11192
  assistants: _angular_core.Signal<{
11076
11193
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -11163,10 +11280,7 @@ declare class AggregationComponent {
11163
11280
  };
11164
11281
  allowAdvancedFilters?: boolean;
11165
11282
  general?: {
11166
- name? /**
11167
- * The column associated with the aggregation. This is a required input and must be provided for the component to function correctly.
11168
- * @defaultValue undefined
11169
- */: string;
11283
+ name?: string;
11170
11284
  logo?: {
11171
11285
  alt?: string;
11172
11286
  light?: {
@@ -11207,6 +11321,7 @@ declare class AggregationComponent {
11207
11321
  persistFiltersAcrossTabs?: boolean;
11208
11322
  };
11209
11323
  converters?: _sinequa_atomic_angular.CConverter[];
11324
+ feedback?: _sinequa_atomic_angular.CFeedback;
11210
11325
  };
11211
11326
  documentsUploadSettings?: {
11212
11327
  enabled?: boolean;
@@ -11378,7 +11493,7 @@ declare class FilterButtonComponent {
11378
11493
  position: _angular_core.InputSignal<Placement>;
11379
11494
  offset: _angular_core.InputSignal<number>;
11380
11495
  expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
11381
- protected variant: _angular_core.WritableSignal<"default" | "link" | "primary" | "secondary" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | "destructive" | "icon" | "ai" | "none" | null | undefined>;
11496
+ protected variant: _angular_core.WritableSignal<"default" | "primary" | "secondary" | "destructive" | "ai" | "outline" | "none" | "accent" | "tertiary" | "ghost" | "light-accent" | "link" | "icon" | null | undefined>;
11382
11497
  protected filter: _angular_core.WritableSignal<CFilterEx>;
11383
11498
  popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
11384
11499
  protected nativeElement: any;
@@ -11393,8 +11508,8 @@ declare class FilterButtonComponent {
11393
11508
  }>;
11394
11509
  protected queryParamsStore: {
11395
11510
  name?: _angular_core.Signal<string | undefined> | undefined;
11396
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
11397
11511
  text?: _angular_core.Signal<string | undefined> | undefined;
11512
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
11398
11513
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
11399
11514
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
11400
11515
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -11448,8 +11563,8 @@ declare class FilterButtonComponent {
11448
11563
  getQuery: () => _sinequa_atomic.Query;
11449
11564
  } & _ngrx_signals.StateSource<{
11450
11565
  name?: string | undefined;
11451
- action?: "" | "search" | "open" | "aggregate" | undefined;
11452
11566
  text?: string | undefined;
11567
+ action?: "" | "search" | "open" | "aggregate" | undefined;
11453
11568
  select?: _sinequa_atomic.Select[] | undefined;
11454
11569
  open?: _sinequa_atomic.Open[] | undefined;
11455
11570
  page?: number | undefined;
@@ -11575,6 +11690,7 @@ declare class FilterButtonComponent {
11575
11690
  persistFiltersAcrossTabs?: boolean;
11576
11691
  };
11577
11692
  converters?: _sinequa_atomic_angular.CConverter[];
11693
+ feedback?: _sinequa_atomic_angular.CFeedback;
11578
11694
  };
11579
11695
  documentsUploadSettings?: {
11580
11696
  enabled?: boolean;
@@ -11638,6 +11754,7 @@ declare class FilterButtonComponent {
11638
11754
  persistFiltersAcrossTabs?: boolean;
11639
11755
  };
11640
11756
  converters?: _sinequa_atomic_angular.CConverter[];
11757
+ feedback?: _sinequa_atomic_angular.CFeedback;
11641
11758
  } | undefined>;
11642
11759
  assistants: _angular_core.Signal<{
11643
11760
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -11771,6 +11888,7 @@ declare class FilterButtonComponent {
11771
11888
  persistFiltersAcrossTabs?: boolean;
11772
11889
  };
11773
11890
  converters?: _sinequa_atomic_angular.CConverter[];
11891
+ feedback?: _sinequa_atomic_angular.CFeedback;
11774
11892
  };
11775
11893
  documentsUploadSettings?: {
11776
11894
  enabled?: boolean;
@@ -11900,6 +12018,7 @@ declare class MoreButtonComponent {
11900
12018
  persistFiltersAcrossTabs?: boolean;
11901
12019
  };
11902
12020
  converters?: _sinequa_atomic_angular.CConverter[];
12021
+ feedback?: _sinequa_atomic_angular.CFeedback;
11903
12022
  };
11904
12023
  documentsUploadSettings?: {
11905
12024
  enabled?: boolean;
@@ -11963,6 +12082,7 @@ declare class MoreButtonComponent {
11963
12082
  persistFiltersAcrossTabs?: boolean;
11964
12083
  };
11965
12084
  converters?: _sinequa_atomic_angular.CConverter[];
12085
+ feedback?: _sinequa_atomic_angular.CFeedback;
11966
12086
  } | undefined>;
11967
12087
  assistants: _angular_core.Signal<{
11968
12088
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -12096,6 +12216,7 @@ declare class MoreButtonComponent {
12096
12216
  persistFiltersAcrossTabs?: boolean;
12097
12217
  };
12098
12218
  converters?: _sinequa_atomic_angular.CConverter[];
12219
+ feedback?: _sinequa_atomic_angular.CFeedback;
12099
12220
  };
12100
12221
  documentsUploadSettings?: {
12101
12222
  enabled?: boolean;
@@ -12117,8 +12238,8 @@ declare class MoreButtonComponent {
12117
12238
  }>;
12118
12239
  queryParamsStore: {
12119
12240
  name?: _angular_core.Signal<string | undefined> | undefined;
12120
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
12121
12241
  text?: _angular_core.Signal<string | undefined> | undefined;
12242
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
12122
12243
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
12123
12244
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
12124
12245
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -12172,8 +12293,8 @@ declare class MoreButtonComponent {
12172
12293
  getQuery: () => _sinequa_atomic.Query;
12173
12294
  } & _ngrx_signals.StateSource<{
12174
12295
  name?: string | undefined;
12175
- action?: "" | "search" | "open" | "aggregate" | undefined;
12176
12296
  text?: string | undefined;
12297
+ action?: "" | "search" | "open" | "aggregate" | undefined;
12177
12298
  select?: _sinequa_atomic.Select[] | undefined;
12178
12299
  open?: _sinequa_atomic.Open[] | undefined;
12179
12300
  page?: number | undefined;
@@ -12345,7 +12466,13 @@ declare class FiltersBarComponent {
12345
12466
  alt?: string;
12346
12467
  light?: {
12347
12468
  small?: string;
12348
- large?: string;
12469
+ large? /**
12470
+ * Filters that should be included from the filters bar.
12471
+ * Providing it will hide any filters not contained in this list.
12472
+ *
12473
+ * Use the filter column names to specify which filters to include.
12474
+ * For example, to include the "geo" filter, set `includeFilters = ['Geo']`.
12475
+ */: string;
12349
12476
  sidebar?: string;
12350
12477
  };
12351
12478
  dark?: {
@@ -12381,6 +12508,7 @@ declare class FiltersBarComponent {
12381
12508
  persistFiltersAcrossTabs?: boolean;
12382
12509
  };
12383
12510
  converters?: _sinequa_atomic_angular.CConverter[];
12511
+ feedback?: _sinequa_atomic_angular.CFeedback;
12384
12512
  };
12385
12513
  documentsUploadSettings?: {
12386
12514
  enabled?: boolean;
@@ -12408,7 +12536,13 @@ declare class FiltersBarComponent {
12408
12536
  alt?: string;
12409
12537
  light?: {
12410
12538
  small?: string;
12411
- large?: string;
12539
+ large? /**
12540
+ * Filters that should be included from the filters bar.
12541
+ * Providing it will hide any filters not contained in this list.
12542
+ *
12543
+ * Use the filter column names to specify which filters to include.
12544
+ * For example, to include the "geo" filter, set `includeFilters = ['Geo']`.
12545
+ */: string;
12412
12546
  sidebar?: string;
12413
12547
  };
12414
12548
  dark?: {
@@ -12444,6 +12578,7 @@ declare class FiltersBarComponent {
12444
12578
  persistFiltersAcrossTabs?: boolean;
12445
12579
  };
12446
12580
  converters?: _sinequa_atomic_angular.CConverter[];
12581
+ feedback?: _sinequa_atomic_angular.CFeedback;
12447
12582
  } | undefined>;
12448
12583
  assistants: _angular_core.Signal<{
12449
12584
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -12541,7 +12676,13 @@ declare class FiltersBarComponent {
12541
12676
  alt?: string;
12542
12677
  light?: {
12543
12678
  small?: string;
12544
- large?: string;
12679
+ large? /**
12680
+ * Filters that should be included from the filters bar.
12681
+ * Providing it will hide any filters not contained in this list.
12682
+ *
12683
+ * Use the filter column names to specify which filters to include.
12684
+ * For example, to include the "geo" filter, set `includeFilters = ['Geo']`.
12685
+ */: string;
12545
12686
  sidebar?: string;
12546
12687
  };
12547
12688
  dark?: {
@@ -12577,6 +12718,7 @@ declare class FiltersBarComponent {
12577
12718
  persistFiltersAcrossTabs?: boolean;
12578
12719
  };
12579
12720
  converters?: _sinequa_atomic_angular.CConverter[];
12721
+ feedback?: _sinequa_atomic_angular.CFeedback;
12580
12722
  };
12581
12723
  documentsUploadSettings?: {
12582
12724
  enabled?: boolean;
@@ -12607,8 +12749,8 @@ declare class FiltersBarComponent {
12607
12749
  }>;
12608
12750
  protected queryParamsStore: {
12609
12751
  name?: _angular_core.Signal<string | undefined> | undefined;
12610
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
12611
12752
  text?: _angular_core.Signal<string | undefined> | undefined;
12753
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
12612
12754
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
12613
12755
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
12614
12756
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -12662,8 +12804,8 @@ declare class FiltersBarComponent {
12662
12804
  getQuery: () => _sinequa_atomic.Query;
12663
12805
  } & _ngrx_signals.StateSource<{
12664
12806
  name?: string | undefined;
12665
- action?: "" | "search" | "open" | "aggregate" | undefined;
12666
12807
  text?: string | undefined;
12808
+ action?: "" | "search" | "open" | "aggregate" | undefined;
12667
12809
  select?: _sinequa_atomic.Select[] | undefined;
12668
12810
  open?: _sinequa_atomic.Open[] | undefined;
12669
12811
  page?: number | undefined;
@@ -12882,6 +13024,7 @@ declare class MoreComponent {
12882
13024
  persistFiltersAcrossTabs?: boolean;
12883
13025
  };
12884
13026
  converters?: _sinequa_atomic_angular.CConverter[];
13027
+ feedback?: _sinequa_atomic_angular.CFeedback;
12885
13028
  };
12886
13029
  documentsUploadSettings?: {
12887
13030
  enabled?: boolean;
@@ -12945,6 +13088,7 @@ declare class MoreComponent {
12945
13088
  persistFiltersAcrossTabs?: boolean;
12946
13089
  };
12947
13090
  converters?: _sinequa_atomic_angular.CConverter[];
13091
+ feedback?: _sinequa_atomic_angular.CFeedback;
12948
13092
  } | undefined>;
12949
13093
  assistants: _angular_core.Signal<{
12950
13094
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -13078,6 +13222,7 @@ declare class MoreComponent {
13078
13222
  persistFiltersAcrossTabs?: boolean;
13079
13223
  };
13080
13224
  converters?: _sinequa_atomic_angular.CConverter[];
13225
+ feedback?: _sinequa_atomic_angular.CFeedback;
13081
13226
  };
13082
13227
  documentsUploadSettings?: {
13083
13228
  enabled?: boolean;
@@ -13108,8 +13253,8 @@ declare class MoreComponent {
13108
13253
  }>;
13109
13254
  queryParamsStore: {
13110
13255
  name?: _angular_core.Signal<string | undefined> | undefined;
13111
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
13112
13256
  text?: _angular_core.Signal<string | undefined> | undefined;
13257
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
13113
13258
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
13114
13259
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
13115
13260
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -13163,8 +13308,8 @@ declare class MoreComponent {
13163
13308
  getQuery: () => _sinequa_atomic.Query;
13164
13309
  } & _ngrx_signals.StateSource<{
13165
13310
  name?: string | undefined;
13166
- action?: "" | "search" | "open" | "aggregate" | undefined;
13167
13311
  text?: string | undefined;
13312
+ action?: "" | "search" | "open" | "aggregate" | undefined;
13168
13313
  select?: _sinequa_atomic.Select[] | undefined;
13169
13314
  open?: _sinequa_atomic.Open[] | undefined;
13170
13315
  page?: number | undefined;
@@ -13351,6 +13496,7 @@ declare class LabelService {
13351
13496
  persistFiltersAcrossTabs?: boolean;
13352
13497
  };
13353
13498
  converters?: _sinequa_atomic_angular.CConverter[];
13499
+ feedback?: _sinequa_atomic_angular.CFeedback;
13354
13500
  };
13355
13501
  documentsUploadSettings?: {
13356
13502
  enabled?: boolean;
@@ -13414,6 +13560,7 @@ declare class LabelService {
13414
13560
  persistFiltersAcrossTabs?: boolean;
13415
13561
  };
13416
13562
  converters?: _sinequa_atomic_angular.CConverter[];
13563
+ feedback?: _sinequa_atomic_angular.CFeedback;
13417
13564
  } | undefined>;
13418
13565
  assistants: _angular_core.Signal<{
13419
13566
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -13547,6 +13694,7 @@ declare class LabelService {
13547
13694
  persistFiltersAcrossTabs?: boolean;
13548
13695
  };
13549
13696
  converters?: _sinequa_atomic_angular.CConverter[];
13697
+ feedback?: _sinequa_atomic_angular.CFeedback;
13550
13698
  };
13551
13699
  documentsUploadSettings?: {
13552
13700
  enabled?: boolean;
@@ -13802,8 +13950,8 @@ declare class SavedSearchDialog implements DialogInterface {
13802
13950
  private readonly savedSearchesService;
13803
13951
  protected readonly queryParamsStore: {
13804
13952
  name?: _angular_core.Signal<string | undefined> | undefined;
13805
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
13806
13953
  text?: _angular_core.Signal<string | undefined> | undefined;
13954
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
13807
13955
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
13808
13956
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
13809
13957
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -13857,8 +14005,8 @@ declare class SavedSearchDialog implements DialogInterface {
13857
14005
  getQuery: () => _sinequa_atomic.Query;
13858
14006
  } & _ngrx_signals.StateSource<{
13859
14007
  name?: string | undefined;
13860
- action?: "" | "search" | "open" | "aggregate" | undefined;
13861
14008
  text?: string | undefined;
14009
+ action?: "" | "search" | "open" | "aggregate" | undefined;
13862
14010
  select?: _sinequa_atomic.Select[] | undefined;
13863
14011
  open?: _sinequa_atomic.Open[] | undefined;
13864
14012
  page?: number | undefined;
@@ -14193,6 +14341,7 @@ declare class UserProfileFormComponent {
14193
14341
  persistFiltersAcrossTabs?: boolean;
14194
14342
  };
14195
14343
  converters?: _sinequa_atomic_angular.CConverter[];
14344
+ feedback?: _sinequa_atomic_angular.CFeedback;
14196
14345
  };
14197
14346
  documentsUploadSettings?: {
14198
14347
  enabled?: boolean;
@@ -14256,6 +14405,7 @@ declare class UserProfileFormComponent {
14256
14405
  persistFiltersAcrossTabs?: boolean;
14257
14406
  };
14258
14407
  converters?: _sinequa_atomic_angular.CConverter[];
14408
+ feedback?: _sinequa_atomic_angular.CFeedback;
14259
14409
  } | undefined>;
14260
14410
  assistants: _angular_core.Signal<{
14261
14411
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -14389,6 +14539,7 @@ declare class UserProfileFormComponent {
14389
14539
  persistFiltersAcrossTabs?: boolean;
14390
14540
  };
14391
14541
  converters?: _sinequa_atomic_angular.CConverter[];
14542
+ feedback?: _sinequa_atomic_angular.CFeedback;
14392
14543
  };
14393
14544
  documentsUploadSettings?: {
14394
14545
  enabled?: boolean;
@@ -14676,6 +14827,7 @@ declare class SourceIconPipe implements PipeTransform {
14676
14827
  persistFiltersAcrossTabs?: boolean;
14677
14828
  };
14678
14829
  converters?: _sinequa_atomic_angular.CConverter[];
14830
+ feedback?: _sinequa_atomic_angular.CFeedback;
14679
14831
  };
14680
14832
  documentsUploadSettings?: {
14681
14833
  enabled?: boolean;
@@ -14739,6 +14891,7 @@ declare class SourceIconPipe implements PipeTransform {
14739
14891
  persistFiltersAcrossTabs?: boolean;
14740
14892
  };
14741
14893
  converters?: _sinequa_atomic_angular.CConverter[];
14894
+ feedback?: _sinequa_atomic_angular.CFeedback;
14742
14895
  } | undefined>;
14743
14896
  assistants: _angular_core.Signal<{
14744
14897
  [x: string]: _sinequa_atomic_angular.AssistantDetails;
@@ -14872,6 +15025,7 @@ declare class SourceIconPipe implements PipeTransform {
14872
15025
  persistFiltersAcrossTabs?: boolean;
14873
15026
  };
14874
15027
  converters?: _sinequa_atomic_angular.CConverter[];
15028
+ feedback?: _sinequa_atomic_angular.CFeedback;
14875
15029
  };
14876
15030
  documentsUploadSettings?: {
14877
15031
  enabled?: boolean;
@@ -15007,5 +15161,5 @@ type AppFeatures = {
15007
15161
  */
15008
15162
  declare const APP_FEATURES: InjectionToken<AppFeatures>;
15009
15163
 
15010
- export { AGGREGATIONS_NAMES, AGGREGATIONS_NAMES_PRESET_DEFAULT, APP_FEATURES, AdvancedFiltersComponent, AdvancedSearch, AdvancedSearchComponent, AggregationComponent, AggregationDateComponent, AggregationDateRangeDialogComponent, AggregationListComponent, AggregationPanelComponent, AggregationTreeComponent, AggregationsService, AggregationsStore, Alert, AlertDialog, AlertsComponent, AppService, AppStore, ApplicationService, ApplicationStore, ArticleEntities, ArticleExtracts, ArticleLabels, ArticleSimilarDocuments, AsideFiltersComponent, AuditFeedbackType, AuditService, AuthGuard, AuthPageComponent, AutocompleteService, BOOKMARKS_CONFIG, BOOKMARKS_OPTIONS, BackdropComponent, BackdropService, BookmarkButtonComponent, BookmarksComponent, COLLECTIONS_CONFIG, COLLECTIONS_OPTIONS, COMPONENTS_FOR_DOCUMENT_TYPE, ChangePasswordComponent, ChildMarkerDirective, CollectionsComponent, CollectionsDialog, DRAWER_COMPONENT, DRAWER_STACK_MAX_COUNT, DateComponent, DeleteCollectionDialog, DidYouMeanComponent, DocumentLocatorComponent, DrawerAdvancedFiltersComponent, DrawerComponent, DrawerNavbarComponent, DrawerPreviewComponent, DrawerService, DrawerStackComponent, DrawerStackService, DropdownInputComponent, DropdownListComponent, ErrorComponent, ExportDialog, ExportService, FILTERS_BREAKPOINT, FILTER_DATE_ALLOW_CUSTOM_RANGE, FeedbackDialogComponent, FileSizePipe, FilterButtonComponent, FiltersBarComponent, HIGHLIGHTS, HighlightWordPipe, InfinityScrollDirective, InlineWorker, JsonMethodPluginService, KeyboardNavigatorDirective, LabelService, LabelsEditDialog, LoadingComponent, MetadataComponent, MissingTermsComponent, MoreButtonComponent, MoreComponent, MultiSelectLabelsComponent, MultiSelectionToolbarComponent, NON_SEARCHABLE_COLUMNS, NON_SEARCHABLE_DEFAULTS, NavbarTabsComponent, NavigationService, NoResultComponent, OpenArticleOnCtrlEnterDirective, OperatorPipe, OverflowItemDirective, OverflowManagerDirective, OverflowStopDirective, OverrideUserDialogComponent, PREVIEW_CONFIG, PagerComponent, PreviewNavigator, PreviewService, PrincipalService, PrincipalStore, QueryParamsStore, QueryService, RECENT_SEARCHES_CONFIG, RECENT_SEARCHES_OPTIONS, ROUTE_COMPONENTS, RecentSearchesComponent, ResetUserSettingsDialogComponent, SAVED_SEARCHES_CONFIG, SAVED_SEARCHES_OPTIONS, SavedSearchDialog, SavedSearchesComponent, SavedSearchesService, SearchFeedbackComponent, SearchInputFooter, SearchService, SelectArticleDirective, SelectArticleOnClickDirective, SelectionHistoryService, SelectionService, SelectionStore, ShowBookmarkDirective, SidebarNavComponent, SignInComponent, SignedOutComponent, SortSelectorComponent, SourceComponent, SourceIconPipe, SponsoredResultsComponent, SyslangPipe, THEMES, TextChunkService, ThemeProviderDirective, ThemeSelectorComponent, ThemeStore, ThemeToggleComponent, TranslocoDateImpurePipe, UserProfileDialog, UserProfileFormComponent, UserProfileService, UserSettingsStore, applyThemeToNativeElement, auditInterceptorFn, authInterceptorFn, bodyInterceptorFn, bootstrapApp, buildQuery, debouncedSignal, errorInterceptorFn, getCurrentPath, getCurrentQueryName, getQueryNameFromRoute, injectRouteNavigation, processCssVars, queryNameResolver, signIn, themeColorNameToCssVariable, themeColorsToCssVariables, toastInterceptorFn, withAggregationsFeatures, withAlertsFeatures, withAppFeatures, withApplicationFeatures, withAssistantFeatures, withBasketsFeatures, withBookmarkFeatures, withBootstrapApp, withExtractsFeatures, withFetch, withMultiSelectionFeatures, withPrincipalFeatures, withQueryParamsFeatures, withRecentSearchesFeatures, withSavedSearchesFeatures, withSelectionFeatures, withThemeBodyHook, withThemes, withThemesFeatures, withUserSettingsFeatures };
15011
- export type { AgentUserSettings, AggEx, AggregationEx, AggregationListEx, AggregationListItem, AggregationTitle, AggregationTreeEx, AggregationsState, AppCJson, AppFeatures, ApplicationState, ArticleMetadata, AssistantDetails, Autocomplete, Basket, Bookmark, BookmarksConfig, CAggregation, CAggregationItem, CCAppState, CCWebServiceLabels, CConverter, CFilter, CFilterEx, CFilterItem, CJ, CJson, CJsonMint, CSources, CollectionsConfig, ComponentMapping, CssVars, DateRange, DocumentOffsets, DocumentPages, DocumentTypeMap, DropdownItem, ExportQueryOptions, Extract, FilterDropdown, KeyboardNavigationOnSelectionHandlers, KeyboardNavigatorOptions, LabelsConfig, MultiSelectionState, MultiSelectionToolbarVariants, NavRouteTab, PageConfiguration, PreviewEvents, PreviewHighlight, PreviewHighlightName, PreviewHighlights, PrincipalState, SearchItem, SearchOptions, SearchesConfig, SelectionHistoryEvent, SelectionState, SelectionStrategy, SideCJson, SortingChoice, Theme, ThemeBodyHookParameters, ThemeScope, ThemeStoreState, UserSettingsState };
15164
+ export { AGGREGATIONS_NAMES, AGGREGATIONS_NAMES_PRESET_DEFAULT, APP_FEATURES, AdvancedFiltersComponent, AdvancedSearch, AdvancedSearchComponent, AggregationComponent, AggregationDateComponent, AggregationDateRangeDialogComponent, AggregationListComponent, AggregationPanelComponent, AggregationTreeComponent, AggregationsService, AggregationsStore, Alert, AlertDialog, AlertsComponent, AppService, AppStore, ApplicationService, ApplicationStore, ArticleEntities, ArticleExtracts, ArticleLabels, ArticleSimilarDocuments, AsideFiltersComponent, AuditFeedbackType, AuditService, AuthGuard, AuthPageComponent, AutocompleteService, BOOKMARKS_CONFIG, BOOKMARKS_OPTIONS, BackdropComponent, BackdropService, BookmarkButtonComponent, BookmarksComponent, COLLECTIONS_CONFIG, COLLECTIONS_OPTIONS, COMPONENTS_FOR_DOCUMENT_TYPE, ChangePasswordComponent, ChildMarkerDirective, CollectionsComponent, CollectionsDialog, DRAWER_COMPONENT, DRAWER_STACK_MAX_COUNT, DateComponent, DeleteCollectionDialog, DidYouMeanComponent, DocumentLocatorComponent, DrawerAdvancedFiltersComponent, DrawerComponent, DrawerNavbarComponent, DrawerPreviewComponent, DrawerService, DrawerStackComponent, DrawerStackService, DropdownInputComponent, DropdownListComponent, ErrorComponent, ExportDialog, ExportService, FILTERS_BREAKPOINT, FILTER_DATE_ALLOW_CUSTOM_RANGE, FeatureFlagsDialogComponent, FeedbackDialogComponent, FileSizePipe, FilterButtonComponent, FiltersBarComponent, HIGHLIGHTS, HighlightWordPipe, InfinityScrollDirective, InlineWorker, JsonMethodPluginService, KeyboardNavigatorDirective, LabelService, LabelsEditDialog, LoadingComponent, MetadataComponent, MissingTermsComponent, MoreButtonComponent, MoreComponent, MultiSelectLabelsComponent, MultiSelectionToolbarComponent, NON_SEARCHABLE_COLUMNS, NON_SEARCHABLE_DEFAULTS, NavbarTabsComponent, NavigationService, NoResultComponent, OpenArticleOnCtrlEnterDirective, OperatorPipe, OverflowItemDirective, OverflowManagerDirective, OverflowStopDirective, OverrideUserDialogComponent, PREVIEW_CONFIG, PagerComponent, PreviewNavigator, PreviewService, PrincipalService, PrincipalStore, QueryParamsStore, QueryService, RECENT_SEARCHES_CONFIG, RECENT_SEARCHES_OPTIONS, ROUTE_COMPONENTS, RecentSearchesComponent, ResetUserSettingsDialogComponent, SAVED_SEARCHES_CONFIG, SAVED_SEARCHES_OPTIONS, SavedSearchDialog, SavedSearchesComponent, SavedSearchesService, SearchFeedbackComponent, SearchInputFooter, SearchService, SelectArticleDirective, SelectArticleOnClickDirective, SelectionHistoryService, SelectionService, SelectionStore, ShowBookmarkDirective, SidebarNavComponent, SignInComponent, SignedOutComponent, SortSelectorComponent, SourceComponent, SourceIconPipe, SponsoredResultsComponent, SyslangPipe, THEMES, TextChunkService, ThemeProviderDirective, ThemeSelectorComponent, ThemeStore, ThemeToggleComponent, TranslocoDateImpurePipe, UserProfileDialog, UserProfileFormComponent, UserProfileService, UserSettingsStore, applyThemeToNativeElement, auditInterceptorFn, authInterceptorFn, bodyInterceptorFn, bootstrapApp, buildQuery, debouncedSignal, errorInterceptorFn, getCurrentPath, getCurrentQueryName, getQueryNameFromRoute, injectRouteNavigation, processCssVars, queryNameResolver, signIn, themeColorNameToCssVariable, themeColorsToCssVariables, toastInterceptorFn, withAggregationsFeatures, withAlertsFeatures, withAppFeatures, withApplicationFeatures, withAssistantFeatures, withBasketsFeatures, withBookmarkFeatures, withBootstrapApp, withExtractsFeatures, withFetch, withMultiSelectionFeatures, withPrincipalFeatures, withQueryParamsFeatures, withRecentSearchesFeatures, withSavedSearchesFeatures, withSelectionFeatures, withThemeBodyHook, withThemes, withThemesFeatures, withUserSettingsFeatures };
15165
+ export type { AgentUserSettings, AggEx, AggregationEx, AggregationListEx, AggregationListItem, AggregationTitle, AggregationTreeEx, AggregationsState, AppCJson, AppFeatures, ApplicationState, ArticleMetadata, AssistantDetails, Autocomplete, Basket, Bookmark, BookmarksConfig, CAggregation, CAggregationItem, CCAppState, CCWebServiceLabels, CConverter, CFeedback, CFilter, CFilterEx, CFilterItem, CJ, CJson, CJsonMint, CSources, CollectionsConfig, ComponentMapping, CssVars, DateRange, DocumentOffsets, DocumentPages, DocumentTypeMap, DropdownItem, ExportQueryOptions, Extract, FilterDropdown, KeyboardNavigationOnSelectionHandlers, KeyboardNavigatorOptions, LabelsConfig, MultiSelectionState, MultiSelectionToolbarVariants, NavRouteTab, PageConfiguration, PreviewEvents, PreviewHighlight, PreviewHighlightName, PreviewHighlights, PrincipalState, SearchItem, SearchOptions, SearchesConfig, SelectionHistoryEvent, SelectionState, SelectionStrategy, SideCJson, SortingChoice, Theme, ThemeBodyHookParameters, ThemeScope, ThemeStoreState, UserSettingsState };