@sinequa/atomic-angular 1.0.9 → 1.0.11
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 +154 -62
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/index.d.ts +212 -179
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -115,15 +115,16 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
115
115
|
readonly router: Router;
|
|
116
116
|
readonly queryParamStore: {
|
|
117
117
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
118
|
-
|
|
118
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
119
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
119
120
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
121
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
120
122
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
121
123
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
122
124
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
123
125
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
124
126
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
125
127
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
126
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
127
128
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
128
129
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
129
130
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -137,7 +138,6 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
137
138
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
138
139
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
139
140
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
140
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
141
141
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
142
142
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
143
143
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -170,15 +170,16 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
170
170
|
getQuery: () => _sinequa_atomic.Query;
|
|
171
171
|
} & _ngrx_signals.StateSource<{
|
|
172
172
|
name?: string | undefined;
|
|
173
|
-
|
|
173
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
174
|
+
sort?: string | undefined;
|
|
174
175
|
text?: string | undefined;
|
|
176
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
175
177
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
176
178
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
177
179
|
page?: number | undefined;
|
|
178
180
|
pageSize?: number | undefined;
|
|
179
181
|
tab?: string | undefined;
|
|
180
182
|
scope?: string | undefined;
|
|
181
|
-
sort?: string | undefined;
|
|
182
183
|
basket?: string | undefined;
|
|
183
184
|
isFirstPage?: boolean | undefined;
|
|
184
185
|
strictRefine?: boolean | undefined;
|
|
@@ -192,7 +193,6 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
192
193
|
relevanceTransforms?: string | undefined;
|
|
193
194
|
removeDuplicates?: boolean | undefined;
|
|
194
195
|
queryId?: string | undefined;
|
|
195
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
196
196
|
orderBy?: string | undefined;
|
|
197
197
|
groupBy?: string | undefined;
|
|
198
198
|
neuralSearch?: boolean | undefined;
|
|
@@ -250,7 +250,7 @@ declare class MetadataComponent {
|
|
|
250
250
|
event: Event;
|
|
251
251
|
}>;
|
|
252
252
|
class: _angular_core.InputSignal<string | undefined>;
|
|
253
|
-
variant: _angular_core.InputSignal<"
|
|
253
|
+
variant: _angular_core.InputSignal<"none" | "error" | "default" | "secondary" | "destructive" | "ai" | "accent" | "outline" | "ghost" | "info" | "success" | "warning" | null | undefined>;
|
|
254
254
|
metadata: _angular_core.InputSignal<KeyOf<Article$1> | (string & Record<never, never>)>;
|
|
255
255
|
article: _angular_core.InputSignal<Partial<Article$1> | (string & Record<never, never>)>;
|
|
256
256
|
limit: _angular_core.InputSignalWithTransform<number | undefined, string | number | undefined>;
|
|
@@ -264,15 +264,16 @@ 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
|
-
|
|
267
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
268
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
268
269
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
270
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
269
271
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
270
272
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
271
273
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
272
274
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
273
275
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
274
276
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
275
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
276
277
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
277
278
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
278
279
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -286,7 +287,6 @@ declare class MissingTermsComponent {
|
|
|
286
287
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
287
288
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
288
289
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
289
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
290
290
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
291
291
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
292
292
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -319,15 +319,16 @@ declare class MissingTermsComponent {
|
|
|
319
319
|
getQuery: () => _sinequa_atomic.Query;
|
|
320
320
|
} & _ngrx_signals.StateSource<{
|
|
321
321
|
name?: string | undefined;
|
|
322
|
-
|
|
322
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
323
|
+
sort?: string | undefined;
|
|
323
324
|
text?: string | undefined;
|
|
325
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
324
326
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
325
327
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
326
328
|
page?: number | undefined;
|
|
327
329
|
pageSize?: number | undefined;
|
|
328
330
|
tab?: string | undefined;
|
|
329
331
|
scope?: string | undefined;
|
|
330
|
-
sort?: string | undefined;
|
|
331
332
|
basket?: string | undefined;
|
|
332
333
|
isFirstPage?: boolean | undefined;
|
|
333
334
|
strictRefine?: boolean | undefined;
|
|
@@ -341,7 +342,6 @@ declare class MissingTermsComponent {
|
|
|
341
342
|
relevanceTransforms?: string | undefined;
|
|
342
343
|
removeDuplicates?: boolean | undefined;
|
|
343
344
|
queryId?: string | undefined;
|
|
344
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
345
345
|
orderBy?: string | undefined;
|
|
346
346
|
groupBy?: string | undefined;
|
|
347
347
|
neuralSearch?: boolean | undefined;
|
|
@@ -361,7 +361,7 @@ declare class MissingTermsComponent {
|
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
declare const multiSelectionToolbarVariants: (props?: ({
|
|
364
|
-
variant?: "
|
|
364
|
+
variant?: "dark" | "light" | "glassy" | null | undefined;
|
|
365
365
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
366
366
|
type MultiSelectionToolbarVariants = VariantProps<typeof multiSelectionToolbarVariants>;
|
|
367
367
|
declare class MultiSelectionToolbarComponent {
|
|
@@ -740,7 +740,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
740
740
|
converters?: _sinequa_atomic_angular.CConverter[];
|
|
741
741
|
} | undefined;
|
|
742
742
|
readonly class: _angular_core.InputSignal<string>;
|
|
743
|
-
readonly variant: _angular_core.InputSignal<"
|
|
743
|
+
readonly variant: _angular_core.InputSignal<"dark" | "light" | "glassy" | null | undefined>;
|
|
744
744
|
readonly updatedCollections: _angular_core.OutputEmitterRef<void>;
|
|
745
745
|
readonly count: _angular_core.Signal<number>;
|
|
746
746
|
readonly variants: _angular_core.Signal<string>;
|
|
@@ -1693,7 +1693,7 @@ declare const PrincipalStore: _angular_core.Type<{
|
|
|
1693
1693
|
param9: _angular_core.Signal<string>;
|
|
1694
1694
|
param10: _angular_core.Signal<string>;
|
|
1695
1695
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
1696
|
-
state: _angular_core.Signal<"
|
|
1696
|
+
state: _angular_core.Signal<"error" | "initial" | "loading" | "loaded">;
|
|
1697
1697
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
1698
1698
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
1699
1699
|
initials: _angular_core.Signal<string>;
|
|
@@ -1747,15 +1747,16 @@ type QueryParams = {
|
|
|
1747
1747
|
};
|
|
1748
1748
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
1749
1749
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1750
|
-
|
|
1750
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1751
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1751
1752
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1753
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1752
1754
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1753
1755
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
1754
1756
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
1755
1757
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1756
1758
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
1757
1759
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
1758
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1759
1760
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
1760
1761
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1761
1762
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1769,7 +1770,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1769
1770
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
1770
1771
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1771
1772
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
1772
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1773
1773
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1774
1774
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1775
1775
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1794,15 +1794,16 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1794
1794
|
getQuery: () => _sinequa_atomic.Query;
|
|
1795
1795
|
} & _ngrx_signals.StateSource<{
|
|
1796
1796
|
name?: string | undefined;
|
|
1797
|
-
|
|
1797
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1798
|
+
sort?: string | undefined;
|
|
1798
1799
|
text?: string | undefined;
|
|
1800
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1799
1801
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1800
1802
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1801
1803
|
page?: number | undefined;
|
|
1802
1804
|
pageSize?: number | undefined;
|
|
1803
1805
|
tab?: string | undefined;
|
|
1804
1806
|
scope?: string | undefined;
|
|
1805
|
-
sort?: string | undefined;
|
|
1806
1807
|
basket?: string | undefined;
|
|
1807
1808
|
isFirstPage?: boolean | undefined;
|
|
1808
1809
|
strictRefine?: boolean | undefined;
|
|
@@ -1816,7 +1817,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1816
1817
|
relevanceTransforms?: string | undefined;
|
|
1817
1818
|
removeDuplicates?: boolean | undefined;
|
|
1818
1819
|
queryId?: string | undefined;
|
|
1819
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1820
1820
|
orderBy?: string | undefined;
|
|
1821
1821
|
groupBy?: string | undefined;
|
|
1822
1822
|
neuralSearch?: boolean | undefined;
|
|
@@ -1827,15 +1827,16 @@ 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
|
-
|
|
1830
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1831
|
+
sort?: string | undefined;
|
|
1831
1832
|
text?: string | undefined;
|
|
1833
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1832
1834
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1833
1835
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1834
1836
|
page?: number | undefined;
|
|
1835
1837
|
pageSize?: number | undefined;
|
|
1836
1838
|
tab?: string | undefined;
|
|
1837
1839
|
scope?: string | undefined;
|
|
1838
|
-
sort?: string | undefined;
|
|
1839
1840
|
basket?: string | undefined;
|
|
1840
1841
|
isFirstPage?: boolean | undefined;
|
|
1841
1842
|
strictRefine?: boolean | undefined;
|
|
@@ -1849,7 +1850,6 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
1849
1850
|
relevanceTransforms?: string | undefined;
|
|
1850
1851
|
removeDuplicates?: boolean | undefined;
|
|
1851
1852
|
queryId?: string | undefined;
|
|
1852
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1853
1853
|
orderBy?: string | undefined;
|
|
1854
1854
|
groupBy?: string | undefined;
|
|
1855
1855
|
neuralSearch?: boolean | undefined;
|
|
@@ -2043,7 +2043,7 @@ declare const UserSettingsStore: _angular_core.Type<{
|
|
|
2043
2043
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2044
2044
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2045
2045
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2046
|
-
userTheme: _angular_core.Signal<"
|
|
2046
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
2047
2047
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2048
2048
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2049
2049
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -2576,15 +2576,16 @@ declare class AggregationsService {
|
|
|
2576
2576
|
}>;
|
|
2577
2577
|
queryParamsStore: {
|
|
2578
2578
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2579
|
-
|
|
2579
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2580
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2580
2581
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2582
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2581
2583
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2582
2584
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
2583
2585
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
2584
2586
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2585
2587
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
2586
2588
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
2587
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2588
2589
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
2589
2590
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2590
2591
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2598,7 +2599,6 @@ declare class AggregationsService {
|
|
|
2598
2599
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
2599
2600
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2600
2601
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
2601
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2602
2602
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2603
2603
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2604
2604
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2631,15 +2631,16 @@ declare class AggregationsService {
|
|
|
2631
2631
|
getQuery: () => Query;
|
|
2632
2632
|
} & _ngrx_signals.StateSource<{
|
|
2633
2633
|
name?: string | undefined;
|
|
2634
|
-
|
|
2634
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2635
|
+
sort?: string | undefined;
|
|
2635
2636
|
text?: string | undefined;
|
|
2637
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2636
2638
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2637
2639
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2638
2640
|
page?: number | undefined;
|
|
2639
2641
|
pageSize?: number | undefined;
|
|
2640
2642
|
tab?: string | undefined;
|
|
2641
2643
|
scope?: string | undefined;
|
|
2642
|
-
sort?: string | undefined;
|
|
2643
2644
|
basket?: string | undefined;
|
|
2644
2645
|
isFirstPage?: boolean | undefined;
|
|
2645
2646
|
strictRefine?: boolean | undefined;
|
|
@@ -2653,7 +2654,6 @@ declare class AggregationsService {
|
|
|
2653
2654
|
relevanceTransforms?: string | undefined;
|
|
2654
2655
|
removeDuplicates?: boolean | undefined;
|
|
2655
2656
|
queryId?: string | undefined;
|
|
2656
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2657
2657
|
orderBy?: string | undefined;
|
|
2658
2658
|
groupBy?: string | undefined;
|
|
2659
2659
|
neuralSearch?: boolean | undefined;
|
|
@@ -2770,7 +2770,7 @@ declare class ApplicationService {
|
|
|
2770
2770
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2771
2771
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2772
2772
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2773
|
-
userTheme: _angular_core.Signal<"
|
|
2773
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
2774
2774
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2775
2775
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2776
2776
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -2842,7 +2842,7 @@ declare class ApplicationService {
|
|
|
2842
2842
|
param9: _angular_core.Signal<string>;
|
|
2843
2843
|
param10: _angular_core.Signal<string>;
|
|
2844
2844
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
2845
|
-
state: _angular_core.Signal<"
|
|
2845
|
+
state: _angular_core.Signal<"error" | "initial" | "loading" | "loaded">;
|
|
2846
2846
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
2847
2847
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
2848
2848
|
initials: _angular_core.Signal<string>;
|
|
@@ -3620,7 +3620,7 @@ declare class AutocompleteService {
|
|
|
3620
3620
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
3621
3621
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3622
3622
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
3623
|
-
userTheme: _angular_core.Signal<"
|
|
3623
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
3624
3624
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
3625
3625
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
3626
3626
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4287,15 +4287,16 @@ declare class PreviewService {
|
|
|
4287
4287
|
}>;
|
|
4288
4288
|
protected readonly queryParamsStore: {
|
|
4289
4289
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4290
|
-
|
|
4290
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4291
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4291
4292
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4293
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4292
4294
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4293
4295
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4294
4296
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4295
4297
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4296
4298
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4297
4299
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4298
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4299
4300
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4300
4301
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4301
4302
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4309,7 +4310,6 @@ declare class PreviewService {
|
|
|
4309
4310
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4310
4311
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4311
4312
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4312
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4313
4313
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4314
4314
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4315
4315
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4342,15 +4342,16 @@ declare class PreviewService {
|
|
|
4342
4342
|
getQuery: () => Query;
|
|
4343
4343
|
} & _ngrx_signals.StateSource<{
|
|
4344
4344
|
name?: string | undefined;
|
|
4345
|
-
|
|
4345
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4346
|
+
sort?: string | undefined;
|
|
4346
4347
|
text?: string | undefined;
|
|
4348
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4347
4349
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4348
4350
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4349
4351
|
page?: number | undefined;
|
|
4350
4352
|
pageSize?: number | undefined;
|
|
4351
4353
|
tab?: string | undefined;
|
|
4352
4354
|
scope?: string | undefined;
|
|
4353
|
-
sort?: string | undefined;
|
|
4354
4355
|
basket?: string | undefined;
|
|
4355
4356
|
isFirstPage?: boolean | undefined;
|
|
4356
4357
|
strictRefine?: boolean | undefined;
|
|
@@ -4364,7 +4365,6 @@ declare class PreviewService {
|
|
|
4364
4365
|
relevanceTransforms?: string | undefined;
|
|
4365
4366
|
removeDuplicates?: boolean | undefined;
|
|
4366
4367
|
queryId?: string | undefined;
|
|
4367
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4368
4368
|
orderBy?: string | undefined;
|
|
4369
4369
|
groupBy?: string | undefined;
|
|
4370
4370
|
neuralSearch?: boolean | undefined;
|
|
@@ -4869,7 +4869,7 @@ declare class SavedSearchesService {
|
|
|
4869
4869
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
4870
4870
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4871
4871
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4872
|
-
userTheme: _angular_core.Signal<"
|
|
4872
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
4873
4873
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
4874
4874
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
4875
4875
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4916,15 +4916,16 @@ declare class SavedSearchesService {
|
|
|
4916
4916
|
}>;
|
|
4917
4917
|
protected readonly queryParamsStore: {
|
|
4918
4918
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4919
|
-
|
|
4919
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4920
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4920
4921
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4922
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4921
4923
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4922
4924
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4923
4925
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4924
4926
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4925
4927
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4926
4928
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4927
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4928
4929
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4929
4930
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4930
4931
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4938,7 +4939,6 @@ declare class SavedSearchesService {
|
|
|
4938
4939
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4939
4940
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4940
4941
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4941
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4942
4942
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4943
4943
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4944
4944
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4971,15 +4971,16 @@ declare class SavedSearchesService {
|
|
|
4971
4971
|
getQuery: () => _sinequa_atomic.Query;
|
|
4972
4972
|
} & _ngrx_signals.StateSource<{
|
|
4973
4973
|
name?: string | undefined;
|
|
4974
|
-
|
|
4974
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4975
|
+
sort?: string | undefined;
|
|
4975
4976
|
text?: string | undefined;
|
|
4977
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4976
4978
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4977
4979
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4978
4980
|
page?: number | undefined;
|
|
4979
4981
|
pageSize?: number | undefined;
|
|
4980
4982
|
tab?: string | undefined;
|
|
4981
4983
|
scope?: string | undefined;
|
|
4982
|
-
sort?: string | undefined;
|
|
4983
4984
|
basket?: string | undefined;
|
|
4984
4985
|
isFirstPage?: boolean | undefined;
|
|
4985
4986
|
strictRefine?: boolean | undefined;
|
|
@@ -4993,7 +4994,6 @@ declare class SavedSearchesService {
|
|
|
4993
4994
|
relevanceTransforms?: string | undefined;
|
|
4994
4995
|
removeDuplicates?: boolean | undefined;
|
|
4995
4996
|
queryId?: string | undefined;
|
|
4996
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4997
4997
|
orderBy?: string | undefined;
|
|
4998
4998
|
groupBy?: string | undefined;
|
|
4999
4999
|
neuralSearch?: boolean | undefined;
|
|
@@ -5057,15 +5057,16 @@ declare class SearchService {
|
|
|
5057
5057
|
audit?: AuditEvents;
|
|
5058
5058
|
protected readonly queryParamsStore: {
|
|
5059
5059
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5060
|
-
|
|
5060
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5061
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5061
5062
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5063
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5062
5064
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5063
5065
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5064
5066
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5065
5067
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5066
5068
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5067
5069
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5068
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5069
5070
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5070
5071
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5071
5072
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5079,7 +5080,6 @@ declare class SearchService {
|
|
|
5079
5080
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5080
5081
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5081
5082
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5082
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5083
5083
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5084
5084
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5085
5085
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5112,15 +5112,16 @@ declare class SearchService {
|
|
|
5112
5112
|
getQuery: () => Query;
|
|
5113
5113
|
} & _ngrx_signals.StateSource<{
|
|
5114
5114
|
name?: string | undefined;
|
|
5115
|
-
|
|
5115
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5116
|
+
sort?: string | undefined;
|
|
5116
5117
|
text?: string | undefined;
|
|
5118
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5117
5119
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5118
5120
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5119
5121
|
page?: number | undefined;
|
|
5120
5122
|
pageSize?: number | undefined;
|
|
5121
5123
|
tab?: string | undefined;
|
|
5122
5124
|
scope?: string | undefined;
|
|
5123
|
-
sort?: string | undefined;
|
|
5124
5125
|
basket?: string | undefined;
|
|
5125
5126
|
isFirstPage?: boolean | undefined;
|
|
5126
5127
|
strictRefine?: boolean | undefined;
|
|
@@ -5134,7 +5135,6 @@ declare class SearchService {
|
|
|
5134
5135
|
relevanceTransforms?: string | undefined;
|
|
5135
5136
|
removeDuplicates?: boolean | undefined;
|
|
5136
5137
|
queryId?: string | undefined;
|
|
5137
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5138
5138
|
orderBy?: string | undefined;
|
|
5139
5139
|
groupBy?: string | undefined;
|
|
5140
5140
|
neuralSearch?: boolean | undefined;
|
|
@@ -5151,7 +5151,7 @@ declare class SearchService {
|
|
|
5151
5151
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
5152
5152
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5153
5153
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5154
|
-
userTheme: _angular_core.Signal<"
|
|
5154
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
5155
5155
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
5156
5156
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
5157
5157
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -5248,15 +5248,16 @@ declare class SelectionService {
|
|
|
5248
5248
|
private readonly selectionStore;
|
|
5249
5249
|
queryParamsStore: {
|
|
5250
5250
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5251
|
-
|
|
5251
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5252
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5252
5253
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5254
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5253
5255
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5254
5256
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5255
5257
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5256
5258
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5257
5259
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5258
5260
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5259
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5260
5261
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5261
5262
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5262
5263
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5270,7 +5271,6 @@ declare class SelectionService {
|
|
|
5270
5271
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5271
5272
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5272
5273
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5273
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5274
5274
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5275
5275
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5276
5276
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5303,15 +5303,16 @@ declare class SelectionService {
|
|
|
5303
5303
|
getQuery: () => _sinequa_atomic.Query;
|
|
5304
5304
|
} & _ngrx_signals.StateSource<{
|
|
5305
5305
|
name?: string | undefined;
|
|
5306
|
-
|
|
5306
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5307
|
+
sort?: string | undefined;
|
|
5307
5308
|
text?: string | undefined;
|
|
5309
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5308
5310
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5309
5311
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5310
5312
|
page?: number | undefined;
|
|
5311
5313
|
pageSize?: number | undefined;
|
|
5312
5314
|
tab?: string | undefined;
|
|
5313
5315
|
scope?: string | undefined;
|
|
5314
|
-
sort?: string | undefined;
|
|
5315
5316
|
basket?: string | undefined;
|
|
5316
5317
|
isFirstPage?: boolean | undefined;
|
|
5317
5318
|
strictRefine?: boolean | undefined;
|
|
@@ -5325,7 +5326,6 @@ declare class SelectionService {
|
|
|
5325
5326
|
relevanceTransforms?: string | undefined;
|
|
5326
5327
|
removeDuplicates?: boolean | undefined;
|
|
5327
5328
|
queryId?: string | undefined;
|
|
5328
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5329
5329
|
orderBy?: string | undefined;
|
|
5330
5330
|
groupBy?: string | undefined;
|
|
5331
5331
|
neuralSearch?: boolean | undefined;
|
|
@@ -5472,15 +5472,16 @@ declare class NavbarTabsComponent {
|
|
|
5472
5472
|
readonly route: ActivatedRoute;
|
|
5473
5473
|
readonly queryParamsStore: {
|
|
5474
5474
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5475
|
-
|
|
5475
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5476
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5476
5477
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5478
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5477
5479
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5478
5480
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5479
5481
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5480
5482
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5481
5483
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5482
5484
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5483
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5484
5485
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5485
5486
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5486
5487
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5494,7 +5495,6 @@ declare class NavbarTabsComponent {
|
|
|
5494
5495
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5495
5496
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5496
5497
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5497
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5498
5498
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5499
5499
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5500
5500
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5527,15 +5527,16 @@ declare class NavbarTabsComponent {
|
|
|
5527
5527
|
getQuery: () => _sinequa_atomic.Query;
|
|
5528
5528
|
} & _ngrx_signals.StateSource<{
|
|
5529
5529
|
name?: string | undefined;
|
|
5530
|
-
|
|
5530
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5531
|
+
sort?: string | undefined;
|
|
5531
5532
|
text?: string | undefined;
|
|
5533
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5532
5534
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5533
5535
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5534
5536
|
page?: number | undefined;
|
|
5535
5537
|
pageSize?: number | undefined;
|
|
5536
5538
|
tab?: string | undefined;
|
|
5537
5539
|
scope?: string | undefined;
|
|
5538
|
-
sort?: string | undefined;
|
|
5539
5540
|
basket?: string | undefined;
|
|
5540
5541
|
isFirstPage?: boolean | undefined;
|
|
5541
5542
|
strictRefine?: boolean | undefined;
|
|
@@ -5549,7 +5550,6 @@ declare class NavbarTabsComponent {
|
|
|
5549
5550
|
relevanceTransforms?: string | undefined;
|
|
5550
5551
|
removeDuplicates?: boolean | undefined;
|
|
5551
5552
|
queryId?: string | undefined;
|
|
5552
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5553
5553
|
orderBy?: string | undefined;
|
|
5554
5554
|
groupBy?: string | undefined;
|
|
5555
5555
|
neuralSearch?: boolean | undefined;
|
|
@@ -6022,7 +6022,7 @@ declare class ShowBookmarkDirective {
|
|
|
6022
6022
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
6023
6023
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6024
6024
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
6025
|
-
userTheme: _angular_core.Signal<"
|
|
6025
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
6026
6026
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
6027
6027
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
6028
6028
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -6270,18 +6270,22 @@ declare class OverflowItemDirective {
|
|
|
6270
6270
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<OverflowItemDirective, "[overflowItem]", never, {}, {}, never, never, true, never>;
|
|
6271
6271
|
}
|
|
6272
6272
|
/**
|
|
6273
|
-
* Directive to be used on the
|
|
6274
|
-
*
|
|
6273
|
+
* Directive to be used on the "more" trigger element. The overflow manager
|
|
6274
|
+
* reserves this element's size when not all items fit, so the last visible
|
|
6275
|
+
* item never overlaps it. Its position is not used for measurement.
|
|
6275
6276
|
*/
|
|
6276
6277
|
declare class OverflowStopDirective {
|
|
6277
6278
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OverflowStopDirective, never>;
|
|
6278
6279
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<OverflowStopDirective, "[overflowStop]", never, {}, {}, never, never, true, never>;
|
|
6279
6280
|
}
|
|
6280
6281
|
/**
|
|
6281
|
-
* Directive that
|
|
6282
|
-
*
|
|
6283
|
-
*
|
|
6284
|
-
*
|
|
6282
|
+
* Directive that counts how many items fit inside the container and hides the
|
|
6283
|
+
* overflowing ones. The boundary is the container's own content edge, which
|
|
6284
|
+
* keeps the measurement correct even when the host lives inside a flex layout
|
|
6285
|
+
* (we never depend on a sibling's position). The stop element is used only to
|
|
6286
|
+
* reserve space for the "more" trigger when not all items fit.
|
|
6287
|
+
*
|
|
6288
|
+
* The directive applies `display: none` on the items that do not fit.
|
|
6285
6289
|
*
|
|
6286
6290
|
* You can specify a target element to observe for resize events, otherwise the
|
|
6287
6291
|
* directive will observe the element itself.
|
|
@@ -6320,15 +6324,30 @@ declare class OverflowManagerDirective {
|
|
|
6320
6324
|
readonly target: _angular_core.InputSignal<HTMLElement | undefined>;
|
|
6321
6325
|
readonly margin: _angular_core.InputSignal<number>;
|
|
6322
6326
|
readonly direction: _angular_core.InputSignal<"horizontal" | "vertical">;
|
|
6327
|
+
/**
|
|
6328
|
+
* Always reserve the stop element's size, even when every item fits inside
|
|
6329
|
+
* the container. Use it when the stop trigger is permanently visible (e.g.
|
|
6330
|
+
* the "more" button also gives access to items that are never rendered in
|
|
6331
|
+
* the container), so the last item never overlaps it.
|
|
6332
|
+
*/
|
|
6333
|
+
readonly reserveStop: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
6323
6334
|
readonly count: _angular_core.OutputEmitterRef<number>;
|
|
6324
6335
|
private readonly el;
|
|
6325
6336
|
private readonly destroyRef;
|
|
6326
6337
|
private readonly resizeObserver;
|
|
6338
|
+
private readonly itemsResizeObserver;
|
|
6327
6339
|
private countSub;
|
|
6328
6340
|
private _lastCount;
|
|
6329
6341
|
constructor();
|
|
6330
6342
|
/**
|
|
6331
|
-
* Counts the number of items that can fit
|
|
6343
|
+
* Counts the number of items that can fit inside the container.
|
|
6344
|
+
*
|
|
6345
|
+
* The boundary is the container's own content edge (not the position of the
|
|
6346
|
+
* stop element). This is what makes the measurement robust when the host is
|
|
6347
|
+
* placed inside a flex layout: we never rely on a sibling staying where we
|
|
6348
|
+
* expect it. The stop element is only used for its *size*, to reserve space
|
|
6349
|
+
* for the "more" trigger when not all items fit.
|
|
6350
|
+
*
|
|
6332
6351
|
* Emits the count if it has changed.
|
|
6333
6352
|
*/
|
|
6334
6353
|
countItems(): void;
|
|
@@ -6338,7 +6357,7 @@ declare class OverflowManagerDirective {
|
|
|
6338
6357
|
*/
|
|
6339
6358
|
toggleToCount(count: number): void;
|
|
6340
6359
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OverflowManagerDirective, never>;
|
|
6341
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<OverflowManagerDirective, "[overflowManager]", never, { "target": { "alias": "target"; "required": false; "isSignal": true; }; "margin": { "alias": "margin"; "required": false; "isSignal": true; }; "direction": { "alias": "direction"; "required": false; "isSignal": true; }; }, { "count": "count"; }, ["items", "stop"], never, true, never>;
|
|
6360
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<OverflowManagerDirective, "[overflowManager]", never, { "target": { "alias": "target"; "required": false; "isSignal": true; }; "margin": { "alias": "margin"; "required": false; "isSignal": true; }; "direction": { "alias": "direction"; "required": false; "isSignal": true; }; "reserveStop": { "alias": "reserveStop"; "required": false; "isSignal": true; }; }, { "count": "count"; }, ["items", "stop"], never, true, never>;
|
|
6342
6361
|
}
|
|
6343
6362
|
|
|
6344
6363
|
/**
|
|
@@ -6697,15 +6716,16 @@ declare class SponsoredResultsComponent {
|
|
|
6697
6716
|
}>;
|
|
6698
6717
|
queryParamStore: {
|
|
6699
6718
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6700
|
-
|
|
6719
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6720
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6701
6721
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6722
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6702
6723
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6703
6724
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6704
6725
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6705
6726
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6706
6727
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6707
6728
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6708
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6709
6729
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6710
6730
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6711
6731
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6719,7 +6739,6 @@ declare class SponsoredResultsComponent {
|
|
|
6719
6739
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
6720
6740
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6721
6741
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
6722
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6723
6742
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6724
6743
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6725
6744
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6752,15 +6771,16 @@ declare class SponsoredResultsComponent {
|
|
|
6752
6771
|
getQuery: () => _sinequa_atomic.Query;
|
|
6753
6772
|
} & _ngrx_signals.StateSource<{
|
|
6754
6773
|
name?: string | undefined;
|
|
6755
|
-
|
|
6774
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6775
|
+
sort?: string | undefined;
|
|
6756
6776
|
text?: string | undefined;
|
|
6777
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6757
6778
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6758
6779
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6759
6780
|
page?: number | undefined;
|
|
6760
6781
|
pageSize?: number | undefined;
|
|
6761
6782
|
tab?: string | undefined;
|
|
6762
6783
|
scope?: string | undefined;
|
|
6763
|
-
sort?: string | undefined;
|
|
6764
6784
|
basket?: string | undefined;
|
|
6765
6785
|
isFirstPage?: boolean | undefined;
|
|
6766
6786
|
strictRefine?: boolean | undefined;
|
|
@@ -6774,7 +6794,6 @@ declare class SponsoredResultsComponent {
|
|
|
6774
6794
|
relevanceTransforms?: string | undefined;
|
|
6775
6795
|
removeDuplicates?: boolean | undefined;
|
|
6776
6796
|
queryId?: string | undefined;
|
|
6777
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6778
6797
|
orderBy?: string | undefined;
|
|
6779
6798
|
groupBy?: string | undefined;
|
|
6780
6799
|
neuralSearch?: boolean | undefined;
|
|
@@ -7030,15 +7049,16 @@ declare class AggregationListComponent {
|
|
|
7030
7049
|
}>;
|
|
7031
7050
|
queryParamsStore: {
|
|
7032
7051
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7033
|
-
|
|
7052
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7053
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7034
7054
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7055
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7035
7056
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7036
7057
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7037
7058
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7038
7059
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7039
7060
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7040
7061
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7041
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7042
7062
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7043
7063
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7044
7064
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7052,7 +7072,6 @@ declare class AggregationListComponent {
|
|
|
7052
7072
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7053
7073
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7054
7074
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7055
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7056
7075
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7057
7076
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7058
7077
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7085,15 +7104,16 @@ declare class AggregationListComponent {
|
|
|
7085
7104
|
getQuery: () => Query;
|
|
7086
7105
|
} & _ngrx_signals.StateSource<{
|
|
7087
7106
|
name?: string | undefined;
|
|
7088
|
-
|
|
7107
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7108
|
+
sort?: string | undefined;
|
|
7089
7109
|
text?: string | undefined;
|
|
7110
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7090
7111
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7091
7112
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7092
7113
|
page?: number | undefined;
|
|
7093
7114
|
pageSize?: number | undefined;
|
|
7094
7115
|
tab?: string | undefined;
|
|
7095
7116
|
scope?: string | undefined;
|
|
7096
|
-
sort?: string | undefined;
|
|
7097
7117
|
basket?: string | undefined;
|
|
7098
7118
|
isFirstPage?: boolean | undefined;
|
|
7099
7119
|
strictRefine?: boolean | undefined;
|
|
@@ -7107,7 +7127,6 @@ declare class AggregationListComponent {
|
|
|
7107
7127
|
relevanceTransforms?: string | undefined;
|
|
7108
7128
|
removeDuplicates?: boolean | undefined;
|
|
7109
7129
|
queryId?: string | undefined;
|
|
7110
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7111
7130
|
orderBy?: string | undefined;
|
|
7112
7131
|
groupBy?: string | undefined;
|
|
7113
7132
|
neuralSearch?: boolean | undefined;
|
|
@@ -7652,15 +7671,16 @@ declare class AdvancedSearch {
|
|
|
7652
7671
|
}>;
|
|
7653
7672
|
protected readonly queryParamsStore: {
|
|
7654
7673
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7655
|
-
|
|
7674
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7675
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7656
7676
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7677
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7657
7678
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7658
7679
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7659
7680
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7660
7681
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7661
7682
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7662
7683
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7663
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7664
7684
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7665
7685
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7666
7686
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7674,7 +7694,6 @@ declare class AdvancedSearch {
|
|
|
7674
7694
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7675
7695
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7676
7696
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7677
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7678
7697
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7679
7698
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7680
7699
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7707,15 +7726,16 @@ declare class AdvancedSearch {
|
|
|
7707
7726
|
getQuery: () => _sinequa_atomic.Query;
|
|
7708
7727
|
} & _ngrx_signals.StateSource<{
|
|
7709
7728
|
name?: string | undefined;
|
|
7710
|
-
|
|
7729
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7730
|
+
sort?: string | undefined;
|
|
7711
7731
|
text?: string | undefined;
|
|
7732
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7712
7733
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7713
7734
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7714
7735
|
page?: number | undefined;
|
|
7715
7736
|
pageSize?: number | undefined;
|
|
7716
7737
|
tab?: string | undefined;
|
|
7717
7738
|
scope?: string | undefined;
|
|
7718
|
-
sort?: string | undefined;
|
|
7719
7739
|
basket?: string | undefined;
|
|
7720
7740
|
isFirstPage?: boolean | undefined;
|
|
7721
7741
|
strictRefine?: boolean | undefined;
|
|
@@ -7729,7 +7749,6 @@ declare class AdvancedSearch {
|
|
|
7729
7749
|
relevanceTransforms?: string | undefined;
|
|
7730
7750
|
removeDuplicates?: boolean | undefined;
|
|
7731
7751
|
queryId?: string | undefined;
|
|
7732
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7733
7752
|
orderBy?: string | undefined;
|
|
7734
7753
|
groupBy?: string | undefined;
|
|
7735
7754
|
neuralSearch?: boolean | undefined;
|
|
@@ -8116,15 +8135,16 @@ declare class ArticleLabels {
|
|
|
8116
8135
|
declare class ArticleSimilarDocuments {
|
|
8117
8136
|
protected readonly queryParamsStore: {
|
|
8118
8137
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8119
|
-
|
|
8138
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8139
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8120
8140
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8141
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8121
8142
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8122
8143
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8123
8144
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8124
8145
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8125
8146
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8126
8147
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8127
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8128
8148
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8129
8149
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8130
8150
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8138,7 +8158,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8138
8158
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8139
8159
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8140
8160
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8141
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8142
8161
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8143
8162
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8144
8163
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8171,15 +8190,16 @@ declare class ArticleSimilarDocuments {
|
|
|
8171
8190
|
getQuery: () => _sinequa_atomic.Query;
|
|
8172
8191
|
} & _ngrx_signals.StateSource<{
|
|
8173
8192
|
name?: string | undefined;
|
|
8174
|
-
|
|
8193
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8194
|
+
sort?: string | undefined;
|
|
8175
8195
|
text?: string | undefined;
|
|
8196
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8176
8197
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8177
8198
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8178
8199
|
page?: number | undefined;
|
|
8179
8200
|
pageSize?: number | undefined;
|
|
8180
8201
|
tab?: string | undefined;
|
|
8181
8202
|
scope?: string | undefined;
|
|
8182
|
-
sort?: string | undefined;
|
|
8183
8203
|
basket?: string | undefined;
|
|
8184
8204
|
isFirstPage?: boolean | undefined;
|
|
8185
8205
|
strictRefine?: boolean | undefined;
|
|
@@ -8193,7 +8213,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8193
8213
|
relevanceTransforms?: string | undefined;
|
|
8194
8214
|
removeDuplicates?: boolean | undefined;
|
|
8195
8215
|
queryId?: string | undefined;
|
|
8196
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8197
8216
|
orderBy?: string | undefined;
|
|
8198
8217
|
groupBy?: string | undefined;
|
|
8199
8218
|
neuralSearch?: boolean | undefined;
|
|
@@ -8483,7 +8502,7 @@ declare class CollectionsDialog implements DialogInterface {
|
|
|
8483
8502
|
readonly removedFromCollection: _angular_core.WritableSignal<boolean>;
|
|
8484
8503
|
readonly addedToCollection: _angular_core.WritableSignal<boolean>;
|
|
8485
8504
|
readonly collections: _angular_core.Signal<Basket[]>;
|
|
8486
|
-
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "
|
|
8505
|
+
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "none" | "some" | "all">>;
|
|
8487
8506
|
open(article: Article$1 | Article$1[]): void;
|
|
8488
8507
|
containsArticleByName(collectionName: string): boolean;
|
|
8489
8508
|
containsArticle(collection: Basket): "all" | "some" | "none";
|
|
@@ -8778,15 +8797,16 @@ declare class AdvancedSearchComponent {
|
|
|
8778
8797
|
}>;
|
|
8779
8798
|
protected readonly queryParamsStore: {
|
|
8780
8799
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8781
|
-
|
|
8800
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8801
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8782
8802
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8803
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8783
8804
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8784
8805
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8785
8806
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8786
8807
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8787
8808
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8788
8809
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8789
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8790
8810
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8791
8811
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8792
8812
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8800,7 +8820,6 @@ declare class AdvancedSearchComponent {
|
|
|
8800
8820
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8801
8821
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8802
8822
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8803
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8804
8823
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8805
8824
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8806
8825
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8833,15 +8852,16 @@ declare class AdvancedSearchComponent {
|
|
|
8833
8852
|
getQuery: () => _sinequa_atomic.Query;
|
|
8834
8853
|
} & _ngrx_signals.StateSource<{
|
|
8835
8854
|
name?: string | undefined;
|
|
8836
|
-
|
|
8855
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8856
|
+
sort?: string | undefined;
|
|
8837
8857
|
text?: string | undefined;
|
|
8858
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8838
8859
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8839
8860
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8840
8861
|
page?: number | undefined;
|
|
8841
8862
|
pageSize?: number | undefined;
|
|
8842
8863
|
tab?: string | undefined;
|
|
8843
8864
|
scope?: string | undefined;
|
|
8844
|
-
sort?: string | undefined;
|
|
8845
8865
|
basket?: string | undefined;
|
|
8846
8866
|
isFirstPage?: boolean | undefined;
|
|
8847
8867
|
strictRefine?: boolean | undefined;
|
|
@@ -8855,7 +8875,6 @@ declare class AdvancedSearchComponent {
|
|
|
8855
8875
|
relevanceTransforms?: string | undefined;
|
|
8856
8876
|
removeDuplicates?: boolean | undefined;
|
|
8857
8877
|
queryId?: string | undefined;
|
|
8858
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8859
8878
|
orderBy?: string | undefined;
|
|
8860
8879
|
groupBy?: string | undefined;
|
|
8861
8880
|
neuralSearch?: boolean | undefined;
|
|
@@ -9234,15 +9253,16 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9234
9253
|
}>;
|
|
9235
9254
|
queryParamsStore: {
|
|
9236
9255
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9237
|
-
|
|
9256
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9257
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9238
9258
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9259
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9239
9260
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9240
9261
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9241
9262
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9242
9263
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9243
9264
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9244
9265
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9245
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9246
9266
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9247
9267
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9248
9268
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9256,7 +9276,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9256
9276
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9257
9277
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9258
9278
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9259
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9260
9279
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9261
9280
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9262
9281
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9289,15 +9308,16 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9289
9308
|
getQuery: () => _sinequa_atomic.Query;
|
|
9290
9309
|
} & _ngrx_signals.StateSource<{
|
|
9291
9310
|
name?: string | undefined;
|
|
9292
|
-
|
|
9311
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9312
|
+
sort?: string | undefined;
|
|
9293
9313
|
text?: string | undefined;
|
|
9314
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9294
9315
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9295
9316
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9296
9317
|
page?: number | undefined;
|
|
9297
9318
|
pageSize?: number | undefined;
|
|
9298
9319
|
tab?: string | undefined;
|
|
9299
9320
|
scope?: string | undefined;
|
|
9300
|
-
sort?: string | undefined;
|
|
9301
9321
|
basket?: string | undefined;
|
|
9302
9322
|
isFirstPage?: boolean | undefined;
|
|
9303
9323
|
strictRefine?: boolean | undefined;
|
|
@@ -9311,7 +9331,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9311
9331
|
relevanceTransforms?: string | undefined;
|
|
9312
9332
|
removeDuplicates?: boolean | undefined;
|
|
9313
9333
|
queryId?: string | undefined;
|
|
9314
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9315
9334
|
orderBy?: string | undefined;
|
|
9316
9335
|
groupBy?: string | undefined;
|
|
9317
9336
|
neuralSearch?: boolean | undefined;
|
|
@@ -9432,15 +9451,16 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9432
9451
|
readonly exportService: ExportService;
|
|
9433
9452
|
readonly queryParamsStore: {
|
|
9434
9453
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9435
|
-
|
|
9454
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9455
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9436
9456
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9457
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9437
9458
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9438
9459
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9439
9460
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9440
9461
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9441
9462
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9442
9463
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9443
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9444
9464
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9445
9465
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9446
9466
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9454,7 +9474,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9454
9474
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9455
9475
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9456
9476
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9457
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9458
9477
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9459
9478
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9460
9479
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9487,15 +9506,16 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9487
9506
|
getQuery: () => _sinequa_atomic.Query;
|
|
9488
9507
|
} & _ngrx_signals.StateSource<{
|
|
9489
9508
|
name?: string | undefined;
|
|
9490
|
-
|
|
9509
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9510
|
+
sort?: string | undefined;
|
|
9491
9511
|
text?: string | undefined;
|
|
9512
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9492
9513
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9493
9514
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9494
9515
|
page?: number | undefined;
|
|
9495
9516
|
pageSize?: number | undefined;
|
|
9496
9517
|
tab?: string | undefined;
|
|
9497
9518
|
scope?: string | undefined;
|
|
9498
|
-
sort?: string | undefined;
|
|
9499
9519
|
basket?: string | undefined;
|
|
9500
9520
|
isFirstPage?: boolean | undefined;
|
|
9501
9521
|
strictRefine?: boolean | undefined;
|
|
@@ -9509,7 +9529,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9509
9529
|
relevanceTransforms?: string | undefined;
|
|
9510
9530
|
removeDuplicates?: boolean | undefined;
|
|
9511
9531
|
queryId?: string | undefined;
|
|
9512
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9513
9532
|
orderBy?: string | undefined;
|
|
9514
9533
|
groupBy?: string | undefined;
|
|
9515
9534
|
neuralSearch?: boolean | undefined;
|
|
@@ -9864,15 +9883,16 @@ declare class SearchFeedbackComponent {
|
|
|
9864
9883
|
readonly auditService: AuditService;
|
|
9865
9884
|
protected readonly queryParamsStore: {
|
|
9866
9885
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9867
|
-
|
|
9886
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9887
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9868
9888
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9889
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9869
9890
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9870
9891
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9871
9892
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9872
9893
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9873
9894
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9874
9895
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9875
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9876
9896
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9877
9897
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9878
9898
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9886,7 +9906,6 @@ declare class SearchFeedbackComponent {
|
|
|
9886
9906
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9887
9907
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9888
9908
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9889
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9890
9909
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9891
9910
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9892
9911
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9919,15 +9938,16 @@ declare class SearchFeedbackComponent {
|
|
|
9919
9938
|
getQuery: () => _sinequa_atomic.Query;
|
|
9920
9939
|
} & _ngrx_signals.StateSource<{
|
|
9921
9940
|
name?: string | undefined;
|
|
9922
|
-
|
|
9941
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9942
|
+
sort?: string | undefined;
|
|
9923
9943
|
text?: string | undefined;
|
|
9944
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9924
9945
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9925
9946
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9926
9947
|
page?: number | undefined;
|
|
9927
9948
|
pageSize?: number | undefined;
|
|
9928
9949
|
tab?: string | undefined;
|
|
9929
9950
|
scope?: string | undefined;
|
|
9930
|
-
sort?: string | undefined;
|
|
9931
9951
|
basket?: string | undefined;
|
|
9932
9952
|
isFirstPage?: boolean | undefined;
|
|
9933
9953
|
strictRefine?: boolean | undefined;
|
|
@@ -9941,7 +9961,6 @@ declare class SearchFeedbackComponent {
|
|
|
9941
9961
|
relevanceTransforms?: string | undefined;
|
|
9942
9962
|
removeDuplicates?: boolean | undefined;
|
|
9943
9963
|
queryId?: string | undefined;
|
|
9944
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9945
9964
|
orderBy?: string | undefined;
|
|
9946
9965
|
groupBy?: string | undefined;
|
|
9947
9966
|
neuralSearch?: boolean | undefined;
|
|
@@ -9979,15 +9998,16 @@ declare class AggregationTreeComponent {
|
|
|
9979
9998
|
}>;
|
|
9980
9999
|
queryParamsStore: {
|
|
9981
10000
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9982
|
-
|
|
10001
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10002
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9983
10003
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10004
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9984
10005
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9985
10006
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9986
10007
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9987
10008
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9988
10009
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9989
10010
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9990
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9991
10011
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9992
10012
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9993
10013
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10001,7 +10021,6 @@ declare class AggregationTreeComponent {
|
|
|
10001
10021
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
10002
10022
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10003
10023
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
10004
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10005
10024
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10006
10025
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10007
10026
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10034,15 +10053,16 @@ declare class AggregationTreeComponent {
|
|
|
10034
10053
|
getQuery: () => Query;
|
|
10035
10054
|
} & _ngrx_signals.StateSource<{
|
|
10036
10055
|
name?: string | undefined;
|
|
10037
|
-
|
|
10056
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10057
|
+
sort?: string | undefined;
|
|
10038
10058
|
text?: string | undefined;
|
|
10059
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10039
10060
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10040
10061
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
10041
10062
|
page?: number | undefined;
|
|
10042
10063
|
pageSize?: number | undefined;
|
|
10043
10064
|
tab?: string | undefined;
|
|
10044
10065
|
scope?: string | undefined;
|
|
10045
|
-
sort?: string | undefined;
|
|
10046
10066
|
basket?: string | undefined;
|
|
10047
10067
|
isFirstPage?: boolean | undefined;
|
|
10048
10068
|
strictRefine?: boolean | undefined;
|
|
@@ -10056,7 +10076,6 @@ declare class AggregationTreeComponent {
|
|
|
10056
10076
|
relevanceTransforms?: string | undefined;
|
|
10057
10077
|
removeDuplicates?: boolean | undefined;
|
|
10058
10078
|
queryId?: string | undefined;
|
|
10059
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10060
10079
|
orderBy?: string | undefined;
|
|
10061
10080
|
groupBy?: string | undefined;
|
|
10062
10081
|
neuralSearch?: boolean | undefined;
|
|
@@ -11023,7 +11042,7 @@ declare class FilterButtonComponent {
|
|
|
11023
11042
|
position: _angular_core.InputSignal<Placement>;
|
|
11024
11043
|
offset: _angular_core.InputSignal<number>;
|
|
11025
11044
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11026
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
11045
|
+
protected variant: _angular_core.WritableSignal<"none" | "default" | "icon" | "secondary" | "destructive" | "ai" | "primary" | "link" | "accent" | "outline" | "ghost" | "light-accent" | "tertiary" | null | undefined>;
|
|
11027
11046
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11028
11047
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11029
11048
|
protected nativeElement: any;
|
|
@@ -11038,15 +11057,16 @@ declare class FilterButtonComponent {
|
|
|
11038
11057
|
}>;
|
|
11039
11058
|
protected queryParamsStore: {
|
|
11040
11059
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11041
|
-
|
|
11060
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11061
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11042
11062
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11063
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11043
11064
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11044
11065
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11045
11066
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11046
11067
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11047
11068
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11048
11069
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11049
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11050
11070
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11051
11071
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11052
11072
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11060,7 +11080,6 @@ declare class FilterButtonComponent {
|
|
|
11060
11080
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11061
11081
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11062
11082
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11063
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11064
11083
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11065
11084
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11066
11085
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11093,15 +11112,16 @@ declare class FilterButtonComponent {
|
|
|
11093
11112
|
getQuery: () => _sinequa_atomic.Query;
|
|
11094
11113
|
} & _ngrx_signals.StateSource<{
|
|
11095
11114
|
name?: string | undefined;
|
|
11096
|
-
|
|
11115
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11116
|
+
sort?: string | undefined;
|
|
11097
11117
|
text?: string | undefined;
|
|
11118
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11098
11119
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11099
11120
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11100
11121
|
page?: number | undefined;
|
|
11101
11122
|
pageSize?: number | undefined;
|
|
11102
11123
|
tab?: string | undefined;
|
|
11103
11124
|
scope?: string | undefined;
|
|
11104
|
-
sort?: string | undefined;
|
|
11105
11125
|
basket?: string | undefined;
|
|
11106
11126
|
isFirstPage?: boolean | undefined;
|
|
11107
11127
|
strictRefine?: boolean | undefined;
|
|
@@ -11115,7 +11135,6 @@ declare class FilterButtonComponent {
|
|
|
11115
11135
|
relevanceTransforms?: string | undefined;
|
|
11116
11136
|
removeDuplicates?: boolean | undefined;
|
|
11117
11137
|
queryId?: string | undefined;
|
|
11118
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11119
11138
|
orderBy?: string | undefined;
|
|
11120
11139
|
groupBy?: string | undefined;
|
|
11121
11140
|
neuralSearch?: boolean | undefined;
|
|
@@ -11752,15 +11771,16 @@ declare class MoreButtonComponent {
|
|
|
11752
11771
|
}>;
|
|
11753
11772
|
queryParamsStore: {
|
|
11754
11773
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11755
|
-
|
|
11774
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11775
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11756
11776
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11777
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11757
11778
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11758
11779
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11759
11780
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11760
11781
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11761
11782
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11762
11783
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11763
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11764
11784
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11765
11785
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11766
11786
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11774,7 +11794,6 @@ declare class MoreButtonComponent {
|
|
|
11774
11794
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11775
11795
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11776
11796
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11777
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11778
11797
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11779
11798
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11780
11799
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11807,15 +11826,16 @@ declare class MoreButtonComponent {
|
|
|
11807
11826
|
getQuery: () => _sinequa_atomic.Query;
|
|
11808
11827
|
} & _ngrx_signals.StateSource<{
|
|
11809
11828
|
name?: string | undefined;
|
|
11810
|
-
|
|
11829
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11830
|
+
sort?: string | undefined;
|
|
11811
11831
|
text?: string | undefined;
|
|
11832
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11812
11833
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11813
11834
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11814
11835
|
page?: number | undefined;
|
|
11815
11836
|
pageSize?: number | undefined;
|
|
11816
11837
|
tab?: string | undefined;
|
|
11817
11838
|
scope?: string | undefined;
|
|
11818
|
-
sort?: string | undefined;
|
|
11819
11839
|
basket?: string | undefined;
|
|
11820
11840
|
isFirstPage?: boolean | undefined;
|
|
11821
11841
|
strictRefine?: boolean | undefined;
|
|
@@ -11829,7 +11849,6 @@ declare class MoreButtonComponent {
|
|
|
11829
11849
|
relevanceTransforms?: string | undefined;
|
|
11830
11850
|
removeDuplicates?: boolean | undefined;
|
|
11831
11851
|
queryId?: string | undefined;
|
|
11832
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11833
11852
|
orderBy?: string | undefined;
|
|
11834
11853
|
groupBy?: string | undefined;
|
|
11835
11854
|
neuralSearch?: boolean | undefined;
|
|
@@ -12237,15 +12256,16 @@ declare class FiltersBarComponent {
|
|
|
12237
12256
|
}>;
|
|
12238
12257
|
protected queryParamsStore: {
|
|
12239
12258
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12240
|
-
|
|
12259
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12260
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12241
12261
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12262
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12242
12263
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12243
12264
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12244
12265
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12245
12266
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12246
12267
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12247
12268
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12248
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12249
12269
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12250
12270
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12251
12271
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12259,7 +12279,6 @@ declare class FiltersBarComponent {
|
|
|
12259
12279
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12260
12280
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12261
12281
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12262
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12263
12282
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12264
12283
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12265
12284
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12292,15 +12311,16 @@ declare class FiltersBarComponent {
|
|
|
12292
12311
|
getQuery: () => _sinequa_atomic.Query;
|
|
12293
12312
|
} & _ngrx_signals.StateSource<{
|
|
12294
12313
|
name?: string | undefined;
|
|
12295
|
-
|
|
12314
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12315
|
+
sort?: string | undefined;
|
|
12296
12316
|
text?: string | undefined;
|
|
12317
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12297
12318
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12298
12319
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12299
12320
|
page?: number | undefined;
|
|
12300
12321
|
pageSize?: number | undefined;
|
|
12301
12322
|
tab?: string | undefined;
|
|
12302
12323
|
scope?: string | undefined;
|
|
12303
|
-
sort?: string | undefined;
|
|
12304
12324
|
basket?: string | undefined;
|
|
12305
12325
|
isFirstPage?: boolean | undefined;
|
|
12306
12326
|
strictRefine?: boolean | undefined;
|
|
@@ -12314,7 +12334,6 @@ declare class FiltersBarComponent {
|
|
|
12314
12334
|
relevanceTransforms?: string | undefined;
|
|
12315
12335
|
removeDuplicates?: boolean | undefined;
|
|
12316
12336
|
queryId?: string | undefined;
|
|
12317
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12318
12337
|
orderBy?: string | undefined;
|
|
12319
12338
|
groupBy?: string | undefined;
|
|
12320
12339
|
neuralSearch?: boolean | undefined;
|
|
@@ -12331,28 +12350,33 @@ declare class FiltersBarComponent {
|
|
|
12331
12350
|
protected hasFilters: _angular_core.Signal<string | boolean>;
|
|
12332
12351
|
protected currentBasket: _angular_core.Signal<string | undefined>;
|
|
12333
12352
|
protected hasAggregations: _angular_core.Signal<boolean>;
|
|
12353
|
+
/**
|
|
12354
|
+
* The full list of authorized filters, NOT capped by `filtersCount`.
|
|
12355
|
+
*
|
|
12356
|
+
* This computed signal performs the following operations:
|
|
12357
|
+
* 1. Retrieves aggregations from either the component's aggregations input or the app store
|
|
12358
|
+
* 2. Filters aggregations based on the route's filter criteria configuration
|
|
12359
|
+
* 3. Excludes filters specified in the `excludeFilters` list
|
|
12360
|
+
* 4. If `includeFilters` is not empty, only includes filters present in that list
|
|
12361
|
+
* 5. Maps the filtered aggregations to objects containing only `name` and `column` properties
|
|
12362
|
+
*/
|
|
12363
|
+
private allAuthorizedFilters;
|
|
12334
12364
|
/**
|
|
12335
12365
|
* Computes the list of additional filters that can be displayed in the "more filters" popover.
|
|
12336
12366
|
*
|
|
12337
|
-
*
|
|
12338
|
-
*
|
|
12339
|
-
*
|
|
12367
|
+
* Derived from the FULL authorized list (not the one capped by `filtersCount`), so the
|
|
12368
|
+
* filters beyond `filtersCount` — which are never rendered in the bar — are still counted.
|
|
12369
|
+
* Otherwise, when every rendered filter fits in the container, this list would be empty and
|
|
12370
|
+
* the "more" button would be hidden even though more filters exist beyond the cap.
|
|
12340
12371
|
*
|
|
12341
|
-
* This property manages the visibility
|
|
12372
|
+
* This property manages the visibility of the "more filters" button in the UI.
|
|
12342
12373
|
*
|
|
12343
12374
|
* @returns An array of Aggregation objects representing the additional filters available.
|
|
12344
12375
|
*/
|
|
12345
12376
|
protected hasMoreFilters: _angular_core.Signal<(Aggregation | undefined)[]>;
|
|
12346
12377
|
/**
|
|
12347
|
-
*
|
|
12348
|
-
*
|
|
12349
|
-
* This computed signal performs the following operations:
|
|
12350
|
-
* 1. Retrieves aggregations from either the component's aggregations input or the app store
|
|
12351
|
-
* 2. Filters aggregations based on the route's filter criteria configuration
|
|
12352
|
-
* 3. Excludes filters specified in the `excludeFilters` list
|
|
12353
|
-
* 4. If `includeFilters` is not empty, only includes filters present in that list
|
|
12354
|
-
* 5. Maps the filtered aggregations to objects containing only `name` and `column` properties
|
|
12355
|
-
* 6. Limits the result to the number specified by `filtersCount`
|
|
12378
|
+
* The authorized filters rendered as buttons in the bar, limited to the number
|
|
12379
|
+
* specified by `filtersCount`.
|
|
12356
12380
|
*
|
|
12357
12381
|
* @returns An array of authorized filter objects, each containing `name` and `column` properties
|
|
12358
12382
|
*/
|
|
@@ -12360,6 +12384,15 @@ declare class FiltersBarComponent {
|
|
|
12360
12384
|
name: string;
|
|
12361
12385
|
column: string;
|
|
12362
12386
|
}[]>;
|
|
12387
|
+
/**
|
|
12388
|
+
* Whether some authorized filters exist beyond the `filtersCount` cap.
|
|
12389
|
+
*
|
|
12390
|
+
* Those filters are never rendered in the bar and are only reachable through
|
|
12391
|
+
* the "more" button, which is therefore permanently visible: the overflow
|
|
12392
|
+
* manager must always reserve its space so the last filter button never
|
|
12393
|
+
* overlaps it (`reserveStop`).
|
|
12394
|
+
*/
|
|
12395
|
+
protected hasCappedFilters: _angular_core.Signal<boolean>;
|
|
12363
12396
|
constructor();
|
|
12364
12397
|
/**
|
|
12365
12398
|
* Clears all filters (included baskets) by invoking the clearFilters method on the queryParamsStore.
|
|
@@ -12719,15 +12752,16 @@ declare class MoreComponent {
|
|
|
12719
12752
|
}>;
|
|
12720
12753
|
queryParamsStore: {
|
|
12721
12754
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12722
|
-
|
|
12755
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12756
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12723
12757
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12758
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12724
12759
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12725
12760
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12726
12761
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12727
12762
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12728
12763
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12729
12764
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12730
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12731
12765
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12732
12766
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12733
12767
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12741,7 +12775,6 @@ declare class MoreComponent {
|
|
|
12741
12775
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12742
12776
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12743
12777
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12744
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12745
12778
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12746
12779
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12747
12780
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12774,15 +12807,16 @@ declare class MoreComponent {
|
|
|
12774
12807
|
getQuery: () => _sinequa_atomic.Query;
|
|
12775
12808
|
} & _ngrx_signals.StateSource<{
|
|
12776
12809
|
name?: string | undefined;
|
|
12777
|
-
|
|
12810
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12811
|
+
sort?: string | undefined;
|
|
12778
12812
|
text?: string | undefined;
|
|
12813
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12779
12814
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12780
12815
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12781
12816
|
page?: number | undefined;
|
|
12782
12817
|
pageSize?: number | undefined;
|
|
12783
12818
|
tab?: string | undefined;
|
|
12784
12819
|
scope?: string | undefined;
|
|
12785
|
-
sort?: string | undefined;
|
|
12786
12820
|
basket?: string | undefined;
|
|
12787
12821
|
isFirstPage?: boolean | undefined;
|
|
12788
12822
|
strictRefine?: boolean | undefined;
|
|
@@ -12796,7 +12830,6 @@ declare class MoreComponent {
|
|
|
12796
12830
|
relevanceTransforms?: string | undefined;
|
|
12797
12831
|
removeDuplicates?: boolean | undefined;
|
|
12798
12832
|
queryId?: string | undefined;
|
|
12799
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12800
12833
|
orderBy?: string | undefined;
|
|
12801
12834
|
groupBy?: string | undefined;
|
|
12802
12835
|
neuralSearch?: boolean | undefined;
|
|
@@ -13342,7 +13375,7 @@ declare class RecentSearchesComponent {
|
|
|
13342
13375
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13343
13376
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13344
13377
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13345
|
-
userTheme: _angular_core.Signal<"
|
|
13378
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13346
13379
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13347
13380
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13348
13381
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13408,15 +13441,16 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13408
13441
|
private readonly savedSearchesService;
|
|
13409
13442
|
protected readonly queryParamsStore: {
|
|
13410
13443
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13411
|
-
|
|
13444
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13445
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13412
13446
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13447
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13413
13448
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13414
13449
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
13415
13450
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
13416
13451
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13417
13452
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13418
13453
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13419
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13420
13454
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
13421
13455
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13422
13456
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13430,7 +13464,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13430
13464
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
13431
13465
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13432
13466
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
13433
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13434
13467
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13435
13468
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13436
13469
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13463,15 +13496,16 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13463
13496
|
getQuery: () => _sinequa_atomic.Query;
|
|
13464
13497
|
} & _ngrx_signals.StateSource<{
|
|
13465
13498
|
name?: string | undefined;
|
|
13466
|
-
|
|
13499
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13500
|
+
sort?: string | undefined;
|
|
13467
13501
|
text?: string | undefined;
|
|
13502
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13468
13503
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13469
13504
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
13470
13505
|
page?: number | undefined;
|
|
13471
13506
|
pageSize?: number | undefined;
|
|
13472
13507
|
tab?: string | undefined;
|
|
13473
13508
|
scope?: string | undefined;
|
|
13474
|
-
sort?: string | undefined;
|
|
13475
13509
|
basket?: string | undefined;
|
|
13476
13510
|
isFirstPage?: boolean | undefined;
|
|
13477
13511
|
strictRefine?: boolean | undefined;
|
|
@@ -13485,7 +13519,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13485
13519
|
relevanceTransforms?: string | undefined;
|
|
13486
13520
|
removeDuplicates?: boolean | undefined;
|
|
13487
13521
|
queryId?: string | undefined;
|
|
13488
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13489
13522
|
orderBy?: string | undefined;
|
|
13490
13523
|
groupBy?: string | undefined;
|
|
13491
13524
|
neuralSearch?: boolean | undefined;
|
|
@@ -13517,7 +13550,7 @@ declare class SavedSearchesComponent {
|
|
|
13517
13550
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13518
13551
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13519
13552
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13520
|
-
userTheme: _angular_core.Signal<"
|
|
13553
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13521
13554
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13522
13555
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13523
13556
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13612,7 +13645,7 @@ declare class UserProfileFormComponent {
|
|
|
13612
13645
|
param9: _angular_core.Signal<string>;
|
|
13613
13646
|
param10: _angular_core.Signal<string>;
|
|
13614
13647
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
13615
|
-
state: _angular_core.Signal<"
|
|
13648
|
+
state: _angular_core.Signal<"error" | "initial" | "loading" | "loaded">;
|
|
13616
13649
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
13617
13650
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
13618
13651
|
initials: _angular_core.Signal<string>;
|
|
@@ -13656,7 +13689,7 @@ declare class UserProfileFormComponent {
|
|
|
13656
13689
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13657
13690
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13658
13691
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13659
|
-
userTheme: _angular_core.Signal<"
|
|
13692
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13660
13693
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13661
13694
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13662
13695
|
isDarkMode: _angular_core.Signal<boolean>;
|