@sinequa/atomic-angular 0.4.19-dev.2 → 0.4.19-dev.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -114,9 +114,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
119
117
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
118
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
119
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
120
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
120
121
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
121
122
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
122
123
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -124,7 +125,6 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
124
125
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
125
126
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
126
127
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
127
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
128
128
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
129
129
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
130
130
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -169,9 +169,10 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
169
169
|
}> | null;
|
|
170
170
|
getQuery: () => _sinequa_atomic.Query;
|
|
171
171
|
} & _ngrx_signals.StateSource<{
|
|
172
|
+
text?: string | undefined;
|
|
172
173
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
173
174
|
name?: string | undefined;
|
|
174
|
-
|
|
175
|
+
sort?: string | undefined;
|
|
175
176
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
176
177
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
177
178
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -179,7 +180,6 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
179
180
|
pageSize?: number | undefined;
|
|
180
181
|
tab?: string | undefined;
|
|
181
182
|
scope?: string | undefined;
|
|
182
|
-
sort?: string | undefined;
|
|
183
183
|
basket?: string | undefined;
|
|
184
184
|
isFirstPage?: boolean | undefined;
|
|
185
185
|
strictRefine?: 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<"
|
|
253
|
+
variant: _angular_core.InputSignal<"error" | "default" | "none" | "secondary" | "destructive" | "ai" | "accent" | "outline" | "ghost" | "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,9 +263,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
268
266
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
267
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
268
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
269
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
269
270
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
270
271
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
271
272
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -273,7 +274,6 @@ declare class MissingTermsComponent {
|
|
|
273
274
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
274
275
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
275
276
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
276
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
277
277
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
278
278
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
279
279
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -318,9 +318,10 @@ declare class MissingTermsComponent {
|
|
|
318
318
|
}> | null;
|
|
319
319
|
getQuery: () => _sinequa_atomic.Query;
|
|
320
320
|
} & _ngrx_signals.StateSource<{
|
|
321
|
+
text?: string | undefined;
|
|
321
322
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
322
323
|
name?: string | undefined;
|
|
323
|
-
|
|
324
|
+
sort?: string | undefined;
|
|
324
325
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
325
326
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
326
327
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -328,7 +329,6 @@ declare class MissingTermsComponent {
|
|
|
328
329
|
pageSize?: number | undefined;
|
|
329
330
|
tab?: string | undefined;
|
|
330
331
|
scope?: string | undefined;
|
|
331
|
-
sort?: string | undefined;
|
|
332
332
|
basket?: string | undefined;
|
|
333
333
|
isFirstPage?: boolean | undefined;
|
|
334
334
|
strictRefine?: boolean | undefined;
|
|
@@ -1795,9 +1795,10 @@ type QueryParams = {
|
|
|
1795
1795
|
n?: string;
|
|
1796
1796
|
};
|
|
1797
1797
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
1798
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
1799
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1800
1798
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1799
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1800
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1801
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1801
1802
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1802
1803
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1803
1804
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -1805,7 +1806,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1805
1806
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1806
1807
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
1807
1808
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
1808
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1809
1809
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
1810
1810
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1811
1811
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1842,9 +1842,10 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1842
1842
|
}> | null;
|
|
1843
1843
|
getQuery: () => _sinequa_atomic.Query;
|
|
1844
1844
|
} & _ngrx_signals.StateSource<{
|
|
1845
|
+
text?: string | undefined;
|
|
1845
1846
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1846
1847
|
name?: string | undefined;
|
|
1847
|
-
|
|
1848
|
+
sort?: string | undefined;
|
|
1848
1849
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1849
1850
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1850
1851
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -1852,7 +1853,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1852
1853
|
pageSize?: number | undefined;
|
|
1853
1854
|
tab?: string | undefined;
|
|
1854
1855
|
scope?: string | undefined;
|
|
1855
|
-
sort?: string | undefined;
|
|
1856
1856
|
basket?: string | undefined;
|
|
1857
1857
|
isFirstPage?: boolean | undefined;
|
|
1858
1858
|
strictRefine?: boolean | undefined;
|
|
@@ -1875,9 +1875,10 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1875
1875
|
}>>;
|
|
1876
1876
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
1877
1877
|
state: {
|
|
1878
|
+
text?: string | undefined;
|
|
1878
1879
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1879
1880
|
name?: string | undefined;
|
|
1880
|
-
|
|
1881
|
+
sort?: string | undefined;
|
|
1881
1882
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1882
1883
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1883
1884
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -1885,7 +1886,6 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
1885
1886
|
pageSize?: number | undefined;
|
|
1886
1887
|
tab?: string | undefined;
|
|
1887
1888
|
scope?: string | undefined;
|
|
1888
|
-
sort?: string | undefined;
|
|
1889
1889
|
basket?: string | undefined;
|
|
1890
1890
|
isFirstPage?: boolean | undefined;
|
|
1891
1891
|
strictRefine?: boolean | undefined;
|
|
@@ -2613,9 +2613,10 @@ declare class AggregationsService {
|
|
|
2613
2613
|
aggregations: Aggregation[];
|
|
2614
2614
|
}>;
|
|
2615
2615
|
queryParamsStore: {
|
|
2616
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
2617
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2618
2616
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2617
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2618
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2619
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2619
2620
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2620
2621
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2621
2622
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -2623,7 +2624,6 @@ declare class AggregationsService {
|
|
|
2623
2624
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2624
2625
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
2625
2626
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
2626
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2627
2627
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
2628
2628
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2629
2629
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2668,9 +2668,10 @@ declare class AggregationsService {
|
|
|
2668
2668
|
}> | null;
|
|
2669
2669
|
getQuery: () => Query;
|
|
2670
2670
|
} & _ngrx_signals.StateSource<{
|
|
2671
|
+
text?: string | undefined;
|
|
2671
2672
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2672
2673
|
name?: string | undefined;
|
|
2673
|
-
|
|
2674
|
+
sort?: string | undefined;
|
|
2674
2675
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2675
2676
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2676
2677
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -2678,7 +2679,6 @@ declare class AggregationsService {
|
|
|
2678
2679
|
pageSize?: number | undefined;
|
|
2679
2680
|
tab?: string | undefined;
|
|
2680
2681
|
scope?: string | undefined;
|
|
2681
|
-
sort?: string | undefined;
|
|
2682
2682
|
basket?: string | undefined;
|
|
2683
2683
|
isFirstPage?: boolean | undefined;
|
|
2684
2684
|
strictRefine?: boolean | undefined;
|
|
@@ -4276,9 +4276,10 @@ declare class PreviewService {
|
|
|
4276
4276
|
multiSelection: Article$1[];
|
|
4277
4277
|
}>;
|
|
4278
4278
|
protected readonly queryParamsStore: {
|
|
4279
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
4280
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4281
4279
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4280
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4281
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4282
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4282
4283
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4283
4284
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4284
4285
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -4286,7 +4287,6 @@ declare class PreviewService {
|
|
|
4286
4287
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4287
4288
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4288
4289
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4289
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4290
4290
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4291
4291
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4292
4292
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4331,9 +4331,10 @@ declare class PreviewService {
|
|
|
4331
4331
|
}> | null;
|
|
4332
4332
|
getQuery: () => Query;
|
|
4333
4333
|
} & _ngrx_signals.StateSource<{
|
|
4334
|
+
text?: string | undefined;
|
|
4334
4335
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4335
4336
|
name?: string | undefined;
|
|
4336
|
-
|
|
4337
|
+
sort?: string | undefined;
|
|
4337
4338
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4338
4339
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4339
4340
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -4341,7 +4342,6 @@ declare class PreviewService {
|
|
|
4341
4342
|
pageSize?: number | undefined;
|
|
4342
4343
|
tab?: string | undefined;
|
|
4343
4344
|
scope?: string | undefined;
|
|
4344
|
-
sort?: string | undefined;
|
|
4345
4345
|
basket?: string | undefined;
|
|
4346
4346
|
isFirstPage?: boolean | undefined;
|
|
4347
4347
|
strictRefine?: boolean | undefined;
|
|
@@ -4895,9 +4895,10 @@ declare class SavedSearchesService {
|
|
|
4895
4895
|
userTheme: "dark" | "light" | "system";
|
|
4896
4896
|
}>;
|
|
4897
4897
|
protected readonly queryParamsStore: {
|
|
4898
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
4899
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4900
4898
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4899
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4900
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4901
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4901
4902
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4902
4903
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4903
4904
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -4905,7 +4906,6 @@ declare class SavedSearchesService {
|
|
|
4905
4906
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4906
4907
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4907
4908
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4908
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4909
4909
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4910
4910
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4911
4911
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4950,9 +4950,10 @@ declare class SavedSearchesService {
|
|
|
4950
4950
|
}> | null;
|
|
4951
4951
|
getQuery: () => _sinequa_atomic.Query;
|
|
4952
4952
|
} & _ngrx_signals.StateSource<{
|
|
4953
|
+
text?: string | undefined;
|
|
4953
4954
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4954
4955
|
name?: string | undefined;
|
|
4955
|
-
|
|
4956
|
+
sort?: string | undefined;
|
|
4956
4957
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4957
4958
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4958
4959
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -4960,7 +4961,6 @@ declare class SavedSearchesService {
|
|
|
4960
4961
|
pageSize?: number | undefined;
|
|
4961
4962
|
tab?: string | undefined;
|
|
4962
4963
|
scope?: string | undefined;
|
|
4963
|
-
sort?: string | undefined;
|
|
4964
4964
|
basket?: string | undefined;
|
|
4965
4965
|
isFirstPage?: boolean | undefined;
|
|
4966
4966
|
strictRefine?: boolean | undefined;
|
|
@@ -5036,9 +5036,10 @@ declare class SearchService {
|
|
|
5036
5036
|
result: Result;
|
|
5037
5037
|
audit?: AuditEvents;
|
|
5038
5038
|
protected readonly queryParamsStore: {
|
|
5039
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
5040
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5041
5039
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5040
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5041
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5042
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5042
5043
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5043
5044
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5044
5045
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -5046,7 +5047,6 @@ declare class SearchService {
|
|
|
5046
5047
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5047
5048
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5048
5049
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5049
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5050
5050
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5051
5051
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5052
5052
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5091,9 +5091,10 @@ declare class SearchService {
|
|
|
5091
5091
|
}> | null;
|
|
5092
5092
|
getQuery: () => Query;
|
|
5093
5093
|
} & _ngrx_signals.StateSource<{
|
|
5094
|
+
text?: string | undefined;
|
|
5094
5095
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5095
5096
|
name?: string | undefined;
|
|
5096
|
-
|
|
5097
|
+
sort?: string | undefined;
|
|
5097
5098
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5098
5099
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5099
5100
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -5101,7 +5102,6 @@ declare class SearchService {
|
|
|
5101
5102
|
pageSize?: number | undefined;
|
|
5102
5103
|
tab?: string | undefined;
|
|
5103
5104
|
scope?: string | undefined;
|
|
5104
|
-
sort?: string | undefined;
|
|
5105
5105
|
basket?: string | undefined;
|
|
5106
5106
|
isFirstPage?: boolean | undefined;
|
|
5107
5107
|
strictRefine?: boolean | undefined;
|
|
@@ -5223,9 +5223,10 @@ declare class SelectionService {
|
|
|
5223
5223
|
private readonly location;
|
|
5224
5224
|
private readonly selectionStore;
|
|
5225
5225
|
queryParamsStore: {
|
|
5226
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
5227
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5228
5226
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5227
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5228
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5229
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5229
5230
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5230
5231
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5231
5232
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -5233,7 +5234,6 @@ declare class SelectionService {
|
|
|
5233
5234
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5234
5235
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5235
5236
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5236
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5237
5237
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5238
5238
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5239
5239
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5278,9 +5278,10 @@ declare class SelectionService {
|
|
|
5278
5278
|
}> | null;
|
|
5279
5279
|
getQuery: () => _sinequa_atomic.Query;
|
|
5280
5280
|
} & _ngrx_signals.StateSource<{
|
|
5281
|
+
text?: string | undefined;
|
|
5281
5282
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5282
5283
|
name?: string | undefined;
|
|
5283
|
-
|
|
5284
|
+
sort?: string | undefined;
|
|
5284
5285
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5285
5286
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5286
5287
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -5288,7 +5289,6 @@ declare class SelectionService {
|
|
|
5288
5289
|
pageSize?: number | undefined;
|
|
5289
5290
|
tab?: string | undefined;
|
|
5290
5291
|
scope?: string | undefined;
|
|
5291
|
-
sort?: string | undefined;
|
|
5292
5292
|
basket?: string | undefined;
|
|
5293
5293
|
isFirstPage?: boolean | undefined;
|
|
5294
5294
|
strictRefine?: boolean | undefined;
|
|
@@ -5449,9 +5449,10 @@ declare class NavbarTabsComponent {
|
|
|
5449
5449
|
readonly drawerStack: DrawerStackService;
|
|
5450
5450
|
readonly drawerOpened: _angular_core.Signal<boolean>;
|
|
5451
5451
|
readonly queryParamsStore: {
|
|
5452
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
5453
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5454
5452
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5453
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5454
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5455
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5455
5456
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5456
5457
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5457
5458
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -5459,7 +5460,6 @@ declare class NavbarTabsComponent {
|
|
|
5459
5460
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5460
5461
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5461
5462
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5462
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5463
5463
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5464
5464
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5465
5465
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5504,9 +5504,10 @@ declare class NavbarTabsComponent {
|
|
|
5504
5504
|
}> | null;
|
|
5505
5505
|
getQuery: () => _sinequa_atomic.Query;
|
|
5506
5506
|
} & _ngrx_signals.StateSource<{
|
|
5507
|
+
text?: string | undefined;
|
|
5507
5508
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5508
5509
|
name?: string | undefined;
|
|
5509
|
-
|
|
5510
|
+
sort?: string | undefined;
|
|
5510
5511
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5511
5512
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5512
5513
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -5514,7 +5515,6 @@ declare class NavbarTabsComponent {
|
|
|
5514
5515
|
pageSize?: number | undefined;
|
|
5515
5516
|
tab?: string | undefined;
|
|
5516
5517
|
scope?: string | undefined;
|
|
5517
|
-
sort?: string | undefined;
|
|
5518
5518
|
basket?: string | undefined;
|
|
5519
5519
|
isFirstPage?: boolean | undefined;
|
|
5520
5520
|
strictRefine?: boolean | undefined;
|
|
@@ -6657,9 +6657,10 @@ declare class SponsoredResultsComponent {
|
|
|
6657
6657
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
6658
6658
|
}>;
|
|
6659
6659
|
queryParamStore: {
|
|
6660
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
6661
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6662
6660
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6661
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6662
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6663
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6663
6664
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6664
6665
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6665
6666
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -6667,7 +6668,6 @@ declare class SponsoredResultsComponent {
|
|
|
6667
6668
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6668
6669
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6669
6670
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6670
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6671
6671
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6672
6672
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6673
6673
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6712,9 +6712,10 @@ declare class SponsoredResultsComponent {
|
|
|
6712
6712
|
}> | null;
|
|
6713
6713
|
getQuery: () => _sinequa_atomic.Query;
|
|
6714
6714
|
} & _ngrx_signals.StateSource<{
|
|
6715
|
+
text?: string | undefined;
|
|
6715
6716
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6716
6717
|
name?: string | undefined;
|
|
6717
|
-
|
|
6718
|
+
sort?: string | undefined;
|
|
6718
6719
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6719
6720
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6720
6721
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -6722,7 +6723,6 @@ declare class SponsoredResultsComponent {
|
|
|
6722
6723
|
pageSize?: number | undefined;
|
|
6723
6724
|
tab?: string | undefined;
|
|
6724
6725
|
scope?: string | undefined;
|
|
6725
|
-
sort?: string | undefined;
|
|
6726
6726
|
basket?: string | undefined;
|
|
6727
6727
|
isFirstPage?: boolean | undefined;
|
|
6728
6728
|
strictRefine?: boolean | undefined;
|
|
@@ -6937,9 +6937,10 @@ declare class AggregationListComponent {
|
|
|
6937
6937
|
aggregations: Aggregation[];
|
|
6938
6938
|
}>;
|
|
6939
6939
|
queryParamsStore: {
|
|
6940
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
6941
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6942
6940
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6941
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6942
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6943
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6943
6944
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6944
6945
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6945
6946
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -6947,7 +6948,6 @@ declare class AggregationListComponent {
|
|
|
6947
6948
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6948
6949
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6949
6950
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6950
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6951
6951
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6952
6952
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6953
6953
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6992,9 +6992,10 @@ declare class AggregationListComponent {
|
|
|
6992
6992
|
}> | null;
|
|
6993
6993
|
getQuery: () => Query;
|
|
6994
6994
|
} & _ngrx_signals.StateSource<{
|
|
6995
|
+
text?: string | undefined;
|
|
6995
6996
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6996
6997
|
name?: string | undefined;
|
|
6997
|
-
|
|
6998
|
+
sort?: string | undefined;
|
|
6998
6999
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6999
7000
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7000
7001
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -7002,7 +7003,6 @@ declare class AggregationListComponent {
|
|
|
7002
7003
|
pageSize?: number | undefined;
|
|
7003
7004
|
tab?: string | undefined;
|
|
7004
7005
|
scope?: string | undefined;
|
|
7005
|
-
sort?: string | undefined;
|
|
7006
7006
|
basket?: string | undefined;
|
|
7007
7007
|
isFirstPage?: boolean | undefined;
|
|
7008
7008
|
strictRefine?: boolean | undefined;
|
|
@@ -7544,9 +7544,10 @@ declare class AdvancedSearch {
|
|
|
7544
7544
|
multiSelection: Article$1[];
|
|
7545
7545
|
}>;
|
|
7546
7546
|
protected readonly queryParamsStore: {
|
|
7547
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
7548
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7549
7547
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7548
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7549
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7550
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7550
7551
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7551
7552
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7552
7553
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -7554,7 +7555,6 @@ declare class AdvancedSearch {
|
|
|
7554
7555
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7555
7556
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7556
7557
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7557
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7558
7558
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7559
7559
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7560
7560
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7599,9 +7599,10 @@ declare class AdvancedSearch {
|
|
|
7599
7599
|
}> | null;
|
|
7600
7600
|
getQuery: () => _sinequa_atomic.Query;
|
|
7601
7601
|
} & _ngrx_signals.StateSource<{
|
|
7602
|
+
text?: string | undefined;
|
|
7602
7603
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7603
7604
|
name?: string | undefined;
|
|
7604
|
-
|
|
7605
|
+
sort?: string | undefined;
|
|
7605
7606
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7606
7607
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7607
7608
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -7609,7 +7610,6 @@ declare class AdvancedSearch {
|
|
|
7609
7610
|
pageSize?: number | undefined;
|
|
7610
7611
|
tab?: string | undefined;
|
|
7611
7612
|
scope?: string | undefined;
|
|
7612
|
-
sort?: string | undefined;
|
|
7613
7613
|
basket?: string | undefined;
|
|
7614
7614
|
isFirstPage?: boolean | undefined;
|
|
7615
7615
|
strictRefine?: boolean | undefined;
|
|
@@ -8002,9 +8002,10 @@ declare class ArticleLabels {
|
|
|
8002
8002
|
|
|
8003
8003
|
declare class ArticleSimilarDocuments {
|
|
8004
8004
|
protected readonly queryParamsStore: {
|
|
8005
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
8006
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8007
8005
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8006
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8007
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8008
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8008
8009
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8009
8010
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8010
8011
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -8012,7 +8013,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8012
8013
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8013
8014
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8014
8015
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8015
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8016
8016
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8017
8017
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8018
8018
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8057,9 +8057,10 @@ declare class ArticleSimilarDocuments {
|
|
|
8057
8057
|
}> | null;
|
|
8058
8058
|
getQuery: () => _sinequa_atomic.Query;
|
|
8059
8059
|
} & _ngrx_signals.StateSource<{
|
|
8060
|
+
text?: string | undefined;
|
|
8060
8061
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8061
8062
|
name?: string | undefined;
|
|
8062
|
-
|
|
8063
|
+
sort?: string | undefined;
|
|
8063
8064
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8064
8065
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8065
8066
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -8067,7 +8068,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8067
8068
|
pageSize?: number | undefined;
|
|
8068
8069
|
tab?: string | undefined;
|
|
8069
8070
|
scope?: string | undefined;
|
|
8070
|
-
sort?: string | undefined;
|
|
8071
8071
|
basket?: string | undefined;
|
|
8072
8072
|
isFirstPage?: boolean | undefined;
|
|
8073
8073
|
strictRefine?: boolean | undefined;
|
|
@@ -8368,7 +8368,7 @@ declare class CollectionsDialog implements DialogInterface {
|
|
|
8368
8368
|
readonly removedFromCollection: _angular_core.WritableSignal<boolean>;
|
|
8369
8369
|
readonly addedToCollection: _angular_core.WritableSignal<boolean>;
|
|
8370
8370
|
readonly collections: _angular_core.Signal<Basket[]>;
|
|
8371
|
-
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "
|
|
8371
|
+
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "some" | "none" | "all">>;
|
|
8372
8372
|
open(article: Article$1 | Article$1[]): void;
|
|
8373
8373
|
containsArticleByName(collectionName: string): boolean;
|
|
8374
8374
|
containsArticle(collection: Basket): "all" | "some" | "none";
|
|
@@ -8589,9 +8589,10 @@ declare class AdvancedSearchComponent {
|
|
|
8589
8589
|
multiSelection: Article$1[];
|
|
8590
8590
|
}>;
|
|
8591
8591
|
protected readonly queryParamsStore: {
|
|
8592
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
8593
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8594
8592
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8593
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8594
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8595
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8595
8596
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8596
8597
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8597
8598
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -8599,7 +8600,6 @@ declare class AdvancedSearchComponent {
|
|
|
8599
8600
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8600
8601
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8601
8602
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8602
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8603
8603
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8604
8604
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8605
8605
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8644,9 +8644,10 @@ declare class AdvancedSearchComponent {
|
|
|
8644
8644
|
}> | null;
|
|
8645
8645
|
getQuery: () => _sinequa_atomic.Query;
|
|
8646
8646
|
} & _ngrx_signals.StateSource<{
|
|
8647
|
+
text?: string | undefined;
|
|
8647
8648
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8648
8649
|
name?: string | undefined;
|
|
8649
|
-
|
|
8650
|
+
sort?: string | undefined;
|
|
8650
8651
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8651
8652
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8652
8653
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -8654,7 +8655,6 @@ declare class AdvancedSearchComponent {
|
|
|
8654
8655
|
pageSize?: number | undefined;
|
|
8655
8656
|
tab?: string | undefined;
|
|
8656
8657
|
scope?: string | undefined;
|
|
8657
|
-
sort?: string | undefined;
|
|
8658
8658
|
basket?: string | undefined;
|
|
8659
8659
|
isFirstPage?: boolean | undefined;
|
|
8660
8660
|
strictRefine?: boolean | undefined;
|
|
@@ -9039,9 +9039,10 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9039
9039
|
multiSelection: _sinequa_atomic.Article[];
|
|
9040
9040
|
}>;
|
|
9041
9041
|
queryParamsStore: {
|
|
9042
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9043
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9044
9042
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9043
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9044
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9045
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9045
9046
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9046
9047
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9047
9048
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9049,7 +9050,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9049
9050
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9050
9051
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9051
9052
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9052
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9053
9053
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9054
9054
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9055
9055
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9094,9 +9094,10 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9094
9094
|
}> | null;
|
|
9095
9095
|
getQuery: () => _sinequa_atomic.Query;
|
|
9096
9096
|
} & _ngrx_signals.StateSource<{
|
|
9097
|
+
text?: string | undefined;
|
|
9097
9098
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9098
9099
|
name?: string | undefined;
|
|
9099
|
-
|
|
9100
|
+
sort?: string | undefined;
|
|
9100
9101
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9101
9102
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9102
9103
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9104,7 +9105,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9104
9105
|
pageSize?: number | undefined;
|
|
9105
9106
|
tab?: string | undefined;
|
|
9106
9107
|
scope?: string | undefined;
|
|
9107
|
-
sort?: string | undefined;
|
|
9108
9108
|
basket?: string | undefined;
|
|
9109
9109
|
isFirstPage?: boolean | undefined;
|
|
9110
9110
|
strictRefine?: boolean | undefined;
|
|
@@ -9237,9 +9237,10 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9237
9237
|
private appStore;
|
|
9238
9238
|
readonly exportService: ExportService;
|
|
9239
9239
|
readonly queryParamsStore: {
|
|
9240
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9241
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9242
9240
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9241
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9242
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9243
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9243
9244
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9244
9245
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9245
9246
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9247,7 +9248,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9247
9248
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9248
9249
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9249
9250
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9250
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9251
9251
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9252
9252
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9253
9253
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9292,9 +9292,10 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9292
9292
|
}> | null;
|
|
9293
9293
|
getQuery: () => _sinequa_atomic.Query;
|
|
9294
9294
|
} & _ngrx_signals.StateSource<{
|
|
9295
|
+
text?: string | undefined;
|
|
9295
9296
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9296
9297
|
name?: string | undefined;
|
|
9297
|
-
|
|
9298
|
+
sort?: string | undefined;
|
|
9298
9299
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9299
9300
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9300
9301
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9302,7 +9303,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9302
9303
|
pageSize?: number | undefined;
|
|
9303
9304
|
tab?: string | undefined;
|
|
9304
9305
|
scope?: string | undefined;
|
|
9305
|
-
sort?: string | undefined;
|
|
9306
9306
|
basket?: string | undefined;
|
|
9307
9307
|
isFirstPage?: boolean | undefined;
|
|
9308
9308
|
strictRefine?: boolean | undefined;
|
|
@@ -9663,9 +9663,10 @@ declare class SearchFeedbackComponent {
|
|
|
9663
9663
|
pages: _angular_core.InputSignal<any>;
|
|
9664
9664
|
readonly auditService: AuditService;
|
|
9665
9665
|
protected readonly queryParamsStore: {
|
|
9666
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9667
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9668
9666
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9667
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9668
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9669
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9669
9670
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9670
9671
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9671
9672
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9673,7 +9674,6 @@ declare class SearchFeedbackComponent {
|
|
|
9673
9674
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9674
9675
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9675
9676
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9676
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9677
9677
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9678
9678
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9679
9679
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9718,9 +9718,10 @@ declare class SearchFeedbackComponent {
|
|
|
9718
9718
|
}> | null;
|
|
9719
9719
|
getQuery: () => _sinequa_atomic.Query;
|
|
9720
9720
|
} & _ngrx_signals.StateSource<{
|
|
9721
|
+
text?: string | undefined;
|
|
9721
9722
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9722
9723
|
name?: string | undefined;
|
|
9723
|
-
|
|
9724
|
+
sort?: string | undefined;
|
|
9724
9725
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9725
9726
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9726
9727
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9728,7 +9729,6 @@ declare class SearchFeedbackComponent {
|
|
|
9728
9729
|
pageSize?: number | undefined;
|
|
9729
9730
|
tab?: string | undefined;
|
|
9730
9731
|
scope?: string | undefined;
|
|
9731
|
-
sort?: string | undefined;
|
|
9732
9732
|
basket?: string | undefined;
|
|
9733
9733
|
isFirstPage?: boolean | undefined;
|
|
9734
9734
|
strictRefine?: boolean | undefined;
|
|
@@ -9778,9 +9778,10 @@ declare class AggregationTreeComponent {
|
|
|
9778
9778
|
aggregations: Aggregation[];
|
|
9779
9779
|
}>;
|
|
9780
9780
|
queryParamsStore: {
|
|
9781
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9782
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9783
9781
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9782
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9783
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9784
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9784
9785
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9785
9786
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9786
9787
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9788,7 +9789,6 @@ declare class AggregationTreeComponent {
|
|
|
9788
9789
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9789
9790
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9790
9791
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9791
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9792
9792
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9793
9793
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9794
9794
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9833,9 +9833,10 @@ declare class AggregationTreeComponent {
|
|
|
9833
9833
|
}> | null;
|
|
9834
9834
|
getQuery: () => Query;
|
|
9835
9835
|
} & _ngrx_signals.StateSource<{
|
|
9836
|
+
text?: string | undefined;
|
|
9836
9837
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9837
9838
|
name?: string | undefined;
|
|
9838
|
-
|
|
9839
|
+
sort?: string | undefined;
|
|
9839
9840
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9840
9841
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9841
9842
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9843,7 +9844,6 @@ declare class AggregationTreeComponent {
|
|
|
9843
9844
|
pageSize?: number | undefined;
|
|
9844
9845
|
tab?: string | undefined;
|
|
9845
9846
|
scope?: string | undefined;
|
|
9846
|
-
sort?: string | undefined;
|
|
9847
9847
|
basket?: string | undefined;
|
|
9848
9848
|
isFirstPage?: boolean | undefined;
|
|
9849
9849
|
strictRefine?: boolean | undefined;
|
|
@@ -10806,7 +10806,7 @@ declare class FilterButtonComponent {
|
|
|
10806
10806
|
position: _angular_core.InputSignal<Placement>;
|
|
10807
10807
|
offset: _angular_core.InputSignal<number>;
|
|
10808
10808
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
10809
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
10809
|
+
protected variant: _angular_core.WritableSignal<"default" | "icon" | "none" | "secondary" | "destructive" | "ai" | "primary" | "accent" | "outline" | "ghost" | "link" | null | undefined>;
|
|
10810
10810
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
10811
10811
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
10812
10812
|
protected nativeElement: any;
|
|
@@ -10820,9 +10820,10 @@ declare class FilterButtonComponent {
|
|
|
10820
10820
|
aggregations: _sinequa_atomic.Aggregation[];
|
|
10821
10821
|
}>;
|
|
10822
10822
|
protected queryParamsStore: {
|
|
10823
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
10824
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10825
10823
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10824
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10825
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10826
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10826
10827
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
10827
10828
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
10828
10829
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -10830,7 +10831,6 @@ declare class FilterButtonComponent {
|
|
|
10830
10831
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
10831
10832
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
10832
10833
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
10833
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10834
10834
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
10835
10835
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10836
10836
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10875,9 +10875,10 @@ declare class FilterButtonComponent {
|
|
|
10875
10875
|
}> | null;
|
|
10876
10876
|
getQuery: () => _sinequa_atomic.Query;
|
|
10877
10877
|
} & _ngrx_signals.StateSource<{
|
|
10878
|
+
text?: string | undefined;
|
|
10878
10879
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10879
10880
|
name?: string | undefined;
|
|
10880
|
-
|
|
10881
|
+
sort?: string | undefined;
|
|
10881
10882
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10882
10883
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10883
10884
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -10885,7 +10886,6 @@ declare class FilterButtonComponent {
|
|
|
10885
10886
|
pageSize?: number | undefined;
|
|
10886
10887
|
tab?: string | undefined;
|
|
10887
10888
|
scope?: string | undefined;
|
|
10888
|
-
sort?: string | undefined;
|
|
10889
10889
|
basket?: string | undefined;
|
|
10890
10890
|
isFirstPage?: boolean | undefined;
|
|
10891
10891
|
strictRefine?: boolean | undefined;
|
|
@@ -11522,9 +11522,10 @@ declare class MoreButtonComponent {
|
|
|
11522
11522
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
11523
11523
|
}>;
|
|
11524
11524
|
queryParamsStore: {
|
|
11525
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
11526
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11527
11525
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11526
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11527
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11528
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11528
11529
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11529
11530
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11530
11531
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -11532,7 +11533,6 @@ declare class MoreButtonComponent {
|
|
|
11532
11533
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11533
11534
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11534
11535
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11535
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11536
11536
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11537
11537
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11538
11538
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11577,9 +11577,10 @@ declare class MoreButtonComponent {
|
|
|
11577
11577
|
}> | null;
|
|
11578
11578
|
getQuery: () => _sinequa_atomic.Query;
|
|
11579
11579
|
} & _ngrx_signals.StateSource<{
|
|
11580
|
+
text?: string | undefined;
|
|
11580
11581
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11581
11582
|
name?: string | undefined;
|
|
11582
|
-
|
|
11583
|
+
sort?: string | undefined;
|
|
11583
11584
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11584
11585
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11585
11586
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -11587,7 +11588,6 @@ declare class MoreButtonComponent {
|
|
|
11587
11588
|
pageSize?: number | undefined;
|
|
11588
11589
|
tab?: string | undefined;
|
|
11589
11590
|
scope?: string | undefined;
|
|
11590
|
-
sort?: string | undefined;
|
|
11591
11591
|
basket?: string | undefined;
|
|
11592
11592
|
isFirstPage?: boolean | undefined;
|
|
11593
11593
|
strictRefine?: boolean | undefined;
|
|
@@ -11991,9 +11991,10 @@ declare class FiltersBarComponent {
|
|
|
11991
11991
|
aggregations: Aggregation[];
|
|
11992
11992
|
}>;
|
|
11993
11993
|
protected queryParamsStore: {
|
|
11994
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
11995
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11996
11994
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11995
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11996
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11997
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11997
11998
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11998
11999
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11999
12000
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -12001,7 +12002,6 @@ declare class FiltersBarComponent {
|
|
|
12001
12002
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12002
12003
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12003
12004
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12004
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12005
12005
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12006
12006
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12007
12007
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12046,9 +12046,10 @@ declare class FiltersBarComponent {
|
|
|
12046
12046
|
}> | null;
|
|
12047
12047
|
getQuery: () => _sinequa_atomic.Query;
|
|
12048
12048
|
} & _ngrx_signals.StateSource<{
|
|
12049
|
+
text?: string | undefined;
|
|
12049
12050
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12050
12051
|
name?: string | undefined;
|
|
12051
|
-
|
|
12052
|
+
sort?: string | undefined;
|
|
12052
12053
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12053
12054
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12054
12055
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -12056,7 +12057,6 @@ declare class FiltersBarComponent {
|
|
|
12056
12057
|
pageSize?: number | undefined;
|
|
12057
12058
|
tab?: string | undefined;
|
|
12058
12059
|
scope?: string | undefined;
|
|
12059
|
-
sort?: string | undefined;
|
|
12060
12060
|
basket?: string | undefined;
|
|
12061
12061
|
isFirstPage?: boolean | undefined;
|
|
12062
12062
|
strictRefine?: boolean | undefined;
|
|
@@ -12466,9 +12466,10 @@ declare class MoreComponent {
|
|
|
12466
12466
|
aggregations: Aggregation[];
|
|
12467
12467
|
}>;
|
|
12468
12468
|
queryParamsStore: {
|
|
12469
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
12470
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12471
12469
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12470
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12471
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12472
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12472
12473
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12473
12474
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12474
12475
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -12476,7 +12477,6 @@ declare class MoreComponent {
|
|
|
12476
12477
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12477
12478
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12478
12479
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12479
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12480
12480
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12481
12481
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12482
12482
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12521,9 +12521,10 @@ declare class MoreComponent {
|
|
|
12521
12521
|
}> | null;
|
|
12522
12522
|
getQuery: () => _sinequa_atomic.Query;
|
|
12523
12523
|
} & _ngrx_signals.StateSource<{
|
|
12524
|
+
text?: string | undefined;
|
|
12524
12525
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12525
12526
|
name?: string | undefined;
|
|
12526
|
-
|
|
12527
|
+
sort?: string | undefined;
|
|
12527
12528
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12528
12529
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12529
12530
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -12531,7 +12532,6 @@ declare class MoreComponent {
|
|
|
12531
12532
|
pageSize?: number | undefined;
|
|
12532
12533
|
tab?: string | undefined;
|
|
12533
12534
|
scope?: string | undefined;
|
|
12534
|
-
sort?: string | undefined;
|
|
12535
12535
|
basket?: string | undefined;
|
|
12536
12536
|
isFirstPage?: boolean | undefined;
|
|
12537
12537
|
strictRefine?: boolean | undefined;
|
|
@@ -13145,9 +13145,10 @@ declare class RecentSearchesComponent {
|
|
|
13145
13145
|
declare class SavedSearchDialog implements DialogInterface {
|
|
13146
13146
|
private readonly savedSearchesService;
|
|
13147
13147
|
protected readonly queryParamsStore: {
|
|
13148
|
-
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
13149
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13150
13148
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13149
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13150
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13151
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13151
13152
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13152
13153
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13153
13154
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -13155,7 +13156,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13155
13156
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13156
13157
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13157
13158
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13158
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13159
13159
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
13160
13160
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13161
13161
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13200,9 +13200,10 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13200
13200
|
}> | null;
|
|
13201
13201
|
getQuery: () => _sinequa_atomic.Query;
|
|
13202
13202
|
} & _ngrx_signals.StateSource<{
|
|
13203
|
+
text?: string | undefined;
|
|
13203
13204
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13204
13205
|
name?: string | undefined;
|
|
13205
|
-
|
|
13206
|
+
sort?: string | undefined;
|
|
13206
13207
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13207
13208
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13208
13209
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -13210,7 +13211,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13210
13211
|
pageSize?: number | undefined;
|
|
13211
13212
|
tab?: string | undefined;
|
|
13212
13213
|
scope?: string | undefined;
|
|
13213
|
-
sort?: string | undefined;
|
|
13214
13214
|
basket?: string | undefined;
|
|
13215
13215
|
isFirstPage?: boolean | undefined;
|
|
13216
13216
|
strictRefine?: boolean | undefined;
|