@sinequa/atomic-angular 0.4.20-dev.1 → 0.4.28
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 +110 -104
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/index.d.ts +97 -98
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -117,14 +117,13 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
117
117
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
118
118
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
119
119
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
120
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
121
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
122
120
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
123
121
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
124
122
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
125
123
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
126
124
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
127
125
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
126
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
128
127
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
129
128
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
130
129
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -138,6 +137,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
138
137
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
139
138
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
140
139
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
140
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
141
141
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
142
142
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
143
143
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -172,14 +172,13 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
172
172
|
page?: number | undefined;
|
|
173
173
|
pageSize?: number | undefined;
|
|
174
174
|
name?: string | undefined;
|
|
175
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
176
|
-
sort?: string | undefined;
|
|
177
175
|
text?: string | undefined;
|
|
178
176
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
179
177
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
180
178
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
181
179
|
tab?: string | undefined;
|
|
182
180
|
scope?: string | undefined;
|
|
181
|
+
sort?: string | undefined;
|
|
183
182
|
basket?: string | undefined;
|
|
184
183
|
isFirstPage?: boolean | undefined;
|
|
185
184
|
strictRefine?: boolean | undefined;
|
|
@@ -193,6 +192,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
193
192
|
relevanceTransforms?: string | undefined;
|
|
194
193
|
removeDuplicates?: boolean | undefined;
|
|
195
194
|
queryId?: string | undefined;
|
|
195
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
196
196
|
orderBy?: string | undefined;
|
|
197
197
|
groupBy?: string | undefined;
|
|
198
198
|
neuralSearch?: boolean | undefined;
|
|
@@ -266,14 +266,13 @@ declare class MissingTermsComponent {
|
|
|
266
266
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
267
267
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
268
268
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
269
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
270
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
271
269
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
272
270
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
273
271
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
274
272
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
275
273
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
276
274
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
275
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
277
276
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
278
277
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
279
278
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -287,6 +286,7 @@ declare class MissingTermsComponent {
|
|
|
287
286
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
288
287
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
289
288
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
289
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
290
290
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
291
291
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
292
292
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -321,14 +321,13 @@ declare class MissingTermsComponent {
|
|
|
321
321
|
page?: number | undefined;
|
|
322
322
|
pageSize?: number | undefined;
|
|
323
323
|
name?: string | undefined;
|
|
324
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
325
|
-
sort?: string | undefined;
|
|
326
324
|
text?: string | undefined;
|
|
327
325
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
328
326
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
329
327
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
330
328
|
tab?: string | undefined;
|
|
331
329
|
scope?: string | undefined;
|
|
330
|
+
sort?: string | undefined;
|
|
332
331
|
basket?: string | undefined;
|
|
333
332
|
isFirstPage?: boolean | undefined;
|
|
334
333
|
strictRefine?: boolean | undefined;
|
|
@@ -342,6 +341,7 @@ declare class MissingTermsComponent {
|
|
|
342
341
|
relevanceTransforms?: string | undefined;
|
|
343
342
|
removeDuplicates?: boolean | undefined;
|
|
344
343
|
queryId?: string | undefined;
|
|
344
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
345
345
|
orderBy?: string | undefined;
|
|
346
346
|
groupBy?: string | undefined;
|
|
347
347
|
neuralSearch?: boolean | undefined;
|
|
@@ -1798,14 +1798,13 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1798
1798
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
1799
1799
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1800
1800
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1801
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1802
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1803
1801
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1804
1802
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1805
1803
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1806
1804
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
1807
1805
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
1808
1806
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
1807
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1809
1808
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
1810
1809
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1811
1810
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1819,6 +1818,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1819
1818
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
1820
1819
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1821
1820
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
1821
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1822
1822
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1823
1823
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1824
1824
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1845,14 +1845,13 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1845
1845
|
page?: number | undefined;
|
|
1846
1846
|
pageSize?: number | undefined;
|
|
1847
1847
|
name?: string | undefined;
|
|
1848
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1849
|
-
sort?: string | undefined;
|
|
1850
1848
|
text?: string | undefined;
|
|
1851
1849
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1852
1850
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1853
1851
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1854
1852
|
tab?: string | undefined;
|
|
1855
1853
|
scope?: string | undefined;
|
|
1854
|
+
sort?: string | undefined;
|
|
1856
1855
|
basket?: string | undefined;
|
|
1857
1856
|
isFirstPage?: boolean | undefined;
|
|
1858
1857
|
strictRefine?: boolean | undefined;
|
|
@@ -1866,6 +1865,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1866
1865
|
relevanceTransforms?: string | undefined;
|
|
1867
1866
|
removeDuplicates?: boolean | undefined;
|
|
1868
1867
|
queryId?: string | undefined;
|
|
1868
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1869
1869
|
orderBy?: string | undefined;
|
|
1870
1870
|
groupBy?: string | undefined;
|
|
1871
1871
|
neuralSearch?: boolean | undefined;
|
|
@@ -1878,14 +1878,13 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
1878
1878
|
page?: number | undefined;
|
|
1879
1879
|
pageSize?: number | undefined;
|
|
1880
1880
|
name?: string | undefined;
|
|
1881
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1882
|
-
sort?: string | undefined;
|
|
1883
1881
|
text?: string | undefined;
|
|
1884
1882
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1885
1883
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1886
1884
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1887
1885
|
tab?: string | undefined;
|
|
1888
1886
|
scope?: string | undefined;
|
|
1887
|
+
sort?: string | undefined;
|
|
1889
1888
|
basket?: string | undefined;
|
|
1890
1889
|
isFirstPage?: boolean | undefined;
|
|
1891
1890
|
strictRefine?: boolean | undefined;
|
|
@@ -1899,6 +1898,7 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
1899
1898
|
relevanceTransforms?: string | undefined;
|
|
1900
1899
|
removeDuplicates?: boolean | undefined;
|
|
1901
1900
|
queryId?: string | undefined;
|
|
1901
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1902
1902
|
orderBy?: string | undefined;
|
|
1903
1903
|
groupBy?: string | undefined;
|
|
1904
1904
|
neuralSearch?: boolean | undefined;
|
|
@@ -2616,14 +2616,13 @@ declare class AggregationsService {
|
|
|
2616
2616
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
2617
2617
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2618
2618
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2619
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2620
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2621
2619
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2622
2620
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2623
2621
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2624
2622
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
2625
2623
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
2626
2624
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
2625
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2627
2626
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
2628
2627
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2629
2628
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2637,6 +2636,7 @@ declare class AggregationsService {
|
|
|
2637
2636
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
2638
2637
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2639
2638
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
2639
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2640
2640
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2641
2641
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2642
2642
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2671,14 +2671,13 @@ declare class AggregationsService {
|
|
|
2671
2671
|
page?: number | undefined;
|
|
2672
2672
|
pageSize?: number | undefined;
|
|
2673
2673
|
name?: string | undefined;
|
|
2674
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2675
|
-
sort?: string | undefined;
|
|
2676
2674
|
text?: string | undefined;
|
|
2677
2675
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2678
2676
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2679
2677
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2680
2678
|
tab?: string | undefined;
|
|
2681
2679
|
scope?: string | undefined;
|
|
2680
|
+
sort?: string | undefined;
|
|
2682
2681
|
basket?: string | undefined;
|
|
2683
2682
|
isFirstPage?: boolean | undefined;
|
|
2684
2683
|
strictRefine?: boolean | undefined;
|
|
@@ -2692,6 +2691,7 @@ declare class AggregationsService {
|
|
|
2692
2691
|
relevanceTransforms?: string | undefined;
|
|
2693
2692
|
removeDuplicates?: boolean | undefined;
|
|
2694
2693
|
queryId?: string | undefined;
|
|
2694
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2695
2695
|
orderBy?: string | undefined;
|
|
2696
2696
|
groupBy?: string | undefined;
|
|
2697
2697
|
neuralSearch?: boolean | undefined;
|
|
@@ -4279,14 +4279,13 @@ declare class PreviewService {
|
|
|
4279
4279
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4280
4280
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4281
4281
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4282
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4283
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4284
4282
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4285
4283
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4286
4284
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4287
4285
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4288
4286
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4289
4287
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4288
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4290
4289
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4291
4290
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4292
4291
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4300,6 +4299,7 @@ declare class PreviewService {
|
|
|
4300
4299
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4301
4300
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4302
4301
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4302
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4303
4303
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4304
4304
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4305
4305
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4334,14 +4334,13 @@ declare class PreviewService {
|
|
|
4334
4334
|
page?: number | undefined;
|
|
4335
4335
|
pageSize?: number | undefined;
|
|
4336
4336
|
name?: string | undefined;
|
|
4337
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4338
|
-
sort?: string | undefined;
|
|
4339
4337
|
text?: string | undefined;
|
|
4340
4338
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4341
4339
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4342
4340
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4343
4341
|
tab?: string | undefined;
|
|
4344
4342
|
scope?: string | undefined;
|
|
4343
|
+
sort?: string | undefined;
|
|
4345
4344
|
basket?: string | undefined;
|
|
4346
4345
|
isFirstPage?: boolean | undefined;
|
|
4347
4346
|
strictRefine?: boolean | undefined;
|
|
@@ -4355,6 +4354,7 @@ declare class PreviewService {
|
|
|
4355
4354
|
relevanceTransforms?: string | undefined;
|
|
4356
4355
|
removeDuplicates?: boolean | undefined;
|
|
4357
4356
|
queryId?: string | undefined;
|
|
4357
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4358
4358
|
orderBy?: string | undefined;
|
|
4359
4359
|
groupBy?: string | undefined;
|
|
4360
4360
|
neuralSearch?: boolean | undefined;
|
|
@@ -4898,14 +4898,13 @@ declare class SavedSearchesService {
|
|
|
4898
4898
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4899
4899
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4900
4900
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4901
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4902
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4903
4901
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4904
4902
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4905
4903
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4906
4904
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4907
4905
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4908
4906
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4907
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4909
4908
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4910
4909
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4911
4910
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4919,6 +4918,7 @@ declare class SavedSearchesService {
|
|
|
4919
4918
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4920
4919
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4921
4920
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4921
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4922
4922
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4923
4923
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4924
4924
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4953,14 +4953,13 @@ declare class SavedSearchesService {
|
|
|
4953
4953
|
page?: number | undefined;
|
|
4954
4954
|
pageSize?: number | undefined;
|
|
4955
4955
|
name?: string | undefined;
|
|
4956
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4957
|
-
sort?: string | undefined;
|
|
4958
4956
|
text?: string | undefined;
|
|
4959
4957
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4960
4958
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4961
4959
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4962
4960
|
tab?: string | undefined;
|
|
4963
4961
|
scope?: string | undefined;
|
|
4962
|
+
sort?: string | undefined;
|
|
4964
4963
|
basket?: string | undefined;
|
|
4965
4964
|
isFirstPage?: boolean | undefined;
|
|
4966
4965
|
strictRefine?: boolean | undefined;
|
|
@@ -4974,6 +4973,7 @@ declare class SavedSearchesService {
|
|
|
4974
4973
|
relevanceTransforms?: string | undefined;
|
|
4975
4974
|
removeDuplicates?: boolean | undefined;
|
|
4976
4975
|
queryId?: string | undefined;
|
|
4976
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4977
4977
|
orderBy?: string | undefined;
|
|
4978
4978
|
groupBy?: string | undefined;
|
|
4979
4979
|
neuralSearch?: boolean | undefined;
|
|
@@ -5039,14 +5039,13 @@ declare class SearchService {
|
|
|
5039
5039
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5040
5040
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5041
5041
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5042
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5043
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5044
5042
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5045
5043
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5046
5044
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5047
5045
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5048
5046
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5049
5047
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5048
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5050
5049
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5051
5050
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5052
5051
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5060,6 +5059,7 @@ declare class SearchService {
|
|
|
5060
5059
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5061
5060
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5062
5061
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5062
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5063
5063
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5064
5064
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5065
5065
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5094,14 +5094,13 @@ declare class SearchService {
|
|
|
5094
5094
|
page?: number | undefined;
|
|
5095
5095
|
pageSize?: number | undefined;
|
|
5096
5096
|
name?: string | undefined;
|
|
5097
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5098
|
-
sort?: string | undefined;
|
|
5099
5097
|
text?: string | undefined;
|
|
5100
5098
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5101
5099
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5102
5100
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5103
5101
|
tab?: string | undefined;
|
|
5104
5102
|
scope?: string | undefined;
|
|
5103
|
+
sort?: string | undefined;
|
|
5105
5104
|
basket?: string | undefined;
|
|
5106
5105
|
isFirstPage?: boolean | undefined;
|
|
5107
5106
|
strictRefine?: boolean | undefined;
|
|
@@ -5115,6 +5114,7 @@ declare class SearchService {
|
|
|
5115
5114
|
relevanceTransforms?: string | undefined;
|
|
5116
5115
|
removeDuplicates?: boolean | undefined;
|
|
5117
5116
|
queryId?: string | undefined;
|
|
5117
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5118
5118
|
orderBy?: string | undefined;
|
|
5119
5119
|
groupBy?: string | undefined;
|
|
5120
5120
|
neuralSearch?: boolean | undefined;
|
|
@@ -5226,14 +5226,13 @@ declare class SelectionService {
|
|
|
5226
5226
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5227
5227
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5228
5228
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5229
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5230
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5231
5229
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5232
5230
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5233
5231
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5234
5232
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5235
5233
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5236
5234
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5235
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5237
5236
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5238
5237
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5239
5238
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5247,6 +5246,7 @@ declare class SelectionService {
|
|
|
5247
5246
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5248
5247
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5249
5248
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5249
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5250
5250
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5251
5251
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5252
5252
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5281,14 +5281,13 @@ declare class SelectionService {
|
|
|
5281
5281
|
page?: number | undefined;
|
|
5282
5282
|
pageSize?: number | undefined;
|
|
5283
5283
|
name?: string | undefined;
|
|
5284
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5285
|
-
sort?: string | undefined;
|
|
5286
5284
|
text?: string | undefined;
|
|
5287
5285
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5288
5286
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5289
5287
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5290
5288
|
tab?: string | undefined;
|
|
5291
5289
|
scope?: string | undefined;
|
|
5290
|
+
sort?: string | undefined;
|
|
5292
5291
|
basket?: string | undefined;
|
|
5293
5292
|
isFirstPage?: boolean | undefined;
|
|
5294
5293
|
strictRefine?: boolean | undefined;
|
|
@@ -5302,6 +5301,7 @@ declare class SelectionService {
|
|
|
5302
5301
|
relevanceTransforms?: string | undefined;
|
|
5303
5302
|
removeDuplicates?: boolean | undefined;
|
|
5304
5303
|
queryId?: string | undefined;
|
|
5304
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5305
5305
|
orderBy?: string | undefined;
|
|
5306
5306
|
groupBy?: string | undefined;
|
|
5307
5307
|
neuralSearch?: boolean | undefined;
|
|
@@ -5427,7 +5427,7 @@ declare class UserProfileService {
|
|
|
5427
5427
|
* @param id - The ID of the user.
|
|
5428
5428
|
* @returns An Observable that emits an the UserProfile object.
|
|
5429
5429
|
*/
|
|
5430
|
-
getUserProfile(
|
|
5430
|
+
getUserProfile(userId: Signal<string | undefined>): _angular_common_http.HttpResourceRef<UserProfile | undefined>;
|
|
5431
5431
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UserProfileService, never>;
|
|
5432
5432
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<UserProfileService>;
|
|
5433
5433
|
}
|
|
@@ -5452,14 +5452,13 @@ declare class NavbarTabsComponent {
|
|
|
5452
5452
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5453
5453
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5454
5454
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5455
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5456
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5457
5455
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5458
5456
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5459
5457
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5460
5458
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5461
5459
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5462
5460
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5461
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5463
5462
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5464
5463
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5465
5464
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5473,6 +5472,7 @@ declare class NavbarTabsComponent {
|
|
|
5473
5472
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5474
5473
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5475
5474
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5475
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5476
5476
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5477
5477
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5478
5478
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5507,14 +5507,13 @@ declare class NavbarTabsComponent {
|
|
|
5507
5507
|
page?: number | undefined;
|
|
5508
5508
|
pageSize?: number | undefined;
|
|
5509
5509
|
name?: string | undefined;
|
|
5510
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5511
|
-
sort?: string | undefined;
|
|
5512
5510
|
text?: string | undefined;
|
|
5513
5511
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5514
5512
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5515
5513
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5516
5514
|
tab?: string | undefined;
|
|
5517
5515
|
scope?: string | undefined;
|
|
5516
|
+
sort?: string | undefined;
|
|
5518
5517
|
basket?: string | undefined;
|
|
5519
5518
|
isFirstPage?: boolean | undefined;
|
|
5520
5519
|
strictRefine?: boolean | undefined;
|
|
@@ -5528,6 +5527,7 @@ declare class NavbarTabsComponent {
|
|
|
5528
5527
|
relevanceTransforms?: string | undefined;
|
|
5529
5528
|
removeDuplicates?: boolean | undefined;
|
|
5530
5529
|
queryId?: string | undefined;
|
|
5530
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5531
5531
|
orderBy?: string | undefined;
|
|
5532
5532
|
groupBy?: string | undefined;
|
|
5533
5533
|
neuralSearch?: boolean | undefined;
|
|
@@ -6660,14 +6660,13 @@ declare class SponsoredResultsComponent {
|
|
|
6660
6660
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6661
6661
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6662
6662
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6663
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6664
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6665
6663
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6666
6664
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6667
6665
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6668
6666
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6669
6667
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6670
6668
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6669
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6671
6670
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6672
6671
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6673
6672
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6681,6 +6680,7 @@ declare class SponsoredResultsComponent {
|
|
|
6681
6680
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
6682
6681
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6683
6682
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
6683
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6684
6684
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6685
6685
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6686
6686
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6715,14 +6715,13 @@ declare class SponsoredResultsComponent {
|
|
|
6715
6715
|
page?: number | undefined;
|
|
6716
6716
|
pageSize?: number | undefined;
|
|
6717
6717
|
name?: string | undefined;
|
|
6718
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6719
|
-
sort?: string | undefined;
|
|
6720
6718
|
text?: string | undefined;
|
|
6721
6719
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6722
6720
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6723
6721
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6724
6722
|
tab?: string | undefined;
|
|
6725
6723
|
scope?: string | undefined;
|
|
6724
|
+
sort?: string | undefined;
|
|
6726
6725
|
basket?: string | undefined;
|
|
6727
6726
|
isFirstPage?: boolean | undefined;
|
|
6728
6727
|
strictRefine?: boolean | undefined;
|
|
@@ -6736,6 +6735,7 @@ declare class SponsoredResultsComponent {
|
|
|
6736
6735
|
relevanceTransforms?: string | undefined;
|
|
6737
6736
|
removeDuplicates?: boolean | undefined;
|
|
6738
6737
|
queryId?: string | undefined;
|
|
6738
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6739
6739
|
orderBy?: string | undefined;
|
|
6740
6740
|
groupBy?: string | undefined;
|
|
6741
6741
|
neuralSearch?: boolean | undefined;
|
|
@@ -6940,14 +6940,13 @@ declare class AggregationListComponent {
|
|
|
6940
6940
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6941
6941
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6942
6942
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6943
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6944
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6945
6943
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6946
6944
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6947
6945
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6948
6946
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6949
6947
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6950
6948
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6949
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6951
6950
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6952
6951
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6953
6952
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6961,6 +6960,7 @@ declare class AggregationListComponent {
|
|
|
6961
6960
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
6962
6961
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6963
6962
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
6963
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6964
6964
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6965
6965
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6966
6966
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6995,14 +6995,13 @@ declare class AggregationListComponent {
|
|
|
6995
6995
|
page?: number | undefined;
|
|
6996
6996
|
pageSize?: number | undefined;
|
|
6997
6997
|
name?: string | undefined;
|
|
6998
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6999
|
-
sort?: string | undefined;
|
|
7000
6998
|
text?: string | undefined;
|
|
7001
6999
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7002
7000
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7003
7001
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7004
7002
|
tab?: string | undefined;
|
|
7005
7003
|
scope?: string | undefined;
|
|
7004
|
+
sort?: string | undefined;
|
|
7006
7005
|
basket?: string | undefined;
|
|
7007
7006
|
isFirstPage?: boolean | undefined;
|
|
7008
7007
|
strictRefine?: boolean | undefined;
|
|
@@ -7016,6 +7015,7 @@ declare class AggregationListComponent {
|
|
|
7016
7015
|
relevanceTransforms?: string | undefined;
|
|
7017
7016
|
removeDuplicates?: boolean | undefined;
|
|
7018
7017
|
queryId?: string | undefined;
|
|
7018
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7019
7019
|
orderBy?: string | undefined;
|
|
7020
7020
|
groupBy?: string | undefined;
|
|
7021
7021
|
neuralSearch?: boolean | undefined;
|
|
@@ -7547,14 +7547,13 @@ declare class AdvancedSearch {
|
|
|
7547
7547
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7548
7548
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7549
7549
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7550
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7551
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7552
7550
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7553
7551
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7554
7552
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7555
7553
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7556
7554
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7557
7555
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7556
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7558
7557
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7559
7558
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7560
7559
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7568,6 +7567,7 @@ declare class AdvancedSearch {
|
|
|
7568
7567
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7569
7568
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7570
7569
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7570
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7571
7571
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7572
7572
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7573
7573
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7602,14 +7602,13 @@ declare class AdvancedSearch {
|
|
|
7602
7602
|
page?: number | undefined;
|
|
7603
7603
|
pageSize?: number | undefined;
|
|
7604
7604
|
name?: string | undefined;
|
|
7605
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7606
|
-
sort?: string | undefined;
|
|
7607
7605
|
text?: string | undefined;
|
|
7608
7606
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7609
7607
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7610
7608
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7611
7609
|
tab?: string | undefined;
|
|
7612
7610
|
scope?: string | undefined;
|
|
7611
|
+
sort?: string | undefined;
|
|
7613
7612
|
basket?: string | undefined;
|
|
7614
7613
|
isFirstPage?: boolean | undefined;
|
|
7615
7614
|
strictRefine?: boolean | undefined;
|
|
@@ -7623,6 +7622,7 @@ declare class AdvancedSearch {
|
|
|
7623
7622
|
relevanceTransforms?: string | undefined;
|
|
7624
7623
|
removeDuplicates?: boolean | undefined;
|
|
7625
7624
|
queryId?: string | undefined;
|
|
7625
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7626
7626
|
orderBy?: string | undefined;
|
|
7627
7627
|
groupBy?: string | undefined;
|
|
7628
7628
|
neuralSearch?: boolean | undefined;
|
|
@@ -8005,14 +8005,13 @@ declare class ArticleSimilarDocuments {
|
|
|
8005
8005
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8006
8006
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8007
8007
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8008
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8009
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8010
8008
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8011
8009
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8012
8010
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8013
8011
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8014
8012
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8015
8013
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8014
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8016
8015
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8017
8016
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8018
8017
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8026,6 +8025,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8026
8025
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8027
8026
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8028
8027
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8028
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8029
8029
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8030
8030
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8031
8031
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8060,14 +8060,13 @@ declare class ArticleSimilarDocuments {
|
|
|
8060
8060
|
page?: number | undefined;
|
|
8061
8061
|
pageSize?: number | undefined;
|
|
8062
8062
|
name?: string | undefined;
|
|
8063
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8064
|
-
sort?: string | undefined;
|
|
8065
8063
|
text?: string | undefined;
|
|
8066
8064
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8067
8065
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8068
8066
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8069
8067
|
tab?: string | undefined;
|
|
8070
8068
|
scope?: string | undefined;
|
|
8069
|
+
sort?: string | undefined;
|
|
8071
8070
|
basket?: string | undefined;
|
|
8072
8071
|
isFirstPage?: boolean | undefined;
|
|
8073
8072
|
strictRefine?: boolean | undefined;
|
|
@@ -8081,6 +8080,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8081
8080
|
relevanceTransforms?: string | undefined;
|
|
8082
8081
|
removeDuplicates?: boolean | undefined;
|
|
8083
8082
|
queryId?: string | undefined;
|
|
8083
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8084
8084
|
orderBy?: string | undefined;
|
|
8085
8085
|
groupBy?: string | undefined;
|
|
8086
8086
|
neuralSearch?: boolean | undefined;
|
|
@@ -8592,14 +8592,13 @@ declare class AdvancedSearchComponent {
|
|
|
8592
8592
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8593
8593
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8594
8594
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8595
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8596
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8597
8595
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8598
8596
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8599
8597
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8600
8598
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8601
8599
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8602
8600
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8601
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8603
8602
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8604
8603
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8605
8604
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8613,6 +8612,7 @@ declare class AdvancedSearchComponent {
|
|
|
8613
8612
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8614
8613
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8615
8614
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8615
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8616
8616
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8617
8617
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8618
8618
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8647,14 +8647,13 @@ declare class AdvancedSearchComponent {
|
|
|
8647
8647
|
page?: number | undefined;
|
|
8648
8648
|
pageSize?: number | undefined;
|
|
8649
8649
|
name?: string | undefined;
|
|
8650
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8651
|
-
sort?: string | undefined;
|
|
8652
8650
|
text?: string | undefined;
|
|
8653
8651
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8654
8652
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8655
8653
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8656
8654
|
tab?: string | undefined;
|
|
8657
8655
|
scope?: string | undefined;
|
|
8656
|
+
sort?: string | undefined;
|
|
8658
8657
|
basket?: string | undefined;
|
|
8659
8658
|
isFirstPage?: boolean | undefined;
|
|
8660
8659
|
strictRefine?: boolean | undefined;
|
|
@@ -8668,6 +8667,7 @@ declare class AdvancedSearchComponent {
|
|
|
8668
8667
|
relevanceTransforms?: string | undefined;
|
|
8669
8668
|
removeDuplicates?: boolean | undefined;
|
|
8670
8669
|
queryId?: string | undefined;
|
|
8670
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8671
8671
|
orderBy?: string | undefined;
|
|
8672
8672
|
groupBy?: string | undefined;
|
|
8673
8673
|
neuralSearch?: boolean | undefined;
|
|
@@ -9042,14 +9042,13 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9042
9042
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9043
9043
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9044
9044
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9045
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9046
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9047
9045
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9048
9046
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9049
9047
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9050
9048
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9051
9049
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9052
9050
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9051
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9053
9052
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9054
9053
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9055
9054
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9063,6 +9062,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9063
9062
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9064
9063
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9065
9064
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9065
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9066
9066
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9067
9067
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9068
9068
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9097,14 +9097,13 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9097
9097
|
page?: number | undefined;
|
|
9098
9098
|
pageSize?: number | undefined;
|
|
9099
9099
|
name?: string | undefined;
|
|
9100
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9101
|
-
sort?: string | undefined;
|
|
9102
9100
|
text?: string | undefined;
|
|
9103
9101
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9104
9102
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9105
9103
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9106
9104
|
tab?: string | undefined;
|
|
9107
9105
|
scope?: string | undefined;
|
|
9106
|
+
sort?: string | undefined;
|
|
9108
9107
|
basket?: string | undefined;
|
|
9109
9108
|
isFirstPage?: boolean | undefined;
|
|
9110
9109
|
strictRefine?: boolean | undefined;
|
|
@@ -9118,6 +9117,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9118
9117
|
relevanceTransforms?: string | undefined;
|
|
9119
9118
|
removeDuplicates?: boolean | undefined;
|
|
9120
9119
|
queryId?: string | undefined;
|
|
9120
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9121
9121
|
orderBy?: string | undefined;
|
|
9122
9122
|
groupBy?: string | undefined;
|
|
9123
9123
|
neuralSearch?: boolean | undefined;
|
|
@@ -9240,14 +9240,13 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9240
9240
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9241
9241
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9242
9242
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9243
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9244
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9245
9243
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9246
9244
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9247
9245
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9248
9246
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9249
9247
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9250
9248
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9249
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9251
9250
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9252
9251
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9253
9252
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9261,6 +9260,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9261
9260
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9262
9261
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9263
9262
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9263
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9264
9264
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9265
9265
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9266
9266
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9295,14 +9295,13 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9295
9295
|
page?: number | undefined;
|
|
9296
9296
|
pageSize?: number | undefined;
|
|
9297
9297
|
name?: string | undefined;
|
|
9298
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9299
|
-
sort?: string | undefined;
|
|
9300
9298
|
text?: string | undefined;
|
|
9301
9299
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9302
9300
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9303
9301
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9304
9302
|
tab?: string | undefined;
|
|
9305
9303
|
scope?: string | undefined;
|
|
9304
|
+
sort?: string | undefined;
|
|
9306
9305
|
basket?: string | undefined;
|
|
9307
9306
|
isFirstPage?: boolean | undefined;
|
|
9308
9307
|
strictRefine?: boolean | undefined;
|
|
@@ -9316,6 +9315,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9316
9315
|
relevanceTransforms?: string | undefined;
|
|
9317
9316
|
removeDuplicates?: boolean | undefined;
|
|
9318
9317
|
queryId?: string | undefined;
|
|
9318
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9319
9319
|
orderBy?: string | undefined;
|
|
9320
9320
|
groupBy?: string | undefined;
|
|
9321
9321
|
neuralSearch?: boolean | undefined;
|
|
@@ -9666,14 +9666,13 @@ declare class SearchFeedbackComponent {
|
|
|
9666
9666
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9667
9667
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9668
9668
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9669
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9670
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9671
9669
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9672
9670
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9673
9671
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9674
9672
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9675
9673
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9676
9674
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9675
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9677
9676
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9678
9677
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9679
9678
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9687,6 +9686,7 @@ declare class SearchFeedbackComponent {
|
|
|
9687
9686
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9688
9687
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9689
9688
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9689
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9690
9690
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9691
9691
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9692
9692
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9721,14 +9721,13 @@ declare class SearchFeedbackComponent {
|
|
|
9721
9721
|
page?: number | undefined;
|
|
9722
9722
|
pageSize?: number | undefined;
|
|
9723
9723
|
name?: string | undefined;
|
|
9724
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9725
|
-
sort?: string | undefined;
|
|
9726
9724
|
text?: string | undefined;
|
|
9727
9725
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9728
9726
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9729
9727
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9730
9728
|
tab?: string | undefined;
|
|
9731
9729
|
scope?: string | undefined;
|
|
9730
|
+
sort?: string | undefined;
|
|
9732
9731
|
basket?: string | undefined;
|
|
9733
9732
|
isFirstPage?: boolean | undefined;
|
|
9734
9733
|
strictRefine?: boolean | undefined;
|
|
@@ -9742,6 +9741,7 @@ declare class SearchFeedbackComponent {
|
|
|
9742
9741
|
relevanceTransforms?: string | undefined;
|
|
9743
9742
|
removeDuplicates?: boolean | undefined;
|
|
9744
9743
|
queryId?: string | undefined;
|
|
9744
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9745
9745
|
orderBy?: string | undefined;
|
|
9746
9746
|
groupBy?: string | undefined;
|
|
9747
9747
|
neuralSearch?: boolean | undefined;
|
|
@@ -9781,14 +9781,13 @@ declare class AggregationTreeComponent {
|
|
|
9781
9781
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9782
9782
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9783
9783
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9784
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9785
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9786
9784
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9787
9785
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9788
9786
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9789
9787
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9790
9788
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9791
9789
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9790
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9792
9791
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9793
9792
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9794
9793
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9802,6 +9801,7 @@ declare class AggregationTreeComponent {
|
|
|
9802
9801
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9803
9802
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9804
9803
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9804
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9805
9805
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9806
9806
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9807
9807
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9836,14 +9836,13 @@ declare class AggregationTreeComponent {
|
|
|
9836
9836
|
page?: number | undefined;
|
|
9837
9837
|
pageSize?: number | undefined;
|
|
9838
9838
|
name?: string | undefined;
|
|
9839
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9840
|
-
sort?: string | undefined;
|
|
9841
9839
|
text?: string | undefined;
|
|
9842
9840
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9843
9841
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9844
9842
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9845
9843
|
tab?: string | undefined;
|
|
9846
9844
|
scope?: string | undefined;
|
|
9845
|
+
sort?: string | undefined;
|
|
9847
9846
|
basket?: string | undefined;
|
|
9848
9847
|
isFirstPage?: boolean | undefined;
|
|
9849
9848
|
strictRefine?: boolean | undefined;
|
|
@@ -9857,6 +9856,7 @@ declare class AggregationTreeComponent {
|
|
|
9857
9856
|
relevanceTransforms?: string | undefined;
|
|
9858
9857
|
removeDuplicates?: boolean | undefined;
|
|
9859
9858
|
queryId?: string | undefined;
|
|
9859
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9860
9860
|
orderBy?: string | undefined;
|
|
9861
9861
|
groupBy?: string | undefined;
|
|
9862
9862
|
neuralSearch?: 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<"
|
|
10809
|
+
protected variant: _angular_core.WritableSignal<"default" | "icon" | "secondary" | "destructive" | "ai" | "primary" | "link" | "accent" | "outline" | "ghost" | "none" | null | undefined>;
|
|
10810
10810
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
10811
10811
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
10812
10812
|
protected nativeElement: any;
|
|
@@ -10823,14 +10823,13 @@ declare class FilterButtonComponent {
|
|
|
10823
10823
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
10824
10824
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
10825
10825
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10826
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10827
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10828
10826
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10829
10827
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
10830
10828
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
10831
10829
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
10832
10830
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
10833
10831
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
10832
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10834
10833
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
10835
10834
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10836
10835
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10844,6 +10843,7 @@ declare class FilterButtonComponent {
|
|
|
10844
10843
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
10845
10844
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10846
10845
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
10846
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10847
10847
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10848
10848
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10849
10849
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10878,14 +10878,13 @@ declare class FilterButtonComponent {
|
|
|
10878
10878
|
page?: number | undefined;
|
|
10879
10879
|
pageSize?: number | undefined;
|
|
10880
10880
|
name?: string | undefined;
|
|
10881
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10882
|
-
sort?: string | undefined;
|
|
10883
10881
|
text?: string | undefined;
|
|
10884
10882
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10885
10883
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10886
10884
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
10887
10885
|
tab?: string | undefined;
|
|
10888
10886
|
scope?: string | undefined;
|
|
10887
|
+
sort?: string | undefined;
|
|
10889
10888
|
basket?: string | undefined;
|
|
10890
10889
|
isFirstPage?: boolean | undefined;
|
|
10891
10890
|
strictRefine?: boolean | undefined;
|
|
@@ -10899,6 +10898,7 @@ declare class FilterButtonComponent {
|
|
|
10899
10898
|
relevanceTransforms?: string | undefined;
|
|
10900
10899
|
removeDuplicates?: boolean | undefined;
|
|
10901
10900
|
queryId?: string | undefined;
|
|
10901
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10902
10902
|
orderBy?: string | undefined;
|
|
10903
10903
|
groupBy?: string | undefined;
|
|
10904
10904
|
neuralSearch?: boolean | undefined;
|
|
@@ -11525,14 +11525,13 @@ declare class MoreButtonComponent {
|
|
|
11525
11525
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11526
11526
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11527
11527
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11528
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11529
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11530
11528
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11531
11529
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11532
11530
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11533
11531
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11534
11532
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11535
11533
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11534
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11536
11535
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11537
11536
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11538
11537
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11546,6 +11545,7 @@ declare class MoreButtonComponent {
|
|
|
11546
11545
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11547
11546
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11548
11547
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11548
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11549
11549
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11550
11550
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11551
11551
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11580,14 +11580,13 @@ declare class MoreButtonComponent {
|
|
|
11580
11580
|
page?: number | undefined;
|
|
11581
11581
|
pageSize?: number | undefined;
|
|
11582
11582
|
name?: string | undefined;
|
|
11583
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11584
|
-
sort?: string | undefined;
|
|
11585
11583
|
text?: string | undefined;
|
|
11586
11584
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11587
11585
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11588
11586
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11589
11587
|
tab?: string | undefined;
|
|
11590
11588
|
scope?: string | undefined;
|
|
11589
|
+
sort?: string | undefined;
|
|
11591
11590
|
basket?: string | undefined;
|
|
11592
11591
|
isFirstPage?: boolean | undefined;
|
|
11593
11592
|
strictRefine?: boolean | undefined;
|
|
@@ -11601,6 +11600,7 @@ declare class MoreButtonComponent {
|
|
|
11601
11600
|
relevanceTransforms?: string | undefined;
|
|
11602
11601
|
removeDuplicates?: boolean | undefined;
|
|
11603
11602
|
queryId?: string | undefined;
|
|
11603
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11604
11604
|
orderBy?: string | undefined;
|
|
11605
11605
|
groupBy?: string | undefined;
|
|
11606
11606
|
neuralSearch?: boolean | undefined;
|
|
@@ -11994,14 +11994,13 @@ declare class FiltersBarComponent {
|
|
|
11994
11994
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11995
11995
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11996
11996
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11997
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11998
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11999
11997
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12000
11998
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12001
11999
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12002
12000
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12003
12001
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12004
12002
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12003
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12005
12004
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12006
12005
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12007
12006
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12015,6 +12014,7 @@ declare class FiltersBarComponent {
|
|
|
12015
12014
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12016
12015
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12017
12016
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12017
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12018
12018
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12019
12019
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12020
12020
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12049,14 +12049,13 @@ declare class FiltersBarComponent {
|
|
|
12049
12049
|
page?: number | undefined;
|
|
12050
12050
|
pageSize?: number | undefined;
|
|
12051
12051
|
name?: string | undefined;
|
|
12052
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12053
|
-
sort?: string | undefined;
|
|
12054
12052
|
text?: string | undefined;
|
|
12055
12053
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12056
12054
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12057
12055
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12058
12056
|
tab?: string | undefined;
|
|
12059
12057
|
scope?: string | undefined;
|
|
12058
|
+
sort?: string | undefined;
|
|
12060
12059
|
basket?: string | undefined;
|
|
12061
12060
|
isFirstPage?: boolean | undefined;
|
|
12062
12061
|
strictRefine?: boolean | undefined;
|
|
@@ -12070,6 +12069,7 @@ declare class FiltersBarComponent {
|
|
|
12070
12069
|
relevanceTransforms?: string | undefined;
|
|
12071
12070
|
removeDuplicates?: boolean | undefined;
|
|
12072
12071
|
queryId?: string | undefined;
|
|
12072
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12073
12073
|
orderBy?: string | undefined;
|
|
12074
12074
|
groupBy?: string | undefined;
|
|
12075
12075
|
neuralSearch?: boolean | undefined;
|
|
@@ -12469,14 +12469,13 @@ declare class MoreComponent {
|
|
|
12469
12469
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12470
12470
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12471
12471
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12472
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12473
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12474
12472
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12475
12473
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12476
12474
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12477
12475
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12478
12476
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12479
12477
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12478
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12480
12479
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12481
12480
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12482
12481
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12490,6 +12489,7 @@ declare class MoreComponent {
|
|
|
12490
12489
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12491
12490
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12492
12491
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12492
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12493
12493
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12494
12494
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12495
12495
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12524,14 +12524,13 @@ declare class MoreComponent {
|
|
|
12524
12524
|
page?: number | undefined;
|
|
12525
12525
|
pageSize?: number | undefined;
|
|
12526
12526
|
name?: string | undefined;
|
|
12527
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12528
|
-
sort?: string | undefined;
|
|
12529
12527
|
text?: string | undefined;
|
|
12530
12528
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12531
12529
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12532
12530
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12533
12531
|
tab?: string | undefined;
|
|
12534
12532
|
scope?: string | undefined;
|
|
12533
|
+
sort?: string | undefined;
|
|
12535
12534
|
basket?: string | undefined;
|
|
12536
12535
|
isFirstPage?: boolean | undefined;
|
|
12537
12536
|
strictRefine?: boolean | undefined;
|
|
@@ -12545,6 +12544,7 @@ declare class MoreComponent {
|
|
|
12545
12544
|
relevanceTransforms?: string | undefined;
|
|
12546
12545
|
removeDuplicates?: boolean | undefined;
|
|
12547
12546
|
queryId?: string | undefined;
|
|
12547
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12548
12548
|
orderBy?: string | undefined;
|
|
12549
12549
|
groupBy?: string | undefined;
|
|
12550
12550
|
neuralSearch?: boolean | undefined;
|
|
@@ -13148,14 +13148,13 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13148
13148
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
13149
13149
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13150
13150
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13151
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13152
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13153
13151
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13154
13152
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13155
13153
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13156
13154
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
13157
13155
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13158
13156
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13157
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13159
13158
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
13160
13159
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13161
13160
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13169,6 +13168,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13169
13168
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
13170
13169
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13171
13170
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
13171
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13172
13172
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13173
13173
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13174
13174
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13203,14 +13203,13 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13203
13203
|
page?: number | undefined;
|
|
13204
13204
|
pageSize?: number | undefined;
|
|
13205
13205
|
name?: string | undefined;
|
|
13206
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13207
|
-
sort?: string | undefined;
|
|
13208
13206
|
text?: string | undefined;
|
|
13209
13207
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13210
13208
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13211
13209
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
13212
13210
|
tab?: string | undefined;
|
|
13213
13211
|
scope?: string | undefined;
|
|
13212
|
+
sort?: string | undefined;
|
|
13214
13213
|
basket?: string | undefined;
|
|
13215
13214
|
isFirstPage?: boolean | undefined;
|
|
13216
13215
|
strictRefine?: boolean | undefined;
|
|
@@ -13224,6 +13223,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13224
13223
|
relevanceTransforms?: string | undefined;
|
|
13225
13224
|
removeDuplicates?: boolean | undefined;
|
|
13226
13225
|
queryId?: string | undefined;
|
|
13226
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13227
13227
|
orderBy?: string | undefined;
|
|
13228
13228
|
groupBy?: string | undefined;
|
|
13229
13229
|
neuralSearch?: boolean | undefined;
|
|
@@ -13739,7 +13739,7 @@ declare class UserProfileFormComponent {
|
|
|
13739
13739
|
keys: _angular_core.Signal<string[]>;
|
|
13740
13740
|
formKeys: _angular_core.Signal<string[]>;
|
|
13741
13741
|
allowProfilePhoto: _angular_core.Signal<boolean>;
|
|
13742
|
-
readonly initials: _angular_core.Signal<string
|
|
13742
|
+
readonly initials: _angular_core.Signal<string>;
|
|
13743
13743
|
username: _angular_core.Signal<string | null>;
|
|
13744
13744
|
propertyToEdit: _angular_core.WritableSignal<string | undefined>;
|
|
13745
13745
|
value: _angular_core.ModelSignal<string | undefined>;
|
|
@@ -13750,7 +13750,6 @@ declare class UserProfileFormComponent {
|
|
|
13750
13750
|
icon: Type<unknown>;
|
|
13751
13751
|
}[];
|
|
13752
13752
|
changingPassword: _angular_core.WritableSignal<boolean>;
|
|
13753
|
-
principal: _angular_core.Signal<_sinequa_atomic.Principal>;
|
|
13754
13753
|
customData: _angular_core.Signal<string[]>;
|
|
13755
13754
|
readonly allowChangePassword: _angular_core.Signal<boolean | undefined>;
|
|
13756
13755
|
constructor();
|