@sinequa/atomic-angular 0.4.45 → 0.4.46
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/fesm2022/sinequa-atomic-angular.mjs +13 -4
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/index.d.ts +108 -108
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -114,10 +114,9 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
114
114
|
readonly el: ElementRef<any>;
|
|
115
115
|
readonly router: Router;
|
|
116
116
|
readonly queryParamStore: {
|
|
117
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
118
117
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
119
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
120
118
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
119
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
121
120
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
122
121
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
123
122
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -138,6 +137,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
138
137
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
139
138
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
140
139
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
140
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
141
141
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
142
142
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
143
143
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -169,10 +169,9 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
169
169
|
}> | null;
|
|
170
170
|
getQuery: () => _sinequa_atomic.Query;
|
|
171
171
|
} & _ngrx_signals.StateSource<{
|
|
172
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
173
172
|
name?: string | undefined;
|
|
174
|
-
text?: string | undefined;
|
|
175
173
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
174
|
+
text?: string | undefined;
|
|
176
175
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
177
176
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
178
177
|
page?: number | undefined;
|
|
@@ -193,6 +192,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
193
192
|
relevanceTransforms?: string | undefined;
|
|
194
193
|
removeDuplicates?: boolean | undefined;
|
|
195
194
|
queryId?: string | undefined;
|
|
195
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
196
196
|
orderBy?: string | undefined;
|
|
197
197
|
groupBy?: string | undefined;
|
|
198
198
|
neuralSearch?: boolean | undefined;
|
|
@@ -250,7 +250,7 @@ declare class MetadataComponent {
|
|
|
250
250
|
event: Event;
|
|
251
251
|
}>;
|
|
252
252
|
class: _angular_core.InputSignal<string | undefined>;
|
|
253
|
-
variant: _angular_core.InputSignal<"default" | "secondary" | "accent" | "destructive" | "outline" | "ghost" | "ai" | "none" | "
|
|
253
|
+
variant: _angular_core.InputSignal<"error" | "default" | "secondary" | "accent" | "destructive" | "outline" | "ghost" | "ai" | "none" | "info" | "success" | "warning" | null | undefined>;
|
|
254
254
|
metadata: _angular_core.InputSignal<KeyOf<Article$1> | (string & Record<never, never>)>;
|
|
255
255
|
article: _angular_core.InputSignal<Partial<Article$1> | (string & Record<never, never>)>;
|
|
256
256
|
limit: _angular_core.InputSignalWithTransform<number | undefined, string | number | undefined>;
|
|
@@ -263,10 +263,9 @@ declare class MetadataComponent {
|
|
|
263
263
|
declare class MissingTermsComponent {
|
|
264
264
|
readonly article: _angular_core.InputSignal<Article$1>;
|
|
265
265
|
queryParamsStore: {
|
|
266
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
267
266
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
268
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
269
267
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
268
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
270
269
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
271
270
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
272
271
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -287,6 +286,7 @@ declare class MissingTermsComponent {
|
|
|
287
286
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
288
287
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
289
288
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
289
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
290
290
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
291
291
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
292
292
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -318,10 +318,9 @@ declare class MissingTermsComponent {
|
|
|
318
318
|
}> | null;
|
|
319
319
|
getQuery: () => _sinequa_atomic.Query;
|
|
320
320
|
} & _ngrx_signals.StateSource<{
|
|
321
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
322
321
|
name?: string | undefined;
|
|
323
|
-
text?: string | undefined;
|
|
324
322
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
323
|
+
text?: string | undefined;
|
|
325
324
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
326
325
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
327
326
|
page?: number | undefined;
|
|
@@ -342,6 +341,7 @@ declare class MissingTermsComponent {
|
|
|
342
341
|
relevanceTransforms?: string | undefined;
|
|
343
342
|
removeDuplicates?: boolean | undefined;
|
|
344
343
|
queryId?: string | undefined;
|
|
344
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
345
345
|
orderBy?: string | undefined;
|
|
346
346
|
groupBy?: string | undefined;
|
|
347
347
|
neuralSearch?: boolean | undefined;
|
|
@@ -361,7 +361,7 @@ declare class MissingTermsComponent {
|
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
declare const multiSelectionToolbarVariants: (props?: ({
|
|
364
|
-
variant?: "
|
|
364
|
+
variant?: "light" | "dark" | "glassy" | null | undefined;
|
|
365
365
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
366
366
|
type MultiSelectionToolbarVariants = VariantProps<typeof multiSelectionToolbarVariants>;
|
|
367
367
|
declare class MultiSelectionToolbarComponent {
|
|
@@ -740,7 +740,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
740
740
|
converters?: _sinequa_atomic_angular.CConverter[];
|
|
741
741
|
} | undefined;
|
|
742
742
|
readonly class: _angular_core.InputSignal<string>;
|
|
743
|
-
readonly variant: _angular_core.InputSignal<"
|
|
743
|
+
readonly variant: _angular_core.InputSignal<"light" | "dark" | "glassy" | null | undefined>;
|
|
744
744
|
readonly updatedCollections: _angular_core.OutputEmitterRef<void>;
|
|
745
745
|
readonly count: _angular_core.Signal<number>;
|
|
746
746
|
readonly variants: _angular_core.Signal<string>;
|
|
@@ -1746,10 +1746,9 @@ type QueryParams = {
|
|
|
1746
1746
|
n?: string;
|
|
1747
1747
|
};
|
|
1748
1748
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
1749
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
1750
1749
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1751
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1752
1750
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1751
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1753
1752
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1754
1753
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
1755
1754
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -1770,6 +1769,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1770
1769
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
1771
1770
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1772
1771
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
1772
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1773
1773
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1774
1774
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1775
1775
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1793,10 +1793,9 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1793
1793
|
}> | null;
|
|
1794
1794
|
getQuery: () => _sinequa_atomic.Query;
|
|
1795
1795
|
} & _ngrx_signals.StateSource<{
|
|
1796
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1797
1796
|
name?: string | undefined;
|
|
1798
|
-
text?: string | undefined;
|
|
1799
1797
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1798
|
+
text?: string | undefined;
|
|
1800
1799
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1801
1800
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1802
1801
|
page?: number | undefined;
|
|
@@ -1817,6 +1816,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1817
1816
|
relevanceTransforms?: string | undefined;
|
|
1818
1817
|
removeDuplicates?: boolean | undefined;
|
|
1819
1818
|
queryId?: string | undefined;
|
|
1819
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1820
1820
|
orderBy?: string | undefined;
|
|
1821
1821
|
groupBy?: string | undefined;
|
|
1822
1822
|
neuralSearch?: boolean | undefined;
|
|
@@ -1826,10 +1826,9 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1826
1826
|
}>>;
|
|
1827
1827
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
1828
1828
|
state: {
|
|
1829
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1830
1829
|
name?: string | undefined;
|
|
1831
|
-
text?: string | undefined;
|
|
1832
1830
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1831
|
+
text?: string | undefined;
|
|
1833
1832
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1834
1833
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1835
1834
|
page?: number | undefined;
|
|
@@ -1850,6 +1849,7 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
1850
1849
|
relevanceTransforms?: string | undefined;
|
|
1851
1850
|
removeDuplicates?: boolean | undefined;
|
|
1852
1851
|
queryId?: string | undefined;
|
|
1852
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1853
1853
|
orderBy?: string | undefined;
|
|
1854
1854
|
groupBy?: string | undefined;
|
|
1855
1855
|
neuralSearch?: boolean | undefined;
|
|
@@ -2043,7 +2043,7 @@ declare const UserSettingsStore: _angular_core.Type<{
|
|
|
2043
2043
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2044
2044
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2045
2045
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2046
|
-
userTheme: _angular_core.Signal<"
|
|
2046
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
2047
2047
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2048
2048
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2049
2049
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -2575,10 +2575,9 @@ declare class AggregationsService {
|
|
|
2575
2575
|
aggregations: Aggregation[];
|
|
2576
2576
|
}>;
|
|
2577
2577
|
queryParamsStore: {
|
|
2578
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
2579
2578
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2580
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2581
2579
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2580
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2582
2581
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2583
2582
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
2584
2583
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -2599,6 +2598,7 @@ declare class AggregationsService {
|
|
|
2599
2598
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
2600
2599
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2601
2600
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
2601
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2602
2602
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2603
2603
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2604
2604
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2630,10 +2630,9 @@ declare class AggregationsService {
|
|
|
2630
2630
|
}> | null;
|
|
2631
2631
|
getQuery: () => Query;
|
|
2632
2632
|
} & _ngrx_signals.StateSource<{
|
|
2633
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2634
2633
|
name?: string | undefined;
|
|
2635
|
-
text?: string | undefined;
|
|
2636
2634
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2635
|
+
text?: string | undefined;
|
|
2637
2636
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2638
2637
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2639
2638
|
page?: number | undefined;
|
|
@@ -2654,6 +2653,7 @@ declare class AggregationsService {
|
|
|
2654
2653
|
relevanceTransforms?: string | undefined;
|
|
2655
2654
|
removeDuplicates?: boolean | undefined;
|
|
2656
2655
|
queryId?: string | undefined;
|
|
2656
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2657
2657
|
orderBy?: string | undefined;
|
|
2658
2658
|
groupBy?: string | undefined;
|
|
2659
2659
|
neuralSearch?: boolean | undefined;
|
|
@@ -2758,7 +2758,7 @@ declare class ApplicationService {
|
|
|
2758
2758
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2759
2759
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2760
2760
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2761
|
-
userTheme: _angular_core.Signal<"
|
|
2761
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
2762
2762
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2763
2763
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2764
2764
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -3612,7 +3612,7 @@ declare class AutocompleteService {
|
|
|
3612
3612
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
3613
3613
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3614
3614
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
3615
|
-
userTheme: _angular_core.Signal<"
|
|
3615
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
3616
3616
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
3617
3617
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
3618
3618
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4268,10 +4268,9 @@ declare class PreviewService {
|
|
|
4268
4268
|
multiSelection: Article$1[];
|
|
4269
4269
|
}>;
|
|
4270
4270
|
protected readonly queryParamsStore: {
|
|
4271
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
4272
4271
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4273
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4274
4272
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4273
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4275
4274
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4276
4275
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4277
4276
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -4292,6 +4291,7 @@ declare class PreviewService {
|
|
|
4292
4291
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4293
4292
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4294
4293
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4294
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4295
4295
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4296
4296
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4297
4297
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4323,10 +4323,9 @@ declare class PreviewService {
|
|
|
4323
4323
|
}> | null;
|
|
4324
4324
|
getQuery: () => Query;
|
|
4325
4325
|
} & _ngrx_signals.StateSource<{
|
|
4326
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4327
4326
|
name?: string | undefined;
|
|
4328
|
-
text?: string | undefined;
|
|
4329
4327
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4328
|
+
text?: string | undefined;
|
|
4330
4329
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4331
4330
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4332
4331
|
page?: number | undefined;
|
|
@@ -4347,6 +4346,7 @@ declare class PreviewService {
|
|
|
4347
4346
|
relevanceTransforms?: string | undefined;
|
|
4348
4347
|
removeDuplicates?: boolean | undefined;
|
|
4349
4348
|
queryId?: string | undefined;
|
|
4349
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4350
4350
|
orderBy?: string | undefined;
|
|
4351
4351
|
groupBy?: string | undefined;
|
|
4352
4352
|
neuralSearch?: boolean | undefined;
|
|
@@ -4851,7 +4851,7 @@ declare class SavedSearchesService {
|
|
|
4851
4851
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
4852
4852
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4853
4853
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4854
|
-
userTheme: _angular_core.Signal<"
|
|
4854
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
4855
4855
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
4856
4856
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
4857
4857
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4897,10 +4897,9 @@ declare class SavedSearchesService {
|
|
|
4897
4897
|
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
4898
4898
|
}>;
|
|
4899
4899
|
protected readonly queryParamsStore: {
|
|
4900
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
4901
4900
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4902
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4903
4901
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4902
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4904
4903
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4905
4904
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4906
4905
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -4921,6 +4920,7 @@ declare class SavedSearchesService {
|
|
|
4921
4920
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4922
4921
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4923
4922
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4923
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4924
4924
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4925
4925
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4926
4926
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4952,10 +4952,9 @@ declare class SavedSearchesService {
|
|
|
4952
4952
|
}> | null;
|
|
4953
4953
|
getQuery: () => _sinequa_atomic.Query;
|
|
4954
4954
|
} & _ngrx_signals.StateSource<{
|
|
4955
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4956
4955
|
name?: string | undefined;
|
|
4957
|
-
text?: string | undefined;
|
|
4958
4956
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4957
|
+
text?: string | undefined;
|
|
4959
4958
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4960
4959
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4961
4960
|
page?: number | undefined;
|
|
@@ -4976,6 +4975,7 @@ declare class SavedSearchesService {
|
|
|
4976
4975
|
relevanceTransforms?: string | undefined;
|
|
4977
4976
|
removeDuplicates?: boolean | undefined;
|
|
4978
4977
|
queryId?: string | undefined;
|
|
4978
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4979
4979
|
orderBy?: string | undefined;
|
|
4980
4980
|
groupBy?: string | undefined;
|
|
4981
4981
|
neuralSearch?: boolean | undefined;
|
|
@@ -5038,10 +5038,9 @@ declare class SearchService {
|
|
|
5038
5038
|
result: Result;
|
|
5039
5039
|
audit?: AuditEvents;
|
|
5040
5040
|
protected readonly queryParamsStore: {
|
|
5041
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
5042
5041
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5043
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5044
5042
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5043
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5045
5044
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5046
5045
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5047
5046
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -5062,6 +5061,7 @@ declare class SearchService {
|
|
|
5062
5061
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5063
5062
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5064
5063
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5064
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5065
5065
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5066
5066
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5067
5067
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5093,10 +5093,9 @@ declare class SearchService {
|
|
|
5093
5093
|
}> | null;
|
|
5094
5094
|
getQuery: () => Query;
|
|
5095
5095
|
} & _ngrx_signals.StateSource<{
|
|
5096
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5097
5096
|
name?: string | undefined;
|
|
5098
|
-
text?: string | undefined;
|
|
5099
5097
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5098
|
+
text?: string | undefined;
|
|
5100
5099
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5101
5100
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5102
5101
|
page?: number | undefined;
|
|
@@ -5117,6 +5116,7 @@ declare class SearchService {
|
|
|
5117
5116
|
relevanceTransforms?: string | undefined;
|
|
5118
5117
|
removeDuplicates?: boolean | undefined;
|
|
5119
5118
|
queryId?: string | undefined;
|
|
5119
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5120
5120
|
orderBy?: string | undefined;
|
|
5121
5121
|
groupBy?: string | undefined;
|
|
5122
5122
|
neuralSearch?: boolean | undefined;
|
|
@@ -5133,7 +5133,7 @@ declare class SearchService {
|
|
|
5133
5133
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
5134
5134
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5135
5135
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5136
|
-
userTheme: _angular_core.Signal<"
|
|
5136
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
5137
5137
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
5138
5138
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
5139
5139
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -5229,10 +5229,9 @@ declare class SelectionService {
|
|
|
5229
5229
|
private readonly location;
|
|
5230
5230
|
private readonly selectionStore;
|
|
5231
5231
|
queryParamsStore: {
|
|
5232
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
5233
5232
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5234
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5235
5233
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5234
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5236
5235
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5237
5236
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5238
5237
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -5253,6 +5252,7 @@ declare class SelectionService {
|
|
|
5253
5252
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5254
5253
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5255
5254
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5255
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5256
5256
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5257
5257
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5258
5258
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5284,10 +5284,9 @@ declare class SelectionService {
|
|
|
5284
5284
|
}> | null;
|
|
5285
5285
|
getQuery: () => _sinequa_atomic.Query;
|
|
5286
5286
|
} & _ngrx_signals.StateSource<{
|
|
5287
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5288
5287
|
name?: string | undefined;
|
|
5289
|
-
text?: string | undefined;
|
|
5290
5288
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5289
|
+
text?: string | undefined;
|
|
5291
5290
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5292
5291
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5293
5292
|
page?: number | undefined;
|
|
@@ -5308,6 +5307,7 @@ declare class SelectionService {
|
|
|
5308
5307
|
relevanceTransforms?: string | undefined;
|
|
5309
5308
|
removeDuplicates?: boolean | undefined;
|
|
5310
5309
|
queryId?: string | undefined;
|
|
5310
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5311
5311
|
orderBy?: string | undefined;
|
|
5312
5312
|
groupBy?: string | undefined;
|
|
5313
5313
|
neuralSearch?: boolean | undefined;
|
|
@@ -5453,10 +5453,9 @@ declare class NavbarTabsComponent {
|
|
|
5453
5453
|
readonly router: Router;
|
|
5454
5454
|
readonly route: ActivatedRoute;
|
|
5455
5455
|
readonly queryParamsStore: {
|
|
5456
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
5457
5456
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5458
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5459
5457
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5458
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5460
5459
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5461
5460
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5462
5461
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -5477,6 +5476,7 @@ declare class NavbarTabsComponent {
|
|
|
5477
5476
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5478
5477
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5479
5478
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5479
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5480
5480
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5481
5481
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5482
5482
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5508,10 +5508,9 @@ declare class NavbarTabsComponent {
|
|
|
5508
5508
|
}> | null;
|
|
5509
5509
|
getQuery: () => _sinequa_atomic.Query;
|
|
5510
5510
|
} & _ngrx_signals.StateSource<{
|
|
5511
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5512
5511
|
name?: string | undefined;
|
|
5513
|
-
text?: string | undefined;
|
|
5514
5512
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5513
|
+
text?: string | undefined;
|
|
5515
5514
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5516
5515
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5517
5516
|
page?: number | undefined;
|
|
@@ -5532,6 +5531,7 @@ declare class NavbarTabsComponent {
|
|
|
5532
5531
|
relevanceTransforms?: string | undefined;
|
|
5533
5532
|
removeDuplicates?: boolean | undefined;
|
|
5534
5533
|
queryId?: string | undefined;
|
|
5534
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5535
5535
|
orderBy?: string | undefined;
|
|
5536
5536
|
groupBy?: string | undefined;
|
|
5537
5537
|
neuralSearch?: boolean | undefined;
|
|
@@ -6004,7 +6004,7 @@ declare class ShowBookmarkDirective {
|
|
|
6004
6004
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
6005
6005
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6006
6006
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
6007
|
-
userTheme: _angular_core.Signal<"
|
|
6007
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
6008
6008
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
6009
6009
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
6010
6010
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -6678,10 +6678,9 @@ declare class SponsoredResultsComponent {
|
|
|
6678
6678
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
6679
6679
|
}>;
|
|
6680
6680
|
queryParamStore: {
|
|
6681
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
6682
6681
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6683
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6684
6682
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6683
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6685
6684
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6686
6685
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6687
6686
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -6702,6 +6701,7 @@ declare class SponsoredResultsComponent {
|
|
|
6702
6701
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
6703
6702
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6704
6703
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
6704
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6705
6705
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6706
6706
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6707
6707
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6733,10 +6733,9 @@ declare class SponsoredResultsComponent {
|
|
|
6733
6733
|
}> | null;
|
|
6734
6734
|
getQuery: () => _sinequa_atomic.Query;
|
|
6735
6735
|
} & _ngrx_signals.StateSource<{
|
|
6736
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6737
6736
|
name?: string | undefined;
|
|
6738
|
-
text?: string | undefined;
|
|
6739
6737
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6738
|
+
text?: string | undefined;
|
|
6740
6739
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6741
6740
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6742
6741
|
page?: number | undefined;
|
|
@@ -6757,6 +6756,7 @@ declare class SponsoredResultsComponent {
|
|
|
6757
6756
|
relevanceTransforms?: string | undefined;
|
|
6758
6757
|
removeDuplicates?: boolean | undefined;
|
|
6759
6758
|
queryId?: string | undefined;
|
|
6759
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6760
6760
|
orderBy?: string | undefined;
|
|
6761
6761
|
groupBy?: string | undefined;
|
|
6762
6762
|
neuralSearch?: boolean | undefined;
|
|
@@ -7011,10 +7011,9 @@ declare class AggregationListComponent {
|
|
|
7011
7011
|
aggregations: Aggregation[];
|
|
7012
7012
|
}>;
|
|
7013
7013
|
queryParamsStore: {
|
|
7014
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
7015
7014
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7016
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7017
7015
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7016
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7018
7017
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7019
7018
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7020
7019
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -7035,6 +7034,7 @@ declare class AggregationListComponent {
|
|
|
7035
7034
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7036
7035
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7037
7036
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7037
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7038
7038
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7039
7039
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7040
7040
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7066,10 +7066,9 @@ declare class AggregationListComponent {
|
|
|
7066
7066
|
}> | null;
|
|
7067
7067
|
getQuery: () => Query;
|
|
7068
7068
|
} & _ngrx_signals.StateSource<{
|
|
7069
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7070
7069
|
name?: string | undefined;
|
|
7071
|
-
text?: string | undefined;
|
|
7072
7070
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7071
|
+
text?: string | undefined;
|
|
7073
7072
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7074
7073
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7075
7074
|
page?: number | undefined;
|
|
@@ -7090,6 +7089,7 @@ declare class AggregationListComponent {
|
|
|
7090
7089
|
relevanceTransforms?: string | undefined;
|
|
7091
7090
|
removeDuplicates?: boolean | undefined;
|
|
7092
7091
|
queryId?: string | undefined;
|
|
7092
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7093
7093
|
orderBy?: string | undefined;
|
|
7094
7094
|
groupBy?: string | undefined;
|
|
7095
7095
|
neuralSearch?: boolean | undefined;
|
|
@@ -7632,10 +7632,9 @@ declare class AdvancedSearch {
|
|
|
7632
7632
|
multiSelection: Article$1[];
|
|
7633
7633
|
}>;
|
|
7634
7634
|
protected readonly queryParamsStore: {
|
|
7635
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
7636
7635
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7637
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7638
7636
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7637
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7639
7638
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7640
7639
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7641
7640
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -7656,6 +7655,7 @@ declare class AdvancedSearch {
|
|
|
7656
7655
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7657
7656
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7658
7657
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7658
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7659
7659
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7660
7660
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7661
7661
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7687,10 +7687,9 @@ declare class AdvancedSearch {
|
|
|
7687
7687
|
}> | null;
|
|
7688
7688
|
getQuery: () => _sinequa_atomic.Query;
|
|
7689
7689
|
} & _ngrx_signals.StateSource<{
|
|
7690
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7691
7690
|
name?: string | undefined;
|
|
7692
|
-
text?: string | undefined;
|
|
7693
7691
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7692
|
+
text?: string | undefined;
|
|
7694
7693
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7695
7694
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7696
7695
|
page?: number | undefined;
|
|
@@ -7711,6 +7710,7 @@ declare class AdvancedSearch {
|
|
|
7711
7710
|
relevanceTransforms?: string | undefined;
|
|
7712
7711
|
removeDuplicates?: boolean | undefined;
|
|
7713
7712
|
queryId?: string | undefined;
|
|
7713
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7714
7714
|
orderBy?: string | undefined;
|
|
7715
7715
|
groupBy?: string | undefined;
|
|
7716
7716
|
neuralSearch?: boolean | undefined;
|
|
@@ -8096,10 +8096,9 @@ declare class ArticleLabels {
|
|
|
8096
8096
|
|
|
8097
8097
|
declare class ArticleSimilarDocuments {
|
|
8098
8098
|
protected readonly queryParamsStore: {
|
|
8099
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
8100
8099
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8101
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8102
8100
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8101
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8103
8102
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8104
8103
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8105
8104
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -8120,6 +8119,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8120
8119
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8121
8120
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8122
8121
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8122
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8123
8123
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8124
8124
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8125
8125
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8151,10 +8151,9 @@ declare class ArticleSimilarDocuments {
|
|
|
8151
8151
|
}> | null;
|
|
8152
8152
|
getQuery: () => _sinequa_atomic.Query;
|
|
8153
8153
|
} & _ngrx_signals.StateSource<{
|
|
8154
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8155
8154
|
name?: string | undefined;
|
|
8156
|
-
text?: string | undefined;
|
|
8157
8155
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8156
|
+
text?: string | undefined;
|
|
8158
8157
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8159
8158
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8160
8159
|
page?: number | undefined;
|
|
@@ -8175,6 +8174,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8175
8174
|
relevanceTransforms?: string | undefined;
|
|
8176
8175
|
removeDuplicates?: boolean | undefined;
|
|
8177
8176
|
queryId?: string | undefined;
|
|
8177
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8178
8178
|
orderBy?: string | undefined;
|
|
8179
8179
|
groupBy?: string | undefined;
|
|
8180
8180
|
neuralSearch?: boolean | undefined;
|
|
@@ -8464,7 +8464,7 @@ declare class CollectionsDialog implements DialogInterface {
|
|
|
8464
8464
|
readonly removedFromCollection: _angular_core.WritableSignal<boolean>;
|
|
8465
8465
|
readonly addedToCollection: _angular_core.WritableSignal<boolean>;
|
|
8466
8466
|
readonly collections: _angular_core.Signal<Basket[]>;
|
|
8467
|
-
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "
|
|
8467
|
+
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "some" | "none" | "all">>;
|
|
8468
8468
|
open(article: Article$1 | Article$1[]): void;
|
|
8469
8469
|
containsArticleByName(collectionName: string): boolean;
|
|
8470
8470
|
containsArticle(collection: Basket): "all" | "some" | "none";
|
|
@@ -8758,10 +8758,9 @@ declare class AdvancedSearchComponent {
|
|
|
8758
8758
|
multiSelection: Article$1[];
|
|
8759
8759
|
}>;
|
|
8760
8760
|
protected readonly queryParamsStore: {
|
|
8761
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
8762
8761
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8763
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8764
8762
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8763
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8765
8764
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8766
8765
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8767
8766
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -8782,6 +8781,7 @@ declare class AdvancedSearchComponent {
|
|
|
8782
8781
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8783
8782
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8784
8783
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8784
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8785
8785
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8786
8786
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8787
8787
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8813,10 +8813,9 @@ declare class AdvancedSearchComponent {
|
|
|
8813
8813
|
}> | null;
|
|
8814
8814
|
getQuery: () => _sinequa_atomic.Query;
|
|
8815
8815
|
} & _ngrx_signals.StateSource<{
|
|
8816
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8817
8816
|
name?: string | undefined;
|
|
8818
|
-
text?: string | undefined;
|
|
8819
8817
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8818
|
+
text?: string | undefined;
|
|
8820
8819
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8821
8820
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8822
8821
|
page?: number | undefined;
|
|
@@ -8837,6 +8836,7 @@ declare class AdvancedSearchComponent {
|
|
|
8837
8836
|
relevanceTransforms?: string | undefined;
|
|
8838
8837
|
removeDuplicates?: boolean | undefined;
|
|
8839
8838
|
queryId?: string | undefined;
|
|
8839
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8840
8840
|
orderBy?: string | undefined;
|
|
8841
8841
|
groupBy?: string | undefined;
|
|
8842
8842
|
neuralSearch?: boolean | undefined;
|
|
@@ -9214,10 +9214,9 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9214
9214
|
multiSelection: _sinequa_atomic.Article[];
|
|
9215
9215
|
}>;
|
|
9216
9216
|
queryParamsStore: {
|
|
9217
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9218
9217
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9219
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9220
9218
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9219
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9221
9220
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9222
9221
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9223
9222
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -9238,6 +9237,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9238
9237
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9239
9238
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9240
9239
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9240
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9241
9241
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9242
9242
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9243
9243
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9269,10 +9269,9 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9269
9269
|
}> | null;
|
|
9270
9270
|
getQuery: () => _sinequa_atomic.Query;
|
|
9271
9271
|
} & _ngrx_signals.StateSource<{
|
|
9272
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9273
9272
|
name?: string | undefined;
|
|
9274
|
-
text?: string | undefined;
|
|
9275
9273
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9274
|
+
text?: string | undefined;
|
|
9276
9275
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9277
9276
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9278
9277
|
page?: number | undefined;
|
|
@@ -9293,6 +9292,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9293
9292
|
relevanceTransforms?: string | undefined;
|
|
9294
9293
|
removeDuplicates?: boolean | undefined;
|
|
9295
9294
|
queryId?: string | undefined;
|
|
9295
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9296
9296
|
orderBy?: string | undefined;
|
|
9297
9297
|
groupBy?: string | undefined;
|
|
9298
9298
|
neuralSearch?: boolean | undefined;
|
|
@@ -9412,10 +9412,9 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9412
9412
|
private appStore;
|
|
9413
9413
|
readonly exportService: ExportService;
|
|
9414
9414
|
readonly queryParamsStore: {
|
|
9415
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9416
9415
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9417
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9418
9416
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9417
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9419
9418
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9420
9419
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9421
9420
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -9436,6 +9435,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9436
9435
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9437
9436
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9438
9437
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9438
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9439
9439
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9440
9440
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9441
9441
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9467,10 +9467,9 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9467
9467
|
}> | null;
|
|
9468
9468
|
getQuery: () => _sinequa_atomic.Query;
|
|
9469
9469
|
} & _ngrx_signals.StateSource<{
|
|
9470
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9471
9470
|
name?: string | undefined;
|
|
9472
|
-
text?: string | undefined;
|
|
9473
9471
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9472
|
+
text?: string | undefined;
|
|
9474
9473
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9475
9474
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9476
9475
|
page?: number | undefined;
|
|
@@ -9491,6 +9490,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9491
9490
|
relevanceTransforms?: string | undefined;
|
|
9492
9491
|
removeDuplicates?: boolean | undefined;
|
|
9493
9492
|
queryId?: string | undefined;
|
|
9493
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9494
9494
|
orderBy?: string | undefined;
|
|
9495
9495
|
groupBy?: string | undefined;
|
|
9496
9496
|
neuralSearch?: boolean | undefined;
|
|
@@ -9844,10 +9844,9 @@ declare class SearchFeedbackComponent {
|
|
|
9844
9844
|
pages: _angular_core.InputSignal<any>;
|
|
9845
9845
|
readonly auditService: AuditService;
|
|
9846
9846
|
protected readonly queryParamsStore: {
|
|
9847
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9848
9847
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9849
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9850
9848
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9849
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9851
9850
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9852
9851
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9853
9852
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -9868,6 +9867,7 @@ declare class SearchFeedbackComponent {
|
|
|
9868
9867
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9869
9868
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9870
9869
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9870
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9871
9871
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9872
9872
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9873
9873
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9899,10 +9899,9 @@ declare class SearchFeedbackComponent {
|
|
|
9899
9899
|
}> | null;
|
|
9900
9900
|
getQuery: () => _sinequa_atomic.Query;
|
|
9901
9901
|
} & _ngrx_signals.StateSource<{
|
|
9902
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9903
9902
|
name?: string | undefined;
|
|
9904
|
-
text?: string | undefined;
|
|
9905
9903
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9904
|
+
text?: string | undefined;
|
|
9906
9905
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9907
9906
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9908
9907
|
page?: number | undefined;
|
|
@@ -9923,6 +9922,7 @@ declare class SearchFeedbackComponent {
|
|
|
9923
9922
|
relevanceTransforms?: string | undefined;
|
|
9924
9923
|
removeDuplicates?: boolean | undefined;
|
|
9925
9924
|
queryId?: string | undefined;
|
|
9925
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9926
9926
|
orderBy?: string | undefined;
|
|
9927
9927
|
groupBy?: string | undefined;
|
|
9928
9928
|
neuralSearch?: boolean | undefined;
|
|
@@ -9959,10 +9959,9 @@ declare class AggregationTreeComponent {
|
|
|
9959
9959
|
aggregations: Aggregation[];
|
|
9960
9960
|
}>;
|
|
9961
9961
|
queryParamsStore: {
|
|
9962
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9963
9962
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9964
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9965
9963
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9964
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9966
9965
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9967
9966
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9968
9967
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -9983,6 +9982,7 @@ declare class AggregationTreeComponent {
|
|
|
9983
9982
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9984
9983
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9985
9984
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9985
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9986
9986
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9987
9987
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9988
9988
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10014,10 +10014,9 @@ declare class AggregationTreeComponent {
|
|
|
10014
10014
|
}> | null;
|
|
10015
10015
|
getQuery: () => Query;
|
|
10016
10016
|
} & _ngrx_signals.StateSource<{
|
|
10017
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10018
10017
|
name?: string | undefined;
|
|
10019
|
-
text?: string | undefined;
|
|
10020
10018
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10019
|
+
text?: string | undefined;
|
|
10021
10020
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10022
10021
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
10023
10022
|
page?: number | undefined;
|
|
@@ -10038,6 +10037,7 @@ declare class AggregationTreeComponent {
|
|
|
10038
10037
|
relevanceTransforms?: string | undefined;
|
|
10039
10038
|
removeDuplicates?: boolean | undefined;
|
|
10040
10039
|
queryId?: string | undefined;
|
|
10040
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10041
10041
|
orderBy?: string | undefined;
|
|
10042
10042
|
groupBy?: string | undefined;
|
|
10043
10043
|
neuralSearch?: boolean | undefined;
|
|
@@ -11004,7 +11004,7 @@ declare class FilterButtonComponent {
|
|
|
11004
11004
|
position: _angular_core.InputSignal<Placement>;
|
|
11005
11005
|
offset: _angular_core.InputSignal<number>;
|
|
11006
11006
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11007
|
-
protected variant: _angular_core.WritableSignal<"
|
|
11007
|
+
protected variant: _angular_core.WritableSignal<"default" | "link" | "secondary" | "accent" | "destructive" | "outline" | "ghost" | "ai" | "none" | "primary" | "light-accent" | "tertiary" | "icon" | null | undefined>;
|
|
11008
11008
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11009
11009
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11010
11010
|
protected nativeElement: any;
|
|
@@ -11018,10 +11018,9 @@ declare class FilterButtonComponent {
|
|
|
11018
11018
|
aggregations: _sinequa_atomic.Aggregation[];
|
|
11019
11019
|
}>;
|
|
11020
11020
|
protected queryParamsStore: {
|
|
11021
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
11022
11021
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11023
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11024
11022
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11023
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11025
11024
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11026
11025
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11027
11026
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -11042,6 +11041,7 @@ declare class FilterButtonComponent {
|
|
|
11042
11041
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11043
11042
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11044
11043
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11044
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11045
11045
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11046
11046
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11047
11047
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11073,10 +11073,9 @@ declare class FilterButtonComponent {
|
|
|
11073
11073
|
}> | null;
|
|
11074
11074
|
getQuery: () => _sinequa_atomic.Query;
|
|
11075
11075
|
} & _ngrx_signals.StateSource<{
|
|
11076
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11077
11076
|
name?: string | undefined;
|
|
11078
|
-
text?: string | undefined;
|
|
11079
11077
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11078
|
+
text?: string | undefined;
|
|
11080
11079
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11081
11080
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11082
11081
|
page?: number | undefined;
|
|
@@ -11097,6 +11096,7 @@ declare class FilterButtonComponent {
|
|
|
11097
11096
|
relevanceTransforms?: string | undefined;
|
|
11098
11097
|
removeDuplicates?: boolean | undefined;
|
|
11099
11098
|
queryId?: string | undefined;
|
|
11099
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11100
11100
|
orderBy?: string | undefined;
|
|
11101
11101
|
groupBy?: string | undefined;
|
|
11102
11102
|
neuralSearch?: boolean | undefined;
|
|
@@ -11732,10 +11732,9 @@ declare class MoreButtonComponent {
|
|
|
11732
11732
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
11733
11733
|
}>;
|
|
11734
11734
|
queryParamsStore: {
|
|
11735
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
11736
11735
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11737
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11738
11736
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11737
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11739
11738
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11740
11739
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11741
11740
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -11756,6 +11755,7 @@ declare class MoreButtonComponent {
|
|
|
11756
11755
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11757
11756
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11758
11757
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11758
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11759
11759
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11760
11760
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11761
11761
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11787,10 +11787,9 @@ declare class MoreButtonComponent {
|
|
|
11787
11787
|
}> | null;
|
|
11788
11788
|
getQuery: () => _sinequa_atomic.Query;
|
|
11789
11789
|
} & _ngrx_signals.StateSource<{
|
|
11790
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11791
11790
|
name?: string | undefined;
|
|
11792
|
-
text?: string | undefined;
|
|
11793
11791
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11792
|
+
text?: string | undefined;
|
|
11794
11793
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11795
11794
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11796
11795
|
page?: number | undefined;
|
|
@@ -11811,6 +11810,7 @@ declare class MoreButtonComponent {
|
|
|
11811
11810
|
relevanceTransforms?: string | undefined;
|
|
11812
11811
|
removeDuplicates?: boolean | undefined;
|
|
11813
11812
|
queryId?: string | undefined;
|
|
11813
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11814
11814
|
orderBy?: string | undefined;
|
|
11815
11815
|
groupBy?: string | undefined;
|
|
11816
11816
|
neuralSearch?: boolean | undefined;
|
|
@@ -12207,10 +12207,9 @@ declare class FiltersBarComponent {
|
|
|
12207
12207
|
aggregations: Aggregation[];
|
|
12208
12208
|
}>;
|
|
12209
12209
|
protected queryParamsStore: {
|
|
12210
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
12211
12210
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12212
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12213
12211
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12212
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12214
12213
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12215
12214
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12216
12215
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -12231,6 +12230,7 @@ declare class FiltersBarComponent {
|
|
|
12231
12230
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12232
12231
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12233
12232
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12233
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12234
12234
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12235
12235
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12236
12236
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12262,10 +12262,9 @@ declare class FiltersBarComponent {
|
|
|
12262
12262
|
}> | null;
|
|
12263
12263
|
getQuery: () => _sinequa_atomic.Query;
|
|
12264
12264
|
} & _ngrx_signals.StateSource<{
|
|
12265
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12266
12265
|
name?: string | undefined;
|
|
12267
|
-
text?: string | undefined;
|
|
12268
12266
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12267
|
+
text?: string | undefined;
|
|
12269
12268
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12270
12269
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12271
12270
|
page?: number | undefined;
|
|
@@ -12286,6 +12285,7 @@ declare class FiltersBarComponent {
|
|
|
12286
12285
|
relevanceTransforms?: string | undefined;
|
|
12287
12286
|
removeDuplicates?: boolean | undefined;
|
|
12288
12287
|
queryId?: string | undefined;
|
|
12288
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12289
12289
|
orderBy?: string | undefined;
|
|
12290
12290
|
groupBy?: string | undefined;
|
|
12291
12291
|
neuralSearch?: boolean | undefined;
|
|
@@ -12688,10 +12688,9 @@ declare class MoreComponent {
|
|
|
12688
12688
|
aggregations: Aggregation[];
|
|
12689
12689
|
}>;
|
|
12690
12690
|
queryParamsStore: {
|
|
12691
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
12692
12691
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12693
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12694
12692
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12693
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12695
12694
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12696
12695
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12697
12696
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -12712,6 +12711,7 @@ declare class MoreComponent {
|
|
|
12712
12711
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12713
12712
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12714
12713
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12714
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12715
12715
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12716
12716
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12717
12717
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12743,10 +12743,9 @@ declare class MoreComponent {
|
|
|
12743
12743
|
}> | null;
|
|
12744
12744
|
getQuery: () => _sinequa_atomic.Query;
|
|
12745
12745
|
} & _ngrx_signals.StateSource<{
|
|
12746
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12747
12746
|
name?: string | undefined;
|
|
12748
|
-
text?: string | undefined;
|
|
12749
12747
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12748
|
+
text?: string | undefined;
|
|
12750
12749
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12751
12750
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12752
12751
|
page?: number | undefined;
|
|
@@ -12767,6 +12766,7 @@ declare class MoreComponent {
|
|
|
12767
12766
|
relevanceTransforms?: string | undefined;
|
|
12768
12767
|
removeDuplicates?: boolean | undefined;
|
|
12769
12768
|
queryId?: string | undefined;
|
|
12769
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12770
12770
|
orderBy?: string | undefined;
|
|
12771
12771
|
groupBy?: string | undefined;
|
|
12772
12772
|
neuralSearch?: boolean | undefined;
|
|
@@ -13312,7 +13312,7 @@ declare class RecentSearchesComponent {
|
|
|
13312
13312
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13313
13313
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13314
13314
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13315
|
-
userTheme: _angular_core.Signal<"
|
|
13315
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13316
13316
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13317
13317
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13318
13318
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13377,10 +13377,9 @@ declare class RecentSearchesComponent {
|
|
|
13377
13377
|
declare class SavedSearchDialog implements DialogInterface {
|
|
13378
13378
|
private readonly savedSearchesService;
|
|
13379
13379
|
protected readonly queryParamsStore: {
|
|
13380
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
13381
13380
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13382
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13383
13381
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13382
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13384
13383
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13385
13384
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
13386
13385
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -13401,6 +13400,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13401
13400
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
13402
13401
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13403
13402
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
13403
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13404
13404
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13405
13405
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13406
13406
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13432,10 +13432,9 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13432
13432
|
}> | null;
|
|
13433
13433
|
getQuery: () => _sinequa_atomic.Query;
|
|
13434
13434
|
} & _ngrx_signals.StateSource<{
|
|
13435
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13436
13435
|
name?: string | undefined;
|
|
13437
|
-
text?: string | undefined;
|
|
13438
13436
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13437
|
+
text?: string | undefined;
|
|
13439
13438
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13440
13439
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
13441
13440
|
page?: number | undefined;
|
|
@@ -13456,6 +13455,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13456
13455
|
relevanceTransforms?: string | undefined;
|
|
13457
13456
|
removeDuplicates?: boolean | undefined;
|
|
13458
13457
|
queryId?: string | undefined;
|
|
13458
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13459
13459
|
orderBy?: string | undefined;
|
|
13460
13460
|
groupBy?: string | undefined;
|
|
13461
13461
|
neuralSearch?: boolean | undefined;
|
|
@@ -13487,7 +13487,7 @@ declare class SavedSearchesComponent {
|
|
|
13487
13487
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13488
13488
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13489
13489
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13490
|
-
userTheme: _angular_core.Signal<"
|
|
13490
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13491
13491
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13492
13492
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13493
13493
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13626,7 +13626,7 @@ declare class UserProfileFormComponent {
|
|
|
13626
13626
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13627
13627
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13628
13628
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13629
|
-
userTheme: _angular_core.Signal<"
|
|
13629
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13630
13630
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13631
13631
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13632
13632
|
isDarkMode: _angular_core.Signal<boolean>;
|