@sinequa/atomic-angular 0.4.46 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/sinequa-atomic-angular.mjs +28 -26
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/index.d.ts +154 -154
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -114,16 +114,17 @@ 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;
|
|
117
119
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
120
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
118
121
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
119
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
120
122
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
121
123
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
122
124
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
123
125
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
124
126
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
125
127
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
126
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
127
128
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
128
129
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
129
130
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -137,7 +138,6 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
137
138
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
138
139
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
139
140
|
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,16 +169,17 @@ 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;
|
|
172
174
|
name?: string | undefined;
|
|
175
|
+
sort?: string | undefined;
|
|
173
176
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
174
|
-
text?: string | undefined;
|
|
175
177
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
176
178
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
177
179
|
page?: number | undefined;
|
|
178
180
|
pageSize?: number | undefined;
|
|
179
181
|
tab?: string | undefined;
|
|
180
182
|
scope?: string | undefined;
|
|
181
|
-
sort?: string | undefined;
|
|
182
183
|
basket?: string | undefined;
|
|
183
184
|
isFirstPage?: boolean | undefined;
|
|
184
185
|
strictRefine?: boolean | undefined;
|
|
@@ -192,7 +193,6 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
192
193
|
relevanceTransforms?: string | undefined;
|
|
193
194
|
removeDuplicates?: boolean | undefined;
|
|
194
195
|
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" | "none" | "secondary" | "destructive" | "ai" | "accent" | "outline" | "ghost" | "info" | "success" | "warning" | null | undefined>;
|
|
254
254
|
metadata: _angular_core.InputSignal<KeyOf<Article$1> | (string & Record<never, never>)>;
|
|
255
255
|
article: _angular_core.InputSignal<Partial<Article$1> | (string & Record<never, never>)>;
|
|
256
256
|
limit: _angular_core.InputSignalWithTransform<number | undefined, string | number | undefined>;
|
|
@@ -263,16 +263,17 @@ 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;
|
|
266
268
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
269
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
267
270
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
268
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
269
271
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
270
272
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
271
273
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
272
274
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
273
275
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
274
276
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
275
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
276
277
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
277
278
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
278
279
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -286,7 +287,6 @@ declare class MissingTermsComponent {
|
|
|
286
287
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
287
288
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
288
289
|
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,16 +318,17 @@ 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;
|
|
321
323
|
name?: string | undefined;
|
|
324
|
+
sort?: string | undefined;
|
|
322
325
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
323
|
-
text?: string | undefined;
|
|
324
326
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
325
327
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
326
328
|
page?: number | undefined;
|
|
327
329
|
pageSize?: number | undefined;
|
|
328
330
|
tab?: string | undefined;
|
|
329
331
|
scope?: string | undefined;
|
|
330
|
-
sort?: string | undefined;
|
|
331
332
|
basket?: string | undefined;
|
|
332
333
|
isFirstPage?: boolean | undefined;
|
|
333
334
|
strictRefine?: boolean | undefined;
|
|
@@ -341,7 +342,6 @@ declare class MissingTermsComponent {
|
|
|
341
342
|
relevanceTransforms?: string | undefined;
|
|
342
343
|
removeDuplicates?: boolean | undefined;
|
|
343
344
|
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?: "dark" | "light" | "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<"dark" | "light" | "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>;
|
|
@@ -1746,16 +1746,17 @@ 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;
|
|
1749
1751
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1752
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1750
1753
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1751
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1752
1754
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1753
1755
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
1754
1756
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
1755
1757
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1756
1758
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
1757
1759
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
1758
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1759
1760
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
1760
1761
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1761
1762
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1769,7 +1770,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1769
1770
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
1770
1771
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1771
1772
|
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,16 +1793,17 @@ 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;
|
|
1796
1798
|
name?: string | undefined;
|
|
1799
|
+
sort?: string | undefined;
|
|
1797
1800
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1798
|
-
text?: string | undefined;
|
|
1799
1801
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1800
1802
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1801
1803
|
page?: number | undefined;
|
|
1802
1804
|
pageSize?: number | undefined;
|
|
1803
1805
|
tab?: string | undefined;
|
|
1804
1806
|
scope?: string | undefined;
|
|
1805
|
-
sort?: string | undefined;
|
|
1806
1807
|
basket?: string | undefined;
|
|
1807
1808
|
isFirstPage?: boolean | undefined;
|
|
1808
1809
|
strictRefine?: boolean | undefined;
|
|
@@ -1816,7 +1817,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1816
1817
|
relevanceTransforms?: string | undefined;
|
|
1817
1818
|
removeDuplicates?: boolean | undefined;
|
|
1818
1819
|
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,16 +1826,17 @@ 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;
|
|
1829
1831
|
name?: string | undefined;
|
|
1832
|
+
sort?: string | undefined;
|
|
1830
1833
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1831
|
-
text?: string | undefined;
|
|
1832
1834
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1833
1835
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1834
1836
|
page?: number | undefined;
|
|
1835
1837
|
pageSize?: number | undefined;
|
|
1836
1838
|
tab?: string | undefined;
|
|
1837
1839
|
scope?: string | undefined;
|
|
1838
|
-
sort?: string | undefined;
|
|
1839
1840
|
basket?: string | undefined;
|
|
1840
1841
|
isFirstPage?: boolean | undefined;
|
|
1841
1842
|
strictRefine?: boolean | undefined;
|
|
@@ -1849,7 +1850,6 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
1849
1850
|
relevanceTransforms?: string | undefined;
|
|
1850
1851
|
removeDuplicates?: boolean | undefined;
|
|
1851
1852
|
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<"dark" | "light" | "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,16 +2575,17 @@ 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;
|
|
2578
2580
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2581
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2579
2582
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2580
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2581
2583
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2582
2584
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
2583
2585
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
2584
2586
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2585
2587
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
2586
2588
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
2587
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2588
2589
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
2589
2590
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2590
2591
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2598,7 +2599,6 @@ declare class AggregationsService {
|
|
|
2598
2599
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
2599
2600
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2600
2601
|
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,16 +2630,17 @@ 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;
|
|
2633
2635
|
name?: string | undefined;
|
|
2636
|
+
sort?: string | undefined;
|
|
2634
2637
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2635
|
-
text?: string | undefined;
|
|
2636
2638
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2637
2639
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2638
2640
|
page?: number | undefined;
|
|
2639
2641
|
pageSize?: number | undefined;
|
|
2640
2642
|
tab?: string | undefined;
|
|
2641
2643
|
scope?: string | undefined;
|
|
2642
|
-
sort?: string | undefined;
|
|
2643
2644
|
basket?: string | undefined;
|
|
2644
2645
|
isFirstPage?: boolean | undefined;
|
|
2645
2646
|
strictRefine?: boolean | undefined;
|
|
@@ -2653,7 +2654,6 @@ declare class AggregationsService {
|
|
|
2653
2654
|
relevanceTransforms?: string | undefined;
|
|
2654
2655
|
removeDuplicates?: boolean | undefined;
|
|
2655
2656
|
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<"dark" | "light" | "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>;
|
|
@@ -3612,7 +3612,7 @@ declare class AutocompleteService {
|
|
|
3612
3612
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
3613
3613
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3614
3614
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
3615
|
-
userTheme: _angular_core.Signal<"
|
|
3615
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
3616
3616
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
3617
3617
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
3618
3618
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4268,16 +4268,17 @@ declare class PreviewService {
|
|
|
4268
4268
|
multiSelection: Article$1[];
|
|
4269
4269
|
}>;
|
|
4270
4270
|
protected readonly queryParamsStore: {
|
|
4271
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4272
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4271
4273
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4274
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4272
4275
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4273
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4274
4276
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4275
4277
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4276
4278
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4277
4279
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4278
4280
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4279
4281
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4280
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4281
4282
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4282
4283
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4283
4284
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4291,7 +4292,6 @@ declare class PreviewService {
|
|
|
4291
4292
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4292
4293
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4293
4294
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4294
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4295
4295
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4296
4296
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4297
4297
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4323,16 +4323,17 @@ declare class PreviewService {
|
|
|
4323
4323
|
}> | null;
|
|
4324
4324
|
getQuery: () => Query;
|
|
4325
4325
|
} & _ngrx_signals.StateSource<{
|
|
4326
|
+
text?: string | undefined;
|
|
4327
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4326
4328
|
name?: string | undefined;
|
|
4329
|
+
sort?: string | undefined;
|
|
4327
4330
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4328
|
-
text?: string | undefined;
|
|
4329
4331
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4330
4332
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4331
4333
|
page?: number | undefined;
|
|
4332
4334
|
pageSize?: number | undefined;
|
|
4333
4335
|
tab?: string | undefined;
|
|
4334
4336
|
scope?: string | undefined;
|
|
4335
|
-
sort?: string | undefined;
|
|
4336
4337
|
basket?: string | undefined;
|
|
4337
4338
|
isFirstPage?: boolean | undefined;
|
|
4338
4339
|
strictRefine?: boolean | undefined;
|
|
@@ -4346,7 +4347,6 @@ declare class PreviewService {
|
|
|
4346
4347
|
relevanceTransforms?: string | undefined;
|
|
4347
4348
|
removeDuplicates?: boolean | undefined;
|
|
4348
4349
|
queryId?: string | undefined;
|
|
4349
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4350
4350
|
orderBy?: string | undefined;
|
|
4351
4351
|
groupBy?: string | undefined;
|
|
4352
4352
|
neuralSearch?: boolean | undefined;
|
|
@@ -4851,7 +4851,7 @@ declare class SavedSearchesService {
|
|
|
4851
4851
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
4852
4852
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4853
4853
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4854
|
-
userTheme: _angular_core.Signal<"
|
|
4854
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
4855
4855
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
4856
4856
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
4857
4857
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4897,16 +4897,17 @@ declare class SavedSearchesService {
|
|
|
4897
4897
|
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
4898
4898
|
}>;
|
|
4899
4899
|
protected readonly queryParamsStore: {
|
|
4900
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4901
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4900
4902
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4903
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4901
4904
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4902
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4903
4905
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4904
4906
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4905
4907
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4906
4908
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4907
4909
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4908
4910
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4909
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4910
4911
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4911
4912
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4912
4913
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4920,7 +4921,6 @@ declare class SavedSearchesService {
|
|
|
4920
4921
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4921
4922
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4922
4923
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4923
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4924
4924
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4925
4925
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4926
4926
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4952,16 +4952,17 @@ declare class SavedSearchesService {
|
|
|
4952
4952
|
}> | null;
|
|
4953
4953
|
getQuery: () => _sinequa_atomic.Query;
|
|
4954
4954
|
} & _ngrx_signals.StateSource<{
|
|
4955
|
+
text?: string | undefined;
|
|
4956
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4955
4957
|
name?: string | undefined;
|
|
4958
|
+
sort?: string | undefined;
|
|
4956
4959
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4957
|
-
text?: string | undefined;
|
|
4958
4960
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4959
4961
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4960
4962
|
page?: number | undefined;
|
|
4961
4963
|
pageSize?: number | undefined;
|
|
4962
4964
|
tab?: string | undefined;
|
|
4963
4965
|
scope?: string | undefined;
|
|
4964
|
-
sort?: string | undefined;
|
|
4965
4966
|
basket?: string | undefined;
|
|
4966
4967
|
isFirstPage?: boolean | undefined;
|
|
4967
4968
|
strictRefine?: boolean | undefined;
|
|
@@ -4975,7 +4976,6 @@ declare class SavedSearchesService {
|
|
|
4975
4976
|
relevanceTransforms?: string | undefined;
|
|
4976
4977
|
removeDuplicates?: boolean | undefined;
|
|
4977
4978
|
queryId?: string | undefined;
|
|
4978
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4979
4979
|
orderBy?: string | undefined;
|
|
4980
4980
|
groupBy?: string | undefined;
|
|
4981
4981
|
neuralSearch?: boolean | undefined;
|
|
@@ -5038,16 +5038,17 @@ declare class SearchService {
|
|
|
5038
5038
|
result: Result;
|
|
5039
5039
|
audit?: AuditEvents;
|
|
5040
5040
|
protected readonly queryParamsStore: {
|
|
5041
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5042
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5041
5043
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5044
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5042
5045
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5043
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5044
5046
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5045
5047
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5046
5048
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5047
5049
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5048
5050
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5049
5051
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5050
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5051
5052
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5052
5053
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5053
5054
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5061,7 +5062,6 @@ declare class SearchService {
|
|
|
5061
5062
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5062
5063
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5063
5064
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5064
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5065
5065
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5066
5066
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5067
5067
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5093,16 +5093,17 @@ declare class SearchService {
|
|
|
5093
5093
|
}> | null;
|
|
5094
5094
|
getQuery: () => Query;
|
|
5095
5095
|
} & _ngrx_signals.StateSource<{
|
|
5096
|
+
text?: string | undefined;
|
|
5097
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5096
5098
|
name?: string | undefined;
|
|
5099
|
+
sort?: string | undefined;
|
|
5097
5100
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5098
|
-
text?: string | undefined;
|
|
5099
5101
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5100
5102
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5101
5103
|
page?: number | undefined;
|
|
5102
5104
|
pageSize?: number | undefined;
|
|
5103
5105
|
tab?: string | undefined;
|
|
5104
5106
|
scope?: string | undefined;
|
|
5105
|
-
sort?: string | undefined;
|
|
5106
5107
|
basket?: string | undefined;
|
|
5107
5108
|
isFirstPage?: boolean | undefined;
|
|
5108
5109
|
strictRefine?: boolean | undefined;
|
|
@@ -5116,7 +5117,6 @@ declare class SearchService {
|
|
|
5116
5117
|
relevanceTransforms?: string | undefined;
|
|
5117
5118
|
removeDuplicates?: boolean | undefined;
|
|
5118
5119
|
queryId?: string | undefined;
|
|
5119
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5120
5120
|
orderBy?: string | undefined;
|
|
5121
5121
|
groupBy?: string | undefined;
|
|
5122
5122
|
neuralSearch?: boolean | undefined;
|
|
@@ -5133,7 +5133,7 @@ declare class SearchService {
|
|
|
5133
5133
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
5134
5134
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5135
5135
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5136
|
-
userTheme: _angular_core.Signal<"
|
|
5136
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
5137
5137
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
5138
5138
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
5139
5139
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -5229,16 +5229,17 @@ declare class SelectionService {
|
|
|
5229
5229
|
private readonly location;
|
|
5230
5230
|
private readonly selectionStore;
|
|
5231
5231
|
queryParamsStore: {
|
|
5232
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5233
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5232
5234
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5235
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5233
5236
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5234
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5235
5237
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5236
5238
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5237
5239
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5238
5240
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5239
5241
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5240
5242
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5241
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5242
5243
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5243
5244
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5244
5245
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5252,7 +5253,6 @@ declare class SelectionService {
|
|
|
5252
5253
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5253
5254
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5254
5255
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5255
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5256
5256
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5257
5257
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5258
5258
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5284,16 +5284,17 @@ declare class SelectionService {
|
|
|
5284
5284
|
}> | null;
|
|
5285
5285
|
getQuery: () => _sinequa_atomic.Query;
|
|
5286
5286
|
} & _ngrx_signals.StateSource<{
|
|
5287
|
+
text?: string | undefined;
|
|
5288
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5287
5289
|
name?: string | undefined;
|
|
5290
|
+
sort?: string | undefined;
|
|
5288
5291
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5289
|
-
text?: string | undefined;
|
|
5290
5292
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5291
5293
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5292
5294
|
page?: number | undefined;
|
|
5293
5295
|
pageSize?: number | undefined;
|
|
5294
5296
|
tab?: string | undefined;
|
|
5295
5297
|
scope?: string | undefined;
|
|
5296
|
-
sort?: string | undefined;
|
|
5297
5298
|
basket?: string | undefined;
|
|
5298
5299
|
isFirstPage?: boolean | undefined;
|
|
5299
5300
|
strictRefine?: boolean | undefined;
|
|
@@ -5307,7 +5308,6 @@ declare class SelectionService {
|
|
|
5307
5308
|
relevanceTransforms?: string | undefined;
|
|
5308
5309
|
removeDuplicates?: boolean | undefined;
|
|
5309
5310
|
queryId?: string | undefined;
|
|
5310
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5311
5311
|
orderBy?: string | undefined;
|
|
5312
5312
|
groupBy?: string | undefined;
|
|
5313
5313
|
neuralSearch?: boolean | undefined;
|
|
@@ -5453,16 +5453,17 @@ declare class NavbarTabsComponent {
|
|
|
5453
5453
|
readonly router: Router;
|
|
5454
5454
|
readonly route: ActivatedRoute;
|
|
5455
5455
|
readonly queryParamsStore: {
|
|
5456
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5457
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5456
5458
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5459
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5457
5460
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5458
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5459
5461
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5460
5462
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5461
5463
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5462
5464
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5463
5465
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5464
5466
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5465
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5466
5467
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5467
5468
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5468
5469
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5476,7 +5477,6 @@ declare class NavbarTabsComponent {
|
|
|
5476
5477
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5477
5478
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5478
5479
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5479
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5480
5480
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5481
5481
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5482
5482
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5508,16 +5508,17 @@ declare class NavbarTabsComponent {
|
|
|
5508
5508
|
}> | null;
|
|
5509
5509
|
getQuery: () => _sinequa_atomic.Query;
|
|
5510
5510
|
} & _ngrx_signals.StateSource<{
|
|
5511
|
+
text?: string | undefined;
|
|
5512
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5511
5513
|
name?: string | undefined;
|
|
5514
|
+
sort?: string | undefined;
|
|
5512
5515
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5513
|
-
text?: string | undefined;
|
|
5514
5516
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5515
5517
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5516
5518
|
page?: number | undefined;
|
|
5517
5519
|
pageSize?: number | undefined;
|
|
5518
5520
|
tab?: string | undefined;
|
|
5519
5521
|
scope?: string | undefined;
|
|
5520
|
-
sort?: string | undefined;
|
|
5521
5522
|
basket?: string | undefined;
|
|
5522
5523
|
isFirstPage?: boolean | undefined;
|
|
5523
5524
|
strictRefine?: boolean | undefined;
|
|
@@ -5531,7 +5532,6 @@ declare class NavbarTabsComponent {
|
|
|
5531
5532
|
relevanceTransforms?: string | undefined;
|
|
5532
5533
|
removeDuplicates?: boolean | undefined;
|
|
5533
5534
|
queryId?: string | undefined;
|
|
5534
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5535
5535
|
orderBy?: string | undefined;
|
|
5536
5536
|
groupBy?: string | undefined;
|
|
5537
5537
|
neuralSearch?: boolean | undefined;
|
|
@@ -6004,7 +6004,7 @@ declare class ShowBookmarkDirective {
|
|
|
6004
6004
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
6005
6005
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6006
6006
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
6007
|
-
userTheme: _angular_core.Signal<"
|
|
6007
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
6008
6008
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
6009
6009
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
6010
6010
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -6678,16 +6678,17 @@ declare class SponsoredResultsComponent {
|
|
|
6678
6678
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
6679
6679
|
}>;
|
|
6680
6680
|
queryParamStore: {
|
|
6681
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6682
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6681
6683
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6684
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6682
6685
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6683
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6684
6686
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6685
6687
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6686
6688
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6687
6689
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6688
6690
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6689
6691
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6690
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6691
6692
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6692
6693
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6693
6694
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6701,7 +6702,6 @@ declare class SponsoredResultsComponent {
|
|
|
6701
6702
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
6702
6703
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6703
6704
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
6704
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6705
6705
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6706
6706
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6707
6707
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6733,16 +6733,17 @@ declare class SponsoredResultsComponent {
|
|
|
6733
6733
|
}> | null;
|
|
6734
6734
|
getQuery: () => _sinequa_atomic.Query;
|
|
6735
6735
|
} & _ngrx_signals.StateSource<{
|
|
6736
|
+
text?: string | undefined;
|
|
6737
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6736
6738
|
name?: string | undefined;
|
|
6739
|
+
sort?: string | undefined;
|
|
6737
6740
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6738
|
-
text?: string | undefined;
|
|
6739
6741
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6740
6742
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6741
6743
|
page?: number | undefined;
|
|
6742
6744
|
pageSize?: number | undefined;
|
|
6743
6745
|
tab?: string | undefined;
|
|
6744
6746
|
scope?: string | undefined;
|
|
6745
|
-
sort?: string | undefined;
|
|
6746
6747
|
basket?: string | undefined;
|
|
6747
6748
|
isFirstPage?: boolean | undefined;
|
|
6748
6749
|
strictRefine?: boolean | undefined;
|
|
@@ -6756,7 +6757,6 @@ declare class SponsoredResultsComponent {
|
|
|
6756
6757
|
relevanceTransforms?: string | undefined;
|
|
6757
6758
|
removeDuplicates?: boolean | undefined;
|
|
6758
6759
|
queryId?: string | undefined;
|
|
6759
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6760
6760
|
orderBy?: string | undefined;
|
|
6761
6761
|
groupBy?: string | undefined;
|
|
6762
6762
|
neuralSearch?: boolean | undefined;
|
|
@@ -7011,16 +7011,17 @@ declare class AggregationListComponent {
|
|
|
7011
7011
|
aggregations: Aggregation[];
|
|
7012
7012
|
}>;
|
|
7013
7013
|
queryParamsStore: {
|
|
7014
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7015
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7014
7016
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7017
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7015
7018
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7016
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7017
7019
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7018
7020
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7019
7021
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7020
7022
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7021
7023
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7022
7024
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7023
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7024
7025
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7025
7026
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7026
7027
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7034,7 +7035,6 @@ declare class AggregationListComponent {
|
|
|
7034
7035
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7035
7036
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7036
7037
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7037
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7038
7038
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7039
7039
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7040
7040
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7066,16 +7066,17 @@ declare class AggregationListComponent {
|
|
|
7066
7066
|
}> | null;
|
|
7067
7067
|
getQuery: () => Query;
|
|
7068
7068
|
} & _ngrx_signals.StateSource<{
|
|
7069
|
+
text?: string | undefined;
|
|
7070
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7069
7071
|
name?: string | undefined;
|
|
7072
|
+
sort?: string | undefined;
|
|
7070
7073
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7071
|
-
text?: string | undefined;
|
|
7072
7074
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7073
7075
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7074
7076
|
page?: number | undefined;
|
|
7075
7077
|
pageSize?: number | undefined;
|
|
7076
7078
|
tab?: string | undefined;
|
|
7077
7079
|
scope?: string | undefined;
|
|
7078
|
-
sort?: string | undefined;
|
|
7079
7080
|
basket?: string | undefined;
|
|
7080
7081
|
isFirstPage?: boolean | undefined;
|
|
7081
7082
|
strictRefine?: boolean | undefined;
|
|
@@ -7089,7 +7090,6 @@ declare class AggregationListComponent {
|
|
|
7089
7090
|
relevanceTransforms?: string | undefined;
|
|
7090
7091
|
removeDuplicates?: boolean | undefined;
|
|
7091
7092
|
queryId?: string | undefined;
|
|
7092
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7093
7093
|
orderBy?: string | undefined;
|
|
7094
7094
|
groupBy?: string | undefined;
|
|
7095
7095
|
neuralSearch?: boolean | undefined;
|
|
@@ -7632,16 +7632,17 @@ declare class AdvancedSearch {
|
|
|
7632
7632
|
multiSelection: Article$1[];
|
|
7633
7633
|
}>;
|
|
7634
7634
|
protected readonly queryParamsStore: {
|
|
7635
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7636
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7635
7637
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7638
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7636
7639
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7637
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7638
7640
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7639
7641
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7640
7642
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7641
7643
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7642
7644
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7643
7645
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7644
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7645
7646
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7646
7647
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7647
7648
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7655,7 +7656,6 @@ declare class AdvancedSearch {
|
|
|
7655
7656
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7656
7657
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7657
7658
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7658
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7659
7659
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7660
7660
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7661
7661
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7687,16 +7687,17 @@ declare class AdvancedSearch {
|
|
|
7687
7687
|
}> | null;
|
|
7688
7688
|
getQuery: () => _sinequa_atomic.Query;
|
|
7689
7689
|
} & _ngrx_signals.StateSource<{
|
|
7690
|
+
text?: string | undefined;
|
|
7691
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7690
7692
|
name?: string | undefined;
|
|
7693
|
+
sort?: string | undefined;
|
|
7691
7694
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7692
|
-
text?: string | undefined;
|
|
7693
7695
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7694
7696
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7695
7697
|
page?: number | undefined;
|
|
7696
7698
|
pageSize?: number | undefined;
|
|
7697
7699
|
tab?: string | undefined;
|
|
7698
7700
|
scope?: string | undefined;
|
|
7699
|
-
sort?: string | undefined;
|
|
7700
7701
|
basket?: string | undefined;
|
|
7701
7702
|
isFirstPage?: boolean | undefined;
|
|
7702
7703
|
strictRefine?: boolean | undefined;
|
|
@@ -7710,7 +7711,6 @@ declare class AdvancedSearch {
|
|
|
7710
7711
|
relevanceTransforms?: string | undefined;
|
|
7711
7712
|
removeDuplicates?: boolean | undefined;
|
|
7712
7713
|
queryId?: string | undefined;
|
|
7713
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7714
7714
|
orderBy?: string | undefined;
|
|
7715
7715
|
groupBy?: string | undefined;
|
|
7716
7716
|
neuralSearch?: boolean | undefined;
|
|
@@ -8096,16 +8096,17 @@ declare class ArticleLabels {
|
|
|
8096
8096
|
|
|
8097
8097
|
declare class ArticleSimilarDocuments {
|
|
8098
8098
|
protected readonly queryParamsStore: {
|
|
8099
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8100
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8099
8101
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8102
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8100
8103
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8101
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8102
8104
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8103
8105
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8104
8106
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8105
8107
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8106
8108
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8107
8109
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8108
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8109
8110
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8110
8111
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8111
8112
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8119,7 +8120,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8119
8120
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8120
8121
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8121
8122
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8122
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8123
8123
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8124
8124
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8125
8125
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8151,16 +8151,17 @@ declare class ArticleSimilarDocuments {
|
|
|
8151
8151
|
}> | null;
|
|
8152
8152
|
getQuery: () => _sinequa_atomic.Query;
|
|
8153
8153
|
} & _ngrx_signals.StateSource<{
|
|
8154
|
+
text?: string | undefined;
|
|
8155
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8154
8156
|
name?: string | undefined;
|
|
8157
|
+
sort?: string | undefined;
|
|
8155
8158
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8156
|
-
text?: string | undefined;
|
|
8157
8159
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8158
8160
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8159
8161
|
page?: number | undefined;
|
|
8160
8162
|
pageSize?: number | undefined;
|
|
8161
8163
|
tab?: string | undefined;
|
|
8162
8164
|
scope?: string | undefined;
|
|
8163
|
-
sort?: string | undefined;
|
|
8164
8165
|
basket?: string | undefined;
|
|
8165
8166
|
isFirstPage?: boolean | undefined;
|
|
8166
8167
|
strictRefine?: boolean | undefined;
|
|
@@ -8174,7 +8175,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8174
8175
|
relevanceTransforms?: string | undefined;
|
|
8175
8176
|
removeDuplicates?: boolean | undefined;
|
|
8176
8177
|
queryId?: string | undefined;
|
|
8177
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8178
8178
|
orderBy?: string | undefined;
|
|
8179
8179
|
groupBy?: string | undefined;
|
|
8180
8180
|
neuralSearch?: boolean | undefined;
|
|
@@ -8758,16 +8758,17 @@ declare class AdvancedSearchComponent {
|
|
|
8758
8758
|
multiSelection: Article$1[];
|
|
8759
8759
|
}>;
|
|
8760
8760
|
protected readonly queryParamsStore: {
|
|
8761
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8762
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8761
8763
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8764
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8762
8765
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8763
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8764
8766
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8765
8767
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8766
8768
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8767
8769
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8768
8770
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8769
8771
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8770
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8771
8772
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8772
8773
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8773
8774
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8781,7 +8782,6 @@ declare class AdvancedSearchComponent {
|
|
|
8781
8782
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8782
8783
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8783
8784
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8784
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8785
8785
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8786
8786
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8787
8787
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8813,16 +8813,17 @@ declare class AdvancedSearchComponent {
|
|
|
8813
8813
|
}> | null;
|
|
8814
8814
|
getQuery: () => _sinequa_atomic.Query;
|
|
8815
8815
|
} & _ngrx_signals.StateSource<{
|
|
8816
|
+
text?: string | undefined;
|
|
8817
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8816
8818
|
name?: string | undefined;
|
|
8819
|
+
sort?: string | undefined;
|
|
8817
8820
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8818
|
-
text?: string | undefined;
|
|
8819
8821
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8820
8822
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8821
8823
|
page?: number | undefined;
|
|
8822
8824
|
pageSize?: number | undefined;
|
|
8823
8825
|
tab?: string | undefined;
|
|
8824
8826
|
scope?: string | undefined;
|
|
8825
|
-
sort?: string | undefined;
|
|
8826
8827
|
basket?: string | undefined;
|
|
8827
8828
|
isFirstPage?: boolean | undefined;
|
|
8828
8829
|
strictRefine?: boolean | undefined;
|
|
@@ -8836,7 +8837,6 @@ declare class AdvancedSearchComponent {
|
|
|
8836
8837
|
relevanceTransforms?: string | undefined;
|
|
8837
8838
|
removeDuplicates?: boolean | undefined;
|
|
8838
8839
|
queryId?: string | undefined;
|
|
8839
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8840
8840
|
orderBy?: string | undefined;
|
|
8841
8841
|
groupBy?: string | undefined;
|
|
8842
8842
|
neuralSearch?: boolean | undefined;
|
|
@@ -9214,16 +9214,17 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9214
9214
|
multiSelection: _sinequa_atomic.Article[];
|
|
9215
9215
|
}>;
|
|
9216
9216
|
queryParamsStore: {
|
|
9217
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9218
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9217
9219
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9220
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9218
9221
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9219
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9220
9222
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9221
9223
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9222
9224
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9223
9225
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9224
9226
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9225
9227
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9226
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9227
9228
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9228
9229
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9229
9230
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9237,7 +9238,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9237
9238
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9238
9239
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9239
9240
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9240
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9241
9241
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9242
9242
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9243
9243
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9269,16 +9269,17 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9269
9269
|
}> | null;
|
|
9270
9270
|
getQuery: () => _sinequa_atomic.Query;
|
|
9271
9271
|
} & _ngrx_signals.StateSource<{
|
|
9272
|
+
text?: string | undefined;
|
|
9273
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9272
9274
|
name?: string | undefined;
|
|
9275
|
+
sort?: string | undefined;
|
|
9273
9276
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9274
|
-
text?: string | undefined;
|
|
9275
9277
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9276
9278
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9277
9279
|
page?: number | undefined;
|
|
9278
9280
|
pageSize?: number | undefined;
|
|
9279
9281
|
tab?: string | undefined;
|
|
9280
9282
|
scope?: string | undefined;
|
|
9281
|
-
sort?: string | undefined;
|
|
9282
9283
|
basket?: string | undefined;
|
|
9283
9284
|
isFirstPage?: boolean | undefined;
|
|
9284
9285
|
strictRefine?: boolean | undefined;
|
|
@@ -9292,7 +9293,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9292
9293
|
relevanceTransforms?: string | undefined;
|
|
9293
9294
|
removeDuplicates?: boolean | undefined;
|
|
9294
9295
|
queryId?: string | undefined;
|
|
9295
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9296
9296
|
orderBy?: string | undefined;
|
|
9297
9297
|
groupBy?: string | undefined;
|
|
9298
9298
|
neuralSearch?: boolean | undefined;
|
|
@@ -9412,16 +9412,17 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9412
9412
|
private appStore;
|
|
9413
9413
|
readonly exportService: ExportService;
|
|
9414
9414
|
readonly queryParamsStore: {
|
|
9415
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9416
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9415
9417
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9418
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9416
9419
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9417
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9418
9420
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9419
9421
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9420
9422
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9421
9423
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9422
9424
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9423
9425
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9424
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9425
9426
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9426
9427
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9427
9428
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9435,7 +9436,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9435
9436
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9436
9437
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9437
9438
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9438
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9439
9439
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9440
9440
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9441
9441
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9467,16 +9467,17 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9467
9467
|
}> | null;
|
|
9468
9468
|
getQuery: () => _sinequa_atomic.Query;
|
|
9469
9469
|
} & _ngrx_signals.StateSource<{
|
|
9470
|
+
text?: string | undefined;
|
|
9471
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9470
9472
|
name?: string | undefined;
|
|
9473
|
+
sort?: string | undefined;
|
|
9471
9474
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9472
|
-
text?: string | undefined;
|
|
9473
9475
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9474
9476
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9475
9477
|
page?: number | undefined;
|
|
9476
9478
|
pageSize?: number | undefined;
|
|
9477
9479
|
tab?: string | undefined;
|
|
9478
9480
|
scope?: string | undefined;
|
|
9479
|
-
sort?: string | undefined;
|
|
9480
9481
|
basket?: string | undefined;
|
|
9481
9482
|
isFirstPage?: boolean | undefined;
|
|
9482
9483
|
strictRefine?: boolean | undefined;
|
|
@@ -9490,7 +9491,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9490
9491
|
relevanceTransforms?: string | undefined;
|
|
9491
9492
|
removeDuplicates?: boolean | undefined;
|
|
9492
9493
|
queryId?: string | undefined;
|
|
9493
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9494
9494
|
orderBy?: string | undefined;
|
|
9495
9495
|
groupBy?: string | undefined;
|
|
9496
9496
|
neuralSearch?: boolean | undefined;
|
|
@@ -9844,16 +9844,17 @@ declare class SearchFeedbackComponent {
|
|
|
9844
9844
|
pages: _angular_core.InputSignal<any>;
|
|
9845
9845
|
readonly auditService: AuditService;
|
|
9846
9846
|
protected readonly queryParamsStore: {
|
|
9847
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9848
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9847
9849
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9850
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9848
9851
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9849
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9850
9852
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9851
9853
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9852
9854
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9853
9855
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9854
9856
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9855
9857
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9856
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9857
9858
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9858
9859
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9859
9860
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9867,7 +9868,6 @@ declare class SearchFeedbackComponent {
|
|
|
9867
9868
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9868
9869
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9869
9870
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9870
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9871
9871
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9872
9872
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9873
9873
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9899,16 +9899,17 @@ declare class SearchFeedbackComponent {
|
|
|
9899
9899
|
}> | null;
|
|
9900
9900
|
getQuery: () => _sinequa_atomic.Query;
|
|
9901
9901
|
} & _ngrx_signals.StateSource<{
|
|
9902
|
+
text?: string | undefined;
|
|
9903
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9902
9904
|
name?: string | undefined;
|
|
9905
|
+
sort?: string | undefined;
|
|
9903
9906
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9904
|
-
text?: string | undefined;
|
|
9905
9907
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9906
9908
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9907
9909
|
page?: number | undefined;
|
|
9908
9910
|
pageSize?: number | undefined;
|
|
9909
9911
|
tab?: string | undefined;
|
|
9910
9912
|
scope?: string | undefined;
|
|
9911
|
-
sort?: string | undefined;
|
|
9912
9913
|
basket?: string | undefined;
|
|
9913
9914
|
isFirstPage?: boolean | undefined;
|
|
9914
9915
|
strictRefine?: boolean | undefined;
|
|
@@ -9922,7 +9923,6 @@ declare class SearchFeedbackComponent {
|
|
|
9922
9923
|
relevanceTransforms?: string | undefined;
|
|
9923
9924
|
removeDuplicates?: boolean | undefined;
|
|
9924
9925
|
queryId?: string | undefined;
|
|
9925
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9926
9926
|
orderBy?: string | undefined;
|
|
9927
9927
|
groupBy?: string | undefined;
|
|
9928
9928
|
neuralSearch?: boolean | undefined;
|
|
@@ -9959,16 +9959,17 @@ declare class AggregationTreeComponent {
|
|
|
9959
9959
|
aggregations: Aggregation[];
|
|
9960
9960
|
}>;
|
|
9961
9961
|
queryParamsStore: {
|
|
9962
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9963
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9962
9964
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9965
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9963
9966
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9964
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9965
9967
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9966
9968
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9967
9969
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9968
9970
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9969
9971
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9970
9972
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9971
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9972
9973
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9973
9974
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9974
9975
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9982,7 +9983,6 @@ declare class AggregationTreeComponent {
|
|
|
9982
9983
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9983
9984
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9984
9985
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9985
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9986
9986
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9987
9987
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9988
9988
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10014,16 +10014,17 @@ declare class AggregationTreeComponent {
|
|
|
10014
10014
|
}> | null;
|
|
10015
10015
|
getQuery: () => Query;
|
|
10016
10016
|
} & _ngrx_signals.StateSource<{
|
|
10017
|
+
text?: string | undefined;
|
|
10018
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10017
10019
|
name?: string | undefined;
|
|
10020
|
+
sort?: string | undefined;
|
|
10018
10021
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10019
|
-
text?: string | undefined;
|
|
10020
10022
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10021
10023
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
10022
10024
|
page?: number | undefined;
|
|
10023
10025
|
pageSize?: number | undefined;
|
|
10024
10026
|
tab?: string | undefined;
|
|
10025
10027
|
scope?: string | undefined;
|
|
10026
|
-
sort?: string | undefined;
|
|
10027
10028
|
basket?: string | undefined;
|
|
10028
10029
|
isFirstPage?: boolean | undefined;
|
|
10029
10030
|
strictRefine?: boolean | undefined;
|
|
@@ -10037,7 +10038,6 @@ declare class AggregationTreeComponent {
|
|
|
10037
10038
|
relevanceTransforms?: string | undefined;
|
|
10038
10039
|
removeDuplicates?: boolean | undefined;
|
|
10039
10040
|
queryId?: string | undefined;
|
|
10040
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10041
10041
|
orderBy?: string | undefined;
|
|
10042
10042
|
groupBy?: string | undefined;
|
|
10043
10043
|
neuralSearch?: boolean | undefined;
|
|
@@ -11004,7 +11004,7 @@ declare class FilterButtonComponent {
|
|
|
11004
11004
|
position: _angular_core.InputSignal<Placement>;
|
|
11005
11005
|
offset: _angular_core.InputSignal<number>;
|
|
11006
11006
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11007
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
11007
|
+
protected variant: _angular_core.WritableSignal<"default" | "icon" | "none" | "secondary" | "destructive" | "ai" | "primary" | "link" | "accent" | "outline" | "ghost" | "light-accent" | "tertiary" | null | undefined>;
|
|
11008
11008
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11009
11009
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11010
11010
|
protected nativeElement: any;
|
|
@@ -11018,16 +11018,17 @@ declare class FilterButtonComponent {
|
|
|
11018
11018
|
aggregations: _sinequa_atomic.Aggregation[];
|
|
11019
11019
|
}>;
|
|
11020
11020
|
protected queryParamsStore: {
|
|
11021
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11022
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11021
11023
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11024
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11022
11025
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11023
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11024
11026
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11025
11027
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11026
11028
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11027
11029
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11028
11030
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11029
11031
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11030
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11031
11032
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11032
11033
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11033
11034
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11041,7 +11042,6 @@ declare class FilterButtonComponent {
|
|
|
11041
11042
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11042
11043
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11043
11044
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11044
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11045
11045
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11046
11046
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11047
11047
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11073,16 +11073,17 @@ declare class FilterButtonComponent {
|
|
|
11073
11073
|
}> | null;
|
|
11074
11074
|
getQuery: () => _sinequa_atomic.Query;
|
|
11075
11075
|
} & _ngrx_signals.StateSource<{
|
|
11076
|
+
text?: string | undefined;
|
|
11077
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11076
11078
|
name?: string | undefined;
|
|
11079
|
+
sort?: string | undefined;
|
|
11077
11080
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11078
|
-
text?: string | undefined;
|
|
11079
11081
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11080
11082
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11081
11083
|
page?: number | undefined;
|
|
11082
11084
|
pageSize?: number | undefined;
|
|
11083
11085
|
tab?: string | undefined;
|
|
11084
11086
|
scope?: string | undefined;
|
|
11085
|
-
sort?: string | undefined;
|
|
11086
11087
|
basket?: string | undefined;
|
|
11087
11088
|
isFirstPage?: boolean | undefined;
|
|
11088
11089
|
strictRefine?: boolean | undefined;
|
|
@@ -11096,7 +11097,6 @@ declare class FilterButtonComponent {
|
|
|
11096
11097
|
relevanceTransforms?: string | undefined;
|
|
11097
11098
|
removeDuplicates?: boolean | undefined;
|
|
11098
11099
|
queryId?: string | undefined;
|
|
11099
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11100
11100
|
orderBy?: string | undefined;
|
|
11101
11101
|
groupBy?: string | undefined;
|
|
11102
11102
|
neuralSearch?: boolean | undefined;
|
|
@@ -11732,16 +11732,17 @@ declare class MoreButtonComponent {
|
|
|
11732
11732
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
11733
11733
|
}>;
|
|
11734
11734
|
queryParamsStore: {
|
|
11735
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11736
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11735
11737
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11738
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11736
11739
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11737
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11738
11740
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11739
11741
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11740
11742
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11741
11743
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11742
11744
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11743
11745
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11744
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11745
11746
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11746
11747
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11747
11748
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11755,7 +11756,6 @@ declare class MoreButtonComponent {
|
|
|
11755
11756
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11756
11757
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11757
11758
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11758
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11759
11759
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11760
11760
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11761
11761
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11787,16 +11787,17 @@ declare class MoreButtonComponent {
|
|
|
11787
11787
|
}> | null;
|
|
11788
11788
|
getQuery: () => _sinequa_atomic.Query;
|
|
11789
11789
|
} & _ngrx_signals.StateSource<{
|
|
11790
|
+
text?: string | undefined;
|
|
11791
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11790
11792
|
name?: string | undefined;
|
|
11793
|
+
sort?: string | undefined;
|
|
11791
11794
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11792
|
-
text?: string | undefined;
|
|
11793
11795
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11794
11796
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11795
11797
|
page?: number | undefined;
|
|
11796
11798
|
pageSize?: number | undefined;
|
|
11797
11799
|
tab?: string | undefined;
|
|
11798
11800
|
scope?: string | undefined;
|
|
11799
|
-
sort?: string | undefined;
|
|
11800
11801
|
basket?: string | undefined;
|
|
11801
11802
|
isFirstPage?: boolean | undefined;
|
|
11802
11803
|
strictRefine?: boolean | undefined;
|
|
@@ -11810,7 +11811,6 @@ declare class MoreButtonComponent {
|
|
|
11810
11811
|
relevanceTransforms?: string | undefined;
|
|
11811
11812
|
removeDuplicates?: boolean | undefined;
|
|
11812
11813
|
queryId?: string | undefined;
|
|
11813
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11814
11814
|
orderBy?: string | undefined;
|
|
11815
11815
|
groupBy?: string | undefined;
|
|
11816
11816
|
neuralSearch?: boolean | undefined;
|
|
@@ -12207,16 +12207,17 @@ declare class FiltersBarComponent {
|
|
|
12207
12207
|
aggregations: Aggregation[];
|
|
12208
12208
|
}>;
|
|
12209
12209
|
protected queryParamsStore: {
|
|
12210
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12211
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12210
12212
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12213
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12211
12214
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12212
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12213
12215
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12214
12216
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12215
12217
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12216
12218
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12217
12219
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12218
12220
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12219
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12220
12221
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12221
12222
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12222
12223
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12230,7 +12231,6 @@ declare class FiltersBarComponent {
|
|
|
12230
12231
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12231
12232
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12232
12233
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12233
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12234
12234
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12235
12235
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12236
12236
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12262,16 +12262,17 @@ declare class FiltersBarComponent {
|
|
|
12262
12262
|
}> | null;
|
|
12263
12263
|
getQuery: () => _sinequa_atomic.Query;
|
|
12264
12264
|
} & _ngrx_signals.StateSource<{
|
|
12265
|
+
text?: string | undefined;
|
|
12266
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12265
12267
|
name?: string | undefined;
|
|
12268
|
+
sort?: string | undefined;
|
|
12266
12269
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12267
|
-
text?: string | undefined;
|
|
12268
12270
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12269
12271
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12270
12272
|
page?: number | undefined;
|
|
12271
12273
|
pageSize?: number | undefined;
|
|
12272
12274
|
tab?: string | undefined;
|
|
12273
12275
|
scope?: string | undefined;
|
|
12274
|
-
sort?: string | undefined;
|
|
12275
12276
|
basket?: string | undefined;
|
|
12276
12277
|
isFirstPage?: boolean | undefined;
|
|
12277
12278
|
strictRefine?: boolean | undefined;
|
|
@@ -12285,7 +12286,6 @@ declare class FiltersBarComponent {
|
|
|
12285
12286
|
relevanceTransforms?: string | undefined;
|
|
12286
12287
|
removeDuplicates?: boolean | undefined;
|
|
12287
12288
|
queryId?: string | undefined;
|
|
12288
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12289
12289
|
orderBy?: string | undefined;
|
|
12290
12290
|
groupBy?: string | undefined;
|
|
12291
12291
|
neuralSearch?: boolean | undefined;
|
|
@@ -12688,16 +12688,17 @@ declare class MoreComponent {
|
|
|
12688
12688
|
aggregations: Aggregation[];
|
|
12689
12689
|
}>;
|
|
12690
12690
|
queryParamsStore: {
|
|
12691
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12692
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12691
12693
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12694
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12692
12695
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12693
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12694
12696
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12695
12697
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12696
12698
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12697
12699
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12698
12700
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12699
12701
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12700
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12701
12702
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12702
12703
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12703
12704
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12711,7 +12712,6 @@ declare class MoreComponent {
|
|
|
12711
12712
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12712
12713
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12713
12714
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12714
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12715
12715
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12716
12716
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12717
12717
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12743,16 +12743,17 @@ declare class MoreComponent {
|
|
|
12743
12743
|
}> | null;
|
|
12744
12744
|
getQuery: () => _sinequa_atomic.Query;
|
|
12745
12745
|
} & _ngrx_signals.StateSource<{
|
|
12746
|
+
text?: string | undefined;
|
|
12747
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12746
12748
|
name?: string | undefined;
|
|
12749
|
+
sort?: string | undefined;
|
|
12747
12750
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12748
|
-
text?: string | undefined;
|
|
12749
12751
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12750
12752
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12751
12753
|
page?: number | undefined;
|
|
12752
12754
|
pageSize?: number | undefined;
|
|
12753
12755
|
tab?: string | undefined;
|
|
12754
12756
|
scope?: string | undefined;
|
|
12755
|
-
sort?: string | undefined;
|
|
12756
12757
|
basket?: string | undefined;
|
|
12757
12758
|
isFirstPage?: boolean | undefined;
|
|
12758
12759
|
strictRefine?: boolean | undefined;
|
|
@@ -12766,7 +12767,6 @@ declare class MoreComponent {
|
|
|
12766
12767
|
relevanceTransforms?: string | undefined;
|
|
12767
12768
|
removeDuplicates?: boolean | undefined;
|
|
12768
12769
|
queryId?: string | undefined;
|
|
12769
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12770
12770
|
orderBy?: string | undefined;
|
|
12771
12771
|
groupBy?: string | undefined;
|
|
12772
12772
|
neuralSearch?: boolean | undefined;
|
|
@@ -13312,7 +13312,7 @@ declare class RecentSearchesComponent {
|
|
|
13312
13312
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13313
13313
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13314
13314
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13315
|
-
userTheme: _angular_core.Signal<"
|
|
13315
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13316
13316
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13317
13317
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13318
13318
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13377,16 +13377,17 @@ declare class RecentSearchesComponent {
|
|
|
13377
13377
|
declare class SavedSearchDialog implements DialogInterface {
|
|
13378
13378
|
private readonly savedSearchesService;
|
|
13379
13379
|
protected readonly queryParamsStore: {
|
|
13380
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13381
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13380
13382
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13383
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13381
13384
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13382
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13383
13385
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13384
13386
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
13385
13387
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
13386
13388
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13387
13389
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13388
13390
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13389
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13390
13391
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
13391
13392
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13392
13393
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13400,7 +13401,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13400
13401
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
13401
13402
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13402
13403
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
13403
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13404
13404
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13405
13405
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13406
13406
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13432,16 +13432,17 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13432
13432
|
}> | null;
|
|
13433
13433
|
getQuery: () => _sinequa_atomic.Query;
|
|
13434
13434
|
} & _ngrx_signals.StateSource<{
|
|
13435
|
+
text?: string | undefined;
|
|
13436
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13435
13437
|
name?: string | undefined;
|
|
13438
|
+
sort?: string | undefined;
|
|
13436
13439
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13437
|
-
text?: string | undefined;
|
|
13438
13440
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13439
13441
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
13440
13442
|
page?: number | undefined;
|
|
13441
13443
|
pageSize?: number | undefined;
|
|
13442
13444
|
tab?: string | undefined;
|
|
13443
13445
|
scope?: string | undefined;
|
|
13444
|
-
sort?: string | undefined;
|
|
13445
13446
|
basket?: string | undefined;
|
|
13446
13447
|
isFirstPage?: boolean | undefined;
|
|
13447
13448
|
strictRefine?: boolean | undefined;
|
|
@@ -13455,7 +13456,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13455
13456
|
relevanceTransforms?: string | undefined;
|
|
13456
13457
|
removeDuplicates?: boolean | undefined;
|
|
13457
13458
|
queryId?: string | undefined;
|
|
13458
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13459
13459
|
orderBy?: string | undefined;
|
|
13460
13460
|
groupBy?: string | undefined;
|
|
13461
13461
|
neuralSearch?: boolean | undefined;
|
|
@@ -13487,7 +13487,7 @@ declare class SavedSearchesComponent {
|
|
|
13487
13487
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13488
13488
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13489
13489
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13490
|
-
userTheme: _angular_core.Signal<"
|
|
13490
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13491
13491
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13492
13492
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13493
13493
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13626,7 +13626,7 @@ declare class UserProfileFormComponent {
|
|
|
13626
13626
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13627
13627
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13628
13628
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13629
|
-
userTheme: _angular_core.Signal<"
|
|
13629
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13630
13630
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13631
13631
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13632
13632
|
isDarkMode: _angular_core.Signal<boolean>;
|