@sinequa/atomic-angular 0.2.1 → 0.2.2
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/index.d.ts
CHANGED
|
@@ -82,9 +82,10 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
82
82
|
readonly el: ElementRef<any>;
|
|
83
83
|
readonly router: Router;
|
|
84
84
|
readonly queryParamStore: {
|
|
85
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
86
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
87
85
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
86
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
87
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
88
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
88
89
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
89
90
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
90
91
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -92,7 +93,6 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
92
93
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
93
94
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
94
95
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
95
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
96
96
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
97
97
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
98
98
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -136,9 +136,10 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
136
136
|
}> | null;
|
|
137
137
|
getQuery: () => _sinequa_atomic.Query;
|
|
138
138
|
} & _ngrx_signals.StateSource<{
|
|
139
|
-
name?: string | undefined;
|
|
140
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
141
139
|
text?: string | undefined;
|
|
140
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
141
|
+
name?: string | undefined;
|
|
142
|
+
sort?: string | undefined;
|
|
142
143
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
143
144
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
144
145
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -146,7 +147,6 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
146
147
|
pageSize?: number | undefined;
|
|
147
148
|
tab?: string | undefined;
|
|
148
149
|
scope?: string | undefined;
|
|
149
|
-
sort?: string | undefined;
|
|
150
150
|
basket?: string | undefined;
|
|
151
151
|
isFirstPage?: boolean | undefined;
|
|
152
152
|
strictRefine?: boolean | undefined;
|
|
@@ -217,7 +217,7 @@ declare class MetadataComponent {
|
|
|
217
217
|
event: Event;
|
|
218
218
|
}>;
|
|
219
219
|
class: _angular_core.InputSignal<string | undefined>;
|
|
220
|
-
variant: _angular_core.InputSignal<"default" | "none" | "
|
|
220
|
+
variant: _angular_core.InputSignal<"default" | "none" | "primary" | "secondary" | "destructive" | "ai" | "ghost" | null | undefined>;
|
|
221
221
|
decoration: _angular_core.InputSignal<"none" | "outline" | null | undefined>;
|
|
222
222
|
hover: _angular_core.InputSignal<"yes" | "no" | null | undefined>;
|
|
223
223
|
metadata: _angular_core.InputSignal<KeyOf<Article$1> | (string & Record<never, never>)>;
|
|
@@ -232,9 +232,10 @@ declare class MetadataComponent {
|
|
|
232
232
|
declare class MissingTermsComponent {
|
|
233
233
|
readonly article: _angular_core.InputSignal<Article$1>;
|
|
234
234
|
queryParamsStore: {
|
|
235
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
236
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
237
235
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
236
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
237
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
238
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
238
239
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
239
240
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
240
241
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -242,7 +243,6 @@ declare class MissingTermsComponent {
|
|
|
242
243
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
243
244
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
244
245
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
245
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
246
246
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
247
247
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
248
248
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -286,9 +286,10 @@ declare class MissingTermsComponent {
|
|
|
286
286
|
}> | null;
|
|
287
287
|
getQuery: () => _sinequa_atomic.Query;
|
|
288
288
|
} & _ngrx_signals.StateSource<{
|
|
289
|
-
name?: string | undefined;
|
|
290
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
291
289
|
text?: string | undefined;
|
|
290
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
291
|
+
name?: string | undefined;
|
|
292
|
+
sort?: string | undefined;
|
|
292
293
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
293
294
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
294
295
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -296,7 +297,6 @@ declare class MissingTermsComponent {
|
|
|
296
297
|
pageSize?: number | undefined;
|
|
297
298
|
tab?: string | undefined;
|
|
298
299
|
scope?: string | undefined;
|
|
299
|
-
sort?: string | undefined;
|
|
300
300
|
basket?: string | undefined;
|
|
301
301
|
isFirstPage?: boolean | undefined;
|
|
302
302
|
strictRefine?: boolean | undefined;
|
|
@@ -329,7 +329,7 @@ declare class MissingTermsComponent {
|
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
declare const multiSelectionToolbarVariants: (props?: ({
|
|
332
|
-
variant?: "
|
|
332
|
+
variant?: "dark" | "light" | "glassy" | null | undefined;
|
|
333
333
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
334
334
|
type MultiSelectionToolbarVariants = VariantProps<typeof multiSelectionToolbarVariants>;
|
|
335
335
|
declare class MultiSelectionToolbarComponent {
|
|
@@ -622,7 +622,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
622
622
|
};
|
|
623
623
|
} | undefined;
|
|
624
624
|
readonly class: _angular_core.InputSignal<string>;
|
|
625
|
-
readonly variant: _angular_core.InputSignal<"
|
|
625
|
+
readonly variant: _angular_core.InputSignal<"dark" | "light" | "glassy" | null | undefined>;
|
|
626
626
|
readonly updatedCollections: _angular_core.OutputEmitterRef<void>;
|
|
627
627
|
readonly count: _angular_core.Signal<number>;
|
|
628
628
|
readonly variants: _angular_core.Signal<string>;
|
|
@@ -1219,9 +1219,10 @@ declare class AggregationsService {
|
|
|
1219
1219
|
aggregations: Aggregation[];
|
|
1220
1220
|
}>;
|
|
1221
1221
|
queryParamsStore: {
|
|
1222
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1223
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1224
1222
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1223
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1224
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1225
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1225
1226
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1226
1227
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1227
1228
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -1229,7 +1230,6 @@ declare class AggregationsService {
|
|
|
1229
1230
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1230
1231
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
1231
1232
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
1232
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1233
1233
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
1234
1234
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1235
1235
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1273,9 +1273,10 @@ declare class AggregationsService {
|
|
|
1273
1273
|
}> | null;
|
|
1274
1274
|
getQuery: () => Query;
|
|
1275
1275
|
} & _ngrx_signals.StateSource<{
|
|
1276
|
-
name?: string | undefined;
|
|
1277
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1278
1276
|
text?: string | undefined;
|
|
1277
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1278
|
+
name?: string | undefined;
|
|
1279
|
+
sort?: string | undefined;
|
|
1279
1280
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1280
1281
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1281
1282
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -1283,7 +1284,6 @@ declare class AggregationsService {
|
|
|
1283
1284
|
pageSize?: number | undefined;
|
|
1284
1285
|
tab?: string | undefined;
|
|
1285
1286
|
scope?: string | undefined;
|
|
1286
|
-
sort?: string | undefined;
|
|
1287
1287
|
basket?: string | undefined;
|
|
1288
1288
|
isFirstPage?: boolean | undefined;
|
|
1289
1289
|
strictRefine?: boolean | undefined;
|
|
@@ -1395,7 +1395,7 @@ declare class ApplicationService {
|
|
|
1395
1395
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
1396
1396
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1397
1397
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
1398
|
-
userTheme: _angular_core.Signal<"
|
|
1398
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
1399
1399
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
1400
1400
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
1401
1401
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -2028,7 +2028,7 @@ declare class AutocompleteService {
|
|
|
2028
2028
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2029
2029
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2030
2030
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2031
|
-
userTheme: _angular_core.Signal<"
|
|
2031
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
2032
2032
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
2033
2033
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
2034
2034
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -2994,9 +2994,10 @@ type QueryParams = {
|
|
|
2994
2994
|
b?: string;
|
|
2995
2995
|
};
|
|
2996
2996
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
2997
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2998
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2999
2997
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2998
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2999
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
3000
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
3000
3001
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
3001
3002
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
3002
3003
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -3004,7 +3005,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
3004
3005
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
3005
3006
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
3006
3007
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
3007
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
3008
3008
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
3009
3009
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3010
3010
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -3041,9 +3041,10 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
3041
3041
|
}> | null;
|
|
3042
3042
|
getQuery: () => _sinequa_atomic.Query;
|
|
3043
3043
|
} & _ngrx_signals.StateSource<{
|
|
3044
|
-
name?: string | undefined;
|
|
3045
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3046
3044
|
text?: string | undefined;
|
|
3045
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3046
|
+
name?: string | undefined;
|
|
3047
|
+
sort?: string | undefined;
|
|
3047
3048
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
3048
3049
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
3049
3050
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -3051,7 +3052,6 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
3051
3052
|
pageSize?: number | undefined;
|
|
3052
3053
|
tab?: string | undefined;
|
|
3053
3054
|
scope?: string | undefined;
|
|
3054
|
-
sort?: string | undefined;
|
|
3055
3055
|
basket?: string | undefined;
|
|
3056
3056
|
isFirstPage?: boolean | undefined;
|
|
3057
3057
|
strictRefine?: boolean | undefined;
|
|
@@ -3074,9 +3074,10 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
3074
3074
|
}>>;
|
|
3075
3075
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
3076
3076
|
state: {
|
|
3077
|
-
name?: string | undefined;
|
|
3078
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3079
3077
|
text?: string | undefined;
|
|
3078
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3079
|
+
name?: string | undefined;
|
|
3080
|
+
sort?: string | undefined;
|
|
3080
3081
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
3081
3082
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
3082
3083
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -3084,7 +3085,6 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
3084
3085
|
pageSize?: number | undefined;
|
|
3085
3086
|
tab?: string | undefined;
|
|
3086
3087
|
scope?: string | undefined;
|
|
3087
|
-
sort?: string | undefined;
|
|
3088
3088
|
basket?: string | undefined;
|
|
3089
3089
|
isFirstPage?: boolean | undefined;
|
|
3090
3090
|
strictRefine?: boolean | undefined;
|
|
@@ -3286,7 +3286,7 @@ declare const UserSettingsStore: _angular_core.Type<{
|
|
|
3286
3286
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
3287
3287
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3288
3288
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
3289
|
-
userTheme: _angular_core.Signal<"
|
|
3289
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
3290
3290
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
3291
3291
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
3292
3292
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -3645,9 +3645,10 @@ declare class PreviewService {
|
|
|
3645
3645
|
multiSelection: Article$1[];
|
|
3646
3646
|
}>;
|
|
3647
3647
|
protected readonly queryParamsStore: {
|
|
3648
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
3649
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
3650
3648
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
3649
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
3650
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
3651
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
3651
3652
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
3652
3653
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
3653
3654
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -3655,7 +3656,6 @@ declare class PreviewService {
|
|
|
3655
3656
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
3656
3657
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
3657
3658
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
3658
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
3659
3659
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
3660
3660
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3661
3661
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -3699,9 +3699,10 @@ declare class PreviewService {
|
|
|
3699
3699
|
}> | null;
|
|
3700
3700
|
getQuery: () => Query;
|
|
3701
3701
|
} & _ngrx_signals.StateSource<{
|
|
3702
|
-
name?: string | undefined;
|
|
3703
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3704
3702
|
text?: string | undefined;
|
|
3703
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3704
|
+
name?: string | undefined;
|
|
3705
|
+
sort?: string | undefined;
|
|
3705
3706
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
3706
3707
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
3707
3708
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -3709,7 +3710,6 @@ declare class PreviewService {
|
|
|
3709
3710
|
pageSize?: number | undefined;
|
|
3710
3711
|
tab?: string | undefined;
|
|
3711
3712
|
scope?: string | undefined;
|
|
3712
|
-
sort?: string | undefined;
|
|
3713
3713
|
basket?: string | undefined;
|
|
3714
3714
|
isFirstPage?: boolean | undefined;
|
|
3715
3715
|
strictRefine?: boolean | undefined;
|
|
@@ -4147,7 +4147,7 @@ declare class SavedSearchesService {
|
|
|
4147
4147
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
4148
4148
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4149
4149
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4150
|
-
userTheme: _angular_core.Signal<"
|
|
4150
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
4151
4151
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
4152
4152
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
4153
4153
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -4189,9 +4189,10 @@ declare class SavedSearchesService {
|
|
|
4189
4189
|
userTheme: "dark" | "light" | "system";
|
|
4190
4190
|
}>;
|
|
4191
4191
|
protected readonly queryParamsStore: {
|
|
4192
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4193
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4194
4192
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4193
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4194
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4195
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4195
4196
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4196
4197
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4197
4198
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -4199,7 +4200,6 @@ declare class SavedSearchesService {
|
|
|
4199
4200
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4200
4201
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4201
4202
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4202
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4203
4203
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4204
4204
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4205
4205
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4243,9 +4243,10 @@ declare class SavedSearchesService {
|
|
|
4243
4243
|
}> | null;
|
|
4244
4244
|
getQuery: () => _sinequa_atomic.Query;
|
|
4245
4245
|
} & _ngrx_signals.StateSource<{
|
|
4246
|
-
name?: string | undefined;
|
|
4247
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4248
4246
|
text?: string | undefined;
|
|
4247
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4248
|
+
name?: string | undefined;
|
|
4249
|
+
sort?: string | undefined;
|
|
4249
4250
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4250
4251
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4251
4252
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -4253,7 +4254,6 @@ declare class SavedSearchesService {
|
|
|
4253
4254
|
pageSize?: number | undefined;
|
|
4254
4255
|
tab?: string | undefined;
|
|
4255
4256
|
scope?: string | undefined;
|
|
4256
|
-
sort?: string | undefined;
|
|
4257
4257
|
basket?: string | undefined;
|
|
4258
4258
|
isFirstPage?: boolean | undefined;
|
|
4259
4259
|
strictRefine?: boolean | undefined;
|
|
@@ -4329,9 +4329,10 @@ declare class SearchService {
|
|
|
4329
4329
|
result: Result;
|
|
4330
4330
|
audit?: AuditEvents;
|
|
4331
4331
|
protected readonly queryParamsStore: {
|
|
4332
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4333
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4334
4332
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4333
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4334
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4335
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4335
4336
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4336
4337
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4337
4338
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -4339,7 +4340,6 @@ declare class SearchService {
|
|
|
4339
4340
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4340
4341
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4341
4342
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4342
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4343
4343
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4344
4344
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4345
4345
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4383,9 +4383,10 @@ declare class SearchService {
|
|
|
4383
4383
|
}> | null;
|
|
4384
4384
|
getQuery: () => Query;
|
|
4385
4385
|
} & _ngrx_signals.StateSource<{
|
|
4386
|
-
name?: string | undefined;
|
|
4387
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4388
4386
|
text?: string | undefined;
|
|
4387
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4388
|
+
name?: string | undefined;
|
|
4389
|
+
sort?: string | undefined;
|
|
4389
4390
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4390
4391
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4391
4392
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -4393,7 +4394,6 @@ declare class SearchService {
|
|
|
4393
4394
|
pageSize?: number | undefined;
|
|
4394
4395
|
tab?: string | undefined;
|
|
4395
4396
|
scope?: string | undefined;
|
|
4396
|
-
sort?: string | undefined;
|
|
4397
4397
|
basket?: string | undefined;
|
|
4398
4398
|
isFirstPage?: boolean | undefined;
|
|
4399
4399
|
strictRefine?: boolean | undefined;
|
|
@@ -4423,7 +4423,7 @@ declare class SearchService {
|
|
|
4423
4423
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
4424
4424
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4425
4425
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4426
|
-
userTheme: _angular_core.Signal<"
|
|
4426
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
4427
4427
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
4428
4428
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: AuditEvents) => Promise<void>;
|
|
4429
4429
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -4563,9 +4563,10 @@ declare class SelectionService {
|
|
|
4563
4563
|
private readonly location;
|
|
4564
4564
|
private readonly selectionStore;
|
|
4565
4565
|
queryParamsStore: {
|
|
4566
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4567
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4568
4566
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4567
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4568
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4569
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4569
4570
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4570
4571
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4571
4572
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -4573,7 +4574,6 @@ declare class SelectionService {
|
|
|
4573
4574
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4574
4575
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4575
4576
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4576
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4577
4577
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4578
4578
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4579
4579
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4617,9 +4617,10 @@ declare class SelectionService {
|
|
|
4617
4617
|
}> | null;
|
|
4618
4618
|
getQuery: () => _sinequa_atomic.Query;
|
|
4619
4619
|
} & _ngrx_signals.StateSource<{
|
|
4620
|
-
name?: string | undefined;
|
|
4621
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4622
4620
|
text?: string | undefined;
|
|
4621
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4622
|
+
name?: string | undefined;
|
|
4623
|
+
sort?: string | undefined;
|
|
4623
4624
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4624
4625
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4625
4626
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -4627,7 +4628,6 @@ declare class SelectionService {
|
|
|
4627
4628
|
pageSize?: number | undefined;
|
|
4628
4629
|
tab?: string | undefined;
|
|
4629
4630
|
scope?: string | undefined;
|
|
4630
|
-
sort?: string | undefined;
|
|
4631
4631
|
basket?: string | undefined;
|
|
4632
4632
|
isFirstPage?: boolean | undefined;
|
|
4633
4633
|
strictRefine?: boolean | undefined;
|
|
@@ -4725,9 +4725,10 @@ declare class NavbarTabsComponent {
|
|
|
4725
4725
|
readonly drawerStack: DrawerStackService;
|
|
4726
4726
|
readonly drawerOpened: _angular_core.Signal<boolean>;
|
|
4727
4727
|
readonly queryParamsStore: {
|
|
4728
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4729
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4730
4728
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4729
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4730
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4731
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4731
4732
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4732
4733
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4733
4734
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -4735,7 +4736,6 @@ declare class NavbarTabsComponent {
|
|
|
4735
4736
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4736
4737
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4737
4738
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4738
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4739
4739
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4740
4740
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4741
4741
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4779,9 +4779,10 @@ declare class NavbarTabsComponent {
|
|
|
4779
4779
|
}> | null;
|
|
4780
4780
|
getQuery: () => _sinequa_atomic.Query;
|
|
4781
4781
|
} & _ngrx_signals.StateSource<{
|
|
4782
|
-
name?: string | undefined;
|
|
4783
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4784
4782
|
text?: string | undefined;
|
|
4783
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4784
|
+
name?: string | undefined;
|
|
4785
|
+
sort?: string | undefined;
|
|
4785
4786
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4786
4787
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4787
4788
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -4789,7 +4790,6 @@ declare class NavbarTabsComponent {
|
|
|
4789
4790
|
pageSize?: number | undefined;
|
|
4790
4791
|
tab?: string | undefined;
|
|
4791
4792
|
scope?: string | undefined;
|
|
4792
|
-
sort?: string | undefined;
|
|
4793
4793
|
basket?: string | undefined;
|
|
4794
4794
|
isFirstPage?: boolean | undefined;
|
|
4795
4795
|
strictRefine?: boolean | undefined;
|
|
@@ -5161,7 +5161,7 @@ declare class ShowBookmarkDirective {
|
|
|
5161
5161
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
5162
5162
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5163
5163
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5164
|
-
userTheme: _angular_core.Signal<"
|
|
5164
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
5165
5165
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
5166
5166
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
5167
5167
|
bookmark: (article: Article$1, queryName?: string) => Promise<void>;
|
|
@@ -5253,7 +5253,7 @@ declare class ChildMarkerDirective {
|
|
|
5253
5253
|
* @deprecated use searchVariants from @sinequa/ui instead
|
|
5254
5254
|
*/
|
|
5255
5255
|
declare const searchVariants: (props?: ({
|
|
5256
|
-
variant?: "default" | "
|
|
5256
|
+
variant?: "default" | "primary" | "secondary" | "destructive" | "ai" | null | undefined;
|
|
5257
5257
|
decoration?: "none" | "outline" | null | undefined;
|
|
5258
5258
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
5259
5259
|
/**
|
|
@@ -5294,7 +5294,7 @@ declare class SearchInputComponent {
|
|
|
5294
5294
|
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
5295
5295
|
hotkey: _angular_core.InputSignal<string>;
|
|
5296
5296
|
class: _angular_core.InputSignal<string | undefined>;
|
|
5297
|
-
variant: _angular_core.InputSignal<"default" | "
|
|
5297
|
+
variant: _angular_core.InputSignal<"default" | "primary" | "secondary" | "destructive" | "ai" | null | undefined>;
|
|
5298
5298
|
decoration: _angular_core.InputSignal<"none" | "outline" | null | undefined>;
|
|
5299
5299
|
variants: _angular_core.Signal<string>;
|
|
5300
5300
|
onInput(event: Event): void;
|
|
@@ -5818,9 +5818,10 @@ declare class SponsoredResultsComponent {
|
|
|
5818
5818
|
authorizationLevel?: string | undefined;
|
|
5819
5819
|
}>;
|
|
5820
5820
|
queryParamStore: {
|
|
5821
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5822
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5823
5821
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5822
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5823
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5824
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5824
5825
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5825
5826
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5826
5827
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -5828,7 +5829,6 @@ declare class SponsoredResultsComponent {
|
|
|
5828
5829
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5829
5830
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5830
5831
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5831
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5832
5832
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5833
5833
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5834
5834
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5872,9 +5872,10 @@ declare class SponsoredResultsComponent {
|
|
|
5872
5872
|
}> | null;
|
|
5873
5873
|
getQuery: () => _sinequa_atomic.Query;
|
|
5874
5874
|
} & _ngrx_signals.StateSource<{
|
|
5875
|
-
name?: string | undefined;
|
|
5876
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5877
5875
|
text?: string | undefined;
|
|
5876
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5877
|
+
name?: string | undefined;
|
|
5878
|
+
sort?: string | undefined;
|
|
5878
5879
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5879
5880
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5880
5881
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -5882,7 +5883,6 @@ declare class SponsoredResultsComponent {
|
|
|
5882
5883
|
pageSize?: number | undefined;
|
|
5883
5884
|
tab?: string | undefined;
|
|
5884
5885
|
scope?: string | undefined;
|
|
5885
|
-
sort?: string | undefined;
|
|
5886
5886
|
basket?: string | undefined;
|
|
5887
5887
|
isFirstPage?: boolean | undefined;
|
|
5888
5888
|
strictRefine?: boolean | undefined;
|
|
@@ -6484,7 +6484,7 @@ declare class RecentSearchesComponent {
|
|
|
6484
6484
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
6485
6485
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6486
6486
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
6487
|
-
userTheme: _angular_core.Signal<"
|
|
6487
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
6488
6488
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
6489
6489
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
6490
6490
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -6556,7 +6556,7 @@ declare class SavedSearchesComponent {
|
|
|
6556
6556
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
6557
6557
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6558
6558
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
6559
|
-
userTheme: _angular_core.Signal<"
|
|
6559
|
+
userTheme: _angular_core.Signal<"dark" | "light" | "system" | undefined>;
|
|
6560
6560
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
6561
6561
|
updateBookmarks: (bookmarks: _sinequa_atomic_angular.UserSettingsState["bookmarks"], auditEvents?: _sinequa_atomic.AuditEvents) => Promise<void>;
|
|
6562
6562
|
bookmark: (article: _sinequa_atomic.Article, queryName?: string) => Promise<void>;
|
|
@@ -6612,9 +6612,10 @@ declare class SavedSearchesComponent {
|
|
|
6612
6612
|
declare class SavedSearchDialog implements DialogInterface {
|
|
6613
6613
|
private readonly savedSearchesService;
|
|
6614
6614
|
protected readonly queryParamsStore: {
|
|
6615
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6616
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6617
6615
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6616
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6617
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6618
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6618
6619
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6619
6620
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6620
6621
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -6622,7 +6623,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
6622
6623
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6623
6624
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6624
6625
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6625
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6626
6626
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6627
6627
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6628
6628
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6666,9 +6666,10 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
6666
6666
|
}> | null;
|
|
6667
6667
|
getQuery: () => _sinequa_atomic.Query;
|
|
6668
6668
|
} & _ngrx_signals.StateSource<{
|
|
6669
|
-
name?: string | undefined;
|
|
6670
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6671
6669
|
text?: string | undefined;
|
|
6670
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6671
|
+
name?: string | undefined;
|
|
6672
|
+
sort?: string | undefined;
|
|
6672
6673
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6673
6674
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6674
6675
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -6676,7 +6677,6 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
6676
6677
|
pageSize?: number | undefined;
|
|
6677
6678
|
tab?: string | undefined;
|
|
6678
6679
|
scope?: string | undefined;
|
|
6679
|
-
sort?: string | undefined;
|
|
6680
6680
|
basket?: string | undefined;
|
|
6681
6681
|
isFirstPage?: boolean | undefined;
|
|
6682
6682
|
strictRefine?: boolean | undefined;
|
|
@@ -6801,7 +6801,7 @@ declare class CollectionsDialog implements DialogInterface {
|
|
|
6801
6801
|
readonly removedFromCollection: _angular_core.WritableSignal<boolean>;
|
|
6802
6802
|
readonly addedToCollection: _angular_core.WritableSignal<boolean>;
|
|
6803
6803
|
readonly collections: _angular_core.Signal<Basket[]>;
|
|
6804
|
-
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "some" | "
|
|
6804
|
+
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "some" | "none" | "all">>;
|
|
6805
6805
|
open(article: Article$1 | Article$1[]): void;
|
|
6806
6806
|
containsArticleByName(collectionName: string): boolean;
|
|
6807
6807
|
containsArticle(collection: Basket): "all" | "some" | "none";
|
|
@@ -6970,9 +6970,10 @@ declare class ExportDialog implements DialogInterface {
|
|
|
6970
6970
|
private appStore;
|
|
6971
6971
|
readonly exportService: ExportService;
|
|
6972
6972
|
readonly queryParamsStore: {
|
|
6973
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6974
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6975
6973
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6974
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6975
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6976
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6976
6977
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6977
6978
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6978
6979
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -6980,7 +6981,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
6980
6981
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6981
6982
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6982
6983
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6983
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6984
6984
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6985
6985
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6986
6986
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7024,9 +7024,10 @@ declare class ExportDialog implements DialogInterface {
|
|
|
7024
7024
|
}> | null;
|
|
7025
7025
|
getQuery: () => _sinequa_atomic.Query;
|
|
7026
7026
|
} & _ngrx_signals.StateSource<{
|
|
7027
|
-
name?: string | undefined;
|
|
7028
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7029
7027
|
text?: string | undefined;
|
|
7028
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7029
|
+
name?: string | undefined;
|
|
7030
|
+
sort?: string | undefined;
|
|
7030
7031
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7031
7032
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7032
7033
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -7034,7 +7035,6 @@ declare class ExportDialog implements DialogInterface {
|
|
|
7034
7035
|
pageSize?: number | undefined;
|
|
7035
7036
|
tab?: string | undefined;
|
|
7036
7037
|
scope?: string | undefined;
|
|
7037
|
-
sort?: string | undefined;
|
|
7038
7038
|
basket?: string | undefined;
|
|
7039
7039
|
isFirstPage?: boolean | undefined;
|
|
7040
7040
|
strictRefine?: boolean | undefined;
|
|
@@ -7722,9 +7722,10 @@ declare class SearchFeedbackComponent {
|
|
|
7722
7722
|
pages: _angular_core.InputSignal<any>;
|
|
7723
7723
|
readonly auditService: AuditService;
|
|
7724
7724
|
protected readonly queryParamsStore: {
|
|
7725
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7726
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7727
7725
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7726
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7727
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7728
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7728
7729
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7729
7730
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7730
7731
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -7732,7 +7733,6 @@ declare class SearchFeedbackComponent {
|
|
|
7732
7733
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7733
7734
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7734
7735
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7735
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7736
7736
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7737
7737
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7738
7738
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7776,9 +7776,10 @@ declare class SearchFeedbackComponent {
|
|
|
7776
7776
|
}> | null;
|
|
7777
7777
|
getQuery: () => _sinequa_atomic.Query;
|
|
7778
7778
|
} & _ngrx_signals.StateSource<{
|
|
7779
|
-
name?: string | undefined;
|
|
7780
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7781
7779
|
text?: string | undefined;
|
|
7780
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7781
|
+
name?: string | undefined;
|
|
7782
|
+
sort?: string | undefined;
|
|
7782
7783
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7783
7784
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7784
7785
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -7786,7 +7787,6 @@ declare class SearchFeedbackComponent {
|
|
|
7786
7787
|
pageSize?: number | undefined;
|
|
7787
7788
|
tab?: string | undefined;
|
|
7788
7789
|
scope?: string | undefined;
|
|
7789
|
-
sort?: string | undefined;
|
|
7790
7790
|
basket?: string | undefined;
|
|
7791
7791
|
isFirstPage?: boolean | undefined;
|
|
7792
7792
|
strictRefine?: boolean | undefined;
|
|
@@ -7834,7 +7834,7 @@ declare class FilterButtonComponent {
|
|
|
7834
7834
|
column: _angular_core.InputSignal<string>;
|
|
7835
7835
|
position: _angular_core.InputSignal<Placement>;
|
|
7836
7836
|
offset: _angular_core.InputSignal<number>;
|
|
7837
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
7837
|
+
protected variant: _angular_core.WritableSignal<"default" | "icon" | "none" | "primary" | "secondary" | "destructive" | "ai" | "ghost" | null | undefined>;
|
|
7838
7838
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
7839
7839
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
7840
7840
|
protected nativeElement: any;
|
|
@@ -7848,9 +7848,10 @@ declare class FilterButtonComponent {
|
|
|
7848
7848
|
aggregations: _sinequa_atomic.Aggregation[];
|
|
7849
7849
|
}>;
|
|
7850
7850
|
protected queryParamsStore: {
|
|
7851
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7852
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7853
7851
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7852
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7853
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7854
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7854
7855
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7855
7856
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7856
7857
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -7858,7 +7859,6 @@ declare class FilterButtonComponent {
|
|
|
7858
7859
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7859
7860
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7860
7861
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7861
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7862
7862
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7863
7863
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7864
7864
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7902,9 +7902,10 @@ declare class FilterButtonComponent {
|
|
|
7902
7902
|
}> | null;
|
|
7903
7903
|
getQuery: () => _sinequa_atomic.Query;
|
|
7904
7904
|
} & _ngrx_signals.StateSource<{
|
|
7905
|
-
name?: string | undefined;
|
|
7906
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7907
7905
|
text?: string | undefined;
|
|
7906
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7907
|
+
name?: string | undefined;
|
|
7908
|
+
sort?: string | undefined;
|
|
7908
7909
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7909
7910
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7910
7911
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -7912,7 +7913,6 @@ declare class FilterButtonComponent {
|
|
|
7912
7913
|
pageSize?: number | undefined;
|
|
7913
7914
|
tab?: string | undefined;
|
|
7914
7915
|
scope?: string | undefined;
|
|
7915
|
-
sort?: string | undefined;
|
|
7916
7916
|
basket?: string | undefined;
|
|
7917
7917
|
isFirstPage?: boolean | undefined;
|
|
7918
7918
|
strictRefine?: boolean | undefined;
|
|
@@ -8417,9 +8417,10 @@ declare class MoreButtonComponent {
|
|
|
8417
8417
|
authorizationLevel?: string | undefined;
|
|
8418
8418
|
}>;
|
|
8419
8419
|
queryParamsStore: {
|
|
8420
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8421
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8422
8420
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8421
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8422
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8423
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8423
8424
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8424
8425
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8425
8426
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -8427,7 +8428,6 @@ declare class MoreButtonComponent {
|
|
|
8427
8428
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8428
8429
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8429
8430
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8430
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8431
8431
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8432
8432
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8433
8433
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8471,9 +8471,10 @@ declare class MoreButtonComponent {
|
|
|
8471
8471
|
}> | null;
|
|
8472
8472
|
getQuery: () => _sinequa_atomic.Query;
|
|
8473
8473
|
} & _ngrx_signals.StateSource<{
|
|
8474
|
-
name?: string | undefined;
|
|
8475
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8476
8474
|
text?: string | undefined;
|
|
8475
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8476
|
+
name?: string | undefined;
|
|
8477
|
+
sort?: string | undefined;
|
|
8477
8478
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8478
8479
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8479
8480
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -8481,7 +8482,6 @@ declare class MoreButtonComponent {
|
|
|
8481
8482
|
pageSize?: number | undefined;
|
|
8482
8483
|
tab?: string | undefined;
|
|
8483
8484
|
scope?: string | undefined;
|
|
8484
|
-
sort?: string | undefined;
|
|
8485
8485
|
basket?: string | undefined;
|
|
8486
8486
|
isFirstPage?: boolean | undefined;
|
|
8487
8487
|
strictRefine?: boolean | undefined;
|
|
@@ -8816,9 +8816,10 @@ declare class FiltersBarComponent {
|
|
|
8816
8816
|
aggregations: Aggregation[];
|
|
8817
8817
|
}>;
|
|
8818
8818
|
protected queryParamsStore: {
|
|
8819
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8820
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8821
8819
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8820
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8821
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8822
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8822
8823
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8823
8824
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8824
8825
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -8826,7 +8827,6 @@ declare class FiltersBarComponent {
|
|
|
8826
8827
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8827
8828
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8828
8829
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8829
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8830
8830
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8831
8831
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8832
8832
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8870,9 +8870,10 @@ declare class FiltersBarComponent {
|
|
|
8870
8870
|
}> | null;
|
|
8871
8871
|
getQuery: () => _sinequa_atomic.Query;
|
|
8872
8872
|
} & _ngrx_signals.StateSource<{
|
|
8873
|
-
name?: string | undefined;
|
|
8874
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8875
8873
|
text?: string | undefined;
|
|
8874
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8875
|
+
name?: string | undefined;
|
|
8876
|
+
sort?: string | undefined;
|
|
8876
8877
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8877
8878
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8878
8879
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -8880,7 +8881,6 @@ declare class FiltersBarComponent {
|
|
|
8880
8881
|
pageSize?: number | undefined;
|
|
8881
8882
|
tab?: string | undefined;
|
|
8882
8883
|
scope?: string | undefined;
|
|
8883
|
-
sort?: string | undefined;
|
|
8884
8884
|
basket?: string | undefined;
|
|
8885
8885
|
isFirstPage?: boolean | undefined;
|
|
8886
8886
|
strictRefine?: boolean | undefined;
|
|
@@ -9013,9 +9013,10 @@ declare class AggregationComponent {
|
|
|
9013
9013
|
aggregations: Aggregation[];
|
|
9014
9014
|
}>;
|
|
9015
9015
|
queryParamsStore: {
|
|
9016
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9017
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9018
9016
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9017
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9018
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9019
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9019
9020
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9020
9021
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9021
9022
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9023,7 +9024,6 @@ declare class AggregationComponent {
|
|
|
9023
9024
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9024
9025
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9025
9026
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9026
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9027
9027
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9028
9028
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9029
9029
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9067,9 +9067,10 @@ declare class AggregationComponent {
|
|
|
9067
9067
|
}> | null;
|
|
9068
9068
|
getQuery: () => Query;
|
|
9069
9069
|
} & _ngrx_signals.StateSource<{
|
|
9070
|
-
name?: string | undefined;
|
|
9071
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9072
9070
|
text?: string | undefined;
|
|
9071
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9072
|
+
name?: string | undefined;
|
|
9073
|
+
sort?: string | undefined;
|
|
9073
9074
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9074
9075
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9075
9076
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9077,7 +9078,6 @@ declare class AggregationComponent {
|
|
|
9077
9078
|
pageSize?: number | undefined;
|
|
9078
9079
|
tab?: string | undefined;
|
|
9079
9080
|
scope?: string | undefined;
|
|
9080
|
-
sort?: string | undefined;
|
|
9081
9081
|
basket?: string | undefined;
|
|
9082
9082
|
isFirstPage?: boolean | undefined;
|
|
9083
9083
|
strictRefine?: boolean | undefined;
|
|
@@ -9845,9 +9845,10 @@ declare class MoreComponent {
|
|
|
9845
9845
|
aggregations: Aggregation[];
|
|
9846
9846
|
}>;
|
|
9847
9847
|
queryParamsStore: {
|
|
9848
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9849
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9850
9848
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9849
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9850
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9851
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9851
9852
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9852
9853
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9853
9854
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -9855,7 +9856,6 @@ declare class MoreComponent {
|
|
|
9855
9856
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9856
9857
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9857
9858
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9858
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9859
9859
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9860
9860
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9861
9861
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9899,9 +9899,10 @@ declare class MoreComponent {
|
|
|
9899
9899
|
}> | null;
|
|
9900
9900
|
getQuery: () => _sinequa_atomic.Query;
|
|
9901
9901
|
} & _ngrx_signals.StateSource<{
|
|
9902
|
-
name?: string | undefined;
|
|
9903
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9904
9902
|
text?: string | undefined;
|
|
9903
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9904
|
+
name?: string | undefined;
|
|
9905
|
+
sort?: string | undefined;
|
|
9905
9906
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9906
9907
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9907
9908
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -9909,7 +9910,6 @@ declare class MoreComponent {
|
|
|
9909
9910
|
pageSize?: number | undefined;
|
|
9910
9911
|
tab?: string | undefined;
|
|
9911
9912
|
scope?: string | undefined;
|
|
9912
|
-
sort?: string | undefined;
|
|
9913
9913
|
basket?: string | undefined;
|
|
9914
9914
|
isFirstPage?: boolean | undefined;
|
|
9915
9915
|
strictRefine?: boolean | undefined;
|
|
@@ -10138,9 +10138,10 @@ declare class AdvancedSearchComponent {
|
|
|
10138
10138
|
multiSelection: Article$1[];
|
|
10139
10139
|
}>;
|
|
10140
10140
|
protected readonly queryParamsStore: {
|
|
10141
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10142
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10143
10141
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10142
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10143
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10144
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10144
10145
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
10145
10146
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
10146
10147
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -10148,7 +10149,6 @@ declare class AdvancedSearchComponent {
|
|
|
10148
10149
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
10149
10150
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
10150
10151
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
10151
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10152
10152
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
10153
10153
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10154
10154
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10192,9 +10192,10 @@ declare class AdvancedSearchComponent {
|
|
|
10192
10192
|
}> | null;
|
|
10193
10193
|
getQuery: () => _sinequa_atomic.Query;
|
|
10194
10194
|
} & _ngrx_signals.StateSource<{
|
|
10195
|
-
name?: string | undefined;
|
|
10196
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10197
10195
|
text?: string | undefined;
|
|
10196
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10197
|
+
name?: string | undefined;
|
|
10198
|
+
sort?: string | undefined;
|
|
10198
10199
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10199
10200
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10200
10201
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -10202,7 +10203,6 @@ declare class AdvancedSearchComponent {
|
|
|
10202
10203
|
pageSize?: number | undefined;
|
|
10203
10204
|
tab?: string | undefined;
|
|
10204
10205
|
scope?: string | undefined;
|
|
10205
|
-
sort?: string | undefined;
|
|
10206
10206
|
basket?: string | undefined;
|
|
10207
10207
|
isFirstPage?: boolean | undefined;
|
|
10208
10208
|
strictRefine?: boolean | undefined;
|
|
@@ -10506,9 +10506,10 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
10506
10506
|
multiSelection: _sinequa_atomic.Article[];
|
|
10507
10507
|
}>;
|
|
10508
10508
|
queryParamsStore: {
|
|
10509
|
-
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10510
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10511
10509
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
10510
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
10511
|
+
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
10512
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10512
10513
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
10513
10514
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
10514
10515
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
@@ -10516,7 +10517,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
10516
10517
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
10517
10518
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
10518
10519
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
10519
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
10520
10520
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
10521
10521
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
10522
10522
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10560,9 +10560,10 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
10560
10560
|
}> | null;
|
|
10561
10561
|
getQuery: () => _sinequa_atomic.Query;
|
|
10562
10562
|
} & _ngrx_signals.StateSource<{
|
|
10563
|
-
name?: string | undefined;
|
|
10564
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10565
10563
|
text?: string | undefined;
|
|
10564
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10565
|
+
name?: string | undefined;
|
|
10566
|
+
sort?: string | undefined;
|
|
10566
10567
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10567
10568
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10568
10569
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
@@ -10570,7 +10571,6 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
10570
10571
|
pageSize?: number | undefined;
|
|
10571
10572
|
tab?: string | undefined;
|
|
10572
10573
|
scope?: string | undefined;
|
|
10573
|
-
sort?: string | undefined;
|
|
10574
10574
|
basket?: string | undefined;
|
|
10575
10575
|
isFirstPage?: boolean | undefined;
|
|
10576
10576
|
strictRefine?: boolean | undefined;
|
|
@@ -10664,8 +10664,8 @@ declare class ChangePasswordComponent {
|
|
|
10664
10664
|
}
|
|
10665
10665
|
|
|
10666
10666
|
declare class AuthPageComponent {
|
|
10667
|
-
mode: _angular_core.InputSignal<"
|
|
10668
|
-
view: _angular_core.WritableSignal<"
|
|
10667
|
+
mode: _angular_core.InputSignal<"login" | "signin" | "changepassword" | undefined>;
|
|
10668
|
+
view: _angular_core.WritableSignal<"login" | "signin" | "changepassword">;
|
|
10669
10669
|
constructor();
|
|
10670
10670
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AuthPageComponent, never>;
|
|
10671
10671
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AuthPageComponent, "auth-page, AuthPage, authpage", never, { "mode": { "alias": "mode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|