@sinequa/atomic-angular 1.6.2 → 1.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/sinequa-atomic-angular.mjs +22 -3
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/index.d.ts +112 -111
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -115,6 +115,8 @@ 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;
|
|
118
120
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
119
121
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
120
122
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -123,7 +125,6 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
123
125
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
124
126
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
125
127
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
126
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
127
128
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
128
129
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
129
130
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -137,7 +138,6 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
137
138
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
138
139
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
139
140
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
140
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
141
141
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
142
142
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
143
143
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -170,6 +170,8 @@ 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;
|
|
173
175
|
text?: string | undefined;
|
|
174
176
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
175
177
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -178,7 +180,6 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
178
180
|
pageSize?: number | undefined;
|
|
179
181
|
tab?: string | undefined;
|
|
180
182
|
scope?: string | undefined;
|
|
181
|
-
sort?: string | undefined;
|
|
182
183
|
basket?: string | undefined;
|
|
183
184
|
isFirstPage?: boolean | undefined;
|
|
184
185
|
strictRefine?: boolean | undefined;
|
|
@@ -192,7 +193,6 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
192
193
|
relevanceTransforms?: string | undefined;
|
|
193
194
|
removeDuplicates?: boolean | undefined;
|
|
194
195
|
queryId?: string | undefined;
|
|
195
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
196
196
|
orderBy?: string | undefined;
|
|
197
197
|
groupBy?: string | undefined;
|
|
198
198
|
neuralSearch?: boolean | undefined;
|
|
@@ -272,6 +272,8 @@ declare class MissingTermsComponent {
|
|
|
272
272
|
readonly article: _angular_core.InputSignal<Article$1>;
|
|
273
273
|
queryParamsStore: {
|
|
274
274
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
275
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
276
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
275
277
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
276
278
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
277
279
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -280,7 +282,6 @@ declare class MissingTermsComponent {
|
|
|
280
282
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
281
283
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
282
284
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
283
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
284
285
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
285
286
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
286
287
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -294,7 +295,6 @@ declare class MissingTermsComponent {
|
|
|
294
295
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
295
296
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
296
297
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
297
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
298
298
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
299
299
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
300
300
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -327,6 +327,8 @@ declare class MissingTermsComponent {
|
|
|
327
327
|
getQuery: () => _sinequa_atomic.Query;
|
|
328
328
|
} & _ngrx_signals.StateSource<{
|
|
329
329
|
name?: string | undefined;
|
|
330
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
331
|
+
sort?: string | undefined;
|
|
330
332
|
text?: string | undefined;
|
|
331
333
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
332
334
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -335,7 +337,6 @@ declare class MissingTermsComponent {
|
|
|
335
337
|
pageSize?: number | undefined;
|
|
336
338
|
tab?: string | undefined;
|
|
337
339
|
scope?: string | undefined;
|
|
338
|
-
sort?: string | undefined;
|
|
339
340
|
basket?: string | undefined;
|
|
340
341
|
isFirstPage?: boolean | undefined;
|
|
341
342
|
strictRefine?: boolean | undefined;
|
|
@@ -349,7 +350,6 @@ declare class MissingTermsComponent {
|
|
|
349
350
|
relevanceTransforms?: string | undefined;
|
|
350
351
|
removeDuplicates?: boolean | undefined;
|
|
351
352
|
queryId?: string | undefined;
|
|
352
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
353
353
|
orderBy?: string | undefined;
|
|
354
354
|
groupBy?: string | undefined;
|
|
355
355
|
neuralSearch?: boolean | undefined;
|
|
@@ -369,7 +369,7 @@ declare class MissingTermsComponent {
|
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
declare const multiSelectionToolbarVariants: (props?: ({
|
|
372
|
-
variant?: "
|
|
372
|
+
variant?: "dark" | "light" | "glassy" | null | undefined;
|
|
373
373
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
374
374
|
type MultiSelectionToolbarVariants = VariantProps<typeof multiSelectionToolbarVariants>;
|
|
375
375
|
declare class MultiSelectionToolbarComponent {
|
|
@@ -758,7 +758,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
758
758
|
feedback?: _sinequa_atomic_angular.CFeedback;
|
|
759
759
|
} | undefined;
|
|
760
760
|
readonly class: _angular_core.InputSignal<string>;
|
|
761
|
-
readonly variant: _angular_core.InputSignal<"
|
|
761
|
+
readonly variant: _angular_core.InputSignal<"dark" | "light" | "glassy" | null | undefined>;
|
|
762
762
|
readonly updatedCollections: _angular_core.OutputEmitterRef<void>;
|
|
763
763
|
readonly count: _angular_core.Signal<number>;
|
|
764
764
|
readonly variants: _angular_core.Signal<string>;
|
|
@@ -2129,7 +2129,7 @@ declare const PrincipalStore: _angular_core.Type<{
|
|
|
2129
2129
|
param9: _angular_core.Signal<string>;
|
|
2130
2130
|
param10: _angular_core.Signal<string>;
|
|
2131
2131
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
2132
|
-
state: _angular_core.Signal<"
|
|
2132
|
+
state: _angular_core.Signal<"error" | "initial" | "loading" | "loaded">;
|
|
2133
2133
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
2134
2134
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
2135
2135
|
initials: _angular_core.Signal<string>;
|
|
@@ -2183,6 +2183,8 @@ type QueryParams = {
|
|
|
2183
2183
|
};
|
|
2184
2184
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
2185
2185
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2186
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2187
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2186
2188
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2187
2189
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2188
2190
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -2191,7 +2193,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
2191
2193
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2192
2194
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
2193
2195
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
2194
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2195
2196
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
2196
2197
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2197
2198
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2205,7 +2206,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
2205
2206
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
2206
2207
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2207
2208
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
2208
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2209
2209
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2210
2210
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2211
2211
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2230,6 +2230,8 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
2230
2230
|
getQuery: () => _sinequa_atomic.Query;
|
|
2231
2231
|
} & _ngrx_signals.StateSource<{
|
|
2232
2232
|
name?: string | undefined;
|
|
2233
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2234
|
+
sort?: string | undefined;
|
|
2233
2235
|
text?: string | undefined;
|
|
2234
2236
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2235
2237
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -2238,7 +2240,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
2238
2240
|
pageSize?: number | undefined;
|
|
2239
2241
|
tab?: string | undefined;
|
|
2240
2242
|
scope?: string | undefined;
|
|
2241
|
-
sort?: string | undefined;
|
|
2242
2243
|
basket?: string | undefined;
|
|
2243
2244
|
isFirstPage?: boolean | undefined;
|
|
2244
2245
|
strictRefine?: boolean | undefined;
|
|
@@ -2252,7 +2253,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
2252
2253
|
relevanceTransforms?: string | undefined;
|
|
2253
2254
|
removeDuplicates?: boolean | undefined;
|
|
2254
2255
|
queryId?: string | undefined;
|
|
2255
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2256
2256
|
orderBy?: string | undefined;
|
|
2257
2257
|
groupBy?: string | undefined;
|
|
2258
2258
|
neuralSearch?: boolean | undefined;
|
|
@@ -2263,6 +2263,8 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
2263
2263
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
2264
2264
|
state: {
|
|
2265
2265
|
name?: string | undefined;
|
|
2266
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2267
|
+
sort?: string | undefined;
|
|
2266
2268
|
text?: string | undefined;
|
|
2267
2269
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2268
2270
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -2271,7 +2273,6 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
2271
2273
|
pageSize?: number | undefined;
|
|
2272
2274
|
tab?: string | undefined;
|
|
2273
2275
|
scope?: string | undefined;
|
|
2274
|
-
sort?: string | undefined;
|
|
2275
2276
|
basket?: string | undefined;
|
|
2276
2277
|
isFirstPage?: boolean | undefined;
|
|
2277
2278
|
strictRefine?: boolean | undefined;
|
|
@@ -2285,7 +2286,6 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
2285
2286
|
relevanceTransforms?: string | undefined;
|
|
2286
2287
|
removeDuplicates?: boolean | undefined;
|
|
2287
2288
|
queryId?: string | undefined;
|
|
2288
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2289
2289
|
orderBy?: string | undefined;
|
|
2290
2290
|
groupBy?: string | undefined;
|
|
2291
2291
|
neuralSearch?: boolean | undefined;
|
|
@@ -2479,7 +2479,7 @@ declare const UserSettingsStore: _angular_core.Type<{
|
|
|
2479
2479
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2480
2480
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2481
2481
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2482
|
-
userTheme: _angular_core.Signal<"
|
|
2482
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
2483
2483
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2484
2484
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2485
2485
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -3020,6 +3020,8 @@ declare class AggregationsService {
|
|
|
3020
3020
|
}>;
|
|
3021
3021
|
queryParamsStore: {
|
|
3022
3022
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
3023
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
3024
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
3023
3025
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
3024
3026
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
3025
3027
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -3028,7 +3030,6 @@ declare class AggregationsService {
|
|
|
3028
3030
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
3029
3031
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
3030
3032
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
3031
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
3032
3033
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
3033
3034
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3034
3035
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -3042,7 +3043,6 @@ declare class AggregationsService {
|
|
|
3042
3043
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
3043
3044
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3044
3045
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
3045
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
3046
3046
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
3047
3047
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
3048
3048
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -3075,6 +3075,8 @@ declare class AggregationsService {
|
|
|
3075
3075
|
getQuery: () => Query;
|
|
3076
3076
|
} & _ngrx_signals.StateSource<{
|
|
3077
3077
|
name?: string | undefined;
|
|
3078
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3079
|
+
sort?: string | undefined;
|
|
3078
3080
|
text?: string | undefined;
|
|
3079
3081
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
3080
3082
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -3083,7 +3085,6 @@ declare class AggregationsService {
|
|
|
3083
3085
|
pageSize?: number | undefined;
|
|
3084
3086
|
tab?: string | undefined;
|
|
3085
3087
|
scope?: string | undefined;
|
|
3086
|
-
sort?: string | undefined;
|
|
3087
3088
|
basket?: string | undefined;
|
|
3088
3089
|
isFirstPage?: boolean | undefined;
|
|
3089
3090
|
strictRefine?: boolean | undefined;
|
|
@@ -3097,7 +3098,6 @@ declare class AggregationsService {
|
|
|
3097
3098
|
relevanceTransforms?: string | undefined;
|
|
3098
3099
|
removeDuplicates?: boolean | undefined;
|
|
3099
3100
|
queryId?: string | undefined;
|
|
3100
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3101
3101
|
orderBy?: string | undefined;
|
|
3102
3102
|
groupBy?: string | undefined;
|
|
3103
3103
|
neuralSearch?: boolean | undefined;
|
|
@@ -3167,6 +3167,7 @@ declare class AggregationsService {
|
|
|
3167
3167
|
private matchesAggregation;
|
|
3168
3168
|
private getFilterCriteria;
|
|
3169
3169
|
private getHomepageFilterCriteria;
|
|
3170
|
+
private getLeftOnlyFilterCriteria;
|
|
3170
3171
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationsService, never>;
|
|
3171
3172
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AggregationsService>;
|
|
3172
3173
|
}
|
|
@@ -3219,7 +3220,7 @@ declare class ApplicationService {
|
|
|
3219
3220
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
3220
3221
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3221
3222
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
3222
|
-
userTheme: _angular_core.Signal<"
|
|
3223
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
3223
3224
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
3224
3225
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
3225
3226
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -3291,7 +3292,7 @@ declare class ApplicationService {
|
|
|
3291
3292
|
param9: _angular_core.Signal<string>;
|
|
3292
3293
|
param10: _angular_core.Signal<string>;
|
|
3293
3294
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
3294
|
-
state: _angular_core.Signal<"
|
|
3295
|
+
state: _angular_core.Signal<"error" | "initial" | "loading" | "loaded">;
|
|
3295
3296
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
3296
3297
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
3297
3298
|
initials: _angular_core.Signal<string>;
|
|
@@ -4086,7 +4087,7 @@ declare class AutocompleteService {
|
|
|
4086
4087
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
4087
4088
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4088
4089
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4089
|
-
userTheme: _angular_core.Signal<"
|
|
4090
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
4090
4091
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
4091
4092
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
4092
4093
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4801,6 +4802,8 @@ declare class PreviewService {
|
|
|
4801
4802
|
}>;
|
|
4802
4803
|
protected readonly queryParamsStore: {
|
|
4803
4804
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4805
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4806
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4804
4807
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4805
4808
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4806
4809
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -4809,7 +4812,6 @@ declare class PreviewService {
|
|
|
4809
4812
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4810
4813
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4811
4814
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4812
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4813
4815
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4814
4816
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4815
4817
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4823,7 +4825,6 @@ declare class PreviewService {
|
|
|
4823
4825
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4824
4826
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4825
4827
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4826
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4827
4828
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4828
4829
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4829
4830
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4856,6 +4857,8 @@ declare class PreviewService {
|
|
|
4856
4857
|
getQuery: () => Query;
|
|
4857
4858
|
} & _ngrx_signals.StateSource<{
|
|
4858
4859
|
name?: string | undefined;
|
|
4860
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4861
|
+
sort?: string | undefined;
|
|
4859
4862
|
text?: string | undefined;
|
|
4860
4863
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4861
4864
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -4864,7 +4867,6 @@ declare class PreviewService {
|
|
|
4864
4867
|
pageSize?: number | undefined;
|
|
4865
4868
|
tab?: string | undefined;
|
|
4866
4869
|
scope?: string | undefined;
|
|
4867
|
-
sort?: string | undefined;
|
|
4868
4870
|
basket?: string | undefined;
|
|
4869
4871
|
isFirstPage?: boolean | undefined;
|
|
4870
4872
|
strictRefine?: boolean | undefined;
|
|
@@ -4878,7 +4880,6 @@ declare class PreviewService {
|
|
|
4878
4880
|
relevanceTransforms?: string | undefined;
|
|
4879
4881
|
removeDuplicates?: boolean | undefined;
|
|
4880
4882
|
queryId?: string | undefined;
|
|
4881
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4882
4883
|
orderBy?: string | undefined;
|
|
4883
4884
|
groupBy?: string | undefined;
|
|
4884
4885
|
neuralSearch?: boolean | undefined;
|
|
@@ -5388,7 +5389,7 @@ declare class SavedSearchesService {
|
|
|
5388
5389
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
5389
5390
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5390
5391
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5391
|
-
userTheme: _angular_core.Signal<"
|
|
5392
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
5392
5393
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
5393
5394
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
5394
5395
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -5435,6 +5436,8 @@ declare class SavedSearchesService {
|
|
|
5435
5436
|
}>;
|
|
5436
5437
|
protected readonly queryParamsStore: {
|
|
5437
5438
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5439
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5440
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5438
5441
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5439
5442
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5440
5443
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -5443,7 +5446,6 @@ declare class SavedSearchesService {
|
|
|
5443
5446
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5444
5447
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5445
5448
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5446
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5447
5449
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5448
5450
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5449
5451
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5457,7 +5459,6 @@ declare class SavedSearchesService {
|
|
|
5457
5459
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5458
5460
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5459
5461
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5460
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5461
5462
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5462
5463
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5463
5464
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5490,6 +5491,8 @@ declare class SavedSearchesService {
|
|
|
5490
5491
|
getQuery: () => _sinequa_atomic.Query;
|
|
5491
5492
|
} & _ngrx_signals.StateSource<{
|
|
5492
5493
|
name?: string | undefined;
|
|
5494
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5495
|
+
sort?: string | undefined;
|
|
5493
5496
|
text?: string | undefined;
|
|
5494
5497
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5495
5498
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -5498,7 +5501,6 @@ declare class SavedSearchesService {
|
|
|
5498
5501
|
pageSize?: number | undefined;
|
|
5499
5502
|
tab?: string | undefined;
|
|
5500
5503
|
scope?: string | undefined;
|
|
5501
|
-
sort?: string | undefined;
|
|
5502
5504
|
basket?: string | undefined;
|
|
5503
5505
|
isFirstPage?: boolean | undefined;
|
|
5504
5506
|
strictRefine?: boolean | undefined;
|
|
@@ -5512,7 +5514,6 @@ declare class SavedSearchesService {
|
|
|
5512
5514
|
relevanceTransforms?: string | undefined;
|
|
5513
5515
|
removeDuplicates?: boolean | undefined;
|
|
5514
5516
|
queryId?: string | undefined;
|
|
5515
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5516
5517
|
orderBy?: string | undefined;
|
|
5517
5518
|
groupBy?: string | undefined;
|
|
5518
5519
|
neuralSearch?: boolean | undefined;
|
|
@@ -5576,6 +5577,8 @@ declare class SearchService {
|
|
|
5576
5577
|
audit?: AuditEvents;
|
|
5577
5578
|
protected readonly queryParamsStore: {
|
|
5578
5579
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5580
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5581
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5579
5582
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5580
5583
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5581
5584
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -5584,7 +5587,6 @@ declare class SearchService {
|
|
|
5584
5587
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5585
5588
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5586
5589
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5587
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5588
5590
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5589
5591
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5590
5592
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5598,7 +5600,6 @@ declare class SearchService {
|
|
|
5598
5600
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5599
5601
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5600
5602
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5601
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5602
5603
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5603
5604
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5604
5605
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5631,6 +5632,8 @@ declare class SearchService {
|
|
|
5631
5632
|
getQuery: () => Query;
|
|
5632
5633
|
} & _ngrx_signals.StateSource<{
|
|
5633
5634
|
name?: string | undefined;
|
|
5635
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5636
|
+
sort?: string | undefined;
|
|
5634
5637
|
text?: string | undefined;
|
|
5635
5638
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5636
5639
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -5639,7 +5642,6 @@ declare class SearchService {
|
|
|
5639
5642
|
pageSize?: number | undefined;
|
|
5640
5643
|
tab?: string | undefined;
|
|
5641
5644
|
scope?: string | undefined;
|
|
5642
|
-
sort?: string | undefined;
|
|
5643
5645
|
basket?: string | undefined;
|
|
5644
5646
|
isFirstPage?: boolean | undefined;
|
|
5645
5647
|
strictRefine?: boolean | undefined;
|
|
@@ -5653,7 +5655,6 @@ declare class SearchService {
|
|
|
5653
5655
|
relevanceTransforms?: string | undefined;
|
|
5654
5656
|
removeDuplicates?: boolean | undefined;
|
|
5655
5657
|
queryId?: string | undefined;
|
|
5656
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5657
5658
|
orderBy?: string | undefined;
|
|
5658
5659
|
groupBy?: string | undefined;
|
|
5659
5660
|
neuralSearch?: boolean | undefined;
|
|
@@ -5670,7 +5671,7 @@ declare class SearchService {
|
|
|
5670
5671
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
5671
5672
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5672
5673
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5673
|
-
userTheme: _angular_core.Signal<"
|
|
5674
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
5674
5675
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
5675
5676
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
5676
5677
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -5767,6 +5768,8 @@ declare class SelectionService {
|
|
|
5767
5768
|
private readonly selectionStore;
|
|
5768
5769
|
queryParamsStore: {
|
|
5769
5770
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5771
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5772
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5770
5773
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5771
5774
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5772
5775
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -5775,7 +5778,6 @@ declare class SelectionService {
|
|
|
5775
5778
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5776
5779
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5777
5780
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5778
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5779
5781
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5780
5782
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5781
5783
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5789,7 +5791,6 @@ declare class SelectionService {
|
|
|
5789
5791
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5790
5792
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5791
5793
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5792
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5793
5794
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5794
5795
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5795
5796
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5822,6 +5823,8 @@ declare class SelectionService {
|
|
|
5822
5823
|
getQuery: () => _sinequa_atomic.Query;
|
|
5823
5824
|
} & _ngrx_signals.StateSource<{
|
|
5824
5825
|
name?: string | undefined;
|
|
5826
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5827
|
+
sort?: string | undefined;
|
|
5825
5828
|
text?: string | undefined;
|
|
5826
5829
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5827
5830
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -5830,7 +5833,6 @@ declare class SelectionService {
|
|
|
5830
5833
|
pageSize?: number | undefined;
|
|
5831
5834
|
tab?: string | undefined;
|
|
5832
5835
|
scope?: string | undefined;
|
|
5833
|
-
sort?: string | undefined;
|
|
5834
5836
|
basket?: string | undefined;
|
|
5835
5837
|
isFirstPage?: boolean | undefined;
|
|
5836
5838
|
strictRefine?: boolean | undefined;
|
|
@@ -5844,7 +5846,6 @@ declare class SelectionService {
|
|
|
5844
5846
|
relevanceTransforms?: string | undefined;
|
|
5845
5847
|
removeDuplicates?: boolean | undefined;
|
|
5846
5848
|
queryId?: string | undefined;
|
|
5847
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5848
5849
|
orderBy?: string | undefined;
|
|
5849
5850
|
groupBy?: string | undefined;
|
|
5850
5851
|
neuralSearch?: boolean | undefined;
|
|
@@ -6413,7 +6414,7 @@ declare class ShowBookmarkDirective {
|
|
|
6413
6414
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
6414
6415
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6415
6416
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
6416
|
-
userTheme: _angular_core.Signal<"
|
|
6417
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
6417
6418
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
6418
6419
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
6419
6420
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -7115,6 +7116,8 @@ declare class SponsoredResultsComponent {
|
|
|
7115
7116
|
}>;
|
|
7116
7117
|
queryParamStore: {
|
|
7117
7118
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7119
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7120
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7118
7121
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7119
7122
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7120
7123
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -7123,7 +7126,6 @@ declare class SponsoredResultsComponent {
|
|
|
7123
7126
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7124
7127
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7125
7128
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7126
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7127
7129
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7128
7130
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7129
7131
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7137,7 +7139,6 @@ declare class SponsoredResultsComponent {
|
|
|
7137
7139
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7138
7140
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7139
7141
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7140
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7141
7142
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7142
7143
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7143
7144
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7170,6 +7171,8 @@ declare class SponsoredResultsComponent {
|
|
|
7170
7171
|
getQuery: () => _sinequa_atomic.Query;
|
|
7171
7172
|
} & _ngrx_signals.StateSource<{
|
|
7172
7173
|
name?: string | undefined;
|
|
7174
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7175
|
+
sort?: string | undefined;
|
|
7173
7176
|
text?: string | undefined;
|
|
7174
7177
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7175
7178
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -7178,7 +7181,6 @@ declare class SponsoredResultsComponent {
|
|
|
7178
7181
|
pageSize?: number | undefined;
|
|
7179
7182
|
tab?: string | undefined;
|
|
7180
7183
|
scope?: string | undefined;
|
|
7181
|
-
sort?: string | undefined;
|
|
7182
7184
|
basket?: string | undefined;
|
|
7183
7185
|
isFirstPage?: boolean | undefined;
|
|
7184
7186
|
strictRefine?: boolean | undefined;
|
|
@@ -7192,7 +7194,6 @@ declare class SponsoredResultsComponent {
|
|
|
7192
7194
|
relevanceTransforms?: string | undefined;
|
|
7193
7195
|
removeDuplicates?: boolean | undefined;
|
|
7194
7196
|
queryId?: string | undefined;
|
|
7195
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7196
7197
|
orderBy?: string | undefined;
|
|
7197
7198
|
groupBy?: string | undefined;
|
|
7198
7199
|
neuralSearch?: boolean | undefined;
|
|
@@ -7453,6 +7454,8 @@ declare class AggregationDateComponent {
|
|
|
7453
7454
|
readonly aggregationsService: _sinequa_atomic_angular.AggregationsService;
|
|
7454
7455
|
readonly queryParamsStore: {
|
|
7455
7456
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7457
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7458
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7456
7459
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7457
7460
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7458
7461
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -7461,7 +7464,6 @@ declare class AggregationDateComponent {
|
|
|
7461
7464
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7462
7465
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7463
7466
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7464
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7465
7467
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7466
7468
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7467
7469
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7475,7 +7477,6 @@ declare class AggregationDateComponent {
|
|
|
7475
7477
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7476
7478
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7477
7479
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7478
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7479
7480
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7480
7481
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7481
7482
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7508,6 +7509,8 @@ declare class AggregationDateComponent {
|
|
|
7508
7509
|
getQuery: () => _sinequa_atomic.Query;
|
|
7509
7510
|
} & _ngrx_signals.StateSource<{
|
|
7510
7511
|
name?: string | undefined;
|
|
7512
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7513
|
+
sort?: string | undefined;
|
|
7511
7514
|
text?: string | undefined;
|
|
7512
7515
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7513
7516
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -7516,7 +7519,6 @@ declare class AggregationDateComponent {
|
|
|
7516
7519
|
pageSize?: number | undefined;
|
|
7517
7520
|
tab?: string | undefined;
|
|
7518
7521
|
scope?: string | undefined;
|
|
7519
|
-
sort?: string | undefined;
|
|
7520
7522
|
basket?: string | undefined;
|
|
7521
7523
|
isFirstPage?: boolean | undefined;
|
|
7522
7524
|
strictRefine?: boolean | undefined;
|
|
@@ -7530,7 +7532,6 @@ declare class AggregationDateComponent {
|
|
|
7530
7532
|
relevanceTransforms?: string | undefined;
|
|
7531
7533
|
removeDuplicates?: boolean | undefined;
|
|
7532
7534
|
queryId?: string | undefined;
|
|
7533
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7534
7535
|
orderBy?: string | undefined;
|
|
7535
7536
|
groupBy?: string | undefined;
|
|
7536
7537
|
neuralSearch?: boolean | undefined;
|
|
@@ -7614,6 +7615,8 @@ declare class AdvancedSearch {
|
|
|
7614
7615
|
}>;
|
|
7615
7616
|
protected readonly queryParamsStore: {
|
|
7616
7617
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7618
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7619
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7617
7620
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7618
7621
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7619
7622
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -7622,7 +7625,6 @@ declare class AdvancedSearch {
|
|
|
7622
7625
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7623
7626
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7624
7627
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7625
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7626
7628
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7627
7629
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7628
7630
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7636,7 +7638,6 @@ declare class AdvancedSearch {
|
|
|
7636
7638
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7637
7639
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7638
7640
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7639
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7640
7641
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7641
7642
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7642
7643
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7669,6 +7670,8 @@ declare class AdvancedSearch {
|
|
|
7669
7670
|
getQuery: () => _sinequa_atomic.Query;
|
|
7670
7671
|
} & _ngrx_signals.StateSource<{
|
|
7671
7672
|
name?: string | undefined;
|
|
7673
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7674
|
+
sort?: string | undefined;
|
|
7672
7675
|
text?: string | undefined;
|
|
7673
7676
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7674
7677
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -7677,7 +7680,6 @@ declare class AdvancedSearch {
|
|
|
7677
7680
|
pageSize?: number | undefined;
|
|
7678
7681
|
tab?: string | undefined;
|
|
7679
7682
|
scope?: string | undefined;
|
|
7680
|
-
sort?: string | undefined;
|
|
7681
7683
|
basket?: string | undefined;
|
|
7682
7684
|
isFirstPage?: boolean | undefined;
|
|
7683
7685
|
strictRefine?: boolean | undefined;
|
|
@@ -7691,7 +7693,6 @@ declare class AdvancedSearch {
|
|
|
7691
7693
|
relevanceTransforms?: string | undefined;
|
|
7692
7694
|
removeDuplicates?: boolean | undefined;
|
|
7693
7695
|
queryId?: string | undefined;
|
|
7694
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7695
7696
|
orderBy?: string | undefined;
|
|
7696
7697
|
groupBy?: string | undefined;
|
|
7697
7698
|
neuralSearch?: boolean | undefined;
|
|
@@ -8086,6 +8087,8 @@ declare class ArticleLabels {
|
|
|
8086
8087
|
declare class ArticleSimilarDocuments {
|
|
8087
8088
|
protected readonly queryParamsStore: {
|
|
8088
8089
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8090
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8091
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8089
8092
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8090
8093
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8091
8094
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -8094,7 +8097,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8094
8097
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8095
8098
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8096
8099
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8097
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8098
8100
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8099
8101
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8100
8102
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8108,7 +8110,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8108
8110
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8109
8111
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8110
8112
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8111
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8112
8113
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8113
8114
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8114
8115
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8141,6 +8142,8 @@ declare class ArticleSimilarDocuments {
|
|
|
8141
8142
|
getQuery: () => _sinequa_atomic.Query;
|
|
8142
8143
|
} & _ngrx_signals.StateSource<{
|
|
8143
8144
|
name?: string | undefined;
|
|
8145
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8146
|
+
sort?: string | undefined;
|
|
8144
8147
|
text?: string | undefined;
|
|
8145
8148
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8146
8149
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -8149,7 +8152,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8149
8152
|
pageSize?: number | undefined;
|
|
8150
8153
|
tab?: string | undefined;
|
|
8151
8154
|
scope?: string | undefined;
|
|
8152
|
-
sort?: string | undefined;
|
|
8153
8155
|
basket?: string | undefined;
|
|
8154
8156
|
isFirstPage?: boolean | undefined;
|
|
8155
8157
|
strictRefine?: boolean | undefined;
|
|
@@ -8163,7 +8165,6 @@ declare class ArticleSimilarDocuments {
|
|
|
8163
8165
|
relevanceTransforms?: string | undefined;
|
|
8164
8166
|
removeDuplicates?: boolean | undefined;
|
|
8165
8167
|
queryId?: string | undefined;
|
|
8166
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8167
8168
|
orderBy?: string | undefined;
|
|
8168
8169
|
groupBy?: string | undefined;
|
|
8169
8170
|
neuralSearch?: boolean | undefined;
|
|
@@ -8408,7 +8409,7 @@ declare class SignedOutComponent {
|
|
|
8408
8409
|
}
|
|
8409
8410
|
|
|
8410
8411
|
declare class BookmarkButtonComponent {
|
|
8411
|
-
variant: _angular_core.InputSignal<"default" | "
|
|
8412
|
+
variant: _angular_core.InputSignal<"default" | "icon" | "none" | "primary" | "secondary" | "destructive" | "ai" | "link" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | null | undefined>;
|
|
8412
8413
|
size: _angular_core.InputSignal<"icon" | "xs" | "sm" | "md" | "lg" | null | undefined>;
|
|
8413
8414
|
readonly article: _angular_core.InputSignal<Partial<Article$1>>;
|
|
8414
8415
|
private readonly userSettingsStore;
|
|
@@ -8855,6 +8856,8 @@ declare class AdvancedSearchComponent {
|
|
|
8855
8856
|
}>;
|
|
8856
8857
|
protected readonly queryParamsStore: {
|
|
8857
8858
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8859
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8860
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8858
8861
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8859
8862
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8860
8863
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -8863,7 +8866,6 @@ declare class AdvancedSearchComponent {
|
|
|
8863
8866
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8864
8867
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8865
8868
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8866
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8867
8869
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8868
8870
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8869
8871
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8877,7 +8879,6 @@ declare class AdvancedSearchComponent {
|
|
|
8877
8879
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8878
8880
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8879
8881
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8880
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8881
8882
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8882
8883
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8883
8884
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8910,6 +8911,8 @@ declare class AdvancedSearchComponent {
|
|
|
8910
8911
|
getQuery: () => _sinequa_atomic.Query;
|
|
8911
8912
|
} & _ngrx_signals.StateSource<{
|
|
8912
8913
|
name?: string | undefined;
|
|
8914
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8915
|
+
sort?: string | undefined;
|
|
8913
8916
|
text?: string | undefined;
|
|
8914
8917
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8915
8918
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -8918,7 +8921,6 @@ declare class AdvancedSearchComponent {
|
|
|
8918
8921
|
pageSize?: number | undefined;
|
|
8919
8922
|
tab?: string | undefined;
|
|
8920
8923
|
scope?: string | undefined;
|
|
8921
|
-
sort?: string | undefined;
|
|
8922
8924
|
basket?: string | undefined;
|
|
8923
8925
|
isFirstPage?: boolean | undefined;
|
|
8924
8926
|
strictRefine?: boolean | undefined;
|
|
@@ -8932,7 +8934,6 @@ declare class AdvancedSearchComponent {
|
|
|
8932
8934
|
relevanceTransforms?: string | undefined;
|
|
8933
8935
|
removeDuplicates?: boolean | undefined;
|
|
8934
8936
|
queryId?: string | undefined;
|
|
8935
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8936
8937
|
orderBy?: string | undefined;
|
|
8937
8938
|
groupBy?: string | undefined;
|
|
8938
8939
|
neuralSearch?: boolean | undefined;
|
|
@@ -9319,6 +9320,8 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9319
9320
|
}>;
|
|
9320
9321
|
queryParamsStore: {
|
|
9321
9322
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9323
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9324
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9322
9325
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9323
9326
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9324
9327
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -9327,7 +9330,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9327
9330
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9328
9331
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9329
9332
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9330
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9331
9333
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9332
9334
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9333
9335
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9341,7 +9343,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9341
9343
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9342
9344
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9343
9345
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9344
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9345
9346
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9346
9347
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9347
9348
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9374,6 +9375,8 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9374
9375
|
getQuery: () => _sinequa_atomic.Query;
|
|
9375
9376
|
} & _ngrx_signals.StateSource<{
|
|
9376
9377
|
name?: string | undefined;
|
|
9378
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9379
|
+
sort?: string | undefined;
|
|
9377
9380
|
text?: string | undefined;
|
|
9378
9381
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9379
9382
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -9382,7 +9385,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9382
9385
|
pageSize?: number | undefined;
|
|
9383
9386
|
tab?: string | undefined;
|
|
9384
9387
|
scope?: string | undefined;
|
|
9385
|
-
sort?: string | undefined;
|
|
9386
9388
|
basket?: string | undefined;
|
|
9387
9389
|
isFirstPage?: boolean | undefined;
|
|
9388
9390
|
strictRefine?: boolean | undefined;
|
|
@@ -9396,7 +9398,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9396
9398
|
relevanceTransforms?: string | undefined;
|
|
9397
9399
|
removeDuplicates?: boolean | undefined;
|
|
9398
9400
|
queryId?: string | undefined;
|
|
9399
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9400
9401
|
orderBy?: string | undefined;
|
|
9401
9402
|
groupBy?: string | undefined;
|
|
9402
9403
|
neuralSearch?: boolean | undefined;
|
|
@@ -9517,6 +9518,8 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9517
9518
|
readonly exportService: ExportService;
|
|
9518
9519
|
readonly queryParamsStore: {
|
|
9519
9520
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9521
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9522
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9520
9523
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9521
9524
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9522
9525
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -9525,7 +9528,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9525
9528
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9526
9529
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9527
9530
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9528
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9529
9531
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9530
9532
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9531
9533
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9539,7 +9541,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9539
9541
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9540
9542
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9541
9543
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9542
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9543
9544
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9544
9545
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9545
9546
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9572,6 +9573,8 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9572
9573
|
getQuery: () => _sinequa_atomic.Query;
|
|
9573
9574
|
} & _ngrx_signals.StateSource<{
|
|
9574
9575
|
name?: string | undefined;
|
|
9576
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9577
|
+
sort?: string | undefined;
|
|
9575
9578
|
text?: string | undefined;
|
|
9576
9579
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9577
9580
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -9580,7 +9583,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9580
9583
|
pageSize?: number | undefined;
|
|
9581
9584
|
tab?: string | undefined;
|
|
9582
9585
|
scope?: string | undefined;
|
|
9583
|
-
sort?: string | undefined;
|
|
9584
9586
|
basket?: string | undefined;
|
|
9585
9587
|
isFirstPage?: boolean | undefined;
|
|
9586
9588
|
strictRefine?: boolean | undefined;
|
|
@@ -9594,7 +9596,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9594
9596
|
relevanceTransforms?: string | undefined;
|
|
9595
9597
|
removeDuplicates?: boolean | undefined;
|
|
9596
9598
|
queryId?: string | undefined;
|
|
9597
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9598
9599
|
orderBy?: string | undefined;
|
|
9599
9600
|
groupBy?: string | undefined;
|
|
9600
9601
|
neuralSearch?: boolean | undefined;
|
|
@@ -9954,11 +9955,13 @@ declare class SearchFeedbackComponent {
|
|
|
9954
9955
|
onClose: _angular_core.OutputEmitterRef<void>;
|
|
9955
9956
|
readonly feedbackDialog: _angular_core.Signal<FeedbackDialogComponent | undefined>;
|
|
9956
9957
|
pages: _angular_core.InputSignal<any>;
|
|
9957
|
-
variant: _angular_core.InputSignal<"default" | "
|
|
9958
|
+
variant: _angular_core.InputSignal<"default" | "icon" | "none" | "primary" | "secondary" | "destructive" | "ai" | "link" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | null | undefined>;
|
|
9958
9959
|
solid: _angular_core.InputSignal<boolean | null | undefined>;
|
|
9959
9960
|
readonly auditService: AuditService;
|
|
9960
9961
|
protected readonly queryParamsStore: {
|
|
9961
9962
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9963
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9964
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9962
9965
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9963
9966
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9964
9967
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -9967,7 +9970,6 @@ declare class SearchFeedbackComponent {
|
|
|
9967
9970
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9968
9971
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9969
9972
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9970
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9971
9973
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9972
9974
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9973
9975
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9981,7 +9983,6 @@ declare class SearchFeedbackComponent {
|
|
|
9981
9983
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9982
9984
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9983
9985
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9984
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9985
9986
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9986
9987
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9987
9988
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10014,6 +10015,8 @@ declare class SearchFeedbackComponent {
|
|
|
10014
10015
|
getQuery: () => _sinequa_atomic.Query;
|
|
10015
10016
|
} & _ngrx_signals.StateSource<{
|
|
10016
10017
|
name?: string | undefined;
|
|
10018
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10019
|
+
sort?: string | undefined;
|
|
10017
10020
|
text?: string | undefined;
|
|
10018
10021
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10019
10022
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -10022,7 +10025,6 @@ declare class SearchFeedbackComponent {
|
|
|
10022
10025
|
pageSize?: number | undefined;
|
|
10023
10026
|
tab?: string | undefined;
|
|
10024
10027
|
scope?: string | undefined;
|
|
10025
|
-
sort?: string | undefined;
|
|
10026
10028
|
basket?: string | undefined;
|
|
10027
10029
|
isFirstPage?: boolean | undefined;
|
|
10028
10030
|
strictRefine?: boolean | undefined;
|
|
@@ -10036,7 +10038,6 @@ declare class SearchFeedbackComponent {
|
|
|
10036
10038
|
relevanceTransforms?: string | undefined;
|
|
10037
10039
|
removeDuplicates?: boolean | undefined;
|
|
10038
10040
|
queryId?: string | undefined;
|
|
10039
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10040
10041
|
orderBy?: string | undefined;
|
|
10041
10042
|
groupBy?: string | undefined;
|
|
10042
10043
|
neuralSearch?: boolean | undefined;
|
|
@@ -10094,6 +10095,8 @@ declare class AggregationTreeComponent {
|
|
|
10094
10095
|
}>;
|
|
10095
10096
|
readonly queryParamsStore: {
|
|
10096
10097
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10098
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10099
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10097
10100
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10098
10101
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
10099
10102
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -10102,7 +10105,6 @@ declare class AggregationTreeComponent {
|
|
|
10102
10105
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
10103
10106
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
10104
10107
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
10105
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10106
10108
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
10107
10109
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10108
10110
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10116,7 +10118,6 @@ declare class AggregationTreeComponent {
|
|
|
10116
10118
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
10117
10119
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10118
10120
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
10119
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10120
10121
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10121
10122
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10122
10123
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10149,6 +10150,8 @@ declare class AggregationTreeComponent {
|
|
|
10149
10150
|
getQuery: () => _sinequa_atomic.Query;
|
|
10150
10151
|
} & _ngrx_signals.StateSource<{
|
|
10151
10152
|
name?: string | undefined;
|
|
10153
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10154
|
+
sort?: string | undefined;
|
|
10152
10155
|
text?: string | undefined;
|
|
10153
10156
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10154
10157
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -10157,7 +10160,6 @@ declare class AggregationTreeComponent {
|
|
|
10157
10160
|
pageSize?: number | undefined;
|
|
10158
10161
|
tab?: string | undefined;
|
|
10159
10162
|
scope?: string | undefined;
|
|
10160
|
-
sort?: string | undefined;
|
|
10161
10163
|
basket?: string | undefined;
|
|
10162
10164
|
isFirstPage?: boolean | undefined;
|
|
10163
10165
|
strictRefine?: boolean | undefined;
|
|
@@ -10171,7 +10173,6 @@ declare class AggregationTreeComponent {
|
|
|
10171
10173
|
relevanceTransforms?: string | undefined;
|
|
10172
10174
|
removeDuplicates?: boolean | undefined;
|
|
10173
10175
|
queryId?: string | undefined;
|
|
10174
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10175
10176
|
orderBy?: string | undefined;
|
|
10176
10177
|
groupBy?: string | undefined;
|
|
10177
10178
|
neuralSearch?: boolean | undefined;
|
|
@@ -10582,6 +10583,8 @@ declare class AggregationListComponent {
|
|
|
10582
10583
|
}>;
|
|
10583
10584
|
readonly queryParamsStore: {
|
|
10584
10585
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10586
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10587
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10585
10588
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10586
10589
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
10587
10590
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -10590,7 +10593,6 @@ declare class AggregationListComponent {
|
|
|
10590
10593
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
10591
10594
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
10592
10595
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
10593
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10594
10596
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
10595
10597
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10596
10598
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10604,7 +10606,6 @@ declare class AggregationListComponent {
|
|
|
10604
10606
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
10605
10607
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10606
10608
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
10607
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10608
10609
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10609
10610
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
10610
10611
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10637,6 +10638,8 @@ declare class AggregationListComponent {
|
|
|
10637
10638
|
getQuery: () => _sinequa_atomic.Query;
|
|
10638
10639
|
} & _ngrx_signals.StateSource<{
|
|
10639
10640
|
name?: string | undefined;
|
|
10641
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10642
|
+
sort?: string | undefined;
|
|
10640
10643
|
text?: string | undefined;
|
|
10641
10644
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10642
10645
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -10645,7 +10648,6 @@ declare class AggregationListComponent {
|
|
|
10645
10648
|
pageSize?: number | undefined;
|
|
10646
10649
|
tab?: string | undefined;
|
|
10647
10650
|
scope?: string | undefined;
|
|
10648
|
-
sort?: string | undefined;
|
|
10649
10651
|
basket?: string | undefined;
|
|
10650
10652
|
isFirstPage?: boolean | undefined;
|
|
10651
10653
|
strictRefine?: boolean | undefined;
|
|
@@ -10659,7 +10661,6 @@ declare class AggregationListComponent {
|
|
|
10659
10661
|
relevanceTransforms?: string | undefined;
|
|
10660
10662
|
removeDuplicates?: boolean | undefined;
|
|
10661
10663
|
queryId?: string | undefined;
|
|
10662
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10663
10664
|
orderBy?: string | undefined;
|
|
10664
10665
|
groupBy?: string | undefined;
|
|
10665
10666
|
neuralSearch?: boolean | undefined;
|
|
@@ -11500,7 +11501,7 @@ declare class FilterButtonComponent {
|
|
|
11500
11501
|
position: _angular_core.InputSignal<Placement>;
|
|
11501
11502
|
offset: _angular_core.InputSignal<number>;
|
|
11502
11503
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11503
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
11504
|
+
protected variant: _angular_core.WritableSignal<"default" | "icon" | "none" | "primary" | "secondary" | "destructive" | "ai" | "link" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | null | undefined>;
|
|
11504
11505
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11505
11506
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11506
11507
|
protected nativeElement: any;
|
|
@@ -11515,6 +11516,8 @@ declare class FilterButtonComponent {
|
|
|
11515
11516
|
}>;
|
|
11516
11517
|
protected queryParamsStore: {
|
|
11517
11518
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11519
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11520
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11518
11521
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11519
11522
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11520
11523
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -11523,7 +11526,6 @@ declare class FilterButtonComponent {
|
|
|
11523
11526
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11524
11527
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11525
11528
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11526
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11527
11529
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11528
11530
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11529
11531
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11537,7 +11539,6 @@ declare class FilterButtonComponent {
|
|
|
11537
11539
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11538
11540
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11539
11541
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11540
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11541
11542
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11542
11543
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11543
11544
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11570,6 +11571,8 @@ declare class FilterButtonComponent {
|
|
|
11570
11571
|
getQuery: () => _sinequa_atomic.Query;
|
|
11571
11572
|
} & _ngrx_signals.StateSource<{
|
|
11572
11573
|
name?: string | undefined;
|
|
11574
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11575
|
+
sort?: string | undefined;
|
|
11573
11576
|
text?: string | undefined;
|
|
11574
11577
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11575
11578
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -11578,7 +11581,6 @@ declare class FilterButtonComponent {
|
|
|
11578
11581
|
pageSize?: number | undefined;
|
|
11579
11582
|
tab?: string | undefined;
|
|
11580
11583
|
scope?: string | undefined;
|
|
11581
|
-
sort?: string | undefined;
|
|
11582
11584
|
basket?: string | undefined;
|
|
11583
11585
|
isFirstPage?: boolean | undefined;
|
|
11584
11586
|
strictRefine?: boolean | undefined;
|
|
@@ -11592,7 +11594,6 @@ declare class FilterButtonComponent {
|
|
|
11592
11594
|
relevanceTransforms?: string | undefined;
|
|
11593
11595
|
removeDuplicates?: boolean | undefined;
|
|
11594
11596
|
queryId?: string | undefined;
|
|
11595
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11596
11597
|
orderBy?: string | undefined;
|
|
11597
11598
|
groupBy?: string | undefined;
|
|
11598
11599
|
neuralSearch?: boolean | undefined;
|
|
@@ -12245,6 +12246,8 @@ declare class MoreButtonComponent {
|
|
|
12245
12246
|
}>;
|
|
12246
12247
|
queryParamsStore: {
|
|
12247
12248
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12249
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12250
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12248
12251
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12249
12252
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12250
12253
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -12253,7 +12256,6 @@ declare class MoreButtonComponent {
|
|
|
12253
12256
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12254
12257
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12255
12258
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12256
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12257
12259
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12258
12260
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12259
12261
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12267,7 +12269,6 @@ declare class MoreButtonComponent {
|
|
|
12267
12269
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12268
12270
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12269
12271
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12270
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12271
12272
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12272
12273
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12273
12274
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12300,6 +12301,8 @@ declare class MoreButtonComponent {
|
|
|
12300
12301
|
getQuery: () => _sinequa_atomic.Query;
|
|
12301
12302
|
} & _ngrx_signals.StateSource<{
|
|
12302
12303
|
name?: string | undefined;
|
|
12304
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12305
|
+
sort?: string | undefined;
|
|
12303
12306
|
text?: string | undefined;
|
|
12304
12307
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12305
12308
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -12308,7 +12311,6 @@ declare class MoreButtonComponent {
|
|
|
12308
12311
|
pageSize?: number | undefined;
|
|
12309
12312
|
tab?: string | undefined;
|
|
12310
12313
|
scope?: string | undefined;
|
|
12311
|
-
sort?: string | undefined;
|
|
12312
12314
|
basket?: string | undefined;
|
|
12313
12315
|
isFirstPage?: boolean | undefined;
|
|
12314
12316
|
strictRefine?: boolean | undefined;
|
|
@@ -12322,7 +12324,6 @@ declare class MoreButtonComponent {
|
|
|
12322
12324
|
relevanceTransforms?: string | undefined;
|
|
12323
12325
|
removeDuplicates?: boolean | undefined;
|
|
12324
12326
|
queryId?: string | undefined;
|
|
12325
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12326
12327
|
orderBy?: string | undefined;
|
|
12327
12328
|
groupBy?: string | undefined;
|
|
12328
12329
|
neuralSearch?: boolean | undefined;
|
|
@@ -12756,6 +12757,8 @@ declare class FiltersBarComponent {
|
|
|
12756
12757
|
}>;
|
|
12757
12758
|
protected queryParamsStore: {
|
|
12758
12759
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12760
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12761
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12759
12762
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12760
12763
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12761
12764
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -12764,7 +12767,6 @@ declare class FiltersBarComponent {
|
|
|
12764
12767
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12765
12768
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12766
12769
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12767
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12768
12770
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12769
12771
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12770
12772
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12778,7 +12780,6 @@ declare class FiltersBarComponent {
|
|
|
12778
12780
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12779
12781
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12780
12782
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12781
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12782
12783
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12783
12784
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12784
12785
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12811,6 +12812,8 @@ declare class FiltersBarComponent {
|
|
|
12811
12812
|
getQuery: () => _sinequa_atomic.Query;
|
|
12812
12813
|
} & _ngrx_signals.StateSource<{
|
|
12813
12814
|
name?: string | undefined;
|
|
12815
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12816
|
+
sort?: string | undefined;
|
|
12814
12817
|
text?: string | undefined;
|
|
12815
12818
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12816
12819
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -12819,7 +12822,6 @@ declare class FiltersBarComponent {
|
|
|
12819
12822
|
pageSize?: number | undefined;
|
|
12820
12823
|
tab?: string | undefined;
|
|
12821
12824
|
scope?: string | undefined;
|
|
12822
|
-
sort?: string | undefined;
|
|
12823
12825
|
basket?: string | undefined;
|
|
12824
12826
|
isFirstPage?: boolean | undefined;
|
|
12825
12827
|
strictRefine?: boolean | undefined;
|
|
@@ -12833,7 +12835,6 @@ declare class FiltersBarComponent {
|
|
|
12833
12835
|
relevanceTransforms?: string | undefined;
|
|
12834
12836
|
removeDuplicates?: boolean | undefined;
|
|
12835
12837
|
queryId?: string | undefined;
|
|
12836
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12837
12838
|
orderBy?: string | undefined;
|
|
12838
12839
|
groupBy?: string | undefined;
|
|
12839
12840
|
neuralSearch?: boolean | undefined;
|
|
@@ -13260,6 +13261,8 @@ declare class MoreComponent {
|
|
|
13260
13261
|
}>;
|
|
13261
13262
|
queryParamsStore: {
|
|
13262
13263
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13264
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13265
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13263
13266
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13264
13267
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13265
13268
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -13268,7 +13271,6 @@ declare class MoreComponent {
|
|
|
13268
13271
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13269
13272
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13270
13273
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13271
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13272
13274
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
13273
13275
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13274
13276
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13282,7 +13284,6 @@ declare class MoreComponent {
|
|
|
13282
13284
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
13283
13285
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13284
13286
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
13285
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13286
13287
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13287
13288
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13288
13289
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13315,6 +13316,8 @@ declare class MoreComponent {
|
|
|
13315
13316
|
getQuery: () => _sinequa_atomic.Query;
|
|
13316
13317
|
} & _ngrx_signals.StateSource<{
|
|
13317
13318
|
name?: string | undefined;
|
|
13319
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13320
|
+
sort?: string | undefined;
|
|
13318
13321
|
text?: string | undefined;
|
|
13319
13322
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13320
13323
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -13323,7 +13326,6 @@ declare class MoreComponent {
|
|
|
13323
13326
|
pageSize?: number | undefined;
|
|
13324
13327
|
tab?: string | undefined;
|
|
13325
13328
|
scope?: string | undefined;
|
|
13326
|
-
sort?: string | undefined;
|
|
13327
13329
|
basket?: string | undefined;
|
|
13328
13330
|
isFirstPage?: boolean | undefined;
|
|
13329
13331
|
strictRefine?: boolean | undefined;
|
|
@@ -13337,7 +13339,6 @@ declare class MoreComponent {
|
|
|
13337
13339
|
relevanceTransforms?: string | undefined;
|
|
13338
13340
|
removeDuplicates?: boolean | undefined;
|
|
13339
13341
|
queryId?: string | undefined;
|
|
13340
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13341
13342
|
orderBy?: string | undefined;
|
|
13342
13343
|
groupBy?: string | undefined;
|
|
13343
13344
|
neuralSearch?: boolean | undefined;
|
|
@@ -13891,7 +13892,7 @@ declare class RecentSearchesComponent {
|
|
|
13891
13892
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13892
13893
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13893
13894
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13894
|
-
userTheme: _angular_core.Signal<"
|
|
13895
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
13895
13896
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13896
13897
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13897
13898
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13957,6 +13958,8 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13957
13958
|
private readonly savedSearchesService;
|
|
13958
13959
|
protected readonly queryParamsStore: {
|
|
13959
13960
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13961
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13962
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13960
13963
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13961
13964
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13962
13965
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
@@ -13965,7 +13968,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13965
13968
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13966
13969
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13967
13970
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13968
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13969
13971
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
13970
13972
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13971
13973
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13979,7 +13981,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13979
13981
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
13980
13982
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13981
13983
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
13982
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13983
13984
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13984
13985
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13985
13986
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -14012,6 +14013,8 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
14012
14013
|
getQuery: () => _sinequa_atomic.Query;
|
|
14013
14014
|
} & _ngrx_signals.StateSource<{
|
|
14014
14015
|
name?: string | undefined;
|
|
14016
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
14017
|
+
sort?: string | undefined;
|
|
14015
14018
|
text?: string | undefined;
|
|
14016
14019
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
14017
14020
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
@@ -14020,7 +14023,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
14020
14023
|
pageSize?: number | undefined;
|
|
14021
14024
|
tab?: string | undefined;
|
|
14022
14025
|
scope?: string | undefined;
|
|
14023
|
-
sort?: string | undefined;
|
|
14024
14026
|
basket?: string | undefined;
|
|
14025
14027
|
isFirstPage?: boolean | undefined;
|
|
14026
14028
|
strictRefine?: boolean | undefined;
|
|
@@ -14034,7 +14036,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
14034
14036
|
relevanceTransforms?: string | undefined;
|
|
14035
14037
|
removeDuplicates?: boolean | undefined;
|
|
14036
14038
|
queryId?: string | undefined;
|
|
14037
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
14038
14039
|
orderBy?: string | undefined;
|
|
14039
14040
|
groupBy?: string | undefined;
|
|
14040
14041
|
neuralSearch?: boolean | undefined;
|
|
@@ -14066,7 +14067,7 @@ declare class SavedSearchesComponent {
|
|
|
14066
14067
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
14067
14068
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
14068
14069
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
14069
|
-
userTheme: _angular_core.Signal<"
|
|
14070
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
14070
14071
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
14071
14072
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
14072
14073
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -14161,7 +14162,7 @@ declare class UserProfileFormComponent {
|
|
|
14161
14162
|
param9: _angular_core.Signal<string>;
|
|
14162
14163
|
param10: _angular_core.Signal<string>;
|
|
14163
14164
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
14164
|
-
state: _angular_core.Signal<"
|
|
14165
|
+
state: _angular_core.Signal<"error" | "initial" | "loading" | "loaded">;
|
|
14165
14166
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
14166
14167
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
14167
14168
|
initials: _angular_core.Signal<string>;
|
|
@@ -14205,7 +14206,7 @@ declare class UserProfileFormComponent {
|
|
|
14205
14206
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
14206
14207
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
14207
14208
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
14208
|
-
userTheme: _angular_core.Signal<"
|
|
14209
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
14209
14210
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
14210
14211
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
14211
14212
|
isDarkMode: _angular_core.Signal<boolean>;
|