@sinequa/atomic-angular 0.3.15 → 0.3.25
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/features/auth/i18n/de.json +2 -0
- package/features/auth/i18n/en.json +2 -0
- package/features/auth/i18n/fr.json +2 -0
- package/features/user-profile/i18n/de.json +13 -0
- package/features/user-profile/i18n/en.json +13 -0
- package/features/user-profile/i18n/fr.json +13 -0
- package/fesm2022/sinequa-atomic-angular.mjs +842 -439
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/index.d.ts +493 -241
- package/package.json +5 -1
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as rxjs from 'rxjs';
|
|
|
4
4
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
5
5
|
import * as _ngrx_signals from '@ngrx/signals';
|
|
6
6
|
import * as _sinequa_atomic from '@sinequa/atomic';
|
|
7
|
-
import { Article as Article$1, LegacyFilter, KeyOf, CCApp, Query, QueryParams as QueryParams$1, AggregationItem, TreeAggregationNode, Aggregation, TreeAggregation, Result, AuditEvents, CCQuery, AuditEventType, AuditEventTypeValues, CCWebService, Suggestion, CCColumn, Principal, SpellingCorrectionMode, CustomHighlights, PreviewData, TextLocation, TextChunk, CCSortingChoice, LinkResult, ExportQueryModel, ExportOutputFormat, FilterOperator } from '@sinequa/atomic';
|
|
7
|
+
import { Article as Article$1, LegacyFilter, KeyOf, CCApp, Query, QueryParams as QueryParams$1, AggregationItem, TreeAggregationNode, Aggregation, TreeAggregation, Result, AuditEvents, CCQuery, AuditEventType, AuditEventTypeValues, CCWebService, Suggestion, CCColumn, Principal, SpellingCorrectionMode, CustomHighlights, PreviewData, TextLocation, TextChunk, UserProfile, CCSortingChoice, LinkResult, ExportQueryModel, ExportOutputFormat, FilterOperator } from '@sinequa/atomic';
|
|
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';
|
|
@@ -92,10 +92,10 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
92
92
|
readonly el: ElementRef<any>;
|
|
93
93
|
readonly router: Router;
|
|
94
94
|
readonly queryParamStore: {
|
|
95
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
96
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
97
95
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
96
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
98
97
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
98
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
99
99
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
100
100
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
101
101
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -122,7 +122,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
122
122
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
123
123
|
filters?: _angular_core.Signal<LegacyFilter[] | undefined> | undefined;
|
|
124
124
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
125
|
-
setFromUrl: (
|
|
125
|
+
setFromUrl: (href: string) => void;
|
|
126
126
|
getQueryParams: () => {
|
|
127
127
|
f?: string;
|
|
128
128
|
p?: number;
|
|
@@ -130,6 +130,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
130
130
|
t?: string;
|
|
131
131
|
q?: string;
|
|
132
132
|
b?: string;
|
|
133
|
+
n?: string;
|
|
133
134
|
};
|
|
134
135
|
addFilter: (filter: LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
135
136
|
updateFilter: (filter: LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -146,10 +147,10 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
146
147
|
}> | null;
|
|
147
148
|
getQuery: () => _sinequa_atomic.Query;
|
|
148
149
|
} & _ngrx_signals.StateSource<{
|
|
149
|
-
text?: string | undefined;
|
|
150
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
151
150
|
name?: string | undefined;
|
|
151
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
152
152
|
sort?: string | undefined;
|
|
153
|
+
text?: string | undefined;
|
|
153
154
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
154
155
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
155
156
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -227,7 +228,7 @@ declare class MetadataComponent {
|
|
|
227
228
|
event: Event;
|
|
228
229
|
}>;
|
|
229
230
|
class: _angular_core.InputSignal<string | undefined>;
|
|
230
|
-
variant: _angular_core.InputSignal<"error" | "default" | "
|
|
231
|
+
variant: _angular_core.InputSignal<"error" | "default" | "secondary" | "accent" | "destructive" | "outline" | "ghost" | "info" | "success" | "warning" | "ai" | "none" | null | undefined>;
|
|
231
232
|
metadata: _angular_core.InputSignal<KeyOf<Article$1> | (string & Record<never, never>)>;
|
|
232
233
|
article: _angular_core.InputSignal<Partial<Article$1> | (string & Record<never, never>)>;
|
|
233
234
|
limit: _angular_core.InputSignalWithTransform<number | undefined, string | number | undefined>;
|
|
@@ -240,10 +241,10 @@ declare class MetadataComponent {
|
|
|
240
241
|
declare class MissingTermsComponent {
|
|
241
242
|
readonly article: _angular_core.InputSignal<Article$1>;
|
|
242
243
|
queryParamsStore: {
|
|
243
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
244
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
245
244
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
245
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
246
246
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
247
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
247
248
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
248
249
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
249
250
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -270,7 +271,7 @@ declare class MissingTermsComponent {
|
|
|
270
271
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
271
272
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
272
273
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
273
|
-
setFromUrl: (
|
|
274
|
+
setFromUrl: (href: string) => void;
|
|
274
275
|
getQueryParams: () => {
|
|
275
276
|
f?: string;
|
|
276
277
|
p?: number;
|
|
@@ -278,6 +279,7 @@ declare class MissingTermsComponent {
|
|
|
278
279
|
t?: string;
|
|
279
280
|
q?: string;
|
|
280
281
|
b?: string;
|
|
282
|
+
n?: string;
|
|
281
283
|
};
|
|
282
284
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
283
285
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -294,10 +296,10 @@ declare class MissingTermsComponent {
|
|
|
294
296
|
}> | null;
|
|
295
297
|
getQuery: () => _sinequa_atomic.Query;
|
|
296
298
|
} & _ngrx_signals.StateSource<{
|
|
297
|
-
text?: string | undefined;
|
|
298
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
299
299
|
name?: string | undefined;
|
|
300
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
300
301
|
sort?: string | undefined;
|
|
302
|
+
text?: string | undefined;
|
|
301
303
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
302
304
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
303
305
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -337,7 +339,7 @@ declare class MissingTermsComponent {
|
|
|
337
339
|
}
|
|
338
340
|
|
|
339
341
|
declare const multiSelectionToolbarVariants: (props?: ({
|
|
340
|
-
variant?: "
|
|
342
|
+
variant?: "light" | "dark" | "glassy" | null | undefined;
|
|
341
343
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
342
344
|
type MultiSelectionToolbarVariants = VariantProps<typeof multiSelectionToolbarVariants>;
|
|
343
345
|
declare class MultiSelectionToolbarComponent {
|
|
@@ -381,6 +383,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
381
383
|
filterLinkChildren?: boolean;
|
|
382
384
|
expandPreview?: boolean;
|
|
383
385
|
quickFilter?: boolean;
|
|
386
|
+
showAggregationItemCount?: boolean;
|
|
384
387
|
assistant?: {
|
|
385
388
|
usePrefixName?: boolean;
|
|
386
389
|
};
|
|
@@ -413,6 +416,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
413
416
|
filterLinkChildren?: boolean;
|
|
414
417
|
expandPreview?: boolean;
|
|
415
418
|
quickFilter?: boolean;
|
|
419
|
+
showAggregationItemCount?: boolean;
|
|
416
420
|
assistant?: {
|
|
417
421
|
usePrefixName?: boolean;
|
|
418
422
|
};
|
|
@@ -462,6 +466,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
462
466
|
filterLinkChildren?: boolean;
|
|
463
467
|
expandPreview?: boolean;
|
|
464
468
|
quickFilter?: boolean;
|
|
469
|
+
showAggregationItemCount?: boolean;
|
|
465
470
|
assistant?: {
|
|
466
471
|
usePrefixName?: boolean;
|
|
467
472
|
};
|
|
@@ -497,7 +502,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
497
502
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
498
503
|
getAggregationIcon: (column: string) => string | undefined;
|
|
499
504
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
500
|
-
getAggregationCustomization: (
|
|
505
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
501
506
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
502
507
|
} & _ngrx_signals.StateSource<{
|
|
503
508
|
name: string;
|
|
@@ -538,6 +543,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
538
543
|
filterLinkChildren?: boolean;
|
|
539
544
|
expandPreview?: boolean;
|
|
540
545
|
quickFilter?: boolean;
|
|
546
|
+
showAggregationItemCount?: boolean;
|
|
541
547
|
assistant?: {
|
|
542
548
|
usePrefixName?: boolean;
|
|
543
549
|
};
|
|
@@ -570,6 +576,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
570
576
|
filterLinkChildren?: boolean;
|
|
571
577
|
expandPreview?: boolean;
|
|
572
578
|
quickFilter?: boolean;
|
|
579
|
+
showAggregationItemCount?: boolean;
|
|
573
580
|
assistant?: {
|
|
574
581
|
usePrefixName?: boolean;
|
|
575
582
|
};
|
|
@@ -597,6 +604,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
597
604
|
article?: _angular_core.Signal<_sinequa_atomic.Article | undefined> | undefined;
|
|
598
605
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
599
606
|
queryText?: _angular_core.Signal<string | undefined> | undefined;
|
|
607
|
+
queryName?: _angular_core.Signal<string | undefined> | undefined;
|
|
600
608
|
previewHighlights?: _angular_core.Signal<_sinequa_atomic_angular.PreviewHighlights | undefined> | undefined;
|
|
601
609
|
assistantIdsToAttach: _angular_core.Signal<string[]>;
|
|
602
610
|
multiSelection: _angular_core.Signal<_sinequa_atomic.Article[]>;
|
|
@@ -610,6 +618,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
610
618
|
article?: _sinequa_atomic.Article | undefined;
|
|
611
619
|
id?: string | undefined;
|
|
612
620
|
queryText?: string | undefined;
|
|
621
|
+
queryName?: string | undefined;
|
|
613
622
|
previewHighlights?: _sinequa_atomic_angular.PreviewHighlights | undefined;
|
|
614
623
|
assistantIdsToAttach: string[];
|
|
615
624
|
multiSelection: _sinequa_atomic.Article[];
|
|
@@ -639,6 +648,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
639
648
|
filterLinkChildren?: boolean;
|
|
640
649
|
expandPreview?: boolean;
|
|
641
650
|
quickFilter?: boolean;
|
|
651
|
+
showAggregationItemCount?: boolean;
|
|
642
652
|
assistant?: {
|
|
643
653
|
usePrefixName?: boolean;
|
|
644
654
|
};
|
|
@@ -648,7 +658,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
648
658
|
};
|
|
649
659
|
} | undefined;
|
|
650
660
|
readonly class: _angular_core.InputSignal<string>;
|
|
651
|
-
readonly variant: _angular_core.InputSignal<"
|
|
661
|
+
readonly variant: _angular_core.InputSignal<"light" | "dark" | "glassy" | null | undefined>;
|
|
652
662
|
readonly updatedCollections: _angular_core.OutputEmitterRef<void>;
|
|
653
663
|
readonly count: _angular_core.Signal<number>;
|
|
654
664
|
readonly variants: _angular_core.Signal<string>;
|
|
@@ -908,6 +918,7 @@ type CFeatures = {
|
|
|
908
918
|
filterLinkChildren?: boolean;
|
|
909
919
|
expandPreview?: boolean;
|
|
910
920
|
quickFilter?: boolean;
|
|
921
|
+
showAggregationItemCount?: boolean;
|
|
911
922
|
assistant?: {
|
|
912
923
|
usePrefixName?: boolean;
|
|
913
924
|
};
|
|
@@ -1041,6 +1052,7 @@ declare class AggregationsService {
|
|
|
1041
1052
|
filterLinkChildren?: boolean;
|
|
1042
1053
|
expandPreview?: boolean;
|
|
1043
1054
|
quickFilter?: boolean;
|
|
1055
|
+
showAggregationItemCount?: boolean;
|
|
1044
1056
|
assistant?: {
|
|
1045
1057
|
usePrefixName?: boolean;
|
|
1046
1058
|
};
|
|
@@ -1073,6 +1085,7 @@ declare class AggregationsService {
|
|
|
1073
1085
|
filterLinkChildren?: boolean;
|
|
1074
1086
|
expandPreview?: boolean;
|
|
1075
1087
|
quickFilter?: boolean;
|
|
1088
|
+
showAggregationItemCount?: boolean;
|
|
1076
1089
|
assistant?: {
|
|
1077
1090
|
usePrefixName?: boolean;
|
|
1078
1091
|
};
|
|
@@ -1122,6 +1135,7 @@ declare class AggregationsService {
|
|
|
1122
1135
|
filterLinkChildren?: boolean;
|
|
1123
1136
|
expandPreview?: boolean;
|
|
1124
1137
|
quickFilter?: boolean;
|
|
1138
|
+
showAggregationItemCount?: boolean;
|
|
1125
1139
|
assistant?: {
|
|
1126
1140
|
usePrefixName?: boolean;
|
|
1127
1141
|
};
|
|
@@ -1157,7 +1171,7 @@ declare class AggregationsService {
|
|
|
1157
1171
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
1158
1172
|
getAggregationIcon: (column: string) => string | undefined;
|
|
1159
1173
|
getAggregationItemsCustomization: (column: string) => CFilterItem[] | undefined;
|
|
1160
|
-
getAggregationCustomization: (
|
|
1174
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => CFilter | undefined;
|
|
1161
1175
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
1162
1176
|
} & _ngrx_signals.StateSource<{
|
|
1163
1177
|
name: string;
|
|
@@ -1198,6 +1212,7 @@ declare class AggregationsService {
|
|
|
1198
1212
|
filterLinkChildren?: boolean;
|
|
1199
1213
|
expandPreview?: boolean;
|
|
1200
1214
|
quickFilter?: boolean;
|
|
1215
|
+
showAggregationItemCount?: boolean;
|
|
1201
1216
|
assistant?: {
|
|
1202
1217
|
usePrefixName?: boolean;
|
|
1203
1218
|
};
|
|
@@ -1230,6 +1245,7 @@ declare class AggregationsService {
|
|
|
1230
1245
|
filterLinkChildren?: boolean;
|
|
1231
1246
|
expandPreview?: boolean;
|
|
1232
1247
|
quickFilter?: boolean;
|
|
1248
|
+
showAggregationItemCount?: boolean;
|
|
1233
1249
|
assistant?: {
|
|
1234
1250
|
usePrefixName?: boolean;
|
|
1235
1251
|
};
|
|
@@ -1263,10 +1279,10 @@ declare class AggregationsService {
|
|
|
1263
1279
|
aggregations: Aggregation[];
|
|
1264
1280
|
}>;
|
|
1265
1281
|
queryParamsStore: {
|
|
1266
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1267
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1268
1282
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1283
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1269
1284
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1285
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1270
1286
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1271
1287
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1272
1288
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -1293,7 +1309,7 @@ declare class AggregationsService {
|
|
|
1293
1309
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
1294
1310
|
filters?: _angular_core.Signal<LegacyFilter[] | undefined> | undefined;
|
|
1295
1311
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
1296
|
-
setFromUrl: (
|
|
1312
|
+
setFromUrl: (href: string) => void;
|
|
1297
1313
|
getQueryParams: () => {
|
|
1298
1314
|
f?: string;
|
|
1299
1315
|
p?: number;
|
|
@@ -1301,6 +1317,7 @@ declare class AggregationsService {
|
|
|
1301
1317
|
t?: string;
|
|
1302
1318
|
q?: string;
|
|
1303
1319
|
b?: string;
|
|
1320
|
+
n?: string;
|
|
1304
1321
|
};
|
|
1305
1322
|
addFilter: (filter: LegacyFilter, audit?: AuditEvents) => void;
|
|
1306
1323
|
updateFilter: (filter: LegacyFilter, audit?: AuditEvents) => void;
|
|
@@ -1317,10 +1334,10 @@ declare class AggregationsService {
|
|
|
1317
1334
|
}> | null;
|
|
1318
1335
|
getQuery: () => Query;
|
|
1319
1336
|
} & _ngrx_signals.StateSource<{
|
|
1320
|
-
text?: string | undefined;
|
|
1321
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1322
1337
|
name?: string | undefined;
|
|
1338
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1323
1339
|
sort?: string | undefined;
|
|
1340
|
+
text?: string | undefined;
|
|
1324
1341
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1325
1342
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1326
1343
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -1445,7 +1462,7 @@ declare class ApplicationService {
|
|
|
1445
1462
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
1446
1463
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1447
1464
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
1448
|
-
userTheme: _angular_core.Signal<"
|
|
1465
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
1449
1466
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
1450
1467
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
1451
1468
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -1535,6 +1552,7 @@ declare class ApplicationService {
|
|
|
1535
1552
|
filterLinkChildren?: boolean;
|
|
1536
1553
|
expandPreview?: boolean;
|
|
1537
1554
|
quickFilter?: boolean;
|
|
1555
|
+
showAggregationItemCount?: boolean;
|
|
1538
1556
|
assistant?: {
|
|
1539
1557
|
usePrefixName?: boolean;
|
|
1540
1558
|
};
|
|
@@ -1547,12 +1565,7 @@ declare class ApplicationService {
|
|
|
1547
1565
|
name?: string;
|
|
1548
1566
|
logo?: {
|
|
1549
1567
|
alt?: string;
|
|
1550
|
-
light
|
|
1551
|
-
* Initializes the application stores.
|
|
1552
|
-
* - Fetches the application configuration.
|
|
1553
|
-
* - Sets the fetched application configuration in the app store.
|
|
1554
|
-
* - Loads the user settings and logs the state of the user settings store.
|
|
1555
|
-
*/: {
|
|
1568
|
+
light?: {
|
|
1556
1569
|
small?: string;
|
|
1557
1570
|
large?: string;
|
|
1558
1571
|
};
|
|
@@ -1572,6 +1585,7 @@ declare class ApplicationService {
|
|
|
1572
1585
|
filterLinkChildren?: boolean;
|
|
1573
1586
|
expandPreview?: boolean;
|
|
1574
1587
|
quickFilter?: boolean;
|
|
1588
|
+
showAggregationItemCount?: boolean;
|
|
1575
1589
|
assistant?: {
|
|
1576
1590
|
usePrefixName?: boolean;
|
|
1577
1591
|
};
|
|
@@ -1601,12 +1615,7 @@ declare class ApplicationService {
|
|
|
1601
1615
|
name?: string;
|
|
1602
1616
|
logo?: {
|
|
1603
1617
|
alt?: string;
|
|
1604
|
-
light
|
|
1605
|
-
* Initializes the application stores.
|
|
1606
|
-
* - Fetches the application configuration.
|
|
1607
|
-
* - Sets the fetched application configuration in the app store.
|
|
1608
|
-
* - Loads the user settings and logs the state of the user settings store.
|
|
1609
|
-
*/: {
|
|
1618
|
+
light?: {
|
|
1610
1619
|
small?: string;
|
|
1611
1620
|
large?: string;
|
|
1612
1621
|
};
|
|
@@ -1626,6 +1635,7 @@ declare class ApplicationService {
|
|
|
1626
1635
|
filterLinkChildren?: boolean;
|
|
1627
1636
|
expandPreview?: boolean;
|
|
1628
1637
|
quickFilter?: boolean;
|
|
1638
|
+
showAggregationItemCount?: boolean;
|
|
1629
1639
|
assistant?: {
|
|
1630
1640
|
usePrefixName?: boolean;
|
|
1631
1641
|
};
|
|
@@ -1661,7 +1671,7 @@ declare class ApplicationService {
|
|
|
1661
1671
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
1662
1672
|
getAggregationIcon: (column: string) => string | undefined;
|
|
1663
1673
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
1664
|
-
getAggregationCustomization: (
|
|
1674
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
1665
1675
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
1666
1676
|
} & _ngrx_signals.StateSource<{
|
|
1667
1677
|
name: string;
|
|
@@ -1702,6 +1712,7 @@ declare class ApplicationService {
|
|
|
1702
1712
|
filterLinkChildren?: boolean;
|
|
1703
1713
|
expandPreview?: boolean;
|
|
1704
1714
|
quickFilter?: boolean;
|
|
1715
|
+
showAggregationItemCount?: boolean;
|
|
1705
1716
|
assistant?: {
|
|
1706
1717
|
usePrefixName?: boolean;
|
|
1707
1718
|
};
|
|
@@ -1714,12 +1725,7 @@ declare class ApplicationService {
|
|
|
1714
1725
|
name?: string;
|
|
1715
1726
|
logo?: {
|
|
1716
1727
|
alt?: string;
|
|
1717
|
-
light
|
|
1718
|
-
* Initializes the application stores.
|
|
1719
|
-
* - Fetches the application configuration.
|
|
1720
|
-
* - Sets the fetched application configuration in the app store.
|
|
1721
|
-
* - Loads the user settings and logs the state of the user settings store.
|
|
1722
|
-
*/: {
|
|
1728
|
+
light?: {
|
|
1723
1729
|
small?: string;
|
|
1724
1730
|
large?: string;
|
|
1725
1731
|
};
|
|
@@ -1739,6 +1745,7 @@ declare class ApplicationService {
|
|
|
1739
1745
|
filterLinkChildren?: boolean;
|
|
1740
1746
|
expandPreview?: boolean;
|
|
1741
1747
|
quickFilter?: boolean;
|
|
1748
|
+
showAggregationItemCount?: boolean;
|
|
1742
1749
|
assistant?: {
|
|
1743
1750
|
usePrefixName?: boolean;
|
|
1744
1751
|
};
|
|
@@ -1865,6 +1872,7 @@ declare class AuditService {
|
|
|
1865
1872
|
filterLinkChildren?: boolean;
|
|
1866
1873
|
expandPreview?: boolean;
|
|
1867
1874
|
quickFilter?: boolean;
|
|
1875
|
+
showAggregationItemCount?: boolean;
|
|
1868
1876
|
assistant?: {
|
|
1869
1877
|
usePrefixName?: boolean;
|
|
1870
1878
|
};
|
|
@@ -1897,6 +1905,7 @@ declare class AuditService {
|
|
|
1897
1905
|
filterLinkChildren?: boolean;
|
|
1898
1906
|
expandPreview?: boolean;
|
|
1899
1907
|
quickFilter?: boolean;
|
|
1908
|
+
showAggregationItemCount?: boolean;
|
|
1900
1909
|
assistant?: {
|
|
1901
1910
|
usePrefixName?: boolean;
|
|
1902
1911
|
};
|
|
@@ -1946,6 +1955,7 @@ declare class AuditService {
|
|
|
1946
1955
|
filterLinkChildren?: boolean;
|
|
1947
1956
|
expandPreview?: boolean;
|
|
1948
1957
|
quickFilter?: boolean;
|
|
1958
|
+
showAggregationItemCount?: boolean;
|
|
1949
1959
|
assistant?: {
|
|
1950
1960
|
usePrefixName?: boolean;
|
|
1951
1961
|
};
|
|
@@ -1981,7 +1991,7 @@ declare class AuditService {
|
|
|
1981
1991
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
1982
1992
|
getAggregationIcon: (column: string) => string | undefined;
|
|
1983
1993
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
1984
|
-
getAggregationCustomization: (
|
|
1994
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
1985
1995
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
1986
1996
|
} & _ngrx_signals.StateSource<{
|
|
1987
1997
|
name: string;
|
|
@@ -2022,6 +2032,7 @@ declare class AuditService {
|
|
|
2022
2032
|
filterLinkChildren?: boolean;
|
|
2023
2033
|
expandPreview?: boolean;
|
|
2024
2034
|
quickFilter?: boolean;
|
|
2035
|
+
showAggregationItemCount?: boolean;
|
|
2025
2036
|
assistant?: {
|
|
2026
2037
|
usePrefixName?: boolean;
|
|
2027
2038
|
};
|
|
@@ -2054,6 +2065,7 @@ declare class AuditService {
|
|
|
2054
2065
|
filterLinkChildren?: boolean;
|
|
2055
2066
|
expandPreview?: boolean;
|
|
2056
2067
|
quickFilter?: boolean;
|
|
2068
|
+
showAggregationItemCount?: boolean;
|
|
2057
2069
|
assistant?: {
|
|
2058
2070
|
usePrefixName?: boolean;
|
|
2059
2071
|
};
|
|
@@ -2125,7 +2137,7 @@ declare class AutocompleteService {
|
|
|
2125
2137
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2126
2138
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2127
2139
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2128
|
-
userTheme: _angular_core.Signal<"
|
|
2140
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
2129
2141
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
2130
2142
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
2131
2143
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -2205,6 +2217,7 @@ declare class AutocompleteService {
|
|
|
2205
2217
|
filterLinkChildren?: boolean;
|
|
2206
2218
|
expandPreview?: boolean;
|
|
2207
2219
|
quickFilter?: boolean;
|
|
2220
|
+
showAggregationItemCount?: boolean;
|
|
2208
2221
|
assistant?: {
|
|
2209
2222
|
usePrefixName?: boolean;
|
|
2210
2223
|
};
|
|
@@ -2237,6 +2250,7 @@ declare class AutocompleteService {
|
|
|
2237
2250
|
filterLinkChildren?: boolean;
|
|
2238
2251
|
expandPreview?: boolean;
|
|
2239
2252
|
quickFilter?: boolean;
|
|
2253
|
+
showAggregationItemCount?: boolean;
|
|
2240
2254
|
assistant?: {
|
|
2241
2255
|
usePrefixName?: boolean;
|
|
2242
2256
|
};
|
|
@@ -2286,6 +2300,7 @@ declare class AutocompleteService {
|
|
|
2286
2300
|
filterLinkChildren?: boolean;
|
|
2287
2301
|
expandPreview?: boolean;
|
|
2288
2302
|
quickFilter?: boolean;
|
|
2303
|
+
showAggregationItemCount?: boolean;
|
|
2289
2304
|
assistant?: {
|
|
2290
2305
|
usePrefixName?: boolean;
|
|
2291
2306
|
};
|
|
@@ -2321,7 +2336,7 @@ declare class AutocompleteService {
|
|
|
2321
2336
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
2322
2337
|
getAggregationIcon: (column: string) => string | undefined;
|
|
2323
2338
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
2324
|
-
getAggregationCustomization: (
|
|
2339
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
2325
2340
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
2326
2341
|
} & _ngrx_signals.StateSource<{
|
|
2327
2342
|
name: string;
|
|
@@ -2362,6 +2377,7 @@ declare class AutocompleteService {
|
|
|
2362
2377
|
filterLinkChildren?: boolean;
|
|
2363
2378
|
expandPreview?: boolean;
|
|
2364
2379
|
quickFilter?: boolean;
|
|
2380
|
+
showAggregationItemCount?: boolean;
|
|
2365
2381
|
assistant?: {
|
|
2366
2382
|
usePrefixName?: boolean;
|
|
2367
2383
|
};
|
|
@@ -2394,6 +2410,7 @@ declare class AutocompleteService {
|
|
|
2394
2410
|
filterLinkChildren?: boolean;
|
|
2395
2411
|
expandPreview?: boolean;
|
|
2396
2412
|
quickFilter?: boolean;
|
|
2413
|
+
showAggregationItemCount?: boolean;
|
|
2397
2414
|
assistant?: {
|
|
2398
2415
|
usePrefixName?: boolean;
|
|
2399
2416
|
};
|
|
@@ -2617,6 +2634,7 @@ declare const AppStore: _angular_core.Type<{
|
|
|
2617
2634
|
filterLinkChildren?: boolean;
|
|
2618
2635
|
expandPreview?: boolean;
|
|
2619
2636
|
quickFilter?: boolean;
|
|
2637
|
+
showAggregationItemCount?: boolean;
|
|
2620
2638
|
assistant?: {
|
|
2621
2639
|
usePrefixName?: boolean;
|
|
2622
2640
|
};
|
|
@@ -2649,6 +2667,7 @@ declare const AppStore: _angular_core.Type<{
|
|
|
2649
2667
|
filterLinkChildren?: boolean;
|
|
2650
2668
|
expandPreview?: boolean;
|
|
2651
2669
|
quickFilter?: boolean;
|
|
2670
|
+
showAggregationItemCount?: boolean;
|
|
2652
2671
|
assistant?: {
|
|
2653
2672
|
usePrefixName?: boolean;
|
|
2654
2673
|
};
|
|
@@ -2698,6 +2717,7 @@ declare const AppStore: _angular_core.Type<{
|
|
|
2698
2717
|
filterLinkChildren?: boolean;
|
|
2699
2718
|
expandPreview?: boolean;
|
|
2700
2719
|
quickFilter?: boolean;
|
|
2720
|
+
showAggregationItemCount?: boolean;
|
|
2701
2721
|
assistant?: {
|
|
2702
2722
|
usePrefixName?: boolean;
|
|
2703
2723
|
};
|
|
@@ -2731,7 +2751,7 @@ declare const AppStore: _angular_core.Type<{
|
|
|
2731
2751
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
2732
2752
|
getAggregationIcon: (column: string) => string | undefined;
|
|
2733
2753
|
getAggregationItemsCustomization: (column: string) => CFilterItem[] | undefined;
|
|
2734
|
-
getAggregationCustomization: (
|
|
2754
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => CFilter | undefined;
|
|
2735
2755
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
2736
2756
|
} & _ngrx_signals.StateSource<{
|
|
2737
2757
|
name: string;
|
|
@@ -2772,6 +2792,7 @@ declare const AppStore: _angular_core.Type<{
|
|
|
2772
2792
|
filterLinkChildren?: boolean;
|
|
2773
2793
|
expandPreview?: boolean;
|
|
2774
2794
|
quickFilter?: boolean;
|
|
2795
|
+
showAggregationItemCount?: boolean;
|
|
2775
2796
|
assistant?: {
|
|
2776
2797
|
usePrefixName?: boolean;
|
|
2777
2798
|
};
|
|
@@ -2804,6 +2825,7 @@ declare const AppStore: _angular_core.Type<{
|
|
|
2804
2825
|
filterLinkChildren?: boolean;
|
|
2805
2826
|
expandPreview?: boolean;
|
|
2806
2827
|
quickFilter?: boolean;
|
|
2828
|
+
showAggregationItemCount?: boolean;
|
|
2807
2829
|
assistant?: {
|
|
2808
2830
|
usePrefixName?: boolean;
|
|
2809
2831
|
};
|
|
@@ -2870,6 +2892,7 @@ declare function withAppFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signa
|
|
|
2870
2892
|
filterLinkChildren?: boolean;
|
|
2871
2893
|
expandPreview?: boolean;
|
|
2872
2894
|
quickFilter?: boolean;
|
|
2895
|
+
showAggregationItemCount?: boolean;
|
|
2873
2896
|
assistant?: {
|
|
2874
2897
|
usePrefixName?: boolean;
|
|
2875
2898
|
};
|
|
@@ -2902,6 +2925,7 @@ declare function withAppFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signa
|
|
|
2902
2925
|
filterLinkChildren?: boolean;
|
|
2903
2926
|
expandPreview?: boolean;
|
|
2904
2927
|
quickFilter?: boolean;
|
|
2928
|
+
showAggregationItemCount?: boolean;
|
|
2905
2929
|
assistant?: {
|
|
2906
2930
|
usePrefixName?: boolean;
|
|
2907
2931
|
};
|
|
@@ -2925,39 +2949,6 @@ declare function withAppFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signa
|
|
|
2925
2949
|
authorizationLevel?: string | undefined;
|
|
2926
2950
|
columnMap?: Record<string, CCColumn> | undefined;
|
|
2927
2951
|
};
|
|
2928
|
-
props: {};
|
|
2929
|
-
methods: {
|
|
2930
|
-
initialize: () => Promise<void>;
|
|
2931
|
-
initializeWithAppName: (appName: string) => Promise<void>;
|
|
2932
|
-
update: (app: CCApp) => void;
|
|
2933
|
-
getWebServiceByType: (type: CCWebService["webServiceType"]) => CCWebService | undefined;
|
|
2934
|
-
getLabels: () => {
|
|
2935
|
-
private: string;
|
|
2936
|
-
public: string;
|
|
2937
|
-
};
|
|
2938
|
-
getQueryByName: (name: string) => CCQuery | undefined;
|
|
2939
|
-
getQueryByIndex: (index: number) => CCQuery | undefined;
|
|
2940
|
-
getDefaultQuery: () => CCQuery | undefined;
|
|
2941
|
-
allowEmptySearch: (queryName: string) => boolean;
|
|
2942
|
-
enableFieldedSearch: (queryName: string) => boolean;
|
|
2943
|
-
allowLabels: () => boolean;
|
|
2944
|
-
getColumnAlias: (column: string) => string;
|
|
2945
|
-
getColumn: (columnOrAlias: string) => CCColumn | undefined;
|
|
2946
|
-
isDateColumn: (column: string) => boolean;
|
|
2947
|
-
isTabSearch: (queryName: string) => boolean;
|
|
2948
|
-
getAggregationCount: (queryName: string | undefined, aggregationName: string) => number;
|
|
2949
|
-
getAuthorizedFilters: () => Aggregation[];
|
|
2950
|
-
getAuthorized: (filters: Pick<CFilter, "column" | "name">[]) => Aggregation[];
|
|
2951
|
-
};
|
|
2952
|
-
}>;
|
|
2953
|
-
/**
|
|
2954
|
-
* Management of customization JSONs features for the app
|
|
2955
|
-
*/
|
|
2956
|
-
declare function withAppCustomizationFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
2957
|
-
state: {
|
|
2958
|
-
customJSONs: SideCJson[];
|
|
2959
|
-
data: {};
|
|
2960
|
-
};
|
|
2961
2952
|
props: {
|
|
2962
2953
|
customizationJson: _angular_core.Signal<CJsonMint>;
|
|
2963
2954
|
sources: _angular_core.Signal<CSources>;
|
|
@@ -2986,6 +2977,7 @@ declare function withAppCustomizationFeatures(): _ngrx_signals.SignalStoreFeatur
|
|
|
2986
2977
|
filterLinkChildren?: boolean;
|
|
2987
2978
|
expandPreview?: boolean;
|
|
2988
2979
|
quickFilter?: boolean;
|
|
2980
|
+
showAggregationItemCount?: boolean;
|
|
2989
2981
|
assistant?: {
|
|
2990
2982
|
usePrefixName?: boolean;
|
|
2991
2983
|
};
|
|
@@ -2997,10 +2989,31 @@ declare function withAppCustomizationFeatures(): _ngrx_signals.SignalStoreFeatur
|
|
|
2997
2989
|
assistants: _angular_core.Signal<AssistantConfiguration>;
|
|
2998
2990
|
};
|
|
2999
2991
|
methods: {
|
|
2992
|
+
initialize: () => Promise<void>;
|
|
2993
|
+
initializeWithAppName: (appName: string) => Promise<void>;
|
|
2994
|
+
update: (app: CCApp) => void;
|
|
2995
|
+
getWebServiceByType: (type: CCWebService["webServiceType"]) => CCWebService | undefined;
|
|
2996
|
+
getLabels: () => {
|
|
2997
|
+
private: string;
|
|
2998
|
+
public: string;
|
|
2999
|
+
};
|
|
3000
|
+
getQueryByName: (name: string) => CCQuery | undefined;
|
|
3001
|
+
getQueryByIndex: (index: number) => CCQuery | undefined;
|
|
3002
|
+
getDefaultQuery: () => CCQuery | undefined;
|
|
3003
|
+
allowEmptySearch: (queryName: string) => boolean;
|
|
3004
|
+
enableFieldedSearch: (queryName: string) => boolean;
|
|
3005
|
+
allowLabels: () => boolean;
|
|
3006
|
+
getColumnAlias: (column: string) => string;
|
|
3007
|
+
getColumn: (columnOrAlias: string) => CCColumn | undefined;
|
|
3008
|
+
isDateColumn: (column: string) => boolean;
|
|
3009
|
+
isTabSearch: (queryName: string) => boolean;
|
|
3010
|
+
getAggregationCount: (queryName: string | undefined, aggregationName: string) => number;
|
|
3011
|
+
getAuthorizedFilters: () => Aggregation[];
|
|
3012
|
+
getAuthorized: (filters: Pick<CFilter, "column" | "name">[]) => Aggregation[];
|
|
3000
3013
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
3001
3014
|
getAggregationIcon: (column: string) => string | undefined;
|
|
3002
3015
|
getAggregationItemsCustomization: (column: string) => CFilterItem[] | undefined;
|
|
3003
|
-
getAggregationCustomization: (
|
|
3016
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => CFilter | undefined;
|
|
3004
3017
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
3005
3018
|
};
|
|
3006
3019
|
}>;
|
|
@@ -3131,12 +3144,13 @@ type QueryParams = {
|
|
|
3131
3144
|
t?: string;
|
|
3132
3145
|
q?: string;
|
|
3133
3146
|
b?: string;
|
|
3147
|
+
n?: string;
|
|
3134
3148
|
};
|
|
3135
3149
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
3136
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
3137
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
3138
3150
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
3151
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
3139
3152
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
3153
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
3140
3154
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
3141
3155
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
3142
3156
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -3163,7 +3177,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
3163
3177
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
3164
3178
|
filters?: _angular_core.Signal<LegacyFilter[] | undefined> | undefined;
|
|
3165
3179
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
3166
|
-
setFromUrl: (
|
|
3180
|
+
setFromUrl: (href: string) => void;
|
|
3167
3181
|
getQueryParams: () => QueryParams;
|
|
3168
3182
|
addFilter: (filter: LegacyFilter, audit?: AuditEvents) => void;
|
|
3169
3183
|
updateFilter: (filter: LegacyFilter, audit?: AuditEvents) => void;
|
|
@@ -3180,10 +3194,10 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
3180
3194
|
}> | null;
|
|
3181
3195
|
getQuery: () => _sinequa_atomic.Query;
|
|
3182
3196
|
} & _ngrx_signals.StateSource<{
|
|
3183
|
-
text?: string | undefined;
|
|
3184
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3185
3197
|
name?: string | undefined;
|
|
3198
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3186
3199
|
sort?: string | undefined;
|
|
3200
|
+
text?: string | undefined;
|
|
3187
3201
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
3188
3202
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
3189
3203
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -3213,10 +3227,10 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
3213
3227
|
}>>;
|
|
3214
3228
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
3215
3229
|
state: {
|
|
3216
|
-
text?: string | undefined;
|
|
3217
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3218
3230
|
name?: string | undefined;
|
|
3231
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3219
3232
|
sort?: string | undefined;
|
|
3233
|
+
text?: string | undefined;
|
|
3220
3234
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
3221
3235
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
3222
3236
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -3246,7 +3260,7 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
3246
3260
|
};
|
|
3247
3261
|
props: {};
|
|
3248
3262
|
methods: {
|
|
3249
|
-
setFromUrl: (
|
|
3263
|
+
setFromUrl: (href: string) => void;
|
|
3250
3264
|
_updateUrlQueryParams: (state: QueryParams$1, audit?: AuditEvents) => void;
|
|
3251
3265
|
getQueryParams: () => QueryParams;
|
|
3252
3266
|
addFilter: (filter: LegacyFilter, audit?: AuditEvents) => void;
|
|
@@ -3274,6 +3288,7 @@ type SelectionState = {
|
|
|
3274
3288
|
article?: Article$1;
|
|
3275
3289
|
id?: string;
|
|
3276
3290
|
queryText?: string;
|
|
3291
|
+
queryName?: string;
|
|
3277
3292
|
previewHighlights?: PreviewHighlights;
|
|
3278
3293
|
assistantIdsToAttach: string[];
|
|
3279
3294
|
};
|
|
@@ -3286,7 +3301,7 @@ type SelectionState = {
|
|
|
3286
3301
|
* - `article`: The selected article.
|
|
3287
3302
|
* - `id`: The ID of the selected article.
|
|
3288
3303
|
* - `queryText`: The query text associated with the selection.
|
|
3289
|
-
*
|
|
3304
|
+
* - `queryName`: The query name associated with the selection.
|
|
3290
3305
|
* @methods
|
|
3291
3306
|
* - `update(article: Article, queryText?: string)`: Updates the store with a new article and optional query text.
|
|
3292
3307
|
* - `updateQueryText(queryText: string)`: Updates the query text in the store.
|
|
@@ -3296,6 +3311,7 @@ declare const SelectionStore: _angular_core.Type<{
|
|
|
3296
3311
|
article?: _angular_core.Signal<Article$1 | undefined> | undefined;
|
|
3297
3312
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
3298
3313
|
queryText?: _angular_core.Signal<string | undefined> | undefined;
|
|
3314
|
+
queryName?: _angular_core.Signal<string | undefined> | undefined;
|
|
3299
3315
|
previewHighlights?: _angular_core.Signal<PreviewHighlights | undefined> | undefined;
|
|
3300
3316
|
assistantIdsToAttach: _angular_core.Signal<string[]>;
|
|
3301
3317
|
multiSelection: _angular_core.Signal<Article$1[]>;
|
|
@@ -3309,6 +3325,7 @@ declare const SelectionStore: _angular_core.Type<{
|
|
|
3309
3325
|
article?: Article$1 | undefined;
|
|
3310
3326
|
id?: string | undefined;
|
|
3311
3327
|
queryText?: string | undefined;
|
|
3328
|
+
queryName?: string | undefined;
|
|
3312
3329
|
previewHighlights?: PreviewHighlights | undefined;
|
|
3313
3330
|
assistantIdsToAttach: string[];
|
|
3314
3331
|
multiSelection: Article$1[];
|
|
@@ -3318,6 +3335,7 @@ declare function withSelectionFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx
|
|
|
3318
3335
|
article?: Article$1 | undefined;
|
|
3319
3336
|
id?: string | undefined;
|
|
3320
3337
|
queryText?: string | undefined;
|
|
3338
|
+
queryName?: string | undefined;
|
|
3321
3339
|
previewHighlights?: PreviewHighlights | undefined;
|
|
3322
3340
|
assistantIdsToAttach: string[];
|
|
3323
3341
|
};
|
|
@@ -3335,6 +3353,7 @@ declare function withMultiSelectionFeatures(): _ngrx_signals.SignalStoreFeature<
|
|
|
3335
3353
|
article?: Article$1 | undefined;
|
|
3336
3354
|
id?: string | undefined;
|
|
3337
3355
|
queryText?: string | undefined;
|
|
3356
|
+
queryName?: string | undefined;
|
|
3338
3357
|
previewHighlights?: PreviewHighlights | undefined;
|
|
3339
3358
|
assistantIdsToAttach: string[];
|
|
3340
3359
|
multiSelection: Article$1[];
|
|
@@ -3425,7 +3444,7 @@ declare const UserSettingsStore: _angular_core.Type<{
|
|
|
3425
3444
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
3426
3445
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3427
3446
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
3428
|
-
userTheme: _angular_core.Signal<"
|
|
3447
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
3429
3448
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
3430
3449
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
3431
3450
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -3766,6 +3785,7 @@ declare class PreviewService {
|
|
|
3766
3785
|
article?: _angular_core.Signal<Article$1 | undefined> | undefined;
|
|
3767
3786
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
3768
3787
|
queryText?: _angular_core.Signal<string | undefined> | undefined;
|
|
3788
|
+
queryName?: _angular_core.Signal<string | undefined> | undefined;
|
|
3769
3789
|
previewHighlights?: _angular_core.Signal<_sinequa_atomic_angular.PreviewHighlights | undefined> | undefined;
|
|
3770
3790
|
assistantIdsToAttach: _angular_core.Signal<string[]>;
|
|
3771
3791
|
multiSelection: _angular_core.Signal<Article$1[]>;
|
|
@@ -3779,15 +3799,16 @@ declare class PreviewService {
|
|
|
3779
3799
|
article?: Article$1 | undefined;
|
|
3780
3800
|
id?: string | undefined;
|
|
3781
3801
|
queryText?: string | undefined;
|
|
3802
|
+
queryName?: string | undefined;
|
|
3782
3803
|
previewHighlights?: _sinequa_atomic_angular.PreviewHighlights | undefined;
|
|
3783
3804
|
assistantIdsToAttach: string[];
|
|
3784
3805
|
multiSelection: Article$1[];
|
|
3785
3806
|
}>;
|
|
3786
3807
|
protected readonly queryParamsStore: {
|
|
3787
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
3788
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
3789
3808
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
3809
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
3790
3810
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
3811
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
3791
3812
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
3792
3813
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
3793
3814
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -3814,7 +3835,7 @@ declare class PreviewService {
|
|
|
3814
3835
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
3815
3836
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
3816
3837
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
3817
|
-
setFromUrl: (
|
|
3838
|
+
setFromUrl: (href: string) => void;
|
|
3818
3839
|
getQueryParams: () => {
|
|
3819
3840
|
f?: string;
|
|
3820
3841
|
p?: number;
|
|
@@ -3822,6 +3843,7 @@ declare class PreviewService {
|
|
|
3822
3843
|
t?: string;
|
|
3823
3844
|
q?: string;
|
|
3824
3845
|
b?: string;
|
|
3846
|
+
n?: string;
|
|
3825
3847
|
};
|
|
3826
3848
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: AuditEvents) => void;
|
|
3827
3849
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: AuditEvents) => void;
|
|
@@ -3838,10 +3860,10 @@ declare class PreviewService {
|
|
|
3838
3860
|
}> | null;
|
|
3839
3861
|
getQuery: () => Query;
|
|
3840
3862
|
} & _ngrx_signals.StateSource<{
|
|
3841
|
-
text?: string | undefined;
|
|
3842
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3843
3863
|
name?: string | undefined;
|
|
3864
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3844
3865
|
sort?: string | undefined;
|
|
3866
|
+
text?: string | undefined;
|
|
3845
3867
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
3846
3868
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
3847
3869
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -3908,6 +3930,7 @@ declare class PreviewService {
|
|
|
3908
3930
|
filterLinkChildren?: boolean;
|
|
3909
3931
|
expandPreview?: boolean;
|
|
3910
3932
|
quickFilter?: boolean;
|
|
3933
|
+
showAggregationItemCount?: boolean;
|
|
3911
3934
|
assistant?: {
|
|
3912
3935
|
usePrefixName?: boolean;
|
|
3913
3936
|
};
|
|
@@ -3940,6 +3963,7 @@ declare class PreviewService {
|
|
|
3940
3963
|
filterLinkChildren?: boolean;
|
|
3941
3964
|
expandPreview?: boolean;
|
|
3942
3965
|
quickFilter?: boolean;
|
|
3966
|
+
showAggregationItemCount?: boolean;
|
|
3943
3967
|
assistant?: {
|
|
3944
3968
|
usePrefixName?: boolean;
|
|
3945
3969
|
};
|
|
@@ -3989,6 +4013,7 @@ declare class PreviewService {
|
|
|
3989
4013
|
filterLinkChildren?: boolean;
|
|
3990
4014
|
expandPreview?: boolean;
|
|
3991
4015
|
quickFilter?: boolean;
|
|
4016
|
+
showAggregationItemCount?: boolean;
|
|
3992
4017
|
assistant?: {
|
|
3993
4018
|
usePrefixName?: boolean;
|
|
3994
4019
|
};
|
|
@@ -4024,7 +4049,7 @@ declare class PreviewService {
|
|
|
4024
4049
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
4025
4050
|
getAggregationIcon: (column: string) => string | undefined;
|
|
4026
4051
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
4027
|
-
getAggregationCustomization: (
|
|
4052
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
4028
4053
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
4029
4054
|
} & _ngrx_signals.StateSource<{
|
|
4030
4055
|
name: string;
|
|
@@ -4065,6 +4090,7 @@ declare class PreviewService {
|
|
|
4065
4090
|
filterLinkChildren?: boolean;
|
|
4066
4091
|
expandPreview?: boolean;
|
|
4067
4092
|
quickFilter?: boolean;
|
|
4093
|
+
showAggregationItemCount?: boolean;
|
|
4068
4094
|
assistant?: {
|
|
4069
4095
|
usePrefixName?: boolean;
|
|
4070
4096
|
};
|
|
@@ -4097,6 +4123,7 @@ declare class PreviewService {
|
|
|
4097
4123
|
filterLinkChildren?: boolean;
|
|
4098
4124
|
expandPreview?: boolean;
|
|
4099
4125
|
quickFilter?: boolean;
|
|
4126
|
+
showAggregationItemCount?: boolean;
|
|
4100
4127
|
assistant?: {
|
|
4101
4128
|
usePrefixName?: boolean;
|
|
4102
4129
|
};
|
|
@@ -4302,7 +4329,7 @@ declare class SavedSearchesService {
|
|
|
4302
4329
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
4303
4330
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4304
4331
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4305
|
-
userTheme: _angular_core.Signal<"
|
|
4332
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
4306
4333
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
4307
4334
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
4308
4335
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -4344,10 +4371,10 @@ declare class SavedSearchesService {
|
|
|
4344
4371
|
userTheme: "dark" | "light" | "system";
|
|
4345
4372
|
}>;
|
|
4346
4373
|
protected readonly queryParamsStore: {
|
|
4347
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4348
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4349
4374
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4375
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4350
4376
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4377
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4351
4378
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4352
4379
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4353
4380
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -4374,7 +4401,7 @@ declare class SavedSearchesService {
|
|
|
4374
4401
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
4375
4402
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
4376
4403
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
4377
|
-
setFromUrl: (
|
|
4404
|
+
setFromUrl: (href: string) => void;
|
|
4378
4405
|
getQueryParams: () => {
|
|
4379
4406
|
f?: string;
|
|
4380
4407
|
p?: number;
|
|
@@ -4382,6 +4409,7 @@ declare class SavedSearchesService {
|
|
|
4382
4409
|
t?: string;
|
|
4383
4410
|
q?: string;
|
|
4384
4411
|
b?: string;
|
|
4412
|
+
n?: string;
|
|
4385
4413
|
};
|
|
4386
4414
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
4387
4415
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -4398,10 +4426,10 @@ declare class SavedSearchesService {
|
|
|
4398
4426
|
}> | null;
|
|
4399
4427
|
getQuery: () => _sinequa_atomic.Query;
|
|
4400
4428
|
} & _ngrx_signals.StateSource<{
|
|
4401
|
-
text?: string | undefined;
|
|
4402
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4403
4429
|
name?: string | undefined;
|
|
4430
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4404
4431
|
sort?: string | undefined;
|
|
4432
|
+
text?: string | undefined;
|
|
4405
4433
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4406
4434
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4407
4435
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -4484,10 +4512,10 @@ declare class SearchService {
|
|
|
4484
4512
|
result: Result;
|
|
4485
4513
|
audit?: AuditEvents;
|
|
4486
4514
|
protected readonly queryParamsStore: {
|
|
4487
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4488
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4489
4515
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4516
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4490
4517
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4518
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4491
4519
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4492
4520
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4493
4521
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -4514,7 +4542,7 @@ declare class SearchService {
|
|
|
4514
4542
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
4515
4543
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
4516
4544
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
4517
|
-
setFromUrl: (
|
|
4545
|
+
setFromUrl: (href: string) => void;
|
|
4518
4546
|
getQueryParams: () => {
|
|
4519
4547
|
f?: string;
|
|
4520
4548
|
p?: number;
|
|
@@ -4522,6 +4550,7 @@ declare class SearchService {
|
|
|
4522
4550
|
t?: string;
|
|
4523
4551
|
q?: string;
|
|
4524
4552
|
b?: string;
|
|
4553
|
+
n?: string;
|
|
4525
4554
|
};
|
|
4526
4555
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: AuditEvents) => void;
|
|
4527
4556
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: AuditEvents) => void;
|
|
@@ -4538,10 +4567,10 @@ declare class SearchService {
|
|
|
4538
4567
|
}> | null;
|
|
4539
4568
|
getQuery: () => Query;
|
|
4540
4569
|
} & _ngrx_signals.StateSource<{
|
|
4541
|
-
text?: string | undefined;
|
|
4542
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4543
4570
|
name?: string | undefined;
|
|
4571
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4544
4572
|
sort?: string | undefined;
|
|
4573
|
+
text?: string | undefined;
|
|
4545
4574
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4546
4575
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4547
4576
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -4578,7 +4607,7 @@ declare class SearchService {
|
|
|
4578
4607
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
4579
4608
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4580
4609
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4581
|
-
userTheme: _angular_core.Signal<"
|
|
4610
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
4582
4611
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
4583
4612
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: AuditEvents) => Promise<void>;
|
|
4584
4613
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -4664,64 +4693,16 @@ declare class SearchService {
|
|
|
4664
4693
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<SearchService>;
|
|
4665
4694
|
}
|
|
4666
4695
|
|
|
4667
|
-
type SelectionHistoryEvent = 'back' | 'new';
|
|
4668
|
-
declare class SelectionHistoryService {
|
|
4669
|
-
readonly selectionHistoryEvent: EventEmitter<SelectionHistoryEvent>;
|
|
4670
|
-
private readonly selectionService;
|
|
4671
|
-
private readonly selectionStore;
|
|
4672
|
-
private readonly history;
|
|
4673
|
-
constructor();
|
|
4674
|
-
/**
|
|
4675
|
-
* Retrieves the index of the current selection.
|
|
4676
|
-
*
|
|
4677
|
-
* @returns {number} The index of the current selection, which is the last element in the history array.
|
|
4678
|
-
*/
|
|
4679
|
-
getCurrentSelectionIndex(): number;
|
|
4680
|
-
/**
|
|
4681
|
-
* Retrieves an article from the selection history at the specified index.
|
|
4682
|
-
*
|
|
4683
|
-
* @param index - The index of the article to retrieve.
|
|
4684
|
-
* @returns The article at the specified index, or `undefined` if the index is out of bounds.
|
|
4685
|
-
*/
|
|
4686
|
-
getSelection(index: number): Article$1 | undefined;
|
|
4687
|
-
/**
|
|
4688
|
-
* Retrieves the length of the history array.
|
|
4689
|
-
*
|
|
4690
|
-
* @returns {number} The number of entries in the history.
|
|
4691
|
-
*/
|
|
4692
|
-
getHistoryLength(): number;
|
|
4693
|
-
/**
|
|
4694
|
-
* Clears the selection history and resets the current article selection.
|
|
4695
|
-
*
|
|
4696
|
-
* This method performs the following actions:
|
|
4697
|
-
* - Empties the history array.
|
|
4698
|
-
* - Calls the `clearCurrentArticle` method on the `selectionService` to reset the current article selection.
|
|
4699
|
-
*/
|
|
4700
|
-
clearHistory(): void;
|
|
4701
|
-
/**
|
|
4702
|
-
* Navigates back in the selection history.
|
|
4703
|
-
*
|
|
4704
|
-
* Removes the most recent entry from the history. If the history is empty after this operation,
|
|
4705
|
-
* it returns `undefined`. Otherwise, it sets the current article to the last entry in the history,
|
|
4706
|
-
* triggers a 'back' event, and returns the last entry.
|
|
4707
|
-
*
|
|
4708
|
-
* @returns {Article | undefined} The last article in the history, or `undefined` if the history is empty.
|
|
4709
|
-
*/
|
|
4710
|
-
back(): Article$1 | undefined;
|
|
4711
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SelectionHistoryService, never>;
|
|
4712
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<SelectionHistoryService>;
|
|
4713
|
-
}
|
|
4714
|
-
|
|
4715
4696
|
declare class SelectionService {
|
|
4716
4697
|
private readonly route;
|
|
4717
4698
|
private readonly router;
|
|
4718
4699
|
private readonly location;
|
|
4719
4700
|
private readonly selectionStore;
|
|
4720
4701
|
queryParamsStore: {
|
|
4721
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4722
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4723
4702
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4703
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4724
4704
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4705
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4725
4706
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4726
4707
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4727
4708
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -4748,7 +4729,7 @@ declare class SelectionService {
|
|
|
4748
4729
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
4749
4730
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
4750
4731
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
4751
|
-
setFromUrl: (
|
|
4732
|
+
setFromUrl: (href: string) => void;
|
|
4752
4733
|
getQueryParams: () => {
|
|
4753
4734
|
f?: string;
|
|
4754
4735
|
p?: number;
|
|
@@ -4756,6 +4737,7 @@ declare class SelectionService {
|
|
|
4756
4737
|
t?: string;
|
|
4757
4738
|
q?: string;
|
|
4758
4739
|
b?: string;
|
|
4740
|
+
n?: string;
|
|
4759
4741
|
};
|
|
4760
4742
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
4761
4743
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -4772,10 +4754,10 @@ declare class SelectionService {
|
|
|
4772
4754
|
}> | null;
|
|
4773
4755
|
getQuery: () => _sinequa_atomic.Query;
|
|
4774
4756
|
} & _ngrx_signals.StateSource<{
|
|
4775
|
-
text?: string | undefined;
|
|
4776
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4777
4757
|
name?: string | undefined;
|
|
4758
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4778
4759
|
sort?: string | undefined;
|
|
4760
|
+
text?: string | undefined;
|
|
4779
4761
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4780
4762
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4781
4763
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -4846,6 +4828,54 @@ declare class SelectionService {
|
|
|
4846
4828
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<SelectionService>;
|
|
4847
4829
|
}
|
|
4848
4830
|
|
|
4831
|
+
type SelectionHistoryEvent = 'back' | 'new';
|
|
4832
|
+
declare class SelectionHistoryService {
|
|
4833
|
+
readonly selectionHistoryEvent: EventEmitter<SelectionHistoryEvent>;
|
|
4834
|
+
private readonly selectionService;
|
|
4835
|
+
private readonly selectionStore;
|
|
4836
|
+
private readonly history;
|
|
4837
|
+
constructor();
|
|
4838
|
+
/**
|
|
4839
|
+
* Retrieves the index of the current selection.
|
|
4840
|
+
*
|
|
4841
|
+
* @returns {number} The index of the current selection, which is the last element in the history array.
|
|
4842
|
+
*/
|
|
4843
|
+
getCurrentSelectionIndex(): number;
|
|
4844
|
+
/**
|
|
4845
|
+
* Retrieves an article from the selection history at the specified index.
|
|
4846
|
+
*
|
|
4847
|
+
* @param index - The index of the article to retrieve.
|
|
4848
|
+
* @returns The article at the specified index, or `undefined` if the index is out of bounds.
|
|
4849
|
+
*/
|
|
4850
|
+
getSelection(index: number): Article$1 | undefined;
|
|
4851
|
+
/**
|
|
4852
|
+
* Retrieves the length of the history array.
|
|
4853
|
+
*
|
|
4854
|
+
* @returns {number} The number of entries in the history.
|
|
4855
|
+
*/
|
|
4856
|
+
getHistoryLength(): number;
|
|
4857
|
+
/**
|
|
4858
|
+
* Clears the selection history and resets the current article selection.
|
|
4859
|
+
*
|
|
4860
|
+
* This method performs the following actions:
|
|
4861
|
+
* - Empties the history array.
|
|
4862
|
+
* - Calls the `clearCurrentArticle` method on the `selectionService` to reset the current article selection.
|
|
4863
|
+
*/
|
|
4864
|
+
clearHistory(): void;
|
|
4865
|
+
/**
|
|
4866
|
+
* Navigates back in the selection history.
|
|
4867
|
+
*
|
|
4868
|
+
* Removes the most recent entry from the history. If the history is empty after this operation,
|
|
4869
|
+
* it returns `undefined`. Otherwise, it sets the current article to the last entry in the history,
|
|
4870
|
+
* triggers a 'back' event, and returns the last entry.
|
|
4871
|
+
*
|
|
4872
|
+
* @returns {Article | undefined} The last article in the history, or `undefined` if the history is empty.
|
|
4873
|
+
*/
|
|
4874
|
+
back(): Article$1 | undefined;
|
|
4875
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SelectionHistoryService, never>;
|
|
4876
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<SelectionHistoryService>;
|
|
4877
|
+
}
|
|
4878
|
+
|
|
4849
4879
|
declare class TextChunkService {
|
|
4850
4880
|
protected readonly http: HttpClient;
|
|
4851
4881
|
protected readonly API_URL: string;
|
|
@@ -4865,6 +4895,19 @@ declare class TextChunkService {
|
|
|
4865
4895
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<TextChunkService>;
|
|
4866
4896
|
}
|
|
4867
4897
|
|
|
4898
|
+
declare class UserProfileService {
|
|
4899
|
+
protected readonly API_URL: string;
|
|
4900
|
+
/**
|
|
4901
|
+
* Retrieves the user profile by user ID.
|
|
4902
|
+
*
|
|
4903
|
+
* @param id - The ID of the user.
|
|
4904
|
+
* @returns An Observable that emits an the UserProfile object.
|
|
4905
|
+
*/
|
|
4906
|
+
getUserProfile(principal: Signal<Principal | undefined>): _angular_common_http.HttpResourceRef<UserProfile | undefined>;
|
|
4907
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UserProfileService, never>;
|
|
4908
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<UserProfileService>;
|
|
4909
|
+
}
|
|
4910
|
+
|
|
4868
4911
|
type NavbarTab = {
|
|
4869
4912
|
display: string;
|
|
4870
4913
|
wsQueryTab: string;
|
|
@@ -4880,10 +4923,10 @@ declare class NavbarTabsComponent {
|
|
|
4880
4923
|
readonly drawerStack: DrawerStackService;
|
|
4881
4924
|
readonly drawerOpened: _angular_core.Signal<boolean>;
|
|
4882
4925
|
readonly queryParamsStore: {
|
|
4883
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4884
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4885
4926
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4927
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4886
4928
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4929
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4887
4930
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4888
4931
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4889
4932
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -4910,7 +4953,7 @@ declare class NavbarTabsComponent {
|
|
|
4910
4953
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
4911
4954
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
4912
4955
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
4913
|
-
setFromUrl: (
|
|
4956
|
+
setFromUrl: (href: string) => void;
|
|
4914
4957
|
getQueryParams: () => {
|
|
4915
4958
|
f?: string;
|
|
4916
4959
|
p?: number;
|
|
@@ -4918,6 +4961,7 @@ declare class NavbarTabsComponent {
|
|
|
4918
4961
|
t?: string;
|
|
4919
4962
|
q?: string;
|
|
4920
4963
|
b?: string;
|
|
4964
|
+
n?: string;
|
|
4921
4965
|
};
|
|
4922
4966
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
4923
4967
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -4934,10 +4978,10 @@ declare class NavbarTabsComponent {
|
|
|
4934
4978
|
}> | null;
|
|
4935
4979
|
getQuery: () => _sinequa_atomic.Query;
|
|
4936
4980
|
} & _ngrx_signals.StateSource<{
|
|
4937
|
-
text?: string | undefined;
|
|
4938
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4939
4981
|
name?: string | undefined;
|
|
4982
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4940
4983
|
sort?: string | undefined;
|
|
4984
|
+
text?: string | undefined;
|
|
4941
4985
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4942
4986
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4943
4987
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -5073,6 +5117,7 @@ declare class SortSelectorComponent {
|
|
|
5073
5117
|
filterLinkChildren?: boolean;
|
|
5074
5118
|
expandPreview?: boolean;
|
|
5075
5119
|
quickFilter?: boolean;
|
|
5120
|
+
showAggregationItemCount?: boolean;
|
|
5076
5121
|
assistant?: {
|
|
5077
5122
|
usePrefixName?: boolean;
|
|
5078
5123
|
};
|
|
@@ -5105,6 +5150,7 @@ declare class SortSelectorComponent {
|
|
|
5105
5150
|
filterLinkChildren?: boolean;
|
|
5106
5151
|
expandPreview?: boolean;
|
|
5107
5152
|
quickFilter?: boolean;
|
|
5153
|
+
showAggregationItemCount?: boolean;
|
|
5108
5154
|
assistant?: {
|
|
5109
5155
|
usePrefixName?: boolean;
|
|
5110
5156
|
};
|
|
@@ -5154,6 +5200,7 @@ declare class SortSelectorComponent {
|
|
|
5154
5200
|
filterLinkChildren?: boolean;
|
|
5155
5201
|
expandPreview?: boolean;
|
|
5156
5202
|
quickFilter?: boolean;
|
|
5203
|
+
showAggregationItemCount?: boolean;
|
|
5157
5204
|
assistant?: {
|
|
5158
5205
|
usePrefixName?: boolean;
|
|
5159
5206
|
};
|
|
@@ -5189,7 +5236,7 @@ declare class SortSelectorComponent {
|
|
|
5189
5236
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
5190
5237
|
getAggregationIcon: (column: string) => string | undefined;
|
|
5191
5238
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
5192
|
-
getAggregationCustomization: (
|
|
5239
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
5193
5240
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
5194
5241
|
} & _ngrx_signals.StateSource<{
|
|
5195
5242
|
name: string;
|
|
@@ -5230,6 +5277,7 @@ declare class SortSelectorComponent {
|
|
|
5230
5277
|
filterLinkChildren?: boolean;
|
|
5231
5278
|
expandPreview?: boolean;
|
|
5232
5279
|
quickFilter?: boolean;
|
|
5280
|
+
showAggregationItemCount?: boolean;
|
|
5233
5281
|
assistant?: {
|
|
5234
5282
|
usePrefixName?: boolean;
|
|
5235
5283
|
};
|
|
@@ -5262,6 +5310,7 @@ declare class SortSelectorComponent {
|
|
|
5262
5310
|
filterLinkChildren?: boolean;
|
|
5263
5311
|
expandPreview?: boolean;
|
|
5264
5312
|
quickFilter?: boolean;
|
|
5313
|
+
showAggregationItemCount?: boolean;
|
|
5265
5314
|
assistant?: {
|
|
5266
5315
|
usePrefixName?: boolean;
|
|
5267
5316
|
};
|
|
@@ -5575,7 +5624,7 @@ declare class OverflowManagerDirective {
|
|
|
5575
5624
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<OverflowManagerDirective, "[overflowManager]", never, { "target": { "alias": "target"; "required": false; "isSignal": true; }; "margin": { "alias": "margin"; "required": false; "isSignal": true; }; "direction": { "alias": "direction"; "required": false; "isSignal": true; }; }, { "count": "count"; }, ["items", "stop"], never, true, never>;
|
|
5576
5625
|
}
|
|
5577
5626
|
|
|
5578
|
-
type SelectionStrategy =
|
|
5627
|
+
type SelectionStrategy = "replace" | "stack" | "redirect" | "emit";
|
|
5579
5628
|
/**
|
|
5580
5629
|
* Directive that selects an article on click.
|
|
5581
5630
|
*/
|
|
@@ -5585,10 +5634,11 @@ declare class SelectArticleOnClickDirective {
|
|
|
5585
5634
|
readonly article: _angular_core.InputSignal<Partial<Article$1> | undefined>;
|
|
5586
5635
|
readonly strategy: _angular_core.InputSignal<SelectionStrategy>;
|
|
5587
5636
|
readonly redirectUrl: _angular_core.InputSignal<string>;
|
|
5637
|
+
readonly selected: _angular_core.OutputEmitterRef<void>;
|
|
5588
5638
|
onEnter(e: Event): void;
|
|
5589
5639
|
onClick(): void;
|
|
5590
5640
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SelectArticleOnClickDirective, never>;
|
|
5591
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SelectArticleOnClickDirective, "[selectArticleOnClick]", never, { "article": { "alias": "article"; "required": true; "isSignal": true; }; "strategy": { "alias": "strategy"; "required": false; "isSignal": true; }; "redirectUrl": { "alias": "redirectUrl"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
5641
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SelectArticleOnClickDirective, "[selectArticleOnClick]", never, { "article": { "alias": "article"; "required": true; "isSignal": true; }; "strategy": { "alias": "strategy"; "required": false; "isSignal": true; }; "redirectUrl": { "alias": "redirectUrl"; "required": false; "isSignal": true; }; }, { "selected": "selected"; }, never, never, true, never>;
|
|
5592
5642
|
}
|
|
5593
5643
|
|
|
5594
5644
|
/**
|
|
@@ -5616,7 +5666,7 @@ declare class ShowBookmarkDirective {
|
|
|
5616
5666
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
5617
5667
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5618
5668
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5619
|
-
userTheme: _angular_core.Signal<"
|
|
5669
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
5620
5670
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
5621
5671
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
5622
5672
|
bookmark: (article: Article$1, queryName?: string) => Promise<void>;
|
|
@@ -5749,6 +5799,7 @@ declare class SponsoredResultsComponent {
|
|
|
5749
5799
|
filterLinkChildren?: boolean;
|
|
5750
5800
|
expandPreview?: boolean;
|
|
5751
5801
|
quickFilter?: boolean;
|
|
5802
|
+
showAggregationItemCount?: boolean;
|
|
5752
5803
|
assistant?: {
|
|
5753
5804
|
usePrefixName?: boolean;
|
|
5754
5805
|
};
|
|
@@ -5781,6 +5832,7 @@ declare class SponsoredResultsComponent {
|
|
|
5781
5832
|
filterLinkChildren?: boolean;
|
|
5782
5833
|
expandPreview?: boolean;
|
|
5783
5834
|
quickFilter?: boolean;
|
|
5835
|
+
showAggregationItemCount?: boolean;
|
|
5784
5836
|
assistant?: {
|
|
5785
5837
|
usePrefixName?: boolean;
|
|
5786
5838
|
};
|
|
@@ -5830,6 +5882,7 @@ declare class SponsoredResultsComponent {
|
|
|
5830
5882
|
filterLinkChildren?: boolean;
|
|
5831
5883
|
expandPreview?: boolean;
|
|
5832
5884
|
quickFilter?: boolean;
|
|
5885
|
+
showAggregationItemCount?: boolean;
|
|
5833
5886
|
assistant?: {
|
|
5834
5887
|
usePrefixName?: boolean;
|
|
5835
5888
|
};
|
|
@@ -5865,7 +5918,7 @@ declare class SponsoredResultsComponent {
|
|
|
5865
5918
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
5866
5919
|
getAggregationIcon: (column: string) => string | undefined;
|
|
5867
5920
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
5868
|
-
getAggregationCustomization: (
|
|
5921
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
5869
5922
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
5870
5923
|
} & _ngrx_signals.StateSource<{
|
|
5871
5924
|
name: string;
|
|
@@ -5906,6 +5959,7 @@ declare class SponsoredResultsComponent {
|
|
|
5906
5959
|
filterLinkChildren?: boolean;
|
|
5907
5960
|
expandPreview?: boolean;
|
|
5908
5961
|
quickFilter?: boolean;
|
|
5962
|
+
showAggregationItemCount?: boolean;
|
|
5909
5963
|
assistant?: {
|
|
5910
5964
|
usePrefixName?: boolean;
|
|
5911
5965
|
};
|
|
@@ -5938,6 +5992,7 @@ declare class SponsoredResultsComponent {
|
|
|
5938
5992
|
filterLinkChildren?: boolean;
|
|
5939
5993
|
expandPreview?: boolean;
|
|
5940
5994
|
quickFilter?: boolean;
|
|
5995
|
+
showAggregationItemCount?: boolean;
|
|
5941
5996
|
assistant?: {
|
|
5942
5997
|
usePrefixName?: boolean;
|
|
5943
5998
|
};
|
|
@@ -5962,10 +6017,10 @@ declare class SponsoredResultsComponent {
|
|
|
5962
6017
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
5963
6018
|
}>;
|
|
5964
6019
|
queryParamStore: {
|
|
5965
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5966
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5967
6020
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6021
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5968
6022
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6023
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5969
6024
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5970
6025
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5971
6026
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -5992,7 +6047,7 @@ declare class SponsoredResultsComponent {
|
|
|
5992
6047
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
5993
6048
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
5994
6049
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
5995
|
-
setFromUrl: (
|
|
6050
|
+
setFromUrl: (href: string) => void;
|
|
5996
6051
|
getQueryParams: () => {
|
|
5997
6052
|
f?: string;
|
|
5998
6053
|
p?: number;
|
|
@@ -6000,6 +6055,7 @@ declare class SponsoredResultsComponent {
|
|
|
6000
6055
|
t?: string;
|
|
6001
6056
|
q?: string;
|
|
6002
6057
|
b?: string;
|
|
6058
|
+
n?: string;
|
|
6003
6059
|
};
|
|
6004
6060
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
6005
6061
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -6016,10 +6072,10 @@ declare class SponsoredResultsComponent {
|
|
|
6016
6072
|
}> | null;
|
|
6017
6073
|
getQuery: () => _sinequa_atomic.Query;
|
|
6018
6074
|
} & _ngrx_signals.StateSource<{
|
|
6019
|
-
text?: string | undefined;
|
|
6020
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6021
6075
|
name?: string | undefined;
|
|
6076
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6022
6077
|
sort?: string | undefined;
|
|
6078
|
+
text?: string | undefined;
|
|
6023
6079
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6024
6080
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6025
6081
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -6203,6 +6259,7 @@ declare class AuthPageComponent {
|
|
|
6203
6259
|
mode: _angular_core.InputSignal<AuthView | undefined>;
|
|
6204
6260
|
view: _angular_core.WritableSignal<AuthView>;
|
|
6205
6261
|
readonly username: _angular_core.WritableSignal<string>;
|
|
6262
|
+
readonly alert: _angular_core.WritableSignal<string | undefined>;
|
|
6206
6263
|
private readonly route;
|
|
6207
6264
|
constructor();
|
|
6208
6265
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AuthPageComponent, never>;
|
|
@@ -6213,6 +6270,8 @@ declare class ChangePasswordComponent {
|
|
|
6213
6270
|
readonly success: _angular_core.OutputEmitterRef<void>;
|
|
6214
6271
|
readonly cancel: _angular_core.OutputEmitterRef<void>;
|
|
6215
6272
|
username: _angular_core.InputSignal<string | null>;
|
|
6273
|
+
alert: _angular_core.InputSignal<string | undefined>;
|
|
6274
|
+
redirectAfterSuccess: _angular_core.InputSignal<boolean>;
|
|
6216
6275
|
private readonly transloco;
|
|
6217
6276
|
private readonly router;
|
|
6218
6277
|
private readonly principalStore;
|
|
@@ -6223,13 +6282,17 @@ declare class ChangePasswordComponent {
|
|
|
6223
6282
|
confirmPassword: _angular_core.ModelSignal<string>;
|
|
6224
6283
|
pending: _angular_core.WritableSignal<boolean>;
|
|
6225
6284
|
errorMsg: _angular_core.WritableSignal<string | null>;
|
|
6285
|
+
currentPasswordType: string;
|
|
6286
|
+
newPasswordType: string;
|
|
6287
|
+
confirmPasswordType: string;
|
|
6226
6288
|
valid: _angular_core.Signal<boolean>;
|
|
6289
|
+
confirmInvalid: _angular_core.Signal<boolean>;
|
|
6227
6290
|
readonly effectiveUsername: _angular_core.Signal<string | null>;
|
|
6228
6291
|
private clearLocalAuthState;
|
|
6229
6292
|
changePassword(): Promise<void>;
|
|
6230
6293
|
onCancel(): void;
|
|
6231
6294
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ChangePasswordComponent, never>;
|
|
6232
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChangePasswordComponent, "change-password, ChangePassword, changepassword", never, { "username": { "alias": "username"; "required": false; "isSignal": true; }; "currentPassword": { "alias": "currentPassword"; "required": false; "isSignal": true; }; "newPassword": { "alias": "newPassword"; "required": false; "isSignal": true; }; "confirmPassword": { "alias": "confirmPassword"; "required": false; "isSignal": true; }; }, { "success": "success"; "cancel": "cancel"; "currentPassword": "currentPasswordChange"; "newPassword": "newPasswordChange"; "confirmPassword": "confirmPasswordChange"; }, never, never, true, never>;
|
|
6295
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChangePasswordComponent, "change-password, ChangePassword, changepassword", never, { "username": { "alias": "username"; "required": false; "isSignal": true; }; "alert": { "alias": "alert"; "required": false; "isSignal": true; }; "redirectAfterSuccess": { "alias": "redirectAfterSuccess"; "required": false; "isSignal": true; }; "currentPassword": { "alias": "currentPassword"; "required": false; "isSignal": true; }; "newPassword": { "alias": "newPassword"; "required": false; "isSignal": true; }; "confirmPassword": { "alias": "confirmPassword"; "required": false; "isSignal": true; }; }, { "success": "success"; "cancel": "cancel"; "currentPassword": "currentPasswordChange"; "newPassword": "newPasswordChange"; "confirmPassword": "confirmPasswordChange"; }, never, never, true, never>;
|
|
6233
6296
|
}
|
|
6234
6297
|
|
|
6235
6298
|
/**
|
|
@@ -6379,7 +6442,7 @@ declare class CollectionsDialog implements DialogInterface {
|
|
|
6379
6442
|
readonly removedFromCollection: _angular_core.WritableSignal<boolean>;
|
|
6380
6443
|
readonly addedToCollection: _angular_core.WritableSignal<boolean>;
|
|
6381
6444
|
readonly collections: _angular_core.Signal<Basket[]>;
|
|
6382
|
-
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "some" | "
|
|
6445
|
+
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "some" | "all" | "none">>;
|
|
6383
6446
|
open(article: Article$1 | Article$1[]): void;
|
|
6384
6447
|
containsArticleByName(collectionName: string): boolean;
|
|
6385
6448
|
containsArticle(collection: Basket): "all" | "some" | "none";
|
|
@@ -6550,10 +6613,12 @@ declare class AdvancedSearchComponent {
|
|
|
6550
6613
|
cn: typeof cn;
|
|
6551
6614
|
readonly article: _angular_core.InputSignal<Article$1>;
|
|
6552
6615
|
readonly previewStrategy: _angular_core.InputSignal<SelectionStrategy | undefined>;
|
|
6616
|
+
readonly selected: _angular_core.OutputEmitterRef<Article$1>;
|
|
6553
6617
|
protected readonly selectionStore: {
|
|
6554
6618
|
article?: _angular_core.Signal<Article$1 | undefined> | undefined;
|
|
6555
6619
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
6556
6620
|
queryText?: _angular_core.Signal<string | undefined> | undefined;
|
|
6621
|
+
queryName?: _angular_core.Signal<string | undefined> | undefined;
|
|
6557
6622
|
previewHighlights?: _angular_core.Signal<_sinequa_atomic_angular.PreviewHighlights | undefined> | undefined;
|
|
6558
6623
|
assistantIdsToAttach: _angular_core.Signal<string[]>;
|
|
6559
6624
|
multiSelection: _angular_core.Signal<Article$1[]>;
|
|
@@ -6567,15 +6632,16 @@ declare class AdvancedSearchComponent {
|
|
|
6567
6632
|
article?: Article$1 | undefined;
|
|
6568
6633
|
id?: string | undefined;
|
|
6569
6634
|
queryText?: string | undefined;
|
|
6635
|
+
queryName?: string | undefined;
|
|
6570
6636
|
previewHighlights?: _sinequa_atomic_angular.PreviewHighlights | undefined;
|
|
6571
6637
|
assistantIdsToAttach: string[];
|
|
6572
6638
|
multiSelection: Article$1[];
|
|
6573
6639
|
}>;
|
|
6574
6640
|
protected readonly queryParamsStore: {
|
|
6575
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6576
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6577
6641
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6642
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6578
6643
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6644
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6579
6645
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6580
6646
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6581
6647
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -6602,7 +6668,7 @@ declare class AdvancedSearchComponent {
|
|
|
6602
6668
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
6603
6669
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
6604
6670
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
6605
|
-
setFromUrl: (
|
|
6671
|
+
setFromUrl: (href: string) => void;
|
|
6606
6672
|
getQueryParams: () => {
|
|
6607
6673
|
f?: string;
|
|
6608
6674
|
p?: number;
|
|
@@ -6610,6 +6676,7 @@ declare class AdvancedSearchComponent {
|
|
|
6610
6676
|
t?: string;
|
|
6611
6677
|
q?: string;
|
|
6612
6678
|
b?: string;
|
|
6679
|
+
n?: string;
|
|
6613
6680
|
};
|
|
6614
6681
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
6615
6682
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -6626,10 +6693,10 @@ declare class AdvancedSearchComponent {
|
|
|
6626
6693
|
}> | null;
|
|
6627
6694
|
getQuery: () => _sinequa_atomic.Query;
|
|
6628
6695
|
} & _ngrx_signals.StateSource<{
|
|
6629
|
-
text?: string | undefined;
|
|
6630
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6631
6696
|
name?: string | undefined;
|
|
6697
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6632
6698
|
sort?: string | undefined;
|
|
6699
|
+
text?: string | undefined;
|
|
6633
6700
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6634
6701
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6635
6702
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -6662,7 +6729,7 @@ declare class AdvancedSearchComponent {
|
|
|
6662
6729
|
protected executeSearch(): void;
|
|
6663
6730
|
protected clearInput(): void;
|
|
6664
6731
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AdvancedSearchComponent, never>;
|
|
6665
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AdvancedSearchComponent, "advanced-search", never, { "article": { "alias": "article"; "required": true; "isSignal": true; }; "previewStrategy": { "alias": "previewStrategy"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
6732
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AdvancedSearchComponent, "advanced-search", never, { "article": { "alias": "article"; "required": true; "isSignal": true; }; "previewStrategy": { "alias": "previewStrategy"; "required": false; "isSignal": true; }; }, { "selected": "selected"; }, never, never, true, never>;
|
|
6666
6733
|
}
|
|
6667
6734
|
|
|
6668
6735
|
declare class DrawerNavbarComponent {
|
|
@@ -6722,6 +6789,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
6722
6789
|
filterLinkChildren?: boolean;
|
|
6723
6790
|
expandPreview?: boolean;
|
|
6724
6791
|
quickFilter?: boolean;
|
|
6792
|
+
showAggregationItemCount?: boolean;
|
|
6725
6793
|
assistant?: {
|
|
6726
6794
|
usePrefixName?: boolean;
|
|
6727
6795
|
};
|
|
@@ -6754,6 +6822,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
6754
6822
|
filterLinkChildren?: boolean;
|
|
6755
6823
|
expandPreview?: boolean;
|
|
6756
6824
|
quickFilter?: boolean;
|
|
6825
|
+
showAggregationItemCount?: boolean;
|
|
6757
6826
|
assistant?: {
|
|
6758
6827
|
usePrefixName?: boolean;
|
|
6759
6828
|
};
|
|
@@ -6803,6 +6872,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
6803
6872
|
filterLinkChildren?: boolean;
|
|
6804
6873
|
expandPreview?: boolean;
|
|
6805
6874
|
quickFilter?: boolean;
|
|
6875
|
+
showAggregationItemCount?: boolean;
|
|
6806
6876
|
assistant?: {
|
|
6807
6877
|
usePrefixName?: boolean;
|
|
6808
6878
|
};
|
|
@@ -6838,7 +6908,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
6838
6908
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
6839
6909
|
getAggregationIcon: (column: string) => string | undefined;
|
|
6840
6910
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
6841
|
-
getAggregationCustomization: (
|
|
6911
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
6842
6912
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
6843
6913
|
} & _ngrx_signals.StateSource<{
|
|
6844
6914
|
name: string;
|
|
@@ -6879,6 +6949,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
6879
6949
|
filterLinkChildren?: boolean;
|
|
6880
6950
|
expandPreview?: boolean;
|
|
6881
6951
|
quickFilter?: boolean;
|
|
6952
|
+
showAggregationItemCount?: boolean;
|
|
6882
6953
|
assistant?: {
|
|
6883
6954
|
usePrefixName?: boolean;
|
|
6884
6955
|
};
|
|
@@ -6911,6 +6982,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
6911
6982
|
filterLinkChildren?: boolean;
|
|
6912
6983
|
expandPreview?: boolean;
|
|
6913
6984
|
quickFilter?: boolean;
|
|
6985
|
+
showAggregationItemCount?: boolean;
|
|
6914
6986
|
assistant?: {
|
|
6915
6987
|
usePrefixName?: boolean;
|
|
6916
6988
|
};
|
|
@@ -6938,6 +7010,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
6938
7010
|
article?: _angular_core.Signal<_sinequa_atomic.Article | undefined> | undefined;
|
|
6939
7011
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
6940
7012
|
queryText?: _angular_core.Signal<string | undefined> | undefined;
|
|
7013
|
+
queryName?: _angular_core.Signal<string | undefined> | undefined;
|
|
6941
7014
|
previewHighlights?: _angular_core.Signal<_sinequa_atomic_angular.PreviewHighlights | undefined> | undefined;
|
|
6942
7015
|
assistantIdsToAttach: _angular_core.Signal<string[]>;
|
|
6943
7016
|
multiSelection: _angular_core.Signal<_sinequa_atomic.Article[]>;
|
|
@@ -6951,15 +7024,16 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
6951
7024
|
article?: _sinequa_atomic.Article | undefined;
|
|
6952
7025
|
id?: string | undefined;
|
|
6953
7026
|
queryText?: string | undefined;
|
|
7027
|
+
queryName?: string | undefined;
|
|
6954
7028
|
previewHighlights?: _sinequa_atomic_angular.PreviewHighlights | undefined;
|
|
6955
7029
|
assistantIdsToAttach: string[];
|
|
6956
7030
|
multiSelection: _sinequa_atomic.Article[];
|
|
6957
7031
|
}>;
|
|
6958
7032
|
queryParamsStore: {
|
|
6959
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6960
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6961
7033
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7034
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6962
7035
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7036
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6963
7037
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6964
7038
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6965
7039
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -6986,7 +7060,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
6986
7060
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
6987
7061
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
6988
7062
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
6989
|
-
setFromUrl: (
|
|
7063
|
+
setFromUrl: (href: string) => void;
|
|
6990
7064
|
getQueryParams: () => {
|
|
6991
7065
|
f?: string;
|
|
6992
7066
|
p?: number;
|
|
@@ -6994,6 +7068,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
6994
7068
|
t?: string;
|
|
6995
7069
|
q?: string;
|
|
6996
7070
|
b?: string;
|
|
7071
|
+
n?: string;
|
|
6997
7072
|
};
|
|
6998
7073
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
6999
7074
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -7010,10 +7085,10 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
7010
7085
|
}> | null;
|
|
7011
7086
|
getQuery: () => _sinequa_atomic.Query;
|
|
7012
7087
|
} & _ngrx_signals.StateSource<{
|
|
7013
|
-
text?: string | undefined;
|
|
7014
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7015
7088
|
name?: string | undefined;
|
|
7089
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7016
7090
|
sort?: string | undefined;
|
|
7091
|
+
text?: string | undefined;
|
|
7017
7092
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7018
7093
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7019
7094
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -7144,10 +7219,10 @@ declare class ExportDialog implements DialogInterface {
|
|
|
7144
7219
|
private appStore;
|
|
7145
7220
|
readonly exportService: ExportService;
|
|
7146
7221
|
readonly queryParamsStore: {
|
|
7147
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7148
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7149
7222
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7223
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7150
7224
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7225
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7151
7226
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7152
7227
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7153
7228
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -7174,7 +7249,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
7174
7249
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
7175
7250
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
7176
7251
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
7177
|
-
setFromUrl: (
|
|
7252
|
+
setFromUrl: (href: string) => void;
|
|
7178
7253
|
getQueryParams: () => {
|
|
7179
7254
|
f?: string;
|
|
7180
7255
|
p?: number;
|
|
@@ -7182,6 +7257,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
7182
7257
|
t?: string;
|
|
7183
7258
|
q?: string;
|
|
7184
7259
|
b?: string;
|
|
7260
|
+
n?: string;
|
|
7185
7261
|
};
|
|
7186
7262
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
7187
7263
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -7198,10 +7274,10 @@ declare class ExportDialog implements DialogInterface {
|
|
|
7198
7274
|
}> | null;
|
|
7199
7275
|
getQuery: () => _sinequa_atomic.Query;
|
|
7200
7276
|
} & _ngrx_signals.StateSource<{
|
|
7201
|
-
text?: string | undefined;
|
|
7202
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7203
7277
|
name?: string | undefined;
|
|
7278
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7204
7279
|
sort?: string | undefined;
|
|
7280
|
+
text?: string | undefined;
|
|
7205
7281
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7206
7282
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7207
7283
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -7288,6 +7364,7 @@ declare class FeedbackDialogComponent implements DialogInterface {
|
|
|
7288
7364
|
filterLinkChildren?: boolean;
|
|
7289
7365
|
expandPreview?: boolean;
|
|
7290
7366
|
quickFilter?: boolean;
|
|
7367
|
+
showAggregationItemCount?: boolean;
|
|
7291
7368
|
assistant?: {
|
|
7292
7369
|
usePrefixName?: boolean;
|
|
7293
7370
|
};
|
|
@@ -7320,6 +7397,7 @@ declare class FeedbackDialogComponent implements DialogInterface {
|
|
|
7320
7397
|
filterLinkChildren?: boolean;
|
|
7321
7398
|
expandPreview?: boolean;
|
|
7322
7399
|
quickFilter?: boolean;
|
|
7400
|
+
showAggregationItemCount?: boolean;
|
|
7323
7401
|
assistant?: {
|
|
7324
7402
|
usePrefixName?: boolean;
|
|
7325
7403
|
};
|
|
@@ -7369,6 +7447,7 @@ declare class FeedbackDialogComponent implements DialogInterface {
|
|
|
7369
7447
|
filterLinkChildren?: boolean;
|
|
7370
7448
|
expandPreview?: boolean;
|
|
7371
7449
|
quickFilter?: boolean;
|
|
7450
|
+
showAggregationItemCount?: boolean;
|
|
7372
7451
|
assistant?: {
|
|
7373
7452
|
usePrefixName?: boolean;
|
|
7374
7453
|
};
|
|
@@ -7404,7 +7483,7 @@ declare class FeedbackDialogComponent implements DialogInterface {
|
|
|
7404
7483
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
7405
7484
|
getAggregationIcon: (column: string) => string | undefined;
|
|
7406
7485
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
7407
|
-
getAggregationCustomization: (
|
|
7486
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
7408
7487
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
7409
7488
|
} & _ngrx_signals.StateSource<{
|
|
7410
7489
|
name: string;
|
|
@@ -7445,6 +7524,7 @@ declare class FeedbackDialogComponent implements DialogInterface {
|
|
|
7445
7524
|
filterLinkChildren?: boolean;
|
|
7446
7525
|
expandPreview?: boolean;
|
|
7447
7526
|
quickFilter?: boolean;
|
|
7527
|
+
showAggregationItemCount?: boolean;
|
|
7448
7528
|
assistant?: {
|
|
7449
7529
|
usePrefixName?: boolean;
|
|
7450
7530
|
};
|
|
@@ -7477,6 +7557,7 @@ declare class FeedbackDialogComponent implements DialogInterface {
|
|
|
7477
7557
|
filterLinkChildren?: boolean;
|
|
7478
7558
|
expandPreview?: boolean;
|
|
7479
7559
|
quickFilter?: boolean;
|
|
7560
|
+
showAggregationItemCount?: boolean;
|
|
7480
7561
|
assistant?: {
|
|
7481
7562
|
usePrefixName?: boolean;
|
|
7482
7563
|
};
|
|
@@ -7519,10 +7600,10 @@ declare class SearchFeedbackComponent {
|
|
|
7519
7600
|
pages: _angular_core.InputSignal<any>;
|
|
7520
7601
|
readonly auditService: AuditService;
|
|
7521
7602
|
protected readonly queryParamsStore: {
|
|
7522
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7523
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7524
7603
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7604
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7525
7605
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7606
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7526
7607
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7527
7608
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7528
7609
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -7549,7 +7630,7 @@ declare class SearchFeedbackComponent {
|
|
|
7549
7630
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
7550
7631
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
7551
7632
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
7552
|
-
setFromUrl: (
|
|
7633
|
+
setFromUrl: (href: string) => void;
|
|
7553
7634
|
getQueryParams: () => {
|
|
7554
7635
|
f?: string;
|
|
7555
7636
|
p?: number;
|
|
@@ -7557,6 +7638,7 @@ declare class SearchFeedbackComponent {
|
|
|
7557
7638
|
t?: string;
|
|
7558
7639
|
q?: string;
|
|
7559
7640
|
b?: string;
|
|
7641
|
+
n?: string;
|
|
7560
7642
|
};
|
|
7561
7643
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
7562
7644
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -7573,10 +7655,10 @@ declare class SearchFeedbackComponent {
|
|
|
7573
7655
|
}> | null;
|
|
7574
7656
|
getQuery: () => _sinequa_atomic.Query;
|
|
7575
7657
|
} & _ngrx_signals.StateSource<{
|
|
7576
|
-
text?: string | undefined;
|
|
7577
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7578
7658
|
name?: string | undefined;
|
|
7659
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7579
7660
|
sort?: string | undefined;
|
|
7661
|
+
text?: string | undefined;
|
|
7580
7662
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7581
7663
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7582
7664
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -7633,10 +7715,10 @@ declare class AggregationComponent {
|
|
|
7633
7715
|
aggregations: Aggregation[];
|
|
7634
7716
|
}>;
|
|
7635
7717
|
queryParamsStore: {
|
|
7636
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7637
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7638
7718
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7719
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7639
7720
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7721
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7640
7722
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7641
7723
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7642
7724
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -7663,7 +7745,7 @@ declare class AggregationComponent {
|
|
|
7663
7745
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
7664
7746
|
filters?: _angular_core.Signal<LegacyFilter[] | undefined> | undefined;
|
|
7665
7747
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
7666
|
-
setFromUrl: (
|
|
7748
|
+
setFromUrl: (href: string) => void;
|
|
7667
7749
|
getQueryParams: () => {
|
|
7668
7750
|
f?: string;
|
|
7669
7751
|
p?: number;
|
|
@@ -7671,6 +7753,7 @@ declare class AggregationComponent {
|
|
|
7671
7753
|
t?: string;
|
|
7672
7754
|
q?: string;
|
|
7673
7755
|
b?: string;
|
|
7756
|
+
n?: string;
|
|
7674
7757
|
};
|
|
7675
7758
|
addFilter: (filter: LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
7676
7759
|
updateFilter: (filter: LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -7687,10 +7770,10 @@ declare class AggregationComponent {
|
|
|
7687
7770
|
}> | null;
|
|
7688
7771
|
getQuery: () => Query;
|
|
7689
7772
|
} & _ngrx_signals.StateSource<{
|
|
7690
|
-
text?: string | undefined;
|
|
7691
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7692
7773
|
name?: string | undefined;
|
|
7774
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7693
7775
|
sort?: string | undefined;
|
|
7776
|
+
text?: string | undefined;
|
|
7694
7777
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7695
7778
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7696
7779
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -7757,6 +7840,7 @@ declare class AggregationComponent {
|
|
|
7757
7840
|
filterLinkChildren?: boolean;
|
|
7758
7841
|
expandPreview?: boolean;
|
|
7759
7842
|
quickFilter?: boolean;
|
|
7843
|
+
showAggregationItemCount?: boolean;
|
|
7760
7844
|
assistant?: {
|
|
7761
7845
|
usePrefixName?: boolean;
|
|
7762
7846
|
};
|
|
@@ -7789,6 +7873,7 @@ declare class AggregationComponent {
|
|
|
7789
7873
|
filterLinkChildren?: boolean;
|
|
7790
7874
|
expandPreview?: boolean;
|
|
7791
7875
|
quickFilter?: boolean;
|
|
7876
|
+
showAggregationItemCount?: boolean;
|
|
7792
7877
|
assistant?: {
|
|
7793
7878
|
usePrefixName?: boolean;
|
|
7794
7879
|
};
|
|
@@ -7838,6 +7923,7 @@ declare class AggregationComponent {
|
|
|
7838
7923
|
filterLinkChildren?: boolean;
|
|
7839
7924
|
expandPreview?: boolean;
|
|
7840
7925
|
quickFilter?: boolean;
|
|
7926
|
+
showAggregationItemCount?: boolean;
|
|
7841
7927
|
assistant?: {
|
|
7842
7928
|
usePrefixName?: boolean;
|
|
7843
7929
|
};
|
|
@@ -7873,7 +7959,7 @@ declare class AggregationComponent {
|
|
|
7873
7959
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
7874
7960
|
getAggregationIcon: (column: string) => string | undefined;
|
|
7875
7961
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
7876
|
-
getAggregationCustomization: (
|
|
7962
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
7877
7963
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
7878
7964
|
} & _ngrx_signals.StateSource<{
|
|
7879
7965
|
name: string;
|
|
@@ -7914,6 +8000,7 @@ declare class AggregationComponent {
|
|
|
7914
8000
|
filterLinkChildren?: boolean;
|
|
7915
8001
|
expandPreview?: boolean;
|
|
7916
8002
|
quickFilter?: boolean;
|
|
8003
|
+
showAggregationItemCount?: boolean;
|
|
7917
8004
|
assistant?: {
|
|
7918
8005
|
usePrefixName?: boolean;
|
|
7919
8006
|
};
|
|
@@ -7946,6 +8033,7 @@ declare class AggregationComponent {
|
|
|
7946
8033
|
filterLinkChildren?: boolean;
|
|
7947
8034
|
expandPreview?: boolean;
|
|
7948
8035
|
quickFilter?: boolean;
|
|
8036
|
+
showAggregationItemCount?: boolean;
|
|
7949
8037
|
assistant?: {
|
|
7950
8038
|
usePrefixName?: boolean;
|
|
7951
8039
|
};
|
|
@@ -8245,7 +8333,7 @@ declare class FilterButtonComponent {
|
|
|
8245
8333
|
column: _angular_core.InputSignal<string>;
|
|
8246
8334
|
position: _angular_core.InputSignal<Placement>;
|
|
8247
8335
|
offset: _angular_core.InputSignal<number>;
|
|
8248
|
-
protected variant: _angular_core.WritableSignal<"default" | "icon" | "
|
|
8336
|
+
protected variant: _angular_core.WritableSignal<"default" | "icon" | "secondary" | "destructive" | "outline" | "ghost" | "ai" | "none" | "link" | "primary" | null | undefined>;
|
|
8249
8337
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
8250
8338
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
8251
8339
|
protected nativeElement: any;
|
|
@@ -8259,10 +8347,10 @@ declare class FilterButtonComponent {
|
|
|
8259
8347
|
aggregations: _sinequa_atomic.Aggregation[];
|
|
8260
8348
|
}>;
|
|
8261
8349
|
protected queryParamsStore: {
|
|
8262
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8263
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8264
8350
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8351
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8265
8352
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8353
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8266
8354
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8267
8355
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8268
8356
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -8289,7 +8377,7 @@ declare class FilterButtonComponent {
|
|
|
8289
8377
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
8290
8378
|
filters?: _angular_core.Signal<LegacyFilter[] | undefined> | undefined;
|
|
8291
8379
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
8292
|
-
setFromUrl: (
|
|
8380
|
+
setFromUrl: (href: string) => void;
|
|
8293
8381
|
getQueryParams: () => {
|
|
8294
8382
|
f?: string;
|
|
8295
8383
|
p?: number;
|
|
@@ -8297,6 +8385,7 @@ declare class FilterButtonComponent {
|
|
|
8297
8385
|
t?: string;
|
|
8298
8386
|
q?: string;
|
|
8299
8387
|
b?: string;
|
|
8388
|
+
n?: string;
|
|
8300
8389
|
};
|
|
8301
8390
|
addFilter: (filter: LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
8302
8391
|
updateFilter: (filter: LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -8313,10 +8402,10 @@ declare class FilterButtonComponent {
|
|
|
8313
8402
|
}> | null;
|
|
8314
8403
|
getQuery: () => _sinequa_atomic.Query;
|
|
8315
8404
|
} & _ngrx_signals.StateSource<{
|
|
8316
|
-
text?: string | undefined;
|
|
8317
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8318
8405
|
name?: string | undefined;
|
|
8406
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8319
8407
|
sort?: string | undefined;
|
|
8408
|
+
text?: string | undefined;
|
|
8320
8409
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8321
8410
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8322
8411
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -8383,6 +8472,7 @@ declare class FilterButtonComponent {
|
|
|
8383
8472
|
filterLinkChildren?: boolean;
|
|
8384
8473
|
expandPreview?: boolean;
|
|
8385
8474
|
quickFilter?: boolean;
|
|
8475
|
+
showAggregationItemCount?: boolean;
|
|
8386
8476
|
assistant?: {
|
|
8387
8477
|
usePrefixName?: boolean;
|
|
8388
8478
|
};
|
|
@@ -8415,6 +8505,7 @@ declare class FilterButtonComponent {
|
|
|
8415
8505
|
filterLinkChildren?: boolean;
|
|
8416
8506
|
expandPreview?: boolean;
|
|
8417
8507
|
quickFilter?: boolean;
|
|
8508
|
+
showAggregationItemCount?: boolean;
|
|
8418
8509
|
assistant?: {
|
|
8419
8510
|
usePrefixName?: boolean;
|
|
8420
8511
|
};
|
|
@@ -8464,6 +8555,7 @@ declare class FilterButtonComponent {
|
|
|
8464
8555
|
filterLinkChildren?: boolean;
|
|
8465
8556
|
expandPreview?: boolean;
|
|
8466
8557
|
quickFilter?: boolean;
|
|
8558
|
+
showAggregationItemCount?: boolean;
|
|
8467
8559
|
assistant?: {
|
|
8468
8560
|
usePrefixName?: boolean;
|
|
8469
8561
|
};
|
|
@@ -8499,7 +8591,7 @@ declare class FilterButtonComponent {
|
|
|
8499
8591
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
8500
8592
|
getAggregationIcon: (column: string) => string | undefined;
|
|
8501
8593
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
8502
|
-
getAggregationCustomization: (
|
|
8594
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
8503
8595
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
8504
8596
|
} & _ngrx_signals.StateSource<{
|
|
8505
8597
|
name: string;
|
|
@@ -8540,6 +8632,7 @@ declare class FilterButtonComponent {
|
|
|
8540
8632
|
filterLinkChildren?: boolean;
|
|
8541
8633
|
expandPreview?: boolean;
|
|
8542
8634
|
quickFilter?: boolean;
|
|
8635
|
+
showAggregationItemCount?: boolean;
|
|
8543
8636
|
assistant?: {
|
|
8544
8637
|
usePrefixName?: boolean;
|
|
8545
8638
|
};
|
|
@@ -8572,6 +8665,7 @@ declare class FilterButtonComponent {
|
|
|
8572
8665
|
filterLinkChildren?: boolean;
|
|
8573
8666
|
expandPreview?: boolean;
|
|
8574
8667
|
quickFilter?: boolean;
|
|
8668
|
+
showAggregationItemCount?: boolean;
|
|
8575
8669
|
assistant?: {
|
|
8576
8670
|
usePrefixName?: boolean;
|
|
8577
8671
|
};
|
|
@@ -8647,6 +8741,7 @@ declare class MoreButtonComponent {
|
|
|
8647
8741
|
filterLinkChildren?: boolean;
|
|
8648
8742
|
expandPreview?: boolean;
|
|
8649
8743
|
quickFilter?: boolean;
|
|
8744
|
+
showAggregationItemCount?: boolean;
|
|
8650
8745
|
assistant?: {
|
|
8651
8746
|
usePrefixName?: boolean;
|
|
8652
8747
|
};
|
|
@@ -8679,6 +8774,7 @@ declare class MoreButtonComponent {
|
|
|
8679
8774
|
filterLinkChildren?: boolean;
|
|
8680
8775
|
expandPreview?: boolean;
|
|
8681
8776
|
quickFilter?: boolean;
|
|
8777
|
+
showAggregationItemCount?: boolean;
|
|
8682
8778
|
assistant?: {
|
|
8683
8779
|
usePrefixName?: boolean;
|
|
8684
8780
|
};
|
|
@@ -8728,6 +8824,7 @@ declare class MoreButtonComponent {
|
|
|
8728
8824
|
filterLinkChildren?: boolean;
|
|
8729
8825
|
expandPreview?: boolean;
|
|
8730
8826
|
quickFilter?: boolean;
|
|
8827
|
+
showAggregationItemCount?: boolean;
|
|
8731
8828
|
assistant?: {
|
|
8732
8829
|
usePrefixName?: boolean;
|
|
8733
8830
|
};
|
|
@@ -8763,7 +8860,7 @@ declare class MoreButtonComponent {
|
|
|
8763
8860
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
8764
8861
|
getAggregationIcon: (column: string) => string | undefined;
|
|
8765
8862
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
8766
|
-
getAggregationCustomization: (
|
|
8863
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
8767
8864
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
8768
8865
|
} & _ngrx_signals.StateSource<{
|
|
8769
8866
|
name: string;
|
|
@@ -8804,6 +8901,7 @@ declare class MoreButtonComponent {
|
|
|
8804
8901
|
filterLinkChildren?: boolean;
|
|
8805
8902
|
expandPreview?: boolean;
|
|
8806
8903
|
quickFilter?: boolean;
|
|
8904
|
+
showAggregationItemCount?: boolean;
|
|
8807
8905
|
assistant?: {
|
|
8808
8906
|
usePrefixName?: boolean;
|
|
8809
8907
|
};
|
|
@@ -8836,6 +8934,7 @@ declare class MoreButtonComponent {
|
|
|
8836
8934
|
filterLinkChildren?: boolean;
|
|
8837
8935
|
expandPreview?: boolean;
|
|
8838
8936
|
quickFilter?: boolean;
|
|
8937
|
+
showAggregationItemCount?: boolean;
|
|
8839
8938
|
assistant?: {
|
|
8840
8939
|
usePrefixName?: boolean;
|
|
8841
8940
|
};
|
|
@@ -8860,10 +8959,10 @@ declare class MoreButtonComponent {
|
|
|
8860
8959
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
8861
8960
|
}>;
|
|
8862
8961
|
queryParamsStore: {
|
|
8863
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8864
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8865
8962
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8963
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8866
8964
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8965
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8867
8966
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8868
8967
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8869
8968
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -8890,7 +8989,7 @@ declare class MoreButtonComponent {
|
|
|
8890
8989
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
8891
8990
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
8892
8991
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
8893
|
-
setFromUrl: (
|
|
8992
|
+
setFromUrl: (href: string) => void;
|
|
8894
8993
|
getQueryParams: () => {
|
|
8895
8994
|
f?: string;
|
|
8896
8995
|
p?: number;
|
|
@@ -8898,6 +8997,7 @@ declare class MoreButtonComponent {
|
|
|
8898
8997
|
t?: string;
|
|
8899
8998
|
q?: string;
|
|
8900
8999
|
b?: string;
|
|
9000
|
+
n?: string;
|
|
8901
9001
|
};
|
|
8902
9002
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
8903
9003
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -8914,10 +9014,10 @@ declare class MoreButtonComponent {
|
|
|
8914
9014
|
}> | null;
|
|
8915
9015
|
getQuery: () => _sinequa_atomic.Query;
|
|
8916
9016
|
} & _ngrx_signals.StateSource<{
|
|
8917
|
-
text?: string | undefined;
|
|
8918
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8919
9017
|
name?: string | undefined;
|
|
9018
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8920
9019
|
sort?: string | undefined;
|
|
9020
|
+
text?: string | undefined;
|
|
8921
9021
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8922
9022
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8923
9023
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9054,6 +9154,7 @@ declare class FiltersBarComponent {
|
|
|
9054
9154
|
filterLinkChildren?: boolean;
|
|
9055
9155
|
expandPreview?: boolean;
|
|
9056
9156
|
quickFilter?: boolean;
|
|
9157
|
+
showAggregationItemCount?: boolean;
|
|
9057
9158
|
assistant?: {
|
|
9058
9159
|
usePrefixName?: boolean;
|
|
9059
9160
|
};
|
|
@@ -9086,6 +9187,7 @@ declare class FiltersBarComponent {
|
|
|
9086
9187
|
filterLinkChildren?: boolean;
|
|
9087
9188
|
expandPreview?: boolean;
|
|
9088
9189
|
quickFilter?: boolean;
|
|
9190
|
+
showAggregationItemCount?: boolean;
|
|
9089
9191
|
assistant?: {
|
|
9090
9192
|
usePrefixName?: boolean;
|
|
9091
9193
|
};
|
|
@@ -9135,6 +9237,7 @@ declare class FiltersBarComponent {
|
|
|
9135
9237
|
filterLinkChildren?: boolean;
|
|
9136
9238
|
expandPreview?: boolean;
|
|
9137
9239
|
quickFilter?: boolean;
|
|
9240
|
+
showAggregationItemCount?: boolean;
|
|
9138
9241
|
assistant?: {
|
|
9139
9242
|
usePrefixName?: boolean;
|
|
9140
9243
|
};
|
|
@@ -9170,7 +9273,7 @@ declare class FiltersBarComponent {
|
|
|
9170
9273
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
9171
9274
|
getAggregationIcon: (column: string) => string | undefined;
|
|
9172
9275
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
9173
|
-
getAggregationCustomization: (
|
|
9276
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
9174
9277
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
9175
9278
|
} & _ngrx_signals.StateSource<{
|
|
9176
9279
|
name: string;
|
|
@@ -9211,6 +9314,7 @@ declare class FiltersBarComponent {
|
|
|
9211
9314
|
filterLinkChildren?: boolean;
|
|
9212
9315
|
expandPreview?: boolean;
|
|
9213
9316
|
quickFilter?: boolean;
|
|
9317
|
+
showAggregationItemCount?: boolean;
|
|
9214
9318
|
assistant?: {
|
|
9215
9319
|
usePrefixName?: boolean;
|
|
9216
9320
|
};
|
|
@@ -9243,6 +9347,7 @@ declare class FiltersBarComponent {
|
|
|
9243
9347
|
filterLinkChildren?: boolean;
|
|
9244
9348
|
expandPreview?: boolean;
|
|
9245
9349
|
quickFilter?: boolean;
|
|
9350
|
+
showAggregationItemCount?: boolean;
|
|
9246
9351
|
assistant?: {
|
|
9247
9352
|
usePrefixName?: boolean;
|
|
9248
9353
|
};
|
|
@@ -9276,10 +9381,10 @@ declare class FiltersBarComponent {
|
|
|
9276
9381
|
aggregations: Aggregation[];
|
|
9277
9382
|
}>;
|
|
9278
9383
|
protected queryParamsStore: {
|
|
9279
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9280
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9281
9384
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9385
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9282
9386
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9387
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9283
9388
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9284
9389
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9285
9390
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9306,7 +9411,7 @@ declare class FiltersBarComponent {
|
|
|
9306
9411
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
9307
9412
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
9308
9413
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
9309
|
-
setFromUrl: (
|
|
9414
|
+
setFromUrl: (href: string) => void;
|
|
9310
9415
|
getQueryParams: () => {
|
|
9311
9416
|
f?: string;
|
|
9312
9417
|
p?: number;
|
|
@@ -9314,6 +9419,7 @@ declare class FiltersBarComponent {
|
|
|
9314
9419
|
t?: string;
|
|
9315
9420
|
q?: string;
|
|
9316
9421
|
b?: string;
|
|
9422
|
+
n?: string;
|
|
9317
9423
|
};
|
|
9318
9424
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
9319
9425
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -9330,10 +9436,10 @@ declare class FiltersBarComponent {
|
|
|
9330
9436
|
}> | null;
|
|
9331
9437
|
getQuery: () => _sinequa_atomic.Query;
|
|
9332
9438
|
} & _ngrx_signals.StateSource<{
|
|
9333
|
-
text?: string | undefined;
|
|
9334
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9335
9439
|
name?: string | undefined;
|
|
9440
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9336
9441
|
sort?: string | undefined;
|
|
9442
|
+
text?: string | undefined;
|
|
9337
9443
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9338
9444
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9339
9445
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9478,6 +9584,7 @@ declare class MoreComponent {
|
|
|
9478
9584
|
filterLinkChildren?: boolean;
|
|
9479
9585
|
expandPreview?: boolean;
|
|
9480
9586
|
quickFilter?: boolean;
|
|
9587
|
+
showAggregationItemCount?: boolean;
|
|
9481
9588
|
assistant?: {
|
|
9482
9589
|
usePrefixName?: boolean;
|
|
9483
9590
|
};
|
|
@@ -9510,6 +9617,7 @@ declare class MoreComponent {
|
|
|
9510
9617
|
filterLinkChildren?: boolean;
|
|
9511
9618
|
expandPreview?: boolean;
|
|
9512
9619
|
quickFilter?: boolean;
|
|
9620
|
+
showAggregationItemCount?: boolean;
|
|
9513
9621
|
assistant?: {
|
|
9514
9622
|
usePrefixName?: boolean;
|
|
9515
9623
|
};
|
|
@@ -9559,6 +9667,7 @@ declare class MoreComponent {
|
|
|
9559
9667
|
filterLinkChildren?: boolean;
|
|
9560
9668
|
expandPreview?: boolean;
|
|
9561
9669
|
quickFilter?: boolean;
|
|
9670
|
+
showAggregationItemCount?: boolean;
|
|
9562
9671
|
assistant?: {
|
|
9563
9672
|
usePrefixName?: boolean;
|
|
9564
9673
|
};
|
|
@@ -9594,7 +9703,7 @@ declare class MoreComponent {
|
|
|
9594
9703
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
9595
9704
|
getAggregationIcon: (column: string) => string | undefined;
|
|
9596
9705
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
9597
|
-
getAggregationCustomization: (
|
|
9706
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => CFilter | undefined;
|
|
9598
9707
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
9599
9708
|
} & _ngrx_signals.StateSource<{
|
|
9600
9709
|
name: string;
|
|
@@ -9635,6 +9744,7 @@ declare class MoreComponent {
|
|
|
9635
9744
|
filterLinkChildren?: boolean;
|
|
9636
9745
|
expandPreview?: boolean;
|
|
9637
9746
|
quickFilter?: boolean;
|
|
9747
|
+
showAggregationItemCount?: boolean;
|
|
9638
9748
|
assistant?: {
|
|
9639
9749
|
usePrefixName?: boolean;
|
|
9640
9750
|
};
|
|
@@ -9667,6 +9777,7 @@ declare class MoreComponent {
|
|
|
9667
9777
|
filterLinkChildren?: boolean;
|
|
9668
9778
|
expandPreview?: boolean;
|
|
9669
9779
|
quickFilter?: boolean;
|
|
9780
|
+
showAggregationItemCount?: boolean;
|
|
9670
9781
|
assistant?: {
|
|
9671
9782
|
usePrefixName?: boolean;
|
|
9672
9783
|
};
|
|
@@ -9700,10 +9811,10 @@ declare class MoreComponent {
|
|
|
9700
9811
|
aggregations: Aggregation[];
|
|
9701
9812
|
}>;
|
|
9702
9813
|
queryParamsStore: {
|
|
9703
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9704
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9705
9814
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9815
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9706
9816
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9817
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9707
9818
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9708
9819
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9709
9820
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9730,7 +9841,7 @@ declare class MoreComponent {
|
|
|
9730
9841
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
9731
9842
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
9732
9843
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
9733
|
-
setFromUrl: (
|
|
9844
|
+
setFromUrl: (href: string) => void;
|
|
9734
9845
|
getQueryParams: () => {
|
|
9735
9846
|
f?: string;
|
|
9736
9847
|
p?: number;
|
|
@@ -9738,6 +9849,7 @@ declare class MoreComponent {
|
|
|
9738
9849
|
t?: string;
|
|
9739
9850
|
q?: string;
|
|
9740
9851
|
b?: string;
|
|
9852
|
+
n?: string;
|
|
9741
9853
|
};
|
|
9742
9854
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
9743
9855
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -9754,10 +9866,10 @@ declare class MoreComponent {
|
|
|
9754
9866
|
}> | null;
|
|
9755
9867
|
getQuery: () => _sinequa_atomic.Query;
|
|
9756
9868
|
} & _ngrx_signals.StateSource<{
|
|
9757
|
-
text?: string | undefined;
|
|
9758
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9759
9869
|
name?: string | undefined;
|
|
9870
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9760
9871
|
sort?: string | undefined;
|
|
9872
|
+
text?: string | undefined;
|
|
9761
9873
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9762
9874
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9763
9875
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9873,6 +9985,7 @@ declare class LabelService {
|
|
|
9873
9985
|
filterLinkChildren?: boolean;
|
|
9874
9986
|
expandPreview?: boolean;
|
|
9875
9987
|
quickFilter?: boolean;
|
|
9988
|
+
showAggregationItemCount?: boolean;
|
|
9876
9989
|
assistant?: {
|
|
9877
9990
|
usePrefixName?: boolean;
|
|
9878
9991
|
};
|
|
@@ -9905,6 +10018,7 @@ declare class LabelService {
|
|
|
9905
10018
|
filterLinkChildren?: boolean;
|
|
9906
10019
|
expandPreview?: boolean;
|
|
9907
10020
|
quickFilter?: boolean;
|
|
10021
|
+
showAggregationItemCount?: boolean;
|
|
9908
10022
|
assistant?: {
|
|
9909
10023
|
usePrefixName?: boolean;
|
|
9910
10024
|
};
|
|
@@ -9954,6 +10068,7 @@ declare class LabelService {
|
|
|
9954
10068
|
filterLinkChildren?: boolean;
|
|
9955
10069
|
expandPreview?: boolean;
|
|
9956
10070
|
quickFilter?: boolean;
|
|
10071
|
+
showAggregationItemCount?: boolean;
|
|
9957
10072
|
assistant?: {
|
|
9958
10073
|
usePrefixName?: boolean;
|
|
9959
10074
|
};
|
|
@@ -9989,7 +10104,7 @@ declare class LabelService {
|
|
|
9989
10104
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
9990
10105
|
getAggregationIcon: (column: string) => string | undefined;
|
|
9991
10106
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
9992
|
-
getAggregationCustomization: (
|
|
10107
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
9993
10108
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
9994
10109
|
} & _ngrx_signals.StateSource<{
|
|
9995
10110
|
name: string;
|
|
@@ -10030,6 +10145,7 @@ declare class LabelService {
|
|
|
10030
10145
|
filterLinkChildren?: boolean;
|
|
10031
10146
|
expandPreview?: boolean;
|
|
10032
10147
|
quickFilter?: boolean;
|
|
10148
|
+
showAggregationItemCount?: boolean;
|
|
10033
10149
|
assistant?: {
|
|
10034
10150
|
usePrefixName?: boolean;
|
|
10035
10151
|
};
|
|
@@ -10062,6 +10178,7 @@ declare class LabelService {
|
|
|
10062
10178
|
filterLinkChildren?: boolean;
|
|
10063
10179
|
expandPreview?: boolean;
|
|
10064
10180
|
quickFilter?: boolean;
|
|
10181
|
+
showAggregationItemCount?: boolean;
|
|
10065
10182
|
assistant?: {
|
|
10066
10183
|
usePrefixName?: boolean;
|
|
10067
10184
|
};
|
|
@@ -10255,7 +10372,7 @@ declare class RecentSearchesComponent {
|
|
|
10255
10372
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
10256
10373
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10257
10374
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
10258
|
-
userTheme: _angular_core.Signal<"
|
|
10375
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
10259
10376
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
10260
10377
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
10261
10378
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -10316,10 +10433,10 @@ declare class RecentSearchesComponent {
|
|
|
10316
10433
|
declare class SavedSearchDialog implements DialogInterface {
|
|
10317
10434
|
private readonly savedSearchesService;
|
|
10318
10435
|
protected readonly queryParamsStore: {
|
|
10319
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10320
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10321
10436
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10437
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10322
10438
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10439
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10323
10440
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
10324
10441
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
10325
10442
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -10346,7 +10463,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
10346
10463
|
path?: _angular_core.Signal<string | undefined> | undefined;
|
|
10347
10464
|
filters?: _angular_core.Signal<_sinequa_atomic.LegacyFilter[] | undefined> | undefined;
|
|
10348
10465
|
id?: _angular_core.Signal<string | undefined> | undefined;
|
|
10349
|
-
setFromUrl: (
|
|
10466
|
+
setFromUrl: (href: string) => void;
|
|
10350
10467
|
getQueryParams: () => {
|
|
10351
10468
|
f?: string;
|
|
10352
10469
|
p?: number;
|
|
@@ -10354,6 +10471,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
10354
10471
|
t?: string;
|
|
10355
10472
|
q?: string;
|
|
10356
10473
|
b?: string;
|
|
10474
|
+
n?: string;
|
|
10357
10475
|
};
|
|
10358
10476
|
addFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
10359
10477
|
updateFilter: (filter: _sinequa_atomic.LegacyFilter, audit?: _sinequa_atomic.AuditEvents) => void;
|
|
@@ -10370,10 +10488,10 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
10370
10488
|
}> | null;
|
|
10371
10489
|
getQuery: () => _sinequa_atomic.Query;
|
|
10372
10490
|
} & _ngrx_signals.StateSource<{
|
|
10373
|
-
text?: string | undefined;
|
|
10374
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10375
10491
|
name?: string | undefined;
|
|
10492
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10376
10493
|
sort?: string | undefined;
|
|
10494
|
+
text?: string | undefined;
|
|
10377
10495
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10378
10496
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10379
10497
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -10425,7 +10543,7 @@ declare class SavedSearchesComponent {
|
|
|
10425
10543
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
10426
10544
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10427
10545
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
10428
|
-
userTheme: _angular_core.Signal<"
|
|
10546
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
10429
10547
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
10430
10548
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
10431
10549
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -10478,6 +10596,135 @@ declare class SavedSearchesComponent {
|
|
|
10478
10596
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SavedSearchesComponent, "saved-searches, SavedSearches", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
10479
10597
|
}
|
|
10480
10598
|
|
|
10599
|
+
declare class UserProfileDialog implements DialogInterface {
|
|
10600
|
+
dialog: _angular_core.Signal<DialogComponent | undefined>;
|
|
10601
|
+
open(): void;
|
|
10602
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UserProfileDialog, never>;
|
|
10603
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UserProfileDialog, "user-profile-dialog, userprofiledialog, UserProfileDialog", never, {}, {}, never, never, true, never>;
|
|
10604
|
+
}
|
|
10605
|
+
|
|
10606
|
+
declare const SUPPORTED_LANGUAGES: readonly ["en", "fr"];
|
|
10607
|
+
type SupportedLanguage = (typeof SUPPORTED_LANGUAGES)[number];
|
|
10608
|
+
declare class UserProfileFormComponent {
|
|
10609
|
+
protected principalStore: {
|
|
10610
|
+
principal: _ngrx_signals.DeepSignal<_sinequa_atomic.Principal>;
|
|
10611
|
+
userOverrideActive: _angular_core.Signal<boolean>;
|
|
10612
|
+
allowUserOverride: _angular_core.Signal<boolean>;
|
|
10613
|
+
isOverridingUser: _angular_core.Signal<boolean>;
|
|
10614
|
+
initialize: () => Promise<void>;
|
|
10615
|
+
} & _ngrx_signals.StateSource<{
|
|
10616
|
+
principal: _sinequa_atomic.Principal;
|
|
10617
|
+
userOverrideActive: boolean;
|
|
10618
|
+
}>;
|
|
10619
|
+
protected userSettingsStore: {
|
|
10620
|
+
bookmarks: _angular_core.Signal<_sinequa_atomic_angular.Bookmark[]>;
|
|
10621
|
+
recentSearches: _angular_core.Signal<_sinequa_atomic_angular.SearchItem[]>;
|
|
10622
|
+
savedSearches: _angular_core.Signal<_sinequa_atomic_angular.SearchItem[]>;
|
|
10623
|
+
baskets: _angular_core.Signal<_sinequa_atomic_angular.Basket[]>;
|
|
10624
|
+
assistants: _angular_core.Signal<Record<string, unknown>>;
|
|
10625
|
+
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
10626
|
+
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10627
|
+
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
10628
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
10629
|
+
isDarkMode: _angular_core.Signal<boolean>;
|
|
10630
|
+
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
10631
|
+
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
10632
|
+
unbookmark: (id: string) => Promise<void>;
|
|
10633
|
+
isBookmarked: (article: Partial<_sinequa_atomic.Article>) => boolean;
|
|
10634
|
+
toggleBookmark: (article: _sinequa_atomic.Article) => Promise<void>;
|
|
10635
|
+
deleteRecentSearch: (index: number) => Promise<void>;
|
|
10636
|
+
updateRecentSearches: (recentSearches: _sinequa_atomic_angular.UserSettingsState["recentSearches"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
10637
|
+
addCurrentSearch: (queryParams: _sinequa_atomic.QueryParams) => Promise<void>;
|
|
10638
|
+
deleteSavedSearch: (index: number) => Promise<void>;
|
|
10639
|
+
updateSavedSearches: (savedSearches: _sinequa_atomic_angular.UserSettingsState["savedSearches"]) => Promise<void>;
|
|
10640
|
+
getSavedSearch: (search: string) => _sinequa_atomic_angular.SearchItem | undefined;
|
|
10641
|
+
deleteBasket: (index: number) => Promise<void>;
|
|
10642
|
+
createBasket: (basket: _sinequa_atomic_angular.Basket) => Promise<void>;
|
|
10643
|
+
updateBaskets: (baskets: _sinequa_atomic_angular.UserSettingsState["baskets"]) => Promise<void>;
|
|
10644
|
+
updateBasket: (basket: _sinequa_atomic_angular.Basket, index: number) => Promise<void>;
|
|
10645
|
+
addToBasket: (name: string, ids: string | string[]) => Promise<void>;
|
|
10646
|
+
removeFromBasket: (name: string, ids: string | string[]) => Promise<void>;
|
|
10647
|
+
updateAssistantSettings: (assistantSettings: _sinequa_atomic_angular.UserSettingsState["assistants"]) => Promise<void>;
|
|
10648
|
+
updateLanguage: (language: _sinequa_atomic_angular.UserSettingsState["language"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
10649
|
+
updateAssistantCollapsed: (collapseAssistant: _sinequa_atomic_angular.UserSettingsState["collapseAssistant"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
10650
|
+
initialize: () => Promise<void>;
|
|
10651
|
+
reset: () => Promise<void>;
|
|
10652
|
+
deleteAlert: (index: number) => Promise<void>;
|
|
10653
|
+
createAlert: (alert: _sinequa_atomic_angular.Alert) => Promise<void>;
|
|
10654
|
+
updateAlert: (alert: _sinequa_atomic_angular.Alert, index: number) => Promise<void>;
|
|
10655
|
+
updateAlerts: (alerts: _sinequa_atomic_angular.Alert[]) => Promise<void>;
|
|
10656
|
+
setUserTheme: (userTheme: "dark" | "light" | "system") => Promise<void>;
|
|
10657
|
+
toggleDarkMode: () => Promise<void>;
|
|
10658
|
+
} & _ngrx_signals.StateSource<{
|
|
10659
|
+
bookmarks: _sinequa_atomic_angular.Bookmark[];
|
|
10660
|
+
recentSearches: _sinequa_atomic_angular.SearchItem[];
|
|
10661
|
+
savedSearches: _sinequa_atomic_angular.SearchItem[];
|
|
10662
|
+
baskets: _sinequa_atomic_angular.Basket[];
|
|
10663
|
+
assistants: Record<string, unknown>;
|
|
10664
|
+
alerts: _sinequa_atomic_angular.Alert[];
|
|
10665
|
+
collapseAssistant?: boolean | undefined;
|
|
10666
|
+
language?: string | undefined;
|
|
10667
|
+
userTheme: "dark" | "light" | "system";
|
|
10668
|
+
}>;
|
|
10669
|
+
protected userProfileService: UserProfileService;
|
|
10670
|
+
private readonly transloco;
|
|
10671
|
+
readonly createInputElement: _angular_core.Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
10672
|
+
dataKeys: string[];
|
|
10673
|
+
readonly initials: _angular_core.Signal<string | undefined>;
|
|
10674
|
+
propertyToEdit: _angular_core.WritableSignal<string | undefined>;
|
|
10675
|
+
value: _angular_core.ModelSignal<string | number | boolean | undefined>;
|
|
10676
|
+
currentLanguage: _angular_core.ModelSignal<string | undefined>;
|
|
10677
|
+
AllLanguages: {
|
|
10678
|
+
code: SupportedLanguage;
|
|
10679
|
+
label: string;
|
|
10680
|
+
icon: Type<unknown>;
|
|
10681
|
+
}[];
|
|
10682
|
+
changingPassword: _angular_core.WritableSignal<boolean>;
|
|
10683
|
+
principal: _angular_core.Signal<_sinequa_atomic.Principal>;
|
|
10684
|
+
constructor();
|
|
10685
|
+
protected userProfileResource: _angular_common_http.HttpResourceRef<_sinequa_atomic.UserProfile | undefined>;
|
|
10686
|
+
readonly userProfile: _angular_core.WritableSignal<_sinequa_atomic.UserProfile | undefined>;
|
|
10687
|
+
createUserProfile(): Promise<void>;
|
|
10688
|
+
/**
|
|
10689
|
+
* On editing a value, we save its former value to set it back in case of error
|
|
10690
|
+
*
|
|
10691
|
+
* @param category data or customData
|
|
10692
|
+
* @param propertyName property name
|
|
10693
|
+
*/
|
|
10694
|
+
onEdit(propertyName: string): void;
|
|
10695
|
+
/**
|
|
10696
|
+
* On data property deletion, for now we make the property an empty string
|
|
10697
|
+
*
|
|
10698
|
+
* @param propertyName property name
|
|
10699
|
+
*/
|
|
10700
|
+
onDeleteData(propertyName: string): void;
|
|
10701
|
+
/**
|
|
10702
|
+
* Saving a data property
|
|
10703
|
+
*
|
|
10704
|
+
* @param propertyName property name
|
|
10705
|
+
*/
|
|
10706
|
+
onSaveData(propertyName: string): Promise<void>;
|
|
10707
|
+
/**
|
|
10708
|
+
* Get the value of a data key
|
|
10709
|
+
*
|
|
10710
|
+
* @param key property key
|
|
10711
|
+
* @returns the value
|
|
10712
|
+
*/
|
|
10713
|
+
getDataValue(key: string): any;
|
|
10714
|
+
/**
|
|
10715
|
+
* TODO: how do we save the picture?
|
|
10716
|
+
*
|
|
10717
|
+
* @param event
|
|
10718
|
+
*/
|
|
10719
|
+
uploadAvatar(event: Event): void;
|
|
10720
|
+
/**
|
|
10721
|
+
* Change the app language
|
|
10722
|
+
*/
|
|
10723
|
+
changeLanguage(): void;
|
|
10724
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UserProfileFormComponent, never>;
|
|
10725
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UserProfileFormComponent, "user-profile-form, UserProfileForm, userprofileform", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "currentLanguage": { "alias": "currentLanguage"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "currentLanguage": "currentLanguageChange"; }, never, never, true, never>;
|
|
10726
|
+
}
|
|
10727
|
+
|
|
10481
10728
|
/**
|
|
10482
10729
|
* Returns a guard function that checks if the user is authenticated.
|
|
10483
10730
|
* If the user is not authenticated, it navigates to the login page.
|
|
@@ -10624,6 +10871,7 @@ declare class SourceIconPipe implements PipeTransform {
|
|
|
10624
10871
|
filterLinkChildren?: boolean;
|
|
10625
10872
|
expandPreview?: boolean;
|
|
10626
10873
|
quickFilter?: boolean;
|
|
10874
|
+
showAggregationItemCount?: boolean;
|
|
10627
10875
|
assistant?: {
|
|
10628
10876
|
usePrefixName?: boolean;
|
|
10629
10877
|
};
|
|
@@ -10656,6 +10904,7 @@ declare class SourceIconPipe implements PipeTransform {
|
|
|
10656
10904
|
filterLinkChildren?: boolean;
|
|
10657
10905
|
expandPreview?: boolean;
|
|
10658
10906
|
quickFilter?: boolean;
|
|
10907
|
+
showAggregationItemCount?: boolean;
|
|
10659
10908
|
assistant?: {
|
|
10660
10909
|
usePrefixName?: boolean;
|
|
10661
10910
|
};
|
|
@@ -10705,6 +10954,7 @@ declare class SourceIconPipe implements PipeTransform {
|
|
|
10705
10954
|
filterLinkChildren?: boolean;
|
|
10706
10955
|
expandPreview?: boolean;
|
|
10707
10956
|
quickFilter?: boolean;
|
|
10957
|
+
showAggregationItemCount?: boolean;
|
|
10708
10958
|
assistant?: {
|
|
10709
10959
|
usePrefixName?: boolean;
|
|
10710
10960
|
};
|
|
@@ -10740,7 +10990,7 @@ declare class SourceIconPipe implements PipeTransform {
|
|
|
10740
10990
|
getNamedCustomizationJson: (name: string) => unknown | undefined;
|
|
10741
10991
|
getAggregationIcon: (column: string) => string | undefined;
|
|
10742
10992
|
getAggregationItemsCustomization: (column: string) => _sinequa_atomic_angular.CFilterItem[] | undefined;
|
|
10743
|
-
getAggregationCustomization: (
|
|
10993
|
+
getAggregationCustomization: (aggColumn: string, aggName?: string) => _sinequa_atomic_angular.CFilter | undefined;
|
|
10744
10994
|
isAssistantAllowed: (assistantName: string) => boolean;
|
|
10745
10995
|
} & _ngrx_signals.StateSource<{
|
|
10746
10996
|
name: string;
|
|
@@ -10781,6 +11031,7 @@ declare class SourceIconPipe implements PipeTransform {
|
|
|
10781
11031
|
filterLinkChildren?: boolean;
|
|
10782
11032
|
expandPreview?: boolean;
|
|
10783
11033
|
quickFilter?: boolean;
|
|
11034
|
+
showAggregationItemCount?: boolean;
|
|
10784
11035
|
assistant?: {
|
|
10785
11036
|
usePrefixName?: boolean;
|
|
10786
11037
|
};
|
|
@@ -10813,6 +11064,7 @@ declare class SourceIconPipe implements PipeTransform {
|
|
|
10813
11064
|
filterLinkChildren?: boolean;
|
|
10814
11065
|
expandPreview?: boolean;
|
|
10815
11066
|
quickFilter?: boolean;
|
|
11067
|
+
showAggregationItemCount?: boolean;
|
|
10816
11068
|
assistant?: {
|
|
10817
11069
|
usePrefixName?: boolean;
|
|
10818
11070
|
};
|
|
@@ -10952,5 +11204,5 @@ type AppFeatures = {
|
|
|
10952
11204
|
*/
|
|
10953
11205
|
declare const APP_FEATURES: InjectionToken<AppFeatures>;
|
|
10954
11206
|
|
|
10955
|
-
export { AGGREGATIONS_NAMES, AGGREGATIONS_NAMES_PRESET_DEFAULT, APP_FEATURES, AdvancedSearchComponent, AggregationComponent, AggregationsService, AggregationsStore, Alert, AlertDialog, AlertsComponent, AppService, AppStore, ApplicationService, ApplicationStore, 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, PasswordExpiryGuard, 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, SelectArticleOnClickDirective, SelectionHistoryService, SelectionService, SelectionStore, ShowBookmarkDirective, SignInComponent, SortSelectorComponent, SourceComponent, SourceIconPipe, SponsoredResultsComponent, SyslangPipe, THEMES, TextChunkService, ThemeProviderDirective, ThemeSelectorComponent, ThemeStore, ThemeToggleComponent, TranslocoDateImpurePipe, UserSettingsStore, applyThemeToNativeElement, auditInterceptorFn, authInterceptorFn, bodyInterceptorFn, buildQuery, debouncedSignal, errorInterceptorFn, getCurrentPath, getCurrentQueryName, getQueryNameFromRoute, processCssVars, queryNameResolver, signIn, themeColorNameToCssVariable, themeColorsToCssVariables, toastInterceptorFn, withAggregationsFeatures, withAlertsFeatures,
|
|
11207
|
+
export { AGGREGATIONS_NAMES, AGGREGATIONS_NAMES_PRESET_DEFAULT, APP_FEATURES, AdvancedSearchComponent, AggregationComponent, AggregationsService, AggregationsStore, Alert, AlertDialog, AlertsComponent, AppService, AppStore, ApplicationService, ApplicationStore, 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, PasswordExpiryGuard, 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, 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 };
|
|
10956
11208
|
export type { AggEx, AggregationEx, AggregationListEx, AggregationListItem, AggregationTitle, AggregationTreeEx, AggregationsState, AppCJson, AppFeatures, ApplicationState, ArticleMetadata, AssistantDetails, Autocomplete, Basket, Bookmark, BookmarksConfig, CAggregation, CAggregationItem, CCAppState, CCWebServiceLabels, CFilter, CFilterEx, CFilterItem, CJ, CJson, CJsonMint, CSources, CollectionsConfig, ComponentMapping, CssVars, 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 };
|