@sinequa/atomic-angular 0.4.45 → 1.0.0
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 +41 -30
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/index.d.ts +120 -120
- package/package.json +1 -1
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;
|
|
@@ -1746,9 +1746,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1751
1749
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1750
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1751
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1752
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1752
1753
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1753
1754
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1754
1755
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -1756,7 +1757,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1756
1757
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1757
1758
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
1758
1759
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
1759
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1760
1760
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
1761
1761
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1762
1762
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1793,9 +1793,10 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1793
1793
|
}> | null;
|
|
1794
1794
|
getQuery: () => _sinequa_atomic.Query;
|
|
1795
1795
|
} & _ngrx_signals.StateSource<{
|
|
1796
|
+
text?: string | undefined;
|
|
1796
1797
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1797
1798
|
name?: string | undefined;
|
|
1798
|
-
|
|
1799
|
+
sort?: string | undefined;
|
|
1799
1800
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1800
1801
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1801
1802
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -1803,7 +1804,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1803
1804
|
pageSize?: number | undefined;
|
|
1804
1805
|
tab?: string | undefined;
|
|
1805
1806
|
scope?: string | undefined;
|
|
1806
|
-
sort?: string | undefined;
|
|
1807
1807
|
basket?: string | undefined;
|
|
1808
1808
|
isFirstPage?: boolean | undefined;
|
|
1809
1809
|
strictRefine?: boolean | undefined;
|
|
@@ -1826,9 +1826,10 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1826
1826
|
}>>;
|
|
1827
1827
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
1828
1828
|
state: {
|
|
1829
|
+
text?: string | undefined;
|
|
1829
1830
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1830
1831
|
name?: string | undefined;
|
|
1831
|
-
|
|
1832
|
+
sort?: string | undefined;
|
|
1832
1833
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1833
1834
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1834
1835
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -1836,7 +1837,6 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
1836
1837
|
pageSize?: number | undefined;
|
|
1837
1838
|
tab?: string | undefined;
|
|
1838
1839
|
scope?: string | undefined;
|
|
1839
|
-
sort?: string | undefined;
|
|
1840
1840
|
basket?: string | undefined;
|
|
1841
1841
|
isFirstPage?: boolean | undefined;
|
|
1842
1842
|
strictRefine?: boolean | undefined;
|
|
@@ -2575,9 +2575,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2580
2578
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2579
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2580
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2581
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2581
2582
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2582
2583
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2583
2584
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -2585,7 +2586,6 @@ declare class AggregationsService {
|
|
|
2585
2586
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2586
2587
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
2587
2588
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
2588
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2589
2589
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
2590
2590
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2591
2591
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2630,9 +2630,10 @@ declare class AggregationsService {
|
|
|
2630
2630
|
}> | null;
|
|
2631
2631
|
getQuery: () => Query;
|
|
2632
2632
|
} & _ngrx_signals.StateSource<{
|
|
2633
|
+
text?: string | undefined;
|
|
2633
2634
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2634
2635
|
name?: string | undefined;
|
|
2635
|
-
|
|
2636
|
+
sort?: string | undefined;
|
|
2636
2637
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2637
2638
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2638
2639
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -2640,7 +2641,6 @@ declare class AggregationsService {
|
|
|
2640
2641
|
pageSize?: number | undefined;
|
|
2641
2642
|
tab?: string | undefined;
|
|
2642
2643
|
scope?: string | undefined;
|
|
2643
|
-
sort?: string | undefined;
|
|
2644
2644
|
basket?: string | undefined;
|
|
2645
2645
|
isFirstPage?: boolean | undefined;
|
|
2646
2646
|
strictRefine?: boolean | undefined;
|
|
@@ -4268,9 +4268,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4273
4271
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4272
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4273
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4274
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4274
4275
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4275
4276
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4276
4277
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -4278,7 +4279,6 @@ declare class PreviewService {
|
|
|
4278
4279
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4279
4280
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4280
4281
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4281
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4282
4282
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4283
4283
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4284
4284
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4323,9 +4323,10 @@ declare class PreviewService {
|
|
|
4323
4323
|
}> | null;
|
|
4324
4324
|
getQuery: () => Query;
|
|
4325
4325
|
} & _ngrx_signals.StateSource<{
|
|
4326
|
+
text?: string | undefined;
|
|
4326
4327
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4327
4328
|
name?: string | undefined;
|
|
4328
|
-
|
|
4329
|
+
sort?: string | undefined;
|
|
4329
4330
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4330
4331
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4331
4332
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -4333,7 +4334,6 @@ declare class PreviewService {
|
|
|
4333
4334
|
pageSize?: number | undefined;
|
|
4334
4335
|
tab?: string | undefined;
|
|
4335
4336
|
scope?: string | undefined;
|
|
4336
|
-
sort?: string | undefined;
|
|
4337
4337
|
basket?: string | undefined;
|
|
4338
4338
|
isFirstPage?: boolean | undefined;
|
|
4339
4339
|
strictRefine?: boolean | undefined;
|
|
@@ -4897,9 +4897,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4902
4900
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4901
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4902
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4903
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4903
4904
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4904
4905
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4905
4906
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -4907,7 +4908,6 @@ declare class SavedSearchesService {
|
|
|
4907
4908
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4908
4909
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4909
4910
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4910
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4911
4911
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4912
4912
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4913
4913
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4952,9 +4952,10 @@ declare class SavedSearchesService {
|
|
|
4952
4952
|
}> | null;
|
|
4953
4953
|
getQuery: () => _sinequa_atomic.Query;
|
|
4954
4954
|
} & _ngrx_signals.StateSource<{
|
|
4955
|
+
text?: string | undefined;
|
|
4955
4956
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4956
4957
|
name?: string | undefined;
|
|
4957
|
-
|
|
4958
|
+
sort?: string | undefined;
|
|
4958
4959
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4959
4960
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4960
4961
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -4962,7 +4963,6 @@ declare class SavedSearchesService {
|
|
|
4962
4963
|
pageSize?: number | undefined;
|
|
4963
4964
|
tab?: string | undefined;
|
|
4964
4965
|
scope?: string | undefined;
|
|
4965
|
-
sort?: string | undefined;
|
|
4966
4966
|
basket?: string | undefined;
|
|
4967
4967
|
isFirstPage?: boolean | undefined;
|
|
4968
4968
|
strictRefine?: boolean | undefined;
|
|
@@ -5038,9 +5038,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5043
5041
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5042
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5043
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5044
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5044
5045
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5045
5046
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5046
5047
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -5048,7 +5049,6 @@ declare class SearchService {
|
|
|
5048
5049
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5049
5050
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5050
5051
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5051
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5052
5052
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5053
5053
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5054
5054
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5093,9 +5093,10 @@ declare class SearchService {
|
|
|
5093
5093
|
}> | null;
|
|
5094
5094
|
getQuery: () => Query;
|
|
5095
5095
|
} & _ngrx_signals.StateSource<{
|
|
5096
|
+
text?: string | undefined;
|
|
5096
5097
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5097
5098
|
name?: string | undefined;
|
|
5098
|
-
|
|
5099
|
+
sort?: string | undefined;
|
|
5099
5100
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5100
5101
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5101
5102
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -5103,7 +5104,6 @@ declare class SearchService {
|
|
|
5103
5104
|
pageSize?: number | undefined;
|
|
5104
5105
|
tab?: string | undefined;
|
|
5105
5106
|
scope?: string | undefined;
|
|
5106
|
-
sort?: string | undefined;
|
|
5107
5107
|
basket?: string | undefined;
|
|
5108
5108
|
isFirstPage?: boolean | undefined;
|
|
5109
5109
|
strictRefine?: boolean | undefined;
|
|
@@ -5229,9 +5229,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5234
5232
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5233
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5234
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5235
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5235
5236
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5236
5237
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5237
5238
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -5239,7 +5240,6 @@ declare class SelectionService {
|
|
|
5239
5240
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5240
5241
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5241
5242
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5242
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5243
5243
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5244
5244
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5245
5245
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5284,9 +5284,10 @@ declare class SelectionService {
|
|
|
5284
5284
|
}> | null;
|
|
5285
5285
|
getQuery: () => _sinequa_atomic.Query;
|
|
5286
5286
|
} & _ngrx_signals.StateSource<{
|
|
5287
|
+
text?: string | undefined;
|
|
5287
5288
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5288
5289
|
name?: string | undefined;
|
|
5289
|
-
|
|
5290
|
+
sort?: string | undefined;
|
|
5290
5291
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5291
5292
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5292
5293
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -5294,7 +5295,6 @@ declare class SelectionService {
|
|
|
5294
5295
|
pageSize?: number | undefined;
|
|
5295
5296
|
tab?: string | undefined;
|
|
5296
5297
|
scope?: string | undefined;
|
|
5297
|
-
sort?: string | undefined;
|
|
5298
5298
|
basket?: string | undefined;
|
|
5299
5299
|
isFirstPage?: boolean | undefined;
|
|
5300
5300
|
strictRefine?: boolean | undefined;
|
|
@@ -5453,9 +5453,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5458
5456
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5457
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5458
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5459
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5459
5460
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5460
5461
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5461
5462
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -5463,7 +5464,6 @@ declare class NavbarTabsComponent {
|
|
|
5463
5464
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5464
5465
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5465
5466
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5466
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5467
5467
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5468
5468
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5469
5469
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5508,9 +5508,10 @@ declare class NavbarTabsComponent {
|
|
|
5508
5508
|
}> | null;
|
|
5509
5509
|
getQuery: () => _sinequa_atomic.Query;
|
|
5510
5510
|
} & _ngrx_signals.StateSource<{
|
|
5511
|
+
text?: string | undefined;
|
|
5511
5512
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5512
5513
|
name?: string | undefined;
|
|
5513
|
-
|
|
5514
|
+
sort?: string | undefined;
|
|
5514
5515
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5515
5516
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5516
5517
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -5518,7 +5519,6 @@ declare class NavbarTabsComponent {
|
|
|
5518
5519
|
pageSize?: number | undefined;
|
|
5519
5520
|
tab?: string | undefined;
|
|
5520
5521
|
scope?: string | undefined;
|
|
5521
|
-
sort?: string | undefined;
|
|
5522
5522
|
basket?: string | undefined;
|
|
5523
5523
|
isFirstPage?: boolean | undefined;
|
|
5524
5524
|
strictRefine?: boolean | undefined;
|
|
@@ -6678,9 +6678,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6683
6681
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6682
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6683
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6684
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6684
6685
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6685
6686
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6686
6687
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -6688,7 +6689,6 @@ declare class SponsoredResultsComponent {
|
|
|
6688
6689
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6689
6690
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6690
6691
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6691
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6692
6692
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6693
6693
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6694
6694
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6733,9 +6733,10 @@ declare class SponsoredResultsComponent {
|
|
|
6733
6733
|
}> | null;
|
|
6734
6734
|
getQuery: () => _sinequa_atomic.Query;
|
|
6735
6735
|
} & _ngrx_signals.StateSource<{
|
|
6736
|
+
text?: string | undefined;
|
|
6736
6737
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6737
6738
|
name?: string | undefined;
|
|
6738
|
-
|
|
6739
|
+
sort?: string | undefined;
|
|
6739
6740
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6740
6741
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6741
6742
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -6743,7 +6744,6 @@ declare class SponsoredResultsComponent {
|
|
|
6743
6744
|
pageSize?: number | undefined;
|
|
6744
6745
|
tab?: string | undefined;
|
|
6745
6746
|
scope?: string | undefined;
|
|
6746
|
-
sort?: string | undefined;
|
|
6747
6747
|
basket?: string | undefined;
|
|
6748
6748
|
isFirstPage?: boolean | undefined;
|
|
6749
6749
|
strictRefine?: boolean | undefined;
|
|
@@ -7011,9 +7011,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7016
7014
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7015
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7016
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7017
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7017
7018
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7018
7019
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7019
7020
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -7021,7 +7022,6 @@ declare class AggregationListComponent {
|
|
|
7021
7022
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7022
7023
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7023
7024
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7024
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7025
7025
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7026
7026
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7027
7027
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7066,9 +7066,10 @@ declare class AggregationListComponent {
|
|
|
7066
7066
|
}> | null;
|
|
7067
7067
|
getQuery: () => Query;
|
|
7068
7068
|
} & _ngrx_signals.StateSource<{
|
|
7069
|
+
text?: string | undefined;
|
|
7069
7070
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7070
7071
|
name?: string | undefined;
|
|
7071
|
-
|
|
7072
|
+
sort?: string | undefined;
|
|
7072
7073
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7073
7074
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7074
7075
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -7076,7 +7077,6 @@ declare class AggregationListComponent {
|
|
|
7076
7077
|
pageSize?: number | undefined;
|
|
7077
7078
|
tab?: string | undefined;
|
|
7078
7079
|
scope?: string | undefined;
|
|
7079
|
-
sort?: string | undefined;
|
|
7080
7080
|
basket?: string | undefined;
|
|
7081
7081
|
isFirstPage?: boolean | undefined;
|
|
7082
7082
|
strictRefine?: boolean | undefined;
|
|
@@ -7632,9 +7632,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7637
7635
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7636
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7637
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7638
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7638
7639
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7639
7640
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7640
7641
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -7642,7 +7643,6 @@ declare class AdvancedSearch {
|
|
|
7642
7643
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7643
7644
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7644
7645
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7645
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7646
7646
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7647
7647
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7648
7648
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7687,9 +7687,10 @@ declare class AdvancedSearch {
|
|
|
7687
7687
|
}> | null;
|
|
7688
7688
|
getQuery: () => _sinequa_atomic.Query;
|
|
7689
7689
|
} & _ngrx_signals.StateSource<{
|
|
7690
|
+
text?: string | undefined;
|
|
7690
7691
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7691
7692
|
name?: string | undefined;
|
|
7692
|
-
|
|
7693
|
+
sort?: string | undefined;
|
|
7693
7694
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7694
7695
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7695
7696
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -7697,7 +7698,6 @@ declare class AdvancedSearch {
|
|
|
7697
7698
|
pageSize?: number | undefined;
|
|
7698
7699
|
tab?: string | undefined;
|
|
7699
7700
|
scope?: string | undefined;
|
|
7700
|
-
sort?: string | undefined;
|
|
7701
7701
|
basket?: string | undefined;
|
|
7702
7702
|
isFirstPage?: boolean | undefined;
|
|
7703
7703
|
strictRefine?: boolean | undefined;
|
|
@@ -8096,9 +8096,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8101
8099
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8100
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8101
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8102
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8102
8103
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8103
8104
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8104
8105
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -8106,7 +8107,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8106
8107
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8107
8108
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8108
8109
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8109
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8110
8110
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8111
8111
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8112
8112
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8151,9 +8151,10 @@ declare class ArticleSimilarDocuments {
|
|
|
8151
8151
|
}> | null;
|
|
8152
8152
|
getQuery: () => _sinequa_atomic.Query;
|
|
8153
8153
|
} & _ngrx_signals.StateSource<{
|
|
8154
|
+
text?: string | undefined;
|
|
8154
8155
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8155
8156
|
name?: string | undefined;
|
|
8156
|
-
|
|
8157
|
+
sort?: string | undefined;
|
|
8157
8158
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8158
8159
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8159
8160
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -8161,7 +8162,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8161
8162
|
pageSize?: number | undefined;
|
|
8162
8163
|
tab?: string | undefined;
|
|
8163
8164
|
scope?: string | undefined;
|
|
8164
|
-
sort?: string | undefined;
|
|
8165
8165
|
basket?: string | undefined;
|
|
8166
8166
|
isFirstPage?: boolean | undefined;
|
|
8167
8167
|
strictRefine?: 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,9 +8758,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8763
8761
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8762
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8763
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8764
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8764
8765
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8765
8766
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8766
8767
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -8768,7 +8769,6 @@ declare class AdvancedSearchComponent {
|
|
|
8768
8769
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8769
8770
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8770
8771
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8771
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8772
8772
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8773
8773
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8774
8774
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8813,9 +8813,10 @@ declare class AdvancedSearchComponent {
|
|
|
8813
8813
|
}> | null;
|
|
8814
8814
|
getQuery: () => _sinequa_atomic.Query;
|
|
8815
8815
|
} & _ngrx_signals.StateSource<{
|
|
8816
|
+
text?: string | undefined;
|
|
8816
8817
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8817
8818
|
name?: string | undefined;
|
|
8818
|
-
|
|
8819
|
+
sort?: string | undefined;
|
|
8819
8820
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8820
8821
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8821
8822
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -8823,7 +8824,6 @@ declare class AdvancedSearchComponent {
|
|
|
8823
8824
|
pageSize?: number | undefined;
|
|
8824
8825
|
tab?: string | undefined;
|
|
8825
8826
|
scope?: string | undefined;
|
|
8826
|
-
sort?: string | undefined;
|
|
8827
8827
|
basket?: string | undefined;
|
|
8828
8828
|
isFirstPage?: boolean | undefined;
|
|
8829
8829
|
strictRefine?: boolean | undefined;
|
|
@@ -9214,9 +9214,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9219
9217
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9218
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9219
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9220
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9220
9221
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9221
9222
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9222
9223
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9224,7 +9225,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9224
9225
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9225
9226
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9226
9227
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9227
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9228
9228
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9229
9229
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9230
9230
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9269,9 +9269,10 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9269
9269
|
}> | null;
|
|
9270
9270
|
getQuery: () => _sinequa_atomic.Query;
|
|
9271
9271
|
} & _ngrx_signals.StateSource<{
|
|
9272
|
+
text?: string | undefined;
|
|
9272
9273
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9273
9274
|
name?: string | undefined;
|
|
9274
|
-
|
|
9275
|
+
sort?: string | undefined;
|
|
9275
9276
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9276
9277
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9277
9278
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9279,7 +9280,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9279
9280
|
pageSize?: number | undefined;
|
|
9280
9281
|
tab?: string | undefined;
|
|
9281
9282
|
scope?: string | undefined;
|
|
9282
|
-
sort?: string | undefined;
|
|
9283
9283
|
basket?: string | undefined;
|
|
9284
9284
|
isFirstPage?: boolean | undefined;
|
|
9285
9285
|
strictRefine?: boolean | undefined;
|
|
@@ -9412,9 +9412,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9417
9415
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9416
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9417
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9418
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9418
9419
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9419
9420
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9420
9421
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9422,7 +9423,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9422
9423
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9423
9424
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9424
9425
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9425
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9426
9426
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9427
9427
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9428
9428
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9467,9 +9467,10 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9467
9467
|
}> | null;
|
|
9468
9468
|
getQuery: () => _sinequa_atomic.Query;
|
|
9469
9469
|
} & _ngrx_signals.StateSource<{
|
|
9470
|
+
text?: string | undefined;
|
|
9470
9471
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9471
9472
|
name?: string | undefined;
|
|
9472
|
-
|
|
9473
|
+
sort?: string | undefined;
|
|
9473
9474
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9474
9475
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9475
9476
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9477,7 +9478,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9477
9478
|
pageSize?: number | undefined;
|
|
9478
9479
|
tab?: string | undefined;
|
|
9479
9480
|
scope?: string | undefined;
|
|
9480
|
-
sort?: string | undefined;
|
|
9481
9481
|
basket?: string | undefined;
|
|
9482
9482
|
isFirstPage?: boolean | undefined;
|
|
9483
9483
|
strictRefine?: boolean | undefined;
|
|
@@ -9844,9 +9844,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9849
9847
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9848
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9849
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9850
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9850
9851
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9851
9852
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9852
9853
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9854,7 +9855,6 @@ declare class SearchFeedbackComponent {
|
|
|
9854
9855
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9855
9856
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9856
9857
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9857
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9858
9858
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9859
9859
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9860
9860
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9899,9 +9899,10 @@ declare class SearchFeedbackComponent {
|
|
|
9899
9899
|
}> | null;
|
|
9900
9900
|
getQuery: () => _sinequa_atomic.Query;
|
|
9901
9901
|
} & _ngrx_signals.StateSource<{
|
|
9902
|
+
text?: string | undefined;
|
|
9902
9903
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9903
9904
|
name?: string | undefined;
|
|
9904
|
-
|
|
9905
|
+
sort?: string | undefined;
|
|
9905
9906
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9906
9907
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9907
9908
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9909,7 +9910,6 @@ declare class SearchFeedbackComponent {
|
|
|
9909
9910
|
pageSize?: number | undefined;
|
|
9910
9911
|
tab?: string | undefined;
|
|
9911
9912
|
scope?: string | undefined;
|
|
9912
|
-
sort?: string | undefined;
|
|
9913
9913
|
basket?: string | undefined;
|
|
9914
9914
|
isFirstPage?: boolean | undefined;
|
|
9915
9915
|
strictRefine?: boolean | undefined;
|
|
@@ -9959,9 +9959,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9964
9962
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9963
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9964
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9965
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9965
9966
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9966
9967
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9967
9968
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9969,7 +9970,6 @@ declare class AggregationTreeComponent {
|
|
|
9969
9970
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9970
9971
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9971
9972
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9972
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9973
9973
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9974
9974
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9975
9975
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10014,9 +10014,10 @@ declare class AggregationTreeComponent {
|
|
|
10014
10014
|
}> | null;
|
|
10015
10015
|
getQuery: () => Query;
|
|
10016
10016
|
} & _ngrx_signals.StateSource<{
|
|
10017
|
+
text?: string | undefined;
|
|
10017
10018
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10018
10019
|
name?: string | undefined;
|
|
10019
|
-
|
|
10020
|
+
sort?: string | undefined;
|
|
10020
10021
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10021
10022
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10022
10023
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -10024,7 +10025,6 @@ declare class AggregationTreeComponent {
|
|
|
10024
10025
|
pageSize?: number | undefined;
|
|
10025
10026
|
tab?: string | undefined;
|
|
10026
10027
|
scope?: string | undefined;
|
|
10027
|
-
sort?: string | undefined;
|
|
10028
10028
|
basket?: string | undefined;
|
|
10029
10029
|
isFirstPage?: boolean | undefined;
|
|
10030
10030
|
strictRefine?: 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" | "icon" | "none" | "secondary" | "destructive" | "ai" | "primary" | "link" | "accent" | "outline" | "ghost" | "light-accent" | "tertiary" | null | undefined>;
|
|
11008
11008
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11009
11009
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11010
11010
|
protected nativeElement: any;
|
|
@@ -11018,9 +11018,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11023
11021
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11022
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11023
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11024
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11024
11025
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11025
11026
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11026
11027
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -11028,7 +11029,6 @@ declare class FilterButtonComponent {
|
|
|
11028
11029
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11029
11030
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11030
11031
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11031
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11032
11032
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11033
11033
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11034
11034
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11073,9 +11073,10 @@ declare class FilterButtonComponent {
|
|
|
11073
11073
|
}> | null;
|
|
11074
11074
|
getQuery: () => _sinequa_atomic.Query;
|
|
11075
11075
|
} & _ngrx_signals.StateSource<{
|
|
11076
|
+
text?: string | undefined;
|
|
11076
11077
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11077
11078
|
name?: string | undefined;
|
|
11078
|
-
|
|
11079
|
+
sort?: string | undefined;
|
|
11079
11080
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11080
11081
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11081
11082
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -11083,7 +11084,6 @@ declare class FilterButtonComponent {
|
|
|
11083
11084
|
pageSize?: number | undefined;
|
|
11084
11085
|
tab?: string | undefined;
|
|
11085
11086
|
scope?: string | undefined;
|
|
11086
|
-
sort?: string | undefined;
|
|
11087
11087
|
basket?: string | undefined;
|
|
11088
11088
|
isFirstPage?: boolean | undefined;
|
|
11089
11089
|
strictRefine?: boolean | undefined;
|
|
@@ -11732,9 +11732,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11737
11735
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11736
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11737
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11738
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11738
11739
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11739
11740
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11740
11741
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -11742,7 +11743,6 @@ declare class MoreButtonComponent {
|
|
|
11742
11743
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11743
11744
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11744
11745
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11745
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11746
11746
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11747
11747
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11748
11748
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11787,9 +11787,10 @@ declare class MoreButtonComponent {
|
|
|
11787
11787
|
}> | null;
|
|
11788
11788
|
getQuery: () => _sinequa_atomic.Query;
|
|
11789
11789
|
} & _ngrx_signals.StateSource<{
|
|
11790
|
+
text?: string | undefined;
|
|
11790
11791
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11791
11792
|
name?: string | undefined;
|
|
11792
|
-
|
|
11793
|
+
sort?: string | undefined;
|
|
11793
11794
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11794
11795
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11795
11796
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -11797,7 +11798,6 @@ declare class MoreButtonComponent {
|
|
|
11797
11798
|
pageSize?: number | undefined;
|
|
11798
11799
|
tab?: string | undefined;
|
|
11799
11800
|
scope?: string | undefined;
|
|
11800
|
-
sort?: string | undefined;
|
|
11801
11801
|
basket?: string | undefined;
|
|
11802
11802
|
isFirstPage?: boolean | undefined;
|
|
11803
11803
|
strictRefine?: boolean | undefined;
|
|
@@ -12207,9 +12207,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12212
12210
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12211
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12212
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12213
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12213
12214
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12214
12215
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12215
12216
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -12217,7 +12218,6 @@ declare class FiltersBarComponent {
|
|
|
12217
12218
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12218
12219
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12219
12220
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12220
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12221
12221
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12222
12222
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12223
12223
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12262,9 +12262,10 @@ declare class FiltersBarComponent {
|
|
|
12262
12262
|
}> | null;
|
|
12263
12263
|
getQuery: () => _sinequa_atomic.Query;
|
|
12264
12264
|
} & _ngrx_signals.StateSource<{
|
|
12265
|
+
text?: string | undefined;
|
|
12265
12266
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12266
12267
|
name?: string | undefined;
|
|
12267
|
-
|
|
12268
|
+
sort?: string | undefined;
|
|
12268
12269
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12269
12270
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12270
12271
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -12272,7 +12273,6 @@ declare class FiltersBarComponent {
|
|
|
12272
12273
|
pageSize?: number | undefined;
|
|
12273
12274
|
tab?: string | undefined;
|
|
12274
12275
|
scope?: string | undefined;
|
|
12275
|
-
sort?: string | undefined;
|
|
12276
12276
|
basket?: string | undefined;
|
|
12277
12277
|
isFirstPage?: boolean | undefined;
|
|
12278
12278
|
strictRefine?: boolean | undefined;
|
|
@@ -12688,9 +12688,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12693
12691
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12692
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12693
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12694
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12694
12695
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12695
12696
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12696
12697
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -12698,7 +12699,6 @@ declare class MoreComponent {
|
|
|
12698
12699
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12699
12700
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12700
12701
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12701
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12702
12702
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12703
12703
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12704
12704
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12743,9 +12743,10 @@ declare class MoreComponent {
|
|
|
12743
12743
|
}> | null;
|
|
12744
12744
|
getQuery: () => _sinequa_atomic.Query;
|
|
12745
12745
|
} & _ngrx_signals.StateSource<{
|
|
12746
|
+
text?: string | undefined;
|
|
12746
12747
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12747
12748
|
name?: string | undefined;
|
|
12748
|
-
|
|
12749
|
+
sort?: string | undefined;
|
|
12749
12750
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12750
12751
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12751
12752
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -12753,7 +12754,6 @@ declare class MoreComponent {
|
|
|
12753
12754
|
pageSize?: number | undefined;
|
|
12754
12755
|
tab?: string | undefined;
|
|
12755
12756
|
scope?: string | undefined;
|
|
12756
|
-
sort?: string | undefined;
|
|
12757
12757
|
basket?: string | undefined;
|
|
12758
12758
|
isFirstPage?: boolean | undefined;
|
|
12759
12759
|
strictRefine?: boolean | undefined;
|
|
@@ -13377,9 +13377,10 @@ 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
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13382
13380
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13381
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13382
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13383
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13383
13384
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13384
13385
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13385
13386
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -13387,7 +13388,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13387
13388
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13388
13389
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13389
13390
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13390
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13391
13391
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
13392
13392
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13393
13393
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13432,9 +13432,10 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13432
13432
|
}> | null;
|
|
13433
13433
|
getQuery: () => _sinequa_atomic.Query;
|
|
13434
13434
|
} & _ngrx_signals.StateSource<{
|
|
13435
|
+
text?: string | undefined;
|
|
13435
13436
|
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13436
13437
|
name?: string | undefined;
|
|
13437
|
-
|
|
13438
|
+
sort?: string | undefined;
|
|
13438
13439
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13439
13440
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13440
13441
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -13442,7 +13443,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13442
13443
|
pageSize?: number | undefined;
|
|
13443
13444
|
tab?: string | undefined;
|
|
13444
13445
|
scope?: string | undefined;
|
|
13445
|
-
sort?: string | undefined;
|
|
13446
13446
|
basket?: string | undefined;
|
|
13447
13447
|
isFirstPage?: boolean | undefined;
|
|
13448
13448
|
strictRefine?: boolean | undefined;
|