@sinequa/atomic-angular 0.4.22 → 0.4.37
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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import { OnDestroy, ElementRef, DestroyRef,
|
|
2
|
+
import { OnDestroy, ElementRef, DestroyRef, InjectionToken, Type, Injector, Signal, ApplicationRef, EventEmitter, TemplateRef, ChangeDetectorRef, ViewContainerRef, ComponentRef, PipeTransform } from '@angular/core';
|
|
3
3
|
import * as rxjs from 'rxjs';
|
|
4
4
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
5
5
|
import * as _ngrx_signals from '@ngrx/signals';
|
|
@@ -8,7 +8,7 @@ import { Article as Article$1, LegacyFilter, KeyOf, Query, QueryParams as QueryP
|
|
|
8
8
|
import { Router, NavigationEnd, ActivatedRoute, CanActivateFn, ResolveFn } from '@angular/router';
|
|
9
9
|
import * as _sinequa_atomic_angular from '@sinequa/atomic-angular';
|
|
10
10
|
import * as _sinequa_ui from '@sinequa/ui';
|
|
11
|
-
import { cn, DialogService, DropdownComponent, SheetService, DateRangePickerDirective,
|
|
11
|
+
import { cn, DialogService, DropdownComponent, SheetService, DateRangePickerDirective, DatepickerDirective, DialogComponent, DialogInterface, DialogEvent, PopoverComponent, PopoverContentComponent, DialogResult, BreakpointObserverService } from '@sinequa/ui';
|
|
12
12
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
13
13
|
import { VariantProps } from 'class-variance-authority';
|
|
14
14
|
import * as _angular_common_http from '@angular/common/http';
|
|
@@ -114,13 +114,13 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
114
114
|
readonly el: ElementRef<any>;
|
|
115
115
|
readonly router: Router;
|
|
116
116
|
readonly queryParamStore: {
|
|
117
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
118
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
117
119
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
118
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
119
120
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
121
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
120
122
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
121
123
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
122
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
123
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
124
124
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
125
125
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
126
126
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -169,13 +169,13 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
169
169
|
}> | null;
|
|
170
170
|
getQuery: () => _sinequa_atomic.Query;
|
|
171
171
|
} & _ngrx_signals.StateSource<{
|
|
172
|
+
page?: number | undefined;
|
|
173
|
+
pageSize?: number | undefined;
|
|
172
174
|
name?: string | undefined;
|
|
173
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
174
175
|
text?: string | undefined;
|
|
176
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
175
177
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
176
178
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
177
|
-
page?: number | undefined;
|
|
178
|
-
pageSize?: number | undefined;
|
|
179
179
|
tab?: string | undefined;
|
|
180
180
|
scope?: string | undefined;
|
|
181
181
|
sort?: string | undefined;
|
|
@@ -250,9 +250,9 @@ declare class MetadataComponent {
|
|
|
250
250
|
event: Event;
|
|
251
251
|
}>;
|
|
252
252
|
class: _angular_core.InputSignal<string | undefined>;
|
|
253
|
-
variant: _angular_core.InputSignal<"error" | "default" | "secondary" | "
|
|
253
|
+
variant: _angular_core.InputSignal<"error" | "default" | "secondary" | "destructive" | "ai" | "accent" | "outline" | "ghost" | "none" | "info" | "success" | "warning" | null | undefined>;
|
|
254
254
|
metadata: _angular_core.InputSignal<KeyOf<Article$1> | (string & Record<never, never>)>;
|
|
255
|
-
article: _angular_core.InputSignal<
|
|
255
|
+
article: _angular_core.InputSignal<(string & Record<never, never>) | Partial<Article$1>>;
|
|
256
256
|
limit: _angular_core.InputSignalWithTransform<number | undefined, string | number | undefined>;
|
|
257
257
|
items: _angular_core.Signal<string[]>;
|
|
258
258
|
handleClick(event: Event, item: LegacyFilter): void;
|
|
@@ -263,13 +263,13 @@ declare class MetadataComponent {
|
|
|
263
263
|
declare class MissingTermsComponent {
|
|
264
264
|
readonly article: _angular_core.InputSignal<Article$1>;
|
|
265
265
|
queryParamsStore: {
|
|
266
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
267
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
266
268
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
267
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
268
269
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
270
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
269
271
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
270
272
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
271
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
272
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
273
273
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
274
274
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
275
275
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -318,13 +318,13 @@ declare class MissingTermsComponent {
|
|
|
318
318
|
}> | null;
|
|
319
319
|
getQuery: () => _sinequa_atomic.Query;
|
|
320
320
|
} & _ngrx_signals.StateSource<{
|
|
321
|
+
page?: number | undefined;
|
|
322
|
+
pageSize?: number | undefined;
|
|
321
323
|
name?: string | undefined;
|
|
322
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
323
324
|
text?: string | undefined;
|
|
325
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
324
326
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
325
327
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
326
|
-
page?: number | undefined;
|
|
327
|
-
pageSize?: number | undefined;
|
|
328
328
|
tab?: string | undefined;
|
|
329
329
|
scope?: string | undefined;
|
|
330
330
|
sort?: string | undefined;
|
|
@@ -361,7 +361,7 @@ declare class MissingTermsComponent {
|
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
declare const multiSelectionToolbarVariants: (props?: ({
|
|
364
|
-
variant?: "
|
|
364
|
+
variant?: "dark" | "light" | "glassy" | null | undefined;
|
|
365
365
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
366
366
|
type MultiSelectionToolbarVariants = VariantProps<typeof multiSelectionToolbarVariants>;
|
|
367
367
|
declare class MultiSelectionToolbarComponent {
|
|
@@ -732,7 +732,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
732
732
|
converters?: _sinequa_atomic_angular.CConverter[];
|
|
733
733
|
} | undefined;
|
|
734
734
|
readonly class: _angular_core.InputSignal<string>;
|
|
735
|
-
readonly variant: _angular_core.InputSignal<"
|
|
735
|
+
readonly variant: _angular_core.InputSignal<"dark" | "light" | "glassy" | null | undefined>;
|
|
736
736
|
readonly updatedCollections: _angular_core.OutputEmitterRef<void>;
|
|
737
737
|
readonly count: _angular_core.Signal<number>;
|
|
738
738
|
readonly variants: _angular_core.Signal<string>;
|
|
@@ -747,79 +747,6 @@ declare class MultiSelectionToolbarComponent {
|
|
|
747
747
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiSelectionToolbarComponent, "MultiSelectionToolbar, multi-selection-toolbar", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, { "updatedCollections": "updatedCollections"; }, never, never, true, never>;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
-
/**
|
|
751
|
-
* Service to manage the state and behavior of a stack of drawers in the application.
|
|
752
|
-
* It provides methods to open, close, and manage drawers, as well as to handle
|
|
753
|
-
* interactions with a chat assistant drawer.
|
|
754
|
-
*
|
|
755
|
-
* @deprecated we do not use it anymore.
|
|
756
|
-
*/
|
|
757
|
-
declare class DrawerStackService {
|
|
758
|
-
readonly isOpened: _angular_core.WritableSignal<boolean>;
|
|
759
|
-
readonly toggleTopDrawerExtension$: EventEmitter<void>;
|
|
760
|
-
readonly forceTopDrawerCollapse$: EventEmitter<void>;
|
|
761
|
-
readonly closeTopDrawer$: EventEmitter<void>;
|
|
762
|
-
readonly closeAllDrawers$: EventEmitter<void>;
|
|
763
|
-
readonly isChatOpened: _angular_core.WritableSignal<boolean>;
|
|
764
|
-
readonly openChatDrawer$: EventEmitter<void>;
|
|
765
|
-
readonly closeChatDrawer$: EventEmitter<void>;
|
|
766
|
-
readonly askAI$: EventEmitter<string>;
|
|
767
|
-
private readonly selection;
|
|
768
|
-
private readonly selectionHistory;
|
|
769
|
-
private readonly selectionStore;
|
|
770
|
-
private readonly navigationService;
|
|
771
|
-
private readonly backdropService;
|
|
772
|
-
private readonly destroyRef;
|
|
773
|
-
componentType?: Type<any>;
|
|
774
|
-
constructor();
|
|
775
|
-
/**
|
|
776
|
-
* Sets current drawer stack status to open
|
|
777
|
-
*/
|
|
778
|
-
open(componentType?: Type<any>): void;
|
|
779
|
-
/**
|
|
780
|
-
* Emits event to extend the top drawer
|
|
781
|
-
*/
|
|
782
|
-
extend(): void;
|
|
783
|
-
/**
|
|
784
|
-
* Emits event to close the top drawer, checks if history is empty, if so,
|
|
785
|
-
* sets current drawer stack status to closed and clears history and current
|
|
786
|
-
* selection
|
|
787
|
-
*/
|
|
788
|
-
close(): void;
|
|
789
|
-
/**
|
|
790
|
-
* Emits event to close the top drawer
|
|
791
|
-
*/
|
|
792
|
-
closeTop(): void;
|
|
793
|
-
/**
|
|
794
|
-
* Sets current drawer stack status to closed, clears history and emits event
|
|
795
|
-
* to close all drawers
|
|
796
|
-
*
|
|
797
|
-
* @param keepDrawerOpen if true, do not trigger layout animation
|
|
798
|
-
*/
|
|
799
|
-
closeAll(keepDrawerOpen?: boolean): void;
|
|
800
|
-
/**
|
|
801
|
-
* Replace the current selection with the given article by closing all
|
|
802
|
-
* drawers and opening the drawer with the new selection without triggering
|
|
803
|
-
* layout animation
|
|
804
|
-
*
|
|
805
|
-
* @param article the article to replace the current selection with
|
|
806
|
-
*/
|
|
807
|
-
replace(article: Article$1 | undefined, withQueryText?: boolean): void;
|
|
808
|
-
/**
|
|
809
|
-
* Stack the given article by setting the current selection and opening the
|
|
810
|
-
* drawer
|
|
811
|
-
*
|
|
812
|
-
* @param article the article to stack
|
|
813
|
-
*/
|
|
814
|
-
stack(article: Article$1 | undefined, withQueryText?: boolean): void;
|
|
815
|
-
toggleAssistant(): void;
|
|
816
|
-
openAssistant(): void;
|
|
817
|
-
closeAssistant(keepDrawerOpen?: boolean): void;
|
|
818
|
-
askAI(text: string): void;
|
|
819
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DrawerStackService, never>;
|
|
820
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<DrawerStackService>;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
750
|
declare namespace Alert {
|
|
824
751
|
enum Frequency {
|
|
825
752
|
Daily = 0,
|
|
@@ -1742,7 +1669,7 @@ declare const PrincipalStore: _angular_core.Type<{
|
|
|
1742
1669
|
param9: _angular_core.Signal<string>;
|
|
1743
1670
|
param10: _angular_core.Signal<string>;
|
|
1744
1671
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
1745
|
-
state: _angular_core.Signal<"error" | "
|
|
1672
|
+
state: _angular_core.Signal<"error" | "loading" | "loaded" | "initial">;
|
|
1746
1673
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
1747
1674
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
1748
1675
|
initials: _angular_core.Signal<string>;
|
|
@@ -1795,13 +1722,13 @@ type QueryParams = {
|
|
|
1795
1722
|
n?: string;
|
|
1796
1723
|
};
|
|
1797
1724
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
1725
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
1726
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1798
1727
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1799
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1800
1728
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1729
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1801
1730
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1802
1731
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
1803
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
1804
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1805
1732
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
1806
1733
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
1807
1734
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -1842,13 +1769,13 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1842
1769
|
}> | null;
|
|
1843
1770
|
getQuery: () => _sinequa_atomic.Query;
|
|
1844
1771
|
} & _ngrx_signals.StateSource<{
|
|
1772
|
+
page?: number | undefined;
|
|
1773
|
+
pageSize?: number | undefined;
|
|
1845
1774
|
name?: string | undefined;
|
|
1846
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1847
1775
|
text?: string | undefined;
|
|
1776
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1848
1777
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1849
1778
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1850
|
-
page?: number | undefined;
|
|
1851
|
-
pageSize?: number | undefined;
|
|
1852
1779
|
tab?: string | undefined;
|
|
1853
1780
|
scope?: string | undefined;
|
|
1854
1781
|
sort?: string | undefined;
|
|
@@ -1875,13 +1802,13 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1875
1802
|
}>>;
|
|
1876
1803
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
1877
1804
|
state: {
|
|
1805
|
+
page?: number | undefined;
|
|
1806
|
+
pageSize?: number | undefined;
|
|
1878
1807
|
name?: string | undefined;
|
|
1879
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1880
1808
|
text?: string | undefined;
|
|
1809
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1881
1810
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1882
1811
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1883
|
-
page?: number | undefined;
|
|
1884
|
-
pageSize?: number | undefined;
|
|
1885
1812
|
tab?: string | undefined;
|
|
1886
1813
|
scope?: string | undefined;
|
|
1887
1814
|
sort?: string | undefined;
|
|
@@ -2092,7 +2019,7 @@ declare const UserSettingsStore: _angular_core.Type<{
|
|
|
2092
2019
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2093
2020
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2094
2021
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2095
|
-
userTheme: _angular_core.Signal<"
|
|
2022
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
2096
2023
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
2097
2024
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
2098
2025
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -2613,13 +2540,13 @@ declare class AggregationsService {
|
|
|
2613
2540
|
aggregations: Aggregation[];
|
|
2614
2541
|
}>;
|
|
2615
2542
|
queryParamsStore: {
|
|
2543
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
2544
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2616
2545
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2617
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2618
2546
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2547
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2619
2548
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2620
2549
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
2621
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
2622
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2623
2550
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
2624
2551
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
2625
2552
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -2668,13 +2595,13 @@ declare class AggregationsService {
|
|
|
2668
2595
|
}> | null;
|
|
2669
2596
|
getQuery: () => Query;
|
|
2670
2597
|
} & _ngrx_signals.StateSource<{
|
|
2598
|
+
page?: number | undefined;
|
|
2599
|
+
pageSize?: number | undefined;
|
|
2671
2600
|
name?: string | undefined;
|
|
2672
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2673
2601
|
text?: string | undefined;
|
|
2602
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2674
2603
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2675
2604
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2676
|
-
page?: number | undefined;
|
|
2677
|
-
pageSize?: number | undefined;
|
|
2678
2605
|
tab?: string | undefined;
|
|
2679
2606
|
scope?: string | undefined;
|
|
2680
2607
|
sort?: string | undefined;
|
|
@@ -2796,7 +2723,7 @@ declare class ApplicationService {
|
|
|
2796
2723
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2797
2724
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2798
2725
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2799
|
-
userTheme: _angular_core.Signal<"
|
|
2726
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
2800
2727
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
2801
2728
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
2802
2729
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -2864,7 +2791,7 @@ declare class ApplicationService {
|
|
|
2864
2791
|
param9: _angular_core.Signal<string>;
|
|
2865
2792
|
param10: _angular_core.Signal<string>;
|
|
2866
2793
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
2867
|
-
state: _angular_core.Signal<"error" | "
|
|
2794
|
+
state: _angular_core.Signal<"error" | "loading" | "loaded" | "initial">;
|
|
2868
2795
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
2869
2796
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
2870
2797
|
initials: _angular_core.Signal<string>;
|
|
@@ -3630,7 +3557,7 @@ declare class AutocompleteService {
|
|
|
3630
3557
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
3631
3558
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3632
3559
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
3633
|
-
userTheme: _angular_core.Signal<"
|
|
3560
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
3634
3561
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
3635
3562
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
3636
3563
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -4234,7 +4161,7 @@ declare function withFetch<T>(callback: () => Promise<T>, injector?: any): Promi
|
|
|
4234
4161
|
declare const PREVIEW_CONFIG: InjectionToken<{
|
|
4235
4162
|
allowWorker: boolean;
|
|
4236
4163
|
}>;
|
|
4237
|
-
type PreviewEvents = "idle" | "fetching" | "fetched" | "error" | "scrollTo";
|
|
4164
|
+
type PreviewEvents = "idle" | "loading" | "loaded" | "fetching" | "fetched" | "error" | "scrollTo";
|
|
4238
4165
|
declare class PreviewService {
|
|
4239
4166
|
protected destroyRef: DestroyRef;
|
|
4240
4167
|
protected readonly http: HttpClient;
|
|
@@ -4276,13 +4203,13 @@ declare class PreviewService {
|
|
|
4276
4203
|
multiSelection: Article$1[];
|
|
4277
4204
|
}>;
|
|
4278
4205
|
protected readonly queryParamsStore: {
|
|
4206
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4207
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4279
4208
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4280
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4281
4209
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4210
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4282
4211
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4283
4212
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4284
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4285
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4286
4213
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4287
4214
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4288
4215
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -4331,13 +4258,13 @@ declare class PreviewService {
|
|
|
4331
4258
|
}> | null;
|
|
4332
4259
|
getQuery: () => Query;
|
|
4333
4260
|
} & _ngrx_signals.StateSource<{
|
|
4261
|
+
page?: number | undefined;
|
|
4262
|
+
pageSize?: number | undefined;
|
|
4334
4263
|
name?: string | undefined;
|
|
4335
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4336
4264
|
text?: string | undefined;
|
|
4265
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4337
4266
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4338
4267
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4339
|
-
page?: number | undefined;
|
|
4340
|
-
pageSize?: number | undefined;
|
|
4341
4268
|
tab?: string | undefined;
|
|
4342
4269
|
scope?: string | undefined;
|
|
4343
4270
|
sort?: string | undefined;
|
|
@@ -4674,7 +4601,7 @@ declare class PreviewService {
|
|
|
4674
4601
|
worker: InlineWorker | undefined;
|
|
4675
4602
|
allowWorker: boolean;
|
|
4676
4603
|
highlights: _sinequa_atomic_angular.PreviewHighlight[];
|
|
4677
|
-
|
|
4604
|
+
previewData: PreviewData | undefined;
|
|
4678
4605
|
protected iframe: Window | null | undefined;
|
|
4679
4606
|
passageOffset: _angular_core.WritableSignal<{
|
|
4680
4607
|
id: string;
|
|
@@ -4853,7 +4780,7 @@ declare class SavedSearchesService {
|
|
|
4853
4780
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
4854
4781
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4855
4782
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4856
|
-
userTheme: _angular_core.Signal<"
|
|
4783
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
4857
4784
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
4858
4785
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
4859
4786
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -4895,13 +4822,13 @@ declare class SavedSearchesService {
|
|
|
4895
4822
|
userTheme: "dark" | "light" | "system";
|
|
4896
4823
|
}>;
|
|
4897
4824
|
protected readonly queryParamsStore: {
|
|
4825
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4826
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4898
4827
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4899
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4900
4828
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4829
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4901
4830
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4902
4831
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4903
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4904
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4905
4832
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4906
4833
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4907
4834
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -4950,13 +4877,13 @@ declare class SavedSearchesService {
|
|
|
4950
4877
|
}> | null;
|
|
4951
4878
|
getQuery: () => _sinequa_atomic.Query;
|
|
4952
4879
|
} & _ngrx_signals.StateSource<{
|
|
4880
|
+
page?: number | undefined;
|
|
4881
|
+
pageSize?: number | undefined;
|
|
4953
4882
|
name?: string | undefined;
|
|
4954
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4955
4883
|
text?: string | undefined;
|
|
4884
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4956
4885
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4957
4886
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4958
|
-
page?: number | undefined;
|
|
4959
|
-
pageSize?: number | undefined;
|
|
4960
4887
|
tab?: string | undefined;
|
|
4961
4888
|
scope?: string | undefined;
|
|
4962
4889
|
sort?: string | undefined;
|
|
@@ -5036,13 +4963,13 @@ declare class SearchService {
|
|
|
5036
4963
|
result: Result;
|
|
5037
4964
|
audit?: AuditEvents;
|
|
5038
4965
|
protected readonly queryParamsStore: {
|
|
4966
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4967
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5039
4968
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5040
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5041
4969
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4970
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5042
4971
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5043
4972
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5044
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5045
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5046
4973
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5047
4974
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5048
4975
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -5091,13 +5018,13 @@ declare class SearchService {
|
|
|
5091
5018
|
}> | null;
|
|
5092
5019
|
getQuery: () => Query;
|
|
5093
5020
|
} & _ngrx_signals.StateSource<{
|
|
5021
|
+
page?: number | undefined;
|
|
5022
|
+
pageSize?: number | undefined;
|
|
5094
5023
|
name?: string | undefined;
|
|
5095
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5096
5024
|
text?: string | undefined;
|
|
5025
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5097
5026
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5098
5027
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5099
|
-
page?: number | undefined;
|
|
5100
|
-
pageSize?: number | undefined;
|
|
5101
5028
|
tab?: string | undefined;
|
|
5102
5029
|
scope?: string | undefined;
|
|
5103
5030
|
sort?: string | undefined;
|
|
@@ -5131,7 +5058,7 @@ declare class SearchService {
|
|
|
5131
5058
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
5132
5059
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5133
5060
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5134
|
-
userTheme: _angular_core.Signal<"
|
|
5061
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
5135
5062
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
5136
5063
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: AuditEvents) => Promise<void>;
|
|
5137
5064
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -5223,13 +5150,13 @@ declare class SelectionService {
|
|
|
5223
5150
|
private readonly location;
|
|
5224
5151
|
private readonly selectionStore;
|
|
5225
5152
|
queryParamsStore: {
|
|
5153
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5154
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5226
5155
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5227
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5228
5156
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5157
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5229
5158
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5230
5159
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5231
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5232
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5233
5160
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5234
5161
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5235
5162
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -5278,13 +5205,13 @@ declare class SelectionService {
|
|
|
5278
5205
|
}> | null;
|
|
5279
5206
|
getQuery: () => _sinequa_atomic.Query;
|
|
5280
5207
|
} & _ngrx_signals.StateSource<{
|
|
5208
|
+
page?: number | undefined;
|
|
5209
|
+
pageSize?: number | undefined;
|
|
5281
5210
|
name?: string | undefined;
|
|
5282
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5283
5211
|
text?: string | undefined;
|
|
5212
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5284
5213
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5285
5214
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5286
|
-
page?: number | undefined;
|
|
5287
|
-
pageSize?: number | undefined;
|
|
5288
5215
|
tab?: string | undefined;
|
|
5289
5216
|
scope?: string | undefined;
|
|
5290
5217
|
sort?: string | undefined;
|
|
@@ -5427,7 +5354,7 @@ declare class UserProfileService {
|
|
|
5427
5354
|
* @param id - The ID of the user.
|
|
5428
5355
|
* @returns An Observable that emits an the UserProfile object.
|
|
5429
5356
|
*/
|
|
5430
|
-
getUserProfile(
|
|
5357
|
+
getUserProfile(userId: Signal<string | undefined>): _angular_common_http.HttpResourceRef<UserProfile | undefined>;
|
|
5431
5358
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UserProfileService, never>;
|
|
5432
5359
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<UserProfileService>;
|
|
5433
5360
|
}
|
|
@@ -5446,16 +5373,14 @@ declare class NavbarTabsComponent {
|
|
|
5446
5373
|
class: _angular_core.InputSignal<string | undefined>;
|
|
5447
5374
|
readonly router: Router;
|
|
5448
5375
|
readonly route: ActivatedRoute;
|
|
5449
|
-
readonly drawerStack: DrawerStackService;
|
|
5450
|
-
readonly drawerOpened: _angular_core.Signal<boolean>;
|
|
5451
5376
|
readonly queryParamsStore: {
|
|
5377
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5378
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5452
5379
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5453
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5454
5380
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5381
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5455
5382
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5456
5383
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5457
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5458
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5459
5384
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5460
5385
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5461
5386
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -5504,13 +5429,13 @@ declare class NavbarTabsComponent {
|
|
|
5504
5429
|
}> | null;
|
|
5505
5430
|
getQuery: () => _sinequa_atomic.Query;
|
|
5506
5431
|
} & _ngrx_signals.StateSource<{
|
|
5432
|
+
page?: number | undefined;
|
|
5433
|
+
pageSize?: number | undefined;
|
|
5507
5434
|
name?: string | undefined;
|
|
5508
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5509
5435
|
text?: string | undefined;
|
|
5436
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5510
5437
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5511
5438
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5512
|
-
page?: number | undefined;
|
|
5513
|
-
pageSize?: number | undefined;
|
|
5514
5439
|
tab?: string | undefined;
|
|
5515
5440
|
scope?: string | undefined;
|
|
5516
5441
|
sort?: string | undefined;
|
|
@@ -5544,6 +5469,8 @@ declare class NavbarTabsComponent {
|
|
|
5544
5469
|
* This works only if tabSearch is enabled in the administration panel.
|
|
5545
5470
|
*/
|
|
5546
5471
|
showCount: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
5472
|
+
noTruncate: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
5473
|
+
minTabWidth: _angular_core.InputSignal<string | undefined>;
|
|
5547
5474
|
/**
|
|
5548
5475
|
* The base path for the search routes.
|
|
5549
5476
|
* This value is provided as an input property and defaults to "search".
|
|
@@ -5560,7 +5487,7 @@ declare class NavbarTabsComponent {
|
|
|
5560
5487
|
readonly moreTabs: _angular_core.Signal<NavbarTab[]>;
|
|
5561
5488
|
protected changeTab(): void;
|
|
5562
5489
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarTabsComponent, never>;
|
|
5563
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarTabsComponent, "navbar-tabs", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "showCount": { "alias": "showCount"; "required": false; "isSignal": true; }; "path": { "alias": "path"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
5490
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarTabsComponent, "navbar-tabs", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "showCount": { "alias": "showCount"; "required": false; "isSignal": true; }; "noTruncate": { "alias": "noTruncate"; "required": false; "isSignal": true; }; "minTabWidth": { "alias": "minTabWidth"; "required": false; "isSignal": true; }; "path": { "alias": "path"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
5564
5491
|
}
|
|
5565
5492
|
|
|
5566
5493
|
declare class NoResultComponent {
|
|
@@ -5992,7 +5919,7 @@ declare class ShowBookmarkDirective {
|
|
|
5992
5919
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
5993
5920
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5994
5921
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5995
|
-
userTheme: _angular_core.Signal<"
|
|
5922
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
5996
5923
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
5997
5924
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
5998
5925
|
bookmark: (article: Article$1, queryName?: string) => Promise<void>;
|
|
@@ -6296,7 +6223,6 @@ declare class OverflowManagerDirective {
|
|
|
6296
6223
|
/**
|
|
6297
6224
|
* Counts the number of items that can fit before the stop element.
|
|
6298
6225
|
* Emits the count if it has changed.
|
|
6299
|
-
* Debounces the count to avoid multiple updates.
|
|
6300
6226
|
*/
|
|
6301
6227
|
countItems(): void;
|
|
6302
6228
|
/**
|
|
@@ -6657,13 +6583,13 @@ declare class SponsoredResultsComponent {
|
|
|
6657
6583
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
6658
6584
|
}>;
|
|
6659
6585
|
queryParamStore: {
|
|
6586
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6587
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6660
6588
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6661
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6662
6589
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6590
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6663
6591
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6664
6592
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6665
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6666
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6667
6593
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6668
6594
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6669
6595
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -6712,13 +6638,13 @@ declare class SponsoredResultsComponent {
|
|
|
6712
6638
|
}> | null;
|
|
6713
6639
|
getQuery: () => _sinequa_atomic.Query;
|
|
6714
6640
|
} & _ngrx_signals.StateSource<{
|
|
6641
|
+
page?: number | undefined;
|
|
6642
|
+
pageSize?: number | undefined;
|
|
6715
6643
|
name?: string | undefined;
|
|
6716
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6717
6644
|
text?: string | undefined;
|
|
6645
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6718
6646
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6719
6647
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6720
|
-
page?: number | undefined;
|
|
6721
|
-
pageSize?: number | undefined;
|
|
6722
6648
|
tab?: string | undefined;
|
|
6723
6649
|
scope?: string | undefined;
|
|
6724
6650
|
sort?: string | undefined;
|
|
@@ -6916,6 +6842,59 @@ declare class AdvancedFiltersComponent {
|
|
|
6916
6842
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AdvancedFiltersComponent, "advanced-filters", never, {}, {}, never, never, true, never>;
|
|
6917
6843
|
}
|
|
6918
6844
|
|
|
6845
|
+
declare class AggregationDateCustomRangeComponent {
|
|
6846
|
+
private readonly el;
|
|
6847
|
+
readonly lang: _angular_core.InputSignal<string>;
|
|
6848
|
+
readonly min: _angular_core.InputSignal<string | undefined>;
|
|
6849
|
+
readonly max: _angular_core.InputSignal<string | undefined>;
|
|
6850
|
+
readonly datepicker: _angular_core.Signal<DateRangePickerDirective | undefined>;
|
|
6851
|
+
readonly dateSelected: _angular_core.OutputEmitterRef<void>;
|
|
6852
|
+
constructor(destroyRef: DestroyRef);
|
|
6853
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationDateCustomRangeComponent, never>;
|
|
6854
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationDateCustomRangeComponent, "aggregation-date-custom-range", never, { "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; }, { "dateSelected": "dateSelected"; }, never, never, true, never>;
|
|
6855
|
+
}
|
|
6856
|
+
|
|
6857
|
+
declare class AggregationDateDualPickersComponent {
|
|
6858
|
+
private readonly el;
|
|
6859
|
+
readonly lang: _angular_core.InputSignal<string>;
|
|
6860
|
+
readonly min: _angular_core.InputSignal<string | undefined>;
|
|
6861
|
+
readonly max: _angular_core.InputSignal<string | undefined>;
|
|
6862
|
+
readonly datepickerStart: _angular_core.Signal<DatepickerDirective | undefined>;
|
|
6863
|
+
readonly datepickerEnd: _angular_core.Signal<DatepickerDirective | undefined>;
|
|
6864
|
+
readonly dateSelected: _angular_core.OutputEmitterRef<void>;
|
|
6865
|
+
constructor(destroyRef: DestroyRef);
|
|
6866
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationDateDualPickersComponent, never>;
|
|
6867
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationDateDualPickersComponent, "aggregation-date-dual-pickers", never, { "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; }, { "dateSelected": "dateSelected"; }, never, never, true, never>;
|
|
6868
|
+
}
|
|
6869
|
+
|
|
6870
|
+
type DateRange = {
|
|
6871
|
+
from: string | null;
|
|
6872
|
+
to: string | null;
|
|
6873
|
+
};
|
|
6874
|
+
declare class AggregationDateRangeDialogComponent {
|
|
6875
|
+
cn: typeof cn;
|
|
6876
|
+
readonly hasSelection: _angular_core.WritableSignal<boolean>;
|
|
6877
|
+
readonly dialog: _angular_core.Signal<DialogComponent | undefined>;
|
|
6878
|
+
readonly customRange: _angular_core.Signal<AggregationDateCustomRangeComponent | undefined>;
|
|
6879
|
+
readonly dualPickers: _angular_core.Signal<AggregationDateDualPickersComponent | undefined>;
|
|
6880
|
+
readonly min: _angular_core.InputSignal<string | undefined>;
|
|
6881
|
+
readonly max: _angular_core.InputSignal<string | undefined>;
|
|
6882
|
+
readonly lang: _angular_core.InputSignal<string>;
|
|
6883
|
+
/**
|
|
6884
|
+
* Whether to use the date range picker or two separate date pickers for start and end dates.
|
|
6885
|
+
* The date range picker is used when the user can select a range of dates, while the separate date pickers are used when the user can only select a single
|
|
6886
|
+
* date (e.g., for "last week" or "last month" options).
|
|
6887
|
+
*
|
|
6888
|
+
* @defaultValue false
|
|
6889
|
+
*/
|
|
6890
|
+
readonly useDateRange: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
6891
|
+
readonly rangeSelected: _angular_core.OutputEmitterRef<DateRange>;
|
|
6892
|
+
open(): void;
|
|
6893
|
+
confirm(): void;
|
|
6894
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationDateRangeDialogComponent, never>;
|
|
6895
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationDateRangeDialogComponent, "aggregation-date-range-dialog", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "lang": { "alias": "lang"; "required": false; "isSignal": true; }; "useDateRange": { "alias": "useDateRange"; "required": false; "isSignal": true; }; }, { "rangeSelected": "rangeSelected"; }, never, never, true, never>;
|
|
6896
|
+
}
|
|
6897
|
+
|
|
6919
6898
|
type AggregationTitle = {
|
|
6920
6899
|
label: string;
|
|
6921
6900
|
icon?: string;
|
|
@@ -6937,13 +6916,13 @@ declare class AggregationListComponent {
|
|
|
6937
6916
|
aggregations: Aggregation[];
|
|
6938
6917
|
}>;
|
|
6939
6918
|
queryParamsStore: {
|
|
6919
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6920
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6940
6921
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6941
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6942
6922
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6923
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6943
6924
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6944
6925
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6945
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6946
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6947
6926
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6948
6927
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6949
6928
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -6992,13 +6971,13 @@ declare class AggregationListComponent {
|
|
|
6992
6971
|
}> | null;
|
|
6993
6972
|
getQuery: () => Query;
|
|
6994
6973
|
} & _ngrx_signals.StateSource<{
|
|
6974
|
+
page?: number | undefined;
|
|
6975
|
+
pageSize?: number | undefined;
|
|
6995
6976
|
name?: string | undefined;
|
|
6996
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6997
6977
|
text?: string | undefined;
|
|
6978
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6998
6979
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6999
6980
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7000
|
-
page?: number | undefined;
|
|
7001
|
-
pageSize?: number | undefined;
|
|
7002
6981
|
tab?: string | undefined;
|
|
7003
6982
|
scope?: string | undefined;
|
|
7004
6983
|
sort?: string | undefined;
|
|
@@ -7336,6 +7315,8 @@ declare class AggregationListComponent {
|
|
|
7336
7315
|
name: _angular_core.InputSignal<string | null>;
|
|
7337
7316
|
column: _angular_core.InputSignal<string | null>;
|
|
7338
7317
|
onSelect: _angular_core.OutputEmitterRef<AggregationItem[]>;
|
|
7318
|
+
onApply: _angular_core.OutputEmitterRef<void>;
|
|
7319
|
+
onClear: _angular_core.OutputEmitterRef<void>;
|
|
7339
7320
|
/**
|
|
7340
7321
|
* Determines whether the aggregation component can be collapsed or expanded.
|
|
7341
7322
|
* When true, the component will display collapse/expand controls allowing users
|
|
@@ -7473,12 +7454,12 @@ declare class AggregationListComponent {
|
|
|
7473
7454
|
private selectItems;
|
|
7474
7455
|
onToggle(event: Event): void;
|
|
7475
7456
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationListComponent, never>;
|
|
7476
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationListComponent, "AggregationList, aggregation-list, aggregationlist", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "column": { "alias": "column"; "required": true; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "showFiltersCount": { "alias": "showFiltersCount"; "required": false; "isSignal": true; }; "searchText": { "alias": "searchText"; "required": false; "isSignal": true; }; }, { "onSelect": "onSelect"; "searchText": "searchTextChange"; }, never, ["label"], true, never>;
|
|
7457
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationListComponent, "AggregationList, aggregation-list, aggregationlist", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "column": { "alias": "column"; "required": true; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "showFiltersCount": { "alias": "showFiltersCount"; "required": false; "isSignal": true; }; "searchText": { "alias": "searchText"; "required": false; "isSignal": true; }; }, { "onSelect": "onSelect"; "onApply": "onApply"; "onClear": "onClear"; "searchText": "searchTextChange"; }, never, ["label"], true, never>;
|
|
7477
7458
|
}
|
|
7478
7459
|
|
|
7479
7460
|
declare class AggregationDateComponent extends AggregationListComponent {
|
|
7480
7461
|
private destroyRef;
|
|
7481
|
-
|
|
7462
|
+
dateRangeDialog: _angular_core.Signal<AggregationDateRangeDialogComponent | undefined>;
|
|
7482
7463
|
readonly title: _angular_core.InputSignal<AggregationTitle>;
|
|
7483
7464
|
readonly displayEmptyDistributionIntervals: _angular_core.InputSignal<boolean>;
|
|
7484
7465
|
readonly allowCustomRange: boolean;
|
|
@@ -7494,13 +7475,15 @@ declare class AggregationDateComponent extends AggregationListComponent {
|
|
|
7494
7475
|
protected today: Date;
|
|
7495
7476
|
protected lang: _angular_core.WritableSignal<string>;
|
|
7496
7477
|
protected readonly validSelection: _angular_core.WritableSignal<boolean>;
|
|
7478
|
+
private readonly formValue;
|
|
7479
|
+
protected readonly customRangeLabel: _angular_core.Signal<string | null>;
|
|
7497
7480
|
constructor(destroyRef: DestroyRef);
|
|
7498
7481
|
aggregation: _angular_core.Signal<AggEx | null>;
|
|
7499
7482
|
apply(): void;
|
|
7500
7483
|
clear(notify?: boolean): void;
|
|
7484
|
+
protected onRangeSelected(range: DateRange): void;
|
|
7501
7485
|
private updateForm;
|
|
7502
7486
|
private getFormValueFilter;
|
|
7503
|
-
private onDateChange;
|
|
7504
7487
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationDateComponent, never>;
|
|
7505
7488
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationDateComponent, "aggregation-date, AggregationDate, aggregationdate", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "displayEmptyDistributionIntervals": { "alias": "displayEmptyDistributionIntervals"; "required": false; "isSignal": true; }; }, {}, never, ["label"], true, never>;
|
|
7506
7489
|
}
|
|
@@ -7544,13 +7527,13 @@ declare class AdvancedSearch {
|
|
|
7544
7527
|
multiSelection: Article$1[];
|
|
7545
7528
|
}>;
|
|
7546
7529
|
protected readonly queryParamsStore: {
|
|
7530
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7531
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7547
7532
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7548
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7549
7533
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7534
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7550
7535
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7551
7536
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7552
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7553
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7554
7537
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7555
7538
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7556
7539
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -7599,13 +7582,13 @@ declare class AdvancedSearch {
|
|
|
7599
7582
|
}> | null;
|
|
7600
7583
|
getQuery: () => _sinequa_atomic.Query;
|
|
7601
7584
|
} & _ngrx_signals.StateSource<{
|
|
7585
|
+
page?: number | undefined;
|
|
7586
|
+
pageSize?: number | undefined;
|
|
7602
7587
|
name?: string | undefined;
|
|
7603
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7604
7588
|
text?: string | undefined;
|
|
7589
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7605
7590
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7606
7591
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7607
|
-
page?: number | undefined;
|
|
7608
|
-
pageSize?: number | undefined;
|
|
7609
7592
|
tab?: string | undefined;
|
|
7610
7593
|
scope?: string | undefined;
|
|
7611
7594
|
sort?: string | undefined;
|
|
@@ -8002,13 +7985,13 @@ declare class ArticleLabels {
|
|
|
8002
7985
|
|
|
8003
7986
|
declare class ArticleSimilarDocuments {
|
|
8004
7987
|
protected readonly queryParamsStore: {
|
|
7988
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7989
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8005
7990
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8006
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8007
7991
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7992
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8008
7993
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8009
7994
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8010
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8011
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8012
7995
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8013
7996
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8014
7997
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -8057,13 +8040,13 @@ declare class ArticleSimilarDocuments {
|
|
|
8057
8040
|
}> | null;
|
|
8058
8041
|
getQuery: () => _sinequa_atomic.Query;
|
|
8059
8042
|
} & _ngrx_signals.StateSource<{
|
|
8043
|
+
page?: number | undefined;
|
|
8044
|
+
pageSize?: number | undefined;
|
|
8060
8045
|
name?: string | undefined;
|
|
8061
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8062
8046
|
text?: string | undefined;
|
|
8047
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8063
8048
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8064
8049
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8065
|
-
page?: number | undefined;
|
|
8066
|
-
pageSize?: number | undefined;
|
|
8067
8050
|
tab?: string | undefined;
|
|
8068
8051
|
scope?: string | undefined;
|
|
8069
8052
|
sort?: string | undefined;
|
|
@@ -8418,6 +8401,79 @@ declare class DidYouMeanComponent {
|
|
|
8418
8401
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DidYouMeanComponent, "did-you-mean, DidYouMean, didyoumean", never, { "result": { "alias": "result"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8419
8402
|
}
|
|
8420
8403
|
|
|
8404
|
+
/**
|
|
8405
|
+
* Service to manage the state and behavior of a stack of drawers in the application.
|
|
8406
|
+
* It provides methods to open, close, and manage drawers, as well as to handle
|
|
8407
|
+
* interactions with a chat assistant drawer.
|
|
8408
|
+
*
|
|
8409
|
+
* @deprecated we do not use it anymore.
|
|
8410
|
+
*/
|
|
8411
|
+
declare class DrawerStackService {
|
|
8412
|
+
readonly isOpened: _angular_core.WritableSignal<boolean>;
|
|
8413
|
+
readonly toggleTopDrawerExtension$: EventEmitter<void>;
|
|
8414
|
+
readonly forceTopDrawerCollapse$: EventEmitter<void>;
|
|
8415
|
+
readonly closeTopDrawer$: EventEmitter<void>;
|
|
8416
|
+
readonly closeAllDrawers$: EventEmitter<void>;
|
|
8417
|
+
readonly isChatOpened: _angular_core.WritableSignal<boolean>;
|
|
8418
|
+
readonly openChatDrawer$: EventEmitter<void>;
|
|
8419
|
+
readonly closeChatDrawer$: EventEmitter<void>;
|
|
8420
|
+
readonly askAI$: EventEmitter<string>;
|
|
8421
|
+
private readonly selection;
|
|
8422
|
+
private readonly selectionHistory;
|
|
8423
|
+
private readonly selectionStore;
|
|
8424
|
+
private readonly navigationService;
|
|
8425
|
+
private readonly backdropService;
|
|
8426
|
+
private readonly destroyRef;
|
|
8427
|
+
componentType?: Type<any>;
|
|
8428
|
+
constructor();
|
|
8429
|
+
/**
|
|
8430
|
+
* Sets current drawer stack status to open
|
|
8431
|
+
*/
|
|
8432
|
+
open(componentType?: Type<any>): void;
|
|
8433
|
+
/**
|
|
8434
|
+
* Emits event to extend the top drawer
|
|
8435
|
+
*/
|
|
8436
|
+
extend(): void;
|
|
8437
|
+
/**
|
|
8438
|
+
* Emits event to close the top drawer, checks if history is empty, if so,
|
|
8439
|
+
* sets current drawer stack status to closed and clears history and current
|
|
8440
|
+
* selection
|
|
8441
|
+
*/
|
|
8442
|
+
close(): void;
|
|
8443
|
+
/**
|
|
8444
|
+
* Emits event to close the top drawer
|
|
8445
|
+
*/
|
|
8446
|
+
closeTop(): void;
|
|
8447
|
+
/**
|
|
8448
|
+
* Sets current drawer stack status to closed, clears history and emits event
|
|
8449
|
+
* to close all drawers
|
|
8450
|
+
*
|
|
8451
|
+
* @param keepDrawerOpen if true, do not trigger layout animation
|
|
8452
|
+
*/
|
|
8453
|
+
closeAll(keepDrawerOpen?: boolean): void;
|
|
8454
|
+
/**
|
|
8455
|
+
* Replace the current selection with the given article by closing all
|
|
8456
|
+
* drawers and opening the drawer with the new selection without triggering
|
|
8457
|
+
* layout animation
|
|
8458
|
+
*
|
|
8459
|
+
* @param article the article to replace the current selection with
|
|
8460
|
+
*/
|
|
8461
|
+
replace(article: Article$1 | undefined, withQueryText?: boolean): void;
|
|
8462
|
+
/**
|
|
8463
|
+
* Stack the given article by setting the current selection and opening the
|
|
8464
|
+
* drawer
|
|
8465
|
+
*
|
|
8466
|
+
* @param article the article to stack
|
|
8467
|
+
*/
|
|
8468
|
+
stack(article: Article$1 | undefined, withQueryText?: boolean): void;
|
|
8469
|
+
toggleAssistant(): void;
|
|
8470
|
+
openAssistant(): void;
|
|
8471
|
+
closeAssistant(keepDrawerOpen?: boolean): void;
|
|
8472
|
+
askAI(text: string): void;
|
|
8473
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DrawerStackService, never>;
|
|
8474
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<DrawerStackService>;
|
|
8475
|
+
}
|
|
8476
|
+
|
|
8421
8477
|
/**
|
|
8422
8478
|
* Service to manage the state and behavior of a drawer component.
|
|
8423
8479
|
* It provides methods to open, close, extend, collapse, and toggle
|
|
@@ -8589,13 +8645,13 @@ declare class AdvancedSearchComponent {
|
|
|
8589
8645
|
multiSelection: Article$1[];
|
|
8590
8646
|
}>;
|
|
8591
8647
|
protected readonly queryParamsStore: {
|
|
8648
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8649
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8592
8650
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8593
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8594
8651
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8652
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8595
8653
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8596
8654
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8597
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8598
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8599
8655
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8600
8656
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8601
8657
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -8644,13 +8700,13 @@ declare class AdvancedSearchComponent {
|
|
|
8644
8700
|
}> | null;
|
|
8645
8701
|
getQuery: () => _sinequa_atomic.Query;
|
|
8646
8702
|
} & _ngrx_signals.StateSource<{
|
|
8703
|
+
page?: number | undefined;
|
|
8704
|
+
pageSize?: number | undefined;
|
|
8647
8705
|
name?: string | undefined;
|
|
8648
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8649
8706
|
text?: string | undefined;
|
|
8707
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8650
8708
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8651
8709
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8652
|
-
page?: number | undefined;
|
|
8653
|
-
pageSize?: number | undefined;
|
|
8654
8710
|
tab?: string | undefined;
|
|
8655
8711
|
scope?: string | undefined;
|
|
8656
8712
|
sort?: string | undefined;
|
|
@@ -9039,13 +9095,13 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9039
9095
|
multiSelection: _sinequa_atomic.Article[];
|
|
9040
9096
|
}>;
|
|
9041
9097
|
queryParamsStore: {
|
|
9098
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9099
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9042
9100
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9043
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9044
9101
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9102
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9045
9103
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9046
9104
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9047
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9048
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9049
9105
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9050
9106
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9051
9107
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -9094,13 +9150,13 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9094
9150
|
}> | null;
|
|
9095
9151
|
getQuery: () => _sinequa_atomic.Query;
|
|
9096
9152
|
} & _ngrx_signals.StateSource<{
|
|
9153
|
+
page?: number | undefined;
|
|
9154
|
+
pageSize?: number | undefined;
|
|
9097
9155
|
name?: string | undefined;
|
|
9098
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9099
9156
|
text?: string | undefined;
|
|
9157
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9100
9158
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9101
9159
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9102
|
-
page?: number | undefined;
|
|
9103
|
-
pageSize?: number | undefined;
|
|
9104
9160
|
tab?: string | undefined;
|
|
9105
9161
|
scope?: string | undefined;
|
|
9106
9162
|
sort?: string | undefined;
|
|
@@ -9237,13 +9293,13 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9237
9293
|
private appStore;
|
|
9238
9294
|
readonly exportService: ExportService;
|
|
9239
9295
|
readonly queryParamsStore: {
|
|
9296
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9297
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9240
9298
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9241
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9242
9299
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9300
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9243
9301
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9244
9302
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9245
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9246
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9247
9303
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9248
9304
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9249
9305
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -9292,13 +9348,13 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9292
9348
|
}> | null;
|
|
9293
9349
|
getQuery: () => _sinequa_atomic.Query;
|
|
9294
9350
|
} & _ngrx_signals.StateSource<{
|
|
9351
|
+
page?: number | undefined;
|
|
9352
|
+
pageSize?: number | undefined;
|
|
9295
9353
|
name?: string | undefined;
|
|
9296
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9297
9354
|
text?: string | undefined;
|
|
9355
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9298
9356
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9299
9357
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9300
|
-
page?: number | undefined;
|
|
9301
|
-
pageSize?: number | undefined;
|
|
9302
9358
|
tab?: string | undefined;
|
|
9303
9359
|
scope?: string | undefined;
|
|
9304
9360
|
sort?: string | undefined;
|
|
@@ -9663,13 +9719,13 @@ declare class SearchFeedbackComponent {
|
|
|
9663
9719
|
pages: _angular_core.InputSignal<any>;
|
|
9664
9720
|
readonly auditService: AuditService;
|
|
9665
9721
|
protected readonly queryParamsStore: {
|
|
9722
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9723
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9666
9724
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9667
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9668
9725
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9726
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9669
9727
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9670
9728
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9671
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9672
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9673
9729
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9674
9730
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9675
9731
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -9718,13 +9774,13 @@ declare class SearchFeedbackComponent {
|
|
|
9718
9774
|
}> | null;
|
|
9719
9775
|
getQuery: () => _sinequa_atomic.Query;
|
|
9720
9776
|
} & _ngrx_signals.StateSource<{
|
|
9777
|
+
page?: number | undefined;
|
|
9778
|
+
pageSize?: number | undefined;
|
|
9721
9779
|
name?: string | undefined;
|
|
9722
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9723
9780
|
text?: string | undefined;
|
|
9781
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9724
9782
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9725
9783
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9726
|
-
page?: number | undefined;
|
|
9727
|
-
pageSize?: number | undefined;
|
|
9728
9784
|
tab?: string | undefined;
|
|
9729
9785
|
scope?: string | undefined;
|
|
9730
9786
|
sort?: string | undefined;
|
|
@@ -9778,13 +9834,13 @@ declare class AggregationTreeComponent {
|
|
|
9778
9834
|
aggregations: Aggregation[];
|
|
9779
9835
|
}>;
|
|
9780
9836
|
queryParamsStore: {
|
|
9837
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9838
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9781
9839
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9782
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9783
9840
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9841
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9784
9842
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9785
9843
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9786
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9787
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9788
9844
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9789
9845
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9790
9846
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -9833,13 +9889,13 @@ declare class AggregationTreeComponent {
|
|
|
9833
9889
|
}> | null;
|
|
9834
9890
|
getQuery: () => Query;
|
|
9835
9891
|
} & _ngrx_signals.StateSource<{
|
|
9892
|
+
page?: number | undefined;
|
|
9893
|
+
pageSize?: number | undefined;
|
|
9836
9894
|
name?: string | undefined;
|
|
9837
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9838
9895
|
text?: string | undefined;
|
|
9896
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9839
9897
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9840
9898
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9841
|
-
page?: number | undefined;
|
|
9842
|
-
pageSize?: number | undefined;
|
|
9843
9899
|
tab?: string | undefined;
|
|
9844
9900
|
scope?: string | undefined;
|
|
9845
9901
|
sort?: string | undefined;
|
|
@@ -10178,6 +10234,8 @@ declare class AggregationTreeComponent {
|
|
|
10178
10234
|
column: _angular_core.InputSignal<string | null>;
|
|
10179
10235
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
10180
10236
|
onSelect: _angular_core.OutputEmitterRef<AggregationItem[]>;
|
|
10237
|
+
onApply: _angular_core.OutputEmitterRef<void>;
|
|
10238
|
+
onClear: _angular_core.OutputEmitterRef<void>;
|
|
10181
10239
|
/**
|
|
10182
10240
|
* Determines whether the aggregation component can be collapsed or expanded.
|
|
10183
10241
|
* When true, the component will display collapse/expand controls allowing users
|
|
@@ -10368,7 +10426,7 @@ declare class AggregationTreeComponent {
|
|
|
10368
10426
|
*/
|
|
10369
10427
|
traverse<T extends TreeAggregationNode>(nodes: T[], callback: (lineage: T[], node: T, depth: number) => boolean): boolean;
|
|
10370
10428
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationTreeComponent, never>;
|
|
10371
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationTreeComponent, "AggregationTree, aggregation-tree, aggregationtree", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "column": { "alias": "column"; "required": true; "isSignal": true; }; "expandedLevel": { "alias": "expandedLevel"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "showFiltersCount": { "alias": "showFiltersCount"; "required": false; "isSignal": true; }; "searchText": { "alias": "searchText"; "required": false; "isSignal": true; }; }, { "onSelect": "onSelect"; "searchText": "searchTextChange"; }, never, ["label"], true, never>;
|
|
10429
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationTreeComponent, "AggregationTree, aggregation-tree, aggregationtree", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "column": { "alias": "column"; "required": true; "isSignal": true; }; "expandedLevel": { "alias": "expandedLevel"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "showFiltersCount": { "alias": "showFiltersCount"; "required": false; "isSignal": true; }; "searchText": { "alias": "searchText"; "required": false; "isSignal": true; }; }, { "onSelect": "onSelect"; "onApply": "onApply"; "onClear": "onClear"; "searchText": "searchTextChange"; }, never, ["label"], true, never>;
|
|
10372
10430
|
}
|
|
10373
10431
|
|
|
10374
10432
|
/**
|
|
@@ -10750,6 +10808,8 @@ declare class AggregationComponent {
|
|
|
10750
10808
|
* An output event that emits an array of selected `AggregationItem` objects when the user selects items in the aggregation component. This allows parent components to listen for selection changes and react accordingly, such as applying filters or updating the UI based on the selected items.
|
|
10751
10809
|
*/
|
|
10752
10810
|
onSelect: _angular_core.OutputEmitterRef<AggregationItem[]>;
|
|
10811
|
+
onApply: _angular_core.OutputEmitterRef<void>;
|
|
10812
|
+
onClear: _angular_core.OutputEmitterRef<void>;
|
|
10753
10813
|
/**
|
|
10754
10814
|
* A computed property that retrieves the items to be displayed in the aggregation component. It checks for the presence of date, tree, or list aggregation components and returns their respective items. If none of these components are present, it returns an empty array. This allows the component to dynamically display the appropriate items based on the type of aggregation being rendered.
|
|
10755
10815
|
*
|
|
@@ -10771,13 +10831,13 @@ declare class AggregationComponent {
|
|
|
10771
10831
|
*/
|
|
10772
10832
|
protected isDate(column: string | undefined): boolean;
|
|
10773
10833
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationComponent, never>;
|
|
10774
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationComponent, "Aggregation, aggregation", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "column": { "alias": "column"; "required": true; "isSignal": true; }; "showFiltersCount": { "alias": "showFiltersCount"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "expandedLevel": { "alias": "expandedLevel"; "required": false; "isSignal": true; }; }, { "onSelect": "onSelect"; }, never, never, true, never>;
|
|
10834
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationComponent, "Aggregation, aggregation", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "column": { "alias": "column"; "required": true; "isSignal": true; }; "showFiltersCount": { "alias": "showFiltersCount"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "expandedLevel": { "alias": "expandedLevel"; "required": false; "isSignal": true; }; }, { "onSelect": "onSelect"; "onApply": "onApply"; "onClear": "onClear"; }, never, never, true, never>;
|
|
10775
10835
|
}
|
|
10776
10836
|
|
|
10777
10837
|
declare class AsideFiltersComponent {
|
|
10778
10838
|
cn: typeof cn;
|
|
10779
10839
|
class: _angular_core.InputSignal<string | undefined>;
|
|
10780
|
-
position: _angular_core.InputSignal<"
|
|
10840
|
+
position: _angular_core.InputSignal<"both" | "left" | undefined>;
|
|
10781
10841
|
private readonly appStore;
|
|
10782
10842
|
asideFilters: _angular_core.Signal<Aggregation[]>;
|
|
10783
10843
|
/**
|
|
@@ -10806,7 +10866,7 @@ declare class FilterButtonComponent {
|
|
|
10806
10866
|
position: _angular_core.InputSignal<Placement>;
|
|
10807
10867
|
offset: _angular_core.InputSignal<number>;
|
|
10808
10868
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
10809
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
10869
|
+
protected variant: _angular_core.WritableSignal<"default" | "icon" | "secondary" | "destructive" | "ai" | "primary" | "link" | "accent" | "outline" | "ghost" | "none" | "light-accent" | "tertiary" | null | undefined>;
|
|
10810
10870
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
10811
10871
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
10812
10872
|
protected nativeElement: any;
|
|
@@ -10820,13 +10880,13 @@ declare class FilterButtonComponent {
|
|
|
10820
10880
|
aggregations: _sinequa_atomic.Aggregation[];
|
|
10821
10881
|
}>;
|
|
10822
10882
|
protected queryParamsStore: {
|
|
10883
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
10884
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
10823
10885
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10824
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
10825
10886
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10887
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
10826
10888
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
10827
10889
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
10828
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
10829
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
10830
10890
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
10831
10891
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
10832
10892
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -10875,13 +10935,13 @@ declare class FilterButtonComponent {
|
|
|
10875
10935
|
}> | null;
|
|
10876
10936
|
getQuery: () => _sinequa_atomic.Query;
|
|
10877
10937
|
} & _ngrx_signals.StateSource<{
|
|
10938
|
+
page?: number | undefined;
|
|
10939
|
+
pageSize?: number | undefined;
|
|
10878
10940
|
name?: string | undefined;
|
|
10879
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10880
10941
|
text?: string | undefined;
|
|
10942
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10881
10943
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10882
10944
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
10883
|
-
page?: number | undefined;
|
|
10884
|
-
pageSize?: number | undefined;
|
|
10885
10945
|
tab?: string | undefined;
|
|
10886
10946
|
scope?: string | undefined;
|
|
10887
10947
|
sort?: string | undefined;
|
|
@@ -11522,13 +11582,13 @@ declare class MoreButtonComponent {
|
|
|
11522
11582
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
11523
11583
|
}>;
|
|
11524
11584
|
queryParamsStore: {
|
|
11585
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11586
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11525
11587
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11526
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11527
11588
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11589
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11528
11590
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11529
11591
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11530
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11531
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11532
11592
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11533
11593
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11534
11594
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -11577,13 +11637,13 @@ declare class MoreButtonComponent {
|
|
|
11577
11637
|
}> | null;
|
|
11578
11638
|
getQuery: () => _sinequa_atomic.Query;
|
|
11579
11639
|
} & _ngrx_signals.StateSource<{
|
|
11640
|
+
page?: number | undefined;
|
|
11641
|
+
pageSize?: number | undefined;
|
|
11580
11642
|
name?: string | undefined;
|
|
11581
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11582
11643
|
text?: string | undefined;
|
|
11644
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11583
11645
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11584
11646
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11585
|
-
page?: number | undefined;
|
|
11586
|
-
pageSize?: number | undefined;
|
|
11587
11647
|
tab?: string | undefined;
|
|
11588
11648
|
scope?: string | undefined;
|
|
11589
11649
|
sort?: string | undefined;
|
|
@@ -11991,13 +12051,13 @@ declare class FiltersBarComponent {
|
|
|
11991
12051
|
aggregations: Aggregation[];
|
|
11992
12052
|
}>;
|
|
11993
12053
|
protected queryParamsStore: {
|
|
12054
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12055
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11994
12056
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11995
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11996
12057
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12058
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11997
12059
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11998
12060
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11999
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12000
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12001
12061
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12002
12062
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12003
12063
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -12046,13 +12106,13 @@ declare class FiltersBarComponent {
|
|
|
12046
12106
|
}> | null;
|
|
12047
12107
|
getQuery: () => _sinequa_atomic.Query;
|
|
12048
12108
|
} & _ngrx_signals.StateSource<{
|
|
12109
|
+
page?: number | undefined;
|
|
12110
|
+
pageSize?: number | undefined;
|
|
12049
12111
|
name?: string | undefined;
|
|
12050
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12051
12112
|
text?: string | undefined;
|
|
12113
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12052
12114
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12053
12115
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12054
|
-
page?: number | undefined;
|
|
12055
|
-
pageSize?: number | undefined;
|
|
12056
12116
|
tab?: string | undefined;
|
|
12057
12117
|
scope?: string | undefined;
|
|
12058
12118
|
sort?: string | undefined;
|
|
@@ -12466,13 +12526,13 @@ declare class MoreComponent {
|
|
|
12466
12526
|
aggregations: Aggregation[];
|
|
12467
12527
|
}>;
|
|
12468
12528
|
queryParamsStore: {
|
|
12529
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12530
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12469
12531
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12470
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12471
12532
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12533
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12472
12534
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12473
12535
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12474
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12475
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12476
12536
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12477
12537
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12478
12538
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -12521,13 +12581,13 @@ declare class MoreComponent {
|
|
|
12521
12581
|
}> | null;
|
|
12522
12582
|
getQuery: () => _sinequa_atomic.Query;
|
|
12523
12583
|
} & _ngrx_signals.StateSource<{
|
|
12584
|
+
page?: number | undefined;
|
|
12585
|
+
pageSize?: number | undefined;
|
|
12524
12586
|
name?: string | undefined;
|
|
12525
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12526
12587
|
text?: string | undefined;
|
|
12588
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12527
12589
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12528
12590
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12529
|
-
page?: number | undefined;
|
|
12530
|
-
pageSize?: number | undefined;
|
|
12531
12591
|
tab?: string | undefined;
|
|
12532
12592
|
scope?: string | undefined;
|
|
12533
12593
|
sort?: string | undefined;
|
|
@@ -13084,7 +13144,7 @@ declare class RecentSearchesComponent {
|
|
|
13084
13144
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13085
13145
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13086
13146
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13087
|
-
userTheme: _angular_core.Signal<"
|
|
13147
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13088
13148
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
13089
13149
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
13090
13150
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -13145,13 +13205,13 @@ declare class RecentSearchesComponent {
|
|
|
13145
13205
|
declare class SavedSearchDialog implements DialogInterface {
|
|
13146
13206
|
private readonly savedSearchesService;
|
|
13147
13207
|
protected readonly queryParamsStore: {
|
|
13208
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
13209
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13148
13210
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13149
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13150
13211
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13212
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13151
13213
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13152
13214
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
13153
|
-
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
13154
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13155
13215
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13156
13216
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13157
13217
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -13200,13 +13260,13 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13200
13260
|
}> | null;
|
|
13201
13261
|
getQuery: () => _sinequa_atomic.Query;
|
|
13202
13262
|
} & _ngrx_signals.StateSource<{
|
|
13263
|
+
page?: number | undefined;
|
|
13264
|
+
pageSize?: number | undefined;
|
|
13203
13265
|
name?: string | undefined;
|
|
13204
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13205
13266
|
text?: string | undefined;
|
|
13267
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13206
13268
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13207
13269
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
13208
|
-
page?: number | undefined;
|
|
13209
|
-
pageSize?: number | undefined;
|
|
13210
13270
|
tab?: string | undefined;
|
|
13211
13271
|
scope?: string | undefined;
|
|
13212
13272
|
sort?: string | undefined;
|
|
@@ -13255,7 +13315,7 @@ declare class SavedSearchesComponent {
|
|
|
13255
13315
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13256
13316
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13257
13317
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13258
|
-
userTheme: _angular_core.Signal<"
|
|
13318
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13259
13319
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
13260
13320
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
13261
13321
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -13346,7 +13406,7 @@ declare class UserProfileFormComponent {
|
|
|
13346
13406
|
param9: _angular_core.Signal<string>;
|
|
13347
13407
|
param10: _angular_core.Signal<string>;
|
|
13348
13408
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
13349
|
-
state: _angular_core.Signal<"error" | "
|
|
13409
|
+
state: _angular_core.Signal<"error" | "loading" | "loaded" | "initial">;
|
|
13350
13410
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
13351
13411
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
13352
13412
|
initials: _angular_core.Signal<string>;
|
|
@@ -13390,7 +13450,7 @@ declare class UserProfileFormComponent {
|
|
|
13390
13450
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13391
13451
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13392
13452
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13393
|
-
userTheme: _angular_core.Signal<"
|
|
13453
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13394
13454
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
13395
13455
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
13396
13456
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -13739,7 +13799,7 @@ declare class UserProfileFormComponent {
|
|
|
13739
13799
|
keys: _angular_core.Signal<string[]>;
|
|
13740
13800
|
formKeys: _angular_core.Signal<string[]>;
|
|
13741
13801
|
allowProfilePhoto: _angular_core.Signal<boolean>;
|
|
13742
|
-
readonly initials: _angular_core.Signal<string
|
|
13802
|
+
readonly initials: _angular_core.Signal<string>;
|
|
13743
13803
|
username: _angular_core.Signal<string | null>;
|
|
13744
13804
|
propertyToEdit: _angular_core.WritableSignal<string | undefined>;
|
|
13745
13805
|
value: _angular_core.ModelSignal<string | undefined>;
|
|
@@ -13750,7 +13810,6 @@ declare class UserProfileFormComponent {
|
|
|
13750
13810
|
icon: Type<unknown>;
|
|
13751
13811
|
}[];
|
|
13752
13812
|
changingPassword: _angular_core.WritableSignal<boolean>;
|
|
13753
|
-
principal: _angular_core.Signal<_sinequa_atomic.Principal>;
|
|
13754
13813
|
customData: _angular_core.Signal<string[]>;
|
|
13755
13814
|
readonly allowChangePassword: _angular_core.Signal<boolean | undefined>;
|
|
13756
13815
|
constructor();
|
|
@@ -14318,5 +14377,5 @@ type AppFeatures = {
|
|
|
14318
14377
|
*/
|
|
14319
14378
|
declare const APP_FEATURES: InjectionToken<AppFeatures>;
|
|
14320
14379
|
|
|
14321
|
-
export { AGGREGATIONS_NAMES, AGGREGATIONS_NAMES_PRESET_DEFAULT, APP_FEATURES, AdvancedFiltersComponent, AdvancedSearch, AdvancedSearchComponent, AggregationComponent, AggregationDateComponent, AggregationListComponent, 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, 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, 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 };
|
|
14322
|
-
export type { 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, DocumentOffsets, DocumentPages, DocumentTypeMap, DropdownItem, ExportQueryOptions, Extract, FilterDropdown, KeyboardNavigationOnSelectionHandlers, KeyboardNavigatorOptions, LabelsConfig, MultiSelectionState, MultiSelectionToolbarVariants, PageConfiguration, PreviewEvents, PreviewHighlight, PreviewHighlightName, PreviewHighlights, PrincipalState, SearchItem, SearchOptions, SearchesConfig, SelectionHistoryEvent, SelectionState, SelectionStrategy, SideCJson, SortingChoice, Theme, ThemeBodyHookParameters, ThemeScope, ThemeStoreState, UserSettingsState };
|
|
14380
|
+
export { AGGREGATIONS_NAMES, AGGREGATIONS_NAMES_PRESET_DEFAULT, APP_FEATURES, AdvancedFiltersComponent, AdvancedSearch, AdvancedSearchComponent, AggregationComponent, AggregationDateComponent, AggregationDateRangeDialogComponent, AggregationListComponent, 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, 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, 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 };
|
|
14381
|
+
export type { 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, PageConfiguration, PreviewEvents, PreviewHighlight, PreviewHighlightName, PreviewHighlights, PrincipalState, SearchItem, SearchOptions, SearchesConfig, SelectionHistoryEvent, SelectionState, SelectionStrategy, SideCJson, SortingChoice, Theme, ThemeBodyHookParameters, ThemeScope, ThemeStoreState, UserSettingsState };
|