@sinequa/atomic-angular 1.0.2 → 1.2.5
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 +510 -426
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/index.d.ts +200 -159
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -114,10 +114,8 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
114
114
|
readonly el: ElementRef<any>;
|
|
115
115
|
readonly router: Router;
|
|
116
116
|
readonly queryParamStore: {
|
|
117
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
118
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
119
117
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
120
|
-
|
|
118
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
121
119
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
122
120
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
123
121
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -125,6 +123,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
125
123
|
pageSize?: _angular_core.Signal<number | 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<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
141
141
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
142
142
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
143
143
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -169,10 +169,8 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
169
169
|
}> | null;
|
|
170
170
|
getQuery: () => _sinequa_atomic.Query;
|
|
171
171
|
} & _ngrx_signals.StateSource<{
|
|
172
|
-
text?: string | undefined;
|
|
173
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
174
172
|
name?: string | undefined;
|
|
175
|
-
|
|
173
|
+
text?: string | undefined;
|
|
176
174
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
177
175
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
178
176
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -180,6 +178,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
180
178
|
pageSize?: number | 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;
|
|
@@ -250,7 +250,7 @@ declare class MetadataComponent {
|
|
|
250
250
|
event: Event;
|
|
251
251
|
}>;
|
|
252
252
|
class: _angular_core.InputSignal<string | undefined>;
|
|
253
|
-
variant: _angular_core.InputSignal<"
|
|
253
|
+
variant: _angular_core.InputSignal<"primary" | "secondary" | "outline" | null | undefined>;
|
|
254
254
|
metadata: _angular_core.InputSignal<KeyOf<Article$1> | (string & Record<never, never>)>;
|
|
255
255
|
article: _angular_core.InputSignal<Partial<Article$1> | (string & Record<never, never>)>;
|
|
256
256
|
limit: _angular_core.InputSignalWithTransform<number | undefined, string | number | undefined>;
|
|
@@ -263,10 +263,8 @@ declare class MetadataComponent {
|
|
|
263
263
|
declare class MissingTermsComponent {
|
|
264
264
|
readonly article: _angular_core.InputSignal<Article$1>;
|
|
265
265
|
queryParamsStore: {
|
|
266
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
267
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
268
266
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
269
|
-
|
|
267
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
270
268
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
271
269
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
272
270
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -274,6 +272,7 @@ declare class MissingTermsComponent {
|
|
|
274
272
|
pageSize?: _angular_core.Signal<number | 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<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
290
290
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
291
291
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
292
292
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -318,10 +318,8 @@ declare class MissingTermsComponent {
|
|
|
318
318
|
}> | null;
|
|
319
319
|
getQuery: () => _sinequa_atomic.Query;
|
|
320
320
|
} & _ngrx_signals.StateSource<{
|
|
321
|
-
text?: string | undefined;
|
|
322
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
323
321
|
name?: string | undefined;
|
|
324
|
-
|
|
322
|
+
text?: string | undefined;
|
|
325
323
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
326
324
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
327
325
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -329,6 +327,7 @@ declare class MissingTermsComponent {
|
|
|
329
327
|
pageSize?: number | 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;
|
|
@@ -1693,7 +1693,7 @@ declare const PrincipalStore: _angular_core.Type<{
|
|
|
1693
1693
|
param9: _angular_core.Signal<string>;
|
|
1694
1694
|
param10: _angular_core.Signal<string>;
|
|
1695
1695
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
1696
|
-
state: _angular_core.Signal<"error" | "
|
|
1696
|
+
state: _angular_core.Signal<"error" | "loading" | "initial" | "loaded">;
|
|
1697
1697
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
1698
1698
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
1699
1699
|
initials: _angular_core.Signal<string>;
|
|
@@ -1746,10 +1746,8 @@ type QueryParams = {
|
|
|
1746
1746
|
n?: string;
|
|
1747
1747
|
};
|
|
1748
1748
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
1749
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1750
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1751
1749
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1752
|
-
|
|
1750
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1753
1751
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1754
1752
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1755
1753
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -1757,6 +1755,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1757
1755
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1758
1756
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
1759
1757
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
1758
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1760
1759
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
1761
1760
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1762
1761
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1770,6 +1769,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1770
1769
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
1771
1770
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1772
1771
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
1772
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
1773
1773
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1774
1774
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1775
1775
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1793,10 +1793,8 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1793
1793
|
}> | null;
|
|
1794
1794
|
getQuery: () => _sinequa_atomic.Query;
|
|
1795
1795
|
} & _ngrx_signals.StateSource<{
|
|
1796
|
-
text?: string | undefined;
|
|
1797
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1798
1796
|
name?: string | undefined;
|
|
1799
|
-
|
|
1797
|
+
text?: string | undefined;
|
|
1800
1798
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1801
1799
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1802
1800
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -1804,6 +1802,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1804
1802
|
pageSize?: number | undefined;
|
|
1805
1803
|
tab?: string | undefined;
|
|
1806
1804
|
scope?: string | undefined;
|
|
1805
|
+
sort?: string | undefined;
|
|
1807
1806
|
basket?: string | undefined;
|
|
1808
1807
|
isFirstPage?: boolean | undefined;
|
|
1809
1808
|
strictRefine?: boolean | undefined;
|
|
@@ -1817,6 +1816,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1817
1816
|
relevanceTransforms?: string | undefined;
|
|
1818
1817
|
removeDuplicates?: boolean | undefined;
|
|
1819
1818
|
queryId?: string | undefined;
|
|
1819
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1820
1820
|
orderBy?: string | undefined;
|
|
1821
1821
|
groupBy?: string | undefined;
|
|
1822
1822
|
neuralSearch?: boolean | undefined;
|
|
@@ -1826,10 +1826,8 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1826
1826
|
}>>;
|
|
1827
1827
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
1828
1828
|
state: {
|
|
1829
|
-
text?: string | undefined;
|
|
1830
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1831
1829
|
name?: string | undefined;
|
|
1832
|
-
|
|
1830
|
+
text?: string | undefined;
|
|
1833
1831
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1834
1832
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1835
1833
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -1837,6 +1835,7 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
1837
1835
|
pageSize?: number | undefined;
|
|
1838
1836
|
tab?: string | undefined;
|
|
1839
1837
|
scope?: string | undefined;
|
|
1838
|
+
sort?: string | undefined;
|
|
1840
1839
|
basket?: string | undefined;
|
|
1841
1840
|
isFirstPage?: boolean | undefined;
|
|
1842
1841
|
strictRefine?: boolean | undefined;
|
|
@@ -1850,6 +1849,7 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
1850
1849
|
relevanceTransforms?: string | undefined;
|
|
1851
1850
|
removeDuplicates?: boolean | undefined;
|
|
1852
1851
|
queryId?: string | undefined;
|
|
1852
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1853
1853
|
orderBy?: string | undefined;
|
|
1854
1854
|
groupBy?: string | undefined;
|
|
1855
1855
|
neuralSearch?: boolean | undefined;
|
|
@@ -2575,10 +2575,8 @@ declare class AggregationsService {
|
|
|
2575
2575
|
aggregations: Aggregation[];
|
|
2576
2576
|
}>;
|
|
2577
2577
|
queryParamsStore: {
|
|
2578
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2579
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2580
2578
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2581
|
-
|
|
2579
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2582
2580
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2583
2581
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2584
2582
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -2586,6 +2584,7 @@ declare class AggregationsService {
|
|
|
2586
2584
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2587
2585
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
2588
2586
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
2587
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2589
2588
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
2590
2589
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2591
2590
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2599,6 +2598,7 @@ declare class AggregationsService {
|
|
|
2599
2598
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
2600
2599
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2601
2600
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
2601
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
2602
2602
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2603
2603
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2604
2604
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2630,10 +2630,8 @@ declare class AggregationsService {
|
|
|
2630
2630
|
}> | null;
|
|
2631
2631
|
getQuery: () => Query;
|
|
2632
2632
|
} & _ngrx_signals.StateSource<{
|
|
2633
|
-
text?: string | undefined;
|
|
2634
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2635
2633
|
name?: string | undefined;
|
|
2636
|
-
|
|
2634
|
+
text?: string | undefined;
|
|
2637
2635
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2638
2636
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2639
2637
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -2641,6 +2639,7 @@ declare class AggregationsService {
|
|
|
2641
2639
|
pageSize?: number | undefined;
|
|
2642
2640
|
tab?: string | undefined;
|
|
2643
2641
|
scope?: string | undefined;
|
|
2642
|
+
sort?: string | undefined;
|
|
2644
2643
|
basket?: string | undefined;
|
|
2645
2644
|
isFirstPage?: boolean | undefined;
|
|
2646
2645
|
strictRefine?: boolean | undefined;
|
|
@@ -2654,6 +2653,7 @@ declare class AggregationsService {
|
|
|
2654
2653
|
relevanceTransforms?: string | undefined;
|
|
2655
2654
|
removeDuplicates?: boolean | undefined;
|
|
2656
2655
|
queryId?: string | undefined;
|
|
2656
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2657
2657
|
orderBy?: string | undefined;
|
|
2658
2658
|
groupBy?: string | undefined;
|
|
2659
2659
|
neuralSearch?: boolean | undefined;
|
|
@@ -2715,6 +2715,10 @@ declare class AggregationsService {
|
|
|
2715
2715
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AggregationsService>;
|
|
2716
2716
|
}
|
|
2717
2717
|
|
|
2718
|
+
/**
|
|
2719
|
+
* @deprecated Use `fetchApp()` from `@sinequa/atomic` instead, which accepts an optional `appName` argument.
|
|
2720
|
+
* This service will be removed in a future version.
|
|
2721
|
+
*/
|
|
2718
2722
|
declare class AppService {
|
|
2719
2723
|
protected readonly http: HttpClient;
|
|
2720
2724
|
protected readonly API_URL: string;
|
|
@@ -2830,7 +2834,7 @@ declare class ApplicationService {
|
|
|
2830
2834
|
param9: _angular_core.Signal<string>;
|
|
2831
2835
|
param10: _angular_core.Signal<string>;
|
|
2832
2836
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
2833
|
-
state: _angular_core.Signal<"error" | "
|
|
2837
|
+
state: _angular_core.Signal<"error" | "loading" | "initial" | "loaded">;
|
|
2834
2838
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
2835
2839
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
2836
2840
|
initials: _angular_core.Signal<string>;
|
|
@@ -4264,10 +4268,8 @@ declare class PreviewService {
|
|
|
4264
4268
|
multiSelection: Article$1[];
|
|
4265
4269
|
}>;
|
|
4266
4270
|
protected readonly queryParamsStore: {
|
|
4267
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4268
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4269
4271
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4270
|
-
|
|
4272
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4271
4273
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4272
4274
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4273
4275
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -4275,6 +4277,7 @@ declare class PreviewService {
|
|
|
4275
4277
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4276
4278
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4277
4279
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4280
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4278
4281
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4279
4282
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4280
4283
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4288,6 +4291,7 @@ declare class PreviewService {
|
|
|
4288
4291
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4289
4292
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4290
4293
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4294
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
4291
4295
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4292
4296
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4293
4297
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4319,10 +4323,8 @@ declare class PreviewService {
|
|
|
4319
4323
|
}> | null;
|
|
4320
4324
|
getQuery: () => Query;
|
|
4321
4325
|
} & _ngrx_signals.StateSource<{
|
|
4322
|
-
text?: string | undefined;
|
|
4323
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4324
4326
|
name?: string | undefined;
|
|
4325
|
-
|
|
4327
|
+
text?: string | undefined;
|
|
4326
4328
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4327
4329
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4328
4330
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -4330,6 +4332,7 @@ declare class PreviewService {
|
|
|
4330
4332
|
pageSize?: number | undefined;
|
|
4331
4333
|
tab?: string | undefined;
|
|
4332
4334
|
scope?: string | undefined;
|
|
4335
|
+
sort?: string | undefined;
|
|
4333
4336
|
basket?: string | undefined;
|
|
4334
4337
|
isFirstPage?: boolean | undefined;
|
|
4335
4338
|
strictRefine?: boolean | undefined;
|
|
@@ -4343,6 +4346,7 @@ declare class PreviewService {
|
|
|
4343
4346
|
relevanceTransforms?: string | undefined;
|
|
4344
4347
|
removeDuplicates?: boolean | undefined;
|
|
4345
4348
|
queryId?: string | undefined;
|
|
4349
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4346
4350
|
orderBy?: string | undefined;
|
|
4347
4351
|
groupBy?: string | undefined;
|
|
4348
4352
|
neuralSearch?: boolean | undefined;
|
|
@@ -4893,10 +4897,8 @@ declare class SavedSearchesService {
|
|
|
4893
4897
|
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
4894
4898
|
}>;
|
|
4895
4899
|
protected readonly queryParamsStore: {
|
|
4896
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4897
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4898
4900
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4899
|
-
|
|
4901
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4900
4902
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4901
4903
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4902
4904
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -4904,6 +4906,7 @@ declare class SavedSearchesService {
|
|
|
4904
4906
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4905
4907
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4906
4908
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4909
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4907
4910
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4908
4911
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4909
4912
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4917,6 +4920,7 @@ declare class SavedSearchesService {
|
|
|
4917
4920
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4918
4921
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4919
4922
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4923
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
4920
4924
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4921
4925
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4922
4926
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4948,10 +4952,8 @@ declare class SavedSearchesService {
|
|
|
4948
4952
|
}> | null;
|
|
4949
4953
|
getQuery: () => _sinequa_atomic.Query;
|
|
4950
4954
|
} & _ngrx_signals.StateSource<{
|
|
4951
|
-
text?: string | undefined;
|
|
4952
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4953
4955
|
name?: string | undefined;
|
|
4954
|
-
|
|
4956
|
+
text?: string | undefined;
|
|
4955
4957
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4956
4958
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4957
4959
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -4959,6 +4961,7 @@ declare class SavedSearchesService {
|
|
|
4959
4961
|
pageSize?: number | undefined;
|
|
4960
4962
|
tab?: string | undefined;
|
|
4961
4963
|
scope?: string | undefined;
|
|
4964
|
+
sort?: string | undefined;
|
|
4962
4965
|
basket?: string | undefined;
|
|
4963
4966
|
isFirstPage?: boolean | undefined;
|
|
4964
4967
|
strictRefine?: boolean | undefined;
|
|
@@ -4972,6 +4975,7 @@ declare class SavedSearchesService {
|
|
|
4972
4975
|
relevanceTransforms?: string | undefined;
|
|
4973
4976
|
removeDuplicates?: boolean | undefined;
|
|
4974
4977
|
queryId?: string | undefined;
|
|
4978
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4975
4979
|
orderBy?: string | undefined;
|
|
4976
4980
|
groupBy?: string | undefined;
|
|
4977
4981
|
neuralSearch?: boolean | undefined;
|
|
@@ -5034,10 +5038,8 @@ declare class SearchService {
|
|
|
5034
5038
|
result: Result;
|
|
5035
5039
|
audit?: AuditEvents;
|
|
5036
5040
|
protected readonly queryParamsStore: {
|
|
5037
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5038
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5039
5041
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5040
|
-
|
|
5042
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5041
5043
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5042
5044
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5043
5045
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -5045,6 +5047,7 @@ declare class SearchService {
|
|
|
5045
5047
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5046
5048
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5047
5049
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5050
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5048
5051
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5049
5052
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5050
5053
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5058,6 +5061,7 @@ declare class SearchService {
|
|
|
5058
5061
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5059
5062
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5060
5063
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5064
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
5061
5065
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5062
5066
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5063
5067
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5089,10 +5093,8 @@ declare class SearchService {
|
|
|
5089
5093
|
}> | null;
|
|
5090
5094
|
getQuery: () => Query;
|
|
5091
5095
|
} & _ngrx_signals.StateSource<{
|
|
5092
|
-
text?: string | undefined;
|
|
5093
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5094
5096
|
name?: string | undefined;
|
|
5095
|
-
|
|
5097
|
+
text?: string | undefined;
|
|
5096
5098
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5097
5099
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5098
5100
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -5100,6 +5102,7 @@ declare class SearchService {
|
|
|
5100
5102
|
pageSize?: number | undefined;
|
|
5101
5103
|
tab?: string | undefined;
|
|
5102
5104
|
scope?: string | undefined;
|
|
5105
|
+
sort?: string | undefined;
|
|
5103
5106
|
basket?: string | undefined;
|
|
5104
5107
|
isFirstPage?: boolean | undefined;
|
|
5105
5108
|
strictRefine?: boolean | undefined;
|
|
@@ -5113,6 +5116,7 @@ declare class SearchService {
|
|
|
5113
5116
|
relevanceTransforms?: string | undefined;
|
|
5114
5117
|
removeDuplicates?: boolean | undefined;
|
|
5115
5118
|
queryId?: string | undefined;
|
|
5119
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5116
5120
|
orderBy?: string | undefined;
|
|
5117
5121
|
groupBy?: string | undefined;
|
|
5118
5122
|
neuralSearch?: boolean | undefined;
|
|
@@ -5225,10 +5229,8 @@ declare class SelectionService {
|
|
|
5225
5229
|
private readonly location;
|
|
5226
5230
|
private readonly selectionStore;
|
|
5227
5231
|
queryParamsStore: {
|
|
5228
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5229
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5230
5232
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5231
|
-
|
|
5233
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5232
5234
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5233
5235
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5234
5236
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -5236,6 +5238,7 @@ declare class SelectionService {
|
|
|
5236
5238
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5237
5239
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5238
5240
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5241
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5239
5242
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5240
5243
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5241
5244
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5249,6 +5252,7 @@ declare class SelectionService {
|
|
|
5249
5252
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5250
5253
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5251
5254
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5255
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
5252
5256
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5253
5257
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5254
5258
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5280,10 +5284,8 @@ declare class SelectionService {
|
|
|
5280
5284
|
}> | null;
|
|
5281
5285
|
getQuery: () => _sinequa_atomic.Query;
|
|
5282
5286
|
} & _ngrx_signals.StateSource<{
|
|
5283
|
-
text?: string | undefined;
|
|
5284
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5285
5287
|
name?: string | undefined;
|
|
5286
|
-
|
|
5288
|
+
text?: string | undefined;
|
|
5287
5289
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5288
5290
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5289
5291
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -5291,6 +5293,7 @@ declare class SelectionService {
|
|
|
5291
5293
|
pageSize?: number | undefined;
|
|
5292
5294
|
tab?: string | undefined;
|
|
5293
5295
|
scope?: string | undefined;
|
|
5296
|
+
sort?: string | undefined;
|
|
5294
5297
|
basket?: string | undefined;
|
|
5295
5298
|
isFirstPage?: boolean | undefined;
|
|
5296
5299
|
strictRefine?: boolean | undefined;
|
|
@@ -5304,6 +5307,7 @@ declare class SelectionService {
|
|
|
5304
5307
|
relevanceTransforms?: string | undefined;
|
|
5305
5308
|
removeDuplicates?: boolean | undefined;
|
|
5306
5309
|
queryId?: string | undefined;
|
|
5310
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5307
5311
|
orderBy?: string | undefined;
|
|
5308
5312
|
groupBy?: string | undefined;
|
|
5309
5313
|
neuralSearch?: boolean | undefined;
|
|
@@ -5449,10 +5453,8 @@ declare class NavbarTabsComponent {
|
|
|
5449
5453
|
readonly router: Router;
|
|
5450
5454
|
readonly route: ActivatedRoute;
|
|
5451
5455
|
readonly queryParamsStore: {
|
|
5452
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5453
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5454
5456
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5455
|
-
|
|
5457
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5456
5458
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5457
5459
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5458
5460
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -5460,6 +5462,7 @@ declare class NavbarTabsComponent {
|
|
|
5460
5462
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5461
5463
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5462
5464
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5465
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5463
5466
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5464
5467
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5465
5468
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5473,6 +5476,7 @@ declare class NavbarTabsComponent {
|
|
|
5473
5476
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5474
5477
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5475
5478
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5479
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
5476
5480
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5477
5481
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5478
5482
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5504,10 +5508,8 @@ declare class NavbarTabsComponent {
|
|
|
5504
5508
|
}> | null;
|
|
5505
5509
|
getQuery: () => _sinequa_atomic.Query;
|
|
5506
5510
|
} & _ngrx_signals.StateSource<{
|
|
5507
|
-
text?: string | undefined;
|
|
5508
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5509
5511
|
name?: string | undefined;
|
|
5510
|
-
|
|
5512
|
+
text?: string | undefined;
|
|
5511
5513
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5512
5514
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5513
5515
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -5515,6 +5517,7 @@ declare class NavbarTabsComponent {
|
|
|
5515
5517
|
pageSize?: number | undefined;
|
|
5516
5518
|
tab?: string | undefined;
|
|
5517
5519
|
scope?: string | undefined;
|
|
5520
|
+
sort?: string | undefined;
|
|
5518
5521
|
basket?: string | undefined;
|
|
5519
5522
|
isFirstPage?: boolean | undefined;
|
|
5520
5523
|
strictRefine?: boolean | undefined;
|
|
@@ -5528,6 +5531,7 @@ declare class NavbarTabsComponent {
|
|
|
5528
5531
|
relevanceTransforms?: string | undefined;
|
|
5529
5532
|
removeDuplicates?: boolean | undefined;
|
|
5530
5533
|
queryId?: string | undefined;
|
|
5534
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5531
5535
|
orderBy?: string | undefined;
|
|
5532
5536
|
groupBy?: string | undefined;
|
|
5533
5537
|
neuralSearch?: boolean | undefined;
|
|
@@ -5912,7 +5916,7 @@ declare class SourceComponent {
|
|
|
5912
5916
|
readonly iconDetails: _angular_core.Signal<{
|
|
5913
5917
|
iconClass: string;
|
|
5914
5918
|
iconPath?: string;
|
|
5915
|
-
}
|
|
5919
|
+
}>;
|
|
5916
5920
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SourceComponent, never>;
|
|
5917
5921
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SourceComponent, "source, Source", never, { "collection": { "alias": "collection"; "required": false; "isSignal": true; }; "connector": { "alias": "connector"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
5918
5922
|
}
|
|
@@ -6674,10 +6678,8 @@ declare class SponsoredResultsComponent {
|
|
|
6674
6678
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
6675
6679
|
}>;
|
|
6676
6680
|
queryParamStore: {
|
|
6677
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6678
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6679
6681
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6680
|
-
|
|
6682
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6681
6683
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6682
6684
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6683
6685
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -6685,6 +6687,7 @@ declare class SponsoredResultsComponent {
|
|
|
6685
6687
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6686
6688
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6687
6689
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6690
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6688
6691
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6689
6692
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6690
6693
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6698,6 +6701,7 @@ declare class SponsoredResultsComponent {
|
|
|
6698
6701
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
6699
6702
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6700
6703
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
6704
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
6701
6705
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6702
6706
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6703
6707
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6729,10 +6733,8 @@ declare class SponsoredResultsComponent {
|
|
|
6729
6733
|
}> | null;
|
|
6730
6734
|
getQuery: () => _sinequa_atomic.Query;
|
|
6731
6735
|
} & _ngrx_signals.StateSource<{
|
|
6732
|
-
text?: string | undefined;
|
|
6733
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6734
6736
|
name?: string | undefined;
|
|
6735
|
-
|
|
6737
|
+
text?: string | undefined;
|
|
6736
6738
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6737
6739
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6738
6740
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -6740,6 +6742,7 @@ declare class SponsoredResultsComponent {
|
|
|
6740
6742
|
pageSize?: number | undefined;
|
|
6741
6743
|
tab?: string | undefined;
|
|
6742
6744
|
scope?: string | undefined;
|
|
6745
|
+
sort?: string | undefined;
|
|
6743
6746
|
basket?: string | undefined;
|
|
6744
6747
|
isFirstPage?: boolean | undefined;
|
|
6745
6748
|
strictRefine?: boolean | undefined;
|
|
@@ -6753,6 +6756,7 @@ declare class SponsoredResultsComponent {
|
|
|
6753
6756
|
relevanceTransforms?: string | undefined;
|
|
6754
6757
|
removeDuplicates?: boolean | undefined;
|
|
6755
6758
|
queryId?: string | undefined;
|
|
6759
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6756
6760
|
orderBy?: string | undefined;
|
|
6757
6761
|
groupBy?: string | undefined;
|
|
6758
6762
|
neuralSearch?: boolean | undefined;
|
|
@@ -7007,10 +7011,8 @@ declare class AggregationListComponent {
|
|
|
7007
7011
|
aggregations: Aggregation[];
|
|
7008
7012
|
}>;
|
|
7009
7013
|
queryParamsStore: {
|
|
7010
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7011
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7012
7014
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7013
|
-
|
|
7015
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7014
7016
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7015
7017
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7016
7018
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -7018,6 +7020,7 @@ declare class AggregationListComponent {
|
|
|
7018
7020
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7019
7021
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7020
7022
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7023
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7021
7024
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7022
7025
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7023
7026
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7031,6 +7034,7 @@ declare class AggregationListComponent {
|
|
|
7031
7034
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7032
7035
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7033
7036
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7037
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
7034
7038
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7035
7039
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7036
7040
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7062,10 +7066,8 @@ declare class AggregationListComponent {
|
|
|
7062
7066
|
}> | null;
|
|
7063
7067
|
getQuery: () => Query;
|
|
7064
7068
|
} & _ngrx_signals.StateSource<{
|
|
7065
|
-
text?: string | undefined;
|
|
7066
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7067
7069
|
name?: string | undefined;
|
|
7068
|
-
|
|
7070
|
+
text?: string | undefined;
|
|
7069
7071
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7070
7072
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7071
7073
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -7073,6 +7075,7 @@ declare class AggregationListComponent {
|
|
|
7073
7075
|
pageSize?: number | undefined;
|
|
7074
7076
|
tab?: string | undefined;
|
|
7075
7077
|
scope?: string | undefined;
|
|
7078
|
+
sort?: string | undefined;
|
|
7076
7079
|
basket?: string | undefined;
|
|
7077
7080
|
isFirstPage?: boolean | undefined;
|
|
7078
7081
|
strictRefine?: boolean | undefined;
|
|
@@ -7086,6 +7089,7 @@ declare class AggregationListComponent {
|
|
|
7086
7089
|
relevanceTransforms?: string | undefined;
|
|
7087
7090
|
removeDuplicates?: boolean | undefined;
|
|
7088
7091
|
queryId?: string | undefined;
|
|
7092
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7089
7093
|
orderBy?: string | undefined;
|
|
7090
7094
|
groupBy?: string | undefined;
|
|
7091
7095
|
neuralSearch?: boolean | undefined;
|
|
@@ -7158,7 +7162,11 @@ declare class AggregationListComponent {
|
|
|
7158
7162
|
};
|
|
7159
7163
|
dark?: {
|
|
7160
7164
|
small?: string;
|
|
7161
|
-
large
|
|
7165
|
+
large? /**
|
|
7166
|
+
* A computed signal that tracks the collapsed state of the component.
|
|
7167
|
+
* This signal is linked to the `collapsed()` signal and automatically updates
|
|
7168
|
+
* when the collapsed state changes.
|
|
7169
|
+
*/: string;
|
|
7162
7170
|
sidebar?: string;
|
|
7163
7171
|
};
|
|
7164
7172
|
};
|
|
@@ -7220,7 +7228,11 @@ declare class AggregationListComponent {
|
|
|
7220
7228
|
};
|
|
7221
7229
|
dark?: {
|
|
7222
7230
|
small?: string;
|
|
7223
|
-
large
|
|
7231
|
+
large? /**
|
|
7232
|
+
* A computed signal that tracks the collapsed state of the component.
|
|
7233
|
+
* This signal is linked to the `collapsed()` signal and automatically updates
|
|
7234
|
+
* when the collapsed state changes.
|
|
7235
|
+
*/: string;
|
|
7224
7236
|
sidebar?: string;
|
|
7225
7237
|
};
|
|
7226
7238
|
};
|
|
@@ -7351,7 +7363,11 @@ declare class AggregationListComponent {
|
|
|
7351
7363
|
};
|
|
7352
7364
|
dark?: {
|
|
7353
7365
|
small?: string;
|
|
7354
|
-
large
|
|
7366
|
+
large? /**
|
|
7367
|
+
* A computed signal that tracks the collapsed state of the component.
|
|
7368
|
+
* This signal is linked to the `collapsed()` signal and automatically updates
|
|
7369
|
+
* when the collapsed state changes.
|
|
7370
|
+
*/: string;
|
|
7355
7371
|
sidebar?: string;
|
|
7356
7372
|
};
|
|
7357
7373
|
};
|
|
@@ -7551,8 +7567,9 @@ declare class AggregationListComponent {
|
|
|
7551
7567
|
*/
|
|
7552
7568
|
private selectItems;
|
|
7553
7569
|
onToggle(event: Event): void;
|
|
7570
|
+
protected clearSearch(e: Event): void;
|
|
7554
7571
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationListComponent, never>;
|
|
7555
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationListComponent, "AggregationList, aggregation-list, aggregationlist", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "column": { "alias": "column"; "required": true; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "showFiltersCount": { "alias": "showFiltersCount"; "required": false; "isSignal": true; }; "searchText": { "alias": "searchText"; "required": false; "isSignal": true; }; }, { "onSelect": "onSelect"; "onApply": "onApply"; "onClear": "onClear"; "searchText": "searchTextChange"; }, never, ["label"], true, never>;
|
|
7572
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationListComponent, "AggregationList, aggregation-list, aggregationlist", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "column": { "alias": "column"; "required": true; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "showFiltersCount": { "alias": "showFiltersCount"; "required": false; "isSignal": true; }; "searchText": { "alias": "searchText"; "required": false; "isSignal": true; }; }, { "onSelect": "onSelect"; "onApply": "onApply"; "onClear": "onClear"; "searchText": "searchTextChange"; }, never, ["label", "*"], true, never>;
|
|
7556
7573
|
}
|
|
7557
7574
|
|
|
7558
7575
|
declare class AggregationDateComponent extends AggregationListComponent {
|
|
@@ -7584,6 +7601,7 @@ declare class AggregationDateComponent extends AggregationListComponent {
|
|
|
7584
7601
|
protected selectAndOpenDialog(): void;
|
|
7585
7602
|
protected onRangeSelected(range: DateRange): void;
|
|
7586
7603
|
private updateForm;
|
|
7604
|
+
private toEndOfDay;
|
|
7587
7605
|
private getFormValueFilter;
|
|
7588
7606
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationDateComponent, never>;
|
|
7589
7607
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationDateComponent, "aggregation-date, AggregationDate, aggregationdate", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "displayEmptyDistributionIntervals": { "alias": "displayEmptyDistributionIntervals"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; }, {}, never, ["label"], true, never>;
|
|
@@ -7628,10 +7646,8 @@ declare class AdvancedSearch {
|
|
|
7628
7646
|
multiSelection: Article$1[];
|
|
7629
7647
|
}>;
|
|
7630
7648
|
protected readonly queryParamsStore: {
|
|
7631
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7632
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7633
7649
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7634
|
-
|
|
7650
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7635
7651
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7636
7652
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7637
7653
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -7639,6 +7655,7 @@ declare class AdvancedSearch {
|
|
|
7639
7655
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7640
7656
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7641
7657
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7658
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7642
7659
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7643
7660
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7644
7661
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7652,6 +7669,7 @@ declare class AdvancedSearch {
|
|
|
7652
7669
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7653
7670
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7654
7671
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7672
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
7655
7673
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7656
7674
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7657
7675
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7683,10 +7701,8 @@ declare class AdvancedSearch {
|
|
|
7683
7701
|
}> | null;
|
|
7684
7702
|
getQuery: () => _sinequa_atomic.Query;
|
|
7685
7703
|
} & _ngrx_signals.StateSource<{
|
|
7686
|
-
text?: string | undefined;
|
|
7687
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7688
7704
|
name?: string | undefined;
|
|
7689
|
-
|
|
7705
|
+
text?: string | undefined;
|
|
7690
7706
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7691
7707
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7692
7708
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -7694,6 +7710,7 @@ declare class AdvancedSearch {
|
|
|
7694
7710
|
pageSize?: number | undefined;
|
|
7695
7711
|
tab?: string | undefined;
|
|
7696
7712
|
scope?: string | undefined;
|
|
7713
|
+
sort?: string | undefined;
|
|
7697
7714
|
basket?: string | undefined;
|
|
7698
7715
|
isFirstPage?: boolean | undefined;
|
|
7699
7716
|
strictRefine?: boolean | undefined;
|
|
@@ -7707,6 +7724,7 @@ declare class AdvancedSearch {
|
|
|
7707
7724
|
relevanceTransforms?: string | undefined;
|
|
7708
7725
|
removeDuplicates?: boolean | undefined;
|
|
7709
7726
|
queryId?: string | undefined;
|
|
7727
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7710
7728
|
orderBy?: string | undefined;
|
|
7711
7729
|
groupBy?: string | undefined;
|
|
7712
7730
|
neuralSearch?: boolean | undefined;
|
|
@@ -8092,10 +8110,8 @@ declare class ArticleLabels {
|
|
|
8092
8110
|
|
|
8093
8111
|
declare class ArticleSimilarDocuments {
|
|
8094
8112
|
protected readonly queryParamsStore: {
|
|
8095
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8096
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8097
8113
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8098
|
-
|
|
8114
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8099
8115
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8100
8116
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8101
8117
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -8103,6 +8119,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8103
8119
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8104
8120
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8105
8121
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8122
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8106
8123
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8107
8124
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8108
8125
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8116,6 +8133,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8116
8133
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8117
8134
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8118
8135
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8136
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
8119
8137
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8120
8138
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8121
8139
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8147,10 +8165,8 @@ declare class ArticleSimilarDocuments {
|
|
|
8147
8165
|
}> | null;
|
|
8148
8166
|
getQuery: () => _sinequa_atomic.Query;
|
|
8149
8167
|
} & _ngrx_signals.StateSource<{
|
|
8150
|
-
text?: string | undefined;
|
|
8151
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8152
8168
|
name?: string | undefined;
|
|
8153
|
-
|
|
8169
|
+
text?: string | undefined;
|
|
8154
8170
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8155
8171
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8156
8172
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -8158,6 +8174,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8158
8174
|
pageSize?: number | undefined;
|
|
8159
8175
|
tab?: string | undefined;
|
|
8160
8176
|
scope?: string | undefined;
|
|
8177
|
+
sort?: string | undefined;
|
|
8161
8178
|
basket?: string | undefined;
|
|
8162
8179
|
isFirstPage?: boolean | undefined;
|
|
8163
8180
|
strictRefine?: boolean | undefined;
|
|
@@ -8171,6 +8188,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8171
8188
|
relevanceTransforms?: string | undefined;
|
|
8172
8189
|
removeDuplicates?: boolean | undefined;
|
|
8173
8190
|
queryId?: string | undefined;
|
|
8191
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8174
8192
|
orderBy?: string | undefined;
|
|
8175
8193
|
groupBy?: string | undefined;
|
|
8176
8194
|
neuralSearch?: boolean | undefined;
|
|
@@ -8367,6 +8385,8 @@ declare class SignInComponent {
|
|
|
8367
8385
|
}
|
|
8368
8386
|
|
|
8369
8387
|
declare class BookmarkButtonComponent {
|
|
8388
|
+
variant: _angular_core.InputSignal<"default" | "none" | "destructive" | "icon" | "ghost" | "primary" | "secondary" | "outline" | "ai" | "link" | "accent" | "tertiary" | "light-accent" | null | undefined>;
|
|
8389
|
+
size: _angular_core.InputSignal<"icon" | "sm" | "md" | "lg" | "xs" | null | undefined>;
|
|
8370
8390
|
readonly article: _angular_core.InputSignal<Partial<Article$1>>;
|
|
8371
8391
|
private readonly userSettingsStore;
|
|
8372
8392
|
private readonly route;
|
|
@@ -8375,7 +8395,7 @@ declare class BookmarkButtonComponent {
|
|
|
8375
8395
|
protected title: _angular_core.Signal<string>;
|
|
8376
8396
|
bookmark(e: Event): Promise<void>;
|
|
8377
8397
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BookmarkButtonComponent, never>;
|
|
8378
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BookmarkButtonComponent, "bookmark-button, bookmarkbutton, BookmarkButton", never, { "article": { "alias": "article"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8398
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BookmarkButtonComponent, "bookmark-button, bookmarkbutton, BookmarkButton", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "article": { "alias": "article"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8379
8399
|
}
|
|
8380
8400
|
|
|
8381
8401
|
type BookmarksConfig = {
|
|
@@ -8460,7 +8480,7 @@ declare class CollectionsDialog implements DialogInterface {
|
|
|
8460
8480
|
readonly removedFromCollection: _angular_core.WritableSignal<boolean>;
|
|
8461
8481
|
readonly addedToCollection: _angular_core.WritableSignal<boolean>;
|
|
8462
8482
|
readonly collections: _angular_core.Signal<Basket[]>;
|
|
8463
|
-
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "some" | "
|
|
8483
|
+
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "some" | "all" | "none">>;
|
|
8464
8484
|
open(article: Article$1 | Article$1[]): void;
|
|
8465
8485
|
containsArticleByName(collectionName: string): boolean;
|
|
8466
8486
|
containsArticle(collection: Basket): "all" | "some" | "none";
|
|
@@ -8754,10 +8774,8 @@ declare class AdvancedSearchComponent {
|
|
|
8754
8774
|
multiSelection: Article$1[];
|
|
8755
8775
|
}>;
|
|
8756
8776
|
protected readonly queryParamsStore: {
|
|
8757
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8758
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8759
8777
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8760
|
-
|
|
8778
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8761
8779
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8762
8780
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8763
8781
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -8765,6 +8783,7 @@ declare class AdvancedSearchComponent {
|
|
|
8765
8783
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8766
8784
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8767
8785
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8786
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8768
8787
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8769
8788
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8770
8789
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8778,6 +8797,7 @@ declare class AdvancedSearchComponent {
|
|
|
8778
8797
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8779
8798
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8780
8799
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8800
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
8781
8801
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8782
8802
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8783
8803
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8809,10 +8829,8 @@ declare class AdvancedSearchComponent {
|
|
|
8809
8829
|
}> | null;
|
|
8810
8830
|
getQuery: () => _sinequa_atomic.Query;
|
|
8811
8831
|
} & _ngrx_signals.StateSource<{
|
|
8812
|
-
text?: string | undefined;
|
|
8813
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8814
8832
|
name?: string | undefined;
|
|
8815
|
-
|
|
8833
|
+
text?: string | undefined;
|
|
8816
8834
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8817
8835
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8818
8836
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -8820,6 +8838,7 @@ declare class AdvancedSearchComponent {
|
|
|
8820
8838
|
pageSize?: number | undefined;
|
|
8821
8839
|
tab?: string | undefined;
|
|
8822
8840
|
scope?: string | undefined;
|
|
8841
|
+
sort?: string | undefined;
|
|
8823
8842
|
basket?: string | undefined;
|
|
8824
8843
|
isFirstPage?: boolean | undefined;
|
|
8825
8844
|
strictRefine?: boolean | undefined;
|
|
@@ -8833,6 +8852,7 @@ declare class AdvancedSearchComponent {
|
|
|
8833
8852
|
relevanceTransforms?: string | undefined;
|
|
8834
8853
|
removeDuplicates?: boolean | undefined;
|
|
8835
8854
|
queryId?: string | undefined;
|
|
8855
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8836
8856
|
orderBy?: string | undefined;
|
|
8837
8857
|
groupBy?: string | undefined;
|
|
8838
8858
|
neuralSearch?: boolean | undefined;
|
|
@@ -9210,10 +9230,8 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9210
9230
|
multiSelection: _sinequa_atomic.Article[];
|
|
9211
9231
|
}>;
|
|
9212
9232
|
queryParamsStore: {
|
|
9213
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9214
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9215
9233
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9216
|
-
|
|
9234
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9217
9235
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9218
9236
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9219
9237
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9221,6 +9239,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9221
9239
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9222
9240
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9223
9241
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9242
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9224
9243
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9225
9244
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9226
9245
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9234,6 +9253,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9234
9253
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9235
9254
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9236
9255
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9256
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9237
9257
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9238
9258
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9239
9259
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9265,10 +9285,8 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9265
9285
|
}> | null;
|
|
9266
9286
|
getQuery: () => _sinequa_atomic.Query;
|
|
9267
9287
|
} & _ngrx_signals.StateSource<{
|
|
9268
|
-
text?: string | undefined;
|
|
9269
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9270
9288
|
name?: string | undefined;
|
|
9271
|
-
|
|
9289
|
+
text?: string | undefined;
|
|
9272
9290
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9273
9291
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9274
9292
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9276,6 +9294,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9276
9294
|
pageSize?: number | undefined;
|
|
9277
9295
|
tab?: string | undefined;
|
|
9278
9296
|
scope?: string | undefined;
|
|
9297
|
+
sort?: string | undefined;
|
|
9279
9298
|
basket?: string | undefined;
|
|
9280
9299
|
isFirstPage?: boolean | undefined;
|
|
9281
9300
|
strictRefine?: boolean | undefined;
|
|
@@ -9289,6 +9308,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9289
9308
|
relevanceTransforms?: string | undefined;
|
|
9290
9309
|
removeDuplicates?: boolean | undefined;
|
|
9291
9310
|
queryId?: string | undefined;
|
|
9311
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9292
9312
|
orderBy?: string | undefined;
|
|
9293
9313
|
groupBy?: string | undefined;
|
|
9294
9314
|
neuralSearch?: boolean | undefined;
|
|
@@ -9408,10 +9428,8 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9408
9428
|
private appStore;
|
|
9409
9429
|
readonly exportService: ExportService;
|
|
9410
9430
|
readonly queryParamsStore: {
|
|
9411
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9412
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9413
9431
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9414
|
-
|
|
9432
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9415
9433
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9416
9434
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9417
9435
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9419,6 +9437,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9419
9437
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9420
9438
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9421
9439
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9440
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9422
9441
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9423
9442
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9424
9443
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9432,6 +9451,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9432
9451
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9433
9452
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9434
9453
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9454
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9435
9455
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9436
9456
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9437
9457
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9463,10 +9483,8 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9463
9483
|
}> | null;
|
|
9464
9484
|
getQuery: () => _sinequa_atomic.Query;
|
|
9465
9485
|
} & _ngrx_signals.StateSource<{
|
|
9466
|
-
text?: string | undefined;
|
|
9467
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9468
9486
|
name?: string | undefined;
|
|
9469
|
-
|
|
9487
|
+
text?: string | undefined;
|
|
9470
9488
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9471
9489
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9472
9490
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9474,6 +9492,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9474
9492
|
pageSize?: number | undefined;
|
|
9475
9493
|
tab?: string | undefined;
|
|
9476
9494
|
scope?: string | undefined;
|
|
9495
|
+
sort?: string | undefined;
|
|
9477
9496
|
basket?: string | undefined;
|
|
9478
9497
|
isFirstPage?: boolean | undefined;
|
|
9479
9498
|
strictRefine?: boolean | undefined;
|
|
@@ -9487,6 +9506,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9487
9506
|
relevanceTransforms?: string | undefined;
|
|
9488
9507
|
removeDuplicates?: boolean | undefined;
|
|
9489
9508
|
queryId?: string | undefined;
|
|
9509
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9490
9510
|
orderBy?: string | undefined;
|
|
9491
9511
|
groupBy?: string | undefined;
|
|
9492
9512
|
neuralSearch?: boolean | undefined;
|
|
@@ -9838,12 +9858,12 @@ declare class SearchFeedbackComponent {
|
|
|
9838
9858
|
onClose: _angular_core.OutputEmitterRef<void>;
|
|
9839
9859
|
readonly feedbackDialog: _angular_core.Signal<FeedbackDialogComponent | undefined>;
|
|
9840
9860
|
pages: _angular_core.InputSignal<any>;
|
|
9861
|
+
variant: _angular_core.InputSignal<"default" | "none" | "destructive" | "icon" | "ghost" | "primary" | "secondary" | "outline" | "ai" | "link" | "accent" | "tertiary" | "light-accent" | null | undefined>;
|
|
9862
|
+
solid: _angular_core.InputSignal<boolean | null | undefined>;
|
|
9841
9863
|
readonly auditService: AuditService;
|
|
9842
9864
|
protected readonly queryParamsStore: {
|
|
9843
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9844
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9845
9865
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9846
|
-
|
|
9866
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9847
9867
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9848
9868
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9849
9869
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9851,6 +9871,7 @@ declare class SearchFeedbackComponent {
|
|
|
9851
9871
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9852
9872
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9853
9873
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9874
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9854
9875
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9855
9876
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9856
9877
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9864,6 +9885,7 @@ declare class SearchFeedbackComponent {
|
|
|
9864
9885
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9865
9886
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9866
9887
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9888
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9867
9889
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9868
9890
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9869
9891
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9895,10 +9917,8 @@ declare class SearchFeedbackComponent {
|
|
|
9895
9917
|
}> | null;
|
|
9896
9918
|
getQuery: () => _sinequa_atomic.Query;
|
|
9897
9919
|
} & _ngrx_signals.StateSource<{
|
|
9898
|
-
text?: string | undefined;
|
|
9899
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9900
9920
|
name?: string | undefined;
|
|
9901
|
-
|
|
9921
|
+
text?: string | undefined;
|
|
9902
9922
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9903
9923
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9904
9924
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9906,6 +9926,7 @@ declare class SearchFeedbackComponent {
|
|
|
9906
9926
|
pageSize?: number | undefined;
|
|
9907
9927
|
tab?: string | undefined;
|
|
9908
9928
|
scope?: string | undefined;
|
|
9929
|
+
sort?: string | undefined;
|
|
9909
9930
|
basket?: string | undefined;
|
|
9910
9931
|
isFirstPage?: boolean | undefined;
|
|
9911
9932
|
strictRefine?: boolean | undefined;
|
|
@@ -9919,6 +9940,7 @@ declare class SearchFeedbackComponent {
|
|
|
9919
9940
|
relevanceTransforms?: string | undefined;
|
|
9920
9941
|
removeDuplicates?: boolean | undefined;
|
|
9921
9942
|
queryId?: string | undefined;
|
|
9943
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9922
9944
|
orderBy?: string | undefined;
|
|
9923
9945
|
groupBy?: string | undefined;
|
|
9924
9946
|
neuralSearch?: boolean | undefined;
|
|
@@ -9935,7 +9957,7 @@ declare class SearchFeedbackComponent {
|
|
|
9935
9957
|
dislike(): void;
|
|
9936
9958
|
openFeedbackDialog(type: string): void;
|
|
9937
9959
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchFeedbackComponent, never>;
|
|
9938
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SearchFeedbackComponent, "feedback, Feedback", never, { "pages": { "alias": "pages"; "required": true; "isSignal": true; }; }, { "onClose": "onClose"; }, never, never, true, never>;
|
|
9960
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SearchFeedbackComponent, "feedback, Feedback", never, { "pages": { "alias": "pages"; "required": true; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "solid": { "alias": "solid"; "required": false; "isSignal": true; }; }, { "onClose": "onClose"; }, never, never, true, never>;
|
|
9939
9961
|
}
|
|
9940
9962
|
|
|
9941
9963
|
declare class AggregationTreeComponent {
|
|
@@ -9955,10 +9977,8 @@ declare class AggregationTreeComponent {
|
|
|
9955
9977
|
aggregations: Aggregation[];
|
|
9956
9978
|
}>;
|
|
9957
9979
|
queryParamsStore: {
|
|
9958
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9959
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9960
9980
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9961
|
-
|
|
9981
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9962
9982
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9963
9983
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9964
9984
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9966,6 +9986,7 @@ declare class AggregationTreeComponent {
|
|
|
9966
9986
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9967
9987
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9968
9988
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9989
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9969
9990
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9970
9991
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9971
9992
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9979,6 +10000,7 @@ declare class AggregationTreeComponent {
|
|
|
9979
10000
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9980
10001
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9981
10002
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
10003
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
9982
10004
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9983
10005
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9984
10006
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10010,10 +10032,8 @@ declare class AggregationTreeComponent {
|
|
|
10010
10032
|
}> | null;
|
|
10011
10033
|
getQuery: () => Query;
|
|
10012
10034
|
} & _ngrx_signals.StateSource<{
|
|
10013
|
-
text?: string | undefined;
|
|
10014
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10015
10035
|
name?: string | undefined;
|
|
10016
|
-
|
|
10036
|
+
text?: string | undefined;
|
|
10017
10037
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10018
10038
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10019
10039
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -10021,6 +10041,7 @@ declare class AggregationTreeComponent {
|
|
|
10021
10041
|
pageSize?: number | undefined;
|
|
10022
10042
|
tab?: string | undefined;
|
|
10023
10043
|
scope?: string | undefined;
|
|
10044
|
+
sort?: string | undefined;
|
|
10024
10045
|
basket?: string | undefined;
|
|
10025
10046
|
isFirstPage?: boolean | undefined;
|
|
10026
10047
|
strictRefine?: boolean | undefined;
|
|
@@ -10034,6 +10055,7 @@ declare class AggregationTreeComponent {
|
|
|
10034
10055
|
relevanceTransforms?: string | undefined;
|
|
10035
10056
|
removeDuplicates?: boolean | undefined;
|
|
10036
10057
|
queryId?: string | undefined;
|
|
10058
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10037
10059
|
orderBy?: string | undefined;
|
|
10038
10060
|
groupBy?: string | undefined;
|
|
10039
10061
|
neuralSearch?: boolean | undefined;
|
|
@@ -10102,7 +10124,13 @@ declare class AggregationTreeComponent {
|
|
|
10102
10124
|
light?: {
|
|
10103
10125
|
small?: string;
|
|
10104
10126
|
large?: string;
|
|
10105
|
-
sidebar
|
|
10127
|
+
sidebar? /**
|
|
10128
|
+
* Determines whether the aggregation component can be collapsed or expanded.
|
|
10129
|
+
* When true, the component will display collapse/expand controls allowing users
|
|
10130
|
+
* to show or hide the aggregation content.
|
|
10131
|
+
*
|
|
10132
|
+
* @default false
|
|
10133
|
+
*/: string;
|
|
10106
10134
|
};
|
|
10107
10135
|
dark?: {
|
|
10108
10136
|
small?: string;
|
|
@@ -10164,7 +10192,13 @@ declare class AggregationTreeComponent {
|
|
|
10164
10192
|
light?: {
|
|
10165
10193
|
small?: string;
|
|
10166
10194
|
large?: string;
|
|
10167
|
-
sidebar
|
|
10195
|
+
sidebar? /**
|
|
10196
|
+
* Determines whether the aggregation component can be collapsed or expanded.
|
|
10197
|
+
* When true, the component will display collapse/expand controls allowing users
|
|
10198
|
+
* to show or hide the aggregation content.
|
|
10199
|
+
*
|
|
10200
|
+
* @default false
|
|
10201
|
+
*/: string;
|
|
10168
10202
|
};
|
|
10169
10203
|
dark?: {
|
|
10170
10204
|
small?: string;
|
|
@@ -10295,7 +10329,13 @@ declare class AggregationTreeComponent {
|
|
|
10295
10329
|
light?: {
|
|
10296
10330
|
small?: string;
|
|
10297
10331
|
large?: string;
|
|
10298
|
-
sidebar
|
|
10332
|
+
sidebar? /**
|
|
10333
|
+
* Determines whether the aggregation component can be collapsed or expanded.
|
|
10334
|
+
* When true, the component will display collapse/expand controls allowing users
|
|
10335
|
+
* to show or hide the aggregation content.
|
|
10336
|
+
*
|
|
10337
|
+
* @default false
|
|
10338
|
+
*/: string;
|
|
10299
10339
|
};
|
|
10300
10340
|
dark?: {
|
|
10301
10341
|
small?: string;
|
|
@@ -10553,8 +10593,9 @@ declare class AggregationTreeComponent {
|
|
|
10553
10593
|
* @param callback the callback function
|
|
10554
10594
|
*/
|
|
10555
10595
|
traverse<T extends TreeAggregationNode>(nodes: T[], callback: (lineage: T[], node: T, depth: number) => boolean): boolean;
|
|
10596
|
+
protected clearSearch(e: Event): void;
|
|
10556
10597
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationTreeComponent, never>;
|
|
10557
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationTreeComponent, "AggregationTree, aggregation-tree, aggregationtree", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "column": { "alias": "column"; "required": true; "isSignal": true; }; "expandedLevel": { "alias": "expandedLevel"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "showFiltersCount": { "alias": "showFiltersCount"; "required": false; "isSignal": true; }; "searchText": { "alias": "searchText"; "required": false; "isSignal": true; }; }, { "onSelect": "onSelect"; "onApply": "onApply"; "onClear": "onClear"; "searchText": "searchTextChange"; }, never, ["label"], true, never>;
|
|
10598
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationTreeComponent, "AggregationTree, aggregation-tree, aggregationtree", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "column": { "alias": "column"; "required": true; "isSignal": true; }; "expandedLevel": { "alias": "expandedLevel"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "showFiltersCount": { "alias": "showFiltersCount"; "required": false; "isSignal": true; }; "searchText": { "alias": "searchText"; "required": false; "isSignal": true; }; }, { "onSelect": "onSelect"; "onApply": "onApply"; "onClear": "onClear"; "searchText": "searchTextChange"; }, never, ["label", "*"], true, never>;
|
|
10558
10599
|
}
|
|
10559
10600
|
|
|
10560
10601
|
/**
|
|
@@ -11000,7 +11041,7 @@ declare class FilterButtonComponent {
|
|
|
11000
11041
|
position: _angular_core.InputSignal<Placement>;
|
|
11001
11042
|
offset: _angular_core.InputSignal<number>;
|
|
11002
11043
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11003
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
11044
|
+
protected variant: _angular_core.WritableSignal<"default" | "none" | "destructive" | "icon" | "ghost" | "primary" | "secondary" | "outline" | "ai" | "link" | "accent" | "tertiary" | "light-accent" | null | undefined>;
|
|
11004
11045
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11005
11046
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11006
11047
|
protected nativeElement: any;
|
|
@@ -11014,10 +11055,8 @@ declare class FilterButtonComponent {
|
|
|
11014
11055
|
aggregations: _sinequa_atomic.Aggregation[];
|
|
11015
11056
|
}>;
|
|
11016
11057
|
protected queryParamsStore: {
|
|
11017
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11018
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11019
11058
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11020
|
-
|
|
11059
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11021
11060
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11022
11061
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11023
11062
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -11025,6 +11064,7 @@ declare class FilterButtonComponent {
|
|
|
11025
11064
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11026
11065
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11027
11066
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11067
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11028
11068
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11029
11069
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11030
11070
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11038,6 +11078,7 @@ declare class FilterButtonComponent {
|
|
|
11038
11078
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11039
11079
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11040
11080
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11081
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
11041
11082
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11042
11083
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11043
11084
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11069,10 +11110,8 @@ declare class FilterButtonComponent {
|
|
|
11069
11110
|
}> | null;
|
|
11070
11111
|
getQuery: () => _sinequa_atomic.Query;
|
|
11071
11112
|
} & _ngrx_signals.StateSource<{
|
|
11072
|
-
text?: string | undefined;
|
|
11073
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11074
11113
|
name?: string | undefined;
|
|
11075
|
-
|
|
11114
|
+
text?: string | undefined;
|
|
11076
11115
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11077
11116
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11078
11117
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -11080,6 +11119,7 @@ declare class FilterButtonComponent {
|
|
|
11080
11119
|
pageSize?: number | undefined;
|
|
11081
11120
|
tab?: string | undefined;
|
|
11082
11121
|
scope?: string | undefined;
|
|
11122
|
+
sort?: string | undefined;
|
|
11083
11123
|
basket?: string | undefined;
|
|
11084
11124
|
isFirstPage?: boolean | undefined;
|
|
11085
11125
|
strictRefine?: boolean | undefined;
|
|
@@ -11093,6 +11133,7 @@ declare class FilterButtonComponent {
|
|
|
11093
11133
|
relevanceTransforms?: string | undefined;
|
|
11094
11134
|
removeDuplicates?: boolean | undefined;
|
|
11095
11135
|
queryId?: string | undefined;
|
|
11136
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11096
11137
|
orderBy?: string | undefined;
|
|
11097
11138
|
groupBy?: string | undefined;
|
|
11098
11139
|
neuralSearch?: boolean | undefined;
|
|
@@ -11728,10 +11769,8 @@ declare class MoreButtonComponent {
|
|
|
11728
11769
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
11729
11770
|
}>;
|
|
11730
11771
|
queryParamsStore: {
|
|
11731
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11732
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11733
11772
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11734
|
-
|
|
11773
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11735
11774
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11736
11775
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11737
11776
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -11739,6 +11778,7 @@ declare class MoreButtonComponent {
|
|
|
11739
11778
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11740
11779
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11741
11780
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11781
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11742
11782
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11743
11783
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11744
11784
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11752,6 +11792,7 @@ declare class MoreButtonComponent {
|
|
|
11752
11792
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11753
11793
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11754
11794
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11795
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
11755
11796
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11756
11797
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11757
11798
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11783,10 +11824,8 @@ declare class MoreButtonComponent {
|
|
|
11783
11824
|
}> | null;
|
|
11784
11825
|
getQuery: () => _sinequa_atomic.Query;
|
|
11785
11826
|
} & _ngrx_signals.StateSource<{
|
|
11786
|
-
text?: string | undefined;
|
|
11787
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11788
11827
|
name?: string | undefined;
|
|
11789
|
-
|
|
11828
|
+
text?: string | undefined;
|
|
11790
11829
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11791
11830
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11792
11831
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -11794,6 +11833,7 @@ declare class MoreButtonComponent {
|
|
|
11794
11833
|
pageSize?: number | undefined;
|
|
11795
11834
|
tab?: string | undefined;
|
|
11796
11835
|
scope?: string | undefined;
|
|
11836
|
+
sort?: string | undefined;
|
|
11797
11837
|
basket?: string | undefined;
|
|
11798
11838
|
isFirstPage?: boolean | undefined;
|
|
11799
11839
|
strictRefine?: boolean | undefined;
|
|
@@ -11807,6 +11847,7 @@ declare class MoreButtonComponent {
|
|
|
11807
11847
|
relevanceTransforms?: string | undefined;
|
|
11808
11848
|
removeDuplicates?: boolean | undefined;
|
|
11809
11849
|
queryId?: string | undefined;
|
|
11850
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11810
11851
|
orderBy?: string | undefined;
|
|
11811
11852
|
groupBy?: string | undefined;
|
|
11812
11853
|
neuralSearch?: boolean | undefined;
|
|
@@ -12203,10 +12244,8 @@ declare class FiltersBarComponent {
|
|
|
12203
12244
|
aggregations: Aggregation[];
|
|
12204
12245
|
}>;
|
|
12205
12246
|
protected queryParamsStore: {
|
|
12206
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12207
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12208
12247
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12209
|
-
|
|
12248
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12210
12249
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12211
12250
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12212
12251
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -12214,6 +12253,7 @@ declare class FiltersBarComponent {
|
|
|
12214
12253
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12215
12254
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12216
12255
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12256
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12217
12257
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12218
12258
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12219
12259
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12227,6 +12267,7 @@ declare class FiltersBarComponent {
|
|
|
12227
12267
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12228
12268
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12229
12269
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12270
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
12230
12271
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12231
12272
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12232
12273
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12258,10 +12299,8 @@ declare class FiltersBarComponent {
|
|
|
12258
12299
|
}> | null;
|
|
12259
12300
|
getQuery: () => _sinequa_atomic.Query;
|
|
12260
12301
|
} & _ngrx_signals.StateSource<{
|
|
12261
|
-
text?: string | undefined;
|
|
12262
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12263
12302
|
name?: string | undefined;
|
|
12264
|
-
|
|
12303
|
+
text?: string | undefined;
|
|
12265
12304
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12266
12305
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12267
12306
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -12269,6 +12308,7 @@ declare class FiltersBarComponent {
|
|
|
12269
12308
|
pageSize?: number | undefined;
|
|
12270
12309
|
tab?: string | undefined;
|
|
12271
12310
|
scope?: string | undefined;
|
|
12311
|
+
sort?: string | undefined;
|
|
12272
12312
|
basket?: string | undefined;
|
|
12273
12313
|
isFirstPage?: boolean | undefined;
|
|
12274
12314
|
strictRefine?: boolean | undefined;
|
|
@@ -12282,6 +12322,7 @@ declare class FiltersBarComponent {
|
|
|
12282
12322
|
relevanceTransforms?: string | undefined;
|
|
12283
12323
|
removeDuplicates?: boolean | undefined;
|
|
12284
12324
|
queryId?: string | undefined;
|
|
12325
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12285
12326
|
orderBy?: string | undefined;
|
|
12286
12327
|
groupBy?: string | undefined;
|
|
12287
12328
|
neuralSearch?: boolean | undefined;
|
|
@@ -12684,10 +12725,8 @@ declare class MoreComponent {
|
|
|
12684
12725
|
aggregations: Aggregation[];
|
|
12685
12726
|
}>;
|
|
12686
12727
|
queryParamsStore: {
|
|
12687
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12688
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12689
12728
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12690
|
-
|
|
12729
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12691
12730
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12692
12731
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12693
12732
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -12695,6 +12734,7 @@ declare class MoreComponent {
|
|
|
12695
12734
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12696
12735
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12697
12736
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12737
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12698
12738
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12699
12739
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12700
12740
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12708,6 +12748,7 @@ declare class MoreComponent {
|
|
|
12708
12748
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12709
12749
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12710
12750
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12751
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
12711
12752
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12712
12753
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12713
12754
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12739,10 +12780,8 @@ declare class MoreComponent {
|
|
|
12739
12780
|
}> | null;
|
|
12740
12781
|
getQuery: () => _sinequa_atomic.Query;
|
|
12741
12782
|
} & _ngrx_signals.StateSource<{
|
|
12742
|
-
text?: string | undefined;
|
|
12743
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12744
12783
|
name?: string | undefined;
|
|
12745
|
-
|
|
12784
|
+
text?: string | undefined;
|
|
12746
12785
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12747
12786
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12748
12787
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -12750,6 +12789,7 @@ declare class MoreComponent {
|
|
|
12750
12789
|
pageSize?: number | undefined;
|
|
12751
12790
|
tab?: string | undefined;
|
|
12752
12791
|
scope?: string | undefined;
|
|
12792
|
+
sort?: string | undefined;
|
|
12753
12793
|
basket?: string | undefined;
|
|
12754
12794
|
isFirstPage?: boolean | undefined;
|
|
12755
12795
|
strictRefine?: boolean | undefined;
|
|
@@ -12763,6 +12803,7 @@ declare class MoreComponent {
|
|
|
12763
12803
|
relevanceTransforms?: string | undefined;
|
|
12764
12804
|
removeDuplicates?: boolean | undefined;
|
|
12765
12805
|
queryId?: string | undefined;
|
|
12806
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12766
12807
|
orderBy?: string | undefined;
|
|
12767
12808
|
groupBy?: string | undefined;
|
|
12768
12809
|
neuralSearch?: boolean | undefined;
|
|
@@ -13373,10 +13414,8 @@ declare class RecentSearchesComponent {
|
|
|
13373
13414
|
declare class SavedSearchDialog implements DialogInterface {
|
|
13374
13415
|
private readonly savedSearchesService;
|
|
13375
13416
|
protected readonly queryParamsStore: {
|
|
13376
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13377
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13378
13417
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13379
|
-
|
|
13418
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13380
13419
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13381
13420
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13382
13421
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -13384,6 +13423,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13384
13423
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13385
13424
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13386
13425
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13426
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13387
13427
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
13388
13428
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13389
13429
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13397,6 +13437,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13397
13437
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
13398
13438
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13399
13439
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
13440
|
+
aggregations?: _angular_core.Signal<Record<string, _sinequa_atomic.AggregationOptions> | string[] | undefined> | undefined;
|
|
13400
13441
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13401
13442
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13402
13443
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13428,10 +13469,8 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13428
13469
|
}> | null;
|
|
13429
13470
|
getQuery: () => _sinequa_atomic.Query;
|
|
13430
13471
|
} & _ngrx_signals.StateSource<{
|
|
13431
|
-
text?: string | undefined;
|
|
13432
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13433
13472
|
name?: string | undefined;
|
|
13434
|
-
|
|
13473
|
+
text?: string | undefined;
|
|
13435
13474
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13436
13475
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13437
13476
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -13439,6 +13478,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13439
13478
|
pageSize?: number | undefined;
|
|
13440
13479
|
tab?: string | undefined;
|
|
13441
13480
|
scope?: string | undefined;
|
|
13481
|
+
sort?: string | undefined;
|
|
13442
13482
|
basket?: string | undefined;
|
|
13443
13483
|
isFirstPage?: boolean | undefined;
|
|
13444
13484
|
strictRefine?: boolean | undefined;
|
|
@@ -13452,6 +13492,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13452
13492
|
relevanceTransforms?: string | undefined;
|
|
13453
13493
|
removeDuplicates?: boolean | undefined;
|
|
13454
13494
|
queryId?: string | undefined;
|
|
13495
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13455
13496
|
orderBy?: string | undefined;
|
|
13456
13497
|
groupBy?: string | undefined;
|
|
13457
13498
|
neuralSearch?: boolean | undefined;
|
|
@@ -13578,7 +13619,7 @@ declare class UserProfileFormComponent {
|
|
|
13578
13619
|
param9: _angular_core.Signal<string>;
|
|
13579
13620
|
param10: _angular_core.Signal<string>;
|
|
13580
13621
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
13581
|
-
state: _angular_core.Signal<"error" | "
|
|
13622
|
+
state: _angular_core.Signal<"error" | "loading" | "initial" | "loaded">;
|
|
13582
13623
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
13583
13624
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
13584
13625
|
initials: _angular_core.Signal<string>;
|
|
@@ -14130,7 +14171,7 @@ declare class HighlightWordPipe implements PipeTransform {
|
|
|
14130
14171
|
}
|
|
14131
14172
|
|
|
14132
14173
|
/**
|
|
14133
|
-
* Pipe that transforms a collection of strings into a corresponding icon class.
|
|
14174
|
+
* Pipe that transforms a collection of strings into a corresponding Font Awesome icon class.
|
|
14134
14175
|
*
|
|
14135
14176
|
* This pipe uses the first element of the collection to determine the icon class
|
|
14136
14177
|
* based on the source name. If the collection is empty or undefined, it returns
|