@sinequa/atomic-angular 1.0.12 → 1.0.13
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 +18 -0
- 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;
|
|
@@ -2770,7 +2770,7 @@ declare class ApplicationService {
|
|
|
2770
2770
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2771
2771
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2772
2772
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2773
|
-
userTheme: _angular_core.Signal<"
|
|
2773
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
2774
2774
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2775
2775
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2776
2776
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -3620,7 +3620,7 @@ declare class AutocompleteService {
|
|
|
3620
3620
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
3621
3621
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3622
3622
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
3623
|
-
userTheme: _angular_core.Signal<"
|
|
3623
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
3624
3624
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
3625
3625
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
3626
3626
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4286,16 +4286,17 @@ declare class PreviewService {
|
|
|
4286
4286
|
multiSelection: Article$1[];
|
|
4287
4287
|
}>;
|
|
4288
4288
|
protected readonly queryParamsStore: {
|
|
4289
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4290
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4289
4291
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4292
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4290
4293
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4291
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4292
4294
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4293
4295
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4294
4296
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4295
4297
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4296
4298
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4297
4299
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4298
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4299
4300
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4300
4301
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4301
4302
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4309,7 +4310,6 @@ declare class PreviewService {
|
|
|
4309
4310
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4310
4311
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4311
4312
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4312
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4313
4313
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4314
4314
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4315
4315
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4341,16 +4341,17 @@ declare class PreviewService {
|
|
|
4341
4341
|
}> | null;
|
|
4342
4342
|
getQuery: () => Query;
|
|
4343
4343
|
} & _ngrx_signals.StateSource<{
|
|
4344
|
+
text?: string | undefined;
|
|
4345
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4344
4346
|
name?: string | undefined;
|
|
4347
|
+
sort?: string | undefined;
|
|
4345
4348
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4346
|
-
text?: string | undefined;
|
|
4347
4349
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4348
4350
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4349
4351
|
page?: number | undefined;
|
|
4350
4352
|
pageSize?: number | undefined;
|
|
4351
4353
|
tab?: string | undefined;
|
|
4352
4354
|
scope?: string | undefined;
|
|
4353
|
-
sort?: string | undefined;
|
|
4354
4355
|
basket?: string | undefined;
|
|
4355
4356
|
isFirstPage?: boolean | undefined;
|
|
4356
4357
|
strictRefine?: boolean | undefined;
|
|
@@ -4364,7 +4365,6 @@ declare class PreviewService {
|
|
|
4364
4365
|
relevanceTransforms?: string | undefined;
|
|
4365
4366
|
removeDuplicates?: boolean | undefined;
|
|
4366
4367
|
queryId?: string | undefined;
|
|
4367
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4368
4368
|
orderBy?: string | undefined;
|
|
4369
4369
|
groupBy?: string | undefined;
|
|
4370
4370
|
neuralSearch?: boolean | undefined;
|
|
@@ -4869,7 +4869,7 @@ declare class SavedSearchesService {
|
|
|
4869
4869
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
4870
4870
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4871
4871
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4872
|
-
userTheme: _angular_core.Signal<"
|
|
4872
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
4873
4873
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
4874
4874
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
4875
4875
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4915,16 +4915,17 @@ declare class SavedSearchesService {
|
|
|
4915
4915
|
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
4916
4916
|
}>;
|
|
4917
4917
|
protected readonly queryParamsStore: {
|
|
4918
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4919
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4918
4920
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4921
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4919
4922
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4920
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4921
4923
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4922
4924
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4923
4925
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4924
4926
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4925
4927
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4926
4928
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4927
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4928
4929
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4929
4930
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4930
4931
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4938,7 +4939,6 @@ declare class SavedSearchesService {
|
|
|
4938
4939
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4939
4940
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4940
4941
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4941
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4942
4942
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4943
4943
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4944
4944
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4970,16 +4970,17 @@ declare class SavedSearchesService {
|
|
|
4970
4970
|
}> | null;
|
|
4971
4971
|
getQuery: () => _sinequa_atomic.Query;
|
|
4972
4972
|
} & _ngrx_signals.StateSource<{
|
|
4973
|
+
text?: string | undefined;
|
|
4974
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4973
4975
|
name?: string | undefined;
|
|
4976
|
+
sort?: string | undefined;
|
|
4974
4977
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4975
|
-
text?: string | undefined;
|
|
4976
4978
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4977
4979
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4978
4980
|
page?: number | undefined;
|
|
4979
4981
|
pageSize?: number | undefined;
|
|
4980
4982
|
tab?: string | undefined;
|
|
4981
4983
|
scope?: string | undefined;
|
|
4982
|
-
sort?: string | undefined;
|
|
4983
4984
|
basket?: string | undefined;
|
|
4984
4985
|
isFirstPage?: boolean | undefined;
|
|
4985
4986
|
strictRefine?: boolean | undefined;
|
|
@@ -4993,7 +4994,6 @@ declare class SavedSearchesService {
|
|
|
4993
4994
|
relevanceTransforms?: string | undefined;
|
|
4994
4995
|
removeDuplicates?: boolean | undefined;
|
|
4995
4996
|
queryId?: string | undefined;
|
|
4996
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4997
4997
|
orderBy?: string | undefined;
|
|
4998
4998
|
groupBy?: string | undefined;
|
|
4999
4999
|
neuralSearch?: boolean | undefined;
|
|
@@ -5056,16 +5056,17 @@ declare class SearchService {
|
|
|
5056
5056
|
result: Result;
|
|
5057
5057
|
audit?: AuditEvents;
|
|
5058
5058
|
protected readonly queryParamsStore: {
|
|
5059
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5060
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5059
5061
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5062
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5060
5063
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5061
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5062
5064
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5063
5065
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5064
5066
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5065
5067
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5066
5068
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5067
5069
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5068
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5069
5070
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5070
5071
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5071
5072
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5079,7 +5080,6 @@ declare class SearchService {
|
|
|
5079
5080
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5080
5081
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5081
5082
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5082
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5083
5083
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5084
5084
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5085
5085
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5111,16 +5111,17 @@ declare class SearchService {
|
|
|
5111
5111
|
}> | null;
|
|
5112
5112
|
getQuery: () => Query;
|
|
5113
5113
|
} & _ngrx_signals.StateSource<{
|
|
5114
|
+
text?: string | undefined;
|
|
5115
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5114
5116
|
name?: string | undefined;
|
|
5117
|
+
sort?: string | undefined;
|
|
5115
5118
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5116
|
-
text?: string | undefined;
|
|
5117
5119
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5118
5120
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5119
5121
|
page?: number | undefined;
|
|
5120
5122
|
pageSize?: number | undefined;
|
|
5121
5123
|
tab?: string | undefined;
|
|
5122
5124
|
scope?: string | undefined;
|
|
5123
|
-
sort?: string | undefined;
|
|
5124
5125
|
basket?: string | undefined;
|
|
5125
5126
|
isFirstPage?: boolean | undefined;
|
|
5126
5127
|
strictRefine?: boolean | undefined;
|
|
@@ -5134,7 +5135,6 @@ declare class SearchService {
|
|
|
5134
5135
|
relevanceTransforms?: string | undefined;
|
|
5135
5136
|
removeDuplicates?: boolean | undefined;
|
|
5136
5137
|
queryId?: string | undefined;
|
|
5137
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5138
5138
|
orderBy?: string | undefined;
|
|
5139
5139
|
groupBy?: string | undefined;
|
|
5140
5140
|
neuralSearch?: boolean | undefined;
|
|
@@ -5151,7 +5151,7 @@ declare class SearchService {
|
|
|
5151
5151
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
5152
5152
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5153
5153
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5154
|
-
userTheme: _angular_core.Signal<"
|
|
5154
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
5155
5155
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
5156
5156
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
5157
5157
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -5247,16 +5247,17 @@ declare class SelectionService {
|
|
|
5247
5247
|
private readonly location;
|
|
5248
5248
|
private readonly selectionStore;
|
|
5249
5249
|
queryParamsStore: {
|
|
5250
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5251
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5250
5252
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5253
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5251
5254
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5252
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5253
5255
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5254
5256
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5255
5257
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5256
5258
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5257
5259
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5258
5260
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5259
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5260
5261
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5261
5262
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5262
5263
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5270,7 +5271,6 @@ declare class SelectionService {
|
|
|
5270
5271
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5271
5272
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5272
5273
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5273
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5274
5274
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5275
5275
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5276
5276
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5302,16 +5302,17 @@ declare class SelectionService {
|
|
|
5302
5302
|
}> | null;
|
|
5303
5303
|
getQuery: () => _sinequa_atomic.Query;
|
|
5304
5304
|
} & _ngrx_signals.StateSource<{
|
|
5305
|
+
text?: string | undefined;
|
|
5306
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5305
5307
|
name?: string | undefined;
|
|
5308
|
+
sort?: string | undefined;
|
|
5306
5309
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5307
|
-
text?: string | undefined;
|
|
5308
5310
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5309
5311
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5310
5312
|
page?: number | undefined;
|
|
5311
5313
|
pageSize?: number | undefined;
|
|
5312
5314
|
tab?: string | undefined;
|
|
5313
5315
|
scope?: string | undefined;
|
|
5314
|
-
sort?: string | undefined;
|
|
5315
5316
|
basket?: string | undefined;
|
|
5316
5317
|
isFirstPage?: boolean | undefined;
|
|
5317
5318
|
strictRefine?: boolean | undefined;
|
|
@@ -5325,7 +5326,6 @@ declare class SelectionService {
|
|
|
5325
5326
|
relevanceTransforms?: string | undefined;
|
|
5326
5327
|
removeDuplicates?: boolean | undefined;
|
|
5327
5328
|
queryId?: string | undefined;
|
|
5328
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5329
5329
|
orderBy?: string | undefined;
|
|
5330
5330
|
groupBy?: string | undefined;
|
|
5331
5331
|
neuralSearch?: boolean | undefined;
|
|
@@ -5471,16 +5471,17 @@ declare class NavbarTabsComponent {
|
|
|
5471
5471
|
readonly router: Router;
|
|
5472
5472
|
readonly route: ActivatedRoute;
|
|
5473
5473
|
readonly queryParamsStore: {
|
|
5474
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5475
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5474
5476
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5477
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5475
5478
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5476
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5477
5479
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5478
5480
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5479
5481
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5480
5482
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5481
5483
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5482
5484
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5483
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5484
5485
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5485
5486
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5486
5487
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5494,7 +5495,6 @@ declare class NavbarTabsComponent {
|
|
|
5494
5495
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5495
5496
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5496
5497
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5497
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5498
5498
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5499
5499
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5500
5500
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5526,16 +5526,17 @@ declare class NavbarTabsComponent {
|
|
|
5526
5526
|
}> | null;
|
|
5527
5527
|
getQuery: () => _sinequa_atomic.Query;
|
|
5528
5528
|
} & _ngrx_signals.StateSource<{
|
|
5529
|
+
text?: string | undefined;
|
|
5530
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5529
5531
|
name?: string | undefined;
|
|
5532
|
+
sort?: string | undefined;
|
|
5530
5533
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5531
|
-
text?: string | undefined;
|
|
5532
5534
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5533
5535
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5534
5536
|
page?: number | undefined;
|
|
5535
5537
|
pageSize?: number | undefined;
|
|
5536
5538
|
tab?: string | undefined;
|
|
5537
5539
|
scope?: string | undefined;
|
|
5538
|
-
sort?: string | undefined;
|
|
5539
5540
|
basket?: string | undefined;
|
|
5540
5541
|
isFirstPage?: boolean | undefined;
|
|
5541
5542
|
strictRefine?: boolean | undefined;
|
|
@@ -5549,7 +5550,6 @@ declare class NavbarTabsComponent {
|
|
|
5549
5550
|
relevanceTransforms?: string | undefined;
|
|
5550
5551
|
removeDuplicates?: boolean | undefined;
|
|
5551
5552
|
queryId?: string | undefined;
|
|
5552
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5553
5553
|
orderBy?: string | undefined;
|
|
5554
5554
|
groupBy?: string | undefined;
|
|
5555
5555
|
neuralSearch?: boolean | undefined;
|
|
@@ -6022,7 +6022,7 @@ declare class ShowBookmarkDirective {
|
|
|
6022
6022
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
6023
6023
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6024
6024
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
6025
|
-
userTheme: _angular_core.Signal<"
|
|
6025
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
6026
6026
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
6027
6027
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
6028
6028
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -6715,16 +6715,17 @@ declare class SponsoredResultsComponent {
|
|
|
6715
6715
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
6716
6716
|
}>;
|
|
6717
6717
|
queryParamStore: {
|
|
6718
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6719
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6718
6720
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6721
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6719
6722
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6720
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6721
6723
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6722
6724
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6723
6725
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6724
6726
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6725
6727
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6726
6728
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6727
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6728
6729
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6729
6730
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6730
6731
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6738,7 +6739,6 @@ declare class SponsoredResultsComponent {
|
|
|
6738
6739
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
6739
6740
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6740
6741
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
6741
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6742
6742
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6743
6743
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6744
6744
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6770,16 +6770,17 @@ declare class SponsoredResultsComponent {
|
|
|
6770
6770
|
}> | null;
|
|
6771
6771
|
getQuery: () => _sinequa_atomic.Query;
|
|
6772
6772
|
} & _ngrx_signals.StateSource<{
|
|
6773
|
+
text?: string | undefined;
|
|
6774
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6773
6775
|
name?: string | undefined;
|
|
6776
|
+
sort?: string | undefined;
|
|
6774
6777
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6775
|
-
text?: string | undefined;
|
|
6776
6778
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6777
6779
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6778
6780
|
page?: number | undefined;
|
|
6779
6781
|
pageSize?: number | undefined;
|
|
6780
6782
|
tab?: string | undefined;
|
|
6781
6783
|
scope?: string | undefined;
|
|
6782
|
-
sort?: string | undefined;
|
|
6783
6784
|
basket?: string | undefined;
|
|
6784
6785
|
isFirstPage?: boolean | undefined;
|
|
6785
6786
|
strictRefine?: boolean | undefined;
|
|
@@ -6793,7 +6794,6 @@ declare class SponsoredResultsComponent {
|
|
|
6793
6794
|
relevanceTransforms?: string | undefined;
|
|
6794
6795
|
removeDuplicates?: boolean | undefined;
|
|
6795
6796
|
queryId?: string | undefined;
|
|
6796
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6797
6797
|
orderBy?: string | undefined;
|
|
6798
6798
|
groupBy?: string | undefined;
|
|
6799
6799
|
neuralSearch?: boolean | undefined;
|
|
@@ -7048,16 +7048,17 @@ declare class AggregationListComponent {
|
|
|
7048
7048
|
aggregations: Aggregation[];
|
|
7049
7049
|
}>;
|
|
7050
7050
|
queryParamsStore: {
|
|
7051
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7052
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7051
7053
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7054
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7052
7055
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7053
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7054
7056
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7055
7057
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7056
7058
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7057
7059
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7058
7060
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7059
7061
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7060
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7061
7062
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7062
7063
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7063
7064
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7071,7 +7072,6 @@ declare class AggregationListComponent {
|
|
|
7071
7072
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7072
7073
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7073
7074
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7074
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7075
7075
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7076
7076
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7077
7077
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7103,16 +7103,17 @@ declare class AggregationListComponent {
|
|
|
7103
7103
|
}> | null;
|
|
7104
7104
|
getQuery: () => Query;
|
|
7105
7105
|
} & _ngrx_signals.StateSource<{
|
|
7106
|
+
text?: string | undefined;
|
|
7107
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7106
7108
|
name?: string | undefined;
|
|
7109
|
+
sort?: string | undefined;
|
|
7107
7110
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7108
|
-
text?: string | undefined;
|
|
7109
7111
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7110
7112
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7111
7113
|
page?: number | undefined;
|
|
7112
7114
|
pageSize?: number | undefined;
|
|
7113
7115
|
tab?: string | undefined;
|
|
7114
7116
|
scope?: string | undefined;
|
|
7115
|
-
sort?: string | undefined;
|
|
7116
7117
|
basket?: string | undefined;
|
|
7117
7118
|
isFirstPage?: boolean | undefined;
|
|
7118
7119
|
strictRefine?: boolean | undefined;
|
|
@@ -7126,7 +7127,6 @@ declare class AggregationListComponent {
|
|
|
7126
7127
|
relevanceTransforms?: string | undefined;
|
|
7127
7128
|
removeDuplicates?: boolean | undefined;
|
|
7128
7129
|
queryId?: string | undefined;
|
|
7129
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7130
7130
|
orderBy?: string | undefined;
|
|
7131
7131
|
groupBy?: string | undefined;
|
|
7132
7132
|
neuralSearch?: boolean | undefined;
|
|
@@ -7670,16 +7670,17 @@ declare class AdvancedSearch {
|
|
|
7670
7670
|
multiSelection: Article$1[];
|
|
7671
7671
|
}>;
|
|
7672
7672
|
protected readonly queryParamsStore: {
|
|
7673
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7674
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7673
7675
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7676
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7674
7677
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7675
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7676
7678
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7677
7679
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7678
7680
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7679
7681
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7680
7682
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7681
7683
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7682
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7683
7684
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7684
7685
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7685
7686
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7693,7 +7694,6 @@ declare class AdvancedSearch {
|
|
|
7693
7694
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7694
7695
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7695
7696
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7696
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7697
7697
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7698
7698
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7699
7699
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7725,16 +7725,17 @@ declare class AdvancedSearch {
|
|
|
7725
7725
|
}> | null;
|
|
7726
7726
|
getQuery: () => _sinequa_atomic.Query;
|
|
7727
7727
|
} & _ngrx_signals.StateSource<{
|
|
7728
|
+
text?: string | undefined;
|
|
7729
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7728
7730
|
name?: string | undefined;
|
|
7731
|
+
sort?: string | undefined;
|
|
7729
7732
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7730
|
-
text?: string | undefined;
|
|
7731
7733
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7732
7734
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7733
7735
|
page?: number | undefined;
|
|
7734
7736
|
pageSize?: number | undefined;
|
|
7735
7737
|
tab?: string | undefined;
|
|
7736
7738
|
scope?: string | undefined;
|
|
7737
|
-
sort?: string | undefined;
|
|
7738
7739
|
basket?: string | undefined;
|
|
7739
7740
|
isFirstPage?: boolean | undefined;
|
|
7740
7741
|
strictRefine?: boolean | undefined;
|
|
@@ -7748,7 +7749,6 @@ declare class AdvancedSearch {
|
|
|
7748
7749
|
relevanceTransforms?: string | undefined;
|
|
7749
7750
|
removeDuplicates?: boolean | undefined;
|
|
7750
7751
|
queryId?: string | undefined;
|
|
7751
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7752
7752
|
orderBy?: string | undefined;
|
|
7753
7753
|
groupBy?: string | undefined;
|
|
7754
7754
|
neuralSearch?: boolean | undefined;
|
|
@@ -8134,16 +8134,17 @@ declare class ArticleLabels {
|
|
|
8134
8134
|
|
|
8135
8135
|
declare class ArticleSimilarDocuments {
|
|
8136
8136
|
protected readonly queryParamsStore: {
|
|
8137
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8138
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8137
8139
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8140
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8138
8141
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8139
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8140
8142
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8141
8143
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8142
8144
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8143
8145
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8144
8146
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8145
8147
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8146
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8147
8148
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8148
8149
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8149
8150
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8157,7 +8158,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8157
8158
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8158
8159
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8159
8160
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8160
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8161
8161
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8162
8162
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8163
8163
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8189,16 +8189,17 @@ declare class ArticleSimilarDocuments {
|
|
|
8189
8189
|
}> | null;
|
|
8190
8190
|
getQuery: () => _sinequa_atomic.Query;
|
|
8191
8191
|
} & _ngrx_signals.StateSource<{
|
|
8192
|
+
text?: string | undefined;
|
|
8193
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8192
8194
|
name?: string | undefined;
|
|
8195
|
+
sort?: string | undefined;
|
|
8193
8196
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8194
|
-
text?: string | undefined;
|
|
8195
8197
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8196
8198
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8197
8199
|
page?: number | undefined;
|
|
8198
8200
|
pageSize?: number | undefined;
|
|
8199
8201
|
tab?: string | undefined;
|
|
8200
8202
|
scope?: string | undefined;
|
|
8201
|
-
sort?: string | undefined;
|
|
8202
8203
|
basket?: string | undefined;
|
|
8203
8204
|
isFirstPage?: boolean | undefined;
|
|
8204
8205
|
strictRefine?: boolean | undefined;
|
|
@@ -8212,7 +8213,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8212
8213
|
relevanceTransforms?: string | undefined;
|
|
8213
8214
|
removeDuplicates?: boolean | undefined;
|
|
8214
8215
|
queryId?: string | undefined;
|
|
8215
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8216
8216
|
orderBy?: string | undefined;
|
|
8217
8217
|
groupBy?: string | undefined;
|
|
8218
8218
|
neuralSearch?: boolean | undefined;
|
|
@@ -8803,16 +8803,17 @@ declare class AdvancedSearchComponent {
|
|
|
8803
8803
|
multiSelection: Article$1[];
|
|
8804
8804
|
}>;
|
|
8805
8805
|
protected readonly queryParamsStore: {
|
|
8806
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8807
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8806
8808
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8809
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8807
8810
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8808
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8809
8811
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8810
8812
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8811
8813
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8812
8814
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8813
8815
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8814
8816
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8815
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8816
8817
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8817
8818
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8818
8819
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8826,7 +8827,6 @@ declare class AdvancedSearchComponent {
|
|
|
8826
8827
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8827
8828
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8828
8829
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8829
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8830
8830
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8831
8831
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8832
8832
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8858,16 +8858,17 @@ declare class AdvancedSearchComponent {
|
|
|
8858
8858
|
}> | null;
|
|
8859
8859
|
getQuery: () => _sinequa_atomic.Query;
|
|
8860
8860
|
} & _ngrx_signals.StateSource<{
|
|
8861
|
+
text?: string | undefined;
|
|
8862
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8861
8863
|
name?: string | undefined;
|
|
8864
|
+
sort?: string | undefined;
|
|
8862
8865
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8863
|
-
text?: string | undefined;
|
|
8864
8866
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8865
8867
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8866
8868
|
page?: number | undefined;
|
|
8867
8869
|
pageSize?: number | undefined;
|
|
8868
8870
|
tab?: string | undefined;
|
|
8869
8871
|
scope?: string | undefined;
|
|
8870
|
-
sort?: string | undefined;
|
|
8871
8872
|
basket?: string | undefined;
|
|
8872
8873
|
isFirstPage?: boolean | undefined;
|
|
8873
8874
|
strictRefine?: boolean | undefined;
|
|
@@ -8881,7 +8882,6 @@ declare class AdvancedSearchComponent {
|
|
|
8881
8882
|
relevanceTransforms?: string | undefined;
|
|
8882
8883
|
removeDuplicates?: boolean | undefined;
|
|
8883
8884
|
queryId?: string | undefined;
|
|
8884
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8885
8885
|
orderBy?: string | undefined;
|
|
8886
8886
|
groupBy?: string | undefined;
|
|
8887
8887
|
neuralSearch?: boolean | undefined;
|
|
@@ -9259,16 +9259,17 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9259
9259
|
multiSelection: _sinequa_atomic.Article[];
|
|
9260
9260
|
}>;
|
|
9261
9261
|
queryParamsStore: {
|
|
9262
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9263
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9262
9264
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9265
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9263
9266
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9264
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9265
9267
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9266
9268
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9267
9269
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9268
9270
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9269
9271
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9270
9272
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9271
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9272
9273
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9273
9274
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9274
9275
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9282,7 +9283,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9282
9283
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9283
9284
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9284
9285
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9285
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9286
9286
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9287
9287
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9288
9288
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9314,16 +9314,17 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9314
9314
|
}> | null;
|
|
9315
9315
|
getQuery: () => _sinequa_atomic.Query;
|
|
9316
9316
|
} & _ngrx_signals.StateSource<{
|
|
9317
|
+
text?: string | undefined;
|
|
9318
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9317
9319
|
name?: string | undefined;
|
|
9320
|
+
sort?: string | undefined;
|
|
9318
9321
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9319
|
-
text?: string | undefined;
|
|
9320
9322
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9321
9323
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9322
9324
|
page?: number | undefined;
|
|
9323
9325
|
pageSize?: number | undefined;
|
|
9324
9326
|
tab?: string | undefined;
|
|
9325
9327
|
scope?: string | undefined;
|
|
9326
|
-
sort?: string | undefined;
|
|
9327
9328
|
basket?: string | undefined;
|
|
9328
9329
|
isFirstPage?: boolean | undefined;
|
|
9329
9330
|
strictRefine?: boolean | undefined;
|
|
@@ -9337,7 +9338,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9337
9338
|
relevanceTransforms?: string | undefined;
|
|
9338
9339
|
removeDuplicates?: boolean | undefined;
|
|
9339
9340
|
queryId?: string | undefined;
|
|
9340
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9341
9341
|
orderBy?: string | undefined;
|
|
9342
9342
|
groupBy?: string | undefined;
|
|
9343
9343
|
neuralSearch?: boolean | undefined;
|
|
@@ -9457,16 +9457,17 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9457
9457
|
private appStore;
|
|
9458
9458
|
readonly exportService: ExportService;
|
|
9459
9459
|
readonly queryParamsStore: {
|
|
9460
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9461
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9460
9462
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9463
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9461
9464
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9462
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9463
9465
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9464
9466
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9465
9467
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9466
9468
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9467
9469
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9468
9470
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9469
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9470
9471
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9471
9472
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9472
9473
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9480,7 +9481,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9480
9481
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9481
9482
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9482
9483
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9483
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9484
9484
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9485
9485
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9486
9486
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9512,16 +9512,17 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9512
9512
|
}> | null;
|
|
9513
9513
|
getQuery: () => _sinequa_atomic.Query;
|
|
9514
9514
|
} & _ngrx_signals.StateSource<{
|
|
9515
|
+
text?: string | undefined;
|
|
9516
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9515
9517
|
name?: string | undefined;
|
|
9518
|
+
sort?: string | undefined;
|
|
9516
9519
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9517
|
-
text?: string | undefined;
|
|
9518
9520
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9519
9521
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9520
9522
|
page?: number | undefined;
|
|
9521
9523
|
pageSize?: number | undefined;
|
|
9522
9524
|
tab?: string | undefined;
|
|
9523
9525
|
scope?: string | undefined;
|
|
9524
|
-
sort?: string | undefined;
|
|
9525
9526
|
basket?: string | undefined;
|
|
9526
9527
|
isFirstPage?: boolean | undefined;
|
|
9527
9528
|
strictRefine?: boolean | undefined;
|
|
@@ -9535,7 +9536,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9535
9536
|
relevanceTransforms?: string | undefined;
|
|
9536
9537
|
removeDuplicates?: boolean | undefined;
|
|
9537
9538
|
queryId?: string | undefined;
|
|
9538
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9539
9539
|
orderBy?: string | undefined;
|
|
9540
9540
|
groupBy?: string | undefined;
|
|
9541
9541
|
neuralSearch?: boolean | undefined;
|
|
@@ -9889,16 +9889,17 @@ declare class SearchFeedbackComponent {
|
|
|
9889
9889
|
pages: _angular_core.InputSignal<any>;
|
|
9890
9890
|
readonly auditService: AuditService;
|
|
9891
9891
|
protected readonly queryParamsStore: {
|
|
9892
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9893
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9892
9894
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9895
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9893
9896
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9894
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9895
9897
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9896
9898
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9897
9899
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9898
9900
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9899
9901
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9900
9902
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9901
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9902
9903
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9903
9904
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9904
9905
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9912,7 +9913,6 @@ declare class SearchFeedbackComponent {
|
|
|
9912
9913
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9913
9914
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9914
9915
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9915
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9916
9916
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9917
9917
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9918
9918
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9944,16 +9944,17 @@ declare class SearchFeedbackComponent {
|
|
|
9944
9944
|
}> | null;
|
|
9945
9945
|
getQuery: () => _sinequa_atomic.Query;
|
|
9946
9946
|
} & _ngrx_signals.StateSource<{
|
|
9947
|
+
text?: string | undefined;
|
|
9948
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9947
9949
|
name?: string | undefined;
|
|
9950
|
+
sort?: string | undefined;
|
|
9948
9951
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9949
|
-
text?: string | undefined;
|
|
9950
9952
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9951
9953
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9952
9954
|
page?: number | undefined;
|
|
9953
9955
|
pageSize?: number | undefined;
|
|
9954
9956
|
tab?: string | undefined;
|
|
9955
9957
|
scope?: string | undefined;
|
|
9956
|
-
sort?: string | undefined;
|
|
9957
9958
|
basket?: string | undefined;
|
|
9958
9959
|
isFirstPage?: boolean | undefined;
|
|
9959
9960
|
strictRefine?: boolean | undefined;
|
|
@@ -9967,7 +9968,6 @@ declare class SearchFeedbackComponent {
|
|
|
9967
9968
|
relevanceTransforms?: string | undefined;
|
|
9968
9969
|
removeDuplicates?: boolean | undefined;
|
|
9969
9970
|
queryId?: string | undefined;
|
|
9970
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9971
9971
|
orderBy?: string | undefined;
|
|
9972
9972
|
groupBy?: string | undefined;
|
|
9973
9973
|
neuralSearch?: boolean | undefined;
|
|
@@ -10004,16 +10004,17 @@ declare class AggregationTreeComponent {
|
|
|
10004
10004
|
aggregations: Aggregation[];
|
|
10005
10005
|
}>;
|
|
10006
10006
|
queryParamsStore: {
|
|
10007
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10008
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10007
10009
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10010
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10008
10011
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
10009
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10010
10012
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
10011
10013
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
10012
10014
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
10013
10015
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
10014
10016
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
10015
10017
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
10016
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10017
10018
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
10018
10019
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10019
10020
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10027,7 +10028,6 @@ declare class AggregationTreeComponent {
|
|
|
10027
10028
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
10028
10029
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10029
10030
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
10030
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10031
10031
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10032
10032
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10033
10033
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10059,16 +10059,17 @@ declare class AggregationTreeComponent {
|
|
|
10059
10059
|
}> | null;
|
|
10060
10060
|
getQuery: () => Query;
|
|
10061
10061
|
} & _ngrx_signals.StateSource<{
|
|
10062
|
+
text?: string | undefined;
|
|
10063
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10062
10064
|
name?: string | undefined;
|
|
10065
|
+
sort?: string | undefined;
|
|
10063
10066
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10064
|
-
text?: string | undefined;
|
|
10065
10067
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10066
10068
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
10067
10069
|
page?: number | undefined;
|
|
10068
10070
|
pageSize?: number | undefined;
|
|
10069
10071
|
tab?: string | undefined;
|
|
10070
10072
|
scope?: string | undefined;
|
|
10071
|
-
sort?: string | undefined;
|
|
10072
10073
|
basket?: string | undefined;
|
|
10073
10074
|
isFirstPage?: boolean | undefined;
|
|
10074
10075
|
strictRefine?: boolean | undefined;
|
|
@@ -10082,7 +10083,6 @@ declare class AggregationTreeComponent {
|
|
|
10082
10083
|
relevanceTransforms?: string | undefined;
|
|
10083
10084
|
removeDuplicates?: boolean | undefined;
|
|
10084
10085
|
queryId?: string | undefined;
|
|
10085
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10086
10086
|
orderBy?: string | undefined;
|
|
10087
10087
|
groupBy?: string | undefined;
|
|
10088
10088
|
neuralSearch?: boolean | undefined;
|
|
@@ -11049,7 +11049,7 @@ declare class FilterButtonComponent {
|
|
|
11049
11049
|
position: _angular_core.InputSignal<Placement>;
|
|
11050
11050
|
offset: _angular_core.InputSignal<number>;
|
|
11051
11051
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11052
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
11052
|
+
protected variant: _angular_core.WritableSignal<"default" | "icon" | "none" | "secondary" | "destructive" | "ai" | "primary" | "link" | "accent" | "outline" | "ghost" | "light-accent" | "tertiary" | null | undefined>;
|
|
11053
11053
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11054
11054
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11055
11055
|
protected nativeElement: any;
|
|
@@ -11063,16 +11063,17 @@ declare class FilterButtonComponent {
|
|
|
11063
11063
|
aggregations: _sinequa_atomic.Aggregation[];
|
|
11064
11064
|
}>;
|
|
11065
11065
|
protected queryParamsStore: {
|
|
11066
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11067
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11066
11068
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11069
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11067
11070
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11068
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11069
11071
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11070
11072
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11071
11073
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11072
11074
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11073
11075
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11074
11076
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11075
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11076
11077
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11077
11078
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11078
11079
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11086,7 +11087,6 @@ declare class FilterButtonComponent {
|
|
|
11086
11087
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11087
11088
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11088
11089
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11089
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11090
11090
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11091
11091
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11092
11092
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11118,16 +11118,17 @@ declare class FilterButtonComponent {
|
|
|
11118
11118
|
}> | null;
|
|
11119
11119
|
getQuery: () => _sinequa_atomic.Query;
|
|
11120
11120
|
} & _ngrx_signals.StateSource<{
|
|
11121
|
+
text?: string | undefined;
|
|
11122
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11121
11123
|
name?: string | undefined;
|
|
11124
|
+
sort?: string | undefined;
|
|
11122
11125
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11123
|
-
text?: string | undefined;
|
|
11124
11126
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11125
11127
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11126
11128
|
page?: number | undefined;
|
|
11127
11129
|
pageSize?: number | undefined;
|
|
11128
11130
|
tab?: string | undefined;
|
|
11129
11131
|
scope?: string | undefined;
|
|
11130
|
-
sort?: string | undefined;
|
|
11131
11132
|
basket?: string | undefined;
|
|
11132
11133
|
isFirstPage?: boolean | undefined;
|
|
11133
11134
|
strictRefine?: boolean | undefined;
|
|
@@ -11141,7 +11142,6 @@ declare class FilterButtonComponent {
|
|
|
11141
11142
|
relevanceTransforms?: string | undefined;
|
|
11142
11143
|
removeDuplicates?: boolean | undefined;
|
|
11143
11144
|
queryId?: string | undefined;
|
|
11144
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11145
11145
|
orderBy?: string | undefined;
|
|
11146
11146
|
groupBy?: string | undefined;
|
|
11147
11147
|
neuralSearch?: boolean | undefined;
|
|
@@ -11777,16 +11777,17 @@ declare class MoreButtonComponent {
|
|
|
11777
11777
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
11778
11778
|
}>;
|
|
11779
11779
|
queryParamsStore: {
|
|
11780
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11781
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11780
11782
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11783
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11781
11784
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11782
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11783
11785
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11784
11786
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11785
11787
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11786
11788
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11787
11789
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11788
11790
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11789
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11790
11791
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11791
11792
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11792
11793
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11800,7 +11801,6 @@ declare class MoreButtonComponent {
|
|
|
11800
11801
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11801
11802
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11802
11803
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11803
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11804
11804
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11805
11805
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11806
11806
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11832,16 +11832,17 @@ declare class MoreButtonComponent {
|
|
|
11832
11832
|
}> | null;
|
|
11833
11833
|
getQuery: () => _sinequa_atomic.Query;
|
|
11834
11834
|
} & _ngrx_signals.StateSource<{
|
|
11835
|
+
text?: string | undefined;
|
|
11836
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11835
11837
|
name?: string | undefined;
|
|
11838
|
+
sort?: string | undefined;
|
|
11836
11839
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11837
|
-
text?: string | undefined;
|
|
11838
11840
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11839
11841
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11840
11842
|
page?: number | undefined;
|
|
11841
11843
|
pageSize?: number | undefined;
|
|
11842
11844
|
tab?: string | undefined;
|
|
11843
11845
|
scope?: string | undefined;
|
|
11844
|
-
sort?: string | undefined;
|
|
11845
11846
|
basket?: string | undefined;
|
|
11846
11847
|
isFirstPage?: boolean | undefined;
|
|
11847
11848
|
strictRefine?: boolean | undefined;
|
|
@@ -11855,7 +11856,6 @@ declare class MoreButtonComponent {
|
|
|
11855
11856
|
relevanceTransforms?: string | undefined;
|
|
11856
11857
|
removeDuplicates?: boolean | undefined;
|
|
11857
11858
|
queryId?: string | undefined;
|
|
11858
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11859
11859
|
orderBy?: string | undefined;
|
|
11860
11860
|
groupBy?: string | undefined;
|
|
11861
11861
|
neuralSearch?: boolean | undefined;
|
|
@@ -12262,16 +12262,17 @@ declare class FiltersBarComponent {
|
|
|
12262
12262
|
aggregations: Aggregation[];
|
|
12263
12263
|
}>;
|
|
12264
12264
|
protected queryParamsStore: {
|
|
12265
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12266
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12265
12267
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12268
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12266
12269
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12267
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12268
12270
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12269
12271
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12270
12272
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12271
12273
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12272
12274
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12273
12275
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12274
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12275
12276
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12276
12277
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12277
12278
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12285,7 +12286,6 @@ declare class FiltersBarComponent {
|
|
|
12285
12286
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12286
12287
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12287
12288
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12288
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12289
12289
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12290
12290
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12291
12291
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12317,16 +12317,17 @@ declare class FiltersBarComponent {
|
|
|
12317
12317
|
}> | null;
|
|
12318
12318
|
getQuery: () => _sinequa_atomic.Query;
|
|
12319
12319
|
} & _ngrx_signals.StateSource<{
|
|
12320
|
+
text?: string | undefined;
|
|
12321
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12320
12322
|
name?: string | undefined;
|
|
12323
|
+
sort?: string | undefined;
|
|
12321
12324
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12322
|
-
text?: string | undefined;
|
|
12323
12325
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12324
12326
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12325
12327
|
page?: number | undefined;
|
|
12326
12328
|
pageSize?: number | undefined;
|
|
12327
12329
|
tab?: string | undefined;
|
|
12328
12330
|
scope?: string | undefined;
|
|
12329
|
-
sort?: string | undefined;
|
|
12330
12331
|
basket?: string | undefined;
|
|
12331
12332
|
isFirstPage?: boolean | undefined;
|
|
12332
12333
|
strictRefine?: boolean | undefined;
|
|
@@ -12340,7 +12341,6 @@ declare class FiltersBarComponent {
|
|
|
12340
12341
|
relevanceTransforms?: string | undefined;
|
|
12341
12342
|
removeDuplicates?: boolean | undefined;
|
|
12342
12343
|
queryId?: string | undefined;
|
|
12343
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12344
12344
|
orderBy?: string | undefined;
|
|
12345
12345
|
groupBy?: string | undefined;
|
|
12346
12346
|
neuralSearch?: boolean | undefined;
|
|
@@ -12758,16 +12758,17 @@ declare class MoreComponent {
|
|
|
12758
12758
|
aggregations: Aggregation[];
|
|
12759
12759
|
}>;
|
|
12760
12760
|
queryParamsStore: {
|
|
12761
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12762
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12761
12763
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12764
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12762
12765
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12763
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12764
12766
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12765
12767
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12766
12768
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12767
12769
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12768
12770
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12769
12771
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12770
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12771
12772
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12772
12773
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12773
12774
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12781,7 +12782,6 @@ declare class MoreComponent {
|
|
|
12781
12782
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12782
12783
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12783
12784
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12784
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12785
12785
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12786
12786
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12787
12787
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12813,16 +12813,17 @@ declare class MoreComponent {
|
|
|
12813
12813
|
}> | null;
|
|
12814
12814
|
getQuery: () => _sinequa_atomic.Query;
|
|
12815
12815
|
} & _ngrx_signals.StateSource<{
|
|
12816
|
+
text?: string | undefined;
|
|
12817
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12816
12818
|
name?: string | undefined;
|
|
12819
|
+
sort?: string | undefined;
|
|
12817
12820
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12818
|
-
text?: string | undefined;
|
|
12819
12821
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12820
12822
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12821
12823
|
page?: number | undefined;
|
|
12822
12824
|
pageSize?: number | undefined;
|
|
12823
12825
|
tab?: string | undefined;
|
|
12824
12826
|
scope?: string | undefined;
|
|
12825
|
-
sort?: string | undefined;
|
|
12826
12827
|
basket?: string | undefined;
|
|
12827
12828
|
isFirstPage?: boolean | undefined;
|
|
12828
12829
|
strictRefine?: boolean | undefined;
|
|
@@ -12836,7 +12837,6 @@ declare class MoreComponent {
|
|
|
12836
12837
|
relevanceTransforms?: string | undefined;
|
|
12837
12838
|
removeDuplicates?: boolean | undefined;
|
|
12838
12839
|
queryId?: string | undefined;
|
|
12839
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12840
12840
|
orderBy?: string | undefined;
|
|
12841
12841
|
groupBy?: string | undefined;
|
|
12842
12842
|
neuralSearch?: boolean | undefined;
|
|
@@ -13382,7 +13382,7 @@ declare class RecentSearchesComponent {
|
|
|
13382
13382
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13383
13383
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13384
13384
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13385
|
-
userTheme: _angular_core.Signal<"
|
|
13385
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13386
13386
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13387
13387
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13388
13388
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13447,16 +13447,17 @@ declare class RecentSearchesComponent {
|
|
|
13447
13447
|
declare class SavedSearchDialog implements DialogInterface {
|
|
13448
13448
|
private readonly savedSearchesService;
|
|
13449
13449
|
protected readonly queryParamsStore: {
|
|
13450
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13451
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13450
13452
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13453
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13451
13454
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13452
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13453
13455
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13454
13456
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
13455
13457
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
13456
13458
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13457
13459
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13458
13460
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13459
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13460
13461
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
13461
13462
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13462
13463
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13470,7 +13471,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13470
13471
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
13471
13472
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13472
13473
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
13473
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13474
13474
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13475
13475
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13476
13476
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13502,16 +13502,17 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13502
13502
|
}> | null;
|
|
13503
13503
|
getQuery: () => _sinequa_atomic.Query;
|
|
13504
13504
|
} & _ngrx_signals.StateSource<{
|
|
13505
|
+
text?: string | undefined;
|
|
13506
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13505
13507
|
name?: string | undefined;
|
|
13508
|
+
sort?: string | undefined;
|
|
13506
13509
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13507
|
-
text?: string | undefined;
|
|
13508
13510
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13509
13511
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
13510
13512
|
page?: number | undefined;
|
|
13511
13513
|
pageSize?: number | undefined;
|
|
13512
13514
|
tab?: string | undefined;
|
|
13513
13515
|
scope?: string | undefined;
|
|
13514
|
-
sort?: string | undefined;
|
|
13515
13516
|
basket?: string | undefined;
|
|
13516
13517
|
isFirstPage?: boolean | undefined;
|
|
13517
13518
|
strictRefine?: boolean | undefined;
|
|
@@ -13525,7 +13526,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13525
13526
|
relevanceTransforms?: string | undefined;
|
|
13526
13527
|
removeDuplicates?: boolean | undefined;
|
|
13527
13528
|
queryId?: string | undefined;
|
|
13528
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13529
13529
|
orderBy?: string | undefined;
|
|
13530
13530
|
groupBy?: string | undefined;
|
|
13531
13531
|
neuralSearch?: boolean | undefined;
|
|
@@ -13557,7 +13557,7 @@ declare class SavedSearchesComponent {
|
|
|
13557
13557
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13558
13558
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13559
13559
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13560
|
-
userTheme: _angular_core.Signal<"
|
|
13560
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13561
13561
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13562
13562
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13563
13563
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13696,7 +13696,7 @@ declare class UserProfileFormComponent {
|
|
|
13696
13696
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13697
13697
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13698
13698
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13699
|
-
userTheme: _angular_core.Signal<"
|
|
13699
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13700
13700
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13701
13701
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13702
13702
|
isDarkMode: _angular_core.Signal<boolean>;
|