@sinequa/atomic-angular 1.0.0 → 1.0.4
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 +14 -9
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/index.d.ts +160 -163
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -114,17 +114,16 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
114
114
|
readonly el: ElementRef<any>;
|
|
115
115
|
readonly router: Router;
|
|
116
116
|
readonly queryParamStore: {
|
|
117
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
118
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
119
117
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
120
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
121
118
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
119
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
122
120
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
123
121
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
124
122
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
125
123
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
126
124
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
127
125
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
126
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
128
127
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
129
128
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
130
129
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -138,6 +137,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
138
137
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
139
138
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
140
139
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
140
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
141
141
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
142
142
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
143
143
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -169,17 +169,16 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
169
169
|
}> | null;
|
|
170
170
|
getQuery: () => _sinequa_atomic.Query;
|
|
171
171
|
} & _ngrx_signals.StateSource<{
|
|
172
|
-
text?: string | undefined;
|
|
173
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
174
172
|
name?: string | undefined;
|
|
175
|
-
sort?: string | undefined;
|
|
176
173
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
174
|
+
text?: string | undefined;
|
|
177
175
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
178
176
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
179
177
|
page?: number | undefined;
|
|
180
178
|
pageSize?: number | undefined;
|
|
181
179
|
tab?: string | undefined;
|
|
182
180
|
scope?: string | undefined;
|
|
181
|
+
sort?: string | undefined;
|
|
183
182
|
basket?: string | undefined;
|
|
184
183
|
isFirstPage?: boolean | undefined;
|
|
185
184
|
strictRefine?: boolean | undefined;
|
|
@@ -193,6 +192,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
193
192
|
relevanceTransforms?: string | undefined;
|
|
194
193
|
removeDuplicates?: boolean | undefined;
|
|
195
194
|
queryId?: string | undefined;
|
|
195
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
196
196
|
orderBy?: string | undefined;
|
|
197
197
|
groupBy?: string | undefined;
|
|
198
198
|
neuralSearch?: boolean | undefined;
|
|
@@ -250,7 +250,7 @@ declare class MetadataComponent {
|
|
|
250
250
|
event: Event;
|
|
251
251
|
}>;
|
|
252
252
|
class: _angular_core.InputSignal<string | undefined>;
|
|
253
|
-
variant: _angular_core.InputSignal<"error" | "default" | "
|
|
253
|
+
variant: _angular_core.InputSignal<"error" | "default" | "secondary" | "accent" | "destructive" | "outline" | "ghost" | "ai" | "none" | "info" | "success" | "warning" | null | undefined>;
|
|
254
254
|
metadata: _angular_core.InputSignal<KeyOf<Article$1> | (string & Record<never, never>)>;
|
|
255
255
|
article: _angular_core.InputSignal<Partial<Article$1> | (string & Record<never, never>)>;
|
|
256
256
|
limit: _angular_core.InputSignalWithTransform<number | undefined, string | number | undefined>;
|
|
@@ -263,17 +263,16 @@ declare class MetadataComponent {
|
|
|
263
263
|
declare class MissingTermsComponent {
|
|
264
264
|
readonly article: _angular_core.InputSignal<Article$1>;
|
|
265
265
|
queryParamsStore: {
|
|
266
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
267
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
268
266
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
269
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
270
267
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
268
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
271
269
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
272
270
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
273
271
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
274
272
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
275
273
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
276
274
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
275
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
277
276
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
278
277
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
279
278
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -287,6 +286,7 @@ declare class MissingTermsComponent {
|
|
|
287
286
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
288
287
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
289
288
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
289
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
290
290
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
291
291
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
292
292
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -318,17 +318,16 @@ declare class MissingTermsComponent {
|
|
|
318
318
|
}> | null;
|
|
319
319
|
getQuery: () => _sinequa_atomic.Query;
|
|
320
320
|
} & _ngrx_signals.StateSource<{
|
|
321
|
-
text?: string | undefined;
|
|
322
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
323
321
|
name?: string | undefined;
|
|
324
|
-
sort?: string | undefined;
|
|
325
322
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
323
|
+
text?: string | undefined;
|
|
326
324
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
327
325
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
328
326
|
page?: number | undefined;
|
|
329
327
|
pageSize?: number | undefined;
|
|
330
328
|
tab?: string | undefined;
|
|
331
329
|
scope?: string | undefined;
|
|
330
|
+
sort?: string | undefined;
|
|
332
331
|
basket?: string | undefined;
|
|
333
332
|
isFirstPage?: boolean | undefined;
|
|
334
333
|
strictRefine?: boolean | undefined;
|
|
@@ -342,6 +341,7 @@ declare class MissingTermsComponent {
|
|
|
342
341
|
relevanceTransforms?: string | undefined;
|
|
343
342
|
removeDuplicates?: boolean | undefined;
|
|
344
343
|
queryId?: string | undefined;
|
|
344
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
345
345
|
orderBy?: string | undefined;
|
|
346
346
|
groupBy?: string | undefined;
|
|
347
347
|
neuralSearch?: boolean | undefined;
|
|
@@ -361,7 +361,7 @@ declare class MissingTermsComponent {
|
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
declare const multiSelectionToolbarVariants: (props?: ({
|
|
364
|
-
variant?: "
|
|
364
|
+
variant?: "light" | "dark" | "glassy" | null | undefined;
|
|
365
365
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
366
366
|
type MultiSelectionToolbarVariants = VariantProps<typeof multiSelectionToolbarVariants>;
|
|
367
367
|
declare class MultiSelectionToolbarComponent {
|
|
@@ -740,7 +740,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
740
740
|
converters?: _sinequa_atomic_angular.CConverter[];
|
|
741
741
|
} | undefined;
|
|
742
742
|
readonly class: _angular_core.InputSignal<string>;
|
|
743
|
-
readonly variant: _angular_core.InputSignal<"
|
|
743
|
+
readonly variant: _angular_core.InputSignal<"light" | "dark" | "glassy" | null | undefined>;
|
|
744
744
|
readonly updatedCollections: _angular_core.OutputEmitterRef<void>;
|
|
745
745
|
readonly count: _angular_core.Signal<number>;
|
|
746
746
|
readonly variants: _angular_core.Signal<string>;
|
|
@@ -1693,7 +1693,7 @@ declare const PrincipalStore: _angular_core.Type<{
|
|
|
1693
1693
|
param9: _angular_core.Signal<string>;
|
|
1694
1694
|
param10: _angular_core.Signal<string>;
|
|
1695
1695
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
1696
|
-
state: _angular_core.Signal<"
|
|
1696
|
+
state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
|
|
1697
1697
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
1698
1698
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
1699
1699
|
initials: _angular_core.Signal<string>;
|
|
@@ -1746,17 +1746,16 @@ type QueryParams = {
|
|
|
1746
1746
|
n?: string;
|
|
1747
1747
|
};
|
|
1748
1748
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
1749
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1750
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1751
1749
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1752
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1753
1750
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1751
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1754
1752
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1755
1753
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
1756
1754
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
1757
1755
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1758
1756
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
1759
1757
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
1758
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1760
1759
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
1761
1760
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1762
1761
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1770,6 +1769,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1770
1769
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
1771
1770
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1772
1771
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
1772
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1773
1773
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1774
1774
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1775
1775
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1793,17 +1793,16 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1793
1793
|
}> | null;
|
|
1794
1794
|
getQuery: () => _sinequa_atomic.Query;
|
|
1795
1795
|
} & _ngrx_signals.StateSource<{
|
|
1796
|
-
text?: string | undefined;
|
|
1797
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1798
1796
|
name?: string | undefined;
|
|
1799
|
-
sort?: string | undefined;
|
|
1800
1797
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1798
|
+
text?: string | undefined;
|
|
1801
1799
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1802
1800
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1803
1801
|
page?: number | undefined;
|
|
1804
1802
|
pageSize?: number | undefined;
|
|
1805
1803
|
tab?: string | undefined;
|
|
1806
1804
|
scope?: string | undefined;
|
|
1805
|
+
sort?: string | undefined;
|
|
1807
1806
|
basket?: string | undefined;
|
|
1808
1807
|
isFirstPage?: boolean | undefined;
|
|
1809
1808
|
strictRefine?: boolean | undefined;
|
|
@@ -1817,6 +1816,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1817
1816
|
relevanceTransforms?: string | undefined;
|
|
1818
1817
|
removeDuplicates?: boolean | undefined;
|
|
1819
1818
|
queryId?: string | undefined;
|
|
1819
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1820
1820
|
orderBy?: string | undefined;
|
|
1821
1821
|
groupBy?: string | undefined;
|
|
1822
1822
|
neuralSearch?: boolean | undefined;
|
|
@@ -1826,17 +1826,16 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1826
1826
|
}>>;
|
|
1827
1827
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
1828
1828
|
state: {
|
|
1829
|
-
text?: string | undefined;
|
|
1830
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1831
1829
|
name?: string | undefined;
|
|
1832
|
-
sort?: string | undefined;
|
|
1833
1830
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1831
|
+
text?: string | undefined;
|
|
1834
1832
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1835
1833
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1836
1834
|
page?: number | undefined;
|
|
1837
1835
|
pageSize?: number | undefined;
|
|
1838
1836
|
tab?: string | undefined;
|
|
1839
1837
|
scope?: string | undefined;
|
|
1838
|
+
sort?: string | undefined;
|
|
1840
1839
|
basket?: string | undefined;
|
|
1841
1840
|
isFirstPage?: boolean | undefined;
|
|
1842
1841
|
strictRefine?: boolean | undefined;
|
|
@@ -1850,6 +1849,7 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
1850
1849
|
relevanceTransforms?: string | undefined;
|
|
1851
1850
|
removeDuplicates?: boolean | undefined;
|
|
1852
1851
|
queryId?: string | undefined;
|
|
1852
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1853
1853
|
orderBy?: string | undefined;
|
|
1854
1854
|
groupBy?: string | undefined;
|
|
1855
1855
|
neuralSearch?: boolean | undefined;
|
|
@@ -2043,7 +2043,7 @@ declare const UserSettingsStore: _angular_core.Type<{
|
|
|
2043
2043
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2044
2044
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2045
2045
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2046
|
-
userTheme: _angular_core.Signal<"
|
|
2046
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
2047
2047
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2048
2048
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2049
2049
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -2575,17 +2575,16 @@ declare class AggregationsService {
|
|
|
2575
2575
|
aggregations: Aggregation[];
|
|
2576
2576
|
}>;
|
|
2577
2577
|
queryParamsStore: {
|
|
2578
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2579
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2580
2578
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2581
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2582
2579
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2580
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2583
2581
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2584
2582
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
2585
2583
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
2586
2584
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2587
2585
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
2588
2586
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
2587
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2589
2588
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
2590
2589
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2591
2590
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2599,6 +2598,7 @@ declare class AggregationsService {
|
|
|
2599
2598
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
2600
2599
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2601
2600
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
2601
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2602
2602
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2603
2603
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2604
2604
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2630,17 +2630,16 @@ declare class AggregationsService {
|
|
|
2630
2630
|
}> | null;
|
|
2631
2631
|
getQuery: () => Query;
|
|
2632
2632
|
} & _ngrx_signals.StateSource<{
|
|
2633
|
-
text?: string | undefined;
|
|
2634
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2635
2633
|
name?: string | undefined;
|
|
2636
|
-
sort?: string | undefined;
|
|
2637
2634
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2635
|
+
text?: string | undefined;
|
|
2638
2636
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2639
2637
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2640
2638
|
page?: number | undefined;
|
|
2641
2639
|
pageSize?: number | undefined;
|
|
2642
2640
|
tab?: string | undefined;
|
|
2643
2641
|
scope?: string | undefined;
|
|
2642
|
+
sort?: string | undefined;
|
|
2644
2643
|
basket?: string | undefined;
|
|
2645
2644
|
isFirstPage?: boolean | undefined;
|
|
2646
2645
|
strictRefine?: boolean | undefined;
|
|
@@ -2654,6 +2653,7 @@ declare class AggregationsService {
|
|
|
2654
2653
|
relevanceTransforms?: string | undefined;
|
|
2655
2654
|
removeDuplicates?: boolean | undefined;
|
|
2656
2655
|
queryId?: string | undefined;
|
|
2656
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2657
2657
|
orderBy?: string | undefined;
|
|
2658
2658
|
groupBy?: string | undefined;
|
|
2659
2659
|
neuralSearch?: boolean | undefined;
|
|
@@ -2758,7 +2758,7 @@ declare class ApplicationService {
|
|
|
2758
2758
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2759
2759
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2760
2760
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2761
|
-
userTheme: _angular_core.Signal<"
|
|
2761
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
2762
2762
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2763
2763
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2764
2764
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -2830,7 +2830,7 @@ declare class ApplicationService {
|
|
|
2830
2830
|
param9: _angular_core.Signal<string>;
|
|
2831
2831
|
param10: _angular_core.Signal<string>;
|
|
2832
2832
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
2833
|
-
state: _angular_core.Signal<"
|
|
2833
|
+
state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
|
|
2834
2834
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
2835
2835
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
2836
2836
|
initials: _angular_core.Signal<string>;
|
|
@@ -3347,9 +3347,7 @@ declare class AuditService {
|
|
|
3347
3347
|
};
|
|
3348
3348
|
previewMultiConversion?: boolean;
|
|
3349
3349
|
};
|
|
3350
|
-
converters
|
|
3351
|
-
* Notify route change
|
|
3352
|
-
*/: _sinequa_atomic_angular.CConverter[];
|
|
3350
|
+
converters?: _sinequa_atomic_angular.CConverter[];
|
|
3353
3351
|
};
|
|
3354
3352
|
documentsUploadSettings?: {
|
|
3355
3353
|
enabled?: boolean;
|
|
@@ -3542,9 +3540,7 @@ declare class AuditService {
|
|
|
3542
3540
|
};
|
|
3543
3541
|
previewMultiConversion?: boolean;
|
|
3544
3542
|
};
|
|
3545
|
-
converters
|
|
3546
|
-
* Notify route change
|
|
3547
|
-
*/: _sinequa_atomic_angular.CConverter[];
|
|
3543
|
+
converters?: _sinequa_atomic_angular.CConverter[];
|
|
3548
3544
|
};
|
|
3549
3545
|
documentsUploadSettings?: {
|
|
3550
3546
|
enabled?: boolean;
|
|
@@ -3612,7 +3608,7 @@ declare class AutocompleteService {
|
|
|
3612
3608
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
3613
3609
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3614
3610
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
3615
|
-
userTheme: _angular_core.Signal<"
|
|
3611
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
3616
3612
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
3617
3613
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
3618
3614
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4268,17 +4264,16 @@ declare class PreviewService {
|
|
|
4268
4264
|
multiSelection: Article$1[];
|
|
4269
4265
|
}>;
|
|
4270
4266
|
protected readonly queryParamsStore: {
|
|
4271
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4272
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4273
4267
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4274
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4275
4268
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4269
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4276
4270
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4277
4271
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4278
4272
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4279
4273
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4280
4274
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4281
4275
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4276
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4282
4277
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4283
4278
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4284
4279
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4292,6 +4287,7 @@ declare class PreviewService {
|
|
|
4292
4287
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4293
4288
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4294
4289
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4290
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4295
4291
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4296
4292
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4297
4293
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4323,17 +4319,16 @@ declare class PreviewService {
|
|
|
4323
4319
|
}> | null;
|
|
4324
4320
|
getQuery: () => Query;
|
|
4325
4321
|
} & _ngrx_signals.StateSource<{
|
|
4326
|
-
text?: string | undefined;
|
|
4327
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4328
4322
|
name?: string | undefined;
|
|
4329
|
-
sort?: string | undefined;
|
|
4330
4323
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4324
|
+
text?: string | undefined;
|
|
4331
4325
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4332
4326
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4333
4327
|
page?: number | undefined;
|
|
4334
4328
|
pageSize?: number | undefined;
|
|
4335
4329
|
tab?: string | undefined;
|
|
4336
4330
|
scope?: string | undefined;
|
|
4331
|
+
sort?: string | undefined;
|
|
4337
4332
|
basket?: string | undefined;
|
|
4338
4333
|
isFirstPage?: boolean | undefined;
|
|
4339
4334
|
strictRefine?: boolean | undefined;
|
|
@@ -4347,6 +4342,7 @@ declare class PreviewService {
|
|
|
4347
4342
|
relevanceTransforms?: string | undefined;
|
|
4348
4343
|
removeDuplicates?: boolean | undefined;
|
|
4349
4344
|
queryId?: string | undefined;
|
|
4345
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4350
4346
|
orderBy?: string | undefined;
|
|
4351
4347
|
groupBy?: string | undefined;
|
|
4352
4348
|
neuralSearch?: boolean | undefined;
|
|
@@ -4851,7 +4847,7 @@ declare class SavedSearchesService {
|
|
|
4851
4847
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
4852
4848
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4853
4849
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4854
|
-
userTheme: _angular_core.Signal<"
|
|
4850
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
4855
4851
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
4856
4852
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
4857
4853
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4897,17 +4893,16 @@ declare class SavedSearchesService {
|
|
|
4897
4893
|
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
4898
4894
|
}>;
|
|
4899
4895
|
protected readonly queryParamsStore: {
|
|
4900
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4901
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4902
4896
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4903
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4904
4897
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4898
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4905
4899
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4906
4900
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4907
4901
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4908
4902
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4909
4903
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4910
4904
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4905
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4911
4906
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4912
4907
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4913
4908
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4921,6 +4916,7 @@ declare class SavedSearchesService {
|
|
|
4921
4916
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4922
4917
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4923
4918
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4919
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4924
4920
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4925
4921
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4926
4922
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4952,17 +4948,16 @@ declare class SavedSearchesService {
|
|
|
4952
4948
|
}> | null;
|
|
4953
4949
|
getQuery: () => _sinequa_atomic.Query;
|
|
4954
4950
|
} & _ngrx_signals.StateSource<{
|
|
4955
|
-
text?: string | undefined;
|
|
4956
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4957
4951
|
name?: string | undefined;
|
|
4958
|
-
sort?: string | undefined;
|
|
4959
4952
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4953
|
+
text?: string | undefined;
|
|
4960
4954
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4961
4955
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4962
4956
|
page?: number | undefined;
|
|
4963
4957
|
pageSize?: number | undefined;
|
|
4964
4958
|
tab?: string | undefined;
|
|
4965
4959
|
scope?: string | undefined;
|
|
4960
|
+
sort?: string | undefined;
|
|
4966
4961
|
basket?: string | undefined;
|
|
4967
4962
|
isFirstPage?: boolean | undefined;
|
|
4968
4963
|
strictRefine?: boolean | undefined;
|
|
@@ -4976,6 +4971,7 @@ declare class SavedSearchesService {
|
|
|
4976
4971
|
relevanceTransforms?: string | undefined;
|
|
4977
4972
|
removeDuplicates?: boolean | undefined;
|
|
4978
4973
|
queryId?: string | undefined;
|
|
4974
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4979
4975
|
orderBy?: string | undefined;
|
|
4980
4976
|
groupBy?: string | undefined;
|
|
4981
4977
|
neuralSearch?: boolean | undefined;
|
|
@@ -5038,17 +5034,16 @@ declare class SearchService {
|
|
|
5038
5034
|
result: Result;
|
|
5039
5035
|
audit?: AuditEvents;
|
|
5040
5036
|
protected readonly queryParamsStore: {
|
|
5041
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5042
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5043
5037
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5044
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5045
5038
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5039
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5046
5040
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5047
5041
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5048
5042
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5049
5043
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5050
5044
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5051
5045
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5046
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5052
5047
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5053
5048
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5054
5049
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5062,6 +5057,7 @@ declare class SearchService {
|
|
|
5062
5057
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5063
5058
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5064
5059
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5060
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5065
5061
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5066
5062
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5067
5063
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5093,17 +5089,16 @@ declare class SearchService {
|
|
|
5093
5089
|
}> | null;
|
|
5094
5090
|
getQuery: () => Query;
|
|
5095
5091
|
} & _ngrx_signals.StateSource<{
|
|
5096
|
-
text?: string | undefined;
|
|
5097
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5098
5092
|
name?: string | undefined;
|
|
5099
|
-
sort?: string | undefined;
|
|
5100
5093
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5094
|
+
text?: string | undefined;
|
|
5101
5095
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5102
5096
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5103
5097
|
page?: number | undefined;
|
|
5104
5098
|
pageSize?: number | undefined;
|
|
5105
5099
|
tab?: string | undefined;
|
|
5106
5100
|
scope?: string | undefined;
|
|
5101
|
+
sort?: string | undefined;
|
|
5107
5102
|
basket?: string | undefined;
|
|
5108
5103
|
isFirstPage?: boolean | undefined;
|
|
5109
5104
|
strictRefine?: boolean | undefined;
|
|
@@ -5117,6 +5112,7 @@ declare class SearchService {
|
|
|
5117
5112
|
relevanceTransforms?: string | undefined;
|
|
5118
5113
|
removeDuplicates?: boolean | undefined;
|
|
5119
5114
|
queryId?: string | undefined;
|
|
5115
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5120
5116
|
orderBy?: string | undefined;
|
|
5121
5117
|
groupBy?: string | undefined;
|
|
5122
5118
|
neuralSearch?: boolean | undefined;
|
|
@@ -5133,7 +5129,7 @@ declare class SearchService {
|
|
|
5133
5129
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
5134
5130
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5135
5131
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5136
|
-
userTheme: _angular_core.Signal<"
|
|
5132
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
5137
5133
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
5138
5134
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
5139
5135
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -5229,17 +5225,16 @@ declare class SelectionService {
|
|
|
5229
5225
|
private readonly location;
|
|
5230
5226
|
private readonly selectionStore;
|
|
5231
5227
|
queryParamsStore: {
|
|
5232
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5233
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5234
5228
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5235
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5236
5229
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5230
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5237
5231
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5238
5232
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5239
5233
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5240
5234
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5241
5235
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5242
5236
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5237
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5243
5238
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5244
5239
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5245
5240
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5253,6 +5248,7 @@ declare class SelectionService {
|
|
|
5253
5248
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5254
5249
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5255
5250
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5251
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5256
5252
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5257
5253
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5258
5254
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5284,17 +5280,16 @@ declare class SelectionService {
|
|
|
5284
5280
|
}> | null;
|
|
5285
5281
|
getQuery: () => _sinequa_atomic.Query;
|
|
5286
5282
|
} & _ngrx_signals.StateSource<{
|
|
5287
|
-
text?: string | undefined;
|
|
5288
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5289
5283
|
name?: string | undefined;
|
|
5290
|
-
sort?: string | undefined;
|
|
5291
5284
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5285
|
+
text?: string | undefined;
|
|
5292
5286
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5293
5287
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5294
5288
|
page?: number | undefined;
|
|
5295
5289
|
pageSize?: number | undefined;
|
|
5296
5290
|
tab?: string | undefined;
|
|
5297
5291
|
scope?: string | undefined;
|
|
5292
|
+
sort?: string | undefined;
|
|
5298
5293
|
basket?: string | undefined;
|
|
5299
5294
|
isFirstPage?: boolean | undefined;
|
|
5300
5295
|
strictRefine?: boolean | undefined;
|
|
@@ -5308,6 +5303,7 @@ declare class SelectionService {
|
|
|
5308
5303
|
relevanceTransforms?: string | undefined;
|
|
5309
5304
|
removeDuplicates?: boolean | undefined;
|
|
5310
5305
|
queryId?: string | undefined;
|
|
5306
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5311
5307
|
orderBy?: string | undefined;
|
|
5312
5308
|
groupBy?: string | undefined;
|
|
5313
5309
|
neuralSearch?: boolean | undefined;
|
|
@@ -5453,17 +5449,16 @@ declare class NavbarTabsComponent {
|
|
|
5453
5449
|
readonly router: Router;
|
|
5454
5450
|
readonly route: ActivatedRoute;
|
|
5455
5451
|
readonly queryParamsStore: {
|
|
5456
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5457
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5458
5452
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5459
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5460
5453
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5454
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5461
5455
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5462
5456
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5463
5457
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5464
5458
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5465
5459
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5466
5460
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5461
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5467
5462
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5468
5463
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5469
5464
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5477,6 +5472,7 @@ declare class NavbarTabsComponent {
|
|
|
5477
5472
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5478
5473
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5479
5474
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5475
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5480
5476
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5481
5477
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5482
5478
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5508,17 +5504,16 @@ declare class NavbarTabsComponent {
|
|
|
5508
5504
|
}> | null;
|
|
5509
5505
|
getQuery: () => _sinequa_atomic.Query;
|
|
5510
5506
|
} & _ngrx_signals.StateSource<{
|
|
5511
|
-
text?: string | undefined;
|
|
5512
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5513
5507
|
name?: string | undefined;
|
|
5514
|
-
sort?: string | undefined;
|
|
5515
5508
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5509
|
+
text?: string | undefined;
|
|
5516
5510
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5517
5511
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5518
5512
|
page?: number | undefined;
|
|
5519
5513
|
pageSize?: number | undefined;
|
|
5520
5514
|
tab?: string | undefined;
|
|
5521
5515
|
scope?: string | undefined;
|
|
5516
|
+
sort?: string | undefined;
|
|
5522
5517
|
basket?: string | undefined;
|
|
5523
5518
|
isFirstPage?: boolean | undefined;
|
|
5524
5519
|
strictRefine?: boolean | undefined;
|
|
@@ -5532,6 +5527,7 @@ declare class NavbarTabsComponent {
|
|
|
5532
5527
|
relevanceTransforms?: string | undefined;
|
|
5533
5528
|
removeDuplicates?: boolean | undefined;
|
|
5534
5529
|
queryId?: string | undefined;
|
|
5530
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5535
5531
|
orderBy?: string | undefined;
|
|
5536
5532
|
groupBy?: string | undefined;
|
|
5537
5533
|
neuralSearch?: boolean | undefined;
|
|
@@ -6004,7 +6000,7 @@ declare class ShowBookmarkDirective {
|
|
|
6004
6000
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
6005
6001
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6006
6002
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
6007
|
-
userTheme: _angular_core.Signal<"
|
|
6003
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
6008
6004
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
6009
6005
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
6010
6006
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -6678,17 +6674,16 @@ declare class SponsoredResultsComponent {
|
|
|
6678
6674
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
6679
6675
|
}>;
|
|
6680
6676
|
queryParamStore: {
|
|
6681
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6682
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6683
6677
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6684
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6685
6678
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6679
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6686
6680
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6687
6681
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6688
6682
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6689
6683
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6690
6684
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6691
6685
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6686
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6692
6687
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6693
6688
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6694
6689
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6702,6 +6697,7 @@ declare class SponsoredResultsComponent {
|
|
|
6702
6697
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
6703
6698
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6704
6699
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
6700
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6705
6701
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6706
6702
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6707
6703
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6733,17 +6729,16 @@ declare class SponsoredResultsComponent {
|
|
|
6733
6729
|
}> | null;
|
|
6734
6730
|
getQuery: () => _sinequa_atomic.Query;
|
|
6735
6731
|
} & _ngrx_signals.StateSource<{
|
|
6736
|
-
text?: string | undefined;
|
|
6737
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6738
6732
|
name?: string | undefined;
|
|
6739
|
-
sort?: string | undefined;
|
|
6740
6733
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6734
|
+
text?: string | undefined;
|
|
6741
6735
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6742
6736
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6743
6737
|
page?: number | undefined;
|
|
6744
6738
|
pageSize?: number | undefined;
|
|
6745
6739
|
tab?: string | undefined;
|
|
6746
6740
|
scope?: string | undefined;
|
|
6741
|
+
sort?: string | undefined;
|
|
6747
6742
|
basket?: string | undefined;
|
|
6748
6743
|
isFirstPage?: boolean | undefined;
|
|
6749
6744
|
strictRefine?: boolean | undefined;
|
|
@@ -6757,6 +6752,7 @@ declare class SponsoredResultsComponent {
|
|
|
6757
6752
|
relevanceTransforms?: string | undefined;
|
|
6758
6753
|
removeDuplicates?: boolean | undefined;
|
|
6759
6754
|
queryId?: string | undefined;
|
|
6755
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6760
6756
|
orderBy?: string | undefined;
|
|
6761
6757
|
groupBy?: string | undefined;
|
|
6762
6758
|
neuralSearch?: boolean | undefined;
|
|
@@ -7011,17 +7007,16 @@ declare class AggregationListComponent {
|
|
|
7011
7007
|
aggregations: Aggregation[];
|
|
7012
7008
|
}>;
|
|
7013
7009
|
queryParamsStore: {
|
|
7014
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7015
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7016
7010
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7017
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7018
7011
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7012
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7019
7013
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7020
7014
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7021
7015
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7022
7016
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7023
7017
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7024
7018
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7019
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7025
7020
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7026
7021
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7027
7022
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7035,6 +7030,7 @@ declare class AggregationListComponent {
|
|
|
7035
7030
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7036
7031
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7037
7032
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7033
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7038
7034
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7039
7035
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7040
7036
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7066,17 +7062,16 @@ declare class AggregationListComponent {
|
|
|
7066
7062
|
}> | null;
|
|
7067
7063
|
getQuery: () => Query;
|
|
7068
7064
|
} & _ngrx_signals.StateSource<{
|
|
7069
|
-
text?: string | undefined;
|
|
7070
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7071
7065
|
name?: string | undefined;
|
|
7072
|
-
sort?: string | undefined;
|
|
7073
7066
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7067
|
+
text?: string | undefined;
|
|
7074
7068
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7075
7069
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7076
7070
|
page?: number | undefined;
|
|
7077
7071
|
pageSize?: number | undefined;
|
|
7078
7072
|
tab?: string | undefined;
|
|
7079
7073
|
scope?: string | undefined;
|
|
7074
|
+
sort?: string | undefined;
|
|
7080
7075
|
basket?: string | undefined;
|
|
7081
7076
|
isFirstPage?: boolean | undefined;
|
|
7082
7077
|
strictRefine?: boolean | undefined;
|
|
@@ -7090,6 +7085,7 @@ declare class AggregationListComponent {
|
|
|
7090
7085
|
relevanceTransforms?: string | undefined;
|
|
7091
7086
|
removeDuplicates?: boolean | undefined;
|
|
7092
7087
|
queryId?: string | undefined;
|
|
7088
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7093
7089
|
orderBy?: string | undefined;
|
|
7094
7090
|
groupBy?: string | undefined;
|
|
7095
7091
|
neuralSearch?: boolean | undefined;
|
|
@@ -7588,6 +7584,7 @@ declare class AggregationDateComponent extends AggregationListComponent {
|
|
|
7588
7584
|
protected selectAndOpenDialog(): void;
|
|
7589
7585
|
protected onRangeSelected(range: DateRange): void;
|
|
7590
7586
|
private updateForm;
|
|
7587
|
+
private toEndOfDay;
|
|
7591
7588
|
private getFormValueFilter;
|
|
7592
7589
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationDateComponent, never>;
|
|
7593
7590
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationDateComponent, "aggregation-date, AggregationDate, aggregationdate", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "displayEmptyDistributionIntervals": { "alias": "displayEmptyDistributionIntervals"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; }, {}, never, ["label"], true, never>;
|
|
@@ -7632,17 +7629,16 @@ declare class AdvancedSearch {
|
|
|
7632
7629
|
multiSelection: Article$1[];
|
|
7633
7630
|
}>;
|
|
7634
7631
|
protected readonly queryParamsStore: {
|
|
7635
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7636
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7637
7632
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7638
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7639
7633
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7634
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7640
7635
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7641
7636
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7642
7637
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7643
7638
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7644
7639
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7645
7640
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7641
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7646
7642
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7647
7643
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7648
7644
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7656,6 +7652,7 @@ declare class AdvancedSearch {
|
|
|
7656
7652
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7657
7653
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7658
7654
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7655
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7659
7656
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7660
7657
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7661
7658
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7687,17 +7684,16 @@ declare class AdvancedSearch {
|
|
|
7687
7684
|
}> | null;
|
|
7688
7685
|
getQuery: () => _sinequa_atomic.Query;
|
|
7689
7686
|
} & _ngrx_signals.StateSource<{
|
|
7690
|
-
text?: string | undefined;
|
|
7691
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7692
7687
|
name?: string | undefined;
|
|
7693
|
-
sort?: string | undefined;
|
|
7694
7688
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7689
|
+
text?: string | undefined;
|
|
7695
7690
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7696
7691
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7697
7692
|
page?: number | undefined;
|
|
7698
7693
|
pageSize?: number | undefined;
|
|
7699
7694
|
tab?: string | undefined;
|
|
7700
7695
|
scope?: string | undefined;
|
|
7696
|
+
sort?: string | undefined;
|
|
7701
7697
|
basket?: string | undefined;
|
|
7702
7698
|
isFirstPage?: boolean | undefined;
|
|
7703
7699
|
strictRefine?: boolean | undefined;
|
|
@@ -7711,6 +7707,7 @@ declare class AdvancedSearch {
|
|
|
7711
7707
|
relevanceTransforms?: string | undefined;
|
|
7712
7708
|
removeDuplicates?: boolean | undefined;
|
|
7713
7709
|
queryId?: string | undefined;
|
|
7710
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7714
7711
|
orderBy?: string | undefined;
|
|
7715
7712
|
groupBy?: string | undefined;
|
|
7716
7713
|
neuralSearch?: boolean | undefined;
|
|
@@ -8096,17 +8093,16 @@ declare class ArticleLabels {
|
|
|
8096
8093
|
|
|
8097
8094
|
declare class ArticleSimilarDocuments {
|
|
8098
8095
|
protected readonly queryParamsStore: {
|
|
8099
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8100
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8101
8096
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8102
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8103
8097
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8098
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8104
8099
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8105
8100
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8106
8101
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8107
8102
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8108
8103
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8109
8104
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8105
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8110
8106
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8111
8107
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8112
8108
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8120,6 +8116,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8120
8116
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8121
8117
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8122
8118
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8119
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8123
8120
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8124
8121
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8125
8122
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8151,17 +8148,16 @@ declare class ArticleSimilarDocuments {
|
|
|
8151
8148
|
}> | null;
|
|
8152
8149
|
getQuery: () => _sinequa_atomic.Query;
|
|
8153
8150
|
} & _ngrx_signals.StateSource<{
|
|
8154
|
-
text?: string | undefined;
|
|
8155
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8156
8151
|
name?: string | undefined;
|
|
8157
|
-
sort?: string | undefined;
|
|
8158
8152
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8153
|
+
text?: string | undefined;
|
|
8159
8154
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8160
8155
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8161
8156
|
page?: number | undefined;
|
|
8162
8157
|
pageSize?: number | undefined;
|
|
8163
8158
|
tab?: string | undefined;
|
|
8164
8159
|
scope?: string | undefined;
|
|
8160
|
+
sort?: string | undefined;
|
|
8165
8161
|
basket?: string | undefined;
|
|
8166
8162
|
isFirstPage?: boolean | undefined;
|
|
8167
8163
|
strictRefine?: boolean | undefined;
|
|
@@ -8175,6 +8171,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8175
8171
|
relevanceTransforms?: string | undefined;
|
|
8176
8172
|
removeDuplicates?: boolean | undefined;
|
|
8177
8173
|
queryId?: string | undefined;
|
|
8174
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8178
8175
|
orderBy?: string | undefined;
|
|
8179
8176
|
groupBy?: string | undefined;
|
|
8180
8177
|
neuralSearch?: boolean | undefined;
|
|
@@ -8758,17 +8755,16 @@ declare class AdvancedSearchComponent {
|
|
|
8758
8755
|
multiSelection: Article$1[];
|
|
8759
8756
|
}>;
|
|
8760
8757
|
protected readonly queryParamsStore: {
|
|
8761
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8762
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8763
8758
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8764
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8765
8759
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8760
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8766
8761
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8767
8762
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8768
8763
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8769
8764
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8770
8765
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8771
8766
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8767
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8772
8768
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8773
8769
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8774
8770
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8782,6 +8778,7 @@ declare class AdvancedSearchComponent {
|
|
|
8782
8778
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8783
8779
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8784
8780
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8781
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8785
8782
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8786
8783
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8787
8784
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8813,17 +8810,16 @@ declare class AdvancedSearchComponent {
|
|
|
8813
8810
|
}> | null;
|
|
8814
8811
|
getQuery: () => _sinequa_atomic.Query;
|
|
8815
8812
|
} & _ngrx_signals.StateSource<{
|
|
8816
|
-
text?: string | undefined;
|
|
8817
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8818
8813
|
name?: string | undefined;
|
|
8819
|
-
sort?: string | undefined;
|
|
8820
8814
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8815
|
+
text?: string | undefined;
|
|
8821
8816
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8822
8817
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8823
8818
|
page?: number | undefined;
|
|
8824
8819
|
pageSize?: number | undefined;
|
|
8825
8820
|
tab?: string | undefined;
|
|
8826
8821
|
scope?: string | undefined;
|
|
8822
|
+
sort?: string | undefined;
|
|
8827
8823
|
basket?: string | undefined;
|
|
8828
8824
|
isFirstPage?: boolean | undefined;
|
|
8829
8825
|
strictRefine?: boolean | undefined;
|
|
@@ -8837,6 +8833,7 @@ declare class AdvancedSearchComponent {
|
|
|
8837
8833
|
relevanceTransforms?: string | undefined;
|
|
8838
8834
|
removeDuplicates?: boolean | undefined;
|
|
8839
8835
|
queryId?: string | undefined;
|
|
8836
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8840
8837
|
orderBy?: string | undefined;
|
|
8841
8838
|
groupBy?: string | undefined;
|
|
8842
8839
|
neuralSearch?: boolean | undefined;
|
|
@@ -9214,17 +9211,16 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9214
9211
|
multiSelection: _sinequa_atomic.Article[];
|
|
9215
9212
|
}>;
|
|
9216
9213
|
queryParamsStore: {
|
|
9217
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9218
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9219
9214
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9220
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9221
9215
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9216
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9222
9217
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9223
9218
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9224
9219
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9225
9220
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9226
9221
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9227
9222
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9223
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9228
9224
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9229
9225
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9230
9226
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9238,6 +9234,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9238
9234
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9239
9235
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9240
9236
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9237
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9241
9238
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9242
9239
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9243
9240
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9269,17 +9266,16 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9269
9266
|
}> | null;
|
|
9270
9267
|
getQuery: () => _sinequa_atomic.Query;
|
|
9271
9268
|
} & _ngrx_signals.StateSource<{
|
|
9272
|
-
text?: string | undefined;
|
|
9273
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9274
9269
|
name?: string | undefined;
|
|
9275
|
-
sort?: string | undefined;
|
|
9276
9270
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9271
|
+
text?: string | undefined;
|
|
9277
9272
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9278
9273
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9279
9274
|
page?: number | undefined;
|
|
9280
9275
|
pageSize?: number | undefined;
|
|
9281
9276
|
tab?: string | undefined;
|
|
9282
9277
|
scope?: string | undefined;
|
|
9278
|
+
sort?: string | undefined;
|
|
9283
9279
|
basket?: string | undefined;
|
|
9284
9280
|
isFirstPage?: boolean | undefined;
|
|
9285
9281
|
strictRefine?: boolean | undefined;
|
|
@@ -9293,6 +9289,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9293
9289
|
relevanceTransforms?: string | undefined;
|
|
9294
9290
|
removeDuplicates?: boolean | undefined;
|
|
9295
9291
|
queryId?: string | undefined;
|
|
9292
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9296
9293
|
orderBy?: string | undefined;
|
|
9297
9294
|
groupBy?: string | undefined;
|
|
9298
9295
|
neuralSearch?: boolean | undefined;
|
|
@@ -9412,17 +9409,16 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9412
9409
|
private appStore;
|
|
9413
9410
|
readonly exportService: ExportService;
|
|
9414
9411
|
readonly queryParamsStore: {
|
|
9415
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9416
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9417
9412
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9418
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9419
9413
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9414
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9420
9415
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9421
9416
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9422
9417
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9423
9418
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9424
9419
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9425
9420
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9421
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9426
9422
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9427
9423
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9428
9424
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9436,6 +9432,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9436
9432
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9437
9433
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9438
9434
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9435
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9439
9436
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9440
9437
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9441
9438
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9467,17 +9464,16 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9467
9464
|
}> | null;
|
|
9468
9465
|
getQuery: () => _sinequa_atomic.Query;
|
|
9469
9466
|
} & _ngrx_signals.StateSource<{
|
|
9470
|
-
text?: string | undefined;
|
|
9471
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9472
9467
|
name?: string | undefined;
|
|
9473
|
-
sort?: string | undefined;
|
|
9474
9468
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9469
|
+
text?: string | undefined;
|
|
9475
9470
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9476
9471
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9477
9472
|
page?: number | undefined;
|
|
9478
9473
|
pageSize?: number | undefined;
|
|
9479
9474
|
tab?: string | undefined;
|
|
9480
9475
|
scope?: string | undefined;
|
|
9476
|
+
sort?: string | undefined;
|
|
9481
9477
|
basket?: string | undefined;
|
|
9482
9478
|
isFirstPage?: boolean | undefined;
|
|
9483
9479
|
strictRefine?: boolean | undefined;
|
|
@@ -9491,6 +9487,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9491
9487
|
relevanceTransforms?: string | undefined;
|
|
9492
9488
|
removeDuplicates?: boolean | undefined;
|
|
9493
9489
|
queryId?: string | undefined;
|
|
9490
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9494
9491
|
orderBy?: string | undefined;
|
|
9495
9492
|
groupBy?: string | undefined;
|
|
9496
9493
|
neuralSearch?: boolean | undefined;
|
|
@@ -9844,17 +9841,16 @@ declare class SearchFeedbackComponent {
|
|
|
9844
9841
|
pages: _angular_core.InputSignal<any>;
|
|
9845
9842
|
readonly auditService: AuditService;
|
|
9846
9843
|
protected readonly queryParamsStore: {
|
|
9847
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9848
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9849
9844
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9850
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9851
9845
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9846
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9852
9847
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9853
9848
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9854
9849
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9855
9850
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9856
9851
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9857
9852
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9853
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9858
9854
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9859
9855
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9860
9856
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9868,6 +9864,7 @@ declare class SearchFeedbackComponent {
|
|
|
9868
9864
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9869
9865
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9870
9866
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9867
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9871
9868
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9872
9869
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9873
9870
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9899,17 +9896,16 @@ declare class SearchFeedbackComponent {
|
|
|
9899
9896
|
}> | null;
|
|
9900
9897
|
getQuery: () => _sinequa_atomic.Query;
|
|
9901
9898
|
} & _ngrx_signals.StateSource<{
|
|
9902
|
-
text?: string | undefined;
|
|
9903
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9904
9899
|
name?: string | undefined;
|
|
9905
|
-
sort?: string | undefined;
|
|
9906
9900
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9901
|
+
text?: string | undefined;
|
|
9907
9902
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9908
9903
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9909
9904
|
page?: number | undefined;
|
|
9910
9905
|
pageSize?: number | undefined;
|
|
9911
9906
|
tab?: string | undefined;
|
|
9912
9907
|
scope?: string | undefined;
|
|
9908
|
+
sort?: string | undefined;
|
|
9913
9909
|
basket?: string | undefined;
|
|
9914
9910
|
isFirstPage?: boolean | undefined;
|
|
9915
9911
|
strictRefine?: boolean | undefined;
|
|
@@ -9923,6 +9919,7 @@ declare class SearchFeedbackComponent {
|
|
|
9923
9919
|
relevanceTransforms?: string | undefined;
|
|
9924
9920
|
removeDuplicates?: boolean | undefined;
|
|
9925
9921
|
queryId?: string | undefined;
|
|
9922
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9926
9923
|
orderBy?: string | undefined;
|
|
9927
9924
|
groupBy?: string | undefined;
|
|
9928
9925
|
neuralSearch?: boolean | undefined;
|
|
@@ -9959,17 +9956,16 @@ declare class AggregationTreeComponent {
|
|
|
9959
9956
|
aggregations: Aggregation[];
|
|
9960
9957
|
}>;
|
|
9961
9958
|
queryParamsStore: {
|
|
9962
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9963
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9964
9959
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9965
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9966
9960
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9961
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9967
9962
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9968
9963
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9969
9964
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9970
9965
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9971
9966
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9972
9967
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9968
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9973
9969
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9974
9970
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9975
9971
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9983,6 +9979,7 @@ declare class AggregationTreeComponent {
|
|
|
9983
9979
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9984
9980
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9985
9981
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9982
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9986
9983
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9987
9984
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9988
9985
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10014,17 +10011,16 @@ declare class AggregationTreeComponent {
|
|
|
10014
10011
|
}> | null;
|
|
10015
10012
|
getQuery: () => Query;
|
|
10016
10013
|
} & _ngrx_signals.StateSource<{
|
|
10017
|
-
text?: string | undefined;
|
|
10018
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10019
10014
|
name?: string | undefined;
|
|
10020
|
-
sort?: string | undefined;
|
|
10021
10015
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10016
|
+
text?: string | undefined;
|
|
10022
10017
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10023
10018
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
10024
10019
|
page?: number | undefined;
|
|
10025
10020
|
pageSize?: number | undefined;
|
|
10026
10021
|
tab?: string | undefined;
|
|
10027
10022
|
scope?: string | undefined;
|
|
10023
|
+
sort?: string | undefined;
|
|
10028
10024
|
basket?: string | undefined;
|
|
10029
10025
|
isFirstPage?: boolean | undefined;
|
|
10030
10026
|
strictRefine?: boolean | undefined;
|
|
@@ -10038,6 +10034,7 @@ declare class AggregationTreeComponent {
|
|
|
10038
10034
|
relevanceTransforms?: string | undefined;
|
|
10039
10035
|
removeDuplicates?: boolean | undefined;
|
|
10040
10036
|
queryId?: string | undefined;
|
|
10037
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10041
10038
|
orderBy?: string | undefined;
|
|
10042
10039
|
groupBy?: string | undefined;
|
|
10043
10040
|
neuralSearch?: boolean | undefined;
|
|
@@ -11004,7 +11001,7 @@ declare class FilterButtonComponent {
|
|
|
11004
11001
|
position: _angular_core.InputSignal<Placement>;
|
|
11005
11002
|
offset: _angular_core.InputSignal<number>;
|
|
11006
11003
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11007
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
11004
|
+
protected variant: _angular_core.WritableSignal<"default" | "link" | "secondary" | "accent" | "destructive" | "outline" | "ghost" | "ai" | "none" | "primary" | "light-accent" | "tertiary" | "icon" | null | undefined>;
|
|
11008
11005
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11009
11006
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11010
11007
|
protected nativeElement: any;
|
|
@@ -11018,17 +11015,16 @@ declare class FilterButtonComponent {
|
|
|
11018
11015
|
aggregations: _sinequa_atomic.Aggregation[];
|
|
11019
11016
|
}>;
|
|
11020
11017
|
protected queryParamsStore: {
|
|
11021
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11022
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11023
11018
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11024
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11025
11019
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11020
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11026
11021
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11027
11022
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11028
11023
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11029
11024
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11030
11025
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11031
11026
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11027
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11032
11028
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11033
11029
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11034
11030
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11042,6 +11038,7 @@ declare class FilterButtonComponent {
|
|
|
11042
11038
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11043
11039
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11044
11040
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11041
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11045
11042
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11046
11043
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11047
11044
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11073,17 +11070,16 @@ declare class FilterButtonComponent {
|
|
|
11073
11070
|
}> | null;
|
|
11074
11071
|
getQuery: () => _sinequa_atomic.Query;
|
|
11075
11072
|
} & _ngrx_signals.StateSource<{
|
|
11076
|
-
text?: string | undefined;
|
|
11077
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11078
11073
|
name?: string | undefined;
|
|
11079
|
-
sort?: string | undefined;
|
|
11080
11074
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11075
|
+
text?: string | undefined;
|
|
11081
11076
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11082
11077
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11083
11078
|
page?: number | undefined;
|
|
11084
11079
|
pageSize?: number | undefined;
|
|
11085
11080
|
tab?: string | undefined;
|
|
11086
11081
|
scope?: string | undefined;
|
|
11082
|
+
sort?: string | undefined;
|
|
11087
11083
|
basket?: string | undefined;
|
|
11088
11084
|
isFirstPage?: boolean | undefined;
|
|
11089
11085
|
strictRefine?: boolean | undefined;
|
|
@@ -11097,6 +11093,7 @@ declare class FilterButtonComponent {
|
|
|
11097
11093
|
relevanceTransforms?: string | undefined;
|
|
11098
11094
|
removeDuplicates?: boolean | undefined;
|
|
11099
11095
|
queryId?: string | undefined;
|
|
11096
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11100
11097
|
orderBy?: string | undefined;
|
|
11101
11098
|
groupBy?: string | undefined;
|
|
11102
11099
|
neuralSearch?: boolean | undefined;
|
|
@@ -11732,17 +11729,16 @@ declare class MoreButtonComponent {
|
|
|
11732
11729
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
11733
11730
|
}>;
|
|
11734
11731
|
queryParamsStore: {
|
|
11735
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11736
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11737
11732
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11738
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11739
11733
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11734
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11740
11735
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11741
11736
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11742
11737
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11743
11738
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11744
11739
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11745
11740
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11741
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11746
11742
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11747
11743
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11748
11744
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11756,6 +11752,7 @@ declare class MoreButtonComponent {
|
|
|
11756
11752
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11757
11753
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11758
11754
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11755
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11759
11756
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11760
11757
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11761
11758
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11787,17 +11784,16 @@ declare class MoreButtonComponent {
|
|
|
11787
11784
|
}> | null;
|
|
11788
11785
|
getQuery: () => _sinequa_atomic.Query;
|
|
11789
11786
|
} & _ngrx_signals.StateSource<{
|
|
11790
|
-
text?: string | undefined;
|
|
11791
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11792
11787
|
name?: string | undefined;
|
|
11793
|
-
sort?: string | undefined;
|
|
11794
11788
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11789
|
+
text?: string | undefined;
|
|
11795
11790
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11796
11791
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11797
11792
|
page?: number | undefined;
|
|
11798
11793
|
pageSize?: number | undefined;
|
|
11799
11794
|
tab?: string | undefined;
|
|
11800
11795
|
scope?: string | undefined;
|
|
11796
|
+
sort?: string | undefined;
|
|
11801
11797
|
basket?: string | undefined;
|
|
11802
11798
|
isFirstPage?: boolean | undefined;
|
|
11803
11799
|
strictRefine?: boolean | undefined;
|
|
@@ -11811,6 +11807,7 @@ declare class MoreButtonComponent {
|
|
|
11811
11807
|
relevanceTransforms?: string | undefined;
|
|
11812
11808
|
removeDuplicates?: boolean | undefined;
|
|
11813
11809
|
queryId?: string | undefined;
|
|
11810
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11814
11811
|
orderBy?: string | undefined;
|
|
11815
11812
|
groupBy?: string | undefined;
|
|
11816
11813
|
neuralSearch?: boolean | undefined;
|
|
@@ -12207,17 +12204,16 @@ declare class FiltersBarComponent {
|
|
|
12207
12204
|
aggregations: Aggregation[];
|
|
12208
12205
|
}>;
|
|
12209
12206
|
protected queryParamsStore: {
|
|
12210
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12211
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12212
12207
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12213
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12214
12208
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12209
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12215
12210
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12216
12211
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12217
12212
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12218
12213
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12219
12214
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12220
12215
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12216
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12221
12217
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12222
12218
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12223
12219
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12231,6 +12227,7 @@ declare class FiltersBarComponent {
|
|
|
12231
12227
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12232
12228
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12233
12229
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12230
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12234
12231
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12235
12232
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12236
12233
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12262,17 +12259,16 @@ declare class FiltersBarComponent {
|
|
|
12262
12259
|
}> | null;
|
|
12263
12260
|
getQuery: () => _sinequa_atomic.Query;
|
|
12264
12261
|
} & _ngrx_signals.StateSource<{
|
|
12265
|
-
text?: string | undefined;
|
|
12266
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12267
12262
|
name?: string | undefined;
|
|
12268
|
-
sort?: string | undefined;
|
|
12269
12263
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12264
|
+
text?: string | undefined;
|
|
12270
12265
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12271
12266
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12272
12267
|
page?: number | undefined;
|
|
12273
12268
|
pageSize?: number | undefined;
|
|
12274
12269
|
tab?: string | undefined;
|
|
12275
12270
|
scope?: string | undefined;
|
|
12271
|
+
sort?: string | undefined;
|
|
12276
12272
|
basket?: string | undefined;
|
|
12277
12273
|
isFirstPage?: boolean | undefined;
|
|
12278
12274
|
strictRefine?: boolean | undefined;
|
|
@@ -12286,6 +12282,7 @@ declare class FiltersBarComponent {
|
|
|
12286
12282
|
relevanceTransforms?: string | undefined;
|
|
12287
12283
|
removeDuplicates?: boolean | undefined;
|
|
12288
12284
|
queryId?: string | undefined;
|
|
12285
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12289
12286
|
orderBy?: string | undefined;
|
|
12290
12287
|
groupBy?: string | undefined;
|
|
12291
12288
|
neuralSearch?: boolean | undefined;
|
|
@@ -12688,17 +12685,16 @@ declare class MoreComponent {
|
|
|
12688
12685
|
aggregations: Aggregation[];
|
|
12689
12686
|
}>;
|
|
12690
12687
|
queryParamsStore: {
|
|
12691
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12692
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12693
12688
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12694
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12695
12689
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12690
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12696
12691
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12697
12692
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12698
12693
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12699
12694
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12700
12695
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12701
12696
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12697
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12702
12698
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12703
12699
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12704
12700
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12712,6 +12708,7 @@ declare class MoreComponent {
|
|
|
12712
12708
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12713
12709
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12714
12710
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12711
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12715
12712
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12716
12713
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12717
12714
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12743,17 +12740,16 @@ declare class MoreComponent {
|
|
|
12743
12740
|
}> | null;
|
|
12744
12741
|
getQuery: () => _sinequa_atomic.Query;
|
|
12745
12742
|
} & _ngrx_signals.StateSource<{
|
|
12746
|
-
text?: string | undefined;
|
|
12747
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12748
12743
|
name?: string | undefined;
|
|
12749
|
-
sort?: string | undefined;
|
|
12750
12744
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12745
|
+
text?: string | undefined;
|
|
12751
12746
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12752
12747
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12753
12748
|
page?: number | undefined;
|
|
12754
12749
|
pageSize?: number | undefined;
|
|
12755
12750
|
tab?: string | undefined;
|
|
12756
12751
|
scope?: string | undefined;
|
|
12752
|
+
sort?: string | undefined;
|
|
12757
12753
|
basket?: string | undefined;
|
|
12758
12754
|
isFirstPage?: boolean | undefined;
|
|
12759
12755
|
strictRefine?: boolean | undefined;
|
|
@@ -12767,6 +12763,7 @@ declare class MoreComponent {
|
|
|
12767
12763
|
relevanceTransforms?: string | undefined;
|
|
12768
12764
|
removeDuplicates?: boolean | undefined;
|
|
12769
12765
|
queryId?: string | undefined;
|
|
12766
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12770
12767
|
orderBy?: string | undefined;
|
|
12771
12768
|
groupBy?: string | undefined;
|
|
12772
12769
|
neuralSearch?: boolean | undefined;
|
|
@@ -13312,7 +13309,7 @@ declare class RecentSearchesComponent {
|
|
|
13312
13309
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13313
13310
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13314
13311
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13315
|
-
userTheme: _angular_core.Signal<"
|
|
13312
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13316
13313
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13317
13314
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13318
13315
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13377,17 +13374,16 @@ declare class RecentSearchesComponent {
|
|
|
13377
13374
|
declare class SavedSearchDialog implements DialogInterface {
|
|
13378
13375
|
private readonly savedSearchesService;
|
|
13379
13376
|
protected readonly queryParamsStore: {
|
|
13380
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13381
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13382
13377
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13383
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13384
13378
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13379
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13385
13380
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13386
13381
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
13387
13382
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
13388
13383
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13389
13384
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13390
13385
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13386
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13391
13387
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
13392
13388
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13393
13389
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13401,6 +13397,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13401
13397
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
13402
13398
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13403
13399
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
13400
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13404
13401
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13405
13402
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13406
13403
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13432,17 +13429,16 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13432
13429
|
}> | null;
|
|
13433
13430
|
getQuery: () => _sinequa_atomic.Query;
|
|
13434
13431
|
} & _ngrx_signals.StateSource<{
|
|
13435
|
-
text?: string | undefined;
|
|
13436
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13437
13432
|
name?: string | undefined;
|
|
13438
|
-
sort?: string | undefined;
|
|
13439
13433
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13434
|
+
text?: string | undefined;
|
|
13440
13435
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13441
13436
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
13442
13437
|
page?: number | undefined;
|
|
13443
13438
|
pageSize?: number | undefined;
|
|
13444
13439
|
tab?: string | undefined;
|
|
13445
13440
|
scope?: string | undefined;
|
|
13441
|
+
sort?: string | undefined;
|
|
13446
13442
|
basket?: string | undefined;
|
|
13447
13443
|
isFirstPage?: boolean | undefined;
|
|
13448
13444
|
strictRefine?: boolean | undefined;
|
|
@@ -13456,6 +13452,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13456
13452
|
relevanceTransforms?: string | undefined;
|
|
13457
13453
|
removeDuplicates?: boolean | undefined;
|
|
13458
13454
|
queryId?: string | undefined;
|
|
13455
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13459
13456
|
orderBy?: string | undefined;
|
|
13460
13457
|
groupBy?: string | undefined;
|
|
13461
13458
|
neuralSearch?: boolean | undefined;
|
|
@@ -13487,7 +13484,7 @@ declare class SavedSearchesComponent {
|
|
|
13487
13484
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13488
13485
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13489
13486
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13490
|
-
userTheme: _angular_core.Signal<"
|
|
13487
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13491
13488
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13492
13489
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13493
13490
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13582,7 +13579,7 @@ declare class UserProfileFormComponent {
|
|
|
13582
13579
|
param9: _angular_core.Signal<string>;
|
|
13583
13580
|
param10: _angular_core.Signal<string>;
|
|
13584
13581
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
13585
|
-
state: _angular_core.Signal<"
|
|
13582
|
+
state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
|
|
13586
13583
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
13587
13584
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
13588
13585
|
initials: _angular_core.Signal<string>;
|
|
@@ -13626,7 +13623,7 @@ declare class UserProfileFormComponent {
|
|
|
13626
13623
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13627
13624
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13628
13625
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13629
|
-
userTheme: _angular_core.Signal<"
|
|
13626
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13630
13627
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13631
13628
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13632
13629
|
isDarkMode: _angular_core.Signal<boolean>;
|