@sinequa/atomic-angular 1.0.8 → 1.0.10
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 +31 -13
- 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
|
@@ -115,16 +115,15 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
115
115
|
readonly router: Router;
|
|
116
116
|
readonly queryParamStore: {
|
|
117
117
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
118
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
119
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
120
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
121
118
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
119
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
122
120
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
123
121
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
124
122
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
125
123
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
126
124
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
127
125
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
126
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
128
127
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
129
128
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
130
129
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -138,6 +137,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
138
137
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
139
138
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
140
139
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
140
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
141
141
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
142
142
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
143
143
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -170,16 +170,15 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
170
170
|
getQuery: () => _sinequa_atomic.Query;
|
|
171
171
|
} & _ngrx_signals.StateSource<{
|
|
172
172
|
name?: string | undefined;
|
|
173
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
174
|
-
sort?: string | undefined;
|
|
175
|
-
text?: string | undefined;
|
|
176
173
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
174
|
+
text?: string | undefined;
|
|
177
175
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
178
176
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
179
177
|
page?: number | undefined;
|
|
180
178
|
pageSize?: number | undefined;
|
|
181
179
|
tab?: string | undefined;
|
|
182
180
|
scope?: string | undefined;
|
|
181
|
+
sort?: string | undefined;
|
|
183
182
|
basket?: string | undefined;
|
|
184
183
|
isFirstPage?: boolean | undefined;
|
|
185
184
|
strictRefine?: boolean | undefined;
|
|
@@ -193,6 +192,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
193
192
|
relevanceTransforms?: string | undefined;
|
|
194
193
|
removeDuplicates?: boolean | undefined;
|
|
195
194
|
queryId?: string | undefined;
|
|
195
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
196
196
|
orderBy?: string | undefined;
|
|
197
197
|
groupBy?: string | undefined;
|
|
198
198
|
neuralSearch?: boolean | undefined;
|
|
@@ -250,7 +250,7 @@ declare class MetadataComponent {
|
|
|
250
250
|
event: Event;
|
|
251
251
|
}>;
|
|
252
252
|
class: _angular_core.InputSignal<string | undefined>;
|
|
253
|
-
variant: _angular_core.InputSignal<"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>;
|
|
@@ -264,16 +264,15 @@ declare class MissingTermsComponent {
|
|
|
264
264
|
readonly article: _angular_core.InputSignal<Article$1>;
|
|
265
265
|
queryParamsStore: {
|
|
266
266
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
267
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
268
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
269
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
270
267
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
268
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
271
269
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
272
270
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
273
271
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
274
272
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
275
273
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
276
274
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
275
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
277
276
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
278
277
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
279
278
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -287,6 +286,7 @@ declare class MissingTermsComponent {
|
|
|
287
286
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
288
287
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
289
288
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
289
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
290
290
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
291
291
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
292
292
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -319,16 +319,15 @@ declare class MissingTermsComponent {
|
|
|
319
319
|
getQuery: () => _sinequa_atomic.Query;
|
|
320
320
|
} & _ngrx_signals.StateSource<{
|
|
321
321
|
name?: string | undefined;
|
|
322
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
323
|
-
sort?: string | undefined;
|
|
324
|
-
text?: string | undefined;
|
|
325
322
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
323
|
+
text?: string | undefined;
|
|
326
324
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
327
325
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
328
326
|
page?: number | undefined;
|
|
329
327
|
pageSize?: number | undefined;
|
|
330
328
|
tab?: string | undefined;
|
|
331
329
|
scope?: string | undefined;
|
|
330
|
+
sort?: string | undefined;
|
|
332
331
|
basket?: string | undefined;
|
|
333
332
|
isFirstPage?: boolean | undefined;
|
|
334
333
|
strictRefine?: boolean | undefined;
|
|
@@ -342,6 +341,7 @@ declare class MissingTermsComponent {
|
|
|
342
341
|
relevanceTransforms?: string | undefined;
|
|
343
342
|
removeDuplicates?: boolean | undefined;
|
|
344
343
|
queryId?: string | undefined;
|
|
344
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
345
345
|
orderBy?: string | undefined;
|
|
346
346
|
groupBy?: string | undefined;
|
|
347
347
|
neuralSearch?: boolean | undefined;
|
|
@@ -361,7 +361,7 @@ declare class MissingTermsComponent {
|
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
declare const multiSelectionToolbarVariants: (props?: ({
|
|
364
|
-
variant?: "
|
|
364
|
+
variant?: "light" | "dark" | "glassy" | null | undefined;
|
|
365
365
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
366
366
|
type MultiSelectionToolbarVariants = VariantProps<typeof multiSelectionToolbarVariants>;
|
|
367
367
|
declare class MultiSelectionToolbarComponent {
|
|
@@ -740,7 +740,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
740
740
|
converters?: _sinequa_atomic_angular.CConverter[];
|
|
741
741
|
} | undefined;
|
|
742
742
|
readonly class: _angular_core.InputSignal<string>;
|
|
743
|
-
readonly variant: _angular_core.InputSignal<"
|
|
743
|
+
readonly variant: _angular_core.InputSignal<"light" | "dark" | "glassy" | null | undefined>;
|
|
744
744
|
readonly updatedCollections: _angular_core.OutputEmitterRef<void>;
|
|
745
745
|
readonly count: _angular_core.Signal<number>;
|
|
746
746
|
readonly variants: _angular_core.Signal<string>;
|
|
@@ -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>;
|
|
@@ -1747,16 +1747,15 @@ type QueryParams = {
|
|
|
1747
1747
|
};
|
|
1748
1748
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
1749
1749
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1750
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1751
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1752
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1753
1750
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1751
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1754
1752
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1755
1753
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
1756
1754
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
1757
1755
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1758
1756
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
1759
1757
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
1758
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1760
1759
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
1761
1760
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1762
1761
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1770,6 +1769,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1770
1769
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
1771
1770
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1772
1771
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
1772
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1773
1773
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1774
1774
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1775
1775
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1794,16 +1794,15 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1794
1794
|
getQuery: () => _sinequa_atomic.Query;
|
|
1795
1795
|
} & _ngrx_signals.StateSource<{
|
|
1796
1796
|
name?: string | undefined;
|
|
1797
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1798
|
-
sort?: string | undefined;
|
|
1799
|
-
text?: string | undefined;
|
|
1800
1797
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1798
|
+
text?: string | undefined;
|
|
1801
1799
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1802
1800
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1803
1801
|
page?: number | undefined;
|
|
1804
1802
|
pageSize?: number | undefined;
|
|
1805
1803
|
tab?: string | undefined;
|
|
1806
1804
|
scope?: string | undefined;
|
|
1805
|
+
sort?: string | undefined;
|
|
1807
1806
|
basket?: string | undefined;
|
|
1808
1807
|
isFirstPage?: boolean | undefined;
|
|
1809
1808
|
strictRefine?: boolean | undefined;
|
|
@@ -1817,6 +1816,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1817
1816
|
relevanceTransforms?: string | undefined;
|
|
1818
1817
|
removeDuplicates?: boolean | undefined;
|
|
1819
1818
|
queryId?: string | undefined;
|
|
1819
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1820
1820
|
orderBy?: string | undefined;
|
|
1821
1821
|
groupBy?: string | undefined;
|
|
1822
1822
|
neuralSearch?: boolean | undefined;
|
|
@@ -1827,16 +1827,15 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1827
1827
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
1828
1828
|
state: {
|
|
1829
1829
|
name?: string | undefined;
|
|
1830
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1831
|
-
sort?: string | undefined;
|
|
1832
|
-
text?: string | undefined;
|
|
1833
1830
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1831
|
+
text?: string | undefined;
|
|
1834
1832
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1835
1833
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1836
1834
|
page?: number | undefined;
|
|
1837
1835
|
pageSize?: number | undefined;
|
|
1838
1836
|
tab?: string | undefined;
|
|
1839
1837
|
scope?: string | undefined;
|
|
1838
|
+
sort?: string | undefined;
|
|
1840
1839
|
basket?: string | undefined;
|
|
1841
1840
|
isFirstPage?: boolean | undefined;
|
|
1842
1841
|
strictRefine?: boolean | undefined;
|
|
@@ -1850,6 +1849,7 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
1850
1849
|
relevanceTransforms?: string | undefined;
|
|
1851
1850
|
removeDuplicates?: boolean | undefined;
|
|
1852
1851
|
queryId?: string | undefined;
|
|
1852
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1853
1853
|
orderBy?: string | undefined;
|
|
1854
1854
|
groupBy?: string | undefined;
|
|
1855
1855
|
neuralSearch?: boolean | undefined;
|
|
@@ -2043,7 +2043,7 @@ declare const UserSettingsStore: _angular_core.Type<{
|
|
|
2043
2043
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2044
2044
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2045
2045
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2046
|
-
userTheme: _angular_core.Signal<"
|
|
2046
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
2047
2047
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2048
2048
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2049
2049
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -2576,16 +2576,15 @@ declare class AggregationsService {
|
|
|
2576
2576
|
}>;
|
|
2577
2577
|
queryParamsStore: {
|
|
2578
2578
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2579
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2580
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2581
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2582
2579
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2580
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2583
2581
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2584
2582
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
2585
2583
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
2586
2584
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2587
2585
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
2588
2586
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
2587
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2589
2588
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
2590
2589
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2591
2590
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2599,6 +2598,7 @@ declare class AggregationsService {
|
|
|
2599
2598
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
2600
2599
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2601
2600
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
2601
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2602
2602
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2603
2603
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2604
2604
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2631,16 +2631,15 @@ declare class AggregationsService {
|
|
|
2631
2631
|
getQuery: () => Query;
|
|
2632
2632
|
} & _ngrx_signals.StateSource<{
|
|
2633
2633
|
name?: string | undefined;
|
|
2634
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2635
|
-
sort?: string | undefined;
|
|
2636
|
-
text?: string | undefined;
|
|
2637
2634
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2635
|
+
text?: string | undefined;
|
|
2638
2636
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2639
2637
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2640
2638
|
page?: number | undefined;
|
|
2641
2639
|
pageSize?: number | undefined;
|
|
2642
2640
|
tab?: string | undefined;
|
|
2643
2641
|
scope?: string | undefined;
|
|
2642
|
+
sort?: string | undefined;
|
|
2644
2643
|
basket?: string | undefined;
|
|
2645
2644
|
isFirstPage?: boolean | undefined;
|
|
2646
2645
|
strictRefine?: boolean | undefined;
|
|
@@ -2654,6 +2653,7 @@ declare class AggregationsService {
|
|
|
2654
2653
|
relevanceTransforms?: string | undefined;
|
|
2655
2654
|
removeDuplicates?: boolean | undefined;
|
|
2656
2655
|
queryId?: string | undefined;
|
|
2656
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2657
2657
|
orderBy?: string | undefined;
|
|
2658
2658
|
groupBy?: string | undefined;
|
|
2659
2659
|
neuralSearch?: boolean | undefined;
|
|
@@ -2770,7 +2770,7 @@ declare class ApplicationService {
|
|
|
2770
2770
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2771
2771
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2772
2772
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2773
|
-
userTheme: _angular_core.Signal<"
|
|
2773
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
2774
2774
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2775
2775
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2776
2776
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -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>;
|
|
@@ -4287,16 +4287,15 @@ declare class PreviewService {
|
|
|
4287
4287
|
}>;
|
|
4288
4288
|
protected readonly queryParamsStore: {
|
|
4289
4289
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4290
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4291
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4292
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4293
4290
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4291
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4294
4292
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4295
4293
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4296
4294
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4297
4295
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4298
4296
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4299
4297
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4298
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4300
4299
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4301
4300
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4302
4301
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4310,6 +4309,7 @@ declare class PreviewService {
|
|
|
4310
4309
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4311
4310
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4312
4311
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4312
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4313
4313
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4314
4314
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4315
4315
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4342,16 +4342,15 @@ declare class PreviewService {
|
|
|
4342
4342
|
getQuery: () => Query;
|
|
4343
4343
|
} & _ngrx_signals.StateSource<{
|
|
4344
4344
|
name?: string | undefined;
|
|
4345
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4346
|
-
sort?: string | undefined;
|
|
4347
|
-
text?: string | undefined;
|
|
4348
4345
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4346
|
+
text?: string | undefined;
|
|
4349
4347
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4350
4348
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4351
4349
|
page?: number | undefined;
|
|
4352
4350
|
pageSize?: number | undefined;
|
|
4353
4351
|
tab?: string | undefined;
|
|
4354
4352
|
scope?: string | undefined;
|
|
4353
|
+
sort?: string | undefined;
|
|
4355
4354
|
basket?: string | undefined;
|
|
4356
4355
|
isFirstPage?: boolean | undefined;
|
|
4357
4356
|
strictRefine?: boolean | undefined;
|
|
@@ -4365,6 +4364,7 @@ declare class PreviewService {
|
|
|
4365
4364
|
relevanceTransforms?: string | undefined;
|
|
4366
4365
|
removeDuplicates?: boolean | undefined;
|
|
4367
4366
|
queryId?: string | undefined;
|
|
4367
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4368
4368
|
orderBy?: string | undefined;
|
|
4369
4369
|
groupBy?: string | undefined;
|
|
4370
4370
|
neuralSearch?: boolean | undefined;
|
|
@@ -4869,7 +4869,7 @@ declare class SavedSearchesService {
|
|
|
4869
4869
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
4870
4870
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4871
4871
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4872
|
-
userTheme: _angular_core.Signal<"
|
|
4872
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
4873
4873
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
4874
4874
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
4875
4875
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4916,16 +4916,15 @@ declare class SavedSearchesService {
|
|
|
4916
4916
|
}>;
|
|
4917
4917
|
protected readonly queryParamsStore: {
|
|
4918
4918
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4919
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4920
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4921
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4922
4919
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4920
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4923
4921
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4924
4922
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4925
4923
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4926
4924
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4927
4925
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4928
4926
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4927
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4929
4928
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4930
4929
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4931
4930
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4939,6 +4938,7 @@ declare class SavedSearchesService {
|
|
|
4939
4938
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4940
4939
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4941
4940
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4941
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4942
4942
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4943
4943
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4944
4944
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4971,16 +4971,15 @@ declare class SavedSearchesService {
|
|
|
4971
4971
|
getQuery: () => _sinequa_atomic.Query;
|
|
4972
4972
|
} & _ngrx_signals.StateSource<{
|
|
4973
4973
|
name?: string | undefined;
|
|
4974
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4975
|
-
sort?: string | undefined;
|
|
4976
|
-
text?: string | undefined;
|
|
4977
4974
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4975
|
+
text?: string | undefined;
|
|
4978
4976
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4979
4977
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4980
4978
|
page?: number | undefined;
|
|
4981
4979
|
pageSize?: number | undefined;
|
|
4982
4980
|
tab?: string | undefined;
|
|
4983
4981
|
scope?: string | undefined;
|
|
4982
|
+
sort?: string | undefined;
|
|
4984
4983
|
basket?: string | undefined;
|
|
4985
4984
|
isFirstPage?: boolean | undefined;
|
|
4986
4985
|
strictRefine?: boolean | undefined;
|
|
@@ -4994,6 +4993,7 @@ declare class SavedSearchesService {
|
|
|
4994
4993
|
relevanceTransforms?: string | undefined;
|
|
4995
4994
|
removeDuplicates?: boolean | undefined;
|
|
4996
4995
|
queryId?: string | undefined;
|
|
4996
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4997
4997
|
orderBy?: string | undefined;
|
|
4998
4998
|
groupBy?: string | undefined;
|
|
4999
4999
|
neuralSearch?: boolean | undefined;
|
|
@@ -5057,16 +5057,15 @@ declare class SearchService {
|
|
|
5057
5057
|
audit?: AuditEvents;
|
|
5058
5058
|
protected readonly queryParamsStore: {
|
|
5059
5059
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5060
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5061
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5062
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5063
5060
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5061
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5064
5062
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5065
5063
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5066
5064
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5067
5065
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5068
5066
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5069
5067
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5068
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5070
5069
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5071
5070
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5072
5071
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5080,6 +5079,7 @@ declare class SearchService {
|
|
|
5080
5079
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5081
5080
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5082
5081
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5082
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5083
5083
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5084
5084
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5085
5085
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5112,16 +5112,15 @@ declare class SearchService {
|
|
|
5112
5112
|
getQuery: () => Query;
|
|
5113
5113
|
} & _ngrx_signals.StateSource<{
|
|
5114
5114
|
name?: string | undefined;
|
|
5115
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5116
|
-
sort?: string | undefined;
|
|
5117
|
-
text?: string | undefined;
|
|
5118
5115
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5116
|
+
text?: string | undefined;
|
|
5119
5117
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5120
5118
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5121
5119
|
page?: number | undefined;
|
|
5122
5120
|
pageSize?: number | undefined;
|
|
5123
5121
|
tab?: string | undefined;
|
|
5124
5122
|
scope?: string | undefined;
|
|
5123
|
+
sort?: string | undefined;
|
|
5125
5124
|
basket?: string | undefined;
|
|
5126
5125
|
isFirstPage?: boolean | undefined;
|
|
5127
5126
|
strictRefine?: boolean | undefined;
|
|
@@ -5135,6 +5134,7 @@ declare class SearchService {
|
|
|
5135
5134
|
relevanceTransforms?: string | undefined;
|
|
5136
5135
|
removeDuplicates?: boolean | undefined;
|
|
5137
5136
|
queryId?: string | undefined;
|
|
5137
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5138
5138
|
orderBy?: string | undefined;
|
|
5139
5139
|
groupBy?: string | undefined;
|
|
5140
5140
|
neuralSearch?: boolean | undefined;
|
|
@@ -5151,7 +5151,7 @@ declare class SearchService {
|
|
|
5151
5151
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
5152
5152
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5153
5153
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5154
|
-
userTheme: _angular_core.Signal<"
|
|
5154
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
5155
5155
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
5156
5156
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
5157
5157
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -5248,16 +5248,15 @@ declare class SelectionService {
|
|
|
5248
5248
|
private readonly selectionStore;
|
|
5249
5249
|
queryParamsStore: {
|
|
5250
5250
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5251
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5252
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5253
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5254
5251
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5252
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5255
5253
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5256
5254
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5257
5255
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5258
5256
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5259
5257
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5260
5258
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5259
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5261
5260
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5262
5261
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5263
5262
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5271,6 +5270,7 @@ declare class SelectionService {
|
|
|
5271
5270
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5272
5271
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5273
5272
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5273
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5274
5274
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5275
5275
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5276
5276
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5303,16 +5303,15 @@ declare class SelectionService {
|
|
|
5303
5303
|
getQuery: () => _sinequa_atomic.Query;
|
|
5304
5304
|
} & _ngrx_signals.StateSource<{
|
|
5305
5305
|
name?: string | undefined;
|
|
5306
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5307
|
-
sort?: string | undefined;
|
|
5308
|
-
text?: string | undefined;
|
|
5309
5306
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5307
|
+
text?: string | undefined;
|
|
5310
5308
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5311
5309
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5312
5310
|
page?: number | undefined;
|
|
5313
5311
|
pageSize?: number | undefined;
|
|
5314
5312
|
tab?: string | undefined;
|
|
5315
5313
|
scope?: string | undefined;
|
|
5314
|
+
sort?: string | undefined;
|
|
5316
5315
|
basket?: string | undefined;
|
|
5317
5316
|
isFirstPage?: boolean | undefined;
|
|
5318
5317
|
strictRefine?: boolean | undefined;
|
|
@@ -5326,6 +5325,7 @@ declare class SelectionService {
|
|
|
5326
5325
|
relevanceTransforms?: string | undefined;
|
|
5327
5326
|
removeDuplicates?: boolean | undefined;
|
|
5328
5327
|
queryId?: string | undefined;
|
|
5328
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5329
5329
|
orderBy?: string | undefined;
|
|
5330
5330
|
groupBy?: string | undefined;
|
|
5331
5331
|
neuralSearch?: boolean | undefined;
|
|
@@ -5472,16 +5472,15 @@ declare class NavbarTabsComponent {
|
|
|
5472
5472
|
readonly route: ActivatedRoute;
|
|
5473
5473
|
readonly queryParamsStore: {
|
|
5474
5474
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5475
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5476
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5477
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5478
5475
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5476
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5479
5477
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5480
5478
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5481
5479
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5482
5480
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5483
5481
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5484
5482
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5483
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5485
5484
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5486
5485
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5487
5486
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5495,6 +5494,7 @@ declare class NavbarTabsComponent {
|
|
|
5495
5494
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5496
5495
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5497
5496
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5497
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5498
5498
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5499
5499
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5500
5500
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5527,16 +5527,15 @@ declare class NavbarTabsComponent {
|
|
|
5527
5527
|
getQuery: () => _sinequa_atomic.Query;
|
|
5528
5528
|
} & _ngrx_signals.StateSource<{
|
|
5529
5529
|
name?: string | undefined;
|
|
5530
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5531
|
-
sort?: string | undefined;
|
|
5532
|
-
text?: string | undefined;
|
|
5533
5530
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5531
|
+
text?: string | undefined;
|
|
5534
5532
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5535
5533
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5536
5534
|
page?: number | undefined;
|
|
5537
5535
|
pageSize?: number | undefined;
|
|
5538
5536
|
tab?: string | undefined;
|
|
5539
5537
|
scope?: string | undefined;
|
|
5538
|
+
sort?: string | undefined;
|
|
5540
5539
|
basket?: string | undefined;
|
|
5541
5540
|
isFirstPage?: boolean | undefined;
|
|
5542
5541
|
strictRefine?: boolean | undefined;
|
|
@@ -5550,6 +5549,7 @@ declare class NavbarTabsComponent {
|
|
|
5550
5549
|
relevanceTransforms?: string | undefined;
|
|
5551
5550
|
removeDuplicates?: boolean | undefined;
|
|
5552
5551
|
queryId?: string | undefined;
|
|
5552
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5553
5553
|
orderBy?: string | undefined;
|
|
5554
5554
|
groupBy?: string | undefined;
|
|
5555
5555
|
neuralSearch?: boolean | undefined;
|
|
@@ -6022,7 +6022,7 @@ declare class ShowBookmarkDirective {
|
|
|
6022
6022
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
6023
6023
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6024
6024
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
6025
|
-
userTheme: _angular_core.Signal<"
|
|
6025
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
6026
6026
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
6027
6027
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
6028
6028
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -6697,16 +6697,15 @@ declare class SponsoredResultsComponent {
|
|
|
6697
6697
|
}>;
|
|
6698
6698
|
queryParamStore: {
|
|
6699
6699
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6700
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6701
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6702
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6703
6700
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6701
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6704
6702
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6705
6703
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6706
6704
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6707
6705
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6708
6706
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6709
6707
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6708
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6710
6709
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6711
6710
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6712
6711
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6720,6 +6719,7 @@ declare class SponsoredResultsComponent {
|
|
|
6720
6719
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
6721
6720
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6722
6721
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
6722
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6723
6723
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6724
6724
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6725
6725
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6752,16 +6752,15 @@ declare class SponsoredResultsComponent {
|
|
|
6752
6752
|
getQuery: () => _sinequa_atomic.Query;
|
|
6753
6753
|
} & _ngrx_signals.StateSource<{
|
|
6754
6754
|
name?: string | undefined;
|
|
6755
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6756
|
-
sort?: string | undefined;
|
|
6757
|
-
text?: string | undefined;
|
|
6758
6755
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6756
|
+
text?: string | undefined;
|
|
6759
6757
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6760
6758
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6761
6759
|
page?: number | undefined;
|
|
6762
6760
|
pageSize?: number | undefined;
|
|
6763
6761
|
tab?: string | undefined;
|
|
6764
6762
|
scope?: string | undefined;
|
|
6763
|
+
sort?: string | undefined;
|
|
6765
6764
|
basket?: string | undefined;
|
|
6766
6765
|
isFirstPage?: boolean | undefined;
|
|
6767
6766
|
strictRefine?: boolean | undefined;
|
|
@@ -6775,6 +6774,7 @@ declare class SponsoredResultsComponent {
|
|
|
6775
6774
|
relevanceTransforms?: string | undefined;
|
|
6776
6775
|
removeDuplicates?: boolean | undefined;
|
|
6777
6776
|
queryId?: string | undefined;
|
|
6777
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6778
6778
|
orderBy?: string | undefined;
|
|
6779
6779
|
groupBy?: string | undefined;
|
|
6780
6780
|
neuralSearch?: boolean | undefined;
|
|
@@ -7030,16 +7030,15 @@ declare class AggregationListComponent {
|
|
|
7030
7030
|
}>;
|
|
7031
7031
|
queryParamsStore: {
|
|
7032
7032
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7033
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7034
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7035
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7036
7033
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7034
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7037
7035
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7038
7036
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7039
7037
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7040
7038
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7041
7039
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7042
7040
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7041
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7043
7042
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7044
7043
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7045
7044
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7053,6 +7052,7 @@ declare class AggregationListComponent {
|
|
|
7053
7052
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7054
7053
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7055
7054
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7055
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7056
7056
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7057
7057
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7058
7058
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7085,16 +7085,15 @@ declare class AggregationListComponent {
|
|
|
7085
7085
|
getQuery: () => Query;
|
|
7086
7086
|
} & _ngrx_signals.StateSource<{
|
|
7087
7087
|
name?: string | undefined;
|
|
7088
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7089
|
-
sort?: string | undefined;
|
|
7090
|
-
text?: string | undefined;
|
|
7091
7088
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7089
|
+
text?: string | undefined;
|
|
7092
7090
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7093
7091
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7094
7092
|
page?: number | undefined;
|
|
7095
7093
|
pageSize?: number | undefined;
|
|
7096
7094
|
tab?: string | undefined;
|
|
7097
7095
|
scope?: string | undefined;
|
|
7096
|
+
sort?: string | undefined;
|
|
7098
7097
|
basket?: string | undefined;
|
|
7099
7098
|
isFirstPage?: boolean | undefined;
|
|
7100
7099
|
strictRefine?: boolean | undefined;
|
|
@@ -7108,6 +7107,7 @@ declare class AggregationListComponent {
|
|
|
7108
7107
|
relevanceTransforms?: string | undefined;
|
|
7109
7108
|
removeDuplicates?: boolean | undefined;
|
|
7110
7109
|
queryId?: string | undefined;
|
|
7110
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7111
7111
|
orderBy?: string | undefined;
|
|
7112
7112
|
groupBy?: string | undefined;
|
|
7113
7113
|
neuralSearch?: boolean | undefined;
|
|
@@ -7652,16 +7652,15 @@ declare class AdvancedSearch {
|
|
|
7652
7652
|
}>;
|
|
7653
7653
|
protected readonly queryParamsStore: {
|
|
7654
7654
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7655
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7656
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7657
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7658
7655
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7656
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7659
7657
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7660
7658
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7661
7659
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7662
7660
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7663
7661
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7664
7662
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7663
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7665
7664
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7666
7665
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7667
7666
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7675,6 +7674,7 @@ declare class AdvancedSearch {
|
|
|
7675
7674
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7676
7675
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7677
7676
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7677
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7678
7678
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7679
7679
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7680
7680
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7707,16 +7707,15 @@ declare class AdvancedSearch {
|
|
|
7707
7707
|
getQuery: () => _sinequa_atomic.Query;
|
|
7708
7708
|
} & _ngrx_signals.StateSource<{
|
|
7709
7709
|
name?: string | undefined;
|
|
7710
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7711
|
-
sort?: string | undefined;
|
|
7712
|
-
text?: string | undefined;
|
|
7713
7710
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7711
|
+
text?: string | undefined;
|
|
7714
7712
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7715
7713
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7716
7714
|
page?: number | undefined;
|
|
7717
7715
|
pageSize?: number | undefined;
|
|
7718
7716
|
tab?: string | undefined;
|
|
7719
7717
|
scope?: string | undefined;
|
|
7718
|
+
sort?: string | undefined;
|
|
7720
7719
|
basket?: string | undefined;
|
|
7721
7720
|
isFirstPage?: boolean | undefined;
|
|
7722
7721
|
strictRefine?: boolean | undefined;
|
|
@@ -7730,6 +7729,7 @@ declare class AdvancedSearch {
|
|
|
7730
7729
|
relevanceTransforms?: string | undefined;
|
|
7731
7730
|
removeDuplicates?: boolean | undefined;
|
|
7732
7731
|
queryId?: string | undefined;
|
|
7732
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7733
7733
|
orderBy?: string | undefined;
|
|
7734
7734
|
groupBy?: string | undefined;
|
|
7735
7735
|
neuralSearch?: boolean | undefined;
|
|
@@ -8116,16 +8116,15 @@ declare class ArticleLabels {
|
|
|
8116
8116
|
declare class ArticleSimilarDocuments {
|
|
8117
8117
|
protected readonly queryParamsStore: {
|
|
8118
8118
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8119
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8120
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8121
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8122
8119
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8120
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8123
8121
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8124
8122
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8125
8123
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8126
8124
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8127
8125
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8128
8126
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8127
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8129
8128
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8130
8129
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8131
8130
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8139,6 +8138,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8139
8138
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8140
8139
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8141
8140
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8141
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8142
8142
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8143
8143
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8144
8144
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8171,16 +8171,15 @@ declare class ArticleSimilarDocuments {
|
|
|
8171
8171
|
getQuery: () => _sinequa_atomic.Query;
|
|
8172
8172
|
} & _ngrx_signals.StateSource<{
|
|
8173
8173
|
name?: string | undefined;
|
|
8174
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8175
|
-
sort?: string | undefined;
|
|
8176
|
-
text?: string | undefined;
|
|
8177
8174
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8175
|
+
text?: string | undefined;
|
|
8178
8176
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8179
8177
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8180
8178
|
page?: number | undefined;
|
|
8181
8179
|
pageSize?: number | undefined;
|
|
8182
8180
|
tab?: string | undefined;
|
|
8183
8181
|
scope?: string | undefined;
|
|
8182
|
+
sort?: string | undefined;
|
|
8184
8183
|
basket?: string | undefined;
|
|
8185
8184
|
isFirstPage?: boolean | undefined;
|
|
8186
8185
|
strictRefine?: boolean | undefined;
|
|
@@ -8194,6 +8193,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8194
8193
|
relevanceTransforms?: string | undefined;
|
|
8195
8194
|
removeDuplicates?: boolean | undefined;
|
|
8196
8195
|
queryId?: string | undefined;
|
|
8196
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8197
8197
|
orderBy?: string | undefined;
|
|
8198
8198
|
groupBy?: string | undefined;
|
|
8199
8199
|
neuralSearch?: boolean | undefined;
|
|
@@ -8778,16 +8778,15 @@ declare class AdvancedSearchComponent {
|
|
|
8778
8778
|
}>;
|
|
8779
8779
|
protected readonly queryParamsStore: {
|
|
8780
8780
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8781
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8782
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8783
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8784
8781
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8782
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8785
8783
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8786
8784
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8787
8785
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8788
8786
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8789
8787
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8790
8788
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8789
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8791
8790
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8792
8791
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8793
8792
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8801,6 +8800,7 @@ declare class AdvancedSearchComponent {
|
|
|
8801
8800
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8802
8801
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8803
8802
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8803
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8804
8804
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8805
8805
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8806
8806
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8833,16 +8833,15 @@ declare class AdvancedSearchComponent {
|
|
|
8833
8833
|
getQuery: () => _sinequa_atomic.Query;
|
|
8834
8834
|
} & _ngrx_signals.StateSource<{
|
|
8835
8835
|
name?: string | undefined;
|
|
8836
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8837
|
-
sort?: string | undefined;
|
|
8838
|
-
text?: string | undefined;
|
|
8839
8836
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8837
|
+
text?: string | undefined;
|
|
8840
8838
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8841
8839
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8842
8840
|
page?: number | undefined;
|
|
8843
8841
|
pageSize?: number | undefined;
|
|
8844
8842
|
tab?: string | undefined;
|
|
8845
8843
|
scope?: string | undefined;
|
|
8844
|
+
sort?: string | undefined;
|
|
8846
8845
|
basket?: string | undefined;
|
|
8847
8846
|
isFirstPage?: boolean | undefined;
|
|
8848
8847
|
strictRefine?: boolean | undefined;
|
|
@@ -8856,6 +8855,7 @@ declare class AdvancedSearchComponent {
|
|
|
8856
8855
|
relevanceTransforms?: string | undefined;
|
|
8857
8856
|
removeDuplicates?: boolean | undefined;
|
|
8858
8857
|
queryId?: string | undefined;
|
|
8858
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8859
8859
|
orderBy?: string | undefined;
|
|
8860
8860
|
groupBy?: string | undefined;
|
|
8861
8861
|
neuralSearch?: boolean | undefined;
|
|
@@ -9234,16 +9234,15 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9234
9234
|
}>;
|
|
9235
9235
|
queryParamsStore: {
|
|
9236
9236
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9237
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9238
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9239
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9240
9237
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9238
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9241
9239
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9242
9240
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9243
9241
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9244
9242
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9245
9243
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9246
9244
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9245
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9247
9246
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9248
9247
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9249
9248
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9257,6 +9256,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9257
9256
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9258
9257
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9259
9258
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9259
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9260
9260
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9261
9261
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9262
9262
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9289,16 +9289,15 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9289
9289
|
getQuery: () => _sinequa_atomic.Query;
|
|
9290
9290
|
} & _ngrx_signals.StateSource<{
|
|
9291
9291
|
name?: string | undefined;
|
|
9292
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9293
|
-
sort?: string | undefined;
|
|
9294
|
-
text?: string | undefined;
|
|
9295
9292
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9293
|
+
text?: string | undefined;
|
|
9296
9294
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9297
9295
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9298
9296
|
page?: number | undefined;
|
|
9299
9297
|
pageSize?: number | undefined;
|
|
9300
9298
|
tab?: string | undefined;
|
|
9301
9299
|
scope?: string | undefined;
|
|
9300
|
+
sort?: string | undefined;
|
|
9302
9301
|
basket?: string | undefined;
|
|
9303
9302
|
isFirstPage?: boolean | undefined;
|
|
9304
9303
|
strictRefine?: boolean | undefined;
|
|
@@ -9312,6 +9311,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9312
9311
|
relevanceTransforms?: string | undefined;
|
|
9313
9312
|
removeDuplicates?: boolean | undefined;
|
|
9314
9313
|
queryId?: string | undefined;
|
|
9314
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9315
9315
|
orderBy?: string | undefined;
|
|
9316
9316
|
groupBy?: string | undefined;
|
|
9317
9317
|
neuralSearch?: boolean | undefined;
|
|
@@ -9432,16 +9432,15 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9432
9432
|
readonly exportService: ExportService;
|
|
9433
9433
|
readonly queryParamsStore: {
|
|
9434
9434
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9435
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9436
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9437
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9438
9435
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9436
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9439
9437
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9440
9438
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9441
9439
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9442
9440
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9443
9441
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9444
9442
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9443
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9445
9444
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9446
9445
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9447
9446
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9455,6 +9454,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9455
9454
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9456
9455
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9457
9456
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9457
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9458
9458
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9459
9459
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9460
9460
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9487,16 +9487,15 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9487
9487
|
getQuery: () => _sinequa_atomic.Query;
|
|
9488
9488
|
} & _ngrx_signals.StateSource<{
|
|
9489
9489
|
name?: string | undefined;
|
|
9490
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9491
|
-
sort?: string | undefined;
|
|
9492
|
-
text?: string | undefined;
|
|
9493
9490
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9491
|
+
text?: string | undefined;
|
|
9494
9492
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9495
9493
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9496
9494
|
page?: number | undefined;
|
|
9497
9495
|
pageSize?: number | undefined;
|
|
9498
9496
|
tab?: string | undefined;
|
|
9499
9497
|
scope?: string | undefined;
|
|
9498
|
+
sort?: string | undefined;
|
|
9500
9499
|
basket?: string | undefined;
|
|
9501
9500
|
isFirstPage?: boolean | undefined;
|
|
9502
9501
|
strictRefine?: boolean | undefined;
|
|
@@ -9510,6 +9509,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9510
9509
|
relevanceTransforms?: string | undefined;
|
|
9511
9510
|
removeDuplicates?: boolean | undefined;
|
|
9512
9511
|
queryId?: string | undefined;
|
|
9512
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9513
9513
|
orderBy?: string | undefined;
|
|
9514
9514
|
groupBy?: string | undefined;
|
|
9515
9515
|
neuralSearch?: boolean | undefined;
|
|
@@ -9864,16 +9864,15 @@ declare class SearchFeedbackComponent {
|
|
|
9864
9864
|
readonly auditService: AuditService;
|
|
9865
9865
|
protected readonly queryParamsStore: {
|
|
9866
9866
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9867
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9868
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9869
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9870
9867
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9868
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9871
9869
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9872
9870
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9873
9871
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9874
9872
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9875
9873
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9876
9874
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9875
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9877
9876
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9878
9877
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9879
9878
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9887,6 +9886,7 @@ declare class SearchFeedbackComponent {
|
|
|
9887
9886
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9888
9887
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9889
9888
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9889
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9890
9890
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9891
9891
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9892
9892
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9919,16 +9919,15 @@ declare class SearchFeedbackComponent {
|
|
|
9919
9919
|
getQuery: () => _sinequa_atomic.Query;
|
|
9920
9920
|
} & _ngrx_signals.StateSource<{
|
|
9921
9921
|
name?: string | undefined;
|
|
9922
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9923
|
-
sort?: string | undefined;
|
|
9924
|
-
text?: string | undefined;
|
|
9925
9922
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9923
|
+
text?: string | undefined;
|
|
9926
9924
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9927
9925
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9928
9926
|
page?: number | undefined;
|
|
9929
9927
|
pageSize?: number | undefined;
|
|
9930
9928
|
tab?: string | undefined;
|
|
9931
9929
|
scope?: string | undefined;
|
|
9930
|
+
sort?: string | undefined;
|
|
9932
9931
|
basket?: string | undefined;
|
|
9933
9932
|
isFirstPage?: boolean | undefined;
|
|
9934
9933
|
strictRefine?: boolean | undefined;
|
|
@@ -9942,6 +9941,7 @@ declare class SearchFeedbackComponent {
|
|
|
9942
9941
|
relevanceTransforms?: string | undefined;
|
|
9943
9942
|
removeDuplicates?: boolean | undefined;
|
|
9944
9943
|
queryId?: string | undefined;
|
|
9944
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9945
9945
|
orderBy?: string | undefined;
|
|
9946
9946
|
groupBy?: string | undefined;
|
|
9947
9947
|
neuralSearch?: boolean | undefined;
|
|
@@ -9979,16 +9979,15 @@ declare class AggregationTreeComponent {
|
|
|
9979
9979
|
}>;
|
|
9980
9980
|
queryParamsStore: {
|
|
9981
9981
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9982
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9983
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9984
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9985
9982
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9983
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9986
9984
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9987
9985
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9988
9986
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9989
9987
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9990
9988
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9991
9989
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9990
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9992
9991
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9993
9992
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9994
9993
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10002,6 +10001,7 @@ declare class AggregationTreeComponent {
|
|
|
10002
10001
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
10003
10002
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10004
10003
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
10004
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10005
10005
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10006
10006
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10007
10007
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10034,16 +10034,15 @@ declare class AggregationTreeComponent {
|
|
|
10034
10034
|
getQuery: () => Query;
|
|
10035
10035
|
} & _ngrx_signals.StateSource<{
|
|
10036
10036
|
name?: string | undefined;
|
|
10037
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10038
|
-
sort?: string | undefined;
|
|
10039
|
-
text?: string | undefined;
|
|
10040
10037
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10038
|
+
text?: string | undefined;
|
|
10041
10039
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10042
10040
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
10043
10041
|
page?: number | undefined;
|
|
10044
10042
|
pageSize?: number | undefined;
|
|
10045
10043
|
tab?: string | undefined;
|
|
10046
10044
|
scope?: string | undefined;
|
|
10045
|
+
sort?: string | undefined;
|
|
10047
10046
|
basket?: string | undefined;
|
|
10048
10047
|
isFirstPage?: boolean | undefined;
|
|
10049
10048
|
strictRefine?: boolean | undefined;
|
|
@@ -10057,6 +10056,7 @@ declare class AggregationTreeComponent {
|
|
|
10057
10056
|
relevanceTransforms?: string | undefined;
|
|
10058
10057
|
removeDuplicates?: boolean | undefined;
|
|
10059
10058
|
queryId?: string | undefined;
|
|
10059
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10060
10060
|
orderBy?: string | undefined;
|
|
10061
10061
|
groupBy?: string | undefined;
|
|
10062
10062
|
neuralSearch?: boolean | undefined;
|
|
@@ -11023,7 +11023,7 @@ declare class FilterButtonComponent {
|
|
|
11023
11023
|
position: _angular_core.InputSignal<Placement>;
|
|
11024
11024
|
offset: _angular_core.InputSignal<number>;
|
|
11025
11025
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11026
|
-
protected variant: _angular_core.WritableSignal<"
|
|
11026
|
+
protected variant: _angular_core.WritableSignal<"default" | "primary" | "secondary" | "destructive" | "ai" | "outline" | "none" | "accent" | "ghost" | "light-accent" | "tertiary" | "link" | "icon" | null | undefined>;
|
|
11027
11027
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11028
11028
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11029
11029
|
protected nativeElement: any;
|
|
@@ -11038,16 +11038,15 @@ declare class FilterButtonComponent {
|
|
|
11038
11038
|
}>;
|
|
11039
11039
|
protected queryParamsStore: {
|
|
11040
11040
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11041
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11042
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11043
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11044
11041
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11042
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11045
11043
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11046
11044
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11047
11045
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11048
11046
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11049
11047
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11050
11048
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11049
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11051
11050
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11052
11051
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11053
11052
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11061,6 +11060,7 @@ declare class FilterButtonComponent {
|
|
|
11061
11060
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11062
11061
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11063
11062
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11063
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11064
11064
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11065
11065
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11066
11066
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11093,16 +11093,15 @@ declare class FilterButtonComponent {
|
|
|
11093
11093
|
getQuery: () => _sinequa_atomic.Query;
|
|
11094
11094
|
} & _ngrx_signals.StateSource<{
|
|
11095
11095
|
name?: string | undefined;
|
|
11096
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11097
|
-
sort?: string | undefined;
|
|
11098
|
-
text?: string | undefined;
|
|
11099
11096
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11097
|
+
text?: string | undefined;
|
|
11100
11098
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11101
11099
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11102
11100
|
page?: number | undefined;
|
|
11103
11101
|
pageSize?: number | undefined;
|
|
11104
11102
|
tab?: string | undefined;
|
|
11105
11103
|
scope?: string | undefined;
|
|
11104
|
+
sort?: string | undefined;
|
|
11106
11105
|
basket?: string | undefined;
|
|
11107
11106
|
isFirstPage?: boolean | undefined;
|
|
11108
11107
|
strictRefine?: boolean | undefined;
|
|
@@ -11116,6 +11115,7 @@ declare class FilterButtonComponent {
|
|
|
11116
11115
|
relevanceTransforms?: string | undefined;
|
|
11117
11116
|
removeDuplicates?: boolean | undefined;
|
|
11118
11117
|
queryId?: string | undefined;
|
|
11118
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11119
11119
|
orderBy?: string | undefined;
|
|
11120
11120
|
groupBy?: string | undefined;
|
|
11121
11121
|
neuralSearch?: boolean | undefined;
|
|
@@ -11752,16 +11752,15 @@ declare class MoreButtonComponent {
|
|
|
11752
11752
|
}>;
|
|
11753
11753
|
queryParamsStore: {
|
|
11754
11754
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11755
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11756
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11757
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11758
11755
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11756
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11759
11757
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11760
11758
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11761
11759
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11762
11760
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11763
11761
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11764
11762
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11763
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11765
11764
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11766
11765
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11767
11766
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11775,6 +11774,7 @@ declare class MoreButtonComponent {
|
|
|
11775
11774
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11776
11775
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11777
11776
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11777
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11778
11778
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11779
11779
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11780
11780
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11807,16 +11807,15 @@ declare class MoreButtonComponent {
|
|
|
11807
11807
|
getQuery: () => _sinequa_atomic.Query;
|
|
11808
11808
|
} & _ngrx_signals.StateSource<{
|
|
11809
11809
|
name?: string | undefined;
|
|
11810
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11811
|
-
sort?: string | undefined;
|
|
11812
|
-
text?: string | undefined;
|
|
11813
11810
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11811
|
+
text?: string | undefined;
|
|
11814
11812
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11815
11813
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11816
11814
|
page?: number | undefined;
|
|
11817
11815
|
pageSize?: number | undefined;
|
|
11818
11816
|
tab?: string | undefined;
|
|
11819
11817
|
scope?: string | undefined;
|
|
11818
|
+
sort?: string | undefined;
|
|
11820
11819
|
basket?: string | undefined;
|
|
11821
11820
|
isFirstPage?: boolean | undefined;
|
|
11822
11821
|
strictRefine?: boolean | undefined;
|
|
@@ -11830,6 +11829,7 @@ declare class MoreButtonComponent {
|
|
|
11830
11829
|
relevanceTransforms?: string | undefined;
|
|
11831
11830
|
removeDuplicates?: boolean | undefined;
|
|
11832
11831
|
queryId?: string | undefined;
|
|
11832
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11833
11833
|
orderBy?: string | undefined;
|
|
11834
11834
|
groupBy?: string | undefined;
|
|
11835
11835
|
neuralSearch?: boolean | undefined;
|
|
@@ -12237,16 +12237,15 @@ declare class FiltersBarComponent {
|
|
|
12237
12237
|
}>;
|
|
12238
12238
|
protected queryParamsStore: {
|
|
12239
12239
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12240
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12241
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12242
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12243
12240
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12241
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12244
12242
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12245
12243
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12246
12244
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12247
12245
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12248
12246
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12249
12247
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12248
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12250
12249
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12251
12250
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12252
12251
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12260,6 +12259,7 @@ declare class FiltersBarComponent {
|
|
|
12260
12259
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12261
12260
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12262
12261
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12262
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12263
12263
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12264
12264
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12265
12265
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12292,16 +12292,15 @@ declare class FiltersBarComponent {
|
|
|
12292
12292
|
getQuery: () => _sinequa_atomic.Query;
|
|
12293
12293
|
} & _ngrx_signals.StateSource<{
|
|
12294
12294
|
name?: string | undefined;
|
|
12295
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12296
|
-
sort?: string | undefined;
|
|
12297
|
-
text?: string | undefined;
|
|
12298
12295
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12296
|
+
text?: string | undefined;
|
|
12299
12297
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12300
12298
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12301
12299
|
page?: number | undefined;
|
|
12302
12300
|
pageSize?: number | undefined;
|
|
12303
12301
|
tab?: string | undefined;
|
|
12304
12302
|
scope?: string | undefined;
|
|
12303
|
+
sort?: string | undefined;
|
|
12305
12304
|
basket?: string | undefined;
|
|
12306
12305
|
isFirstPage?: boolean | undefined;
|
|
12307
12306
|
strictRefine?: boolean | undefined;
|
|
@@ -12315,6 +12314,7 @@ declare class FiltersBarComponent {
|
|
|
12315
12314
|
relevanceTransforms?: string | undefined;
|
|
12316
12315
|
removeDuplicates?: boolean | undefined;
|
|
12317
12316
|
queryId?: string | undefined;
|
|
12317
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12318
12318
|
orderBy?: string | undefined;
|
|
12319
12319
|
groupBy?: string | undefined;
|
|
12320
12320
|
neuralSearch?: boolean | undefined;
|
|
@@ -12719,16 +12719,15 @@ declare class MoreComponent {
|
|
|
12719
12719
|
}>;
|
|
12720
12720
|
queryParamsStore: {
|
|
12721
12721
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12722
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12723
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12724
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12725
12722
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12723
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12726
12724
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12727
12725
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12728
12726
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12729
12727
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12730
12728
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12731
12729
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12730
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12732
12731
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12733
12732
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12734
12733
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12742,6 +12741,7 @@ declare class MoreComponent {
|
|
|
12742
12741
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12743
12742
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12744
12743
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12744
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12745
12745
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12746
12746
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12747
12747
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12774,16 +12774,15 @@ declare class MoreComponent {
|
|
|
12774
12774
|
getQuery: () => _sinequa_atomic.Query;
|
|
12775
12775
|
} & _ngrx_signals.StateSource<{
|
|
12776
12776
|
name?: string | undefined;
|
|
12777
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12778
|
-
sort?: string | undefined;
|
|
12779
|
-
text?: string | undefined;
|
|
12780
12777
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12778
|
+
text?: string | undefined;
|
|
12781
12779
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12782
12780
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12783
12781
|
page?: number | undefined;
|
|
12784
12782
|
pageSize?: number | undefined;
|
|
12785
12783
|
tab?: string | undefined;
|
|
12786
12784
|
scope?: string | undefined;
|
|
12785
|
+
sort?: string | undefined;
|
|
12787
12786
|
basket?: string | undefined;
|
|
12788
12787
|
isFirstPage?: boolean | undefined;
|
|
12789
12788
|
strictRefine?: boolean | undefined;
|
|
@@ -12797,6 +12796,7 @@ declare class MoreComponent {
|
|
|
12797
12796
|
relevanceTransforms?: string | undefined;
|
|
12798
12797
|
removeDuplicates?: boolean | undefined;
|
|
12799
12798
|
queryId?: string | undefined;
|
|
12799
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12800
12800
|
orderBy?: string | undefined;
|
|
12801
12801
|
groupBy?: string | undefined;
|
|
12802
12802
|
neuralSearch?: boolean | undefined;
|
|
@@ -13342,7 +13342,7 @@ declare class RecentSearchesComponent {
|
|
|
13342
13342
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13343
13343
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13344
13344
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13345
|
-
userTheme: _angular_core.Signal<"
|
|
13345
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13346
13346
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13347
13347
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13348
13348
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13408,16 +13408,15 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13408
13408
|
private readonly savedSearchesService;
|
|
13409
13409
|
protected readonly queryParamsStore: {
|
|
13410
13410
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13411
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13412
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13413
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13414
13411
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13412
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13415
13413
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13416
13414
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
13417
13415
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
13418
13416
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13419
13417
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13420
13418
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13419
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13421
13420
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
13422
13421
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13423
13422
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13431,6 +13430,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13431
13430
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
13432
13431
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13433
13432
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
13433
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13434
13434
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13435
13435
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13436
13436
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13463,16 +13463,15 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13463
13463
|
getQuery: () => _sinequa_atomic.Query;
|
|
13464
13464
|
} & _ngrx_signals.StateSource<{
|
|
13465
13465
|
name?: string | undefined;
|
|
13466
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13467
|
-
sort?: string | undefined;
|
|
13468
|
-
text?: string | undefined;
|
|
13469
13466
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13467
|
+
text?: string | undefined;
|
|
13470
13468
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13471
13469
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
13472
13470
|
page?: number | undefined;
|
|
13473
13471
|
pageSize?: number | undefined;
|
|
13474
13472
|
tab?: string | undefined;
|
|
13475
13473
|
scope?: string | undefined;
|
|
13474
|
+
sort?: string | undefined;
|
|
13476
13475
|
basket?: string | undefined;
|
|
13477
13476
|
isFirstPage?: boolean | undefined;
|
|
13478
13477
|
strictRefine?: boolean | undefined;
|
|
@@ -13486,6 +13485,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13486
13485
|
relevanceTransforms?: string | undefined;
|
|
13487
13486
|
removeDuplicates?: boolean | undefined;
|
|
13488
13487
|
queryId?: string | undefined;
|
|
13488
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13489
13489
|
orderBy?: string | undefined;
|
|
13490
13490
|
groupBy?: string | undefined;
|
|
13491
13491
|
neuralSearch?: boolean | undefined;
|
|
@@ -13517,7 +13517,7 @@ declare class SavedSearchesComponent {
|
|
|
13517
13517
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13518
13518
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13519
13519
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13520
|
-
userTheme: _angular_core.Signal<"
|
|
13520
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13521
13521
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13522
13522
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13523
13523
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13612,7 +13612,7 @@ declare class UserProfileFormComponent {
|
|
|
13612
13612
|
param9: _angular_core.Signal<string>;
|
|
13613
13613
|
param10: _angular_core.Signal<string>;
|
|
13614
13614
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
13615
|
-
state: _angular_core.Signal<"
|
|
13615
|
+
state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
|
|
13616
13616
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
13617
13617
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
13618
13618
|
initials: _angular_core.Signal<string>;
|
|
@@ -13656,7 +13656,7 @@ declare class UserProfileFormComponent {
|
|
|
13656
13656
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13657
13657
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13658
13658
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13659
|
-
userTheme: _angular_core.Signal<"
|
|
13659
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13660
13660
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13661
13661
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13662
13662
|
isDarkMode: _angular_core.Signal<boolean>;
|