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