@sinequa/atomic-angular 1.0.2 → 1.0.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 +67 -37
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/index.d.ts +171 -160
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -114,17 +114,16 @@ 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
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
121
118
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
119
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
122
120
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
123
121
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
124
122
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
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<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
141
141
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
142
142
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
143
143
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -169,17 +169,16 @@ 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
|
-
sort?: string | undefined;
|
|
176
173
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
174
|
+
text?: string | undefined;
|
|
177
175
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
178
176
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
179
177
|
page?: number | undefined;
|
|
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<"error" | "default" | "
|
|
253
|
+
variant: _angular_core.InputSignal<"error" | "default" | "secondary" | "accent" | "destructive" | "outline" | "ghost" | "ai" | "none" | "info" | "success" | "warning" | null | undefined>;
|
|
254
254
|
metadata: _angular_core.InputSignal<KeyOf<Article$1> | (string & Record<never, never>)>;
|
|
255
255
|
article: _angular_core.InputSignal<Partial<Article$1> | (string & Record<never, never>)>;
|
|
256
256
|
limit: _angular_core.InputSignalWithTransform<number | undefined, string | number | undefined>;
|
|
@@ -263,17 +263,16 @@ 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
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
270
267
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
268
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
271
269
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
272
270
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
273
271
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
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<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
290
290
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
291
291
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
292
292
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -318,17 +318,16 @@ 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
|
-
sort?: string | undefined;
|
|
325
322
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
323
|
+
text?: string | undefined;
|
|
326
324
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
327
325
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
328
326
|
page?: number | undefined;
|
|
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;
|
|
@@ -361,7 +361,7 @@ declare class MissingTermsComponent {
|
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
declare const multiSelectionToolbarVariants: (props?: ({
|
|
364
|
-
variant?: "
|
|
364
|
+
variant?: "light" | "dark" | "glassy" | null | undefined;
|
|
365
365
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
366
366
|
type MultiSelectionToolbarVariants = VariantProps<typeof multiSelectionToolbarVariants>;
|
|
367
367
|
declare class MultiSelectionToolbarComponent {
|
|
@@ -740,7 +740,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
740
740
|
converters?: _sinequa_atomic_angular.CConverter[];
|
|
741
741
|
} | undefined;
|
|
742
742
|
readonly class: _angular_core.InputSignal<string>;
|
|
743
|
-
readonly variant: _angular_core.InputSignal<"
|
|
743
|
+
readonly variant: _angular_core.InputSignal<"light" | "dark" | "glassy" | null | undefined>;
|
|
744
744
|
readonly updatedCollections: _angular_core.OutputEmitterRef<void>;
|
|
745
745
|
readonly count: _angular_core.Signal<number>;
|
|
746
746
|
readonly variants: _angular_core.Signal<string>;
|
|
@@ -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<"
|
|
1696
|
+
state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
|
|
1697
1697
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
1698
1698
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
1699
1699
|
initials: _angular_core.Signal<string>;
|
|
@@ -1746,17 +1746,16 @@ 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
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1753
1750
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1751
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1754
1752
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1755
1753
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
1756
1754
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
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<string[] | Record<string, _sinequa_atomic.AggregationOptions> | 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,17 +1793,16 @@ 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
|
-
sort?: string | undefined;
|
|
1800
1797
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1798
|
+
text?: string | undefined;
|
|
1801
1799
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1802
1800
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1803
1801
|
page?: number | undefined;
|
|
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,17 +1826,16 @@ 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
|
-
sort?: string | undefined;
|
|
1833
1830
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1831
|
+
text?: string | undefined;
|
|
1834
1832
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1835
1833
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1836
1834
|
page?: number | undefined;
|
|
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;
|
|
@@ -2043,7 +2043,7 @@ declare const UserSettingsStore: _angular_core.Type<{
|
|
|
2043
2043
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2044
2044
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2045
2045
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2046
|
-
userTheme: _angular_core.Signal<"
|
|
2046
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
2047
2047
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2048
2048
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2049
2049
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -2575,17 +2575,16 @@ 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
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2582
2579
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2580
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2583
2581
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2584
2582
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
2585
2583
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
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<string[] | Record<string, _sinequa_atomic.AggregationOptions> | 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,17 +2630,16 @@ 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
|
-
sort?: string | undefined;
|
|
2637
2634
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2635
|
+
text?: string | undefined;
|
|
2638
2636
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2639
2637
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2640
2638
|
page?: number | undefined;
|
|
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;
|
|
@@ -2758,7 +2758,7 @@ declare class ApplicationService {
|
|
|
2758
2758
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2759
2759
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2760
2760
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2761
|
-
userTheme: _angular_core.Signal<"
|
|
2761
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
2762
2762
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2763
2763
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2764
2764
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -2830,7 +2830,7 @@ declare class ApplicationService {
|
|
|
2830
2830
|
param9: _angular_core.Signal<string>;
|
|
2831
2831
|
param10: _angular_core.Signal<string>;
|
|
2832
2832
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
2833
|
-
state: _angular_core.Signal<"
|
|
2833
|
+
state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
|
|
2834
2834
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
2835
2835
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
2836
2836
|
initials: _angular_core.Signal<string>;
|
|
@@ -3608,7 +3608,7 @@ declare class AutocompleteService {
|
|
|
3608
3608
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
3609
3609
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3610
3610
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
3611
|
-
userTheme: _angular_core.Signal<"
|
|
3611
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
3612
3612
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
3613
3613
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
3614
3614
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4181,7 +4181,17 @@ type Theme = (typeof THEMES)[number];
|
|
|
4181
4181
|
|
|
4182
4182
|
declare function withThemes(app: ApplicationRef, themes: Theme[]): ApplicationRef;
|
|
4183
4183
|
|
|
4184
|
-
|
|
4184
|
+
/**
|
|
4185
|
+
* Signs in the user by checking the global configuration for authentication method and acting accordingly.
|
|
4186
|
+
*
|
|
4187
|
+
* This function first clears any existing session tokens to ensure a clean authentication state. It then checks the
|
|
4188
|
+
* global configuration to determine whether to use credentials-based authentication or Single Sign-On (SSO). If
|
|
4189
|
+
* credentials are used, it redirects the user to the login page. If SSO is enabled, it reloads the page to trigger
|
|
4190
|
+
* the SSO login process. If neither method is specified, it attempts a standard login and handles any errors that
|
|
4191
|
+
* may occur during the process.
|
|
4192
|
+
* @returns A promise resolving to a boolean indicating the success of the sign-in operation.
|
|
4193
|
+
*/
|
|
4194
|
+
declare function signIn(): Promise<boolean>;
|
|
4185
4195
|
|
|
4186
4196
|
/**
|
|
4187
4197
|
* Bootstraps the application by ensuring the user is authenticated and initializing the application.
|
|
@@ -4264,17 +4274,16 @@ declare class PreviewService {
|
|
|
4264
4274
|
multiSelection: Article$1[];
|
|
4265
4275
|
}>;
|
|
4266
4276
|
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
4277
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4270
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4271
4278
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4279
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4272
4280
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4273
4281
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4274
4282
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4275
4283
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4276
4284
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4277
4285
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4286
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4278
4287
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4279
4288
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4280
4289
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4288,6 +4297,7 @@ declare class PreviewService {
|
|
|
4288
4297
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4289
4298
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4290
4299
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4300
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4291
4301
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4292
4302
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4293
4303
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4319,17 +4329,16 @@ declare class PreviewService {
|
|
|
4319
4329
|
}> | null;
|
|
4320
4330
|
getQuery: () => Query;
|
|
4321
4331
|
} & _ngrx_signals.StateSource<{
|
|
4322
|
-
text?: string | undefined;
|
|
4323
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4324
4332
|
name?: string | undefined;
|
|
4325
|
-
sort?: string | undefined;
|
|
4326
4333
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4334
|
+
text?: string | undefined;
|
|
4327
4335
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4328
4336
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4329
4337
|
page?: number | undefined;
|
|
4330
4338
|
pageSize?: number | undefined;
|
|
4331
4339
|
tab?: string | undefined;
|
|
4332
4340
|
scope?: string | undefined;
|
|
4341
|
+
sort?: string | undefined;
|
|
4333
4342
|
basket?: string | undefined;
|
|
4334
4343
|
isFirstPage?: boolean | undefined;
|
|
4335
4344
|
strictRefine?: boolean | undefined;
|
|
@@ -4343,6 +4352,7 @@ declare class PreviewService {
|
|
|
4343
4352
|
relevanceTransforms?: string | undefined;
|
|
4344
4353
|
removeDuplicates?: boolean | undefined;
|
|
4345
4354
|
queryId?: string | undefined;
|
|
4355
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4346
4356
|
orderBy?: string | undefined;
|
|
4347
4357
|
groupBy?: string | undefined;
|
|
4348
4358
|
neuralSearch?: boolean | undefined;
|
|
@@ -4847,7 +4857,7 @@ declare class SavedSearchesService {
|
|
|
4847
4857
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
4848
4858
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4849
4859
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4850
|
-
userTheme: _angular_core.Signal<"
|
|
4860
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
4851
4861
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
4852
4862
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
4853
4863
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4893,17 +4903,16 @@ declare class SavedSearchesService {
|
|
|
4893
4903
|
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
4894
4904
|
}>;
|
|
4895
4905
|
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
4906
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4899
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4900
4907
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4908
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4901
4909
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4902
4910
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4903
4911
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4904
4912
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4905
4913
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4906
4914
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4915
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4907
4916
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4908
4917
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4909
4918
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4917,6 +4926,7 @@ declare class SavedSearchesService {
|
|
|
4917
4926
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4918
4927
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4919
4928
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4929
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4920
4930
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4921
4931
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4922
4932
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4948,17 +4958,16 @@ declare class SavedSearchesService {
|
|
|
4948
4958
|
}> | null;
|
|
4949
4959
|
getQuery: () => _sinequa_atomic.Query;
|
|
4950
4960
|
} & _ngrx_signals.StateSource<{
|
|
4951
|
-
text?: string | undefined;
|
|
4952
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4953
4961
|
name?: string | undefined;
|
|
4954
|
-
sort?: string | undefined;
|
|
4955
4962
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4963
|
+
text?: string | undefined;
|
|
4956
4964
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4957
4965
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4958
4966
|
page?: number | undefined;
|
|
4959
4967
|
pageSize?: number | undefined;
|
|
4960
4968
|
tab?: string | undefined;
|
|
4961
4969
|
scope?: string | undefined;
|
|
4970
|
+
sort?: string | undefined;
|
|
4962
4971
|
basket?: string | undefined;
|
|
4963
4972
|
isFirstPage?: boolean | undefined;
|
|
4964
4973
|
strictRefine?: boolean | undefined;
|
|
@@ -4972,6 +4981,7 @@ declare class SavedSearchesService {
|
|
|
4972
4981
|
relevanceTransforms?: string | undefined;
|
|
4973
4982
|
removeDuplicates?: boolean | undefined;
|
|
4974
4983
|
queryId?: string | undefined;
|
|
4984
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4975
4985
|
orderBy?: string | undefined;
|
|
4976
4986
|
groupBy?: string | undefined;
|
|
4977
4987
|
neuralSearch?: boolean | undefined;
|
|
@@ -5034,17 +5044,16 @@ declare class SearchService {
|
|
|
5034
5044
|
result: Result;
|
|
5035
5045
|
audit?: AuditEvents;
|
|
5036
5046
|
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
5047
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5040
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5041
5048
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5049
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5042
5050
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5043
5051
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5044
5052
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5045
5053
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5046
5054
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5047
5055
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5056
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5048
5057
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5049
5058
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5050
5059
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5058,6 +5067,7 @@ declare class SearchService {
|
|
|
5058
5067
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5059
5068
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5060
5069
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5070
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5061
5071
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5062
5072
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5063
5073
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5089,17 +5099,16 @@ declare class SearchService {
|
|
|
5089
5099
|
}> | null;
|
|
5090
5100
|
getQuery: () => Query;
|
|
5091
5101
|
} & _ngrx_signals.StateSource<{
|
|
5092
|
-
text?: string | undefined;
|
|
5093
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5094
5102
|
name?: string | undefined;
|
|
5095
|
-
sort?: string | undefined;
|
|
5096
5103
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5104
|
+
text?: string | undefined;
|
|
5097
5105
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5098
5106
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5099
5107
|
page?: number | undefined;
|
|
5100
5108
|
pageSize?: number | undefined;
|
|
5101
5109
|
tab?: string | undefined;
|
|
5102
5110
|
scope?: string | undefined;
|
|
5111
|
+
sort?: string | undefined;
|
|
5103
5112
|
basket?: string | undefined;
|
|
5104
5113
|
isFirstPage?: boolean | undefined;
|
|
5105
5114
|
strictRefine?: boolean | undefined;
|
|
@@ -5113,6 +5122,7 @@ declare class SearchService {
|
|
|
5113
5122
|
relevanceTransforms?: string | undefined;
|
|
5114
5123
|
removeDuplicates?: boolean | undefined;
|
|
5115
5124
|
queryId?: string | undefined;
|
|
5125
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5116
5126
|
orderBy?: string | undefined;
|
|
5117
5127
|
groupBy?: string | undefined;
|
|
5118
5128
|
neuralSearch?: boolean | undefined;
|
|
@@ -5129,7 +5139,7 @@ declare class SearchService {
|
|
|
5129
5139
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
5130
5140
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5131
5141
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5132
|
-
userTheme: _angular_core.Signal<"
|
|
5142
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
5133
5143
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
5134
5144
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
5135
5145
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -5225,17 +5235,16 @@ declare class SelectionService {
|
|
|
5225
5235
|
private readonly location;
|
|
5226
5236
|
private readonly selectionStore;
|
|
5227
5237
|
queryParamsStore: {
|
|
5228
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5229
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5230
5238
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5231
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5232
5239
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5240
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5233
5241
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5234
5242
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5235
5243
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5236
5244
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5237
5245
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5238
5246
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5247
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5239
5248
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5240
5249
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5241
5250
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5249,6 +5258,7 @@ declare class SelectionService {
|
|
|
5249
5258
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5250
5259
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5251
5260
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5261
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5252
5262
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5253
5263
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5254
5264
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5280,17 +5290,16 @@ declare class SelectionService {
|
|
|
5280
5290
|
}> | null;
|
|
5281
5291
|
getQuery: () => _sinequa_atomic.Query;
|
|
5282
5292
|
} & _ngrx_signals.StateSource<{
|
|
5283
|
-
text?: string | undefined;
|
|
5284
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5285
5293
|
name?: string | undefined;
|
|
5286
|
-
sort?: string | undefined;
|
|
5287
5294
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5295
|
+
text?: string | undefined;
|
|
5288
5296
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5289
5297
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5290
5298
|
page?: number | undefined;
|
|
5291
5299
|
pageSize?: number | undefined;
|
|
5292
5300
|
tab?: string | undefined;
|
|
5293
5301
|
scope?: string | undefined;
|
|
5302
|
+
sort?: string | undefined;
|
|
5294
5303
|
basket?: string | undefined;
|
|
5295
5304
|
isFirstPage?: boolean | undefined;
|
|
5296
5305
|
strictRefine?: boolean | undefined;
|
|
@@ -5304,6 +5313,7 @@ declare class SelectionService {
|
|
|
5304
5313
|
relevanceTransforms?: string | undefined;
|
|
5305
5314
|
removeDuplicates?: boolean | undefined;
|
|
5306
5315
|
queryId?: string | undefined;
|
|
5316
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5307
5317
|
orderBy?: string | undefined;
|
|
5308
5318
|
groupBy?: string | undefined;
|
|
5309
5319
|
neuralSearch?: boolean | undefined;
|
|
@@ -5449,17 +5459,16 @@ declare class NavbarTabsComponent {
|
|
|
5449
5459
|
readonly router: Router;
|
|
5450
5460
|
readonly route: ActivatedRoute;
|
|
5451
5461
|
readonly queryParamsStore: {
|
|
5452
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5453
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5454
5462
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5455
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5456
5463
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5464
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5457
5465
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5458
5466
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5459
5467
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5460
5468
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5461
5469
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5462
5470
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5471
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5463
5472
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5464
5473
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5465
5474
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5473,6 +5482,7 @@ declare class NavbarTabsComponent {
|
|
|
5473
5482
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5474
5483
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5475
5484
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5485
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5476
5486
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5477
5487
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5478
5488
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5504,17 +5514,16 @@ declare class NavbarTabsComponent {
|
|
|
5504
5514
|
}> | null;
|
|
5505
5515
|
getQuery: () => _sinequa_atomic.Query;
|
|
5506
5516
|
} & _ngrx_signals.StateSource<{
|
|
5507
|
-
text?: string | undefined;
|
|
5508
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5509
5517
|
name?: string | undefined;
|
|
5510
|
-
sort?: string | undefined;
|
|
5511
5518
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5519
|
+
text?: string | undefined;
|
|
5512
5520
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5513
5521
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5514
5522
|
page?: number | undefined;
|
|
5515
5523
|
pageSize?: number | undefined;
|
|
5516
5524
|
tab?: string | undefined;
|
|
5517
5525
|
scope?: string | undefined;
|
|
5526
|
+
sort?: string | undefined;
|
|
5518
5527
|
basket?: string | undefined;
|
|
5519
5528
|
isFirstPage?: boolean | undefined;
|
|
5520
5529
|
strictRefine?: boolean | undefined;
|
|
@@ -5528,6 +5537,7 @@ declare class NavbarTabsComponent {
|
|
|
5528
5537
|
relevanceTransforms?: string | undefined;
|
|
5529
5538
|
removeDuplicates?: boolean | undefined;
|
|
5530
5539
|
queryId?: string | undefined;
|
|
5540
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5531
5541
|
orderBy?: string | undefined;
|
|
5532
5542
|
groupBy?: string | undefined;
|
|
5533
5543
|
neuralSearch?: boolean | undefined;
|
|
@@ -6000,7 +6010,7 @@ declare class ShowBookmarkDirective {
|
|
|
6000
6010
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
6001
6011
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6002
6012
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
6003
|
-
userTheme: _angular_core.Signal<"
|
|
6013
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
6004
6014
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
6005
6015
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
6006
6016
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -6674,17 +6684,16 @@ declare class SponsoredResultsComponent {
|
|
|
6674
6684
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
6675
6685
|
}>;
|
|
6676
6686
|
queryParamStore: {
|
|
6677
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6678
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6679
6687
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6680
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6681
6688
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6689
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6682
6690
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6683
6691
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6684
6692
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6685
6693
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6686
6694
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6687
6695
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6696
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6688
6697
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6689
6698
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6690
6699
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6698,6 +6707,7 @@ declare class SponsoredResultsComponent {
|
|
|
6698
6707
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
6699
6708
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6700
6709
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
6710
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6701
6711
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6702
6712
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6703
6713
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6729,17 +6739,16 @@ declare class SponsoredResultsComponent {
|
|
|
6729
6739
|
}> | null;
|
|
6730
6740
|
getQuery: () => _sinequa_atomic.Query;
|
|
6731
6741
|
} & _ngrx_signals.StateSource<{
|
|
6732
|
-
text?: string | undefined;
|
|
6733
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6734
6742
|
name?: string | undefined;
|
|
6735
|
-
sort?: string | undefined;
|
|
6736
6743
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6744
|
+
text?: string | undefined;
|
|
6737
6745
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6738
6746
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6739
6747
|
page?: number | undefined;
|
|
6740
6748
|
pageSize?: number | undefined;
|
|
6741
6749
|
tab?: string | undefined;
|
|
6742
6750
|
scope?: string | undefined;
|
|
6751
|
+
sort?: string | undefined;
|
|
6743
6752
|
basket?: string | undefined;
|
|
6744
6753
|
isFirstPage?: boolean | undefined;
|
|
6745
6754
|
strictRefine?: boolean | undefined;
|
|
@@ -6753,6 +6762,7 @@ declare class SponsoredResultsComponent {
|
|
|
6753
6762
|
relevanceTransforms?: string | undefined;
|
|
6754
6763
|
removeDuplicates?: boolean | undefined;
|
|
6755
6764
|
queryId?: string | undefined;
|
|
6765
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6756
6766
|
orderBy?: string | undefined;
|
|
6757
6767
|
groupBy?: string | undefined;
|
|
6758
6768
|
neuralSearch?: boolean | undefined;
|
|
@@ -6908,7 +6918,7 @@ declare class AdvancedFiltersComponent {
|
|
|
6908
6918
|
protected allowEmptySearch: _angular_core.Signal<boolean>;
|
|
6909
6919
|
text: string;
|
|
6910
6920
|
constructor();
|
|
6911
|
-
getFirstPageQuery(): Promise<void>;
|
|
6921
|
+
getFirstPageQuery(queryName: string): Promise<void>;
|
|
6912
6922
|
onTabChange(tab: string): void;
|
|
6913
6923
|
onSearch(): void;
|
|
6914
6924
|
/** Generate the LegacyFilter to add to the query */
|
|
@@ -7007,17 +7017,16 @@ declare class AggregationListComponent {
|
|
|
7007
7017
|
aggregations: Aggregation[];
|
|
7008
7018
|
}>;
|
|
7009
7019
|
queryParamsStore: {
|
|
7010
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7011
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7012
7020
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7013
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7014
7021
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7022
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7015
7023
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7016
7024
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7017
7025
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7018
7026
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7019
7027
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7020
7028
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7029
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7021
7030
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7022
7031
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7023
7032
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7031,6 +7040,7 @@ declare class AggregationListComponent {
|
|
|
7031
7040
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7032
7041
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7033
7042
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7043
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7034
7044
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7035
7045
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7036
7046
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7062,17 +7072,16 @@ declare class AggregationListComponent {
|
|
|
7062
7072
|
}> | null;
|
|
7063
7073
|
getQuery: () => Query;
|
|
7064
7074
|
} & _ngrx_signals.StateSource<{
|
|
7065
|
-
text?: string | undefined;
|
|
7066
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7067
7075
|
name?: string | undefined;
|
|
7068
|
-
sort?: string | undefined;
|
|
7069
7076
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7077
|
+
text?: string | undefined;
|
|
7070
7078
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7071
7079
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7072
7080
|
page?: number | undefined;
|
|
7073
7081
|
pageSize?: number | undefined;
|
|
7074
7082
|
tab?: string | undefined;
|
|
7075
7083
|
scope?: string | undefined;
|
|
7084
|
+
sort?: string | undefined;
|
|
7076
7085
|
basket?: string | undefined;
|
|
7077
7086
|
isFirstPage?: boolean | undefined;
|
|
7078
7087
|
strictRefine?: boolean | undefined;
|
|
@@ -7086,6 +7095,7 @@ declare class AggregationListComponent {
|
|
|
7086
7095
|
relevanceTransforms?: string | undefined;
|
|
7087
7096
|
removeDuplicates?: boolean | undefined;
|
|
7088
7097
|
queryId?: string | undefined;
|
|
7098
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7089
7099
|
orderBy?: string | undefined;
|
|
7090
7100
|
groupBy?: string | undefined;
|
|
7091
7101
|
neuralSearch?: boolean | undefined;
|
|
@@ -7584,6 +7594,7 @@ declare class AggregationDateComponent extends AggregationListComponent {
|
|
|
7584
7594
|
protected selectAndOpenDialog(): void;
|
|
7585
7595
|
protected onRangeSelected(range: DateRange): void;
|
|
7586
7596
|
private updateForm;
|
|
7597
|
+
private toEndOfDay;
|
|
7587
7598
|
private getFormValueFilter;
|
|
7588
7599
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationDateComponent, never>;
|
|
7589
7600
|
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,17 +7639,16 @@ declare class AdvancedSearch {
|
|
|
7628
7639
|
multiSelection: Article$1[];
|
|
7629
7640
|
}>;
|
|
7630
7641
|
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
7642
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7634
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7635
7643
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7644
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7636
7645
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7637
7646
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7638
7647
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7639
7648
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7640
7649
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7641
7650
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7651
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7642
7652
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7643
7653
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7644
7654
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7652,6 +7662,7 @@ declare class AdvancedSearch {
|
|
|
7652
7662
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7653
7663
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7654
7664
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7665
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7655
7666
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7656
7667
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7657
7668
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7683,17 +7694,16 @@ declare class AdvancedSearch {
|
|
|
7683
7694
|
}> | null;
|
|
7684
7695
|
getQuery: () => _sinequa_atomic.Query;
|
|
7685
7696
|
} & _ngrx_signals.StateSource<{
|
|
7686
|
-
text?: string | undefined;
|
|
7687
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7688
7697
|
name?: string | undefined;
|
|
7689
|
-
sort?: string | undefined;
|
|
7690
7698
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7699
|
+
text?: string | undefined;
|
|
7691
7700
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7692
7701
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7693
7702
|
page?: number | undefined;
|
|
7694
7703
|
pageSize?: number | undefined;
|
|
7695
7704
|
tab?: string | undefined;
|
|
7696
7705
|
scope?: string | undefined;
|
|
7706
|
+
sort?: string | undefined;
|
|
7697
7707
|
basket?: string | undefined;
|
|
7698
7708
|
isFirstPage?: boolean | undefined;
|
|
7699
7709
|
strictRefine?: boolean | undefined;
|
|
@@ -7707,6 +7717,7 @@ declare class AdvancedSearch {
|
|
|
7707
7717
|
relevanceTransforms?: string | undefined;
|
|
7708
7718
|
removeDuplicates?: boolean | undefined;
|
|
7709
7719
|
queryId?: string | undefined;
|
|
7720
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7710
7721
|
orderBy?: string | undefined;
|
|
7711
7722
|
groupBy?: string | undefined;
|
|
7712
7723
|
neuralSearch?: boolean | undefined;
|
|
@@ -8092,17 +8103,16 @@ declare class ArticleLabels {
|
|
|
8092
8103
|
|
|
8093
8104
|
declare class ArticleSimilarDocuments {
|
|
8094
8105
|
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
8106
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8098
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8099
8107
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8108
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8100
8109
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8101
8110
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8102
8111
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8103
8112
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8104
8113
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8105
8114
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8115
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8106
8116
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8107
8117
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8108
8118
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8116,6 +8126,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8116
8126
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8117
8127
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8118
8128
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8129
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8119
8130
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8120
8131
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8121
8132
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8147,17 +8158,16 @@ declare class ArticleSimilarDocuments {
|
|
|
8147
8158
|
}> | null;
|
|
8148
8159
|
getQuery: () => _sinequa_atomic.Query;
|
|
8149
8160
|
} & _ngrx_signals.StateSource<{
|
|
8150
|
-
text?: string | undefined;
|
|
8151
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8152
8161
|
name?: string | undefined;
|
|
8153
|
-
sort?: string | undefined;
|
|
8154
8162
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8163
|
+
text?: string | undefined;
|
|
8155
8164
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8156
8165
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8157
8166
|
page?: number | undefined;
|
|
8158
8167
|
pageSize?: number | undefined;
|
|
8159
8168
|
tab?: string | undefined;
|
|
8160
8169
|
scope?: string | undefined;
|
|
8170
|
+
sort?: string | undefined;
|
|
8161
8171
|
basket?: string | undefined;
|
|
8162
8172
|
isFirstPage?: boolean | undefined;
|
|
8163
8173
|
strictRefine?: boolean | undefined;
|
|
@@ -8171,6 +8181,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8171
8181
|
relevanceTransforms?: string | undefined;
|
|
8172
8182
|
removeDuplicates?: boolean | undefined;
|
|
8173
8183
|
queryId?: string | undefined;
|
|
8184
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8174
8185
|
orderBy?: string | undefined;
|
|
8175
8186
|
groupBy?: string | undefined;
|
|
8176
8187
|
neuralSearch?: boolean | undefined;
|
|
@@ -8694,7 +8705,7 @@ declare class DrawerAdvancedFiltersComponent extends DrawerComponent {
|
|
|
8694
8705
|
protected allowEmptySearch: _angular_core.Signal<boolean>;
|
|
8695
8706
|
text: string;
|
|
8696
8707
|
constructor();
|
|
8697
|
-
getFirstPageQuery(): Promise<void>;
|
|
8708
|
+
getFirstPageQuery(queryName: string): Promise<void>;
|
|
8698
8709
|
onTabChange(tab: string): void;
|
|
8699
8710
|
onSearch(): void;
|
|
8700
8711
|
/** Generate the LegacyFilter to add to the query */
|
|
@@ -8754,17 +8765,16 @@ declare class AdvancedSearchComponent {
|
|
|
8754
8765
|
multiSelection: Article$1[];
|
|
8755
8766
|
}>;
|
|
8756
8767
|
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
8768
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8760
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8761
8769
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8770
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8762
8771
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8763
8772
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8764
8773
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8765
8774
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8766
8775
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8767
8776
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8777
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8768
8778
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8769
8779
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8770
8780
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8778,6 +8788,7 @@ declare class AdvancedSearchComponent {
|
|
|
8778
8788
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8779
8789
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8780
8790
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8791
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8781
8792
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8782
8793
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8783
8794
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8809,17 +8820,16 @@ declare class AdvancedSearchComponent {
|
|
|
8809
8820
|
}> | null;
|
|
8810
8821
|
getQuery: () => _sinequa_atomic.Query;
|
|
8811
8822
|
} & _ngrx_signals.StateSource<{
|
|
8812
|
-
text?: string | undefined;
|
|
8813
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8814
8823
|
name?: string | undefined;
|
|
8815
|
-
sort?: string | undefined;
|
|
8816
8824
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8825
|
+
text?: string | undefined;
|
|
8817
8826
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8818
8827
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8819
8828
|
page?: number | undefined;
|
|
8820
8829
|
pageSize?: number | undefined;
|
|
8821
8830
|
tab?: string | undefined;
|
|
8822
8831
|
scope?: string | undefined;
|
|
8832
|
+
sort?: string | undefined;
|
|
8823
8833
|
basket?: string | undefined;
|
|
8824
8834
|
isFirstPage?: boolean | undefined;
|
|
8825
8835
|
strictRefine?: boolean | undefined;
|
|
@@ -8833,6 +8843,7 @@ declare class AdvancedSearchComponent {
|
|
|
8833
8843
|
relevanceTransforms?: string | undefined;
|
|
8834
8844
|
removeDuplicates?: boolean | undefined;
|
|
8835
8845
|
queryId?: string | undefined;
|
|
8846
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8836
8847
|
orderBy?: string | undefined;
|
|
8837
8848
|
groupBy?: string | undefined;
|
|
8838
8849
|
neuralSearch?: boolean | undefined;
|
|
@@ -9210,17 +9221,16 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9210
9221
|
multiSelection: _sinequa_atomic.Article[];
|
|
9211
9222
|
}>;
|
|
9212
9223
|
queryParamsStore: {
|
|
9213
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9214
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9215
9224
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9216
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9217
9225
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9226
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9218
9227
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9219
9228
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9220
9229
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9221
9230
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9222
9231
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9223
9232
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9233
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9224
9234
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9225
9235
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9226
9236
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9234,6 +9244,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9234
9244
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9235
9245
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9236
9246
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9247
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9237
9248
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9238
9249
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9239
9250
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9265,17 +9276,16 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9265
9276
|
}> | null;
|
|
9266
9277
|
getQuery: () => _sinequa_atomic.Query;
|
|
9267
9278
|
} & _ngrx_signals.StateSource<{
|
|
9268
|
-
text?: string | undefined;
|
|
9269
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9270
9279
|
name?: string | undefined;
|
|
9271
|
-
sort?: string | undefined;
|
|
9272
9280
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9281
|
+
text?: string | undefined;
|
|
9273
9282
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9274
9283
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9275
9284
|
page?: number | undefined;
|
|
9276
9285
|
pageSize?: number | undefined;
|
|
9277
9286
|
tab?: string | undefined;
|
|
9278
9287
|
scope?: string | undefined;
|
|
9288
|
+
sort?: string | undefined;
|
|
9279
9289
|
basket?: string | undefined;
|
|
9280
9290
|
isFirstPage?: boolean | undefined;
|
|
9281
9291
|
strictRefine?: boolean | undefined;
|
|
@@ -9289,6 +9299,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9289
9299
|
relevanceTransforms?: string | undefined;
|
|
9290
9300
|
removeDuplicates?: boolean | undefined;
|
|
9291
9301
|
queryId?: string | undefined;
|
|
9302
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9292
9303
|
orderBy?: string | undefined;
|
|
9293
9304
|
groupBy?: string | undefined;
|
|
9294
9305
|
neuralSearch?: boolean | undefined;
|
|
@@ -9408,17 +9419,16 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9408
9419
|
private appStore;
|
|
9409
9420
|
readonly exportService: ExportService;
|
|
9410
9421
|
readonly queryParamsStore: {
|
|
9411
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9412
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9413
9422
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9414
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9415
9423
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9424
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9416
9425
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9417
9426
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9418
9427
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9419
9428
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9420
9429
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9421
9430
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9431
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9422
9432
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9423
9433
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9424
9434
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9432,6 +9442,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9432
9442
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9433
9443
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9434
9444
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9445
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9435
9446
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9436
9447
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9437
9448
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9463,17 +9474,16 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9463
9474
|
}> | null;
|
|
9464
9475
|
getQuery: () => _sinequa_atomic.Query;
|
|
9465
9476
|
} & _ngrx_signals.StateSource<{
|
|
9466
|
-
text?: string | undefined;
|
|
9467
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9468
9477
|
name?: string | undefined;
|
|
9469
|
-
sort?: string | undefined;
|
|
9470
9478
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9479
|
+
text?: string | undefined;
|
|
9471
9480
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9472
9481
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9473
9482
|
page?: number | undefined;
|
|
9474
9483
|
pageSize?: number | undefined;
|
|
9475
9484
|
tab?: string | undefined;
|
|
9476
9485
|
scope?: string | undefined;
|
|
9486
|
+
sort?: string | undefined;
|
|
9477
9487
|
basket?: string | undefined;
|
|
9478
9488
|
isFirstPage?: boolean | undefined;
|
|
9479
9489
|
strictRefine?: boolean | undefined;
|
|
@@ -9487,6 +9497,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9487
9497
|
relevanceTransforms?: string | undefined;
|
|
9488
9498
|
removeDuplicates?: boolean | undefined;
|
|
9489
9499
|
queryId?: string | undefined;
|
|
9500
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9490
9501
|
orderBy?: string | undefined;
|
|
9491
9502
|
groupBy?: string | undefined;
|
|
9492
9503
|
neuralSearch?: boolean | undefined;
|
|
@@ -9840,17 +9851,16 @@ declare class SearchFeedbackComponent {
|
|
|
9840
9851
|
pages: _angular_core.InputSignal<any>;
|
|
9841
9852
|
readonly auditService: AuditService;
|
|
9842
9853
|
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
9854
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9846
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9847
9855
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9856
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9848
9857
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9849
9858
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9850
9859
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9851
9860
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9852
9861
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9853
9862
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9863
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9854
9864
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9855
9865
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9856
9866
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9864,6 +9874,7 @@ declare class SearchFeedbackComponent {
|
|
|
9864
9874
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9865
9875
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9866
9876
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9877
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9867
9878
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9868
9879
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9869
9880
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9895,17 +9906,16 @@ declare class SearchFeedbackComponent {
|
|
|
9895
9906
|
}> | null;
|
|
9896
9907
|
getQuery: () => _sinequa_atomic.Query;
|
|
9897
9908
|
} & _ngrx_signals.StateSource<{
|
|
9898
|
-
text?: string | undefined;
|
|
9899
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9900
9909
|
name?: string | undefined;
|
|
9901
|
-
sort?: string | undefined;
|
|
9902
9910
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9911
|
+
text?: string | undefined;
|
|
9903
9912
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9904
9913
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9905
9914
|
page?: number | undefined;
|
|
9906
9915
|
pageSize?: number | undefined;
|
|
9907
9916
|
tab?: string | undefined;
|
|
9908
9917
|
scope?: string | undefined;
|
|
9918
|
+
sort?: string | undefined;
|
|
9909
9919
|
basket?: string | undefined;
|
|
9910
9920
|
isFirstPage?: boolean | undefined;
|
|
9911
9921
|
strictRefine?: boolean | undefined;
|
|
@@ -9919,6 +9929,7 @@ declare class SearchFeedbackComponent {
|
|
|
9919
9929
|
relevanceTransforms?: string | undefined;
|
|
9920
9930
|
removeDuplicates?: boolean | undefined;
|
|
9921
9931
|
queryId?: string | undefined;
|
|
9932
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9922
9933
|
orderBy?: string | undefined;
|
|
9923
9934
|
groupBy?: string | undefined;
|
|
9924
9935
|
neuralSearch?: boolean | undefined;
|
|
@@ -9955,17 +9966,16 @@ declare class AggregationTreeComponent {
|
|
|
9955
9966
|
aggregations: Aggregation[];
|
|
9956
9967
|
}>;
|
|
9957
9968
|
queryParamsStore: {
|
|
9958
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9959
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9960
9969
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9961
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9962
9970
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9971
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9963
9972
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9964
9973
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9965
9974
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9966
9975
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9967
9976
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9968
9977
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9978
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9969
9979
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9970
9980
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9971
9981
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9979,6 +9989,7 @@ declare class AggregationTreeComponent {
|
|
|
9979
9989
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9980
9990
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9981
9991
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9992
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9982
9993
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9983
9994
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9984
9995
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10010,17 +10021,16 @@ declare class AggregationTreeComponent {
|
|
|
10010
10021
|
}> | null;
|
|
10011
10022
|
getQuery: () => Query;
|
|
10012
10023
|
} & _ngrx_signals.StateSource<{
|
|
10013
|
-
text?: string | undefined;
|
|
10014
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10015
10024
|
name?: string | undefined;
|
|
10016
|
-
sort?: string | undefined;
|
|
10017
10025
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10026
|
+
text?: string | undefined;
|
|
10018
10027
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10019
10028
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
10020
10029
|
page?: number | undefined;
|
|
10021
10030
|
pageSize?: number | undefined;
|
|
10022
10031
|
tab?: string | undefined;
|
|
10023
10032
|
scope?: string | undefined;
|
|
10033
|
+
sort?: string | undefined;
|
|
10024
10034
|
basket?: string | undefined;
|
|
10025
10035
|
isFirstPage?: boolean | undefined;
|
|
10026
10036
|
strictRefine?: boolean | undefined;
|
|
@@ -10034,6 +10044,7 @@ declare class AggregationTreeComponent {
|
|
|
10034
10044
|
relevanceTransforms?: string | undefined;
|
|
10035
10045
|
removeDuplicates?: boolean | undefined;
|
|
10036
10046
|
queryId?: string | undefined;
|
|
10047
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10037
10048
|
orderBy?: string | undefined;
|
|
10038
10049
|
groupBy?: string | undefined;
|
|
10039
10050
|
neuralSearch?: boolean | undefined;
|
|
@@ -11000,7 +11011,7 @@ declare class FilterButtonComponent {
|
|
|
11000
11011
|
position: _angular_core.InputSignal<Placement>;
|
|
11001
11012
|
offset: _angular_core.InputSignal<number>;
|
|
11002
11013
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11003
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
11014
|
+
protected variant: _angular_core.WritableSignal<"default" | "link" | "secondary" | "accent" | "destructive" | "outline" | "ghost" | "ai" | "none" | "primary" | "light-accent" | "tertiary" | "icon" | null | undefined>;
|
|
11004
11015
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11005
11016
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11006
11017
|
protected nativeElement: any;
|
|
@@ -11014,17 +11025,16 @@ declare class FilterButtonComponent {
|
|
|
11014
11025
|
aggregations: _sinequa_atomic.Aggregation[];
|
|
11015
11026
|
}>;
|
|
11016
11027
|
protected queryParamsStore: {
|
|
11017
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11018
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11019
11028
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11020
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11021
11029
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11030
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11022
11031
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11023
11032
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11024
11033
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11025
11034
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11026
11035
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11027
11036
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11037
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11028
11038
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11029
11039
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11030
11040
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11038,6 +11048,7 @@ declare class FilterButtonComponent {
|
|
|
11038
11048
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11039
11049
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11040
11050
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11051
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11041
11052
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11042
11053
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11043
11054
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11069,17 +11080,16 @@ declare class FilterButtonComponent {
|
|
|
11069
11080
|
}> | null;
|
|
11070
11081
|
getQuery: () => _sinequa_atomic.Query;
|
|
11071
11082
|
} & _ngrx_signals.StateSource<{
|
|
11072
|
-
text?: string | undefined;
|
|
11073
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11074
11083
|
name?: string | undefined;
|
|
11075
|
-
sort?: string | undefined;
|
|
11076
11084
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11085
|
+
text?: string | undefined;
|
|
11077
11086
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11078
11087
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11079
11088
|
page?: number | undefined;
|
|
11080
11089
|
pageSize?: number | undefined;
|
|
11081
11090
|
tab?: string | undefined;
|
|
11082
11091
|
scope?: string | undefined;
|
|
11092
|
+
sort?: string | undefined;
|
|
11083
11093
|
basket?: string | undefined;
|
|
11084
11094
|
isFirstPage?: boolean | undefined;
|
|
11085
11095
|
strictRefine?: boolean | undefined;
|
|
@@ -11093,6 +11103,7 @@ declare class FilterButtonComponent {
|
|
|
11093
11103
|
relevanceTransforms?: string | undefined;
|
|
11094
11104
|
removeDuplicates?: boolean | undefined;
|
|
11095
11105
|
queryId?: string | undefined;
|
|
11106
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11096
11107
|
orderBy?: string | undefined;
|
|
11097
11108
|
groupBy?: string | undefined;
|
|
11098
11109
|
neuralSearch?: boolean | undefined;
|
|
@@ -11728,17 +11739,16 @@ declare class MoreButtonComponent {
|
|
|
11728
11739
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
11729
11740
|
}>;
|
|
11730
11741
|
queryParamsStore: {
|
|
11731
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11732
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11733
11742
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11734
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11735
11743
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11744
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11736
11745
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11737
11746
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11738
11747
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11739
11748
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11740
11749
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11741
11750
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11751
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11742
11752
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11743
11753
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11744
11754
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11752,6 +11762,7 @@ declare class MoreButtonComponent {
|
|
|
11752
11762
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11753
11763
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11754
11764
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11765
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11755
11766
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11756
11767
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11757
11768
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11783,17 +11794,16 @@ declare class MoreButtonComponent {
|
|
|
11783
11794
|
}> | null;
|
|
11784
11795
|
getQuery: () => _sinequa_atomic.Query;
|
|
11785
11796
|
} & _ngrx_signals.StateSource<{
|
|
11786
|
-
text?: string | undefined;
|
|
11787
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11788
11797
|
name?: string | undefined;
|
|
11789
|
-
sort?: string | undefined;
|
|
11790
11798
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11799
|
+
text?: string | undefined;
|
|
11791
11800
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11792
11801
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11793
11802
|
page?: number | undefined;
|
|
11794
11803
|
pageSize?: number | undefined;
|
|
11795
11804
|
tab?: string | undefined;
|
|
11796
11805
|
scope?: string | undefined;
|
|
11806
|
+
sort?: string | undefined;
|
|
11797
11807
|
basket?: string | undefined;
|
|
11798
11808
|
isFirstPage?: boolean | undefined;
|
|
11799
11809
|
strictRefine?: boolean | undefined;
|
|
@@ -11807,6 +11817,7 @@ declare class MoreButtonComponent {
|
|
|
11807
11817
|
relevanceTransforms?: string | undefined;
|
|
11808
11818
|
removeDuplicates?: boolean | undefined;
|
|
11809
11819
|
queryId?: string | undefined;
|
|
11820
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11810
11821
|
orderBy?: string | undefined;
|
|
11811
11822
|
groupBy?: string | undefined;
|
|
11812
11823
|
neuralSearch?: boolean | undefined;
|
|
@@ -12203,17 +12214,16 @@ declare class FiltersBarComponent {
|
|
|
12203
12214
|
aggregations: Aggregation[];
|
|
12204
12215
|
}>;
|
|
12205
12216
|
protected queryParamsStore: {
|
|
12206
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12207
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12208
12217
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12209
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12210
12218
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12219
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12211
12220
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12212
12221
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12213
12222
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12214
12223
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12215
12224
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12216
12225
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12226
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12217
12227
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12218
12228
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12219
12229
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12227,6 +12237,7 @@ declare class FiltersBarComponent {
|
|
|
12227
12237
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12228
12238
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12229
12239
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12240
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12230
12241
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12231
12242
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12232
12243
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12258,17 +12269,16 @@ declare class FiltersBarComponent {
|
|
|
12258
12269
|
}> | null;
|
|
12259
12270
|
getQuery: () => _sinequa_atomic.Query;
|
|
12260
12271
|
} & _ngrx_signals.StateSource<{
|
|
12261
|
-
text?: string | undefined;
|
|
12262
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12263
12272
|
name?: string | undefined;
|
|
12264
|
-
sort?: string | undefined;
|
|
12265
12273
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12274
|
+
text?: string | undefined;
|
|
12266
12275
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12267
12276
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12268
12277
|
page?: number | undefined;
|
|
12269
12278
|
pageSize?: number | undefined;
|
|
12270
12279
|
tab?: string | undefined;
|
|
12271
12280
|
scope?: string | undefined;
|
|
12281
|
+
sort?: string | undefined;
|
|
12272
12282
|
basket?: string | undefined;
|
|
12273
12283
|
isFirstPage?: boolean | undefined;
|
|
12274
12284
|
strictRefine?: boolean | undefined;
|
|
@@ -12282,6 +12292,7 @@ declare class FiltersBarComponent {
|
|
|
12282
12292
|
relevanceTransforms?: string | undefined;
|
|
12283
12293
|
removeDuplicates?: boolean | undefined;
|
|
12284
12294
|
queryId?: string | undefined;
|
|
12295
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12285
12296
|
orderBy?: string | undefined;
|
|
12286
12297
|
groupBy?: string | undefined;
|
|
12287
12298
|
neuralSearch?: boolean | undefined;
|
|
@@ -12684,17 +12695,16 @@ declare class MoreComponent {
|
|
|
12684
12695
|
aggregations: Aggregation[];
|
|
12685
12696
|
}>;
|
|
12686
12697
|
queryParamsStore: {
|
|
12687
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12688
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12689
12698
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12690
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12691
12699
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12700
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12692
12701
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12693
12702
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12694
12703
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12695
12704
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12696
12705
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12697
12706
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12707
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12698
12708
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12699
12709
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12700
12710
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12708,6 +12718,7 @@ declare class MoreComponent {
|
|
|
12708
12718
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12709
12719
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12710
12720
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12721
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12711
12722
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12712
12723
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12713
12724
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12739,17 +12750,16 @@ declare class MoreComponent {
|
|
|
12739
12750
|
}> | null;
|
|
12740
12751
|
getQuery: () => _sinequa_atomic.Query;
|
|
12741
12752
|
} & _ngrx_signals.StateSource<{
|
|
12742
|
-
text?: string | undefined;
|
|
12743
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12744
12753
|
name?: string | undefined;
|
|
12745
|
-
sort?: string | undefined;
|
|
12746
12754
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12755
|
+
text?: string | undefined;
|
|
12747
12756
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12748
12757
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12749
12758
|
page?: number | undefined;
|
|
12750
12759
|
pageSize?: number | undefined;
|
|
12751
12760
|
tab?: string | undefined;
|
|
12752
12761
|
scope?: string | undefined;
|
|
12762
|
+
sort?: string | undefined;
|
|
12753
12763
|
basket?: string | undefined;
|
|
12754
12764
|
isFirstPage?: boolean | undefined;
|
|
12755
12765
|
strictRefine?: boolean | undefined;
|
|
@@ -12763,6 +12773,7 @@ declare class MoreComponent {
|
|
|
12763
12773
|
relevanceTransforms?: string | undefined;
|
|
12764
12774
|
removeDuplicates?: boolean | undefined;
|
|
12765
12775
|
queryId?: string | undefined;
|
|
12776
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12766
12777
|
orderBy?: string | undefined;
|
|
12767
12778
|
groupBy?: string | undefined;
|
|
12768
12779
|
neuralSearch?: boolean | undefined;
|
|
@@ -13308,7 +13319,7 @@ declare class RecentSearchesComponent {
|
|
|
13308
13319
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13309
13320
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13310
13321
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13311
|
-
userTheme: _angular_core.Signal<"
|
|
13322
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13312
13323
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13313
13324
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13314
13325
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13373,17 +13384,16 @@ declare class RecentSearchesComponent {
|
|
|
13373
13384
|
declare class SavedSearchDialog implements DialogInterface {
|
|
13374
13385
|
private readonly savedSearchesService;
|
|
13375
13386
|
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
13387
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13379
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13380
13388
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13389
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13381
13390
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13382
13391
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
13383
13392
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
13384
13393
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13385
13394
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13386
13395
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13396
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13387
13397
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
13388
13398
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13389
13399
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13397,6 +13407,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13397
13407
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
13398
13408
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13399
13409
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
13410
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13400
13411
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13401
13412
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13402
13413
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13428,17 +13439,16 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13428
13439
|
}> | null;
|
|
13429
13440
|
getQuery: () => _sinequa_atomic.Query;
|
|
13430
13441
|
} & _ngrx_signals.StateSource<{
|
|
13431
|
-
text?: string | undefined;
|
|
13432
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13433
13442
|
name?: string | undefined;
|
|
13434
|
-
sort?: string | undefined;
|
|
13435
13443
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13444
|
+
text?: string | undefined;
|
|
13436
13445
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13437
13446
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
13438
13447
|
page?: number | undefined;
|
|
13439
13448
|
pageSize?: number | undefined;
|
|
13440
13449
|
tab?: string | undefined;
|
|
13441
13450
|
scope?: string | undefined;
|
|
13451
|
+
sort?: string | undefined;
|
|
13442
13452
|
basket?: string | undefined;
|
|
13443
13453
|
isFirstPage?: boolean | undefined;
|
|
13444
13454
|
strictRefine?: boolean | undefined;
|
|
@@ -13452,6 +13462,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13452
13462
|
relevanceTransforms?: string | undefined;
|
|
13453
13463
|
removeDuplicates?: boolean | undefined;
|
|
13454
13464
|
queryId?: string | undefined;
|
|
13465
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13455
13466
|
orderBy?: string | undefined;
|
|
13456
13467
|
groupBy?: string | undefined;
|
|
13457
13468
|
neuralSearch?: boolean | undefined;
|
|
@@ -13483,7 +13494,7 @@ declare class SavedSearchesComponent {
|
|
|
13483
13494
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13484
13495
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13485
13496
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13486
|
-
userTheme: _angular_core.Signal<"
|
|
13497
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13487
13498
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13488
13499
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13489
13500
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13578,7 +13589,7 @@ declare class UserProfileFormComponent {
|
|
|
13578
13589
|
param9: _angular_core.Signal<string>;
|
|
13579
13590
|
param10: _angular_core.Signal<string>;
|
|
13580
13591
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
13581
|
-
state: _angular_core.Signal<"
|
|
13592
|
+
state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
|
|
13582
13593
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
13583
13594
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
13584
13595
|
initials: _angular_core.Signal<string>;
|
|
@@ -13622,7 +13633,7 @@ declare class UserProfileFormComponent {
|
|
|
13622
13633
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13623
13634
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13624
13635
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13625
|
-
userTheme: _angular_core.Signal<"
|
|
13636
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13626
13637
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13627
13638
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13628
13639
|
isDarkMode: _angular_core.Signal<boolean>;
|