@sinequa/atomic-angular 0.1.43 → 0.1.46
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
|
@@ -83,11 +83,11 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
83
83
|
readonly el: ElementRef<any>;
|
|
84
84
|
readonly router: Router;
|
|
85
85
|
readonly queryParamStore: {
|
|
86
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
87
86
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
87
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
88
88
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
89
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
90
89
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
90
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
91
91
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
92
92
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
93
93
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -129,11 +129,11 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
129
129
|
}> | null;
|
|
130
130
|
getQuery: () => _sinequa_atomic.Query;
|
|
131
131
|
} & _ngrx_signals.StateSource<{
|
|
132
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
133
132
|
name?: string | undefined;
|
|
133
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
134
134
|
sort?: string | undefined;
|
|
135
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
136
135
|
text?: string | undefined;
|
|
136
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
137
137
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
138
138
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
139
139
|
page?: number | undefined;
|
|
@@ -223,11 +223,11 @@ declare class MetadataComponent {
|
|
|
223
223
|
declare class MissingTermsComponent {
|
|
224
224
|
readonly article: _angular_core.InputSignal<Article$1>;
|
|
225
225
|
queryParamsStore: {
|
|
226
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
227
226
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
227
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
228
228
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
229
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
230
229
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
230
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
231
231
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
232
232
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
233
233
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -269,11 +269,11 @@ declare class MissingTermsComponent {
|
|
|
269
269
|
}> | null;
|
|
270
270
|
getQuery: () => _sinequa_atomic.Query;
|
|
271
271
|
} & _ngrx_signals.StateSource<{
|
|
272
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
273
272
|
name?: string | undefined;
|
|
273
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
274
274
|
sort?: string | undefined;
|
|
275
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
276
275
|
text?: string | undefined;
|
|
276
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
277
277
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
278
278
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
279
279
|
page?: number | undefined;
|
|
@@ -338,6 +338,9 @@ declare class MultiSelectionToolbarComponent {
|
|
|
338
338
|
large?: string;
|
|
339
339
|
};
|
|
340
340
|
};
|
|
341
|
+
features?: {
|
|
342
|
+
advancedSearch?: boolean;
|
|
343
|
+
};
|
|
341
344
|
} | undefined>;
|
|
342
345
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
343
346
|
initialize: () => Promise<void>;
|
|
@@ -489,11 +492,11 @@ declare class NavbarTabsComponent {
|
|
|
489
492
|
readonly drawerStack: DrawerStackService;
|
|
490
493
|
readonly drawerOpened: _angular_core.WritableSignal<boolean>;
|
|
491
494
|
readonly queryParamsStore: {
|
|
492
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
493
495
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
496
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
494
497
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
495
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
496
498
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
499
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
497
500
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
498
501
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
499
502
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -535,11 +538,11 @@ declare class NavbarTabsComponent {
|
|
|
535
538
|
}> | null;
|
|
536
539
|
getQuery: () => _sinequa_atomic.Query;
|
|
537
540
|
} & _ngrx_signals.StateSource<{
|
|
538
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
539
541
|
name?: string | undefined;
|
|
542
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
540
543
|
sort?: string | undefined;
|
|
541
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
542
544
|
text?: string | undefined;
|
|
545
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
543
546
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
544
547
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
545
548
|
page?: number | undefined;
|
|
@@ -845,7 +848,7 @@ declare class OverflowManagerDirective {
|
|
|
845
848
|
readonly stop: _angular_core.Signal<ElementRef<any> | undefined>;
|
|
846
849
|
readonly target: _angular_core.InputSignal<HTMLElement | undefined>;
|
|
847
850
|
readonly margin: _angular_core.InputSignal<number>;
|
|
848
|
-
readonly direction: _angular_core.InputSignal<"
|
|
851
|
+
readonly direction: _angular_core.InputSignal<"vertical" | "horizontal">;
|
|
849
852
|
readonly count: _angular_core.OutputEmitterRef<number>;
|
|
850
853
|
private readonly el;
|
|
851
854
|
private readonly destroyRef;
|
|
@@ -1058,6 +1061,9 @@ declare class SortSelectorComponent {
|
|
|
1058
1061
|
large?: string;
|
|
1059
1062
|
};
|
|
1060
1063
|
};
|
|
1064
|
+
features?: {
|
|
1065
|
+
advancedSearch?: boolean;
|
|
1066
|
+
};
|
|
1061
1067
|
} | undefined>;
|
|
1062
1068
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
1063
1069
|
initialize: () => Promise<void>;
|
|
@@ -1139,6 +1145,9 @@ declare class SponsoredResultsComponent {
|
|
|
1139
1145
|
large?: string;
|
|
1140
1146
|
};
|
|
1141
1147
|
};
|
|
1148
|
+
features?: {
|
|
1149
|
+
advancedSearch?: boolean;
|
|
1150
|
+
};
|
|
1142
1151
|
} | undefined>;
|
|
1143
1152
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
1144
1153
|
initialize: () => Promise<void>;
|
|
@@ -1172,11 +1181,11 @@ declare class SponsoredResultsComponent {
|
|
|
1172
1181
|
data: {};
|
|
1173
1182
|
}>;
|
|
1174
1183
|
queryParamStore: {
|
|
1175
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1176
1184
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1185
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1177
1186
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1178
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1179
1187
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1188
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1180
1189
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1181
1190
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
1182
1191
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -1218,11 +1227,11 @@ declare class SponsoredResultsComponent {
|
|
|
1218
1227
|
}> | null;
|
|
1219
1228
|
getQuery: () => _sinequa_atomic.Query;
|
|
1220
1229
|
} & _ngrx_signals.StateSource<{
|
|
1221
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1222
1230
|
name?: string | undefined;
|
|
1231
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1223
1232
|
sort?: string | undefined;
|
|
1224
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1225
1233
|
text?: string | undefined;
|
|
1234
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1226
1235
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1227
1236
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1228
1237
|
page?: number | undefined;
|
|
@@ -1645,6 +1654,9 @@ type CJsonMint = CJson & {
|
|
|
1645
1654
|
large?: string;
|
|
1646
1655
|
};
|
|
1647
1656
|
};
|
|
1657
|
+
features?: {
|
|
1658
|
+
advancedSearch?: boolean;
|
|
1659
|
+
};
|
|
1648
1660
|
};
|
|
1649
1661
|
};
|
|
1650
1662
|
|
|
@@ -1711,6 +1723,9 @@ declare class SourceIconPipe implements PipeTransform {
|
|
|
1711
1723
|
large?: string;
|
|
1712
1724
|
};
|
|
1713
1725
|
};
|
|
1726
|
+
features?: {
|
|
1727
|
+
advancedSearch?: boolean;
|
|
1728
|
+
};
|
|
1714
1729
|
} | undefined>;
|
|
1715
1730
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
1716
1731
|
initialize: () => Promise<void>;
|
|
@@ -1879,6 +1894,9 @@ declare class AggregationsService {
|
|
|
1879
1894
|
large?: string;
|
|
1880
1895
|
};
|
|
1881
1896
|
};
|
|
1897
|
+
features?: {
|
|
1898
|
+
advancedSearch?: boolean;
|
|
1899
|
+
};
|
|
1882
1900
|
} | undefined>;
|
|
1883
1901
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
1884
1902
|
initialize: () => Promise<void>;
|
|
@@ -1921,11 +1939,11 @@ declare class AggregationsService {
|
|
|
1921
1939
|
aggregations: Aggregation[];
|
|
1922
1940
|
}>;
|
|
1923
1941
|
queryParamsStore: {
|
|
1924
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1925
1942
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1943
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1926
1944
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1927
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1928
1945
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1946
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1929
1947
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1930
1948
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
1931
1949
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -1967,11 +1985,11 @@ declare class AggregationsService {
|
|
|
1967
1985
|
}> | null;
|
|
1968
1986
|
getQuery: () => Query;
|
|
1969
1987
|
} & _ngrx_signals.StateSource<{
|
|
1970
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1971
1988
|
name?: string | undefined;
|
|
1989
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1972
1990
|
sort?: string | undefined;
|
|
1973
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1974
1991
|
text?: string | undefined;
|
|
1992
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1975
1993
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1976
1994
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1977
1995
|
page?: number | undefined;
|
|
@@ -2156,6 +2174,9 @@ declare class ApplicationService {
|
|
|
2156
2174
|
large?: string;
|
|
2157
2175
|
};
|
|
2158
2176
|
};
|
|
2177
|
+
features?: {
|
|
2178
|
+
advancedSearch?: boolean;
|
|
2179
|
+
};
|
|
2159
2180
|
} | undefined>;
|
|
2160
2181
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
2161
2182
|
initialize: () => Promise<void>;
|
|
@@ -2265,6 +2286,9 @@ declare class AuditService {
|
|
|
2265
2286
|
large?: string;
|
|
2266
2287
|
};
|
|
2267
2288
|
};
|
|
2289
|
+
features?: {
|
|
2290
|
+
advancedSearch?: boolean;
|
|
2291
|
+
};
|
|
2268
2292
|
} | undefined>;
|
|
2269
2293
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
2270
2294
|
initialize: () => Promise<void>;
|
|
@@ -2402,6 +2426,9 @@ declare class AutocompleteService {
|
|
|
2402
2426
|
large?: string;
|
|
2403
2427
|
};
|
|
2404
2428
|
};
|
|
2429
|
+
features?: {
|
|
2430
|
+
advancedSearch?: boolean;
|
|
2431
|
+
};
|
|
2405
2432
|
} | undefined>;
|
|
2406
2433
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
2407
2434
|
initialize: () => Promise<void>;
|
|
@@ -2605,6 +2632,9 @@ declare const AppStore: _angular_core.Type<{
|
|
|
2605
2632
|
large?: string;
|
|
2606
2633
|
};
|
|
2607
2634
|
};
|
|
2635
|
+
features?: {
|
|
2636
|
+
advancedSearch?: boolean;
|
|
2637
|
+
};
|
|
2608
2638
|
} | undefined>;
|
|
2609
2639
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
2610
2640
|
initialize: () => Promise<void>;
|
|
@@ -2708,6 +2738,9 @@ declare function withAppCustomizationFeatures(): _ngrx_signals.SignalStoreFeatur
|
|
|
2708
2738
|
large?: string;
|
|
2709
2739
|
};
|
|
2710
2740
|
};
|
|
2741
|
+
features?: {
|
|
2742
|
+
advancedSearch?: boolean;
|
|
2743
|
+
};
|
|
2711
2744
|
} | undefined>;
|
|
2712
2745
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
2713
2746
|
};
|
|
@@ -2840,11 +2873,11 @@ declare function withPrincipalFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx
|
|
|
2840
2873
|
}>;
|
|
2841
2874
|
|
|
2842
2875
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
2843
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2844
2876
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2877
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2845
2878
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2846
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2847
2879
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2880
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2848
2881
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2849
2882
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
2850
2883
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -2886,11 +2919,11 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
2886
2919
|
}> | null;
|
|
2887
2920
|
getQuery: () => _sinequa_atomic.Query;
|
|
2888
2921
|
} & _ngrx_signals.StateSource<{
|
|
2889
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2890
2922
|
name?: string | undefined;
|
|
2923
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2891
2924
|
sort?: string | undefined;
|
|
2892
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2893
2925
|
text?: string | undefined;
|
|
2926
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2894
2927
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2895
2928
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2896
2929
|
page?: number | undefined;
|
|
@@ -2919,11 +2952,11 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
2919
2952
|
}>>;
|
|
2920
2953
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
2921
2954
|
state: {
|
|
2922
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2923
2955
|
name?: string | undefined;
|
|
2956
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2924
2957
|
sort?: string | undefined;
|
|
2925
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2926
2958
|
text?: string | undefined;
|
|
2959
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2927
2960
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2928
2961
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2929
2962
|
page?: number | undefined;
|
|
@@ -3426,11 +3459,11 @@ declare class PreviewService {
|
|
|
3426
3459
|
multiSelection: Article$1[];
|
|
3427
3460
|
}>;
|
|
3428
3461
|
protected readonly queryParamsStore: {
|
|
3429
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
3430
3462
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
3463
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
3431
3464
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
3432
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
3433
3465
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
3466
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
3434
3467
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
3435
3468
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
3436
3469
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -3472,11 +3505,11 @@ declare class PreviewService {
|
|
|
3472
3505
|
}> | null;
|
|
3473
3506
|
getQuery: () => Query;
|
|
3474
3507
|
} & _ngrx_signals.StateSource<{
|
|
3475
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3476
3508
|
name?: string | undefined;
|
|
3509
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3477
3510
|
sort?: string | undefined;
|
|
3478
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
3479
3511
|
text?: string | undefined;
|
|
3512
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
3480
3513
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
3481
3514
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
3482
3515
|
page?: number | undefined;
|
|
@@ -3524,6 +3557,9 @@ declare class PreviewService {
|
|
|
3524
3557
|
large?: string;
|
|
3525
3558
|
};
|
|
3526
3559
|
};
|
|
3560
|
+
features?: {
|
|
3561
|
+
advancedSearch?: boolean;
|
|
3562
|
+
};
|
|
3527
3563
|
} | undefined>;
|
|
3528
3564
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
3529
3565
|
initialize: () => Promise<void>;
|
|
@@ -3759,11 +3795,11 @@ declare class SavedSearchesService {
|
|
|
3759
3795
|
language?: string | undefined;
|
|
3760
3796
|
}>;
|
|
3761
3797
|
protected readonly queryParamsStore: {
|
|
3762
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
3763
3798
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
3799
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
3764
3800
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
3765
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
3766
3801
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
3802
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
3767
3803
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
3768
3804
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
3769
3805
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -3805,11 +3841,11 @@ declare class SavedSearchesService {
|
|
|
3805
3841
|
}> | null;
|
|
3806
3842
|
getQuery: () => _sinequa_atomic.Query;
|
|
3807
3843
|
} & _ngrx_signals.StateSource<{
|
|
3808
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3809
3844
|
name?: string | undefined;
|
|
3845
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3810
3846
|
sort?: string | undefined;
|
|
3811
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
3812
3847
|
text?: string | undefined;
|
|
3848
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
3813
3849
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
3814
3850
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
3815
3851
|
page?: number | undefined;
|
|
@@ -3891,11 +3927,11 @@ declare class SearchService {
|
|
|
3891
3927
|
result: Result;
|
|
3892
3928
|
audit?: AuditEvents;
|
|
3893
3929
|
protected readonly queryParamsStore: {
|
|
3894
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
3895
3930
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
3931
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
3896
3932
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
3897
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
3898
3933
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
3934
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
3899
3935
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
3900
3936
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
3901
3937
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -3937,11 +3973,11 @@ declare class SearchService {
|
|
|
3937
3973
|
}> | null;
|
|
3938
3974
|
getQuery: () => Query;
|
|
3939
3975
|
} & _ngrx_signals.StateSource<{
|
|
3940
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3941
3976
|
name?: string | undefined;
|
|
3977
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
3942
3978
|
sort?: string | undefined;
|
|
3943
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
3944
3979
|
text?: string | undefined;
|
|
3980
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
3945
3981
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
3946
3982
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
3947
3983
|
page?: number | undefined;
|
|
@@ -4112,11 +4148,11 @@ declare class SelectionService {
|
|
|
4112
4148
|
private readonly location;
|
|
4113
4149
|
private readonly selectionStore;
|
|
4114
4150
|
queryParamsStore: {
|
|
4115
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4116
4151
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4152
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4117
4153
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4118
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4119
4154
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4155
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4120
4156
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4121
4157
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4122
4158
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -4158,11 +4194,11 @@ declare class SelectionService {
|
|
|
4158
4194
|
}> | null;
|
|
4159
4195
|
getQuery: () => _sinequa_atomic.Query;
|
|
4160
4196
|
} & _ngrx_signals.StateSource<{
|
|
4161
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4162
4197
|
name?: string | undefined;
|
|
4198
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4163
4199
|
sort?: string | undefined;
|
|
4164
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4165
4200
|
text?: string | undefined;
|
|
4201
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4166
4202
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4167
4203
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4168
4204
|
page?: number | undefined;
|
|
@@ -4389,11 +4425,11 @@ declare class SavedSearchesComponent {
|
|
|
4389
4425
|
declare class SavedSearchDialog implements DialogInterface {
|
|
4390
4426
|
private readonly savedSearchesService;
|
|
4391
4427
|
protected readonly queryParamsStore: {
|
|
4392
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4393
4428
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4429
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4394
4430
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4395
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4396
4431
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4432
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4397
4433
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4398
4434
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4399
4435
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -4435,11 +4471,11 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
4435
4471
|
}> | null;
|
|
4436
4472
|
getQuery: () => _sinequa_atomic.Query;
|
|
4437
4473
|
} & _ngrx_signals.StateSource<{
|
|
4438
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4439
4474
|
name?: string | undefined;
|
|
4475
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4440
4476
|
sort?: string | undefined;
|
|
4441
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4442
4477
|
text?: string | undefined;
|
|
4478
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4443
4479
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4444
4480
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4445
4481
|
page?: number | undefined;
|
|
@@ -4567,7 +4603,7 @@ declare class CollectionsDialog implements DialogInterface {
|
|
|
4567
4603
|
readonly creating: _angular_core.WritableSignal<boolean>;
|
|
4568
4604
|
readonly removedFromCollection: _angular_core.WritableSignal<boolean>;
|
|
4569
4605
|
readonly collections: _angular_core.Signal<Basket[]>;
|
|
4570
|
-
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "some" | "
|
|
4606
|
+
readonly collectionsMap: _angular_core.WritableSignal<Record<string, "some" | "all" | "none">>;
|
|
4571
4607
|
open(article: Article$1 | Article$1[]): void;
|
|
4572
4608
|
containsArticleByName(collectionName: string): boolean;
|
|
4573
4609
|
containsArticle(collection: Basket): 'all' | 'some' | 'none';
|
|
@@ -4802,11 +4838,11 @@ declare class ExportDialog implements DialogInterface {
|
|
|
4802
4838
|
private appStore;
|
|
4803
4839
|
readonly exportService: ExportService;
|
|
4804
4840
|
readonly queryParamsStore: {
|
|
4805
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4806
4841
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4842
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4807
4843
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4808
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4809
4844
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4845
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4810
4846
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4811
4847
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4812
4848
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -4848,11 +4884,11 @@ declare class ExportDialog implements DialogInterface {
|
|
|
4848
4884
|
}> | null;
|
|
4849
4885
|
getQuery: () => _sinequa_atomic.Query;
|
|
4850
4886
|
} & _ngrx_signals.StateSource<{
|
|
4851
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4852
4887
|
name?: string | undefined;
|
|
4888
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4853
4889
|
sort?: string | undefined;
|
|
4854
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4855
4890
|
text?: string | undefined;
|
|
4891
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4856
4892
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4857
4893
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4858
4894
|
page?: number | undefined;
|
|
@@ -4926,6 +4962,9 @@ declare class LabelService {
|
|
|
4926
4962
|
large?: string;
|
|
4927
4963
|
};
|
|
4928
4964
|
};
|
|
4965
|
+
features?: {
|
|
4966
|
+
advancedSearch?: boolean;
|
|
4967
|
+
};
|
|
4929
4968
|
} | undefined>;
|
|
4930
4969
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
4931
4970
|
initialize: () => Promise<void>;
|
|
@@ -5130,6 +5169,9 @@ declare class FeedbackDialogComponent implements DialogInterface {
|
|
|
5130
5169
|
large?: string;
|
|
5131
5170
|
};
|
|
5132
5171
|
};
|
|
5172
|
+
features?: {
|
|
5173
|
+
advancedSearch?: boolean;
|
|
5174
|
+
};
|
|
5133
5175
|
} | undefined>;
|
|
5134
5176
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
5135
5177
|
initialize: () => Promise<void>;
|
|
@@ -5181,11 +5223,11 @@ declare class SearchFeedbackComponent {
|
|
|
5181
5223
|
pages: _angular_core.InputSignal<any>;
|
|
5182
5224
|
readonly auditService: AuditService;
|
|
5183
5225
|
protected readonly queryParamsStore: {
|
|
5184
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5185
5226
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5227
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5186
5228
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5187
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5188
5229
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5230
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5189
5231
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5190
5232
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5191
5233
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -5227,11 +5269,11 @@ declare class SearchFeedbackComponent {
|
|
|
5227
5269
|
}> | null;
|
|
5228
5270
|
getQuery: () => _sinequa_atomic.Query;
|
|
5229
5271
|
} & _ngrx_signals.StateSource<{
|
|
5230
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5231
5272
|
name?: string | undefined;
|
|
5273
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5232
5274
|
sort?: string | undefined;
|
|
5233
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5234
5275
|
text?: string | undefined;
|
|
5276
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5235
5277
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5236
5278
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5237
5279
|
page?: number | undefined;
|
|
@@ -5284,7 +5326,7 @@ declare class FilterButtonComponent {
|
|
|
5284
5326
|
name: _angular_core.InputSignal<string>;
|
|
5285
5327
|
column: _angular_core.InputSignal<string>;
|
|
5286
5328
|
position: _angular_core.InputSignal<Placement>;
|
|
5287
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
5329
|
+
protected variant: _angular_core.WritableSignal<"default" | "icon" | "destructive" | "link" | "none" | "outline" | "ai" | "inverse" | "tertiary" | "ghost" | null | undefined>;
|
|
5288
5330
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
5289
5331
|
protected nativeElement: any;
|
|
5290
5332
|
protected aggregationsStore: {
|
|
@@ -5297,11 +5339,11 @@ declare class FilterButtonComponent {
|
|
|
5297
5339
|
aggregations: _sinequa_atomic.Aggregation[];
|
|
5298
5340
|
}>;
|
|
5299
5341
|
protected queryParamsStore: {
|
|
5300
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5301
5342
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5343
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5302
5344
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5303
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5304
5345
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5346
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5305
5347
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5306
5348
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5307
5349
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -5343,11 +5385,11 @@ declare class FilterButtonComponent {
|
|
|
5343
5385
|
}> | null;
|
|
5344
5386
|
getQuery: () => _sinequa_atomic.Query;
|
|
5345
5387
|
} & _ngrx_signals.StateSource<{
|
|
5346
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5347
5388
|
name?: string | undefined;
|
|
5389
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5348
5390
|
sort?: string | undefined;
|
|
5349
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5350
5391
|
text?: string | undefined;
|
|
5392
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5351
5393
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5352
5394
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5353
5395
|
page?: number | undefined;
|
|
@@ -5395,6 +5437,9 @@ declare class FilterButtonComponent {
|
|
|
5395
5437
|
large?: string;
|
|
5396
5438
|
};
|
|
5397
5439
|
};
|
|
5440
|
+
features?: {
|
|
5441
|
+
advancedSearch?: boolean;
|
|
5442
|
+
};
|
|
5398
5443
|
} | undefined>;
|
|
5399
5444
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
5400
5445
|
initialize: () => Promise<void>;
|
|
@@ -5462,6 +5507,9 @@ declare class MoreButtonComponent {
|
|
|
5462
5507
|
large?: string;
|
|
5463
5508
|
};
|
|
5464
5509
|
};
|
|
5510
|
+
features?: {
|
|
5511
|
+
advancedSearch?: boolean;
|
|
5512
|
+
};
|
|
5465
5513
|
} | undefined>;
|
|
5466
5514
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
5467
5515
|
initialize: () => Promise<void>;
|
|
@@ -5495,11 +5543,11 @@ declare class MoreButtonComponent {
|
|
|
5495
5543
|
data: {};
|
|
5496
5544
|
}>;
|
|
5497
5545
|
queryParamsStore: {
|
|
5498
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5499
5546
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5547
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5500
5548
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5501
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5502
5549
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5550
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5503
5551
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5504
5552
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5505
5553
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -5541,11 +5589,11 @@ declare class MoreButtonComponent {
|
|
|
5541
5589
|
}> | null;
|
|
5542
5590
|
getQuery: () => _sinequa_atomic.Query;
|
|
5543
5591
|
} & _ngrx_signals.StateSource<{
|
|
5544
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5545
5592
|
name?: string | undefined;
|
|
5593
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5546
5594
|
sort?: string | undefined;
|
|
5547
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5548
5595
|
text?: string | undefined;
|
|
5596
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5549
5597
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5550
5598
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5551
5599
|
page?: number | undefined;
|
|
@@ -5598,7 +5646,7 @@ declare class FiltersBarComponent {
|
|
|
5598
5646
|
* The default value is set by the FILTERS_BREAKPOINT injection token.
|
|
5599
5647
|
*/
|
|
5600
5648
|
filtersCount: _angular_core.InputSignal<number>;
|
|
5601
|
-
direction: _angular_core.InputSignal<"
|
|
5649
|
+
direction: _angular_core.InputSignal<"vertical" | "horizontal">;
|
|
5602
5650
|
/**
|
|
5603
5651
|
* Event emitted when the clear filters button is clicked.
|
|
5604
5652
|
* This event can be used to perform additional actions when filters are cleared.
|
|
@@ -5636,6 +5684,9 @@ declare class FiltersBarComponent {
|
|
|
5636
5684
|
large?: string;
|
|
5637
5685
|
};
|
|
5638
5686
|
};
|
|
5687
|
+
features?: {
|
|
5688
|
+
advancedSearch?: boolean;
|
|
5689
|
+
};
|
|
5639
5690
|
} | undefined>;
|
|
5640
5691
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
5641
5692
|
initialize: () => Promise<void>;
|
|
@@ -5678,11 +5729,11 @@ declare class FiltersBarComponent {
|
|
|
5678
5729
|
aggregations: _sinequa_atomic.Aggregation[];
|
|
5679
5730
|
}>;
|
|
5680
5731
|
protected queryParamsStore: {
|
|
5681
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5682
5732
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5733
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5683
5734
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5684
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5685
5735
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5736
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5686
5737
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5687
5738
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5688
5739
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -5724,11 +5775,11 @@ declare class FiltersBarComponent {
|
|
|
5724
5775
|
}> | null;
|
|
5725
5776
|
getQuery: () => _sinequa_atomic.Query;
|
|
5726
5777
|
} & _ngrx_signals.StateSource<{
|
|
5727
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5728
5778
|
name?: string | undefined;
|
|
5779
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5729
5780
|
sort?: string | undefined;
|
|
5730
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5731
5781
|
text?: string | undefined;
|
|
5782
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5732
5783
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5733
5784
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5734
5785
|
page?: number | undefined;
|
|
@@ -5808,11 +5859,11 @@ declare class AggregationComponent {
|
|
|
5808
5859
|
aggregations: Aggregation[];
|
|
5809
5860
|
}>;
|
|
5810
5861
|
queryParamsStore: {
|
|
5811
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5812
5862
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5863
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5813
5864
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5814
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5815
5865
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5866
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5816
5867
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5817
5868
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5818
5869
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -5854,11 +5905,11 @@ declare class AggregationComponent {
|
|
|
5854
5905
|
}> | null;
|
|
5855
5906
|
getQuery: () => Query;
|
|
5856
5907
|
} & _ngrx_signals.StateSource<{
|
|
5857
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5858
5908
|
name?: string | undefined;
|
|
5909
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5859
5910
|
sort?: string | undefined;
|
|
5860
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5861
5911
|
text?: string | undefined;
|
|
5912
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5862
5913
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5863
5914
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5864
5915
|
page?: number | undefined;
|
|
@@ -6084,6 +6135,9 @@ declare class MoreComponent {
|
|
|
6084
6135
|
large?: string;
|
|
6085
6136
|
};
|
|
6086
6137
|
};
|
|
6138
|
+
features?: {
|
|
6139
|
+
advancedSearch?: boolean;
|
|
6140
|
+
};
|
|
6087
6141
|
} | undefined>;
|
|
6088
6142
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
6089
6143
|
initialize: () => Promise<void>;
|
|
@@ -6126,11 +6180,11 @@ declare class MoreComponent {
|
|
|
6126
6180
|
aggregations: Aggregation[];
|
|
6127
6181
|
}>;
|
|
6128
6182
|
queryParamsStore: {
|
|
6129
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6130
6183
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6184
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6131
6185
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6132
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6133
6186
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6187
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6134
6188
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6135
6189
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6136
6190
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -6172,11 +6226,11 @@ declare class MoreComponent {
|
|
|
6172
6226
|
}> | null;
|
|
6173
6227
|
getQuery: () => _sinequa_atomic.Query;
|
|
6174
6228
|
} & _ngrx_signals.StateSource<{
|
|
6175
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6176
6229
|
name?: string | undefined;
|
|
6230
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6177
6231
|
sort?: string | undefined;
|
|
6178
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6179
6232
|
text?: string | undefined;
|
|
6233
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6180
6234
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6181
6235
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6182
6236
|
page?: number | undefined;
|
|
@@ -6296,12 +6350,18 @@ type Operator = 'all' | 'exact' | 'any' | 'none' | 'matches';
|
|
|
6296
6350
|
interface Filter {
|
|
6297
6351
|
column: string;
|
|
6298
6352
|
alias: string;
|
|
6353
|
+
display?: string;
|
|
6299
6354
|
items?: (AggregationItem | TreeAggregationNode)[];
|
|
6300
6355
|
}
|
|
6356
|
+
interface Tab {
|
|
6357
|
+
path: string;
|
|
6358
|
+
display?: string;
|
|
6359
|
+
}
|
|
6301
6360
|
declare class DrawerAdvancedFiltersComponent extends DrawerComponent {
|
|
6302
6361
|
private readonly queryParamsStore;
|
|
6303
6362
|
private readonly appStore;
|
|
6304
6363
|
private readonly router;
|
|
6364
|
+
private readonly route;
|
|
6305
6365
|
private readonly formBuilder;
|
|
6306
6366
|
private readonly overlay;
|
|
6307
6367
|
private readonly transloco;
|
|
@@ -6322,10 +6382,6 @@ declare class DrawerAdvancedFiltersComponent extends DrawerComponent {
|
|
|
6322
6382
|
operator: _angular_forms.FormControl<Operator>;
|
|
6323
6383
|
value: _angular_forms.FormControl<undefined>;
|
|
6324
6384
|
}>;
|
|
6325
|
-
location: _angular_forms.FormGroup<{
|
|
6326
|
-
operator: _angular_forms.FormControl<Operator>;
|
|
6327
|
-
value: _angular_forms.FormControl<undefined>;
|
|
6328
|
-
}>;
|
|
6329
6385
|
}>;
|
|
6330
6386
|
currentTab: _angular_core.WritableSignal<string>;
|
|
6331
6387
|
currentFilter: _angular_core.WritableSignal<string | undefined>;
|
|
@@ -6335,7 +6391,7 @@ declare class DrawerAdvancedFiltersComponent extends DrawerComponent {
|
|
|
6335
6391
|
}[]>;
|
|
6336
6392
|
suggestions: _angular_core.WritableSignal<DropdownItem[]>;
|
|
6337
6393
|
aggregations: _angular_core.WritableSignal<(Aggregation | TreeAggregation)[] | undefined>;
|
|
6338
|
-
tabs: _angular_core.Signal<
|
|
6394
|
+
tabs: _angular_core.Signal<Tab[]>;
|
|
6339
6395
|
filters: _angular_core.Signal<Filter[]>;
|
|
6340
6396
|
text: string;
|
|
6341
6397
|
constructor();
|
|
@@ -6344,7 +6400,7 @@ declare class DrawerAdvancedFiltersComponent extends DrawerComponent {
|
|
|
6344
6400
|
onSearch(): void;
|
|
6345
6401
|
/** Generate the LegacyFilter to add to the query */
|
|
6346
6402
|
private getFilter;
|
|
6347
|
-
/** Format content/title
|
|
6403
|
+
/** Format content/title filters */
|
|
6348
6404
|
private formatFilter;
|
|
6349
6405
|
getPlaceholder(key: string): string;
|
|
6350
6406
|
/** Get applied filters for a column */
|
|
@@ -6407,6 +6463,9 @@ declare class AdvancedSearchComponent {
|
|
|
6407
6463
|
large?: string;
|
|
6408
6464
|
};
|
|
6409
6465
|
};
|
|
6466
|
+
features?: {
|
|
6467
|
+
advancedSearch?: boolean;
|
|
6468
|
+
};
|
|
6410
6469
|
} | undefined>;
|
|
6411
6470
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
6412
6471
|
initialize: () => Promise<void>;
|
|
@@ -6462,11 +6521,11 @@ declare class AdvancedSearchComponent {
|
|
|
6462
6521
|
}>;
|
|
6463
6522
|
protected readonly previewService: PreviewService;
|
|
6464
6523
|
protected readonly queryParamsStore: {
|
|
6465
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6466
6524
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6525
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6467
6526
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6468
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6469
6527
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6528
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6470
6529
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6471
6530
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6472
6531
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -6508,11 +6567,11 @@ declare class AdvancedSearchComponent {
|
|
|
6508
6567
|
}> | null;
|
|
6509
6568
|
getQuery: () => _sinequa_atomic.Query;
|
|
6510
6569
|
} & _ngrx_signals.StateSource<{
|
|
6511
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6512
6570
|
name?: string | undefined;
|
|
6571
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6513
6572
|
sort?: string | undefined;
|
|
6514
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6515
6573
|
text?: string | undefined;
|
|
6574
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6516
6575
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6517
6576
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6518
6577
|
page?: number | undefined;
|
|
@@ -6601,6 +6660,9 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
6601
6660
|
large?: string;
|
|
6602
6661
|
};
|
|
6603
6662
|
};
|
|
6663
|
+
features?: {
|
|
6664
|
+
advancedSearch?: boolean;
|
|
6665
|
+
};
|
|
6604
6666
|
} | undefined>;
|
|
6605
6667
|
assistants: _angular_core.Signal<Record<string, any>>;
|
|
6606
6668
|
initialize: () => Promise<void>;
|
|
@@ -6655,11 +6717,11 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
6655
6717
|
multiSelection: Article$1[];
|
|
6656
6718
|
}>;
|
|
6657
6719
|
queryParamsStore: {
|
|
6658
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6659
6720
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6721
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6660
6722
|
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6661
|
-
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6662
6723
|
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6724
|
+
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6663
6725
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6664
6726
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6665
6727
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
@@ -6701,11 +6763,11 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
6701
6763
|
}> | null;
|
|
6702
6764
|
getQuery: () => _sinequa_atomic.Query;
|
|
6703
6765
|
} & _ngrx_signals.StateSource<{
|
|
6704
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6705
6766
|
name?: string | undefined;
|
|
6767
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6706
6768
|
sort?: string | undefined;
|
|
6707
|
-
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6708
6769
|
text?: string | undefined;
|
|
6770
|
+
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6709
6771
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6710
6772
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6711
6773
|
page?: number | undefined;
|