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