@sinequa/atomic-angular 1.5.2 → 1.5.3

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;
@@ -224,8 +224,16 @@ declare class DocumentLocatorComponent implements OnDestroy {
224
224
  }
225
225
 
226
226
  declare class ErrorComponent {
227
+ private readonly route;
227
228
  router: Router;
228
- reload(): void;
229
+ /**
230
+ * Human-readable error detail shown on the page, taken from the `message` query param.
231
+ * Callers navigating here can pass it, e.g. on an auth failure:
232
+ * `router.navigate(["error"], { queryParams: { message: err.message } })`.
233
+ */
234
+ readonly message: string | undefined;
235
+ /** Navigate home and re-bootstrap the application (fresh authentication attempt). */
236
+ goHome(): void;
229
237
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ErrorComponent, never>;
230
238
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ErrorComponent, "error-component, ErrorComponent", never, {}, {}, never, never, true, never>;
231
239
  }
@@ -264,8 +272,8 @@ declare class MissingTermsComponent {
264
272
  readonly article: _angular_core.InputSignal<Article$1>;
265
273
  queryParamsStore: {
266
274
  name?: _angular_core.Signal<string | undefined> | undefined;
267
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
268
275
  text?: _angular_core.Signal<string | undefined> | undefined;
276
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
269
277
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
270
278
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
271
279
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -319,8 +327,8 @@ declare class MissingTermsComponent {
319
327
  getQuery: () => _sinequa_atomic.Query;
320
328
  } & _ngrx_signals.StateSource<{
321
329
  name?: string | undefined;
322
- action?: "" | "search" | "open" | "aggregate" | undefined;
323
330
  text?: string | undefined;
331
+ action?: "" | "search" | "open" | "aggregate" | undefined;
324
332
  select?: _sinequa_atomic.Select[] | undefined;
325
333
  open?: _sinequa_atomic.Open[] | undefined;
326
334
  page?: number | undefined;
@@ -2100,7 +2108,7 @@ declare const PrincipalStore: _angular_core.Type<{
2100
2108
  param9: _angular_core.Signal<string>;
2101
2109
  param10: _angular_core.Signal<string>;
2102
2110
  userOverrideActive: _angular_core.Signal<boolean>;
2103
- state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
2111
+ state: _angular_core.Signal<"error" | "loading" | "loaded" | "initial">;
2104
2112
  allowUserOverride: _angular_core.Signal<boolean>;
2105
2113
  isOverridingUser: _angular_core.Signal<boolean>;
2106
2114
  initials: _angular_core.Signal<string>;
@@ -2154,8 +2162,8 @@ type QueryParams = {
2154
2162
  };
2155
2163
  declare const QueryParamsStore: _angular_core.Type<{
2156
2164
  name?: _angular_core.Signal<string | undefined> | undefined;
2157
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
2158
2165
  text?: _angular_core.Signal<string | undefined> | undefined;
2166
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
2159
2167
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
2160
2168
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
2161
2169
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -2201,8 +2209,8 @@ declare const QueryParamsStore: _angular_core.Type<{
2201
2209
  getQuery: () => _sinequa_atomic.Query;
2202
2210
  } & _ngrx_signals.StateSource<{
2203
2211
  name?: string | undefined;
2204
- action?: "" | "search" | "open" | "aggregate" | undefined;
2205
2212
  text?: string | undefined;
2213
+ action?: "" | "search" | "open" | "aggregate" | undefined;
2206
2214
  select?: _sinequa_atomic.Select[] | undefined;
2207
2215
  open?: _sinequa_atomic.Open[] | undefined;
2208
2216
  page?: number | undefined;
@@ -2234,8 +2242,8 @@ declare const QueryParamsStore: _angular_core.Type<{
2234
2242
  declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
2235
2243
  state: {
2236
2244
  name?: string | undefined;
2237
- action?: "" | "search" | "open" | "aggregate" | undefined;
2238
2245
  text?: string | undefined;
2246
+ action?: "" | "search" | "open" | "aggregate" | undefined;
2239
2247
  select?: _sinequa_atomic.Select[] | undefined;
2240
2248
  open?: _sinequa_atomic.Open[] | undefined;
2241
2249
  page?: number | undefined;
@@ -2988,8 +2996,8 @@ declare class AggregationsService {
2988
2996
  }>;
2989
2997
  queryParamsStore: {
2990
2998
  name?: _angular_core.Signal<string | undefined> | undefined;
2991
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
2992
2999
  text?: _angular_core.Signal<string | undefined> | undefined;
3000
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
2993
3001
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
2994
3002
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
2995
3003
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -3043,8 +3051,8 @@ declare class AggregationsService {
3043
3051
  getQuery: () => Query;
3044
3052
  } & _ngrx_signals.StateSource<{
3045
3053
  name?: string | undefined;
3046
- action?: "" | "search" | "open" | "aggregate" | undefined;
3047
3054
  text?: string | undefined;
3055
+ action?: "" | "search" | "open" | "aggregate" | undefined;
3048
3056
  select?: _sinequa_atomic.Select[] | undefined;
3049
3057
  open?: _sinequa_atomic.Open[] | undefined;
3050
3058
  page?: number | undefined;
@@ -3155,8 +3163,9 @@ declare class AppService {
3155
3163
  *
3156
3164
  * @remarks
3157
3165
  * This method constructs an HTTP GET request to fetch the application configuration
3158
- * using the `app` parameter from the global configuration. If the request fails,
3159
- * it logs the error to the console and returns an empty observable.
3166
+ * using the `app` parameter from the global configuration. If the request fails, it logs the
3167
+ * error and re-throws a normalized `Error` carrying the server's `errorMessage` when available
3168
+ * (e.g. "app not found: '...'"), so callers can surface the reason on the error page.
3160
3169
  *
3161
3170
  * @example
3162
3171
  * ```typescript
@@ -3258,7 +3267,7 @@ declare class ApplicationService {
3258
3267
  param9: _angular_core.Signal<string>;
3259
3268
  param10: _angular_core.Signal<string>;
3260
3269
  userOverrideActive: _angular_core.Signal<boolean>;
3261
- state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
3270
+ state: _angular_core.Signal<"error" | "loading" | "loaded" | "initial">;
3262
3271
  allowUserOverride: _angular_core.Signal<boolean>;
3263
3272
  isOverridingUser: _angular_core.Signal<boolean>;
3264
3273
  initials: _angular_core.Signal<string>;
@@ -4626,29 +4635,68 @@ type Theme = (typeof THEMES)[number];
4626
4635
  declare function withThemes(app: ApplicationRef, themes: Theme[]): ApplicationRef;
4627
4636
 
4628
4637
  /**
4629
- * Signs in the user by checking the global configuration for authentication method and acting accordingly.
4638
+ * Signs the user in according to the resolved {@link globalConfig.authMode}.
4630
4639
  *
4631
- * This function first clears any existing session tokens to ensure a clean authentication state. It then checks the
4632
- * global configuration to determine whether to use credentials-based authentication or Single Sign-On (SSO). If
4633
- * credentials are used, it redirects the user to the login page. If SSO is enabled, it reloads the page to trigger
4634
- * the SSO login process. If neither method is specified, it attempts a standard login and handles any errors that
4635
- * may occur during the process.
4636
- * @returns A promise resolving to a boolean indicating the success of the sign-in operation.
4640
+ * The mode is expected to be resolved beforehand (by `initializeAppConfig`, awaited in
4641
+ * `bootstrapApp`). This function clears any existing session, then:
4642
+ * - `credentials` redirect to the login form;
4643
+ * - `sso` reload the page so the browser/proxy performs the handshake;
4644
+ * - `oauth` / `saml` → delegate to `login()`, which redirects to the provider;
4645
+ * - `bearer` delegate to `login()`;
4646
+ * - `unknown` → `login()` tries SSO silently then resolves to credentials; on failure the login
4647
+ * form is shown.
4648
+ *
4649
+ * @returns A promise resolving to a boolean indicating whether the user is authenticated.
4637
4650
  */
4638
4651
  declare function signIn(): Promise<boolean>;
4639
4652
 
4640
4653
  /**
4641
4654
  * Bootstraps the application by ensuring the user is authenticated and initializing the application.
4642
4655
  *
4643
- * This function first attempts to sign in the user using the provided `Router`. If authentication is successful,
4644
- * it proceeds to initialize the application and create routes using the `applicationService`. Any errors during
4645
- * authentication or initialization are logged to the console, but the returned promise always resolves.
4656
+ * This function first attempts to sign in the user via `signIn()`. If authentication is successful,
4657
+ * it initializes the application (stores and, optionally, dynamic routes) through `ApplicationService`
4658
+ * and waits for the initialization to complete before resolving. Any errors during authentication or
4659
+ * initialization are logged to the console, but the returned promise never rejects.
4660
+ *
4661
+ * Note: this function relies on Angular's injection context, so it must be called within one
4662
+ * (e.g. from `provideAppInitializer`).
4663
+ *
4664
+ * @param options - Configuration options for the bootstrap process.
4665
+ * @param options.createRoutes - Whether to create routes during initialization. Defaults to `true`.
4666
+ * @returns A promise that resolves to `true` when the application has been fully initialized,
4667
+ * or `false` when the user is not authenticated or an error occurred.
4668
+ */
4669
+ declare function bootstrapApp({ createRoutes }?: {
4670
+ createRoutes?: boolean | undefined;
4671
+ }): Promise<boolean>;
4672
+ /**
4673
+ * Bootstraps the application by ensuring the user is authenticated and initializing the application.
4674
+ *
4675
+ * @deprecated Use {@link bootstrapApp} instead, and let it inject `ApplicationService` itself.
4646
4676
  *
4647
- * @param Router - The application's router instance used for navigation and authentication.
4648
- * @param applicationService - The service responsible for initializing the application and creating routes.
4649
- * @returns A promise that resolves when the application is ready to be initialized, regardless of success or failure.
4677
+ * Migration in your `app.config.ts`, replace:
4678
+ * ```ts
4679
+ * // Deprecated: eagerly injecting ApplicationService in the factory constructs it (and its
4680
+ * // dependent stores/services) BEFORE bootstrapApp resolves the config, so services that build
4681
+ * // their API URL from `globalConfig.backendUrl` capture `undefined` (→ `/undefined/api/v1/...`).
4682
+ * provideAppInitializer(() => withBootstrapApp(inject(ApplicationService), { createRoutes: true })),
4683
+ * ```
4684
+ * with:
4685
+ * ```ts
4686
+ * // ✅ bootstrapApp injects ApplicationService internally, AFTER initializeAppConfig() has set
4687
+ * // `backendUrl` and resolved the auth mode.
4688
+ * provideAppInitializer(() => bootstrapApp({ createRoutes: true })),
4689
+ * ```
4690
+ * (Remove the now-unused `inject` / `ApplicationService` imports.)
4691
+ *
4692
+ * @param applicationService - Ignored; kept for backward compatibility. `ApplicationService` is
4693
+ * provided in root and injected internally by {@link bootstrapApp}, so the instance is the same.
4694
+ * Passing `inject(ApplicationService)` here is discouraged — see the migration note above.
4695
+ * @param options - Configuration options for the bootstrap process.
4696
+ * @param options.createRoutes - Whether to create routes during initialization. Defaults to `true`.
4697
+ * @returns A promise that resolves when the bootstrap process is complete, regardless of success or failure.
4650
4698
  */
4651
- declare function withBootstrapApp(applicationService: ApplicationService, { createRoutes }: {
4699
+ declare function withBootstrapApp(_applicationService: ApplicationService, { createRoutes }?: {
4652
4700
  createRoutes?: boolean | undefined;
4653
4701
  }): Promise<void>;
4654
4702
 
@@ -4719,8 +4767,8 @@ declare class PreviewService {
4719
4767
  }>;
4720
4768
  protected readonly queryParamsStore: {
4721
4769
  name?: _angular_core.Signal<string | undefined> | undefined;
4722
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
4723
4770
  text?: _angular_core.Signal<string | undefined> | undefined;
4771
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
4724
4772
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
4725
4773
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
4726
4774
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -4774,8 +4822,8 @@ declare class PreviewService {
4774
4822
  getQuery: () => Query;
4775
4823
  } & _ngrx_signals.StateSource<{
4776
4824
  name?: string | undefined;
4777
- action?: "" | "search" | "open" | "aggregate" | undefined;
4778
4825
  text?: string | undefined;
4826
+ action?: "" | "search" | "open" | "aggregate" | undefined;
4779
4827
  select?: _sinequa_atomic.Select[] | undefined;
4780
4828
  open?: _sinequa_atomic.Open[] | undefined;
4781
4829
  page?: number | undefined;
@@ -5353,8 +5401,8 @@ declare class SavedSearchesService {
5353
5401
  }>;
5354
5402
  protected readonly queryParamsStore: {
5355
5403
  name?: _angular_core.Signal<string | undefined> | undefined;
5356
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5357
5404
  text?: _angular_core.Signal<string | undefined> | undefined;
5405
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5358
5406
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
5359
5407
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
5360
5408
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -5408,8 +5456,8 @@ declare class SavedSearchesService {
5408
5456
  getQuery: () => _sinequa_atomic.Query;
5409
5457
  } & _ngrx_signals.StateSource<{
5410
5458
  name?: string | undefined;
5411
- action?: "" | "search" | "open" | "aggregate" | undefined;
5412
5459
  text?: string | undefined;
5460
+ action?: "" | "search" | "open" | "aggregate" | undefined;
5413
5461
  select?: _sinequa_atomic.Select[] | undefined;
5414
5462
  open?: _sinequa_atomic.Open[] | undefined;
5415
5463
  page?: number | undefined;
@@ -5494,8 +5542,8 @@ declare class SearchService {
5494
5542
  audit?: AuditEvents;
5495
5543
  protected readonly queryParamsStore: {
5496
5544
  name?: _angular_core.Signal<string | undefined> | undefined;
5497
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5498
5545
  text?: _angular_core.Signal<string | undefined> | undefined;
5546
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5499
5547
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
5500
5548
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
5501
5549
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -5549,8 +5597,8 @@ declare class SearchService {
5549
5597
  getQuery: () => Query;
5550
5598
  } & _ngrx_signals.StateSource<{
5551
5599
  name?: string | undefined;
5552
- action?: "" | "search" | "open" | "aggregate" | undefined;
5553
5600
  text?: string | undefined;
5601
+ action?: "" | "search" | "open" | "aggregate" | undefined;
5554
5602
  select?: _sinequa_atomic.Select[] | undefined;
5555
5603
  open?: _sinequa_atomic.Open[] | undefined;
5556
5604
  page?: number | undefined;
@@ -5685,8 +5733,8 @@ declare class SelectionService {
5685
5733
  private readonly selectionStore;
5686
5734
  queryParamsStore: {
5687
5735
  name?: _angular_core.Signal<string | undefined> | undefined;
5688
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5689
5736
  text?: _angular_core.Signal<string | undefined> | undefined;
5737
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
5690
5738
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
5691
5739
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
5692
5740
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -5740,8 +5788,8 @@ declare class SelectionService {
5740
5788
  getQuery: () => _sinequa_atomic.Query;
5741
5789
  } & _ngrx_signals.StateSource<{
5742
5790
  name?: string | undefined;
5743
- action?: "" | "search" | "open" | "aggregate" | undefined;
5744
5791
  text?: string | undefined;
5792
+ action?: "" | "search" | "open" | "aggregate" | undefined;
5745
5793
  select?: _sinequa_atomic.Select[] | undefined;
5746
5794
  open?: _sinequa_atomic.Open[] | undefined;
5747
5795
  page?: number | undefined;
@@ -7027,8 +7075,8 @@ declare class SponsoredResultsComponent {
7027
7075
  }>;
7028
7076
  queryParamStore: {
7029
7077
  name?: _angular_core.Signal<string | undefined> | undefined;
7030
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
7031
7078
  text?: _angular_core.Signal<string | undefined> | undefined;
7079
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
7032
7080
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
7033
7081
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
7034
7082
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -7082,8 +7130,8 @@ declare class SponsoredResultsComponent {
7082
7130
  getQuery: () => _sinequa_atomic.Query;
7083
7131
  } & _ngrx_signals.StateSource<{
7084
7132
  name?: string | undefined;
7085
- action?: "" | "search" | "open" | "aggregate" | undefined;
7086
7133
  text?: string | undefined;
7134
+ action?: "" | "search" | "open" | "aggregate" | undefined;
7087
7135
  select?: _sinequa_atomic.Select[] | undefined;
7088
7136
  open?: _sinequa_atomic.Open[] | undefined;
7089
7137
  page?: number | undefined;
@@ -7365,8 +7413,8 @@ declare class AggregationDateComponent {
7365
7413
  readonly aggregationsService: _sinequa_atomic_angular.AggregationsService;
7366
7414
  readonly queryParamsStore: {
7367
7415
  name?: _angular_core.Signal<string | undefined> | undefined;
7368
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
7369
7416
  text?: _angular_core.Signal<string | undefined> | undefined;
7417
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
7370
7418
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
7371
7419
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
7372
7420
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -7420,8 +7468,8 @@ declare class AggregationDateComponent {
7420
7468
  getQuery: () => _sinequa_atomic.Query;
7421
7469
  } & _ngrx_signals.StateSource<{
7422
7470
  name?: string | undefined;
7423
- action?: "" | "search" | "open" | "aggregate" | undefined;
7424
7471
  text?: string | undefined;
7472
+ action?: "" | "search" | "open" | "aggregate" | undefined;
7425
7473
  select?: _sinequa_atomic.Select[] | undefined;
7426
7474
  open?: _sinequa_atomic.Open[] | undefined;
7427
7475
  page?: number | undefined;
@@ -7526,8 +7574,8 @@ declare class AdvancedSearch {
7526
7574
  }>;
7527
7575
  protected readonly queryParamsStore: {
7528
7576
  name?: _angular_core.Signal<string | undefined> | undefined;
7529
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
7530
7577
  text?: _angular_core.Signal<string | undefined> | undefined;
7578
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
7531
7579
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
7532
7580
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
7533
7581
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -7581,8 +7629,8 @@ declare class AdvancedSearch {
7581
7629
  getQuery: () => _sinequa_atomic.Query;
7582
7630
  } & _ngrx_signals.StateSource<{
7583
7631
  name?: string | undefined;
7584
- action?: "" | "search" | "open" | "aggregate" | undefined;
7585
7632
  text?: string | undefined;
7633
+ action?: "" | "search" | "open" | "aggregate" | undefined;
7586
7634
  select?: _sinequa_atomic.Select[] | undefined;
7587
7635
  open?: _sinequa_atomic.Open[] | undefined;
7588
7636
  page?: number | undefined;
@@ -7995,8 +8043,8 @@ declare class ArticleLabels {
7995
8043
  declare class ArticleSimilarDocuments {
7996
8044
  protected readonly queryParamsStore: {
7997
8045
  name?: _angular_core.Signal<string | undefined> | undefined;
7998
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
7999
8046
  text?: _angular_core.Signal<string | undefined> | undefined;
8047
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
8000
8048
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
8001
8049
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
8002
8050
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -8050,8 +8098,8 @@ declare class ArticleSimilarDocuments {
8050
8098
  getQuery: () => _sinequa_atomic.Query;
8051
8099
  } & _ngrx_signals.StateSource<{
8052
8100
  name?: string | undefined;
8053
- action?: "" | "search" | "open" | "aggregate" | undefined;
8054
8101
  text?: string | undefined;
8102
+ action?: "" | "search" | "open" | "aggregate" | undefined;
8055
8103
  select?: _sinequa_atomic.Select[] | undefined;
8056
8104
  open?: _sinequa_atomic.Open[] | undefined;
8057
8105
  page?: number | undefined;
@@ -8215,9 +8263,13 @@ declare class SignInComponent {
8215
8263
  } & Record<string, any>>;
8216
8264
  /**
8217
8265
  * True when authentication is handled outside the credentials form — i.e. by the
8218
- * browser/proxy (`useSSO`) or by an auto-configured OAuth/SAML provider. In those
8219
- * modes this screen shows a loader instead of a login form and initiates the
8220
- * handshake automatically by calling `handleLogin()`.
8266
+ * browser/proxy (`sso`) or by an auto-configured OAuth/SAML provider. In those modes
8267
+ * this screen shows a loader instead of a login form and initiates the handshake
8268
+ * automatically by calling `handleLogin()`.
8269
+ *
8270
+ * Note: the ambiguous `unknown` mode is intentionally excluded — it is resolved upstream
8271
+ * (in `login()`/`signIn()`) to either `sso` or `credentials` before this screen renders,
8272
+ * so reaching here in `unknown` should still show the form, never a dead-end loader.
8221
8273
  */
8222
8274
  readonly externalAuth: boolean;
8223
8275
  class: _angular_core.InputSignal<string | undefined>;
@@ -8277,7 +8329,7 @@ declare class SignInComponent {
8277
8329
  }
8278
8330
 
8279
8331
  declare class BookmarkButtonComponent {
8280
- variant: _angular_core.InputSignal<"default" | "link" | "primary" | "secondary" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | "destructive" | "icon" | "ai" | "none" | null | undefined>;
8332
+ variant: _angular_core.InputSignal<"default" | "icon" | "primary" | "secondary" | "destructive" | "ai" | "outline" | "none" | "link" | "accent" | "tertiary" | "ghost" | "light-accent" | null | undefined>;
8281
8333
  size: _angular_core.InputSignal<"icon" | "xs" | "sm" | "md" | "lg" | null | undefined>;
8282
8334
  readonly article: _angular_core.InputSignal<Partial<Article$1>>;
8283
8335
  private readonly userSettingsStore;
@@ -8667,8 +8719,8 @@ declare class AdvancedSearchComponent {
8667
8719
  }>;
8668
8720
  protected readonly queryParamsStore: {
8669
8721
  name?: _angular_core.Signal<string | undefined> | undefined;
8670
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
8671
8722
  text?: _angular_core.Signal<string | undefined> | undefined;
8723
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
8672
8724
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
8673
8725
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
8674
8726
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -8722,8 +8774,8 @@ declare class AdvancedSearchComponent {
8722
8774
  getQuery: () => _sinequa_atomic.Query;
8723
8775
  } & _ngrx_signals.StateSource<{
8724
8776
  name?: string | undefined;
8725
- action?: "" | "search" | "open" | "aggregate" | undefined;
8726
8777
  text?: string | undefined;
8778
+ action?: "" | "search" | "open" | "aggregate" | undefined;
8727
8779
  select?: _sinequa_atomic.Select[] | undefined;
8728
8780
  open?: _sinequa_atomic.Open[] | undefined;
8729
8781
  page?: number | undefined;
@@ -9128,8 +9180,8 @@ declare class DrawerPreviewComponent extends DrawerComponent {
9128
9180
  }>;
9129
9181
  queryParamsStore: {
9130
9182
  name?: _angular_core.Signal<string | undefined> | undefined;
9131
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9132
9183
  text?: _angular_core.Signal<string | undefined> | undefined;
9184
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9133
9185
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
9134
9186
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
9135
9187
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -9183,8 +9235,8 @@ declare class DrawerPreviewComponent extends DrawerComponent {
9183
9235
  getQuery: () => _sinequa_atomic.Query;
9184
9236
  } & _ngrx_signals.StateSource<{
9185
9237
  name?: string | undefined;
9186
- action?: "" | "search" | "open" | "aggregate" | undefined;
9187
9238
  text?: string | undefined;
9239
+ action?: "" | "search" | "open" | "aggregate" | undefined;
9188
9240
  select?: _sinequa_atomic.Select[] | undefined;
9189
9241
  open?: _sinequa_atomic.Open[] | undefined;
9190
9242
  page?: number | undefined;
@@ -9326,8 +9378,8 @@ declare class ExportDialog implements DialogInterface {
9326
9378
  readonly exportService: ExportService;
9327
9379
  readonly queryParamsStore: {
9328
9380
  name?: _angular_core.Signal<string | undefined> | undefined;
9329
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9330
9381
  text?: _angular_core.Signal<string | undefined> | undefined;
9382
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9331
9383
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
9332
9384
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
9333
9385
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -9381,8 +9433,8 @@ declare class ExportDialog implements DialogInterface {
9381
9433
  getQuery: () => _sinequa_atomic.Query;
9382
9434
  } & _ngrx_signals.StateSource<{
9383
9435
  name?: string | undefined;
9384
- action?: "" | "search" | "open" | "aggregate" | undefined;
9385
9436
  text?: string | undefined;
9437
+ action?: "" | "search" | "open" | "aggregate" | undefined;
9386
9438
  select?: _sinequa_atomic.Select[] | undefined;
9387
9439
  open?: _sinequa_atomic.Open[] | undefined;
9388
9440
  page?: number | undefined;
@@ -9760,13 +9812,13 @@ declare class SearchFeedbackComponent {
9760
9812
  onClose: _angular_core.OutputEmitterRef<void>;
9761
9813
  readonly feedbackDialog: _angular_core.Signal<FeedbackDialogComponent | undefined>;
9762
9814
  pages: _angular_core.InputSignal<any>;
9763
- variant: _angular_core.InputSignal<"default" | "link" | "primary" | "secondary" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | "destructive" | "icon" | "ai" | "none" | null | undefined>;
9815
+ variant: _angular_core.InputSignal<"default" | "icon" | "primary" | "secondary" | "destructive" | "ai" | "outline" | "none" | "link" | "accent" | "tertiary" | "ghost" | "light-accent" | null | undefined>;
9764
9816
  solid: _angular_core.InputSignal<boolean | null | undefined>;
9765
9817
  readonly auditService: AuditService;
9766
9818
  protected readonly queryParamsStore: {
9767
9819
  name?: _angular_core.Signal<string | undefined> | undefined;
9768
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9769
9820
  text?: _angular_core.Signal<string | undefined> | undefined;
9821
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9770
9822
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
9771
9823
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
9772
9824
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -9820,8 +9872,8 @@ declare class SearchFeedbackComponent {
9820
9872
  getQuery: () => _sinequa_atomic.Query;
9821
9873
  } & _ngrx_signals.StateSource<{
9822
9874
  name?: string | undefined;
9823
- action?: "" | "search" | "open" | "aggregate" | undefined;
9824
9875
  text?: string | undefined;
9876
+ action?: "" | "search" | "open" | "aggregate" | undefined;
9825
9877
  select?: _sinequa_atomic.Select[] | undefined;
9826
9878
  open?: _sinequa_atomic.Open[] | undefined;
9827
9879
  page?: number | undefined;
@@ -9894,8 +9946,8 @@ declare class AggregationTreeComponent {
9894
9946
  }>;
9895
9947
  readonly queryParamsStore: {
9896
9948
  name?: _angular_core.Signal<string | undefined> | undefined;
9897
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9898
9949
  text?: _angular_core.Signal<string | undefined> | undefined;
9950
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
9899
9951
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
9900
9952
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
9901
9953
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -9949,8 +10001,8 @@ declare class AggregationTreeComponent {
9949
10001
  getQuery: () => _sinequa_atomic.Query;
9950
10002
  } & _ngrx_signals.StateSource<{
9951
10003
  name?: string | undefined;
9952
- action?: "" | "search" | "open" | "aggregate" | undefined;
9953
10004
  text?: string | undefined;
10005
+ action?: "" | "search" | "open" | "aggregate" | undefined;
9954
10006
  select?: _sinequa_atomic.Select[] | undefined;
9955
10007
  open?: _sinequa_atomic.Open[] | undefined;
9956
10008
  page?: number | undefined;
@@ -10379,8 +10431,8 @@ declare class AggregationListComponent {
10379
10431
  }>;
10380
10432
  readonly queryParamsStore: {
10381
10433
  name?: _angular_core.Signal<string | undefined> | undefined;
10382
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
10383
10434
  text?: _angular_core.Signal<string | undefined> | undefined;
10435
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
10384
10436
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
10385
10437
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
10386
10438
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -10434,8 +10486,8 @@ declare class AggregationListComponent {
10434
10486
  getQuery: () => _sinequa_atomic.Query;
10435
10487
  } & _ngrx_signals.StateSource<{
10436
10488
  name?: string | undefined;
10437
- action?: "" | "search" | "open" | "aggregate" | undefined;
10438
10489
  text?: string | undefined;
10490
+ action?: "" | "search" | "open" | "aggregate" | undefined;
10439
10491
  select?: _sinequa_atomic.Select[] | undefined;
10440
10492
  open?: _sinequa_atomic.Open[] | undefined;
10441
10493
  page?: number | undefined;
@@ -11297,7 +11349,7 @@ declare class FilterButtonComponent {
11297
11349
  position: _angular_core.InputSignal<Placement>;
11298
11350
  offset: _angular_core.InputSignal<number>;
11299
11351
  expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
11300
- protected variant: _angular_core.WritableSignal<"default" | "link" | "primary" | "secondary" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | "destructive" | "icon" | "ai" | "none" | null | undefined>;
11352
+ protected variant: _angular_core.WritableSignal<"default" | "icon" | "primary" | "secondary" | "destructive" | "ai" | "outline" | "none" | "link" | "accent" | "tertiary" | "ghost" | "light-accent" | null | undefined>;
11301
11353
  protected filter: _angular_core.WritableSignal<CFilterEx>;
11302
11354
  popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
11303
11355
  protected nativeElement: any;
@@ -11312,8 +11364,8 @@ declare class FilterButtonComponent {
11312
11364
  }>;
11313
11365
  protected queryParamsStore: {
11314
11366
  name?: _angular_core.Signal<string | undefined> | undefined;
11315
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
11316
11367
  text?: _angular_core.Signal<string | undefined> | undefined;
11368
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
11317
11369
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
11318
11370
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
11319
11371
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -11367,8 +11419,8 @@ declare class FilterButtonComponent {
11367
11419
  getQuery: () => _sinequa_atomic.Query;
11368
11420
  } & _ngrx_signals.StateSource<{
11369
11421
  name?: string | undefined;
11370
- action?: "" | "search" | "open" | "aggregate" | undefined;
11371
11422
  text?: string | undefined;
11423
+ action?: "" | "search" | "open" | "aggregate" | undefined;
11372
11424
  select?: _sinequa_atomic.Select[] | undefined;
11373
11425
  open?: _sinequa_atomic.Open[] | undefined;
11374
11426
  page?: number | undefined;
@@ -12036,8 +12088,8 @@ declare class MoreButtonComponent {
12036
12088
  }>;
12037
12089
  queryParamsStore: {
12038
12090
  name?: _angular_core.Signal<string | undefined> | undefined;
12039
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
12040
12091
  text?: _angular_core.Signal<string | undefined> | undefined;
12092
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
12041
12093
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
12042
12094
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
12043
12095
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -12091,8 +12143,8 @@ declare class MoreButtonComponent {
12091
12143
  getQuery: () => _sinequa_atomic.Query;
12092
12144
  } & _ngrx_signals.StateSource<{
12093
12145
  name?: string | undefined;
12094
- action?: "" | "search" | "open" | "aggregate" | undefined;
12095
12146
  text?: string | undefined;
12147
+ action?: "" | "search" | "open" | "aggregate" | undefined;
12096
12148
  select?: _sinequa_atomic.Select[] | undefined;
12097
12149
  open?: _sinequa_atomic.Open[] | undefined;
12098
12150
  page?: number | undefined;
@@ -12526,8 +12578,8 @@ declare class FiltersBarComponent {
12526
12578
  }>;
12527
12579
  protected queryParamsStore: {
12528
12580
  name?: _angular_core.Signal<string | undefined> | undefined;
12529
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
12530
12581
  text?: _angular_core.Signal<string | undefined> | undefined;
12582
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
12531
12583
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
12532
12584
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
12533
12585
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -12581,8 +12633,8 @@ declare class FiltersBarComponent {
12581
12633
  getQuery: () => _sinequa_atomic.Query;
12582
12634
  } & _ngrx_signals.StateSource<{
12583
12635
  name?: string | undefined;
12584
- action?: "" | "search" | "open" | "aggregate" | undefined;
12585
12636
  text?: string | undefined;
12637
+ action?: "" | "search" | "open" | "aggregate" | undefined;
12586
12638
  select?: _sinequa_atomic.Select[] | undefined;
12587
12639
  open?: _sinequa_atomic.Open[] | undefined;
12588
12640
  page?: number | undefined;
@@ -13027,8 +13079,8 @@ declare class MoreComponent {
13027
13079
  }>;
13028
13080
  queryParamsStore: {
13029
13081
  name?: _angular_core.Signal<string | undefined> | undefined;
13030
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
13031
13082
  text?: _angular_core.Signal<string | undefined> | undefined;
13083
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
13032
13084
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
13033
13085
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
13034
13086
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -13082,8 +13134,8 @@ declare class MoreComponent {
13082
13134
  getQuery: () => _sinequa_atomic.Query;
13083
13135
  } & _ngrx_signals.StateSource<{
13084
13136
  name?: string | undefined;
13085
- action?: "" | "search" | "open" | "aggregate" | undefined;
13086
13137
  text?: string | undefined;
13138
+ action?: "" | "search" | "open" | "aggregate" | undefined;
13087
13139
  select?: _sinequa_atomic.Select[] | undefined;
13088
13140
  open?: _sinequa_atomic.Open[] | undefined;
13089
13141
  page?: number | undefined;
@@ -13721,8 +13773,8 @@ declare class SavedSearchDialog implements DialogInterface {
13721
13773
  private readonly savedSearchesService;
13722
13774
  protected readonly queryParamsStore: {
13723
13775
  name?: _angular_core.Signal<string | undefined> | undefined;
13724
- action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
13725
13776
  text?: _angular_core.Signal<string | undefined> | undefined;
13777
+ action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
13726
13778
  select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
13727
13779
  open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
13728
13780
  page?: _angular_core.Signal<number | undefined> | undefined;
@@ -13776,8 +13828,8 @@ declare class SavedSearchDialog implements DialogInterface {
13776
13828
  getQuery: () => _sinequa_atomic.Query;
13777
13829
  } & _ngrx_signals.StateSource<{
13778
13830
  name?: string | undefined;
13779
- action?: "" | "search" | "open" | "aggregate" | undefined;
13780
13831
  text?: string | undefined;
13832
+ action?: "" | "search" | "open" | "aggregate" | undefined;
13781
13833
  select?: _sinequa_atomic.Select[] | undefined;
13782
13834
  open?: _sinequa_atomic.Open[] | undefined;
13783
13835
  page?: number | undefined;
@@ -13925,7 +13977,7 @@ declare class UserProfileFormComponent {
13925
13977
  param9: _angular_core.Signal<string>;
13926
13978
  param10: _angular_core.Signal<string>;
13927
13979
  userOverrideActive: _angular_core.Signal<boolean>;
13928
- state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
13980
+ state: _angular_core.Signal<"error" | "loading" | "loaded" | "initial">;
13929
13981
  allowUserOverride: _angular_core.Signal<boolean>;
13930
13982
  isOverridingUser: _angular_core.Signal<boolean>;
13931
13983
  initials: _angular_core.Signal<string>;
@@ -14439,8 +14491,12 @@ declare const authInterceptorFn: HttpInterceptorFn;
14439
14491
  declare const bodyInterceptorFn: (request: HttpRequest<unknown>, next: HttpHandlerFn) => rxjs.Observable<_angular_common_http.HttpEvent<unknown>>;
14440
14492
 
14441
14493
  /**
14442
- * Interceptor function that handles HTTP 401 errors by refreshing authentication
14443
- * and retrying the original request. For 403 errors, logs out the user.
14494
+ * Interceptor function that handles HTTP 401 errors by refreshing authentication and retrying the
14495
+ * original request once. For 403 errors, the error is propagated as a permanent auth failure.
14496
+ *
14497
+ * The retry happens ONLY when `signIn()` reports the user is authenticated, and AT MOST once per
14498
+ * request. Without these two guards a persistent 401 (credentials required, or an endpoint that
14499
+ * keeps rejecting even after a successful CSRF handshake) would retry endlessly.
14444
14500
  *
14445
14501
  * @param request - The HTTP request object.
14446
14502
  * @param next - The HTTP handler function.
@@ -14922,5 +14978,5 @@ type AppFeatures = {
14922
14978
  */
14923
14979
  declare const APP_FEATURES: InjectionToken<AppFeatures>;
14924
14980
 
14925
- 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, SortSelectorComponent, SourceComponent, SourceIconPipe, SponsoredResultsComponent, SyslangPipe, THEMES, TextChunkService, ThemeProviderDirective, ThemeSelectorComponent, ThemeStore, ThemeToggleComponent, TranslocoDateImpurePipe, UserProfileDialog, UserProfileFormComponent, UserProfileService, UserSettingsStore, applyThemeToNativeElement, auditInterceptorFn, authInterceptorFn, bodyInterceptorFn, 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 };
14981
+ 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, 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 };
14926
14982
  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 };