@sinequa/atomic-angular 0.4.28 → 0.4.45
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,14 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
114
114
|
readonly el: ElementRef<any>;
|
|
115
115
|
readonly router: Router;
|
|
116
116
|
readonly queryParamStore: {
|
|
117
|
-
|
|
118
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
117
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
119
118
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
120
119
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
121
120
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
122
121
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
123
122
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
123
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
124
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
124
125
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
125
126
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
126
127
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -137,7 +138,6 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
137
138
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
138
139
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
139
140
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
140
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
141
141
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
142
142
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
143
143
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -169,13 +169,14 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
169
169
|
}> | null;
|
|
170
170
|
getQuery: () => _sinequa_atomic.Query;
|
|
171
171
|
} & _ngrx_signals.StateSource<{
|
|
172
|
-
|
|
173
|
-
pageSize?: number | undefined;
|
|
172
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
174
173
|
name?: string | undefined;
|
|
175
174
|
text?: string | undefined;
|
|
176
175
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
177
176
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
178
177
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
178
|
+
page?: number | undefined;
|
|
179
|
+
pageSize?: number | undefined;
|
|
179
180
|
tab?: string | undefined;
|
|
180
181
|
scope?: string | undefined;
|
|
181
182
|
sort?: string | undefined;
|
|
@@ -192,7 +193,6 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
192
193
|
relevanceTransforms?: string | undefined;
|
|
193
194
|
removeDuplicates?: boolean | undefined;
|
|
194
195
|
queryId?: string | undefined;
|
|
195
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
196
196
|
orderBy?: string | undefined;
|
|
197
197
|
groupBy?: string | undefined;
|
|
198
198
|
neuralSearch?: boolean | 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<"
|
|
253
|
+
variant: _angular_core.InputSignal<"default" | "secondary" | "accent" | "destructive" | "outline" | "ghost" | "ai" | "none" | "error" | "info" | "success" | "warning" | null | undefined>;
|
|
254
254
|
metadata: _angular_core.InputSignal<KeyOf<Article$1> | (string & Record<never, never>)>;
|
|
255
|
-
article: _angular_core.InputSignal<(string & Record<never, never>)
|
|
255
|
+
article: _angular_core.InputSignal<Partial<Article$1> | (string & Record<never, never>)>;
|
|
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,14 @@ declare class MetadataComponent {
|
|
|
263
263
|
declare class MissingTermsComponent {
|
|
264
264
|
readonly article: _angular_core.InputSignal<Article$1>;
|
|
265
265
|
queryParamsStore: {
|
|
266
|
-
|
|
267
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
266
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
268
267
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
269
268
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
270
269
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
271
270
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
272
271
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
272
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
273
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
273
274
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
274
275
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
275
276
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -286,7 +287,6 @@ declare class MissingTermsComponent {
|
|
|
286
287
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
287
288
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
288
289
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
289
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
290
290
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
291
291
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
292
292
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -318,13 +318,14 @@ declare class MissingTermsComponent {
|
|
|
318
318
|
}> | null;
|
|
319
319
|
getQuery: () => _sinequa_atomic.Query;
|
|
320
320
|
} & _ngrx_signals.StateSource<{
|
|
321
|
-
|
|
322
|
-
pageSize?: number | undefined;
|
|
321
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
323
322
|
name?: string | undefined;
|
|
324
323
|
text?: string | undefined;
|
|
325
324
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
326
325
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
327
326
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
327
|
+
page?: number | undefined;
|
|
328
|
+
pageSize?: number | undefined;
|
|
328
329
|
tab?: string | undefined;
|
|
329
330
|
scope?: string | undefined;
|
|
330
331
|
sort?: string | undefined;
|
|
@@ -341,7 +342,6 @@ declare class MissingTermsComponent {
|
|
|
341
342
|
relevanceTransforms?: string | undefined;
|
|
342
343
|
removeDuplicates?: boolean | undefined;
|
|
343
344
|
queryId?: string | undefined;
|
|
344
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
345
345
|
orderBy?: string | undefined;
|
|
346
346
|
groupBy?: string | undefined;
|
|
347
347
|
neuralSearch?: boolean | undefined;
|
|
@@ -427,10 +427,12 @@ declare class MultiSelectionToolbarComponent {
|
|
|
427
427
|
light?: {
|
|
428
428
|
small?: string;
|
|
429
429
|
large?: string;
|
|
430
|
+
sidebar?: string;
|
|
430
431
|
};
|
|
431
432
|
dark?: {
|
|
432
433
|
small?: string;
|
|
433
434
|
large?: string;
|
|
435
|
+
sidebar?: string;
|
|
434
436
|
};
|
|
435
437
|
};
|
|
436
438
|
features?: {
|
|
@@ -487,10 +489,12 @@ declare class MultiSelectionToolbarComponent {
|
|
|
487
489
|
light?: {
|
|
488
490
|
small?: string;
|
|
489
491
|
large?: string;
|
|
492
|
+
sidebar?: string;
|
|
490
493
|
};
|
|
491
494
|
dark?: {
|
|
492
495
|
small?: string;
|
|
493
496
|
large?: string;
|
|
497
|
+
sidebar?: string;
|
|
494
498
|
};
|
|
495
499
|
};
|
|
496
500
|
features?: {
|
|
@@ -616,10 +620,12 @@ declare class MultiSelectionToolbarComponent {
|
|
|
616
620
|
light?: {
|
|
617
621
|
small?: string;
|
|
618
622
|
large?: string;
|
|
623
|
+
sidebar?: string;
|
|
619
624
|
};
|
|
620
625
|
dark?: {
|
|
621
626
|
small?: string;
|
|
622
627
|
large?: string;
|
|
628
|
+
sidebar?: string;
|
|
623
629
|
};
|
|
624
630
|
};
|
|
625
631
|
features?: {
|
|
@@ -698,10 +704,12 @@ declare class MultiSelectionToolbarComponent {
|
|
|
698
704
|
light?: {
|
|
699
705
|
small?: string;
|
|
700
706
|
large?: string;
|
|
707
|
+
sidebar?: string;
|
|
701
708
|
};
|
|
702
709
|
dark?: {
|
|
703
710
|
small?: string;
|
|
704
711
|
large?: string;
|
|
712
|
+
sidebar?: string;
|
|
705
713
|
};
|
|
706
714
|
};
|
|
707
715
|
features?: {
|
|
@@ -747,79 +755,6 @@ declare class MultiSelectionToolbarComponent {
|
|
|
747
755
|
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
756
|
}
|
|
749
757
|
|
|
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
758
|
declare namespace Alert {
|
|
824
759
|
enum Frequency {
|
|
825
760
|
Daily = 0,
|
|
@@ -867,6 +802,9 @@ type Bookmark = {
|
|
|
867
802
|
parentFolder?: string;
|
|
868
803
|
parentFolderIconClass?: string;
|
|
869
804
|
};
|
|
805
|
+
type AgentUserSettings = {
|
|
806
|
+
isDebugMode: boolean;
|
|
807
|
+
};
|
|
870
808
|
type SearchItem = {
|
|
871
809
|
url: string;
|
|
872
810
|
path: string;
|
|
@@ -891,6 +829,7 @@ type UserSettingsState = {
|
|
|
891
829
|
collapseAssistant?: boolean;
|
|
892
830
|
language?: string;
|
|
893
831
|
userTheme?: 'dark' | 'light' | 'system';
|
|
832
|
+
agents?: AgentUserSettings;
|
|
894
833
|
};
|
|
895
834
|
type SearchesConfig = {
|
|
896
835
|
itemsPerPage?: number;
|
|
@@ -1045,10 +984,12 @@ type CJsonMint = CJson & {
|
|
|
1045
984
|
light?: {
|
|
1046
985
|
small?: string;
|
|
1047
986
|
large?: string;
|
|
987
|
+
sidebar?: string;
|
|
1048
988
|
};
|
|
1049
989
|
dark?: {
|
|
1050
990
|
small?: string;
|
|
1051
991
|
large?: string;
|
|
992
|
+
sidebar?: string;
|
|
1052
993
|
};
|
|
1053
994
|
};
|
|
1054
995
|
features?: CFeatures;
|
|
@@ -1211,10 +1152,12 @@ declare const AppStore: _angular_core.Type<{
|
|
|
1211
1152
|
light?: {
|
|
1212
1153
|
small?: string;
|
|
1213
1154
|
large?: string;
|
|
1155
|
+
sidebar?: string;
|
|
1214
1156
|
};
|
|
1215
1157
|
dark?: {
|
|
1216
1158
|
small?: string;
|
|
1217
1159
|
large?: string;
|
|
1160
|
+
sidebar?: string;
|
|
1218
1161
|
};
|
|
1219
1162
|
};
|
|
1220
1163
|
features?: {
|
|
@@ -1271,10 +1214,12 @@ declare const AppStore: _angular_core.Type<{
|
|
|
1271
1214
|
light?: {
|
|
1272
1215
|
small?: string;
|
|
1273
1216
|
large?: string;
|
|
1217
|
+
sidebar?: string;
|
|
1274
1218
|
};
|
|
1275
1219
|
dark?: {
|
|
1276
1220
|
small?: string;
|
|
1277
1221
|
large?: string;
|
|
1222
|
+
sidebar?: string;
|
|
1278
1223
|
};
|
|
1279
1224
|
};
|
|
1280
1225
|
features?: {
|
|
@@ -1394,10 +1339,12 @@ declare const AppStore: _angular_core.Type<{
|
|
|
1394
1339
|
light?: {
|
|
1395
1340
|
small?: string;
|
|
1396
1341
|
large?: string;
|
|
1342
|
+
sidebar?: string;
|
|
1397
1343
|
};
|
|
1398
1344
|
dark?: {
|
|
1399
1345
|
small?: string;
|
|
1400
1346
|
large?: string;
|
|
1347
|
+
sidebar?: string;
|
|
1401
1348
|
};
|
|
1402
1349
|
};
|
|
1403
1350
|
features?: {
|
|
@@ -1510,10 +1457,12 @@ declare function withAppFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signa
|
|
|
1510
1457
|
light?: {
|
|
1511
1458
|
small?: string;
|
|
1512
1459
|
large?: string;
|
|
1460
|
+
sidebar?: string;
|
|
1513
1461
|
};
|
|
1514
1462
|
dark?: {
|
|
1515
1463
|
small?: string;
|
|
1516
1464
|
large?: string;
|
|
1465
|
+
sidebar?: string;
|
|
1517
1466
|
};
|
|
1518
1467
|
};
|
|
1519
1468
|
features?: {
|
|
@@ -1572,10 +1521,12 @@ declare function withAppFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signa
|
|
|
1572
1521
|
light?: {
|
|
1573
1522
|
small?: string;
|
|
1574
1523
|
large?: string;
|
|
1524
|
+
sidebar?: string;
|
|
1575
1525
|
};
|
|
1576
1526
|
dark?: {
|
|
1577
1527
|
small?: string;
|
|
1578
1528
|
large?: string;
|
|
1529
|
+
sidebar?: string;
|
|
1579
1530
|
};
|
|
1580
1531
|
};
|
|
1581
1532
|
features?: {
|
|
@@ -1742,7 +1693,7 @@ declare const PrincipalStore: _angular_core.Type<{
|
|
|
1742
1693
|
param9: _angular_core.Signal<string>;
|
|
1743
1694
|
param10: _angular_core.Signal<string>;
|
|
1744
1695
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
1745
|
-
state: _angular_core.Signal<"error" | "
|
|
1696
|
+
state: _angular_core.Signal<"error" | "initial" | "loading" | "loaded">;
|
|
1746
1697
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
1747
1698
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
1748
1699
|
initials: _angular_core.Signal<string>;
|
|
@@ -1795,13 +1746,14 @@ type QueryParams = {
|
|
|
1795
1746
|
n?: string;
|
|
1796
1747
|
};
|
|
1797
1748
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
1798
|
-
|
|
1799
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1749
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
1800
1750
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1801
1751
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1802
1752
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1803
1753
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1804
1754
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
1755
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
1756
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1805
1757
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
1806
1758
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
1807
1759
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -1818,7 +1770,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1818
1770
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
1819
1771
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1820
1772
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
1821
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1822
1773
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1823
1774
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1824
1775
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1842,13 +1793,14 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1842
1793
|
}> | null;
|
|
1843
1794
|
getQuery: () => _sinequa_atomic.Query;
|
|
1844
1795
|
} & _ngrx_signals.StateSource<{
|
|
1845
|
-
|
|
1846
|
-
pageSize?: number | undefined;
|
|
1796
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1847
1797
|
name?: string | undefined;
|
|
1848
1798
|
text?: string | undefined;
|
|
1849
1799
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1850
1800
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1851
1801
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1802
|
+
page?: number | undefined;
|
|
1803
|
+
pageSize?: number | undefined;
|
|
1852
1804
|
tab?: string | undefined;
|
|
1853
1805
|
scope?: string | undefined;
|
|
1854
1806
|
sort?: string | undefined;
|
|
@@ -1865,7 +1817,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1865
1817
|
relevanceTransforms?: string | undefined;
|
|
1866
1818
|
removeDuplicates?: boolean | undefined;
|
|
1867
1819
|
queryId?: string | undefined;
|
|
1868
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1869
1820
|
orderBy?: string | undefined;
|
|
1870
1821
|
groupBy?: string | undefined;
|
|
1871
1822
|
neuralSearch?: boolean | undefined;
|
|
@@ -1875,13 +1826,14 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1875
1826
|
}>>;
|
|
1876
1827
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
1877
1828
|
state: {
|
|
1878
|
-
|
|
1879
|
-
pageSize?: number | undefined;
|
|
1829
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1880
1830
|
name?: string | undefined;
|
|
1881
1831
|
text?: string | undefined;
|
|
1882
1832
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1883
1833
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1884
1834
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1835
|
+
page?: number | undefined;
|
|
1836
|
+
pageSize?: number | undefined;
|
|
1885
1837
|
tab?: string | undefined;
|
|
1886
1838
|
scope?: string | undefined;
|
|
1887
1839
|
sort?: string | undefined;
|
|
@@ -1898,7 +1850,6 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
1898
1850
|
relevanceTransforms?: string | undefined;
|
|
1899
1851
|
removeDuplicates?: boolean | undefined;
|
|
1900
1852
|
queryId?: string | undefined;
|
|
1901
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1902
1853
|
orderBy?: string | undefined;
|
|
1903
1854
|
groupBy?: string | undefined;
|
|
1904
1855
|
neuralSearch?: boolean | undefined;
|
|
@@ -2093,6 +2044,8 @@ declare const UserSettingsStore: _angular_core.Type<{
|
|
|
2093
2044
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2094
2045
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2095
2046
|
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
2047
|
+
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2048
|
+
isDebugMode: _angular_core.Signal<boolean>;
|
|
2096
2049
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
2097
2050
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
2098
2051
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -2120,6 +2073,7 @@ declare const UserSettingsStore: _angular_core.Type<{
|
|
|
2120
2073
|
createAlert: (alert: _sinequa_atomic_angular.Alert) => Promise<void>;
|
|
2121
2074
|
updateAlert: (alert: _sinequa_atomic_angular.Alert, index: number) => Promise<void>;
|
|
2122
2075
|
updateAlerts: (alerts: _sinequa_atomic_angular.Alert[]) => Promise<void>;
|
|
2076
|
+
setDebugMode: (value: boolean) => Promise<void>;
|
|
2123
2077
|
setUserTheme: (userTheme: "dark" | "light" | "system") => Promise<void>;
|
|
2124
2078
|
toggleDarkMode: () => Promise<void>;
|
|
2125
2079
|
} & _ngrx_signals.StateSource<{
|
|
@@ -2132,6 +2086,7 @@ declare const UserSettingsStore: _angular_core.Type<{
|
|
|
2132
2086
|
collapseAssistant?: boolean | undefined;
|
|
2133
2087
|
language?: string | undefined;
|
|
2134
2088
|
userTheme: "dark" | "light" | "system";
|
|
2089
|
+
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
2135
2090
|
}>>;
|
|
2136
2091
|
|
|
2137
2092
|
declare function withAlertsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
@@ -2223,6 +2178,7 @@ declare function withUserSettingsFeatures(): _ngrx_signals.SignalStoreFeature<_n
|
|
|
2223
2178
|
collapseAssistant?: boolean | undefined;
|
|
2224
2179
|
language?: string | undefined;
|
|
2225
2180
|
userTheme?: "dark" | "light" | "system" | undefined;
|
|
2181
|
+
agents?: _sinequa_atomic_angular.AgentUserSettings | undefined;
|
|
2226
2182
|
};
|
|
2227
2183
|
props: {};
|
|
2228
2184
|
methods: {
|
|
@@ -2363,10 +2319,12 @@ declare class AggregationsService {
|
|
|
2363
2319
|
light?: {
|
|
2364
2320
|
small?: string;
|
|
2365
2321
|
large?: string;
|
|
2322
|
+
sidebar?: string;
|
|
2366
2323
|
};
|
|
2367
2324
|
dark?: {
|
|
2368
2325
|
small?: string;
|
|
2369
2326
|
large?: string;
|
|
2327
|
+
sidebar?: string;
|
|
2370
2328
|
};
|
|
2371
2329
|
};
|
|
2372
2330
|
features?: {
|
|
@@ -2423,10 +2381,12 @@ declare class AggregationsService {
|
|
|
2423
2381
|
light?: {
|
|
2424
2382
|
small?: string;
|
|
2425
2383
|
large?: string;
|
|
2384
|
+
sidebar?: string;
|
|
2426
2385
|
};
|
|
2427
2386
|
dark?: {
|
|
2428
2387
|
small?: string;
|
|
2429
2388
|
large?: string;
|
|
2389
|
+
sidebar?: string;
|
|
2430
2390
|
};
|
|
2431
2391
|
};
|
|
2432
2392
|
features?: {
|
|
@@ -2552,10 +2512,12 @@ declare class AggregationsService {
|
|
|
2552
2512
|
light?: {
|
|
2553
2513
|
small?: string;
|
|
2554
2514
|
large?: string;
|
|
2515
|
+
sidebar?: string;
|
|
2555
2516
|
};
|
|
2556
2517
|
dark?: {
|
|
2557
2518
|
small?: string;
|
|
2558
2519
|
large?: string;
|
|
2520
|
+
sidebar?: string;
|
|
2559
2521
|
};
|
|
2560
2522
|
};
|
|
2561
2523
|
features?: {
|
|
@@ -2613,13 +2575,14 @@ declare class AggregationsService {
|
|
|
2613
2575
|
aggregations: Aggregation[];
|
|
2614
2576
|
}>;
|
|
2615
2577
|
queryParamsStore: {
|
|
2616
|
-
|
|
2617
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2578
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
2618
2579
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2619
2580
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2620
2581
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2621
2582
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2622
2583
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
2584
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
2585
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2623
2586
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
2624
2587
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
2625
2588
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -2636,7 +2599,6 @@ declare class AggregationsService {
|
|
|
2636
2599
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
2637
2600
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2638
2601
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
2639
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2640
2602
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2641
2603
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2642
2604
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2668,13 +2630,14 @@ declare class AggregationsService {
|
|
|
2668
2630
|
}> | null;
|
|
2669
2631
|
getQuery: () => Query;
|
|
2670
2632
|
} & _ngrx_signals.StateSource<{
|
|
2671
|
-
|
|
2672
|
-
pageSize?: number | undefined;
|
|
2633
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2673
2634
|
name?: string | undefined;
|
|
2674
2635
|
text?: string | undefined;
|
|
2675
2636
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2676
2637
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2677
2638
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2639
|
+
page?: number | undefined;
|
|
2640
|
+
pageSize?: number | undefined;
|
|
2678
2641
|
tab?: string | undefined;
|
|
2679
2642
|
scope?: string | undefined;
|
|
2680
2643
|
sort?: string | undefined;
|
|
@@ -2691,7 +2654,6 @@ declare class AggregationsService {
|
|
|
2691
2654
|
relevanceTransforms?: string | undefined;
|
|
2692
2655
|
removeDuplicates?: boolean | undefined;
|
|
2693
2656
|
queryId?: string | undefined;
|
|
2694
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2695
2657
|
orderBy?: string | undefined;
|
|
2696
2658
|
groupBy?: string | undefined;
|
|
2697
2659
|
neuralSearch?: boolean | undefined;
|
|
@@ -2797,6 +2759,8 @@ declare class ApplicationService {
|
|
|
2797
2759
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2798
2760
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2799
2761
|
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
2762
|
+
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2763
|
+
isDebugMode: _angular_core.Signal<boolean>;
|
|
2800
2764
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
2801
2765
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
2802
2766
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -2824,6 +2788,7 @@ declare class ApplicationService {
|
|
|
2824
2788
|
createAlert: (alert: _sinequa_atomic_angular.Alert) => Promise<void>;
|
|
2825
2789
|
updateAlert: (alert: _sinequa_atomic_angular.Alert, index: number) => Promise<void>;
|
|
2826
2790
|
updateAlerts: (alerts: _sinequa_atomic_angular.Alert[]) => Promise<void>;
|
|
2791
|
+
setDebugMode: (value: boolean) => Promise<void>;
|
|
2827
2792
|
setUserTheme: (userTheme: "dark" | "light" | "system") => Promise<void>;
|
|
2828
2793
|
toggleDarkMode: () => Promise<void>;
|
|
2829
2794
|
} & _ngrx_signals.StateSource<{
|
|
@@ -2836,6 +2801,7 @@ declare class ApplicationService {
|
|
|
2836
2801
|
collapseAssistant?: boolean | undefined;
|
|
2837
2802
|
language?: string | undefined;
|
|
2838
2803
|
userTheme: "dark" | "light" | "system";
|
|
2804
|
+
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
2839
2805
|
}>;
|
|
2840
2806
|
principalStore: {
|
|
2841
2807
|
id: _angular_core.Signal<string>;
|
|
@@ -2864,7 +2830,7 @@ declare class ApplicationService {
|
|
|
2864
2830
|
param9: _angular_core.Signal<string>;
|
|
2865
2831
|
param10: _angular_core.Signal<string>;
|
|
2866
2832
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
2867
|
-
state: _angular_core.Signal<"error" | "
|
|
2833
|
+
state: _angular_core.Signal<"error" | "initial" | "loading" | "loaded">;
|
|
2868
2834
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
2869
2835
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
2870
2836
|
initials: _angular_core.Signal<string>;
|
|
@@ -2960,10 +2926,12 @@ declare class ApplicationService {
|
|
|
2960
2926
|
light?: {
|
|
2961
2927
|
small?: string;
|
|
2962
2928
|
large?: string;
|
|
2929
|
+
sidebar?: string;
|
|
2963
2930
|
};
|
|
2964
2931
|
dark?: {
|
|
2965
2932
|
small?: string;
|
|
2966
2933
|
large?: string;
|
|
2934
|
+
sidebar?: string;
|
|
2967
2935
|
};
|
|
2968
2936
|
};
|
|
2969
2937
|
features?: {
|
|
@@ -3020,10 +2988,12 @@ declare class ApplicationService {
|
|
|
3020
2988
|
light?: {
|
|
3021
2989
|
small?: string;
|
|
3022
2990
|
large?: string;
|
|
2991
|
+
sidebar?: string;
|
|
3023
2992
|
};
|
|
3024
2993
|
dark?: {
|
|
3025
2994
|
small?: string;
|
|
3026
2995
|
large?: string;
|
|
2996
|
+
sidebar?: string;
|
|
3027
2997
|
};
|
|
3028
2998
|
};
|
|
3029
2999
|
features?: {
|
|
@@ -3149,10 +3119,12 @@ declare class ApplicationService {
|
|
|
3149
3119
|
light?: {
|
|
3150
3120
|
small?: string;
|
|
3151
3121
|
large?: string;
|
|
3122
|
+
sidebar?: string;
|
|
3152
3123
|
};
|
|
3153
3124
|
dark?: {
|
|
3154
3125
|
small?: string;
|
|
3155
3126
|
large?: string;
|
|
3127
|
+
sidebar?: string;
|
|
3156
3128
|
};
|
|
3157
3129
|
};
|
|
3158
3130
|
features?: {
|
|
@@ -3342,10 +3314,12 @@ declare class AuditService {
|
|
|
3342
3314
|
light?: {
|
|
3343
3315
|
small?: string;
|
|
3344
3316
|
large?: string;
|
|
3317
|
+
sidebar?: string;
|
|
3345
3318
|
};
|
|
3346
3319
|
dark?: {
|
|
3347
3320
|
small?: string;
|
|
3348
3321
|
large?: string;
|
|
3322
|
+
sidebar?: string;
|
|
3349
3323
|
};
|
|
3350
3324
|
};
|
|
3351
3325
|
features?: {
|
|
@@ -3373,7 +3347,9 @@ declare class AuditService {
|
|
|
3373
3347
|
};
|
|
3374
3348
|
previewMultiConversion?: boolean;
|
|
3375
3349
|
};
|
|
3376
|
-
converters
|
|
3350
|
+
converters? /**
|
|
3351
|
+
* Notify route change
|
|
3352
|
+
*/: _sinequa_atomic_angular.CConverter[];
|
|
3377
3353
|
};
|
|
3378
3354
|
documentsUploadSettings?: {
|
|
3379
3355
|
enabled?: boolean;
|
|
@@ -3402,10 +3378,12 @@ declare class AuditService {
|
|
|
3402
3378
|
light?: {
|
|
3403
3379
|
small?: string;
|
|
3404
3380
|
large?: string;
|
|
3381
|
+
sidebar?: string;
|
|
3405
3382
|
};
|
|
3406
3383
|
dark?: {
|
|
3407
3384
|
small?: string;
|
|
3408
3385
|
large?: string;
|
|
3386
|
+
sidebar?: string;
|
|
3409
3387
|
};
|
|
3410
3388
|
};
|
|
3411
3389
|
features?: {
|
|
@@ -3531,10 +3509,12 @@ declare class AuditService {
|
|
|
3531
3509
|
light?: {
|
|
3532
3510
|
small?: string;
|
|
3533
3511
|
large?: string;
|
|
3512
|
+
sidebar?: string;
|
|
3534
3513
|
};
|
|
3535
3514
|
dark?: {
|
|
3536
3515
|
small?: string;
|
|
3537
3516
|
large?: string;
|
|
3517
|
+
sidebar?: string;
|
|
3538
3518
|
};
|
|
3539
3519
|
};
|
|
3540
3520
|
features?: {
|
|
@@ -3562,7 +3542,9 @@ declare class AuditService {
|
|
|
3562
3542
|
};
|
|
3563
3543
|
previewMultiConversion?: boolean;
|
|
3564
3544
|
};
|
|
3565
|
-
converters
|
|
3545
|
+
converters? /**
|
|
3546
|
+
* Notify route change
|
|
3547
|
+
*/: _sinequa_atomic_angular.CConverter[];
|
|
3566
3548
|
};
|
|
3567
3549
|
documentsUploadSettings?: {
|
|
3568
3550
|
enabled?: boolean;
|
|
@@ -3631,6 +3613,8 @@ declare class AutocompleteService {
|
|
|
3631
3613
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3632
3614
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
3633
3615
|
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
3616
|
+
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
3617
|
+
isDebugMode: _angular_core.Signal<boolean>;
|
|
3634
3618
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
3635
3619
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
3636
3620
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -3658,6 +3642,7 @@ declare class AutocompleteService {
|
|
|
3658
3642
|
createAlert: (alert: _sinequa_atomic_angular.Alert) => Promise<void>;
|
|
3659
3643
|
updateAlert: (alert: _sinequa_atomic_angular.Alert, index: number) => Promise<void>;
|
|
3660
3644
|
updateAlerts: (alerts: _sinequa_atomic_angular.Alert[]) => Promise<void>;
|
|
3645
|
+
setDebugMode: (value: boolean) => Promise<void>;
|
|
3661
3646
|
setUserTheme: (userTheme: "dark" | "light" | "system") => Promise<void>;
|
|
3662
3647
|
toggleDarkMode: () => Promise<void>;
|
|
3663
3648
|
} & _ngrx_signals.StateSource<{
|
|
@@ -3670,6 +3655,7 @@ declare class AutocompleteService {
|
|
|
3670
3655
|
collapseAssistant?: boolean | undefined;
|
|
3671
3656
|
language?: string | undefined;
|
|
3672
3657
|
userTheme: "dark" | "light" | "system";
|
|
3658
|
+
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
3673
3659
|
}>;
|
|
3674
3660
|
appStore: {
|
|
3675
3661
|
name: _angular_core.Signal<string>;
|
|
@@ -3732,10 +3718,12 @@ declare class AutocompleteService {
|
|
|
3732
3718
|
light?: {
|
|
3733
3719
|
small?: string;
|
|
3734
3720
|
large?: string;
|
|
3721
|
+
sidebar?: string;
|
|
3735
3722
|
};
|
|
3736
3723
|
dark?: {
|
|
3737
3724
|
small?: string;
|
|
3738
3725
|
large?: string;
|
|
3726
|
+
sidebar?: string;
|
|
3739
3727
|
};
|
|
3740
3728
|
};
|
|
3741
3729
|
features?: {
|
|
@@ -3792,10 +3780,12 @@ declare class AutocompleteService {
|
|
|
3792
3780
|
light?: {
|
|
3793
3781
|
small?: string;
|
|
3794
3782
|
large?: string;
|
|
3783
|
+
sidebar?: string;
|
|
3795
3784
|
};
|
|
3796
3785
|
dark?: {
|
|
3797
3786
|
small?: string;
|
|
3798
3787
|
large?: string;
|
|
3788
|
+
sidebar?: string;
|
|
3799
3789
|
};
|
|
3800
3790
|
};
|
|
3801
3791
|
features?: {
|
|
@@ -3921,10 +3911,12 @@ declare class AutocompleteService {
|
|
|
3921
3911
|
light?: {
|
|
3922
3912
|
small?: string;
|
|
3923
3913
|
large?: string;
|
|
3914
|
+
sidebar?: string;
|
|
3924
3915
|
};
|
|
3925
3916
|
dark?: {
|
|
3926
3917
|
small?: string;
|
|
3927
3918
|
large?: string;
|
|
3919
|
+
sidebar?: string;
|
|
3928
3920
|
};
|
|
3929
3921
|
};
|
|
3930
3922
|
features?: {
|
|
@@ -4234,7 +4226,7 @@ declare function withFetch<T>(callback: () => Promise<T>, injector?: any): Promi
|
|
|
4234
4226
|
declare const PREVIEW_CONFIG: InjectionToken<{
|
|
4235
4227
|
allowWorker: boolean;
|
|
4236
4228
|
}>;
|
|
4237
|
-
type PreviewEvents = "idle" | "fetching" | "fetched" | "error" | "scrollTo";
|
|
4229
|
+
type PreviewEvents = "idle" | "loading" | "loaded" | "fetching" | "fetched" | "error" | "scrollTo";
|
|
4238
4230
|
declare class PreviewService {
|
|
4239
4231
|
protected destroyRef: DestroyRef;
|
|
4240
4232
|
protected readonly http: HttpClient;
|
|
@@ -4276,13 +4268,14 @@ declare class PreviewService {
|
|
|
4276
4268
|
multiSelection: Article$1[];
|
|
4277
4269
|
}>;
|
|
4278
4270
|
protected readonly queryParamsStore: {
|
|
4279
|
-
|
|
4280
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4271
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
4281
4272
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4282
4273
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4283
4274
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4284
4275
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4285
4276
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4277
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4278
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4286
4279
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4287
4280
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4288
4281
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -4299,7 +4292,6 @@ declare class PreviewService {
|
|
|
4299
4292
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4300
4293
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4301
4294
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4302
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4303
4295
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4304
4296
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4305
4297
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4331,13 +4323,14 @@ declare class PreviewService {
|
|
|
4331
4323
|
}> | null;
|
|
4332
4324
|
getQuery: () => Query;
|
|
4333
4325
|
} & _ngrx_signals.StateSource<{
|
|
4334
|
-
|
|
4335
|
-
pageSize?: number | undefined;
|
|
4326
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4336
4327
|
name?: string | undefined;
|
|
4337
4328
|
text?: string | undefined;
|
|
4338
4329
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4339
4330
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4340
4331
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4332
|
+
page?: number | undefined;
|
|
4333
|
+
pageSize?: number | undefined;
|
|
4341
4334
|
tab?: string | undefined;
|
|
4342
4335
|
scope?: string | undefined;
|
|
4343
4336
|
sort?: string | undefined;
|
|
@@ -4354,7 +4347,6 @@ declare class PreviewService {
|
|
|
4354
4347
|
relevanceTransforms?: string | undefined;
|
|
4355
4348
|
removeDuplicates?: boolean | undefined;
|
|
4356
4349
|
queryId?: string | undefined;
|
|
4357
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4358
4350
|
orderBy?: string | undefined;
|
|
4359
4351
|
groupBy?: string | undefined;
|
|
4360
4352
|
neuralSearch?: boolean | undefined;
|
|
@@ -4423,10 +4415,12 @@ declare class PreviewService {
|
|
|
4423
4415
|
light?: {
|
|
4424
4416
|
small?: string;
|
|
4425
4417
|
large?: string;
|
|
4418
|
+
sidebar?: string;
|
|
4426
4419
|
};
|
|
4427
4420
|
dark?: {
|
|
4428
4421
|
small?: string;
|
|
4429
4422
|
large?: string;
|
|
4423
|
+
sidebar?: string;
|
|
4430
4424
|
};
|
|
4431
4425
|
};
|
|
4432
4426
|
features?: {
|
|
@@ -4483,10 +4477,12 @@ declare class PreviewService {
|
|
|
4483
4477
|
light?: {
|
|
4484
4478
|
small?: string;
|
|
4485
4479
|
large?: string;
|
|
4480
|
+
sidebar?: string;
|
|
4486
4481
|
};
|
|
4487
4482
|
dark?: {
|
|
4488
4483
|
small?: string;
|
|
4489
4484
|
large?: string;
|
|
4485
|
+
sidebar?: string;
|
|
4490
4486
|
};
|
|
4491
4487
|
};
|
|
4492
4488
|
features?: {
|
|
@@ -4612,10 +4608,12 @@ declare class PreviewService {
|
|
|
4612
4608
|
light?: {
|
|
4613
4609
|
small?: string;
|
|
4614
4610
|
large?: string;
|
|
4611
|
+
sidebar?: string;
|
|
4615
4612
|
};
|
|
4616
4613
|
dark?: {
|
|
4617
4614
|
small?: string;
|
|
4618
4615
|
large?: string;
|
|
4616
|
+
sidebar?: string;
|
|
4619
4617
|
};
|
|
4620
4618
|
};
|
|
4621
4619
|
features?: {
|
|
@@ -4674,7 +4672,7 @@ declare class PreviewService {
|
|
|
4674
4672
|
worker: InlineWorker | undefined;
|
|
4675
4673
|
allowWorker: boolean;
|
|
4676
4674
|
highlights: _sinequa_atomic_angular.PreviewHighlight[];
|
|
4677
|
-
|
|
4675
|
+
previewData: PreviewData | undefined;
|
|
4678
4676
|
protected iframe: Window | null | undefined;
|
|
4679
4677
|
passageOffset: _angular_core.WritableSignal<{
|
|
4680
4678
|
id: string;
|
|
@@ -4854,6 +4852,8 @@ declare class SavedSearchesService {
|
|
|
4854
4852
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4855
4853
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4856
4854
|
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
4855
|
+
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
4856
|
+
isDebugMode: _angular_core.Signal<boolean>;
|
|
4857
4857
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
4858
4858
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
4859
4859
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -4881,6 +4881,7 @@ declare class SavedSearchesService {
|
|
|
4881
4881
|
createAlert: (alert: _sinequa_atomic_angular.Alert) => Promise<void>;
|
|
4882
4882
|
updateAlert: (alert: _sinequa_atomic_angular.Alert, index: number) => Promise<void>;
|
|
4883
4883
|
updateAlerts: (alerts: _sinequa_atomic_angular.Alert[]) => Promise<void>;
|
|
4884
|
+
setDebugMode: (value: boolean) => Promise<void>;
|
|
4884
4885
|
setUserTheme: (userTheme: "dark" | "light" | "system") => Promise<void>;
|
|
4885
4886
|
toggleDarkMode: () => Promise<void>;
|
|
4886
4887
|
} & _ngrx_signals.StateSource<{
|
|
@@ -4893,15 +4894,17 @@ declare class SavedSearchesService {
|
|
|
4893
4894
|
collapseAssistant?: boolean | undefined;
|
|
4894
4895
|
language?: string | undefined;
|
|
4895
4896
|
userTheme: "dark" | "light" | "system";
|
|
4897
|
+
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
4896
4898
|
}>;
|
|
4897
4899
|
protected readonly queryParamsStore: {
|
|
4898
|
-
|
|
4899
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4900
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
4900
4901
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4901
4902
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4902
4903
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4903
4904
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4904
4905
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4906
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4907
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4905
4908
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4906
4909
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4907
4910
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -4918,7 +4921,6 @@ declare class SavedSearchesService {
|
|
|
4918
4921
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4919
4922
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4920
4923
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4921
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4922
4924
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4923
4925
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4924
4926
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4950,13 +4952,14 @@ declare class SavedSearchesService {
|
|
|
4950
4952
|
}> | null;
|
|
4951
4953
|
getQuery: () => _sinequa_atomic.Query;
|
|
4952
4954
|
} & _ngrx_signals.StateSource<{
|
|
4953
|
-
|
|
4954
|
-
pageSize?: number | undefined;
|
|
4955
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4955
4956
|
name?: string | undefined;
|
|
4956
4957
|
text?: string | undefined;
|
|
4957
4958
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4958
4959
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4959
4960
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4961
|
+
page?: number | undefined;
|
|
4962
|
+
pageSize?: number | undefined;
|
|
4960
4963
|
tab?: string | undefined;
|
|
4961
4964
|
scope?: string | undefined;
|
|
4962
4965
|
sort?: string | undefined;
|
|
@@ -4973,7 +4976,6 @@ declare class SavedSearchesService {
|
|
|
4973
4976
|
relevanceTransforms?: string | undefined;
|
|
4974
4977
|
removeDuplicates?: boolean | undefined;
|
|
4975
4978
|
queryId?: string | undefined;
|
|
4976
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4977
4979
|
orderBy?: string | undefined;
|
|
4978
4980
|
groupBy?: string | undefined;
|
|
4979
4981
|
neuralSearch?: boolean | undefined;
|
|
@@ -5036,13 +5038,14 @@ declare class SearchService {
|
|
|
5036
5038
|
result: Result;
|
|
5037
5039
|
audit?: AuditEvents;
|
|
5038
5040
|
protected readonly queryParamsStore: {
|
|
5039
|
-
|
|
5040
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5041
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
5041
5042
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5042
5043
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5043
5044
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5044
5045
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5045
5046
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5047
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5048
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5046
5049
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5047
5050
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5048
5051
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -5059,7 +5062,6 @@ declare class SearchService {
|
|
|
5059
5062
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5060
5063
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5061
5064
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5062
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5063
5065
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5064
5066
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5065
5067
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5091,13 +5093,14 @@ declare class SearchService {
|
|
|
5091
5093
|
}> | null;
|
|
5092
5094
|
getQuery: () => Query;
|
|
5093
5095
|
} & _ngrx_signals.StateSource<{
|
|
5094
|
-
|
|
5095
|
-
pageSize?: number | undefined;
|
|
5096
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5096
5097
|
name?: string | undefined;
|
|
5097
5098
|
text?: string | undefined;
|
|
5098
5099
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5099
5100
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5100
5101
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5102
|
+
page?: number | undefined;
|
|
5103
|
+
pageSize?: number | undefined;
|
|
5101
5104
|
tab?: string | undefined;
|
|
5102
5105
|
scope?: string | undefined;
|
|
5103
5106
|
sort?: string | undefined;
|
|
@@ -5114,7 +5117,6 @@ declare class SearchService {
|
|
|
5114
5117
|
relevanceTransforms?: string | undefined;
|
|
5115
5118
|
removeDuplicates?: boolean | undefined;
|
|
5116
5119
|
queryId?: string | undefined;
|
|
5117
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5118
5120
|
orderBy?: string | undefined;
|
|
5119
5121
|
groupBy?: string | undefined;
|
|
5120
5122
|
neuralSearch?: boolean | undefined;
|
|
@@ -5132,6 +5134,8 @@ declare class SearchService {
|
|
|
5132
5134
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5133
5135
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5134
5136
|
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
5137
|
+
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
5138
|
+
isDebugMode: _angular_core.Signal<boolean>;
|
|
5135
5139
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
5136
5140
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: AuditEvents) => Promise<void>;
|
|
5137
5141
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -5159,6 +5163,7 @@ declare class SearchService {
|
|
|
5159
5163
|
createAlert: (alert: _sinequa_atomic_angular.Alert) => Promise<void>;
|
|
5160
5164
|
updateAlert: (alert: _sinequa_atomic_angular.Alert, index: number) => Promise<void>;
|
|
5161
5165
|
updateAlerts: (alerts: _sinequa_atomic_angular.Alert[]) => Promise<void>;
|
|
5166
|
+
setDebugMode: (value: boolean) => Promise<void>;
|
|
5162
5167
|
setUserTheme: (userTheme: "dark" | "light" | "system") => Promise<void>;
|
|
5163
5168
|
toggleDarkMode: () => Promise<void>;
|
|
5164
5169
|
} & _ngrx_signals.StateSource<{
|
|
@@ -5171,6 +5176,7 @@ declare class SearchService {
|
|
|
5171
5176
|
collapseAssistant?: boolean | undefined;
|
|
5172
5177
|
language?: string | undefined;
|
|
5173
5178
|
userTheme: "dark" | "light" | "system";
|
|
5179
|
+
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
5174
5180
|
}>;
|
|
5175
5181
|
protected readonly injector: Injector;
|
|
5176
5182
|
protected readonly API_URL: string;
|
|
@@ -5223,13 +5229,14 @@ declare class SelectionService {
|
|
|
5223
5229
|
private readonly location;
|
|
5224
5230
|
private readonly selectionStore;
|
|
5225
5231
|
queryParamsStore: {
|
|
5226
|
-
|
|
5227
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5232
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
5228
5233
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5229
5234
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5230
5235
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5231
5236
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5232
5237
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5238
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5239
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5233
5240
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5234
5241
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5235
5242
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -5246,7 +5253,6 @@ declare class SelectionService {
|
|
|
5246
5253
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5247
5254
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5248
5255
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5249
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5250
5256
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5251
5257
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5252
5258
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5278,13 +5284,14 @@ declare class SelectionService {
|
|
|
5278
5284
|
}> | null;
|
|
5279
5285
|
getQuery: () => _sinequa_atomic.Query;
|
|
5280
5286
|
} & _ngrx_signals.StateSource<{
|
|
5281
|
-
|
|
5282
|
-
pageSize?: number | undefined;
|
|
5287
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5283
5288
|
name?: string | undefined;
|
|
5284
5289
|
text?: string | undefined;
|
|
5285
5290
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5286
5291
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5287
5292
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5293
|
+
page?: number | undefined;
|
|
5294
|
+
pageSize?: number | undefined;
|
|
5288
5295
|
tab?: string | undefined;
|
|
5289
5296
|
scope?: string | undefined;
|
|
5290
5297
|
sort?: string | undefined;
|
|
@@ -5301,7 +5308,6 @@ declare class SelectionService {
|
|
|
5301
5308
|
relevanceTransforms?: string | undefined;
|
|
5302
5309
|
removeDuplicates?: boolean | undefined;
|
|
5303
5310
|
queryId?: string | undefined;
|
|
5304
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5305
5311
|
orderBy?: string | undefined;
|
|
5306
5312
|
groupBy?: string | undefined;
|
|
5307
5313
|
neuralSearch?: boolean | undefined;
|
|
@@ -5446,16 +5452,15 @@ declare class NavbarTabsComponent {
|
|
|
5446
5452
|
class: _angular_core.InputSignal<string | undefined>;
|
|
5447
5453
|
readonly router: Router;
|
|
5448
5454
|
readonly route: ActivatedRoute;
|
|
5449
|
-
readonly drawerStack: DrawerStackService;
|
|
5450
|
-
readonly drawerOpened: _angular_core.Signal<boolean>;
|
|
5451
5455
|
readonly queryParamsStore: {
|
|
5452
|
-
|
|
5453
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5456
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
5454
5457
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5455
5458
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5456
5459
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5457
5460
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5458
5461
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5462
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5463
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5459
5464
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5460
5465
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5461
5466
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -5472,7 +5477,6 @@ declare class NavbarTabsComponent {
|
|
|
5472
5477
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5473
5478
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5474
5479
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5475
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5476
5480
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5477
5481
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5478
5482
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5504,13 +5508,14 @@ declare class NavbarTabsComponent {
|
|
|
5504
5508
|
}> | null;
|
|
5505
5509
|
getQuery: () => _sinequa_atomic.Query;
|
|
5506
5510
|
} & _ngrx_signals.StateSource<{
|
|
5507
|
-
|
|
5508
|
-
pageSize?: number | undefined;
|
|
5511
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5509
5512
|
name?: string | undefined;
|
|
5510
5513
|
text?: string | undefined;
|
|
5511
5514
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5512
5515
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5513
5516
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5517
|
+
page?: number | undefined;
|
|
5518
|
+
pageSize?: number | undefined;
|
|
5514
5519
|
tab?: string | undefined;
|
|
5515
5520
|
scope?: string | undefined;
|
|
5516
5521
|
sort?: string | undefined;
|
|
@@ -5527,7 +5532,6 @@ declare class NavbarTabsComponent {
|
|
|
5527
5532
|
relevanceTransforms?: string | undefined;
|
|
5528
5533
|
removeDuplicates?: boolean | undefined;
|
|
5529
5534
|
queryId?: string | undefined;
|
|
5530
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5531
5535
|
orderBy?: string | undefined;
|
|
5532
5536
|
groupBy?: string | undefined;
|
|
5533
5537
|
neuralSearch?: boolean | undefined;
|
|
@@ -5544,6 +5548,8 @@ declare class NavbarTabsComponent {
|
|
|
5544
5548
|
* This works only if tabSearch is enabled in the administration panel.
|
|
5545
5549
|
*/
|
|
5546
5550
|
showCount: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
5551
|
+
noTruncate: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
5552
|
+
minTabWidth: _angular_core.InputSignal<string | undefined>;
|
|
5547
5553
|
/**
|
|
5548
5554
|
* The base path for the search routes.
|
|
5549
5555
|
* This value is provided as an input property and defaults to "search".
|
|
@@ -5560,7 +5566,7 @@ declare class NavbarTabsComponent {
|
|
|
5560
5566
|
readonly moreTabs: _angular_core.Signal<NavbarTab[]>;
|
|
5561
5567
|
protected changeTab(): void;
|
|
5562
5568
|
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>;
|
|
5569
|
+
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
5570
|
}
|
|
5565
5571
|
|
|
5566
5572
|
declare class NoResultComponent {
|
|
@@ -5648,10 +5654,12 @@ declare class SortSelectorComponent {
|
|
|
5648
5654
|
light?: {
|
|
5649
5655
|
small?: string;
|
|
5650
5656
|
large?: string;
|
|
5657
|
+
sidebar?: string;
|
|
5651
5658
|
};
|
|
5652
5659
|
dark?: {
|
|
5653
5660
|
small?: string;
|
|
5654
5661
|
large?: string;
|
|
5662
|
+
sidebar?: string;
|
|
5655
5663
|
};
|
|
5656
5664
|
};
|
|
5657
5665
|
features?: {
|
|
@@ -5708,10 +5716,12 @@ declare class SortSelectorComponent {
|
|
|
5708
5716
|
light?: {
|
|
5709
5717
|
small?: string;
|
|
5710
5718
|
large?: string;
|
|
5719
|
+
sidebar?: string;
|
|
5711
5720
|
};
|
|
5712
5721
|
dark?: {
|
|
5713
5722
|
small?: string;
|
|
5714
5723
|
large?: string;
|
|
5724
|
+
sidebar?: string;
|
|
5715
5725
|
};
|
|
5716
5726
|
};
|
|
5717
5727
|
features?: {
|
|
@@ -5837,10 +5847,12 @@ declare class SortSelectorComponent {
|
|
|
5837
5847
|
light?: {
|
|
5838
5848
|
small?: string;
|
|
5839
5849
|
large?: string;
|
|
5850
|
+
sidebar?: string;
|
|
5840
5851
|
};
|
|
5841
5852
|
dark?: {
|
|
5842
5853
|
small?: string;
|
|
5843
5854
|
large?: string;
|
|
5855
|
+
sidebar?: string;
|
|
5844
5856
|
};
|
|
5845
5857
|
};
|
|
5846
5858
|
features?: {
|
|
@@ -5993,6 +6005,8 @@ declare class ShowBookmarkDirective {
|
|
|
5993
6005
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5994
6006
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5995
6007
|
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
6008
|
+
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
6009
|
+
isDebugMode: _angular_core.Signal<boolean>;
|
|
5996
6010
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
5997
6011
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
5998
6012
|
bookmark: (article: Article$1, queryName?: string) => Promise<void>;
|
|
@@ -6020,6 +6034,7 @@ declare class ShowBookmarkDirective {
|
|
|
6020
6034
|
createAlert: (alert: _sinequa_atomic_angular.Alert) => Promise<void>;
|
|
6021
6035
|
updateAlert: (alert: _sinequa_atomic_angular.Alert, index: number) => Promise<void>;
|
|
6022
6036
|
updateAlerts: (alerts: _sinequa_atomic_angular.Alert[]) => Promise<void>;
|
|
6037
|
+
setDebugMode: (value: boolean) => Promise<void>;
|
|
6023
6038
|
setUserTheme: (userTheme: "dark" | "light" | "system") => Promise<void>;
|
|
6024
6039
|
toggleDarkMode: () => Promise<void>;
|
|
6025
6040
|
} & _ngrx_signals.StateSource<{
|
|
@@ -6032,6 +6047,7 @@ declare class ShowBookmarkDirective {
|
|
|
6032
6047
|
collapseAssistant?: boolean | undefined;
|
|
6033
6048
|
language?: string | undefined;
|
|
6034
6049
|
userTheme: "dark" | "light" | "system";
|
|
6050
|
+
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
6035
6051
|
}>;
|
|
6036
6052
|
protected isBookmarked: _angular_core.Signal<boolean>;
|
|
6037
6053
|
readonly article: _angular_core.InputSignal<Article$1 | Partial<Article$1> | undefined>;
|
|
@@ -6296,7 +6312,6 @@ declare class OverflowManagerDirective {
|
|
|
6296
6312
|
/**
|
|
6297
6313
|
* Counts the number of items that can fit before the stop element.
|
|
6298
6314
|
* Emits the count if it has changed.
|
|
6299
|
-
* Debounces the count to avoid multiple updates.
|
|
6300
6315
|
*/
|
|
6301
6316
|
countItems(): void;
|
|
6302
6317
|
/**
|
|
@@ -6416,10 +6431,12 @@ declare class SponsoredResultsComponent {
|
|
|
6416
6431
|
light?: {
|
|
6417
6432
|
small?: string;
|
|
6418
6433
|
large?: string;
|
|
6434
|
+
sidebar?: string;
|
|
6419
6435
|
};
|
|
6420
6436
|
dark?: {
|
|
6421
6437
|
small?: string;
|
|
6422
6438
|
large?: string;
|
|
6439
|
+
sidebar?: string;
|
|
6423
6440
|
};
|
|
6424
6441
|
};
|
|
6425
6442
|
features?: {
|
|
@@ -6476,10 +6493,12 @@ declare class SponsoredResultsComponent {
|
|
|
6476
6493
|
light?: {
|
|
6477
6494
|
small?: string;
|
|
6478
6495
|
large?: string;
|
|
6496
|
+
sidebar?: string;
|
|
6479
6497
|
};
|
|
6480
6498
|
dark?: {
|
|
6481
6499
|
small?: string;
|
|
6482
6500
|
large?: string;
|
|
6501
|
+
sidebar?: string;
|
|
6483
6502
|
};
|
|
6484
6503
|
};
|
|
6485
6504
|
features?: {
|
|
@@ -6605,10 +6624,12 @@ declare class SponsoredResultsComponent {
|
|
|
6605
6624
|
light?: {
|
|
6606
6625
|
small?: string;
|
|
6607
6626
|
large?: string;
|
|
6627
|
+
sidebar?: string;
|
|
6608
6628
|
};
|
|
6609
6629
|
dark?: {
|
|
6610
6630
|
small?: string;
|
|
6611
6631
|
large?: string;
|
|
6632
|
+
sidebar?: string;
|
|
6612
6633
|
};
|
|
6613
6634
|
};
|
|
6614
6635
|
features?: {
|
|
@@ -6657,13 +6678,14 @@ declare class SponsoredResultsComponent {
|
|
|
6657
6678
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
6658
6679
|
}>;
|
|
6659
6680
|
queryParamStore: {
|
|
6660
|
-
|
|
6661
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6681
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
6662
6682
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6663
6683
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6664
6684
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6665
6685
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6666
6686
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6687
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6688
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6667
6689
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6668
6690
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6669
6691
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -6680,7 +6702,6 @@ declare class SponsoredResultsComponent {
|
|
|
6680
6702
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
6681
6703
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6682
6704
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
6683
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6684
6705
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6685
6706
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6686
6707
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6712,13 +6733,14 @@ declare class SponsoredResultsComponent {
|
|
|
6712
6733
|
}> | null;
|
|
6713
6734
|
getQuery: () => _sinequa_atomic.Query;
|
|
6714
6735
|
} & _ngrx_signals.StateSource<{
|
|
6715
|
-
|
|
6716
|
-
pageSize?: number | undefined;
|
|
6736
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6717
6737
|
name?: string | undefined;
|
|
6718
6738
|
text?: string | undefined;
|
|
6719
6739
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6720
6740
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6721
6741
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6742
|
+
page?: number | undefined;
|
|
6743
|
+
pageSize?: number | undefined;
|
|
6722
6744
|
tab?: string | undefined;
|
|
6723
6745
|
scope?: string | undefined;
|
|
6724
6746
|
sort?: string | undefined;
|
|
@@ -6735,7 +6757,6 @@ declare class SponsoredResultsComponent {
|
|
|
6735
6757
|
relevanceTransforms?: string | undefined;
|
|
6736
6758
|
removeDuplicates?: boolean | undefined;
|
|
6737
6759
|
queryId?: string | undefined;
|
|
6738
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6739
6760
|
orderBy?: string | undefined;
|
|
6740
6761
|
groupBy?: string | undefined;
|
|
6741
6762
|
neuralSearch?: boolean | undefined;
|
|
@@ -6916,6 +6937,59 @@ declare class AdvancedFiltersComponent {
|
|
|
6916
6937
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AdvancedFiltersComponent, "advanced-filters", never, {}, {}, never, never, true, never>;
|
|
6917
6938
|
}
|
|
6918
6939
|
|
|
6940
|
+
declare class AggregationDateCustomRangeComponent {
|
|
6941
|
+
private readonly el;
|
|
6942
|
+
readonly lang: _angular_core.InputSignal<string>;
|
|
6943
|
+
readonly min: _angular_core.InputSignal<string | undefined>;
|
|
6944
|
+
readonly max: _angular_core.InputSignal<string | undefined>;
|
|
6945
|
+
readonly datepicker: _angular_core.Signal<DateRangePickerDirective | undefined>;
|
|
6946
|
+
readonly dateSelected: _angular_core.OutputEmitterRef<void>;
|
|
6947
|
+
constructor(destroyRef: DestroyRef);
|
|
6948
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationDateCustomRangeComponent, never>;
|
|
6949
|
+
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>;
|
|
6950
|
+
}
|
|
6951
|
+
|
|
6952
|
+
declare class AggregationDateDualPickersComponent {
|
|
6953
|
+
private readonly el;
|
|
6954
|
+
readonly lang: _angular_core.InputSignal<string>;
|
|
6955
|
+
readonly min: _angular_core.InputSignal<string | undefined>;
|
|
6956
|
+
readonly max: _angular_core.InputSignal<string | undefined>;
|
|
6957
|
+
readonly datepickerStart: _angular_core.Signal<DatepickerDirective | undefined>;
|
|
6958
|
+
readonly datepickerEnd: _angular_core.Signal<DatepickerDirective | undefined>;
|
|
6959
|
+
readonly dateSelected: _angular_core.OutputEmitterRef<void>;
|
|
6960
|
+
constructor(destroyRef: DestroyRef);
|
|
6961
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationDateDualPickersComponent, never>;
|
|
6962
|
+
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>;
|
|
6963
|
+
}
|
|
6964
|
+
|
|
6965
|
+
type DateRange = {
|
|
6966
|
+
from: string | null;
|
|
6967
|
+
to: string | null;
|
|
6968
|
+
};
|
|
6969
|
+
declare class AggregationDateRangeDialogComponent {
|
|
6970
|
+
cn: typeof cn;
|
|
6971
|
+
readonly hasSelection: _angular_core.WritableSignal<boolean>;
|
|
6972
|
+
readonly dialog: _angular_core.Signal<DialogComponent | undefined>;
|
|
6973
|
+
readonly customRange: _angular_core.Signal<AggregationDateCustomRangeComponent | undefined>;
|
|
6974
|
+
readonly dualPickers: _angular_core.Signal<AggregationDateDualPickersComponent | undefined>;
|
|
6975
|
+
readonly min: _angular_core.InputSignal<string | undefined>;
|
|
6976
|
+
readonly max: _angular_core.InputSignal<string | undefined>;
|
|
6977
|
+
readonly lang: _angular_core.InputSignal<string>;
|
|
6978
|
+
/**
|
|
6979
|
+
* Whether to use the date range picker or two separate date pickers for start and end dates.
|
|
6980
|
+
* 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
|
|
6981
|
+
* date (e.g., for "last week" or "last month" options).
|
|
6982
|
+
*
|
|
6983
|
+
* @defaultValue false
|
|
6984
|
+
*/
|
|
6985
|
+
readonly useDateRange: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
6986
|
+
readonly rangeSelected: _angular_core.OutputEmitterRef<DateRange>;
|
|
6987
|
+
open(): void;
|
|
6988
|
+
confirm(): void;
|
|
6989
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationDateRangeDialogComponent, never>;
|
|
6990
|
+
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>;
|
|
6991
|
+
}
|
|
6992
|
+
|
|
6919
6993
|
type AggregationTitle = {
|
|
6920
6994
|
label: string;
|
|
6921
6995
|
icon?: string;
|
|
@@ -6937,13 +7011,14 @@ declare class AggregationListComponent {
|
|
|
6937
7011
|
aggregations: Aggregation[];
|
|
6938
7012
|
}>;
|
|
6939
7013
|
queryParamsStore: {
|
|
6940
|
-
|
|
6941
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7014
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
6942
7015
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6943
7016
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6944
7017
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6945
7018
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6946
7019
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7020
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7021
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6947
7022
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6948
7023
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6949
7024
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -6960,7 +7035,6 @@ declare class AggregationListComponent {
|
|
|
6960
7035
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
6961
7036
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6962
7037
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
6963
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6964
7038
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6965
7039
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6966
7040
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6992,13 +7066,14 @@ declare class AggregationListComponent {
|
|
|
6992
7066
|
}> | null;
|
|
6993
7067
|
getQuery: () => Query;
|
|
6994
7068
|
} & _ngrx_signals.StateSource<{
|
|
6995
|
-
|
|
6996
|
-
pageSize?: number | undefined;
|
|
7069
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6997
7070
|
name?: string | undefined;
|
|
6998
7071
|
text?: string | undefined;
|
|
6999
7072
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7000
7073
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7001
7074
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7075
|
+
page?: number | undefined;
|
|
7076
|
+
pageSize?: number | undefined;
|
|
7002
7077
|
tab?: string | undefined;
|
|
7003
7078
|
scope?: string | undefined;
|
|
7004
7079
|
sort?: string | undefined;
|
|
@@ -7015,7 +7090,6 @@ declare class AggregationListComponent {
|
|
|
7015
7090
|
relevanceTransforms?: string | undefined;
|
|
7016
7091
|
removeDuplicates?: boolean | undefined;
|
|
7017
7092
|
queryId?: string | undefined;
|
|
7018
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7019
7093
|
orderBy?: string | undefined;
|
|
7020
7094
|
groupBy?: string | undefined;
|
|
7021
7095
|
neuralSearch?: boolean | undefined;
|
|
@@ -7084,10 +7158,12 @@ declare class AggregationListComponent {
|
|
|
7084
7158
|
light?: {
|
|
7085
7159
|
small?: string;
|
|
7086
7160
|
large?: string;
|
|
7161
|
+
sidebar?: string;
|
|
7087
7162
|
};
|
|
7088
7163
|
dark?: {
|
|
7089
7164
|
small?: string;
|
|
7090
7165
|
large?: string;
|
|
7166
|
+
sidebar?: string;
|
|
7091
7167
|
};
|
|
7092
7168
|
};
|
|
7093
7169
|
features?: {
|
|
@@ -7144,10 +7220,12 @@ declare class AggregationListComponent {
|
|
|
7144
7220
|
light?: {
|
|
7145
7221
|
small?: string;
|
|
7146
7222
|
large?: string;
|
|
7223
|
+
sidebar?: string;
|
|
7147
7224
|
};
|
|
7148
7225
|
dark?: {
|
|
7149
7226
|
small?: string;
|
|
7150
7227
|
large?: string;
|
|
7228
|
+
sidebar?: string;
|
|
7151
7229
|
};
|
|
7152
7230
|
};
|
|
7153
7231
|
features?: {
|
|
@@ -7273,10 +7351,12 @@ declare class AggregationListComponent {
|
|
|
7273
7351
|
light?: {
|
|
7274
7352
|
small?: string;
|
|
7275
7353
|
large?: string;
|
|
7354
|
+
sidebar?: string;
|
|
7276
7355
|
};
|
|
7277
7356
|
dark?: {
|
|
7278
7357
|
small?: string;
|
|
7279
7358
|
large?: string;
|
|
7359
|
+
sidebar?: string;
|
|
7280
7360
|
};
|
|
7281
7361
|
};
|
|
7282
7362
|
features?: {
|
|
@@ -7327,6 +7407,7 @@ declare class AggregationListComponent {
|
|
|
7327
7407
|
aggregationsService: AggregationsService;
|
|
7328
7408
|
el: ElementRef<any>;
|
|
7329
7409
|
injector: Injector;
|
|
7410
|
+
destroyRef: DestroyRef;
|
|
7330
7411
|
class: _angular_core.InputSignal<string>;
|
|
7331
7412
|
/**
|
|
7332
7413
|
* The name of the <details> element. When you provide the same id, the component work as an accordion
|
|
@@ -7336,6 +7417,8 @@ declare class AggregationListComponent {
|
|
|
7336
7417
|
name: _angular_core.InputSignal<string | null>;
|
|
7337
7418
|
column: _angular_core.InputSignal<string | null>;
|
|
7338
7419
|
onSelect: _angular_core.OutputEmitterRef<AggregationItem[]>;
|
|
7420
|
+
onApply: _angular_core.OutputEmitterRef<void>;
|
|
7421
|
+
onClear: _angular_core.OutputEmitterRef<void>;
|
|
7339
7422
|
/**
|
|
7340
7423
|
* Determines whether the aggregation component can be collapsed or expanded.
|
|
7341
7424
|
* When true, the component will display collapse/expand controls allowing users
|
|
@@ -7473,16 +7556,16 @@ declare class AggregationListComponent {
|
|
|
7473
7556
|
private selectItems;
|
|
7474
7557
|
onToggle(event: Event): void;
|
|
7475
7558
|
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>;
|
|
7559
|
+
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
7560
|
}
|
|
7478
7561
|
|
|
7479
7562
|
declare class AggregationDateComponent extends AggregationListComponent {
|
|
7480
|
-
|
|
7481
|
-
datepicker: _angular_core.Signal<DateRangePickerDirective | undefined>;
|
|
7563
|
+
dateRangeDialog: _angular_core.Signal<AggregationDateRangeDialogComponent | undefined>;
|
|
7482
7564
|
readonly title: _angular_core.InputSignal<AggregationTitle>;
|
|
7483
7565
|
readonly displayEmptyDistributionIntervals: _angular_core.InputSignal<boolean>;
|
|
7484
7566
|
readonly allowCustomRange: boolean;
|
|
7485
7567
|
readonly transloco: TranslocoService;
|
|
7568
|
+
name: _angular_core.InputSignal<string | null>;
|
|
7486
7569
|
protected readonly dateOptions: _angular_core.Signal<_sinequa_atomic.DateFilter[]>;
|
|
7487
7570
|
protected readonly form: FormGroup<{
|
|
7488
7571
|
option: FormControl<string | null>;
|
|
@@ -7494,15 +7577,20 @@ declare class AggregationDateComponent extends AggregationListComponent {
|
|
|
7494
7577
|
protected today: Date;
|
|
7495
7578
|
protected lang: _angular_core.WritableSignal<string>;
|
|
7496
7579
|
protected readonly validSelection: _angular_core.WritableSignal<boolean>;
|
|
7497
|
-
|
|
7580
|
+
private readonly formValue;
|
|
7581
|
+
protected readonly customRangeFrom: _angular_core.Signal<string>;
|
|
7582
|
+
protected readonly customRangeTo: _angular_core.Signal<string>;
|
|
7583
|
+
constructor();
|
|
7498
7584
|
aggregation: _angular_core.Signal<AggEx | null>;
|
|
7585
|
+
select(): void;
|
|
7499
7586
|
apply(): void;
|
|
7500
7587
|
clear(notify?: boolean): void;
|
|
7588
|
+
protected selectAndOpenDialog(): void;
|
|
7589
|
+
protected onRangeSelected(range: DateRange): void;
|
|
7501
7590
|
private updateForm;
|
|
7502
7591
|
private getFormValueFilter;
|
|
7503
|
-
private onDateChange;
|
|
7504
7592
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationDateComponent, never>;
|
|
7505
|
-
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>;
|
|
7593
|
+
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; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; }, {}, never, ["label"], true, never>;
|
|
7506
7594
|
}
|
|
7507
7595
|
|
|
7508
7596
|
/**
|
|
@@ -7544,13 +7632,14 @@ declare class AdvancedSearch {
|
|
|
7544
7632
|
multiSelection: Article$1[];
|
|
7545
7633
|
}>;
|
|
7546
7634
|
protected readonly queryParamsStore: {
|
|
7547
|
-
|
|
7548
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7635
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
7549
7636
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7550
7637
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7551
7638
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7552
7639
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7553
7640
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7641
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7642
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7554
7643
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7555
7644
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7556
7645
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -7567,7 +7656,6 @@ declare class AdvancedSearch {
|
|
|
7567
7656
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7568
7657
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7569
7658
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7570
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7571
7659
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7572
7660
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7573
7661
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7599,13 +7687,14 @@ declare class AdvancedSearch {
|
|
|
7599
7687
|
}> | null;
|
|
7600
7688
|
getQuery: () => _sinequa_atomic.Query;
|
|
7601
7689
|
} & _ngrx_signals.StateSource<{
|
|
7602
|
-
|
|
7603
|
-
pageSize?: number | undefined;
|
|
7690
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7604
7691
|
name?: string | undefined;
|
|
7605
7692
|
text?: string | undefined;
|
|
7606
7693
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7607
7694
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7608
7695
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7696
|
+
page?: number | undefined;
|
|
7697
|
+
pageSize?: number | undefined;
|
|
7609
7698
|
tab?: string | undefined;
|
|
7610
7699
|
scope?: string | undefined;
|
|
7611
7700
|
sort?: string | undefined;
|
|
@@ -7622,7 +7711,6 @@ declare class AdvancedSearch {
|
|
|
7622
7711
|
relevanceTransforms?: string | undefined;
|
|
7623
7712
|
removeDuplicates?: boolean | undefined;
|
|
7624
7713
|
queryId?: string | undefined;
|
|
7625
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7626
7714
|
orderBy?: string | undefined;
|
|
7627
7715
|
groupBy?: string | undefined;
|
|
7628
7716
|
neuralSearch?: boolean | undefined;
|
|
@@ -7705,10 +7793,12 @@ declare class ArticleEntities {
|
|
|
7705
7793
|
light?: {
|
|
7706
7794
|
small?: string;
|
|
7707
7795
|
large?: string;
|
|
7796
|
+
sidebar?: string;
|
|
7708
7797
|
};
|
|
7709
7798
|
dark?: {
|
|
7710
7799
|
small?: string;
|
|
7711
7800
|
large?: string;
|
|
7801
|
+
sidebar?: string;
|
|
7712
7802
|
};
|
|
7713
7803
|
};
|
|
7714
7804
|
features?: {
|
|
@@ -7765,10 +7855,12 @@ declare class ArticleEntities {
|
|
|
7765
7855
|
light?: {
|
|
7766
7856
|
small?: string;
|
|
7767
7857
|
large?: string;
|
|
7858
|
+
sidebar?: string;
|
|
7768
7859
|
};
|
|
7769
7860
|
dark?: {
|
|
7770
7861
|
small?: string;
|
|
7771
7862
|
large?: string;
|
|
7863
|
+
sidebar?: string;
|
|
7772
7864
|
};
|
|
7773
7865
|
};
|
|
7774
7866
|
features?: {
|
|
@@ -7894,10 +7986,12 @@ declare class ArticleEntities {
|
|
|
7894
7986
|
light?: {
|
|
7895
7987
|
small?: string;
|
|
7896
7988
|
large?: string;
|
|
7989
|
+
sidebar?: string;
|
|
7897
7990
|
};
|
|
7898
7991
|
dark?: {
|
|
7899
7992
|
small?: string;
|
|
7900
7993
|
large?: string;
|
|
7994
|
+
sidebar?: string;
|
|
7901
7995
|
};
|
|
7902
7996
|
};
|
|
7903
7997
|
features?: {
|
|
@@ -8002,13 +8096,14 @@ declare class ArticleLabels {
|
|
|
8002
8096
|
|
|
8003
8097
|
declare class ArticleSimilarDocuments {
|
|
8004
8098
|
protected readonly queryParamsStore: {
|
|
8005
|
-
|
|
8006
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8099
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
8007
8100
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8008
8101
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8009
8102
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8010
8103
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8011
8104
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8105
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8106
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8012
8107
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8013
8108
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8014
8109
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -8025,7 +8120,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8025
8120
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8026
8121
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8027
8122
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8028
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8029
8123
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8030
8124
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8031
8125
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8057,13 +8151,14 @@ declare class ArticleSimilarDocuments {
|
|
|
8057
8151
|
}> | null;
|
|
8058
8152
|
getQuery: () => _sinequa_atomic.Query;
|
|
8059
8153
|
} & _ngrx_signals.StateSource<{
|
|
8060
|
-
|
|
8061
|
-
pageSize?: number | undefined;
|
|
8154
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8062
8155
|
name?: string | undefined;
|
|
8063
8156
|
text?: string | undefined;
|
|
8064
8157
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8065
8158
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8066
8159
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8160
|
+
page?: number | undefined;
|
|
8161
|
+
pageSize?: number | undefined;
|
|
8067
8162
|
tab?: string | undefined;
|
|
8068
8163
|
scope?: string | undefined;
|
|
8069
8164
|
sort?: string | undefined;
|
|
@@ -8080,7 +8175,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8080
8175
|
relevanceTransforms?: string | undefined;
|
|
8081
8176
|
removeDuplicates?: boolean | undefined;
|
|
8082
8177
|
queryId?: string | undefined;
|
|
8083
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8084
8178
|
orderBy?: string | undefined;
|
|
8085
8179
|
groupBy?: string | undefined;
|
|
8086
8180
|
neuralSearch?: boolean | undefined;
|
|
@@ -8176,6 +8270,7 @@ declare class ChangePasswordComponent {
|
|
|
8176
8270
|
private readonly principalStore;
|
|
8177
8271
|
private readonly applicationService;
|
|
8178
8272
|
private readonly location;
|
|
8273
|
+
private readonly auditService;
|
|
8179
8274
|
currentPassword: _angular_core.ModelSignal<string>;
|
|
8180
8275
|
newPassword: _angular_core.ModelSignal<string>;
|
|
8181
8276
|
confirmPassword: _angular_core.ModelSignal<string>;
|
|
@@ -8233,6 +8328,7 @@ declare class SignInComponent {
|
|
|
8233
8328
|
private readonly applicationService;
|
|
8234
8329
|
private readonly principalStore;
|
|
8235
8330
|
private readonly transloco;
|
|
8331
|
+
private readonly auditService;
|
|
8236
8332
|
readonly authenticated: _angular_core.WritableSignal<boolean>;
|
|
8237
8333
|
readonly user: _angular_core.WritableSignal<{
|
|
8238
8334
|
id: string;
|
|
@@ -8352,7 +8448,7 @@ declare class CollectionsComponent {
|
|
|
8352
8448
|
onDelete(collection: Basket, index: number, e: Event): void;
|
|
8353
8449
|
loadMore(e: Event): void;
|
|
8354
8450
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CollectionsComponent, never>;
|
|
8355
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CollectionsComponent, "app-collections", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8451
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CollectionsComponent, "app-collections, collections", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8356
8452
|
}
|
|
8357
8453
|
|
|
8358
8454
|
declare class CollectionsDialog implements DialogInterface {
|
|
@@ -8368,7 +8464,7 @@ declare class CollectionsDialog implements DialogInterface {
|
|
|
8368
8464
|
readonly removedFromCollection: _angular_core.WritableSignal<boolean>;
|
|
8369
8465
|
readonly addedToCollection: _angular_core.WritableSignal<boolean>;
|
|
8370
8466
|
readonly collections: _angular_core.Signal<Basket[]>;
|
|
8371
|
-
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "
|
|
8467
|
+
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "none" | "some" | "all">>;
|
|
8372
8468
|
open(article: Article$1 | Article$1[]): void;
|
|
8373
8469
|
containsArticleByName(collectionName: string): boolean;
|
|
8374
8470
|
containsArticle(collection: Basket): "all" | "some" | "none";
|
|
@@ -8418,6 +8514,79 @@ declare class DidYouMeanComponent {
|
|
|
8418
8514
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DidYouMeanComponent, "did-you-mean, DidYouMean, didyoumean", never, { "result": { "alias": "result"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8419
8515
|
}
|
|
8420
8516
|
|
|
8517
|
+
/**
|
|
8518
|
+
* Service to manage the state and behavior of a stack of drawers in the application.
|
|
8519
|
+
* It provides methods to open, close, and manage drawers, as well as to handle
|
|
8520
|
+
* interactions with a chat assistant drawer.
|
|
8521
|
+
*
|
|
8522
|
+
* @deprecated we do not use it anymore.
|
|
8523
|
+
*/
|
|
8524
|
+
declare class DrawerStackService {
|
|
8525
|
+
readonly isOpened: _angular_core.WritableSignal<boolean>;
|
|
8526
|
+
readonly toggleTopDrawerExtension$: EventEmitter<void>;
|
|
8527
|
+
readonly forceTopDrawerCollapse$: EventEmitter<void>;
|
|
8528
|
+
readonly closeTopDrawer$: EventEmitter<void>;
|
|
8529
|
+
readonly closeAllDrawers$: EventEmitter<void>;
|
|
8530
|
+
readonly isChatOpened: _angular_core.WritableSignal<boolean>;
|
|
8531
|
+
readonly openChatDrawer$: EventEmitter<void>;
|
|
8532
|
+
readonly closeChatDrawer$: EventEmitter<void>;
|
|
8533
|
+
readonly askAI$: EventEmitter<string>;
|
|
8534
|
+
private readonly selection;
|
|
8535
|
+
private readonly selectionHistory;
|
|
8536
|
+
private readonly selectionStore;
|
|
8537
|
+
private readonly navigationService;
|
|
8538
|
+
private readonly backdropService;
|
|
8539
|
+
private readonly destroyRef;
|
|
8540
|
+
componentType?: Type<any>;
|
|
8541
|
+
constructor();
|
|
8542
|
+
/**
|
|
8543
|
+
* Sets current drawer stack status to open
|
|
8544
|
+
*/
|
|
8545
|
+
open(componentType?: Type<any>): void;
|
|
8546
|
+
/**
|
|
8547
|
+
* Emits event to extend the top drawer
|
|
8548
|
+
*/
|
|
8549
|
+
extend(): void;
|
|
8550
|
+
/**
|
|
8551
|
+
* Emits event to close the top drawer, checks if history is empty, if so,
|
|
8552
|
+
* sets current drawer stack status to closed and clears history and current
|
|
8553
|
+
* selection
|
|
8554
|
+
*/
|
|
8555
|
+
close(): void;
|
|
8556
|
+
/**
|
|
8557
|
+
* Emits event to close the top drawer
|
|
8558
|
+
*/
|
|
8559
|
+
closeTop(): void;
|
|
8560
|
+
/**
|
|
8561
|
+
* Sets current drawer stack status to closed, clears history and emits event
|
|
8562
|
+
* to close all drawers
|
|
8563
|
+
*
|
|
8564
|
+
* @param keepDrawerOpen if true, do not trigger layout animation
|
|
8565
|
+
*/
|
|
8566
|
+
closeAll(keepDrawerOpen?: boolean): void;
|
|
8567
|
+
/**
|
|
8568
|
+
* Replace the current selection with the given article by closing all
|
|
8569
|
+
* drawers and opening the drawer with the new selection without triggering
|
|
8570
|
+
* layout animation
|
|
8571
|
+
*
|
|
8572
|
+
* @param article the article to replace the current selection with
|
|
8573
|
+
*/
|
|
8574
|
+
replace(article: Article$1 | undefined, withQueryText?: boolean): void;
|
|
8575
|
+
/**
|
|
8576
|
+
* Stack the given article by setting the current selection and opening the
|
|
8577
|
+
* drawer
|
|
8578
|
+
*
|
|
8579
|
+
* @param article the article to stack
|
|
8580
|
+
*/
|
|
8581
|
+
stack(article: Article$1 | undefined, withQueryText?: boolean): void;
|
|
8582
|
+
toggleAssistant(): void;
|
|
8583
|
+
openAssistant(): void;
|
|
8584
|
+
closeAssistant(keepDrawerOpen?: boolean): void;
|
|
8585
|
+
askAI(text: string): void;
|
|
8586
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DrawerStackService, never>;
|
|
8587
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<DrawerStackService>;
|
|
8588
|
+
}
|
|
8589
|
+
|
|
8421
8590
|
/**
|
|
8422
8591
|
* Service to manage the state and behavior of a drawer component.
|
|
8423
8592
|
* It provides methods to open, close, extend, collapse, and toggle
|
|
@@ -8589,13 +8758,14 @@ declare class AdvancedSearchComponent {
|
|
|
8589
8758
|
multiSelection: Article$1[];
|
|
8590
8759
|
}>;
|
|
8591
8760
|
protected readonly queryParamsStore: {
|
|
8592
|
-
|
|
8593
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8761
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
8594
8762
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8595
8763
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8596
8764
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8597
8765
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8598
8766
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8767
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8768
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8599
8769
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8600
8770
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8601
8771
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -8612,7 +8782,6 @@ declare class AdvancedSearchComponent {
|
|
|
8612
8782
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8613
8783
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8614
8784
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8615
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8616
8785
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8617
8786
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8618
8787
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8644,13 +8813,14 @@ declare class AdvancedSearchComponent {
|
|
|
8644
8813
|
}> | null;
|
|
8645
8814
|
getQuery: () => _sinequa_atomic.Query;
|
|
8646
8815
|
} & _ngrx_signals.StateSource<{
|
|
8647
|
-
|
|
8648
|
-
pageSize?: number | undefined;
|
|
8816
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8649
8817
|
name?: string | undefined;
|
|
8650
8818
|
text?: string | undefined;
|
|
8651
8819
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8652
8820
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8653
8821
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8822
|
+
page?: number | undefined;
|
|
8823
|
+
pageSize?: number | undefined;
|
|
8654
8824
|
tab?: string | undefined;
|
|
8655
8825
|
scope?: string | undefined;
|
|
8656
8826
|
sort?: string | undefined;
|
|
@@ -8667,7 +8837,6 @@ declare class AdvancedSearchComponent {
|
|
|
8667
8837
|
relevanceTransforms?: string | undefined;
|
|
8668
8838
|
removeDuplicates?: boolean | undefined;
|
|
8669
8839
|
queryId?: string | undefined;
|
|
8670
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8671
8840
|
orderBy?: string | undefined;
|
|
8672
8841
|
groupBy?: string | undefined;
|
|
8673
8842
|
neuralSearch?: boolean | undefined;
|
|
@@ -8775,10 +8944,12 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
8775
8944
|
light?: {
|
|
8776
8945
|
small?: string;
|
|
8777
8946
|
large?: string;
|
|
8947
|
+
sidebar?: string;
|
|
8778
8948
|
};
|
|
8779
8949
|
dark?: {
|
|
8780
8950
|
small?: string;
|
|
8781
8951
|
large?: string;
|
|
8952
|
+
sidebar?: string;
|
|
8782
8953
|
};
|
|
8783
8954
|
};
|
|
8784
8955
|
features?: {
|
|
@@ -8835,10 +9006,12 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
8835
9006
|
light?: {
|
|
8836
9007
|
small?: string;
|
|
8837
9008
|
large?: string;
|
|
9009
|
+
sidebar?: string;
|
|
8838
9010
|
};
|
|
8839
9011
|
dark?: {
|
|
8840
9012
|
small?: string;
|
|
8841
9013
|
large?: string;
|
|
9014
|
+
sidebar?: string;
|
|
8842
9015
|
};
|
|
8843
9016
|
};
|
|
8844
9017
|
features?: {
|
|
@@ -8964,10 +9137,12 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
8964
9137
|
light?: {
|
|
8965
9138
|
small?: string;
|
|
8966
9139
|
large?: string;
|
|
9140
|
+
sidebar?: string;
|
|
8967
9141
|
};
|
|
8968
9142
|
dark?: {
|
|
8969
9143
|
small?: string;
|
|
8970
9144
|
large?: string;
|
|
9145
|
+
sidebar?: string;
|
|
8971
9146
|
};
|
|
8972
9147
|
};
|
|
8973
9148
|
features?: {
|
|
@@ -9039,13 +9214,14 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9039
9214
|
multiSelection: _sinequa_atomic.Article[];
|
|
9040
9215
|
}>;
|
|
9041
9216
|
queryParamsStore: {
|
|
9042
|
-
|
|
9043
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9217
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9044
9218
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9045
9219
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9046
9220
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9047
9221
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9048
9222
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9223
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9224
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9049
9225
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9050
9226
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9051
9227
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -9062,7 +9238,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9062
9238
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9063
9239
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9064
9240
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9065
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9066
9241
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9067
9242
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9068
9243
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9094,13 +9269,14 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9094
9269
|
}> | null;
|
|
9095
9270
|
getQuery: () => _sinequa_atomic.Query;
|
|
9096
9271
|
} & _ngrx_signals.StateSource<{
|
|
9097
|
-
|
|
9098
|
-
pageSize?: number | undefined;
|
|
9272
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9099
9273
|
name?: string | undefined;
|
|
9100
9274
|
text?: string | undefined;
|
|
9101
9275
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9102
9276
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9103
9277
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9278
|
+
page?: number | undefined;
|
|
9279
|
+
pageSize?: number | undefined;
|
|
9104
9280
|
tab?: string | undefined;
|
|
9105
9281
|
scope?: string | undefined;
|
|
9106
9282
|
sort?: string | undefined;
|
|
@@ -9117,7 +9293,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9117
9293
|
relevanceTransforms?: string | undefined;
|
|
9118
9294
|
removeDuplicates?: boolean | undefined;
|
|
9119
9295
|
queryId?: string | undefined;
|
|
9120
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9121
9296
|
orderBy?: string | undefined;
|
|
9122
9297
|
groupBy?: string | undefined;
|
|
9123
9298
|
neuralSearch?: boolean | undefined;
|
|
@@ -9237,13 +9412,14 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9237
9412
|
private appStore;
|
|
9238
9413
|
readonly exportService: ExportService;
|
|
9239
9414
|
readonly queryParamsStore: {
|
|
9240
|
-
|
|
9241
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9415
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9242
9416
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9243
9417
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9244
9418
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9245
9419
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9246
9420
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9421
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9422
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9247
9423
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9248
9424
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9249
9425
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -9260,7 +9436,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9260
9436
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9261
9437
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9262
9438
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9263
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9264
9439
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9265
9440
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9266
9441
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9292,13 +9467,14 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9292
9467
|
}> | null;
|
|
9293
9468
|
getQuery: () => _sinequa_atomic.Query;
|
|
9294
9469
|
} & _ngrx_signals.StateSource<{
|
|
9295
|
-
|
|
9296
|
-
pageSize?: number | undefined;
|
|
9470
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9297
9471
|
name?: string | undefined;
|
|
9298
9472
|
text?: string | undefined;
|
|
9299
9473
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9300
9474
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9301
9475
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9476
|
+
page?: number | undefined;
|
|
9477
|
+
pageSize?: number | undefined;
|
|
9302
9478
|
tab?: string | undefined;
|
|
9303
9479
|
scope?: string | undefined;
|
|
9304
9480
|
sort?: string | undefined;
|
|
@@ -9315,7 +9491,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9315
9491
|
relevanceTransforms?: string | undefined;
|
|
9316
9492
|
removeDuplicates?: boolean | undefined;
|
|
9317
9493
|
queryId?: string | undefined;
|
|
9318
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9319
9494
|
orderBy?: string | undefined;
|
|
9320
9495
|
groupBy?: string | undefined;
|
|
9321
9496
|
neuralSearch?: boolean | undefined;
|
|
@@ -9404,10 +9579,12 @@ declare class FeedbackDialogComponent implements DialogInterface {
|
|
|
9404
9579
|
light?: {
|
|
9405
9580
|
small?: string;
|
|
9406
9581
|
large?: string;
|
|
9582
|
+
sidebar?: string;
|
|
9407
9583
|
};
|
|
9408
9584
|
dark?: {
|
|
9409
9585
|
small?: string;
|
|
9410
9586
|
large?: string;
|
|
9587
|
+
sidebar?: string;
|
|
9411
9588
|
};
|
|
9412
9589
|
};
|
|
9413
9590
|
features?: {
|
|
@@ -9464,10 +9641,12 @@ declare class FeedbackDialogComponent implements DialogInterface {
|
|
|
9464
9641
|
light?: {
|
|
9465
9642
|
small?: string;
|
|
9466
9643
|
large?: string;
|
|
9644
|
+
sidebar?: string;
|
|
9467
9645
|
};
|
|
9468
9646
|
dark?: {
|
|
9469
9647
|
small?: string;
|
|
9470
9648
|
large?: string;
|
|
9649
|
+
sidebar?: string;
|
|
9471
9650
|
};
|
|
9472
9651
|
};
|
|
9473
9652
|
features?: {
|
|
@@ -9593,10 +9772,12 @@ declare class FeedbackDialogComponent implements DialogInterface {
|
|
|
9593
9772
|
light?: {
|
|
9594
9773
|
small?: string;
|
|
9595
9774
|
large?: string;
|
|
9775
|
+
sidebar?: string;
|
|
9596
9776
|
};
|
|
9597
9777
|
dark?: {
|
|
9598
9778
|
small?: string;
|
|
9599
9779
|
large?: string;
|
|
9780
|
+
sidebar?: string;
|
|
9600
9781
|
};
|
|
9601
9782
|
};
|
|
9602
9783
|
features?: {
|
|
@@ -9663,13 +9844,14 @@ declare class SearchFeedbackComponent {
|
|
|
9663
9844
|
pages: _angular_core.InputSignal<any>;
|
|
9664
9845
|
readonly auditService: AuditService;
|
|
9665
9846
|
protected readonly queryParamsStore: {
|
|
9666
|
-
|
|
9667
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9847
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9668
9848
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9669
9849
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9670
9850
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9671
9851
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9672
9852
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9853
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9854
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9673
9855
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9674
9856
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9675
9857
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -9686,7 +9868,6 @@ declare class SearchFeedbackComponent {
|
|
|
9686
9868
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9687
9869
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9688
9870
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9689
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9690
9871
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9691
9872
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9692
9873
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9718,13 +9899,14 @@ declare class SearchFeedbackComponent {
|
|
|
9718
9899
|
}> | null;
|
|
9719
9900
|
getQuery: () => _sinequa_atomic.Query;
|
|
9720
9901
|
} & _ngrx_signals.StateSource<{
|
|
9721
|
-
|
|
9722
|
-
pageSize?: number | undefined;
|
|
9902
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9723
9903
|
name?: string | undefined;
|
|
9724
9904
|
text?: string | undefined;
|
|
9725
9905
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9726
9906
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9727
9907
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9908
|
+
page?: number | undefined;
|
|
9909
|
+
pageSize?: number | undefined;
|
|
9728
9910
|
tab?: string | undefined;
|
|
9729
9911
|
scope?: string | undefined;
|
|
9730
9912
|
sort?: string | undefined;
|
|
@@ -9741,7 +9923,6 @@ declare class SearchFeedbackComponent {
|
|
|
9741
9923
|
relevanceTransforms?: string | undefined;
|
|
9742
9924
|
removeDuplicates?: boolean | undefined;
|
|
9743
9925
|
queryId?: string | undefined;
|
|
9744
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9745
9926
|
orderBy?: string | undefined;
|
|
9746
9927
|
groupBy?: string | undefined;
|
|
9747
9928
|
neuralSearch?: boolean | undefined;
|
|
@@ -9778,13 +9959,14 @@ declare class AggregationTreeComponent {
|
|
|
9778
9959
|
aggregations: Aggregation[];
|
|
9779
9960
|
}>;
|
|
9780
9961
|
queryParamsStore: {
|
|
9781
|
-
|
|
9782
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9962
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9783
9963
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9784
9964
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9785
9965
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9786
9966
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9787
9967
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9968
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9969
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9788
9970
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9789
9971
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9790
9972
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -9801,7 +9983,6 @@ declare class AggregationTreeComponent {
|
|
|
9801
9983
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9802
9984
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9803
9985
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9804
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9805
9986
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9806
9987
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9807
9988
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9833,13 +10014,14 @@ declare class AggregationTreeComponent {
|
|
|
9833
10014
|
}> | null;
|
|
9834
10015
|
getQuery: () => Query;
|
|
9835
10016
|
} & _ngrx_signals.StateSource<{
|
|
9836
|
-
|
|
9837
|
-
pageSize?: number | undefined;
|
|
10017
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9838
10018
|
name?: string | undefined;
|
|
9839
10019
|
text?: string | undefined;
|
|
9840
10020
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9841
10021
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9842
10022
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
10023
|
+
page?: number | undefined;
|
|
10024
|
+
pageSize?: number | undefined;
|
|
9843
10025
|
tab?: string | undefined;
|
|
9844
10026
|
scope?: string | undefined;
|
|
9845
10027
|
sort?: string | undefined;
|
|
@@ -9856,7 +10038,6 @@ declare class AggregationTreeComponent {
|
|
|
9856
10038
|
relevanceTransforms?: string | undefined;
|
|
9857
10039
|
removeDuplicates?: boolean | undefined;
|
|
9858
10040
|
queryId?: string | undefined;
|
|
9859
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9860
10041
|
orderBy?: string | undefined;
|
|
9861
10042
|
groupBy?: string | undefined;
|
|
9862
10043
|
neuralSearch?: boolean | undefined;
|
|
@@ -9925,10 +10106,12 @@ declare class AggregationTreeComponent {
|
|
|
9925
10106
|
light?: {
|
|
9926
10107
|
small?: string;
|
|
9927
10108
|
large?: string;
|
|
10109
|
+
sidebar?: string;
|
|
9928
10110
|
};
|
|
9929
10111
|
dark?: {
|
|
9930
10112
|
small?: string;
|
|
9931
10113
|
large?: string;
|
|
10114
|
+
sidebar?: string;
|
|
9932
10115
|
};
|
|
9933
10116
|
};
|
|
9934
10117
|
features?: {
|
|
@@ -9985,10 +10168,12 @@ declare class AggregationTreeComponent {
|
|
|
9985
10168
|
light?: {
|
|
9986
10169
|
small?: string;
|
|
9987
10170
|
large?: string;
|
|
10171
|
+
sidebar?: string;
|
|
9988
10172
|
};
|
|
9989
10173
|
dark?: {
|
|
9990
10174
|
small?: string;
|
|
9991
10175
|
large?: string;
|
|
10176
|
+
sidebar?: string;
|
|
9992
10177
|
};
|
|
9993
10178
|
};
|
|
9994
10179
|
features?: {
|
|
@@ -10114,10 +10299,12 @@ declare class AggregationTreeComponent {
|
|
|
10114
10299
|
light?: {
|
|
10115
10300
|
small?: string;
|
|
10116
10301
|
large?: string;
|
|
10302
|
+
sidebar?: string;
|
|
10117
10303
|
};
|
|
10118
10304
|
dark?: {
|
|
10119
10305
|
small?: string;
|
|
10120
10306
|
large?: string;
|
|
10307
|
+
sidebar?: string;
|
|
10121
10308
|
};
|
|
10122
10309
|
};
|
|
10123
10310
|
features?: {
|
|
@@ -10168,6 +10355,7 @@ declare class AggregationTreeComponent {
|
|
|
10168
10355
|
aggregationsService: AggregationsService;
|
|
10169
10356
|
el: ElementRef<any>;
|
|
10170
10357
|
injector: Injector;
|
|
10358
|
+
destroyRef: DestroyRef;
|
|
10171
10359
|
class: _angular_core.InputSignal<string>;
|
|
10172
10360
|
/**
|
|
10173
10361
|
* The name of the <details> element. When you provide the same id, the component work as an accordion
|
|
@@ -10178,6 +10366,8 @@ declare class AggregationTreeComponent {
|
|
|
10178
10366
|
column: _angular_core.InputSignal<string | null>;
|
|
10179
10367
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
10180
10368
|
onSelect: _angular_core.OutputEmitterRef<AggregationItem[]>;
|
|
10369
|
+
onApply: _angular_core.OutputEmitterRef<void>;
|
|
10370
|
+
onClear: _angular_core.OutputEmitterRef<void>;
|
|
10181
10371
|
/**
|
|
10182
10372
|
* Determines whether the aggregation component can be collapsed or expanded.
|
|
10183
10373
|
* When true, the component will display collapse/expand controls allowing users
|
|
@@ -10368,7 +10558,7 @@ declare class AggregationTreeComponent {
|
|
|
10368
10558
|
*/
|
|
10369
10559
|
traverse<T extends TreeAggregationNode>(nodes: T[], callback: (lineage: T[], node: T, depth: number) => boolean): boolean;
|
|
10370
10560
|
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>;
|
|
10561
|
+
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
10562
|
}
|
|
10373
10563
|
|
|
10374
10564
|
/**
|
|
@@ -10449,10 +10639,12 @@ declare class AggregationComponent {
|
|
|
10449
10639
|
light?: {
|
|
10450
10640
|
small?: string;
|
|
10451
10641
|
large?: string;
|
|
10642
|
+
sidebar?: string;
|
|
10452
10643
|
};
|
|
10453
10644
|
dark?: {
|
|
10454
10645
|
small?: string;
|
|
10455
10646
|
large?: string;
|
|
10647
|
+
sidebar?: string;
|
|
10456
10648
|
};
|
|
10457
10649
|
};
|
|
10458
10650
|
features?: {
|
|
@@ -10509,10 +10701,12 @@ declare class AggregationComponent {
|
|
|
10509
10701
|
light?: {
|
|
10510
10702
|
small?: string;
|
|
10511
10703
|
large?: string;
|
|
10704
|
+
sidebar?: string;
|
|
10512
10705
|
};
|
|
10513
10706
|
dark?: {
|
|
10514
10707
|
small?: string;
|
|
10515
10708
|
large?: string;
|
|
10709
|
+
sidebar?: string;
|
|
10516
10710
|
};
|
|
10517
10711
|
};
|
|
10518
10712
|
features?: {
|
|
@@ -10638,10 +10832,12 @@ declare class AggregationComponent {
|
|
|
10638
10832
|
light?: {
|
|
10639
10833
|
small?: string;
|
|
10640
10834
|
large?: string;
|
|
10835
|
+
sidebar?: string;
|
|
10641
10836
|
};
|
|
10642
10837
|
dark?: {
|
|
10643
10838
|
small?: string;
|
|
10644
10839
|
large?: string;
|
|
10840
|
+
sidebar?: string;
|
|
10645
10841
|
};
|
|
10646
10842
|
};
|
|
10647
10843
|
features?: {
|
|
@@ -10750,6 +10946,8 @@ declare class AggregationComponent {
|
|
|
10750
10946
|
* 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
10947
|
*/
|
|
10752
10948
|
onSelect: _angular_core.OutputEmitterRef<AggregationItem[]>;
|
|
10949
|
+
onApply: _angular_core.OutputEmitterRef<void>;
|
|
10950
|
+
onClear: _angular_core.OutputEmitterRef<void>;
|
|
10753
10951
|
/**
|
|
10754
10952
|
* 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
10953
|
*
|
|
@@ -10771,13 +10969,13 @@ declare class AggregationComponent {
|
|
|
10771
10969
|
*/
|
|
10772
10970
|
protected isDate(column: string | undefined): boolean;
|
|
10773
10971
|
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>;
|
|
10972
|
+
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
10973
|
}
|
|
10776
10974
|
|
|
10777
10975
|
declare class AsideFiltersComponent {
|
|
10778
10976
|
cn: typeof cn;
|
|
10779
10977
|
class: _angular_core.InputSignal<string | undefined>;
|
|
10780
|
-
position: _angular_core.InputSignal<"
|
|
10978
|
+
position: _angular_core.InputSignal<"left" | "both" | undefined>;
|
|
10781
10979
|
private readonly appStore;
|
|
10782
10980
|
asideFilters: _angular_core.Signal<Aggregation[]>;
|
|
10783
10981
|
/**
|
|
@@ -10801,12 +10999,12 @@ type CFilterEx = CFilter & {
|
|
|
10801
10999
|
};
|
|
10802
11000
|
|
|
10803
11001
|
declare class FilterButtonComponent {
|
|
10804
|
-
name: _angular_core.InputSignal<string>;
|
|
11002
|
+
name: _angular_core.InputSignal<string | undefined>;
|
|
10805
11003
|
column: _angular_core.InputSignal<string>;
|
|
10806
11004
|
position: _angular_core.InputSignal<Placement>;
|
|
10807
11005
|
offset: _angular_core.InputSignal<number>;
|
|
10808
11006
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
10809
|
-
protected variant: _angular_core.WritableSignal<"
|
|
11007
|
+
protected variant: _angular_core.WritableSignal<"link" | "default" | "secondary" | "accent" | "destructive" | "outline" | "ghost" | "ai" | "none" | "primary" | "light-accent" | "tertiary" | "icon" | null | undefined>;
|
|
10810
11008
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
10811
11009
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
10812
11010
|
protected nativeElement: any;
|
|
@@ -10820,13 +11018,14 @@ declare class FilterButtonComponent {
|
|
|
10820
11018
|
aggregations: _sinequa_atomic.Aggregation[];
|
|
10821
11019
|
}>;
|
|
10822
11020
|
protected queryParamsStore: {
|
|
10823
|
-
|
|
10824
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11021
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
10825
11022
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10826
11023
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10827
11024
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
10828
11025
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
10829
11026
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11027
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11028
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
10830
11029
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
10831
11030
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
10832
11031
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -10843,7 +11042,6 @@ declare class FilterButtonComponent {
|
|
|
10843
11042
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
10844
11043
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10845
11044
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
10846
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10847
11045
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10848
11046
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10849
11047
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10875,13 +11073,14 @@ declare class FilterButtonComponent {
|
|
|
10875
11073
|
}> | null;
|
|
10876
11074
|
getQuery: () => _sinequa_atomic.Query;
|
|
10877
11075
|
} & _ngrx_signals.StateSource<{
|
|
10878
|
-
|
|
10879
|
-
pageSize?: number | undefined;
|
|
11076
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10880
11077
|
name?: string | undefined;
|
|
10881
11078
|
text?: string | undefined;
|
|
10882
11079
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10883
11080
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10884
11081
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11082
|
+
page?: number | undefined;
|
|
11083
|
+
pageSize?: number | undefined;
|
|
10885
11084
|
tab?: string | undefined;
|
|
10886
11085
|
scope?: string | undefined;
|
|
10887
11086
|
sort?: string | undefined;
|
|
@@ -10898,7 +11097,6 @@ declare class FilterButtonComponent {
|
|
|
10898
11097
|
relevanceTransforms?: string | undefined;
|
|
10899
11098
|
removeDuplicates?: boolean | undefined;
|
|
10900
11099
|
queryId?: string | undefined;
|
|
10901
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10902
11100
|
orderBy?: string | undefined;
|
|
10903
11101
|
groupBy?: string | undefined;
|
|
10904
11102
|
neuralSearch?: boolean | undefined;
|
|
@@ -10967,10 +11165,12 @@ declare class FilterButtonComponent {
|
|
|
10967
11165
|
light?: {
|
|
10968
11166
|
small?: string;
|
|
10969
11167
|
large?: string;
|
|
11168
|
+
sidebar?: string;
|
|
10970
11169
|
};
|
|
10971
11170
|
dark?: {
|
|
10972
11171
|
small?: string;
|
|
10973
11172
|
large?: string;
|
|
11173
|
+
sidebar?: string;
|
|
10974
11174
|
};
|
|
10975
11175
|
};
|
|
10976
11176
|
features?: {
|
|
@@ -11027,10 +11227,12 @@ declare class FilterButtonComponent {
|
|
|
11027
11227
|
light?: {
|
|
11028
11228
|
small?: string;
|
|
11029
11229
|
large?: string;
|
|
11230
|
+
sidebar?: string;
|
|
11030
11231
|
};
|
|
11031
11232
|
dark?: {
|
|
11032
11233
|
small?: string;
|
|
11033
11234
|
large?: string;
|
|
11235
|
+
sidebar?: string;
|
|
11034
11236
|
};
|
|
11035
11237
|
};
|
|
11036
11238
|
features?: {
|
|
@@ -11156,10 +11358,12 @@ declare class FilterButtonComponent {
|
|
|
11156
11358
|
light?: {
|
|
11157
11359
|
small?: string;
|
|
11158
11360
|
large?: string;
|
|
11361
|
+
sidebar?: string;
|
|
11159
11362
|
};
|
|
11160
11363
|
dark?: {
|
|
11161
11364
|
small?: string;
|
|
11162
11365
|
large?: string;
|
|
11366
|
+
sidebar?: string;
|
|
11163
11367
|
};
|
|
11164
11368
|
};
|
|
11165
11369
|
features?: {
|
|
@@ -11216,7 +11420,7 @@ declare class FilterButtonComponent {
|
|
|
11216
11420
|
*/
|
|
11217
11421
|
protected isDate(column: string): boolean;
|
|
11218
11422
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FilterButtonComponent, never>;
|
|
11219
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FilterButtonComponent, "filter-button, FilterButton", never, { "name": { "alias": "name"; "required":
|
|
11423
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FilterButtonComponent, "filter-button, FilterButton", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "column": { "alias": "column"; "required": true; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "offset": { "alias": "offset"; "required": false; "isSignal": true; }; "expandedLevel": { "alias": "expandedLevel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
11220
11424
|
}
|
|
11221
11425
|
|
|
11222
11426
|
declare class MoreButtonComponent {
|
|
@@ -11281,10 +11485,12 @@ declare class MoreButtonComponent {
|
|
|
11281
11485
|
light?: {
|
|
11282
11486
|
small?: string;
|
|
11283
11487
|
large?: string;
|
|
11488
|
+
sidebar?: string;
|
|
11284
11489
|
};
|
|
11285
11490
|
dark?: {
|
|
11286
11491
|
small?: string;
|
|
11287
11492
|
large?: string;
|
|
11493
|
+
sidebar?: string;
|
|
11288
11494
|
};
|
|
11289
11495
|
};
|
|
11290
11496
|
features?: {
|
|
@@ -11341,10 +11547,12 @@ declare class MoreButtonComponent {
|
|
|
11341
11547
|
light?: {
|
|
11342
11548
|
small?: string;
|
|
11343
11549
|
large?: string;
|
|
11550
|
+
sidebar?: string;
|
|
11344
11551
|
};
|
|
11345
11552
|
dark?: {
|
|
11346
11553
|
small?: string;
|
|
11347
11554
|
large?: string;
|
|
11555
|
+
sidebar?: string;
|
|
11348
11556
|
};
|
|
11349
11557
|
};
|
|
11350
11558
|
features?: {
|
|
@@ -11470,10 +11678,12 @@ declare class MoreButtonComponent {
|
|
|
11470
11678
|
light?: {
|
|
11471
11679
|
small?: string;
|
|
11472
11680
|
large?: string;
|
|
11681
|
+
sidebar?: string;
|
|
11473
11682
|
};
|
|
11474
11683
|
dark?: {
|
|
11475
11684
|
small?: string;
|
|
11476
11685
|
large?: string;
|
|
11686
|
+
sidebar?: string;
|
|
11477
11687
|
};
|
|
11478
11688
|
};
|
|
11479
11689
|
features?: {
|
|
@@ -11522,13 +11732,14 @@ declare class MoreButtonComponent {
|
|
|
11522
11732
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
11523
11733
|
}>;
|
|
11524
11734
|
queryParamsStore: {
|
|
11525
|
-
|
|
11526
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11735
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
11527
11736
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11528
11737
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11529
11738
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11530
11739
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11531
11740
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11741
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11742
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11532
11743
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11533
11744
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11534
11745
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -11545,7 +11756,6 @@ declare class MoreButtonComponent {
|
|
|
11545
11756
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11546
11757
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11547
11758
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11548
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11549
11759
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11550
11760
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11551
11761
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11577,13 +11787,14 @@ declare class MoreButtonComponent {
|
|
|
11577
11787
|
}> | null;
|
|
11578
11788
|
getQuery: () => _sinequa_atomic.Query;
|
|
11579
11789
|
} & _ngrx_signals.StateSource<{
|
|
11580
|
-
|
|
11581
|
-
pageSize?: number | undefined;
|
|
11790
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11582
11791
|
name?: string | undefined;
|
|
11583
11792
|
text?: string | undefined;
|
|
11584
11793
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11585
11794
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11586
11795
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11796
|
+
page?: number | undefined;
|
|
11797
|
+
pageSize?: number | undefined;
|
|
11587
11798
|
tab?: string | undefined;
|
|
11588
11799
|
scope?: string | undefined;
|
|
11589
11800
|
sort?: string | undefined;
|
|
@@ -11600,7 +11811,6 @@ declare class MoreButtonComponent {
|
|
|
11600
11811
|
relevanceTransforms?: string | undefined;
|
|
11601
11812
|
removeDuplicates?: boolean | undefined;
|
|
11602
11813
|
queryId?: string | undefined;
|
|
11603
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11604
11814
|
orderBy?: string | undefined;
|
|
11605
11815
|
groupBy?: string | undefined;
|
|
11606
11816
|
neuralSearch?: boolean | undefined;
|
|
@@ -11741,10 +11951,12 @@ declare class FiltersBarComponent {
|
|
|
11741
11951
|
light?: {
|
|
11742
11952
|
small?: string;
|
|
11743
11953
|
large?: string;
|
|
11954
|
+
sidebar?: string;
|
|
11744
11955
|
};
|
|
11745
11956
|
dark?: {
|
|
11746
11957
|
small?: string;
|
|
11747
11958
|
large?: string;
|
|
11959
|
+
sidebar?: string;
|
|
11748
11960
|
};
|
|
11749
11961
|
};
|
|
11750
11962
|
features?: {
|
|
@@ -11801,10 +12013,12 @@ declare class FiltersBarComponent {
|
|
|
11801
12013
|
light?: {
|
|
11802
12014
|
small?: string;
|
|
11803
12015
|
large?: string;
|
|
12016
|
+
sidebar?: string;
|
|
11804
12017
|
};
|
|
11805
12018
|
dark?: {
|
|
11806
12019
|
small?: string;
|
|
11807
12020
|
large?: string;
|
|
12021
|
+
sidebar?: string;
|
|
11808
12022
|
};
|
|
11809
12023
|
};
|
|
11810
12024
|
features?: {
|
|
@@ -11930,10 +12144,12 @@ declare class FiltersBarComponent {
|
|
|
11930
12144
|
light?: {
|
|
11931
12145
|
small?: string;
|
|
11932
12146
|
large?: string;
|
|
12147
|
+
sidebar?: string;
|
|
11933
12148
|
};
|
|
11934
12149
|
dark?: {
|
|
11935
12150
|
small?: string;
|
|
11936
12151
|
large?: string;
|
|
12152
|
+
sidebar?: string;
|
|
11937
12153
|
};
|
|
11938
12154
|
};
|
|
11939
12155
|
features?: {
|
|
@@ -11991,13 +12207,14 @@ declare class FiltersBarComponent {
|
|
|
11991
12207
|
aggregations: Aggregation[];
|
|
11992
12208
|
}>;
|
|
11993
12209
|
protected queryParamsStore: {
|
|
11994
|
-
|
|
11995
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12210
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
11996
12211
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11997
12212
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11998
12213
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11999
12214
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12000
12215
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12216
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12217
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12001
12218
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12002
12219
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12003
12220
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -12014,7 +12231,6 @@ declare class FiltersBarComponent {
|
|
|
12014
12231
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12015
12232
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12016
12233
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12017
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12018
12234
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12019
12235
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12020
12236
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12046,13 +12262,14 @@ declare class FiltersBarComponent {
|
|
|
12046
12262
|
}> | null;
|
|
12047
12263
|
getQuery: () => _sinequa_atomic.Query;
|
|
12048
12264
|
} & _ngrx_signals.StateSource<{
|
|
12049
|
-
|
|
12050
|
-
pageSize?: number | undefined;
|
|
12265
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12051
12266
|
name?: string | undefined;
|
|
12052
12267
|
text?: string | undefined;
|
|
12053
12268
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12054
12269
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12055
12270
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12271
|
+
page?: number | undefined;
|
|
12272
|
+
pageSize?: number | undefined;
|
|
12056
12273
|
tab?: string | undefined;
|
|
12057
12274
|
scope?: string | undefined;
|
|
12058
12275
|
sort?: string | undefined;
|
|
@@ -12069,7 +12286,6 @@ declare class FiltersBarComponent {
|
|
|
12069
12286
|
relevanceTransforms?: string | undefined;
|
|
12070
12287
|
removeDuplicates?: boolean | undefined;
|
|
12071
12288
|
queryId?: string | undefined;
|
|
12072
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12073
12289
|
orderBy?: string | undefined;
|
|
12074
12290
|
groupBy?: string | undefined;
|
|
12075
12291
|
neuralSearch?: boolean | undefined;
|
|
@@ -12216,10 +12432,12 @@ declare class MoreComponent {
|
|
|
12216
12432
|
light?: {
|
|
12217
12433
|
small?: string;
|
|
12218
12434
|
large?: string;
|
|
12435
|
+
sidebar?: string;
|
|
12219
12436
|
};
|
|
12220
12437
|
dark?: {
|
|
12221
12438
|
small?: string;
|
|
12222
12439
|
large?: string;
|
|
12440
|
+
sidebar?: string;
|
|
12223
12441
|
};
|
|
12224
12442
|
};
|
|
12225
12443
|
features?: {
|
|
@@ -12276,10 +12494,12 @@ declare class MoreComponent {
|
|
|
12276
12494
|
light?: {
|
|
12277
12495
|
small?: string;
|
|
12278
12496
|
large?: string;
|
|
12497
|
+
sidebar?: string;
|
|
12279
12498
|
};
|
|
12280
12499
|
dark?: {
|
|
12281
12500
|
small?: string;
|
|
12282
12501
|
large?: string;
|
|
12502
|
+
sidebar?: string;
|
|
12283
12503
|
};
|
|
12284
12504
|
};
|
|
12285
12505
|
features?: {
|
|
@@ -12405,10 +12625,12 @@ declare class MoreComponent {
|
|
|
12405
12625
|
light?: {
|
|
12406
12626
|
small?: string;
|
|
12407
12627
|
large?: string;
|
|
12628
|
+
sidebar?: string;
|
|
12408
12629
|
};
|
|
12409
12630
|
dark?: {
|
|
12410
12631
|
small?: string;
|
|
12411
12632
|
large?: string;
|
|
12633
|
+
sidebar?: string;
|
|
12412
12634
|
};
|
|
12413
12635
|
};
|
|
12414
12636
|
features?: {
|
|
@@ -12466,13 +12688,14 @@ declare class MoreComponent {
|
|
|
12466
12688
|
aggregations: Aggregation[];
|
|
12467
12689
|
}>;
|
|
12468
12690
|
queryParamsStore: {
|
|
12469
|
-
|
|
12470
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12691
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
12471
12692
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12472
12693
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12473
12694
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12474
12695
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12475
12696
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12697
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12698
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12476
12699
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12477
12700
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12478
12701
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -12489,7 +12712,6 @@ declare class MoreComponent {
|
|
|
12489
12712
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12490
12713
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12491
12714
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12492
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12493
12715
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12494
12716
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12495
12717
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12521,13 +12743,14 @@ declare class MoreComponent {
|
|
|
12521
12743
|
}> | null;
|
|
12522
12744
|
getQuery: () => _sinequa_atomic.Query;
|
|
12523
12745
|
} & _ngrx_signals.StateSource<{
|
|
12524
|
-
|
|
12525
|
-
pageSize?: number | undefined;
|
|
12746
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12526
12747
|
name?: string | undefined;
|
|
12527
12748
|
text?: string | undefined;
|
|
12528
12749
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12529
12750
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12530
12751
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12752
|
+
page?: number | undefined;
|
|
12753
|
+
pageSize?: number | undefined;
|
|
12531
12754
|
tab?: string | undefined;
|
|
12532
12755
|
scope?: string | undefined;
|
|
12533
12756
|
sort?: string | undefined;
|
|
@@ -12544,7 +12767,6 @@ declare class MoreComponent {
|
|
|
12544
12767
|
relevanceTransforms?: string | undefined;
|
|
12545
12768
|
removeDuplicates?: boolean | undefined;
|
|
12546
12769
|
queryId?: string | undefined;
|
|
12547
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12548
12770
|
orderBy?: string | undefined;
|
|
12549
12771
|
groupBy?: string | undefined;
|
|
12550
12772
|
neuralSearch?: boolean | undefined;
|
|
@@ -12674,10 +12896,12 @@ declare class LabelService {
|
|
|
12674
12896
|
light?: {
|
|
12675
12897
|
small?: string;
|
|
12676
12898
|
large?: string;
|
|
12899
|
+
sidebar?: string;
|
|
12677
12900
|
};
|
|
12678
12901
|
dark?: {
|
|
12679
12902
|
small?: string;
|
|
12680
12903
|
large?: string;
|
|
12904
|
+
sidebar?: string;
|
|
12681
12905
|
};
|
|
12682
12906
|
};
|
|
12683
12907
|
features?: {
|
|
@@ -12734,10 +12958,12 @@ declare class LabelService {
|
|
|
12734
12958
|
light?: {
|
|
12735
12959
|
small?: string;
|
|
12736
12960
|
large?: string;
|
|
12961
|
+
sidebar?: string;
|
|
12737
12962
|
};
|
|
12738
12963
|
dark?: {
|
|
12739
12964
|
small?: string;
|
|
12740
12965
|
large?: string;
|
|
12966
|
+
sidebar?: string;
|
|
12741
12967
|
};
|
|
12742
12968
|
};
|
|
12743
12969
|
features?: {
|
|
@@ -12863,10 +13089,12 @@ declare class LabelService {
|
|
|
12863
13089
|
light?: {
|
|
12864
13090
|
small?: string;
|
|
12865
13091
|
large?: string;
|
|
13092
|
+
sidebar?: string;
|
|
12866
13093
|
};
|
|
12867
13094
|
dark?: {
|
|
12868
13095
|
small?: string;
|
|
12869
13096
|
large?: string;
|
|
13097
|
+
sidebar?: string;
|
|
12870
13098
|
};
|
|
12871
13099
|
};
|
|
12872
13100
|
features?: {
|
|
@@ -13085,6 +13313,8 @@ declare class RecentSearchesComponent {
|
|
|
13085
13313
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13086
13314
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13087
13315
|
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13316
|
+
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13317
|
+
isDebugMode: _angular_core.Signal<boolean>;
|
|
13088
13318
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
13089
13319
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
13090
13320
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -13112,6 +13342,7 @@ declare class RecentSearchesComponent {
|
|
|
13112
13342
|
createAlert: (alert: _sinequa_atomic_angular.Alert) => Promise<void>;
|
|
13113
13343
|
updateAlert: (alert: _sinequa_atomic_angular.Alert, index: number) => Promise<void>;
|
|
13114
13344
|
updateAlerts: (alerts: _sinequa_atomic_angular.Alert[]) => Promise<void>;
|
|
13345
|
+
setDebugMode: (value: boolean) => Promise<void>;
|
|
13115
13346
|
setUserTheme: (userTheme: "dark" | "light" | "system") => Promise<void>;
|
|
13116
13347
|
toggleDarkMode: () => Promise<void>;
|
|
13117
13348
|
} & _ngrx_signals.StateSource<{
|
|
@@ -13124,6 +13355,7 @@ declare class RecentSearchesComponent {
|
|
|
13124
13355
|
collapseAssistant?: boolean | undefined;
|
|
13125
13356
|
language?: string | undefined;
|
|
13126
13357
|
userTheme: "dark" | "light" | "system";
|
|
13358
|
+
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
13127
13359
|
}>;
|
|
13128
13360
|
private readonly transloco;
|
|
13129
13361
|
protected readonly range: _angular_core.WritableSignal<number>;
|
|
@@ -13145,13 +13377,14 @@ declare class RecentSearchesComponent {
|
|
|
13145
13377
|
declare class SavedSearchDialog implements DialogInterface {
|
|
13146
13378
|
private readonly savedSearchesService;
|
|
13147
13379
|
protected readonly queryParamsStore: {
|
|
13148
|
-
|
|
13149
|
-
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13380
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
13150
13381
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13151
13382
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13152
13383
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13153
13384
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13154
13385
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
13386
|
+
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
13387
|
+
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13155
13388
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13156
13389
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13157
13390
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
@@ -13168,7 +13401,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13168
13401
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
13169
13402
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13170
13403
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
13171
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13172
13404
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13173
13405
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13174
13406
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13200,13 +13432,14 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13200
13432
|
}> | null;
|
|
13201
13433
|
getQuery: () => _sinequa_atomic.Query;
|
|
13202
13434
|
} & _ngrx_signals.StateSource<{
|
|
13203
|
-
|
|
13204
|
-
pageSize?: number | undefined;
|
|
13435
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13205
13436
|
name?: string | undefined;
|
|
13206
13437
|
text?: string | undefined;
|
|
13207
13438
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13208
13439
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13209
13440
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
13441
|
+
page?: number | undefined;
|
|
13442
|
+
pageSize?: number | undefined;
|
|
13210
13443
|
tab?: string | undefined;
|
|
13211
13444
|
scope?: string | undefined;
|
|
13212
13445
|
sort?: string | undefined;
|
|
@@ -13223,7 +13456,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13223
13456
|
relevanceTransforms?: string | undefined;
|
|
13224
13457
|
removeDuplicates?: boolean | undefined;
|
|
13225
13458
|
queryId?: string | undefined;
|
|
13226
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13227
13459
|
orderBy?: string | undefined;
|
|
13228
13460
|
groupBy?: string | undefined;
|
|
13229
13461
|
neuralSearch?: boolean | undefined;
|
|
@@ -13256,6 +13488,8 @@ declare class SavedSearchesComponent {
|
|
|
13256
13488
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13257
13489
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13258
13490
|
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13491
|
+
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13492
|
+
isDebugMode: _angular_core.Signal<boolean>;
|
|
13259
13493
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
13260
13494
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
13261
13495
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -13283,6 +13517,7 @@ declare class SavedSearchesComponent {
|
|
|
13283
13517
|
createAlert: (alert: _sinequa_atomic_angular.Alert) => Promise<void>;
|
|
13284
13518
|
updateAlert: (alert: _sinequa_atomic_angular.Alert, index: number) => Promise<void>;
|
|
13285
13519
|
updateAlerts: (alerts: _sinequa_atomic_angular.Alert[]) => Promise<void>;
|
|
13520
|
+
setDebugMode: (value: boolean) => Promise<void>;
|
|
13286
13521
|
setUserTheme: (userTheme: "dark" | "light" | "system") => Promise<void>;
|
|
13287
13522
|
toggleDarkMode: () => Promise<void>;
|
|
13288
13523
|
} & _ngrx_signals.StateSource<{
|
|
@@ -13295,6 +13530,7 @@ declare class SavedSearchesComponent {
|
|
|
13295
13530
|
collapseAssistant?: boolean | undefined;
|
|
13296
13531
|
language?: string | undefined;
|
|
13297
13532
|
userTheme: "dark" | "light" | "system";
|
|
13533
|
+
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
13298
13534
|
}>;
|
|
13299
13535
|
private readonly transloco;
|
|
13300
13536
|
protected readonly range: _angular_core.WritableSignal<number>;
|
|
@@ -13346,7 +13582,7 @@ declare class UserProfileFormComponent {
|
|
|
13346
13582
|
param9: _angular_core.Signal<string>;
|
|
13347
13583
|
param10: _angular_core.Signal<string>;
|
|
13348
13584
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
13349
|
-
state: _angular_core.Signal<"error" | "
|
|
13585
|
+
state: _angular_core.Signal<"error" | "initial" | "loading" | "loaded">;
|
|
13350
13586
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
13351
13587
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
13352
13588
|
initials: _angular_core.Signal<string>;
|
|
@@ -13391,6 +13627,8 @@ declare class UserProfileFormComponent {
|
|
|
13391
13627
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13392
13628
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13393
13629
|
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13630
|
+
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13631
|
+
isDebugMode: _angular_core.Signal<boolean>;
|
|
13394
13632
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
13395
13633
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
13396
13634
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -13418,6 +13656,7 @@ declare class UserProfileFormComponent {
|
|
|
13418
13656
|
createAlert: (alert: _sinequa_atomic_angular.Alert) => Promise<void>;
|
|
13419
13657
|
updateAlert: (alert: _sinequa_atomic_angular.Alert, index: number) => Promise<void>;
|
|
13420
13658
|
updateAlerts: (alerts: _sinequa_atomic_angular.Alert[]) => Promise<void>;
|
|
13659
|
+
setDebugMode: (value: boolean) => Promise<void>;
|
|
13421
13660
|
setUserTheme: (userTheme: "dark" | "light" | "system") => Promise<void>;
|
|
13422
13661
|
toggleDarkMode: () => Promise<void>;
|
|
13423
13662
|
} & _ngrx_signals.StateSource<{
|
|
@@ -13430,6 +13669,7 @@ declare class UserProfileFormComponent {
|
|
|
13430
13669
|
collapseAssistant?: boolean | undefined;
|
|
13431
13670
|
language?: string | undefined;
|
|
13432
13671
|
userTheme: "dark" | "light" | "system";
|
|
13672
|
+
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
13433
13673
|
}>;
|
|
13434
13674
|
protected userProfileService: UserProfileService;
|
|
13435
13675
|
protected appStore: {
|
|
@@ -13493,10 +13733,12 @@ declare class UserProfileFormComponent {
|
|
|
13493
13733
|
light?: {
|
|
13494
13734
|
small?: string;
|
|
13495
13735
|
large?: string;
|
|
13736
|
+
sidebar?: string;
|
|
13496
13737
|
};
|
|
13497
13738
|
dark?: {
|
|
13498
13739
|
small?: string;
|
|
13499
13740
|
large?: string;
|
|
13741
|
+
sidebar?: string;
|
|
13500
13742
|
};
|
|
13501
13743
|
};
|
|
13502
13744
|
features?: {
|
|
@@ -13553,10 +13795,12 @@ declare class UserProfileFormComponent {
|
|
|
13553
13795
|
light?: {
|
|
13554
13796
|
small?: string;
|
|
13555
13797
|
large?: string;
|
|
13798
|
+
sidebar?: string;
|
|
13556
13799
|
};
|
|
13557
13800
|
dark?: {
|
|
13558
13801
|
small?: string;
|
|
13559
13802
|
large?: string;
|
|
13803
|
+
sidebar?: string;
|
|
13560
13804
|
};
|
|
13561
13805
|
};
|
|
13562
13806
|
features?: {
|
|
@@ -13682,10 +13926,12 @@ declare class UserProfileFormComponent {
|
|
|
13682
13926
|
light?: {
|
|
13683
13927
|
small?: string;
|
|
13684
13928
|
large?: string;
|
|
13929
|
+
sidebar?: string;
|
|
13685
13930
|
};
|
|
13686
13931
|
dark?: {
|
|
13687
13932
|
small?: string;
|
|
13688
13933
|
large?: string;
|
|
13934
|
+
sidebar?: string;
|
|
13689
13935
|
};
|
|
13690
13936
|
};
|
|
13691
13937
|
features?: {
|
|
@@ -13961,10 +14207,12 @@ declare class SourceIconPipe implements PipeTransform {
|
|
|
13961
14207
|
light?: {
|
|
13962
14208
|
small?: string;
|
|
13963
14209
|
large?: string;
|
|
14210
|
+
sidebar?: string;
|
|
13964
14211
|
};
|
|
13965
14212
|
dark?: {
|
|
13966
14213
|
small?: string;
|
|
13967
14214
|
large?: string;
|
|
14215
|
+
sidebar?: string;
|
|
13968
14216
|
};
|
|
13969
14217
|
};
|
|
13970
14218
|
features?: {
|
|
@@ -14021,10 +14269,12 @@ declare class SourceIconPipe implements PipeTransform {
|
|
|
14021
14269
|
light?: {
|
|
14022
14270
|
small?: string;
|
|
14023
14271
|
large?: string;
|
|
14272
|
+
sidebar?: string;
|
|
14024
14273
|
};
|
|
14025
14274
|
dark?: {
|
|
14026
14275
|
small?: string;
|
|
14027
14276
|
large?: string;
|
|
14277
|
+
sidebar?: string;
|
|
14028
14278
|
};
|
|
14029
14279
|
};
|
|
14030
14280
|
features?: {
|
|
@@ -14150,10 +14400,12 @@ declare class SourceIconPipe implements PipeTransform {
|
|
|
14150
14400
|
light?: {
|
|
14151
14401
|
small?: string;
|
|
14152
14402
|
large?: string;
|
|
14403
|
+
sidebar?: string;
|
|
14153
14404
|
};
|
|
14154
14405
|
dark?: {
|
|
14155
14406
|
small?: string;
|
|
14156
14407
|
large?: string;
|
|
14408
|
+
sidebar?: string;
|
|
14157
14409
|
};
|
|
14158
14410
|
};
|
|
14159
14411
|
features?: {
|
|
@@ -14317,5 +14569,5 @@ type AppFeatures = {
|
|
|
14317
14569
|
*/
|
|
14318
14570
|
declare const APP_FEATURES: InjectionToken<AppFeatures>;
|
|
14319
14571
|
|
|
14320
|
-
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 };
|
|
14321
|
-
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 };
|
|
14572
|
+
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 };
|
|
14573
|
+
export type { AgentUserSettings, AggEx, AggregationEx, AggregationListEx, AggregationListItem, AggregationTitle, AggregationTreeEx, AggregationsState, AppCJson, AppFeatures, ApplicationState, ArticleMetadata, AssistantDetails, Autocomplete, Basket, Bookmark, BookmarksConfig, CAggregation, CAggregationItem, CCAppState, CCWebServiceLabels, CConverter, CFilter, CFilterEx, CFilterItem, CJ, CJson, CJsonMint, CSources, CollectionsConfig, ComponentMapping, CssVars, DateRange, DocumentOffsets, DocumentPages, DocumentTypeMap, DropdownItem, ExportQueryOptions, Extract, FilterDropdown, KeyboardNavigationOnSelectionHandlers, KeyboardNavigatorOptions, LabelsConfig, MultiSelectionState, MultiSelectionToolbarVariants, PageConfiguration, PreviewEvents, PreviewHighlight, PreviewHighlightName, PreviewHighlights, PrincipalState, SearchItem, SearchOptions, SearchesConfig, SelectionHistoryEvent, SelectionState, SelectionStrategy, SideCJson, SortingChoice, Theme, ThemeBodyHookParameters, ThemeScope, ThemeStoreState, UserSettingsState };
|