@sinequa/atomic-angular 1.0.11 → 1.0.12
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 +138 -115
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/index.d.ts +164 -157
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -115,16 +115,15 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
115
115
|
readonly router: Router;
|
|
116
116
|
readonly queryParamStore: {
|
|
117
117
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
118
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
119
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
120
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
121
118
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
119
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
122
120
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
123
121
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
124
122
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
125
123
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
126
124
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
127
125
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
126
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
128
127
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
129
128
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
130
129
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -138,6 +137,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
138
137
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
139
138
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
140
139
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
140
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
141
141
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
142
142
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
143
143
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -170,16 +170,15 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
170
170
|
getQuery: () => _sinequa_atomic.Query;
|
|
171
171
|
} & _ngrx_signals.StateSource<{
|
|
172
172
|
name?: string | undefined;
|
|
173
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
174
|
-
sort?: string | undefined;
|
|
175
|
-
text?: string | undefined;
|
|
176
173
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
174
|
+
text?: string | undefined;
|
|
177
175
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
178
176
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
179
177
|
page?: number | undefined;
|
|
180
178
|
pageSize?: number | undefined;
|
|
181
179
|
tab?: string | undefined;
|
|
182
180
|
scope?: string | undefined;
|
|
181
|
+
sort?: string | undefined;
|
|
183
182
|
basket?: string | undefined;
|
|
184
183
|
isFirstPage?: boolean | undefined;
|
|
185
184
|
strictRefine?: boolean | undefined;
|
|
@@ -193,6 +192,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
193
192
|
relevanceTransforms?: string | undefined;
|
|
194
193
|
removeDuplicates?: boolean | undefined;
|
|
195
194
|
queryId?: string | undefined;
|
|
195
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
196
196
|
orderBy?: string | undefined;
|
|
197
197
|
groupBy?: string | undefined;
|
|
198
198
|
neuralSearch?: boolean | undefined;
|
|
@@ -250,7 +250,7 @@ declare class MetadataComponent {
|
|
|
250
250
|
event: Event;
|
|
251
251
|
}>;
|
|
252
252
|
class: _angular_core.InputSignal<string | undefined>;
|
|
253
|
-
variant: _angular_core.InputSignal<"
|
|
253
|
+
variant: _angular_core.InputSignal<"error" | "default" | "secondary" | "destructive" | "ai" | "outline" | "none" | "accent" | "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>;
|
|
@@ -264,16 +264,15 @@ declare class MissingTermsComponent {
|
|
|
264
264
|
readonly article: _angular_core.InputSignal<Article$1>;
|
|
265
265
|
queryParamsStore: {
|
|
266
266
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
267
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
268
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
269
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
270
267
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
268
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
271
269
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
272
270
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
273
271
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
274
272
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
275
273
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
276
274
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
275
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
277
276
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
278
277
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
279
278
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -287,6 +286,7 @@ declare class MissingTermsComponent {
|
|
|
287
286
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
288
287
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
289
288
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
289
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
290
290
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
291
291
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
292
292
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -319,16 +319,15 @@ declare class MissingTermsComponent {
|
|
|
319
319
|
getQuery: () => _sinequa_atomic.Query;
|
|
320
320
|
} & _ngrx_signals.StateSource<{
|
|
321
321
|
name?: string | undefined;
|
|
322
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
323
|
-
sort?: string | undefined;
|
|
324
|
-
text?: string | undefined;
|
|
325
322
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
323
|
+
text?: string | undefined;
|
|
326
324
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
327
325
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
328
326
|
page?: number | undefined;
|
|
329
327
|
pageSize?: number | undefined;
|
|
330
328
|
tab?: string | undefined;
|
|
331
329
|
scope?: string | undefined;
|
|
330
|
+
sort?: string | undefined;
|
|
332
331
|
basket?: string | undefined;
|
|
333
332
|
isFirstPage?: boolean | undefined;
|
|
334
333
|
strictRefine?: boolean | undefined;
|
|
@@ -342,6 +341,7 @@ declare class MissingTermsComponent {
|
|
|
342
341
|
relevanceTransforms?: string | undefined;
|
|
343
342
|
removeDuplicates?: boolean | undefined;
|
|
344
343
|
queryId?: string | undefined;
|
|
344
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
345
345
|
orderBy?: string | undefined;
|
|
346
346
|
groupBy?: string | undefined;
|
|
347
347
|
neuralSearch?: boolean | undefined;
|
|
@@ -361,7 +361,7 @@ declare class MissingTermsComponent {
|
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
declare const multiSelectionToolbarVariants: (props?: ({
|
|
364
|
-
variant?: "
|
|
364
|
+
variant?: "light" | "dark" | "glassy" | null | undefined;
|
|
365
365
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
366
366
|
type MultiSelectionToolbarVariants = VariantProps<typeof multiSelectionToolbarVariants>;
|
|
367
367
|
declare class MultiSelectionToolbarComponent {
|
|
@@ -740,7 +740,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
740
740
|
converters?: _sinequa_atomic_angular.CConverter[];
|
|
741
741
|
} | undefined;
|
|
742
742
|
readonly class: _angular_core.InputSignal<string>;
|
|
743
|
-
readonly variant: _angular_core.InputSignal<"
|
|
743
|
+
readonly variant: _angular_core.InputSignal<"light" | "dark" | "glassy" | null | undefined>;
|
|
744
744
|
readonly updatedCollections: _angular_core.OutputEmitterRef<void>;
|
|
745
745
|
readonly count: _angular_core.Signal<number>;
|
|
746
746
|
readonly variants: _angular_core.Signal<string>;
|
|
@@ -1747,16 +1747,15 @@ type QueryParams = {
|
|
|
1747
1747
|
};
|
|
1748
1748
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
1749
1749
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1750
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1751
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1752
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1753
1750
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1751
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1754
1752
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1755
1753
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
1756
1754
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
1757
1755
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1758
1756
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
1759
1757
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
1758
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1760
1759
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
1761
1760
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1762
1761
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1770,6 +1769,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1770
1769
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
1771
1770
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1772
1771
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
1772
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1773
1773
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1774
1774
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1775
1775
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1794,16 +1794,15 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1794
1794
|
getQuery: () => _sinequa_atomic.Query;
|
|
1795
1795
|
} & _ngrx_signals.StateSource<{
|
|
1796
1796
|
name?: string | undefined;
|
|
1797
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1798
|
-
sort?: string | undefined;
|
|
1799
|
-
text?: string | undefined;
|
|
1800
1797
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1798
|
+
text?: string | undefined;
|
|
1801
1799
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1802
1800
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1803
1801
|
page?: number | undefined;
|
|
1804
1802
|
pageSize?: number | undefined;
|
|
1805
1803
|
tab?: string | undefined;
|
|
1806
1804
|
scope?: string | undefined;
|
|
1805
|
+
sort?: string | undefined;
|
|
1807
1806
|
basket?: string | undefined;
|
|
1808
1807
|
isFirstPage?: boolean | undefined;
|
|
1809
1808
|
strictRefine?: boolean | undefined;
|
|
@@ -1817,6 +1816,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1817
1816
|
relevanceTransforms?: string | undefined;
|
|
1818
1817
|
removeDuplicates?: boolean | undefined;
|
|
1819
1818
|
queryId?: string | undefined;
|
|
1819
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1820
1820
|
orderBy?: string | undefined;
|
|
1821
1821
|
groupBy?: string | undefined;
|
|
1822
1822
|
neuralSearch?: boolean | undefined;
|
|
@@ -1827,16 +1827,15 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1827
1827
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
1828
1828
|
state: {
|
|
1829
1829
|
name?: string | undefined;
|
|
1830
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1831
|
-
sort?: string | undefined;
|
|
1832
|
-
text?: string | undefined;
|
|
1833
1830
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1831
|
+
text?: string | undefined;
|
|
1834
1832
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1835
1833
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1836
1834
|
page?: number | undefined;
|
|
1837
1835
|
pageSize?: number | undefined;
|
|
1838
1836
|
tab?: string | undefined;
|
|
1839
1837
|
scope?: string | undefined;
|
|
1838
|
+
sort?: string | undefined;
|
|
1840
1839
|
basket?: string | undefined;
|
|
1841
1840
|
isFirstPage?: boolean | undefined;
|
|
1842
1841
|
strictRefine?: boolean | undefined;
|
|
@@ -1850,6 +1849,7 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
1850
1849
|
relevanceTransforms?: string | undefined;
|
|
1851
1850
|
removeDuplicates?: boolean | undefined;
|
|
1852
1851
|
queryId?: string | undefined;
|
|
1852
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1853
1853
|
orderBy?: string | undefined;
|
|
1854
1854
|
groupBy?: string | undefined;
|
|
1855
1855
|
neuralSearch?: boolean | undefined;
|
|
@@ -2043,7 +2043,7 @@ declare const UserSettingsStore: _angular_core.Type<{
|
|
|
2043
2043
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2044
2044
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2045
2045
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2046
|
-
userTheme: _angular_core.Signal<"
|
|
2046
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
2047
2047
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2048
2048
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2049
2049
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -2576,16 +2576,15 @@ declare class AggregationsService {
|
|
|
2576
2576
|
}>;
|
|
2577
2577
|
queryParamsStore: {
|
|
2578
2578
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2579
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2580
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2581
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2582
2579
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2580
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2583
2581
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2584
2582
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
2585
2583
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
2586
2584
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2587
2585
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
2588
2586
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
2587
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2589
2588
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
2590
2589
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2591
2590
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2599,6 +2598,7 @@ declare class AggregationsService {
|
|
|
2599
2598
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
2600
2599
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2601
2600
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
2601
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2602
2602
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2603
2603
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2604
2604
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2631,16 +2631,15 @@ declare class AggregationsService {
|
|
|
2631
2631
|
getQuery: () => Query;
|
|
2632
2632
|
} & _ngrx_signals.StateSource<{
|
|
2633
2633
|
name?: string | undefined;
|
|
2634
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2635
|
-
sort?: string | undefined;
|
|
2636
|
-
text?: string | undefined;
|
|
2637
2634
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2635
|
+
text?: string | undefined;
|
|
2638
2636
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2639
2637
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2640
2638
|
page?: number | undefined;
|
|
2641
2639
|
pageSize?: number | undefined;
|
|
2642
2640
|
tab?: string | undefined;
|
|
2643
2641
|
scope?: string | undefined;
|
|
2642
|
+
sort?: string | undefined;
|
|
2644
2643
|
basket?: string | undefined;
|
|
2645
2644
|
isFirstPage?: boolean | undefined;
|
|
2646
2645
|
strictRefine?: boolean | undefined;
|
|
@@ -2654,6 +2653,7 @@ declare class AggregationsService {
|
|
|
2654
2653
|
relevanceTransforms?: string | undefined;
|
|
2655
2654
|
removeDuplicates?: boolean | undefined;
|
|
2656
2655
|
queryId?: string | undefined;
|
|
2656
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2657
2657
|
orderBy?: string | undefined;
|
|
2658
2658
|
groupBy?: string | undefined;
|
|
2659
2659
|
neuralSearch?: boolean | undefined;
|
|
@@ -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<"light" | "dark" | "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<"light" | "dark" | "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>;
|
|
@@ -4043,7 +4043,7 @@ declare class NavigationService {
|
|
|
4043
4043
|
* - Maps all router events to `RouterEvent`.
|
|
4044
4044
|
* - Filters the events to only include instances of `NavigationEnd`.
|
|
4045
4045
|
* - Taps into the event stream to extract the route name from the URL and notify the audit service of route changes,
|
|
4046
|
-
* excluding
|
|
4046
|
+
* excluding duplicate navigations.
|
|
4047
4047
|
* - Updates the `urlAfterNavigation` property with the current URL after navigation.
|
|
4048
4048
|
* - Shares the replayed value with a buffer size of 1 to ensure subscribers receive the latest emitted value.
|
|
4049
4049
|
*
|
|
@@ -4287,16 +4287,15 @@ declare class PreviewService {
|
|
|
4287
4287
|
}>;
|
|
4288
4288
|
protected readonly queryParamsStore: {
|
|
4289
4289
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4290
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4291
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4292
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4293
4290
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4291
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4294
4292
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4295
4293
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4296
4294
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4297
4295
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4298
4296
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4299
4297
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4298
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4300
4299
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4301
4300
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4302
4301
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4310,6 +4309,7 @@ declare class PreviewService {
|
|
|
4310
4309
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4311
4310
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4312
4311
|
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;
|
|
@@ -4342,16 +4342,15 @@ declare class PreviewService {
|
|
|
4342
4342
|
getQuery: () => Query;
|
|
4343
4343
|
} & _ngrx_signals.StateSource<{
|
|
4344
4344
|
name?: string | undefined;
|
|
4345
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4346
|
-
sort?: string | undefined;
|
|
4347
|
-
text?: string | undefined;
|
|
4348
4345
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4346
|
+
text?: string | undefined;
|
|
4349
4347
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4350
4348
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4351
4349
|
page?: number | undefined;
|
|
4352
4350
|
pageSize?: number | undefined;
|
|
4353
4351
|
tab?: string | undefined;
|
|
4354
4352
|
scope?: string | undefined;
|
|
4353
|
+
sort?: string | undefined;
|
|
4355
4354
|
basket?: string | undefined;
|
|
4356
4355
|
isFirstPage?: boolean | undefined;
|
|
4357
4356
|
strictRefine?: boolean | undefined;
|
|
@@ -4365,6 +4364,7 @@ declare class PreviewService {
|
|
|
4365
4364
|
relevanceTransforms?: string | undefined;
|
|
4366
4365
|
removeDuplicates?: boolean | undefined;
|
|
4367
4366
|
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<"light" | "dark" | "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>;
|
|
@@ -4916,16 +4916,15 @@ declare class SavedSearchesService {
|
|
|
4916
4916
|
}>;
|
|
4917
4917
|
protected readonly queryParamsStore: {
|
|
4918
4918
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4919
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4920
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4921
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4922
4919
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4920
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4923
4921
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4924
4922
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4925
4923
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4926
4924
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4927
4925
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4928
4926
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4927
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4929
4928
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4930
4929
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4931
4930
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4939,6 +4938,7 @@ declare class SavedSearchesService {
|
|
|
4939
4938
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4940
4939
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4941
4940
|
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;
|
|
@@ -4971,16 +4971,15 @@ declare class SavedSearchesService {
|
|
|
4971
4971
|
getQuery: () => _sinequa_atomic.Query;
|
|
4972
4972
|
} & _ngrx_signals.StateSource<{
|
|
4973
4973
|
name?: string | undefined;
|
|
4974
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4975
|
-
sort?: string | undefined;
|
|
4976
|
-
text?: string | undefined;
|
|
4977
4974
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4975
|
+
text?: string | undefined;
|
|
4978
4976
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4979
4977
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4980
4978
|
page?: number | undefined;
|
|
4981
4979
|
pageSize?: number | undefined;
|
|
4982
4980
|
tab?: string | undefined;
|
|
4983
4981
|
scope?: string | undefined;
|
|
4982
|
+
sort?: string | undefined;
|
|
4984
4983
|
basket?: string | undefined;
|
|
4985
4984
|
isFirstPage?: boolean | undefined;
|
|
4986
4985
|
strictRefine?: boolean | undefined;
|
|
@@ -4994,6 +4993,7 @@ declare class SavedSearchesService {
|
|
|
4994
4993
|
relevanceTransforms?: string | undefined;
|
|
4995
4994
|
removeDuplicates?: boolean | undefined;
|
|
4996
4995
|
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;
|
|
@@ -5057,16 +5057,15 @@ declare class SearchService {
|
|
|
5057
5057
|
audit?: AuditEvents;
|
|
5058
5058
|
protected readonly queryParamsStore: {
|
|
5059
5059
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5060
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5061
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5062
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5063
5060
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5061
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5064
5062
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5065
5063
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5066
5064
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5067
5065
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5068
5066
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5069
5067
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5068
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5070
5069
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5071
5070
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5072
5071
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5080,6 +5079,7 @@ declare class SearchService {
|
|
|
5080
5079
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5081
5080
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5082
5081
|
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;
|
|
@@ -5112,16 +5112,15 @@ declare class SearchService {
|
|
|
5112
5112
|
getQuery: () => Query;
|
|
5113
5113
|
} & _ngrx_signals.StateSource<{
|
|
5114
5114
|
name?: string | undefined;
|
|
5115
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5116
|
-
sort?: string | undefined;
|
|
5117
|
-
text?: string | undefined;
|
|
5118
5115
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5116
|
+
text?: string | undefined;
|
|
5119
5117
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5120
5118
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5121
5119
|
page?: number | undefined;
|
|
5122
5120
|
pageSize?: number | undefined;
|
|
5123
5121
|
tab?: string | undefined;
|
|
5124
5122
|
scope?: string | undefined;
|
|
5123
|
+
sort?: string | undefined;
|
|
5125
5124
|
basket?: string | undefined;
|
|
5126
5125
|
isFirstPage?: boolean | undefined;
|
|
5127
5126
|
strictRefine?: boolean | undefined;
|
|
@@ -5135,6 +5134,7 @@ declare class SearchService {
|
|
|
5135
5134
|
relevanceTransforms?: string | undefined;
|
|
5136
5135
|
removeDuplicates?: boolean | undefined;
|
|
5137
5136
|
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<"light" | "dark" | "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>;
|
|
@@ -5248,16 +5248,15 @@ declare class SelectionService {
|
|
|
5248
5248
|
private readonly selectionStore;
|
|
5249
5249
|
queryParamsStore: {
|
|
5250
5250
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5251
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5252
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5253
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5254
5251
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5252
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5255
5253
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5256
5254
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5257
5255
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5258
5256
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5259
5257
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5260
5258
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5259
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5261
5260
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5262
5261
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5263
5262
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5271,6 +5270,7 @@ declare class SelectionService {
|
|
|
5271
5270
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5272
5271
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5273
5272
|
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;
|
|
@@ -5303,16 +5303,15 @@ declare class SelectionService {
|
|
|
5303
5303
|
getQuery: () => _sinequa_atomic.Query;
|
|
5304
5304
|
} & _ngrx_signals.StateSource<{
|
|
5305
5305
|
name?: string | undefined;
|
|
5306
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5307
|
-
sort?: string | undefined;
|
|
5308
|
-
text?: string | undefined;
|
|
5309
5306
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5307
|
+
text?: string | undefined;
|
|
5310
5308
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5311
5309
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5312
5310
|
page?: number | undefined;
|
|
5313
5311
|
pageSize?: number | undefined;
|
|
5314
5312
|
tab?: string | undefined;
|
|
5315
5313
|
scope?: string | undefined;
|
|
5314
|
+
sort?: string | undefined;
|
|
5316
5315
|
basket?: string | undefined;
|
|
5317
5316
|
isFirstPage?: boolean | undefined;
|
|
5318
5317
|
strictRefine?: boolean | undefined;
|
|
@@ -5326,6 +5325,7 @@ declare class SelectionService {
|
|
|
5326
5325
|
relevanceTransforms?: string | undefined;
|
|
5327
5326
|
removeDuplicates?: boolean | undefined;
|
|
5328
5327
|
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;
|
|
@@ -5472,16 +5472,15 @@ declare class NavbarTabsComponent {
|
|
|
5472
5472
|
readonly route: ActivatedRoute;
|
|
5473
5473
|
readonly queryParamsStore: {
|
|
5474
5474
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5475
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5476
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5477
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5478
5475
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5476
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5479
5477
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5480
5478
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5481
5479
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5482
5480
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5483
5481
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5484
5482
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5483
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5485
5484
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5486
5485
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5487
5486
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5495,6 +5494,7 @@ declare class NavbarTabsComponent {
|
|
|
5495
5494
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5496
5495
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5497
5496
|
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;
|
|
@@ -5527,16 +5527,15 @@ declare class NavbarTabsComponent {
|
|
|
5527
5527
|
getQuery: () => _sinequa_atomic.Query;
|
|
5528
5528
|
} & _ngrx_signals.StateSource<{
|
|
5529
5529
|
name?: string | undefined;
|
|
5530
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5531
|
-
sort?: string | undefined;
|
|
5532
|
-
text?: string | undefined;
|
|
5533
5530
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5531
|
+
text?: string | undefined;
|
|
5534
5532
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5535
5533
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5536
5534
|
page?: number | undefined;
|
|
5537
5535
|
pageSize?: number | undefined;
|
|
5538
5536
|
tab?: string | undefined;
|
|
5539
5537
|
scope?: string | undefined;
|
|
5538
|
+
sort?: string | undefined;
|
|
5540
5539
|
basket?: string | undefined;
|
|
5541
5540
|
isFirstPage?: boolean | undefined;
|
|
5542
5541
|
strictRefine?: boolean | undefined;
|
|
@@ -5550,6 +5549,7 @@ declare class NavbarTabsComponent {
|
|
|
5550
5549
|
relevanceTransforms?: string | undefined;
|
|
5551
5550
|
removeDuplicates?: boolean | undefined;
|
|
5552
5551
|
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<"light" | "dark" | "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>;
|
|
@@ -6716,16 +6716,15 @@ declare class SponsoredResultsComponent {
|
|
|
6716
6716
|
}>;
|
|
6717
6717
|
queryParamStore: {
|
|
6718
6718
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6719
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6720
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6721
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6722
6719
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6720
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6723
6721
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6724
6722
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6725
6723
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6726
6724
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6727
6725
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6728
6726
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6727
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6729
6728
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6730
6729
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6731
6730
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6739,6 +6738,7 @@ declare class SponsoredResultsComponent {
|
|
|
6739
6738
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
6740
6739
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6741
6740
|
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;
|
|
@@ -6771,16 +6771,15 @@ declare class SponsoredResultsComponent {
|
|
|
6771
6771
|
getQuery: () => _sinequa_atomic.Query;
|
|
6772
6772
|
} & _ngrx_signals.StateSource<{
|
|
6773
6773
|
name?: string | undefined;
|
|
6774
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6775
|
-
sort?: string | undefined;
|
|
6776
|
-
text?: string | undefined;
|
|
6777
6774
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6775
|
+
text?: string | undefined;
|
|
6778
6776
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6779
6777
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6780
6778
|
page?: number | undefined;
|
|
6781
6779
|
pageSize?: number | undefined;
|
|
6782
6780
|
tab?: string | undefined;
|
|
6783
6781
|
scope?: string | undefined;
|
|
6782
|
+
sort?: string | undefined;
|
|
6784
6783
|
basket?: string | undefined;
|
|
6785
6784
|
isFirstPage?: boolean | undefined;
|
|
6786
6785
|
strictRefine?: boolean | undefined;
|
|
@@ -6794,6 +6793,7 @@ declare class SponsoredResultsComponent {
|
|
|
6794
6793
|
relevanceTransforms?: string | undefined;
|
|
6795
6794
|
removeDuplicates?: boolean | undefined;
|
|
6796
6795
|
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;
|
|
@@ -7049,16 +7049,15 @@ declare class AggregationListComponent {
|
|
|
7049
7049
|
}>;
|
|
7050
7050
|
queryParamsStore: {
|
|
7051
7051
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7052
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7053
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7054
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7055
7052
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7053
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7056
7054
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7057
7055
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7058
7056
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7059
7057
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7060
7058
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7061
7059
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7060
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7062
7061
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7063
7062
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7064
7063
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7072,6 +7071,7 @@ declare class AggregationListComponent {
|
|
|
7072
7071
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7073
7072
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7074
7073
|
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;
|
|
@@ -7104,16 +7104,15 @@ declare class AggregationListComponent {
|
|
|
7104
7104
|
getQuery: () => Query;
|
|
7105
7105
|
} & _ngrx_signals.StateSource<{
|
|
7106
7106
|
name?: string | undefined;
|
|
7107
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7108
|
-
sort?: string | undefined;
|
|
7109
|
-
text?: string | undefined;
|
|
7110
7107
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7108
|
+
text?: string | undefined;
|
|
7111
7109
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7112
7110
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7113
7111
|
page?: number | undefined;
|
|
7114
7112
|
pageSize?: number | undefined;
|
|
7115
7113
|
tab?: string | undefined;
|
|
7116
7114
|
scope?: string | undefined;
|
|
7115
|
+
sort?: string | undefined;
|
|
7117
7116
|
basket?: string | undefined;
|
|
7118
7117
|
isFirstPage?: boolean | undefined;
|
|
7119
7118
|
strictRefine?: boolean | undefined;
|
|
@@ -7127,6 +7126,7 @@ declare class AggregationListComponent {
|
|
|
7127
7126
|
relevanceTransforms?: string | undefined;
|
|
7128
7127
|
removeDuplicates?: boolean | undefined;
|
|
7129
7128
|
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;
|
|
@@ -7671,16 +7671,15 @@ declare class AdvancedSearch {
|
|
|
7671
7671
|
}>;
|
|
7672
7672
|
protected readonly queryParamsStore: {
|
|
7673
7673
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7674
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7675
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7676
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7677
7674
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7675
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7678
7676
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7679
7677
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7680
7678
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7681
7679
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7682
7680
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7683
7681
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7682
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7684
7683
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7685
7684
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7686
7685
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7694,6 +7693,7 @@ declare class AdvancedSearch {
|
|
|
7694
7693
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7695
7694
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7696
7695
|
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;
|
|
@@ -7726,16 +7726,15 @@ declare class AdvancedSearch {
|
|
|
7726
7726
|
getQuery: () => _sinequa_atomic.Query;
|
|
7727
7727
|
} & _ngrx_signals.StateSource<{
|
|
7728
7728
|
name?: string | undefined;
|
|
7729
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7730
|
-
sort?: string | undefined;
|
|
7731
|
-
text?: string | undefined;
|
|
7732
7729
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7730
|
+
text?: string | undefined;
|
|
7733
7731
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7734
7732
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7735
7733
|
page?: number | undefined;
|
|
7736
7734
|
pageSize?: number | undefined;
|
|
7737
7735
|
tab?: string | undefined;
|
|
7738
7736
|
scope?: string | undefined;
|
|
7737
|
+
sort?: string | undefined;
|
|
7739
7738
|
basket?: string | undefined;
|
|
7740
7739
|
isFirstPage?: boolean | undefined;
|
|
7741
7740
|
strictRefine?: boolean | undefined;
|
|
@@ -7749,6 +7748,7 @@ declare class AdvancedSearch {
|
|
|
7749
7748
|
relevanceTransforms?: string | undefined;
|
|
7750
7749
|
removeDuplicates?: boolean | undefined;
|
|
7751
7750
|
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;
|
|
@@ -8135,16 +8135,15 @@ declare class ArticleLabels {
|
|
|
8135
8135
|
declare class ArticleSimilarDocuments {
|
|
8136
8136
|
protected readonly queryParamsStore: {
|
|
8137
8137
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8138
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8139
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8140
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8141
8138
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8139
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8142
8140
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8143
8141
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8144
8142
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8145
8143
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8146
8144
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8147
8145
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8146
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8148
8147
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8149
8148
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8150
8149
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8158,6 +8157,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8158
8157
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8159
8158
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8160
8159
|
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;
|
|
@@ -8190,16 +8190,15 @@ declare class ArticleSimilarDocuments {
|
|
|
8190
8190
|
getQuery: () => _sinequa_atomic.Query;
|
|
8191
8191
|
} & _ngrx_signals.StateSource<{
|
|
8192
8192
|
name?: string | undefined;
|
|
8193
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8194
|
-
sort?: string | undefined;
|
|
8195
|
-
text?: string | undefined;
|
|
8196
8193
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8194
|
+
text?: string | undefined;
|
|
8197
8195
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8198
8196
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8199
8197
|
page?: number | undefined;
|
|
8200
8198
|
pageSize?: number | undefined;
|
|
8201
8199
|
tab?: string | undefined;
|
|
8202
8200
|
scope?: string | undefined;
|
|
8201
|
+
sort?: string | undefined;
|
|
8203
8202
|
basket?: string | undefined;
|
|
8204
8203
|
isFirstPage?: boolean | undefined;
|
|
8205
8204
|
strictRefine?: boolean | undefined;
|
|
@@ -8213,6 +8212,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8213
8212
|
relevanceTransforms?: string | undefined;
|
|
8214
8213
|
removeDuplicates?: boolean | undefined;
|
|
8215
8214
|
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;
|
|
@@ -8352,6 +8352,13 @@ declare class SignInComponent {
|
|
|
8352
8352
|
logLevel: _sinequa_atomic.LogLevel;
|
|
8353
8353
|
createRoutes: boolean;
|
|
8354
8354
|
} & Record<string, any>>;
|
|
8355
|
+
/**
|
|
8356
|
+
* True when authentication is handled outside the credentials form — i.e. by the
|
|
8357
|
+
* browser/proxy (`useSSO`) or by an auto-configured OAuth/SAML provider. In those
|
|
8358
|
+
* modes this screen shows a loader instead of a login form and initiates the
|
|
8359
|
+
* handshake automatically by calling `handleLogin()`.
|
|
8360
|
+
*/
|
|
8361
|
+
readonly externalAuth: boolean;
|
|
8355
8362
|
class: _angular_core.InputSignal<string | undefined>;
|
|
8356
8363
|
readonly forgotPassword: _angular_core.OutputEmitterRef<void>;
|
|
8357
8364
|
username: _angular_core.ModelSignal<string>;
|
|
@@ -8401,7 +8408,7 @@ declare class SignInComponent {
|
|
|
8401
8408
|
constructor(destroyRef: DestroyRef);
|
|
8402
8409
|
private checkPasswordExpiresSoon;
|
|
8403
8410
|
handleLogout(): Promise<void>;
|
|
8404
|
-
handleLogin(): Promise<
|
|
8411
|
+
handleLogin(): Promise<boolean>;
|
|
8405
8412
|
handleLoginWithCredentials(): Promise<void>;
|
|
8406
8413
|
handleBack(): void;
|
|
8407
8414
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SignInComponent, never>;
|
|
@@ -8502,7 +8509,7 @@ declare class CollectionsDialog implements DialogInterface {
|
|
|
8502
8509
|
readonly removedFromCollection: _angular_core.WritableSignal<boolean>;
|
|
8503
8510
|
readonly addedToCollection: _angular_core.WritableSignal<boolean>;
|
|
8504
8511
|
readonly collections: _angular_core.Signal<Basket[]>;
|
|
8505
|
-
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "
|
|
8512
|
+
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "some" | "none" | "all">>;
|
|
8506
8513
|
open(article: Article$1 | Article$1[]): void;
|
|
8507
8514
|
containsArticleByName(collectionName: string): boolean;
|
|
8508
8515
|
containsArticle(collection: Basket): "all" | "some" | "none";
|
|
@@ -8797,16 +8804,15 @@ declare class AdvancedSearchComponent {
|
|
|
8797
8804
|
}>;
|
|
8798
8805
|
protected readonly queryParamsStore: {
|
|
8799
8806
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8800
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8801
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8802
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8803
8807
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8808
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8804
8809
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8805
8810
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8806
8811
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8807
8812
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8808
8813
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8809
8814
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8815
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8810
8816
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8811
8817
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8812
8818
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8820,6 +8826,7 @@ declare class AdvancedSearchComponent {
|
|
|
8820
8826
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8821
8827
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8822
8828
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8829
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8823
8830
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8824
8831
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8825
8832
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8852,16 +8859,15 @@ declare class AdvancedSearchComponent {
|
|
|
8852
8859
|
getQuery: () => _sinequa_atomic.Query;
|
|
8853
8860
|
} & _ngrx_signals.StateSource<{
|
|
8854
8861
|
name?: string | undefined;
|
|
8855
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8856
|
-
sort?: string | undefined;
|
|
8857
|
-
text?: string | undefined;
|
|
8858
8862
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8863
|
+
text?: string | undefined;
|
|
8859
8864
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8860
8865
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8861
8866
|
page?: number | undefined;
|
|
8862
8867
|
pageSize?: number | undefined;
|
|
8863
8868
|
tab?: string | undefined;
|
|
8864
8869
|
scope?: string | undefined;
|
|
8870
|
+
sort?: string | undefined;
|
|
8865
8871
|
basket?: string | undefined;
|
|
8866
8872
|
isFirstPage?: boolean | undefined;
|
|
8867
8873
|
strictRefine?: boolean | undefined;
|
|
@@ -8875,6 +8881,7 @@ declare class AdvancedSearchComponent {
|
|
|
8875
8881
|
relevanceTransforms?: string | undefined;
|
|
8876
8882
|
removeDuplicates?: boolean | undefined;
|
|
8877
8883
|
queryId?: string | undefined;
|
|
8884
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8878
8885
|
orderBy?: string | undefined;
|
|
8879
8886
|
groupBy?: string | undefined;
|
|
8880
8887
|
neuralSearch?: boolean | undefined;
|
|
@@ -9253,16 +9260,15 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9253
9260
|
}>;
|
|
9254
9261
|
queryParamsStore: {
|
|
9255
9262
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9256
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9257
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9258
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9259
9263
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9264
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9260
9265
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9261
9266
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9262
9267
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9263
9268
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9264
9269
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9265
9270
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9271
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9266
9272
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9267
9273
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9268
9274
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9276,6 +9282,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9276
9282
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9277
9283
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9278
9284
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9285
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9279
9286
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9280
9287
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9281
9288
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9308,16 +9315,15 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9308
9315
|
getQuery: () => _sinequa_atomic.Query;
|
|
9309
9316
|
} & _ngrx_signals.StateSource<{
|
|
9310
9317
|
name?: string | undefined;
|
|
9311
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9312
|
-
sort?: string | undefined;
|
|
9313
|
-
text?: string | undefined;
|
|
9314
9318
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9319
|
+
text?: string | undefined;
|
|
9315
9320
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9316
9321
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9317
9322
|
page?: number | undefined;
|
|
9318
9323
|
pageSize?: number | undefined;
|
|
9319
9324
|
tab?: string | undefined;
|
|
9320
9325
|
scope?: string | undefined;
|
|
9326
|
+
sort?: string | undefined;
|
|
9321
9327
|
basket?: string | undefined;
|
|
9322
9328
|
isFirstPage?: boolean | undefined;
|
|
9323
9329
|
strictRefine?: boolean | undefined;
|
|
@@ -9331,6 +9337,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9331
9337
|
relevanceTransforms?: string | undefined;
|
|
9332
9338
|
removeDuplicates?: boolean | undefined;
|
|
9333
9339
|
queryId?: string | undefined;
|
|
9340
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9334
9341
|
orderBy?: string | undefined;
|
|
9335
9342
|
groupBy?: string | undefined;
|
|
9336
9343
|
neuralSearch?: boolean | undefined;
|
|
@@ -9451,16 +9458,15 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9451
9458
|
readonly exportService: ExportService;
|
|
9452
9459
|
readonly queryParamsStore: {
|
|
9453
9460
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9454
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9455
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9456
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9457
9461
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9462
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9458
9463
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9459
9464
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9460
9465
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9461
9466
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9462
9467
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9463
9468
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9469
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9464
9470
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9465
9471
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9466
9472
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9474,6 +9480,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9474
9480
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9475
9481
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9476
9482
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9483
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9477
9484
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9478
9485
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9479
9486
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9506,16 +9513,15 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9506
9513
|
getQuery: () => _sinequa_atomic.Query;
|
|
9507
9514
|
} & _ngrx_signals.StateSource<{
|
|
9508
9515
|
name?: string | undefined;
|
|
9509
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9510
|
-
sort?: string | undefined;
|
|
9511
|
-
text?: string | undefined;
|
|
9512
9516
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9517
|
+
text?: string | undefined;
|
|
9513
9518
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9514
9519
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9515
9520
|
page?: number | undefined;
|
|
9516
9521
|
pageSize?: number | undefined;
|
|
9517
9522
|
tab?: string | undefined;
|
|
9518
9523
|
scope?: string | undefined;
|
|
9524
|
+
sort?: string | undefined;
|
|
9519
9525
|
basket?: string | undefined;
|
|
9520
9526
|
isFirstPage?: boolean | undefined;
|
|
9521
9527
|
strictRefine?: boolean | undefined;
|
|
@@ -9529,6 +9535,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9529
9535
|
relevanceTransforms?: string | undefined;
|
|
9530
9536
|
removeDuplicates?: boolean | undefined;
|
|
9531
9537
|
queryId?: string | undefined;
|
|
9538
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9532
9539
|
orderBy?: string | undefined;
|
|
9533
9540
|
groupBy?: string | undefined;
|
|
9534
9541
|
neuralSearch?: boolean | undefined;
|
|
@@ -9883,16 +9890,15 @@ declare class SearchFeedbackComponent {
|
|
|
9883
9890
|
readonly auditService: AuditService;
|
|
9884
9891
|
protected readonly queryParamsStore: {
|
|
9885
9892
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9886
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9887
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9888
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9889
9893
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9894
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9890
9895
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9891
9896
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9892
9897
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9893
9898
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9894
9899
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9895
9900
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9901
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9896
9902
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9897
9903
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9898
9904
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9906,6 +9912,7 @@ declare class SearchFeedbackComponent {
|
|
|
9906
9912
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9907
9913
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9908
9914
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9915
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9909
9916
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9910
9917
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9911
9918
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9938,16 +9945,15 @@ declare class SearchFeedbackComponent {
|
|
|
9938
9945
|
getQuery: () => _sinequa_atomic.Query;
|
|
9939
9946
|
} & _ngrx_signals.StateSource<{
|
|
9940
9947
|
name?: string | undefined;
|
|
9941
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9942
|
-
sort?: string | undefined;
|
|
9943
|
-
text?: string | undefined;
|
|
9944
9948
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9949
|
+
text?: string | undefined;
|
|
9945
9950
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9946
9951
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9947
9952
|
page?: number | undefined;
|
|
9948
9953
|
pageSize?: number | undefined;
|
|
9949
9954
|
tab?: string | undefined;
|
|
9950
9955
|
scope?: string | undefined;
|
|
9956
|
+
sort?: string | undefined;
|
|
9951
9957
|
basket?: string | undefined;
|
|
9952
9958
|
isFirstPage?: boolean | undefined;
|
|
9953
9959
|
strictRefine?: boolean | undefined;
|
|
@@ -9961,6 +9967,7 @@ declare class SearchFeedbackComponent {
|
|
|
9961
9967
|
relevanceTransforms?: string | undefined;
|
|
9962
9968
|
removeDuplicates?: boolean | undefined;
|
|
9963
9969
|
queryId?: string | undefined;
|
|
9970
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9964
9971
|
orderBy?: string | undefined;
|
|
9965
9972
|
groupBy?: string | undefined;
|
|
9966
9973
|
neuralSearch?: boolean | undefined;
|
|
@@ -9998,16 +10005,15 @@ declare class AggregationTreeComponent {
|
|
|
9998
10005
|
}>;
|
|
9999
10006
|
queryParamsStore: {
|
|
10000
10007
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10001
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10002
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10003
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10004
10008
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
10009
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10005
10010
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
10006
10011
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
10007
10012
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
10008
10013
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
10009
10014
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
10010
10015
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
10016
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10011
10017
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
10012
10018
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10013
10019
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10021,6 +10027,7 @@ declare class AggregationTreeComponent {
|
|
|
10021
10027
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
10022
10028
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10023
10029
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
10030
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10024
10031
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10025
10032
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10026
10033
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10053,16 +10060,15 @@ declare class AggregationTreeComponent {
|
|
|
10053
10060
|
getQuery: () => Query;
|
|
10054
10061
|
} & _ngrx_signals.StateSource<{
|
|
10055
10062
|
name?: string | undefined;
|
|
10056
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10057
|
-
sort?: string | undefined;
|
|
10058
|
-
text?: string | undefined;
|
|
10059
10063
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10064
|
+
text?: string | undefined;
|
|
10060
10065
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10061
10066
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
10062
10067
|
page?: number | undefined;
|
|
10063
10068
|
pageSize?: number | undefined;
|
|
10064
10069
|
tab?: string | undefined;
|
|
10065
10070
|
scope?: string | undefined;
|
|
10071
|
+
sort?: string | undefined;
|
|
10066
10072
|
basket?: string | undefined;
|
|
10067
10073
|
isFirstPage?: boolean | undefined;
|
|
10068
10074
|
strictRefine?: boolean | undefined;
|
|
@@ -10076,6 +10082,7 @@ declare class AggregationTreeComponent {
|
|
|
10076
10082
|
relevanceTransforms?: string | undefined;
|
|
10077
10083
|
removeDuplicates?: boolean | undefined;
|
|
10078
10084
|
queryId?: string | undefined;
|
|
10085
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10079
10086
|
orderBy?: string | undefined;
|
|
10080
10087
|
groupBy?: string | undefined;
|
|
10081
10088
|
neuralSearch?: boolean | undefined;
|
|
@@ -11042,7 +11049,7 @@ declare class FilterButtonComponent {
|
|
|
11042
11049
|
position: _angular_core.InputSignal<Placement>;
|
|
11043
11050
|
offset: _angular_core.InputSignal<number>;
|
|
11044
11051
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11045
|
-
protected variant: _angular_core.WritableSignal<"
|
|
11052
|
+
protected variant: _angular_core.WritableSignal<"default" | "primary" | "secondary" | "destructive" | "ai" | "outline" | "none" | "accent" | "ghost" | "light-accent" | "tertiary" | "link" | "icon" | null | undefined>;
|
|
11046
11053
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11047
11054
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11048
11055
|
protected nativeElement: any;
|
|
@@ -11057,16 +11064,15 @@ declare class FilterButtonComponent {
|
|
|
11057
11064
|
}>;
|
|
11058
11065
|
protected queryParamsStore: {
|
|
11059
11066
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11060
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11061
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11062
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11063
11067
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11068
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11064
11069
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11065
11070
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11066
11071
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11067
11072
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11068
11073
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11069
11074
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11075
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11070
11076
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11071
11077
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11072
11078
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11080,6 +11086,7 @@ declare class FilterButtonComponent {
|
|
|
11080
11086
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11081
11087
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11082
11088
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11089
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11083
11090
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11084
11091
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11085
11092
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11112,16 +11119,15 @@ declare class FilterButtonComponent {
|
|
|
11112
11119
|
getQuery: () => _sinequa_atomic.Query;
|
|
11113
11120
|
} & _ngrx_signals.StateSource<{
|
|
11114
11121
|
name?: string | undefined;
|
|
11115
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11116
|
-
sort?: string | undefined;
|
|
11117
|
-
text?: string | undefined;
|
|
11118
11122
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11123
|
+
text?: string | undefined;
|
|
11119
11124
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11120
11125
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11121
11126
|
page?: number | undefined;
|
|
11122
11127
|
pageSize?: number | undefined;
|
|
11123
11128
|
tab?: string | undefined;
|
|
11124
11129
|
scope?: string | undefined;
|
|
11130
|
+
sort?: string | undefined;
|
|
11125
11131
|
basket?: string | undefined;
|
|
11126
11132
|
isFirstPage?: boolean | undefined;
|
|
11127
11133
|
strictRefine?: boolean | undefined;
|
|
@@ -11135,6 +11141,7 @@ declare class FilterButtonComponent {
|
|
|
11135
11141
|
relevanceTransforms?: string | undefined;
|
|
11136
11142
|
removeDuplicates?: boolean | undefined;
|
|
11137
11143
|
queryId?: string | undefined;
|
|
11144
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11138
11145
|
orderBy?: string | undefined;
|
|
11139
11146
|
groupBy?: string | undefined;
|
|
11140
11147
|
neuralSearch?: boolean | undefined;
|
|
@@ -11771,16 +11778,15 @@ declare class MoreButtonComponent {
|
|
|
11771
11778
|
}>;
|
|
11772
11779
|
queryParamsStore: {
|
|
11773
11780
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11774
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11775
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11776
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11777
11781
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11782
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11778
11783
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11779
11784
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11780
11785
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11781
11786
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11782
11787
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11783
11788
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11789
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11784
11790
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11785
11791
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11786
11792
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11794,6 +11800,7 @@ declare class MoreButtonComponent {
|
|
|
11794
11800
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11795
11801
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11796
11802
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11803
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11797
11804
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11798
11805
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11799
11806
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11826,16 +11833,15 @@ declare class MoreButtonComponent {
|
|
|
11826
11833
|
getQuery: () => _sinequa_atomic.Query;
|
|
11827
11834
|
} & _ngrx_signals.StateSource<{
|
|
11828
11835
|
name?: string | undefined;
|
|
11829
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11830
|
-
sort?: string | undefined;
|
|
11831
|
-
text?: string | undefined;
|
|
11832
11836
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11837
|
+
text?: string | undefined;
|
|
11833
11838
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11834
11839
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11835
11840
|
page?: number | undefined;
|
|
11836
11841
|
pageSize?: number | undefined;
|
|
11837
11842
|
tab?: string | undefined;
|
|
11838
11843
|
scope?: string | undefined;
|
|
11844
|
+
sort?: string | undefined;
|
|
11839
11845
|
basket?: string | undefined;
|
|
11840
11846
|
isFirstPage?: boolean | undefined;
|
|
11841
11847
|
strictRefine?: boolean | undefined;
|
|
@@ -11849,6 +11855,7 @@ declare class MoreButtonComponent {
|
|
|
11849
11855
|
relevanceTransforms?: string | undefined;
|
|
11850
11856
|
removeDuplicates?: boolean | undefined;
|
|
11851
11857
|
queryId?: string | undefined;
|
|
11858
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11852
11859
|
orderBy?: string | undefined;
|
|
11853
11860
|
groupBy?: string | undefined;
|
|
11854
11861
|
neuralSearch?: boolean | undefined;
|
|
@@ -12256,16 +12263,15 @@ declare class FiltersBarComponent {
|
|
|
12256
12263
|
}>;
|
|
12257
12264
|
protected queryParamsStore: {
|
|
12258
12265
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12259
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12260
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12261
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12262
12266
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12267
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12263
12268
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12264
12269
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12265
12270
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12266
12271
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12267
12272
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12268
12273
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12274
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12269
12275
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12270
12276
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12271
12277
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12279,6 +12285,7 @@ declare class FiltersBarComponent {
|
|
|
12279
12285
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12280
12286
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12281
12287
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12288
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12282
12289
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12283
12290
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12284
12291
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12311,16 +12318,15 @@ declare class FiltersBarComponent {
|
|
|
12311
12318
|
getQuery: () => _sinequa_atomic.Query;
|
|
12312
12319
|
} & _ngrx_signals.StateSource<{
|
|
12313
12320
|
name?: string | undefined;
|
|
12314
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12315
|
-
sort?: string | undefined;
|
|
12316
|
-
text?: string | undefined;
|
|
12317
12321
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12322
|
+
text?: string | undefined;
|
|
12318
12323
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12319
12324
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12320
12325
|
page?: number | undefined;
|
|
12321
12326
|
pageSize?: number | undefined;
|
|
12322
12327
|
tab?: string | undefined;
|
|
12323
12328
|
scope?: string | undefined;
|
|
12329
|
+
sort?: string | undefined;
|
|
12324
12330
|
basket?: string | undefined;
|
|
12325
12331
|
isFirstPage?: boolean | undefined;
|
|
12326
12332
|
strictRefine?: boolean | undefined;
|
|
@@ -12334,6 +12340,7 @@ declare class FiltersBarComponent {
|
|
|
12334
12340
|
relevanceTransforms?: string | undefined;
|
|
12335
12341
|
removeDuplicates?: boolean | undefined;
|
|
12336
12342
|
queryId?: string | undefined;
|
|
12343
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12337
12344
|
orderBy?: string | undefined;
|
|
12338
12345
|
groupBy?: string | undefined;
|
|
12339
12346
|
neuralSearch?: boolean | undefined;
|
|
@@ -12752,16 +12759,15 @@ declare class MoreComponent {
|
|
|
12752
12759
|
}>;
|
|
12753
12760
|
queryParamsStore: {
|
|
12754
12761
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12755
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12756
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12757
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12758
12762
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12763
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12759
12764
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12760
12765
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12761
12766
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12762
12767
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12763
12768
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12764
12769
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12770
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12765
12771
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12766
12772
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12767
12773
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12775,6 +12781,7 @@ declare class MoreComponent {
|
|
|
12775
12781
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12776
12782
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12777
12783
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12784
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12778
12785
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12779
12786
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12780
12787
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12807,16 +12814,15 @@ declare class MoreComponent {
|
|
|
12807
12814
|
getQuery: () => _sinequa_atomic.Query;
|
|
12808
12815
|
} & _ngrx_signals.StateSource<{
|
|
12809
12816
|
name?: string | undefined;
|
|
12810
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12811
|
-
sort?: string | undefined;
|
|
12812
|
-
text?: string | undefined;
|
|
12813
12817
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12818
|
+
text?: string | undefined;
|
|
12814
12819
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12815
12820
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12816
12821
|
page?: number | undefined;
|
|
12817
12822
|
pageSize?: number | undefined;
|
|
12818
12823
|
tab?: string | undefined;
|
|
12819
12824
|
scope?: string | undefined;
|
|
12825
|
+
sort?: string | undefined;
|
|
12820
12826
|
basket?: string | undefined;
|
|
12821
12827
|
isFirstPage?: boolean | undefined;
|
|
12822
12828
|
strictRefine?: boolean | undefined;
|
|
@@ -12830,6 +12836,7 @@ declare class MoreComponent {
|
|
|
12830
12836
|
relevanceTransforms?: string | undefined;
|
|
12831
12837
|
removeDuplicates?: boolean | undefined;
|
|
12832
12838
|
queryId?: string | undefined;
|
|
12839
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12833
12840
|
orderBy?: string | undefined;
|
|
12834
12841
|
groupBy?: string | undefined;
|
|
12835
12842
|
neuralSearch?: boolean | undefined;
|
|
@@ -13375,7 +13382,7 @@ declare class RecentSearchesComponent {
|
|
|
13375
13382
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13376
13383
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13377
13384
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13378
|
-
userTheme: _angular_core.Signal<"
|
|
13385
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13379
13386
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13380
13387
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13381
13388
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13441,16 +13448,15 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13441
13448
|
private readonly savedSearchesService;
|
|
13442
13449
|
protected readonly queryParamsStore: {
|
|
13443
13450
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13444
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13445
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13446
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13447
13451
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13452
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13448
13453
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13449
13454
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
13450
13455
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
13451
13456
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13452
13457
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13453
13458
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13459
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13454
13460
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
13455
13461
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13456
13462
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13464,6 +13470,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13464
13470
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
13465
13471
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13466
13472
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
13473
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13467
13474
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13468
13475
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13469
13476
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13496,16 +13503,15 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13496
13503
|
getQuery: () => _sinequa_atomic.Query;
|
|
13497
13504
|
} & _ngrx_signals.StateSource<{
|
|
13498
13505
|
name?: string | undefined;
|
|
13499
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13500
|
-
sort?: string | undefined;
|
|
13501
|
-
text?: string | undefined;
|
|
13502
13506
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13507
|
+
text?: string | undefined;
|
|
13503
13508
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13504
13509
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
13505
13510
|
page?: number | undefined;
|
|
13506
13511
|
pageSize?: number | undefined;
|
|
13507
13512
|
tab?: string | undefined;
|
|
13508
13513
|
scope?: string | undefined;
|
|
13514
|
+
sort?: string | undefined;
|
|
13509
13515
|
basket?: string | undefined;
|
|
13510
13516
|
isFirstPage?: boolean | undefined;
|
|
13511
13517
|
strictRefine?: boolean | undefined;
|
|
@@ -13519,6 +13525,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13519
13525
|
relevanceTransforms?: string | undefined;
|
|
13520
13526
|
removeDuplicates?: boolean | undefined;
|
|
13521
13527
|
queryId?: string | undefined;
|
|
13528
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13522
13529
|
orderBy?: string | undefined;
|
|
13523
13530
|
groupBy?: string | undefined;
|
|
13524
13531
|
neuralSearch?: boolean | undefined;
|
|
@@ -13550,7 +13557,7 @@ declare class SavedSearchesComponent {
|
|
|
13550
13557
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13551
13558
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13552
13559
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13553
|
-
userTheme: _angular_core.Signal<"
|
|
13560
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13554
13561
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13555
13562
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13556
13563
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13689,7 +13696,7 @@ declare class UserProfileFormComponent {
|
|
|
13689
13696
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13690
13697
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13691
13698
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13692
|
-
userTheme: _angular_core.Signal<"
|
|
13699
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13693
13700
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13694
13701
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13695
13702
|
isDarkMode: _angular_core.Signal<boolean>;
|