@sinequa/atomic-angular 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/sinequa-atomic-angular.mjs +11 -8
- package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
- package/index.d.ts +158 -157
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -114,17 +114,16 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
114
114
|
readonly el: ElementRef<any>;
|
|
115
115
|
readonly router: Router;
|
|
116
116
|
readonly queryParamStore: {
|
|
117
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
118
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
119
117
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
120
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
121
118
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
119
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
122
120
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
123
121
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
124
122
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
125
123
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
126
124
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
127
125
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
126
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
128
127
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
129
128
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
130
129
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -138,6 +137,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
138
137
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
139
138
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
140
139
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
140
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
141
141
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
142
142
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
143
143
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -169,17 +169,16 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
169
169
|
}> | null;
|
|
170
170
|
getQuery: () => _sinequa_atomic.Query;
|
|
171
171
|
} & _ngrx_signals.StateSource<{
|
|
172
|
-
text?: string | undefined;
|
|
173
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
174
172
|
name?: string | undefined;
|
|
175
|
-
sort?: string | undefined;
|
|
176
173
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
174
|
+
text?: string | undefined;
|
|
177
175
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
178
176
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
179
177
|
page?: number | undefined;
|
|
180
178
|
pageSize?: number | undefined;
|
|
181
179
|
tab?: string | undefined;
|
|
182
180
|
scope?: string | undefined;
|
|
181
|
+
sort?: string | undefined;
|
|
183
182
|
basket?: string | undefined;
|
|
184
183
|
isFirstPage?: boolean | undefined;
|
|
185
184
|
strictRefine?: boolean | undefined;
|
|
@@ -193,6 +192,7 @@ declare class DocumentLocatorComponent implements OnDestroy {
|
|
|
193
192
|
relevanceTransforms?: string | undefined;
|
|
194
193
|
removeDuplicates?: boolean | undefined;
|
|
195
194
|
queryId?: string | undefined;
|
|
195
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
196
196
|
orderBy?: string | undefined;
|
|
197
197
|
groupBy?: string | undefined;
|
|
198
198
|
neuralSearch?: boolean | undefined;
|
|
@@ -250,7 +250,7 @@ declare class MetadataComponent {
|
|
|
250
250
|
event: Event;
|
|
251
251
|
}>;
|
|
252
252
|
class: _angular_core.InputSignal<string | undefined>;
|
|
253
|
-
variant: _angular_core.InputSignal<"error" | "default" | "
|
|
253
|
+
variant: _angular_core.InputSignal<"error" | "default" | "secondary" | "accent" | "destructive" | "outline" | "ghost" | "ai" | "none" | "info" | "success" | "warning" | null | undefined>;
|
|
254
254
|
metadata: _angular_core.InputSignal<KeyOf<Article$1> | (string & Record<never, never>)>;
|
|
255
255
|
article: _angular_core.InputSignal<Partial<Article$1> | (string & Record<never, never>)>;
|
|
256
256
|
limit: _angular_core.InputSignalWithTransform<number | undefined, string | number | undefined>;
|
|
@@ -263,17 +263,16 @@ declare class MetadataComponent {
|
|
|
263
263
|
declare class MissingTermsComponent {
|
|
264
264
|
readonly article: _angular_core.InputSignal<Article$1>;
|
|
265
265
|
queryParamsStore: {
|
|
266
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
267
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
268
266
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
269
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
270
267
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
268
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
271
269
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
272
270
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
273
271
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
274
272
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
275
273
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
276
274
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
275
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
277
276
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
278
277
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
279
278
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -287,6 +286,7 @@ declare class MissingTermsComponent {
|
|
|
287
286
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
288
287
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
289
288
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
289
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
290
290
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
291
291
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
292
292
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -318,17 +318,16 @@ declare class MissingTermsComponent {
|
|
|
318
318
|
}> | null;
|
|
319
319
|
getQuery: () => _sinequa_atomic.Query;
|
|
320
320
|
} & _ngrx_signals.StateSource<{
|
|
321
|
-
text?: string | undefined;
|
|
322
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
323
321
|
name?: string | undefined;
|
|
324
|
-
sort?: string | undefined;
|
|
325
322
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
323
|
+
text?: string | undefined;
|
|
326
324
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
327
325
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
328
326
|
page?: number | undefined;
|
|
329
327
|
pageSize?: number | undefined;
|
|
330
328
|
tab?: string | undefined;
|
|
331
329
|
scope?: string | undefined;
|
|
330
|
+
sort?: string | undefined;
|
|
332
331
|
basket?: string | undefined;
|
|
333
332
|
isFirstPage?: boolean | undefined;
|
|
334
333
|
strictRefine?: boolean | undefined;
|
|
@@ -342,6 +341,7 @@ declare class MissingTermsComponent {
|
|
|
342
341
|
relevanceTransforms?: string | undefined;
|
|
343
342
|
removeDuplicates?: boolean | undefined;
|
|
344
343
|
queryId?: string | undefined;
|
|
344
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
345
345
|
orderBy?: string | undefined;
|
|
346
346
|
groupBy?: string | undefined;
|
|
347
347
|
neuralSearch?: boolean | undefined;
|
|
@@ -361,7 +361,7 @@ declare class MissingTermsComponent {
|
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
declare const multiSelectionToolbarVariants: (props?: ({
|
|
364
|
-
variant?: "
|
|
364
|
+
variant?: "light" | "dark" | "glassy" | null | undefined;
|
|
365
365
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
366
366
|
type MultiSelectionToolbarVariants = VariantProps<typeof multiSelectionToolbarVariants>;
|
|
367
367
|
declare class MultiSelectionToolbarComponent {
|
|
@@ -740,7 +740,7 @@ declare class MultiSelectionToolbarComponent {
|
|
|
740
740
|
converters?: _sinequa_atomic_angular.CConverter[];
|
|
741
741
|
} | undefined;
|
|
742
742
|
readonly class: _angular_core.InputSignal<string>;
|
|
743
|
-
readonly variant: _angular_core.InputSignal<"
|
|
743
|
+
readonly variant: _angular_core.InputSignal<"light" | "dark" | "glassy" | null | undefined>;
|
|
744
744
|
readonly updatedCollections: _angular_core.OutputEmitterRef<void>;
|
|
745
745
|
readonly count: _angular_core.Signal<number>;
|
|
746
746
|
readonly variants: _angular_core.Signal<string>;
|
|
@@ -1693,7 +1693,7 @@ declare const PrincipalStore: _angular_core.Type<{
|
|
|
1693
1693
|
param9: _angular_core.Signal<string>;
|
|
1694
1694
|
param10: _angular_core.Signal<string>;
|
|
1695
1695
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
1696
|
-
state: _angular_core.Signal<"
|
|
1696
|
+
state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
|
|
1697
1697
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
1698
1698
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
1699
1699
|
initials: _angular_core.Signal<string>;
|
|
@@ -1746,17 +1746,16 @@ type QueryParams = {
|
|
|
1746
1746
|
n?: string;
|
|
1747
1747
|
};
|
|
1748
1748
|
declare const QueryParamsStore: _angular_core.Type<{
|
|
1749
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1750
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1751
1749
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
1752
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1753
1750
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
1751
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
1754
1752
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
1755
1753
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
1756
1754
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
1757
1755
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
1758
1756
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
1759
1757
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
1758
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
1760
1759
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
1761
1760
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1762
1761
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1770,6 +1769,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1770
1769
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
1771
1770
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
1772
1771
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
1772
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
1773
1773
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1774
1774
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
1775
1775
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -1793,17 +1793,16 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1793
1793
|
}> | null;
|
|
1794
1794
|
getQuery: () => _sinequa_atomic.Query;
|
|
1795
1795
|
} & _ngrx_signals.StateSource<{
|
|
1796
|
-
text?: string | undefined;
|
|
1797
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1798
1796
|
name?: string | undefined;
|
|
1799
|
-
sort?: string | undefined;
|
|
1800
1797
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1798
|
+
text?: string | undefined;
|
|
1801
1799
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1802
1800
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1803
1801
|
page?: number | undefined;
|
|
1804
1802
|
pageSize?: number | undefined;
|
|
1805
1803
|
tab?: string | undefined;
|
|
1806
1804
|
scope?: string | undefined;
|
|
1805
|
+
sort?: string | undefined;
|
|
1807
1806
|
basket?: string | undefined;
|
|
1808
1807
|
isFirstPage?: boolean | undefined;
|
|
1809
1808
|
strictRefine?: boolean | undefined;
|
|
@@ -1817,6 +1816,7 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1817
1816
|
relevanceTransforms?: string | undefined;
|
|
1818
1817
|
removeDuplicates?: boolean | undefined;
|
|
1819
1818
|
queryId?: string | undefined;
|
|
1819
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1820
1820
|
orderBy?: string | undefined;
|
|
1821
1821
|
groupBy?: string | undefined;
|
|
1822
1822
|
neuralSearch?: boolean | undefined;
|
|
@@ -1826,17 +1826,16 @@ declare const QueryParamsStore: _angular_core.Type<{
|
|
|
1826
1826
|
}>>;
|
|
1827
1827
|
declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signals.EmptyFeatureResult, {
|
|
1828
1828
|
state: {
|
|
1829
|
-
text?: string | undefined;
|
|
1830
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1831
1829
|
name?: string | undefined;
|
|
1832
|
-
sort?: string | undefined;
|
|
1833
1830
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
1831
|
+
text?: string | undefined;
|
|
1834
1832
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
1835
1833
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
1836
1834
|
page?: number | undefined;
|
|
1837
1835
|
pageSize?: number | undefined;
|
|
1838
1836
|
tab?: string | undefined;
|
|
1839
1837
|
scope?: string | undefined;
|
|
1838
|
+
sort?: string | undefined;
|
|
1840
1839
|
basket?: string | undefined;
|
|
1841
1840
|
isFirstPage?: boolean | undefined;
|
|
1842
1841
|
strictRefine?: boolean | undefined;
|
|
@@ -1850,6 +1849,7 @@ declare function withQueryParamsFeatures(): _ngrx_signals.SignalStoreFeature<_ng
|
|
|
1850
1849
|
relevanceTransforms?: string | undefined;
|
|
1851
1850
|
removeDuplicates?: boolean | undefined;
|
|
1852
1851
|
queryId?: string | undefined;
|
|
1852
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
1853
1853
|
orderBy?: string | undefined;
|
|
1854
1854
|
groupBy?: string | undefined;
|
|
1855
1855
|
neuralSearch?: boolean | undefined;
|
|
@@ -2043,7 +2043,7 @@ declare const UserSettingsStore: _angular_core.Type<{
|
|
|
2043
2043
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2044
2044
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2045
2045
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2046
|
-
userTheme: _angular_core.Signal<"
|
|
2046
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
2047
2047
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2048
2048
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2049
2049
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -2575,17 +2575,16 @@ declare class AggregationsService {
|
|
|
2575
2575
|
aggregations: Aggregation[];
|
|
2576
2576
|
}>;
|
|
2577
2577
|
queryParamsStore: {
|
|
2578
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2579
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2580
2578
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
2581
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2582
2579
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
2580
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
2583
2581
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
2584
2582
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
2585
2583
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
2586
2584
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
2587
2585
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
2588
2586
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
2587
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
2589
2588
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
2590
2589
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2591
2590
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2599,6 +2598,7 @@ declare class AggregationsService {
|
|
|
2599
2598
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
2600
2599
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2601
2600
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
2601
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
2602
2602
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2603
2603
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
2604
2604
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -2630,17 +2630,16 @@ declare class AggregationsService {
|
|
|
2630
2630
|
}> | null;
|
|
2631
2631
|
getQuery: () => Query;
|
|
2632
2632
|
} & _ngrx_signals.StateSource<{
|
|
2633
|
-
text?: string | undefined;
|
|
2634
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2635
2633
|
name?: string | undefined;
|
|
2636
|
-
sort?: string | undefined;
|
|
2637
2634
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
2635
|
+
text?: string | undefined;
|
|
2638
2636
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
2639
2637
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
2640
2638
|
page?: number | undefined;
|
|
2641
2639
|
pageSize?: number | undefined;
|
|
2642
2640
|
tab?: string | undefined;
|
|
2643
2641
|
scope?: string | undefined;
|
|
2642
|
+
sort?: string | undefined;
|
|
2644
2643
|
basket?: string | undefined;
|
|
2645
2644
|
isFirstPage?: boolean | undefined;
|
|
2646
2645
|
strictRefine?: boolean | undefined;
|
|
@@ -2654,6 +2653,7 @@ declare class AggregationsService {
|
|
|
2654
2653
|
relevanceTransforms?: string | undefined;
|
|
2655
2654
|
removeDuplicates?: boolean | undefined;
|
|
2656
2655
|
queryId?: string | undefined;
|
|
2656
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
2657
2657
|
orderBy?: string | undefined;
|
|
2658
2658
|
groupBy?: string | undefined;
|
|
2659
2659
|
neuralSearch?: boolean | undefined;
|
|
@@ -2758,7 +2758,7 @@ declare class ApplicationService {
|
|
|
2758
2758
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
2759
2759
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
2760
2760
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
2761
|
-
userTheme: _angular_core.Signal<"
|
|
2761
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
2762
2762
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
2763
2763
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
2764
2764
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -2830,7 +2830,7 @@ declare class ApplicationService {
|
|
|
2830
2830
|
param9: _angular_core.Signal<string>;
|
|
2831
2831
|
param10: _angular_core.Signal<string>;
|
|
2832
2832
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
2833
|
-
state: _angular_core.Signal<"
|
|
2833
|
+
state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
|
|
2834
2834
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
2835
2835
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
2836
2836
|
initials: _angular_core.Signal<string>;
|
|
@@ -3608,7 +3608,7 @@ declare class AutocompleteService {
|
|
|
3608
3608
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
3609
3609
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
3610
3610
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
3611
|
-
userTheme: _angular_core.Signal<"
|
|
3611
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
3612
3612
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
3613
3613
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
3614
3614
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4264,17 +4264,16 @@ declare class PreviewService {
|
|
|
4264
4264
|
multiSelection: Article$1[];
|
|
4265
4265
|
}>;
|
|
4266
4266
|
protected readonly queryParamsStore: {
|
|
4267
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4268
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4269
4267
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4270
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4271
4268
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4269
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4272
4270
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4273
4271
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4274
4272
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4275
4273
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4276
4274
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4277
4275
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4276
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4278
4277
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4279
4278
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4280
4279
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4288,6 +4287,7 @@ declare class PreviewService {
|
|
|
4288
4287
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4289
4288
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4290
4289
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4290
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4291
4291
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4292
4292
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4293
4293
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4319,17 +4319,16 @@ declare class PreviewService {
|
|
|
4319
4319
|
}> | null;
|
|
4320
4320
|
getQuery: () => Query;
|
|
4321
4321
|
} & _ngrx_signals.StateSource<{
|
|
4322
|
-
text?: string | undefined;
|
|
4323
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4324
4322
|
name?: string | undefined;
|
|
4325
|
-
sort?: string | undefined;
|
|
4326
4323
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4324
|
+
text?: string | undefined;
|
|
4327
4325
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4328
4326
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4329
4327
|
page?: number | undefined;
|
|
4330
4328
|
pageSize?: number | undefined;
|
|
4331
4329
|
tab?: string | undefined;
|
|
4332
4330
|
scope?: string | undefined;
|
|
4331
|
+
sort?: string | undefined;
|
|
4333
4332
|
basket?: string | undefined;
|
|
4334
4333
|
isFirstPage?: boolean | undefined;
|
|
4335
4334
|
strictRefine?: boolean | undefined;
|
|
@@ -4343,6 +4342,7 @@ declare class PreviewService {
|
|
|
4343
4342
|
relevanceTransforms?: string | undefined;
|
|
4344
4343
|
removeDuplicates?: boolean | undefined;
|
|
4345
4344
|
queryId?: string | undefined;
|
|
4345
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4346
4346
|
orderBy?: string | undefined;
|
|
4347
4347
|
groupBy?: string | undefined;
|
|
4348
4348
|
neuralSearch?: boolean | undefined;
|
|
@@ -4847,7 +4847,7 @@ declare class SavedSearchesService {
|
|
|
4847
4847
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
4848
4848
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4849
4849
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
4850
|
-
userTheme: _angular_core.Signal<"
|
|
4850
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
4851
4851
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
4852
4852
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
4853
4853
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -4893,17 +4893,16 @@ declare class SavedSearchesService {
|
|
|
4893
4893
|
agents: _sinequa_atomic_angular.AgentUserSettings;
|
|
4894
4894
|
}>;
|
|
4895
4895
|
protected readonly queryParamsStore: {
|
|
4896
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4897
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4898
4896
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
4899
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4900
4897
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
4898
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
4901
4899
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
4902
4900
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
4903
4901
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
4904
4902
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
4905
4903
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
4906
4904
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
4905
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
4907
4906
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
4908
4907
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4909
4908
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4917,6 +4916,7 @@ declare class SavedSearchesService {
|
|
|
4917
4916
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
4918
4917
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
4919
4918
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
4919
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
4920
4920
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4921
4921
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
4922
4922
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -4948,17 +4948,16 @@ declare class SavedSearchesService {
|
|
|
4948
4948
|
}> | null;
|
|
4949
4949
|
getQuery: () => _sinequa_atomic.Query;
|
|
4950
4950
|
} & _ngrx_signals.StateSource<{
|
|
4951
|
-
text?: string | undefined;
|
|
4952
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4953
4951
|
name?: string | undefined;
|
|
4954
|
-
sort?: string | undefined;
|
|
4955
4952
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
4953
|
+
text?: string | undefined;
|
|
4956
4954
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
4957
4955
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
4958
4956
|
page?: number | undefined;
|
|
4959
4957
|
pageSize?: number | undefined;
|
|
4960
4958
|
tab?: string | undefined;
|
|
4961
4959
|
scope?: string | undefined;
|
|
4960
|
+
sort?: string | undefined;
|
|
4962
4961
|
basket?: string | undefined;
|
|
4963
4962
|
isFirstPage?: boolean | undefined;
|
|
4964
4963
|
strictRefine?: boolean | undefined;
|
|
@@ -4972,6 +4971,7 @@ declare class SavedSearchesService {
|
|
|
4972
4971
|
relevanceTransforms?: string | undefined;
|
|
4973
4972
|
removeDuplicates?: boolean | undefined;
|
|
4974
4973
|
queryId?: string | undefined;
|
|
4974
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
4975
4975
|
orderBy?: string | undefined;
|
|
4976
4976
|
groupBy?: string | undefined;
|
|
4977
4977
|
neuralSearch?: boolean | undefined;
|
|
@@ -5034,17 +5034,16 @@ declare class SearchService {
|
|
|
5034
5034
|
result: Result;
|
|
5035
5035
|
audit?: AuditEvents;
|
|
5036
5036
|
protected readonly queryParamsStore: {
|
|
5037
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5038
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5039
5037
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5040
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5041
5038
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5039
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5042
5040
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5043
5041
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5044
5042
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5045
5043
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5046
5044
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5047
5045
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5046
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5048
5047
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5049
5048
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5050
5049
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5058,6 +5057,7 @@ declare class SearchService {
|
|
|
5058
5057
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5059
5058
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5060
5059
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5060
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5061
5061
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5062
5062
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5063
5063
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5089,17 +5089,16 @@ declare class SearchService {
|
|
|
5089
5089
|
}> | null;
|
|
5090
5090
|
getQuery: () => Query;
|
|
5091
5091
|
} & _ngrx_signals.StateSource<{
|
|
5092
|
-
text?: string | undefined;
|
|
5093
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5094
5092
|
name?: string | undefined;
|
|
5095
|
-
sort?: string | undefined;
|
|
5096
5093
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5094
|
+
text?: string | undefined;
|
|
5097
5095
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5098
5096
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5099
5097
|
page?: number | undefined;
|
|
5100
5098
|
pageSize?: number | undefined;
|
|
5101
5099
|
tab?: string | undefined;
|
|
5102
5100
|
scope?: string | undefined;
|
|
5101
|
+
sort?: string | undefined;
|
|
5103
5102
|
basket?: string | undefined;
|
|
5104
5103
|
isFirstPage?: boolean | undefined;
|
|
5105
5104
|
strictRefine?: boolean | undefined;
|
|
@@ -5113,6 +5112,7 @@ declare class SearchService {
|
|
|
5113
5112
|
relevanceTransforms?: string | undefined;
|
|
5114
5113
|
removeDuplicates?: boolean | undefined;
|
|
5115
5114
|
queryId?: string | undefined;
|
|
5115
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5116
5116
|
orderBy?: string | undefined;
|
|
5117
5117
|
groupBy?: string | undefined;
|
|
5118
5118
|
neuralSearch?: boolean | undefined;
|
|
@@ -5129,7 +5129,7 @@ declare class SearchService {
|
|
|
5129
5129
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
5130
5130
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5131
5131
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
5132
|
-
userTheme: _angular_core.Signal<"
|
|
5132
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
5133
5133
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
5134
5134
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
5135
5135
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -5225,17 +5225,16 @@ declare class SelectionService {
|
|
|
5225
5225
|
private readonly location;
|
|
5226
5226
|
private readonly selectionStore;
|
|
5227
5227
|
queryParamsStore: {
|
|
5228
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5229
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5230
5228
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5231
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5232
5229
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5230
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5233
5231
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5234
5232
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5235
5233
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5236
5234
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5237
5235
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5238
5236
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5237
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5239
5238
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5240
5239
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5241
5240
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5249,6 +5248,7 @@ declare class SelectionService {
|
|
|
5249
5248
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5250
5249
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5251
5250
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5251
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5252
5252
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5253
5253
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5254
5254
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5280,17 +5280,16 @@ declare class SelectionService {
|
|
|
5280
5280
|
}> | null;
|
|
5281
5281
|
getQuery: () => _sinequa_atomic.Query;
|
|
5282
5282
|
} & _ngrx_signals.StateSource<{
|
|
5283
|
-
text?: string | undefined;
|
|
5284
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5285
5283
|
name?: string | undefined;
|
|
5286
|
-
sort?: string | undefined;
|
|
5287
5284
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5285
|
+
text?: string | undefined;
|
|
5288
5286
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5289
5287
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5290
5288
|
page?: number | undefined;
|
|
5291
5289
|
pageSize?: number | undefined;
|
|
5292
5290
|
tab?: string | undefined;
|
|
5293
5291
|
scope?: string | undefined;
|
|
5292
|
+
sort?: string | undefined;
|
|
5294
5293
|
basket?: string | undefined;
|
|
5295
5294
|
isFirstPage?: boolean | undefined;
|
|
5296
5295
|
strictRefine?: boolean | undefined;
|
|
@@ -5304,6 +5303,7 @@ declare class SelectionService {
|
|
|
5304
5303
|
relevanceTransforms?: string | undefined;
|
|
5305
5304
|
removeDuplicates?: boolean | undefined;
|
|
5306
5305
|
queryId?: string | undefined;
|
|
5306
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5307
5307
|
orderBy?: string | undefined;
|
|
5308
5308
|
groupBy?: string | undefined;
|
|
5309
5309
|
neuralSearch?: boolean | undefined;
|
|
@@ -5449,17 +5449,16 @@ declare class NavbarTabsComponent {
|
|
|
5449
5449
|
readonly router: Router;
|
|
5450
5450
|
readonly route: ActivatedRoute;
|
|
5451
5451
|
readonly queryParamsStore: {
|
|
5452
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5453
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5454
5452
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
5455
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5456
5453
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
5454
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
5457
5455
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
5458
5456
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
5459
5457
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
5460
5458
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
5461
5459
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
5462
5460
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
5461
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
5463
5462
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
5464
5463
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5465
5464
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5473,6 +5472,7 @@ declare class NavbarTabsComponent {
|
|
|
5473
5472
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
5474
5473
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
5475
5474
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
5475
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
5476
5476
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5477
5477
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
5478
5478
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -5504,17 +5504,16 @@ declare class NavbarTabsComponent {
|
|
|
5504
5504
|
}> | null;
|
|
5505
5505
|
getQuery: () => _sinequa_atomic.Query;
|
|
5506
5506
|
} & _ngrx_signals.StateSource<{
|
|
5507
|
-
text?: string | undefined;
|
|
5508
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5509
5507
|
name?: string | undefined;
|
|
5510
|
-
sort?: string | undefined;
|
|
5511
5508
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
5509
|
+
text?: string | undefined;
|
|
5512
5510
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
5513
5511
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
5514
5512
|
page?: number | undefined;
|
|
5515
5513
|
pageSize?: number | undefined;
|
|
5516
5514
|
tab?: string | undefined;
|
|
5517
5515
|
scope?: string | undefined;
|
|
5516
|
+
sort?: string | undefined;
|
|
5518
5517
|
basket?: string | undefined;
|
|
5519
5518
|
isFirstPage?: boolean | undefined;
|
|
5520
5519
|
strictRefine?: boolean | undefined;
|
|
@@ -5528,6 +5527,7 @@ declare class NavbarTabsComponent {
|
|
|
5528
5527
|
relevanceTransforms?: string | undefined;
|
|
5529
5528
|
removeDuplicates?: boolean | undefined;
|
|
5530
5529
|
queryId?: string | undefined;
|
|
5530
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
5531
5531
|
orderBy?: string | undefined;
|
|
5532
5532
|
groupBy?: string | undefined;
|
|
5533
5533
|
neuralSearch?: boolean | undefined;
|
|
@@ -6000,7 +6000,7 @@ declare class ShowBookmarkDirective {
|
|
|
6000
6000
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
6001
6001
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6002
6002
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
6003
|
-
userTheme: _angular_core.Signal<"
|
|
6003
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
6004
6004
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
6005
6005
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
6006
6006
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -6674,17 +6674,16 @@ declare class SponsoredResultsComponent {
|
|
|
6674
6674
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
6675
6675
|
}>;
|
|
6676
6676
|
queryParamStore: {
|
|
6677
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6678
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6679
6677
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
6680
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6681
6678
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
6679
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
6682
6680
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
6683
6681
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
6684
6682
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
6685
6683
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
6686
6684
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
6687
6685
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
6686
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
6688
6687
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
6689
6688
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6690
6689
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6698,6 +6697,7 @@ declare class SponsoredResultsComponent {
|
|
|
6698
6697
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
6699
6698
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
6700
6699
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
6700
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
6701
6701
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6702
6702
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
6703
6703
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -6729,17 +6729,16 @@ declare class SponsoredResultsComponent {
|
|
|
6729
6729
|
}> | null;
|
|
6730
6730
|
getQuery: () => _sinequa_atomic.Query;
|
|
6731
6731
|
} & _ngrx_signals.StateSource<{
|
|
6732
|
-
text?: string | undefined;
|
|
6733
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6734
6732
|
name?: string | undefined;
|
|
6735
|
-
sort?: string | undefined;
|
|
6736
6733
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
6734
|
+
text?: string | undefined;
|
|
6737
6735
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
6738
6736
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
6739
6737
|
page?: number | undefined;
|
|
6740
6738
|
pageSize?: number | undefined;
|
|
6741
6739
|
tab?: string | undefined;
|
|
6742
6740
|
scope?: string | undefined;
|
|
6741
|
+
sort?: string | undefined;
|
|
6743
6742
|
basket?: string | undefined;
|
|
6744
6743
|
isFirstPage?: boolean | undefined;
|
|
6745
6744
|
strictRefine?: boolean | undefined;
|
|
@@ -6753,6 +6752,7 @@ declare class SponsoredResultsComponent {
|
|
|
6753
6752
|
relevanceTransforms?: string | undefined;
|
|
6754
6753
|
removeDuplicates?: boolean | undefined;
|
|
6755
6754
|
queryId?: string | undefined;
|
|
6755
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
6756
6756
|
orderBy?: string | undefined;
|
|
6757
6757
|
groupBy?: string | undefined;
|
|
6758
6758
|
neuralSearch?: boolean | undefined;
|
|
@@ -7007,17 +7007,16 @@ declare class AggregationListComponent {
|
|
|
7007
7007
|
aggregations: Aggregation[];
|
|
7008
7008
|
}>;
|
|
7009
7009
|
queryParamsStore: {
|
|
7010
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7011
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7012
7010
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7013
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7014
7011
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7012
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7015
7013
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7016
7014
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7017
7015
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7018
7016
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7019
7017
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7020
7018
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7019
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7021
7020
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7022
7021
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7023
7022
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7031,6 +7030,7 @@ declare class AggregationListComponent {
|
|
|
7031
7030
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7032
7031
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7033
7032
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7033
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7034
7034
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7035
7035
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7036
7036
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7062,17 +7062,16 @@ declare class AggregationListComponent {
|
|
|
7062
7062
|
}> | null;
|
|
7063
7063
|
getQuery: () => Query;
|
|
7064
7064
|
} & _ngrx_signals.StateSource<{
|
|
7065
|
-
text?: string | undefined;
|
|
7066
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7067
7065
|
name?: string | undefined;
|
|
7068
|
-
sort?: string | undefined;
|
|
7069
7066
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7067
|
+
text?: string | undefined;
|
|
7070
7068
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7071
7069
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7072
7070
|
page?: number | undefined;
|
|
7073
7071
|
pageSize?: number | undefined;
|
|
7074
7072
|
tab?: string | undefined;
|
|
7075
7073
|
scope?: string | undefined;
|
|
7074
|
+
sort?: string | undefined;
|
|
7076
7075
|
basket?: string | undefined;
|
|
7077
7076
|
isFirstPage?: boolean | undefined;
|
|
7078
7077
|
strictRefine?: boolean | undefined;
|
|
@@ -7086,6 +7085,7 @@ declare class AggregationListComponent {
|
|
|
7086
7085
|
relevanceTransforms?: string | undefined;
|
|
7087
7086
|
removeDuplicates?: boolean | undefined;
|
|
7088
7087
|
queryId?: string | undefined;
|
|
7088
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7089
7089
|
orderBy?: string | undefined;
|
|
7090
7090
|
groupBy?: string | undefined;
|
|
7091
7091
|
neuralSearch?: boolean | undefined;
|
|
@@ -7584,6 +7584,7 @@ declare class AggregationDateComponent extends AggregationListComponent {
|
|
|
7584
7584
|
protected selectAndOpenDialog(): void;
|
|
7585
7585
|
protected onRangeSelected(range: DateRange): void;
|
|
7586
7586
|
private updateForm;
|
|
7587
|
+
private toEndOfDay;
|
|
7587
7588
|
private getFormValueFilter;
|
|
7588
7589
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AggregationDateComponent, never>;
|
|
7589
7590
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AggregationDateComponent, "aggregation-date, AggregationDate, aggregationdate", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "displayEmptyDistributionIntervals": { "alias": "displayEmptyDistributionIntervals"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; }, {}, never, ["label"], true, never>;
|
|
@@ -7628,17 +7629,16 @@ declare class AdvancedSearch {
|
|
|
7628
7629
|
multiSelection: Article$1[];
|
|
7629
7630
|
}>;
|
|
7630
7631
|
protected readonly queryParamsStore: {
|
|
7631
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7632
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7633
7632
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
7634
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7635
7633
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
7634
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
7636
7635
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
7637
7636
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
7638
7637
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
7639
7638
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
7640
7639
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
7641
7640
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
7641
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
7642
7642
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
7643
7643
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7644
7644
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7652,6 +7652,7 @@ declare class AdvancedSearch {
|
|
|
7652
7652
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
7653
7653
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
7654
7654
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
7655
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
7655
7656
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7656
7657
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
7657
7658
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -7683,17 +7684,16 @@ declare class AdvancedSearch {
|
|
|
7683
7684
|
}> | null;
|
|
7684
7685
|
getQuery: () => _sinequa_atomic.Query;
|
|
7685
7686
|
} & _ngrx_signals.StateSource<{
|
|
7686
|
-
text?: string | undefined;
|
|
7687
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7688
7687
|
name?: string | undefined;
|
|
7689
|
-
sort?: string | undefined;
|
|
7690
7688
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
7689
|
+
text?: string | undefined;
|
|
7691
7690
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
7692
7691
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
7693
7692
|
page?: number | undefined;
|
|
7694
7693
|
pageSize?: number | undefined;
|
|
7695
7694
|
tab?: string | undefined;
|
|
7696
7695
|
scope?: string | undefined;
|
|
7696
|
+
sort?: string | undefined;
|
|
7697
7697
|
basket?: string | undefined;
|
|
7698
7698
|
isFirstPage?: boolean | undefined;
|
|
7699
7699
|
strictRefine?: boolean | undefined;
|
|
@@ -7707,6 +7707,7 @@ declare class AdvancedSearch {
|
|
|
7707
7707
|
relevanceTransforms?: string | undefined;
|
|
7708
7708
|
removeDuplicates?: boolean | undefined;
|
|
7709
7709
|
queryId?: string | undefined;
|
|
7710
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
7710
7711
|
orderBy?: string | undefined;
|
|
7711
7712
|
groupBy?: string | undefined;
|
|
7712
7713
|
neuralSearch?: boolean | undefined;
|
|
@@ -8092,17 +8093,16 @@ declare class ArticleLabels {
|
|
|
8092
8093
|
|
|
8093
8094
|
declare class ArticleSimilarDocuments {
|
|
8094
8095
|
protected readonly queryParamsStore: {
|
|
8095
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8096
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8097
8096
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8098
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8099
8097
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8098
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8100
8099
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8101
8100
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8102
8101
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8103
8102
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8104
8103
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8105
8104
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8105
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8106
8106
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8107
8107
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8108
8108
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8116,6 +8116,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8116
8116
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8117
8117
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8118
8118
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8119
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8119
8120
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8120
8121
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8121
8122
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8147,17 +8148,16 @@ declare class ArticleSimilarDocuments {
|
|
|
8147
8148
|
}> | null;
|
|
8148
8149
|
getQuery: () => _sinequa_atomic.Query;
|
|
8149
8150
|
} & _ngrx_signals.StateSource<{
|
|
8150
|
-
text?: string | undefined;
|
|
8151
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8152
8151
|
name?: string | undefined;
|
|
8153
|
-
sort?: string | undefined;
|
|
8154
8152
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8153
|
+
text?: string | undefined;
|
|
8155
8154
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8156
8155
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8157
8156
|
page?: number | undefined;
|
|
8158
8157
|
pageSize?: number | undefined;
|
|
8159
8158
|
tab?: string | undefined;
|
|
8160
8159
|
scope?: string | undefined;
|
|
8160
|
+
sort?: string | undefined;
|
|
8161
8161
|
basket?: string | undefined;
|
|
8162
8162
|
isFirstPage?: boolean | undefined;
|
|
8163
8163
|
strictRefine?: boolean | undefined;
|
|
@@ -8171,6 +8171,7 @@ declare class ArticleSimilarDocuments {
|
|
|
8171
8171
|
relevanceTransforms?: string | undefined;
|
|
8172
8172
|
removeDuplicates?: boolean | undefined;
|
|
8173
8173
|
queryId?: string | undefined;
|
|
8174
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8174
8175
|
orderBy?: string | undefined;
|
|
8175
8176
|
groupBy?: string | undefined;
|
|
8176
8177
|
neuralSearch?: boolean | undefined;
|
|
@@ -8754,17 +8755,16 @@ declare class AdvancedSearchComponent {
|
|
|
8754
8755
|
multiSelection: Article$1[];
|
|
8755
8756
|
}>;
|
|
8756
8757
|
protected readonly queryParamsStore: {
|
|
8757
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8758
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8759
8758
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
8760
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8761
8759
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
8760
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
8762
8761
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
8763
8762
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
8764
8763
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
8765
8764
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
8766
8765
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
8767
8766
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
8767
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
8768
8768
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
8769
8769
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8770
8770
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8778,6 +8778,7 @@ declare class AdvancedSearchComponent {
|
|
|
8778
8778
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
8779
8779
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
8780
8780
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
8781
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
8781
8782
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8782
8783
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
8783
8784
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -8809,17 +8810,16 @@ declare class AdvancedSearchComponent {
|
|
|
8809
8810
|
}> | null;
|
|
8810
8811
|
getQuery: () => _sinequa_atomic.Query;
|
|
8811
8812
|
} & _ngrx_signals.StateSource<{
|
|
8812
|
-
text?: string | undefined;
|
|
8813
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8814
8813
|
name?: string | undefined;
|
|
8815
|
-
sort?: string | undefined;
|
|
8816
8814
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
8815
|
+
text?: string | undefined;
|
|
8817
8816
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
8818
8817
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
8819
8818
|
page?: number | undefined;
|
|
8820
8819
|
pageSize?: number | undefined;
|
|
8821
8820
|
tab?: string | undefined;
|
|
8822
8821
|
scope?: string | undefined;
|
|
8822
|
+
sort?: string | undefined;
|
|
8823
8823
|
basket?: string | undefined;
|
|
8824
8824
|
isFirstPage?: boolean | undefined;
|
|
8825
8825
|
strictRefine?: boolean | undefined;
|
|
@@ -8833,6 +8833,7 @@ declare class AdvancedSearchComponent {
|
|
|
8833
8833
|
relevanceTransforms?: string | undefined;
|
|
8834
8834
|
removeDuplicates?: boolean | undefined;
|
|
8835
8835
|
queryId?: string | undefined;
|
|
8836
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
8836
8837
|
orderBy?: string | undefined;
|
|
8837
8838
|
groupBy?: string | undefined;
|
|
8838
8839
|
neuralSearch?: boolean | undefined;
|
|
@@ -9210,17 +9211,16 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9210
9211
|
multiSelection: _sinequa_atomic.Article[];
|
|
9211
9212
|
}>;
|
|
9212
9213
|
queryParamsStore: {
|
|
9213
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9214
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9215
9214
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9216
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9217
9215
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9216
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9218
9217
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9219
9218
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9220
9219
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9221
9220
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9222
9221
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9223
9222
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9223
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9224
9224
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9225
9225
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9226
9226
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9234,6 +9234,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9234
9234
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9235
9235
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9236
9236
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9237
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9237
9238
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9238
9239
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9239
9240
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9265,17 +9266,16 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9265
9266
|
}> | null;
|
|
9266
9267
|
getQuery: () => _sinequa_atomic.Query;
|
|
9267
9268
|
} & _ngrx_signals.StateSource<{
|
|
9268
|
-
text?: string | undefined;
|
|
9269
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9270
9269
|
name?: string | undefined;
|
|
9271
|
-
sort?: string | undefined;
|
|
9272
9270
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9271
|
+
text?: string | undefined;
|
|
9273
9272
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9274
9273
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9275
9274
|
page?: number | undefined;
|
|
9276
9275
|
pageSize?: number | undefined;
|
|
9277
9276
|
tab?: string | undefined;
|
|
9278
9277
|
scope?: string | undefined;
|
|
9278
|
+
sort?: string | undefined;
|
|
9279
9279
|
basket?: string | undefined;
|
|
9280
9280
|
isFirstPage?: boolean | undefined;
|
|
9281
9281
|
strictRefine?: boolean | undefined;
|
|
@@ -9289,6 +9289,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
|
|
|
9289
9289
|
relevanceTransforms?: string | undefined;
|
|
9290
9290
|
removeDuplicates?: boolean | undefined;
|
|
9291
9291
|
queryId?: string | undefined;
|
|
9292
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9292
9293
|
orderBy?: string | undefined;
|
|
9293
9294
|
groupBy?: string | undefined;
|
|
9294
9295
|
neuralSearch?: boolean | undefined;
|
|
@@ -9408,17 +9409,16 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9408
9409
|
private appStore;
|
|
9409
9410
|
readonly exportService: ExportService;
|
|
9410
9411
|
readonly queryParamsStore: {
|
|
9411
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9412
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9413
9412
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9414
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9415
9413
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9414
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9416
9415
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9417
9416
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9418
9417
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9419
9418
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9420
9419
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9421
9420
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9421
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9422
9422
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9423
9423
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9424
9424
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9432,6 +9432,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9432
9432
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9433
9433
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9434
9434
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9435
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9435
9436
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9436
9437
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9437
9438
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9463,17 +9464,16 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9463
9464
|
}> | null;
|
|
9464
9465
|
getQuery: () => _sinequa_atomic.Query;
|
|
9465
9466
|
} & _ngrx_signals.StateSource<{
|
|
9466
|
-
text?: string | undefined;
|
|
9467
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9468
9467
|
name?: string | undefined;
|
|
9469
|
-
sort?: string | undefined;
|
|
9470
9468
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9469
|
+
text?: string | undefined;
|
|
9471
9470
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9472
9471
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9473
9472
|
page?: number | undefined;
|
|
9474
9473
|
pageSize?: number | undefined;
|
|
9475
9474
|
tab?: string | undefined;
|
|
9476
9475
|
scope?: string | undefined;
|
|
9476
|
+
sort?: string | undefined;
|
|
9477
9477
|
basket?: string | undefined;
|
|
9478
9478
|
isFirstPage?: boolean | undefined;
|
|
9479
9479
|
strictRefine?: boolean | undefined;
|
|
@@ -9487,6 +9487,7 @@ declare class ExportDialog implements DialogInterface {
|
|
|
9487
9487
|
relevanceTransforms?: string | undefined;
|
|
9488
9488
|
removeDuplicates?: boolean | undefined;
|
|
9489
9489
|
queryId?: string | undefined;
|
|
9490
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9490
9491
|
orderBy?: string | undefined;
|
|
9491
9492
|
groupBy?: string | undefined;
|
|
9492
9493
|
neuralSearch?: boolean | undefined;
|
|
@@ -9840,17 +9841,16 @@ declare class SearchFeedbackComponent {
|
|
|
9840
9841
|
pages: _angular_core.InputSignal<any>;
|
|
9841
9842
|
readonly auditService: AuditService;
|
|
9842
9843
|
protected readonly queryParamsStore: {
|
|
9843
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9844
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9845
9844
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9846
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9847
9845
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9846
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9848
9847
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9849
9848
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9850
9849
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9851
9850
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9852
9851
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9853
9852
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9853
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9854
9854
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9855
9855
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9856
9856
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9864,6 +9864,7 @@ declare class SearchFeedbackComponent {
|
|
|
9864
9864
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9865
9865
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9866
9866
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9867
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9867
9868
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9868
9869
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9869
9870
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9895,17 +9896,16 @@ declare class SearchFeedbackComponent {
|
|
|
9895
9896
|
}> | null;
|
|
9896
9897
|
getQuery: () => _sinequa_atomic.Query;
|
|
9897
9898
|
} & _ngrx_signals.StateSource<{
|
|
9898
|
-
text?: string | undefined;
|
|
9899
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9900
9899
|
name?: string | undefined;
|
|
9901
|
-
sort?: string | undefined;
|
|
9902
9900
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
9901
|
+
text?: string | undefined;
|
|
9903
9902
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
9904
9903
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
9905
9904
|
page?: number | undefined;
|
|
9906
9905
|
pageSize?: number | undefined;
|
|
9907
9906
|
tab?: string | undefined;
|
|
9908
9907
|
scope?: string | undefined;
|
|
9908
|
+
sort?: string | undefined;
|
|
9909
9909
|
basket?: string | undefined;
|
|
9910
9910
|
isFirstPage?: boolean | undefined;
|
|
9911
9911
|
strictRefine?: boolean | undefined;
|
|
@@ -9919,6 +9919,7 @@ declare class SearchFeedbackComponent {
|
|
|
9919
9919
|
relevanceTransforms?: string | undefined;
|
|
9920
9920
|
removeDuplicates?: boolean | undefined;
|
|
9921
9921
|
queryId?: string | undefined;
|
|
9922
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
9922
9923
|
orderBy?: string | undefined;
|
|
9923
9924
|
groupBy?: string | undefined;
|
|
9924
9925
|
neuralSearch?: boolean | undefined;
|
|
@@ -9955,17 +9956,16 @@ declare class AggregationTreeComponent {
|
|
|
9955
9956
|
aggregations: Aggregation[];
|
|
9956
9957
|
}>;
|
|
9957
9958
|
queryParamsStore: {
|
|
9958
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9959
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9960
9959
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
9961
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9962
9960
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
9961
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
9963
9962
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
9964
9963
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
9965
9964
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
9966
9965
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
9967
9966
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
9968
9967
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
9968
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
9969
9969
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
9970
9970
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9971
9971
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -9979,6 +9979,7 @@ declare class AggregationTreeComponent {
|
|
|
9979
9979
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
9980
9980
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
9981
9981
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
9982
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
9982
9983
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9983
9984
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
9984
9985
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -10010,17 +10011,16 @@ declare class AggregationTreeComponent {
|
|
|
10010
10011
|
}> | null;
|
|
10011
10012
|
getQuery: () => Query;
|
|
10012
10013
|
} & _ngrx_signals.StateSource<{
|
|
10013
|
-
text?: string | undefined;
|
|
10014
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10015
10014
|
name?: string | undefined;
|
|
10016
|
-
sort?: string | undefined;
|
|
10017
10015
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
10016
|
+
text?: string | undefined;
|
|
10018
10017
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
10019
10018
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
10020
10019
|
page?: number | undefined;
|
|
10021
10020
|
pageSize?: number | undefined;
|
|
10022
10021
|
tab?: string | undefined;
|
|
10023
10022
|
scope?: string | undefined;
|
|
10023
|
+
sort?: string | undefined;
|
|
10024
10024
|
basket?: string | undefined;
|
|
10025
10025
|
isFirstPage?: boolean | undefined;
|
|
10026
10026
|
strictRefine?: boolean | undefined;
|
|
@@ -10034,6 +10034,7 @@ declare class AggregationTreeComponent {
|
|
|
10034
10034
|
relevanceTransforms?: string | undefined;
|
|
10035
10035
|
removeDuplicates?: boolean | undefined;
|
|
10036
10036
|
queryId?: string | undefined;
|
|
10037
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
10037
10038
|
orderBy?: string | undefined;
|
|
10038
10039
|
groupBy?: string | undefined;
|
|
10039
10040
|
neuralSearch?: boolean | undefined;
|
|
@@ -11000,7 +11001,7 @@ declare class FilterButtonComponent {
|
|
|
11000
11001
|
position: _angular_core.InputSignal<Placement>;
|
|
11001
11002
|
offset: _angular_core.InputSignal<number>;
|
|
11002
11003
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11003
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
11004
|
+
protected variant: _angular_core.WritableSignal<"default" | "link" | "secondary" | "accent" | "destructive" | "outline" | "ghost" | "ai" | "none" | "primary" | "light-accent" | "tertiary" | "icon" | null | undefined>;
|
|
11004
11005
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11005
11006
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11006
11007
|
protected nativeElement: any;
|
|
@@ -11014,17 +11015,16 @@ declare class FilterButtonComponent {
|
|
|
11014
11015
|
aggregations: _sinequa_atomic.Aggregation[];
|
|
11015
11016
|
}>;
|
|
11016
11017
|
protected queryParamsStore: {
|
|
11017
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11018
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11019
11018
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11020
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11021
11019
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11020
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11022
11021
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11023
11022
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11024
11023
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11025
11024
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11026
11025
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11027
11026
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11027
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11028
11028
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11029
11029
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11030
11030
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11038,6 +11038,7 @@ declare class FilterButtonComponent {
|
|
|
11038
11038
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11039
11039
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11040
11040
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11041
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11041
11042
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11042
11043
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11043
11044
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11069,17 +11070,16 @@ declare class FilterButtonComponent {
|
|
|
11069
11070
|
}> | null;
|
|
11070
11071
|
getQuery: () => _sinequa_atomic.Query;
|
|
11071
11072
|
} & _ngrx_signals.StateSource<{
|
|
11072
|
-
text?: string | undefined;
|
|
11073
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11074
11073
|
name?: string | undefined;
|
|
11075
|
-
sort?: string | undefined;
|
|
11076
11074
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11075
|
+
text?: string | undefined;
|
|
11077
11076
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11078
11077
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11079
11078
|
page?: number | undefined;
|
|
11080
11079
|
pageSize?: number | undefined;
|
|
11081
11080
|
tab?: string | undefined;
|
|
11082
11081
|
scope?: string | undefined;
|
|
11082
|
+
sort?: string | undefined;
|
|
11083
11083
|
basket?: string | undefined;
|
|
11084
11084
|
isFirstPage?: boolean | undefined;
|
|
11085
11085
|
strictRefine?: boolean | undefined;
|
|
@@ -11093,6 +11093,7 @@ declare class FilterButtonComponent {
|
|
|
11093
11093
|
relevanceTransforms?: string | undefined;
|
|
11094
11094
|
removeDuplicates?: boolean | undefined;
|
|
11095
11095
|
queryId?: string | undefined;
|
|
11096
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11096
11097
|
orderBy?: string | undefined;
|
|
11097
11098
|
groupBy?: string | undefined;
|
|
11098
11099
|
neuralSearch?: boolean | undefined;
|
|
@@ -11728,17 +11729,16 @@ declare class MoreButtonComponent {
|
|
|
11728
11729
|
columnMap?: Record<string, _sinequa_atomic.CCColumn> | undefined;
|
|
11729
11730
|
}>;
|
|
11730
11731
|
queryParamsStore: {
|
|
11731
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11732
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11733
11732
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
11734
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11735
11733
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
11734
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
11736
11735
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
11737
11736
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
11738
11737
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
11739
11738
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
11740
11739
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
11741
11740
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
11741
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
11742
11742
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
11743
11743
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11744
11744
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11752,6 +11752,7 @@ declare class MoreButtonComponent {
|
|
|
11752
11752
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
11753
11753
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
11754
11754
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
11755
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
11755
11756
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11756
11757
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
11757
11758
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -11783,17 +11784,16 @@ declare class MoreButtonComponent {
|
|
|
11783
11784
|
}> | null;
|
|
11784
11785
|
getQuery: () => _sinequa_atomic.Query;
|
|
11785
11786
|
} & _ngrx_signals.StateSource<{
|
|
11786
|
-
text?: string | undefined;
|
|
11787
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11788
11787
|
name?: string | undefined;
|
|
11789
|
-
sort?: string | undefined;
|
|
11790
11788
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
11789
|
+
text?: string | undefined;
|
|
11791
11790
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
11792
11791
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
11793
11792
|
page?: number | undefined;
|
|
11794
11793
|
pageSize?: number | undefined;
|
|
11795
11794
|
tab?: string | undefined;
|
|
11796
11795
|
scope?: string | undefined;
|
|
11796
|
+
sort?: string | undefined;
|
|
11797
11797
|
basket?: string | undefined;
|
|
11798
11798
|
isFirstPage?: boolean | undefined;
|
|
11799
11799
|
strictRefine?: boolean | undefined;
|
|
@@ -11807,6 +11807,7 @@ declare class MoreButtonComponent {
|
|
|
11807
11807
|
relevanceTransforms?: string | undefined;
|
|
11808
11808
|
removeDuplicates?: boolean | undefined;
|
|
11809
11809
|
queryId?: string | undefined;
|
|
11810
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
11810
11811
|
orderBy?: string | undefined;
|
|
11811
11812
|
groupBy?: string | undefined;
|
|
11812
11813
|
neuralSearch?: boolean | undefined;
|
|
@@ -12203,17 +12204,16 @@ declare class FiltersBarComponent {
|
|
|
12203
12204
|
aggregations: Aggregation[];
|
|
12204
12205
|
}>;
|
|
12205
12206
|
protected queryParamsStore: {
|
|
12206
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12207
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12208
12207
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12209
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12210
12208
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12209
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12211
12210
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12212
12211
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12213
12212
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12214
12213
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12215
12214
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12216
12215
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12216
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12217
12217
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12218
12218
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12219
12219
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12227,6 +12227,7 @@ declare class FiltersBarComponent {
|
|
|
12227
12227
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12228
12228
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12229
12229
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12230
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12230
12231
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12231
12232
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12232
12233
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12258,17 +12259,16 @@ declare class FiltersBarComponent {
|
|
|
12258
12259
|
}> | null;
|
|
12259
12260
|
getQuery: () => _sinequa_atomic.Query;
|
|
12260
12261
|
} & _ngrx_signals.StateSource<{
|
|
12261
|
-
text?: string | undefined;
|
|
12262
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12263
12262
|
name?: string | undefined;
|
|
12264
|
-
sort?: string | undefined;
|
|
12265
12263
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12264
|
+
text?: string | undefined;
|
|
12266
12265
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12267
12266
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12268
12267
|
page?: number | undefined;
|
|
12269
12268
|
pageSize?: number | undefined;
|
|
12270
12269
|
tab?: string | undefined;
|
|
12271
12270
|
scope?: string | undefined;
|
|
12271
|
+
sort?: string | undefined;
|
|
12272
12272
|
basket?: string | undefined;
|
|
12273
12273
|
isFirstPage?: boolean | undefined;
|
|
12274
12274
|
strictRefine?: boolean | undefined;
|
|
@@ -12282,6 +12282,7 @@ declare class FiltersBarComponent {
|
|
|
12282
12282
|
relevanceTransforms?: string | undefined;
|
|
12283
12283
|
removeDuplicates?: boolean | undefined;
|
|
12284
12284
|
queryId?: string | undefined;
|
|
12285
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12285
12286
|
orderBy?: string | undefined;
|
|
12286
12287
|
groupBy?: string | undefined;
|
|
12287
12288
|
neuralSearch?: boolean | undefined;
|
|
@@ -12684,17 +12685,16 @@ declare class MoreComponent {
|
|
|
12684
12685
|
aggregations: Aggregation[];
|
|
12685
12686
|
}>;
|
|
12686
12687
|
queryParamsStore: {
|
|
12687
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12688
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12689
12688
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
12690
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12691
12689
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
12690
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
12692
12691
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
12693
12692
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
12694
12693
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
12695
12694
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
12696
12695
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
12697
12696
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
12697
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
12698
12698
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
12699
12699
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12700
12700
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12708,6 +12708,7 @@ declare class MoreComponent {
|
|
|
12708
12708
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
12709
12709
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
12710
12710
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
12711
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
12711
12712
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12712
12713
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
12713
12714
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -12739,17 +12740,16 @@ declare class MoreComponent {
|
|
|
12739
12740
|
}> | null;
|
|
12740
12741
|
getQuery: () => _sinequa_atomic.Query;
|
|
12741
12742
|
} & _ngrx_signals.StateSource<{
|
|
12742
|
-
text?: string | undefined;
|
|
12743
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12744
12743
|
name?: string | undefined;
|
|
12745
|
-
sort?: string | undefined;
|
|
12746
12744
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
12745
|
+
text?: string | undefined;
|
|
12747
12746
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
12748
12747
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
12749
12748
|
page?: number | undefined;
|
|
12750
12749
|
pageSize?: number | undefined;
|
|
12751
12750
|
tab?: string | undefined;
|
|
12752
12751
|
scope?: string | undefined;
|
|
12752
|
+
sort?: string | undefined;
|
|
12753
12753
|
basket?: string | undefined;
|
|
12754
12754
|
isFirstPage?: boolean | undefined;
|
|
12755
12755
|
strictRefine?: boolean | undefined;
|
|
@@ -12763,6 +12763,7 @@ declare class MoreComponent {
|
|
|
12763
12763
|
relevanceTransforms?: string | undefined;
|
|
12764
12764
|
removeDuplicates?: boolean | undefined;
|
|
12765
12765
|
queryId?: string | undefined;
|
|
12766
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
12766
12767
|
orderBy?: string | undefined;
|
|
12767
12768
|
groupBy?: string | undefined;
|
|
12768
12769
|
neuralSearch?: boolean | undefined;
|
|
@@ -13308,7 +13309,7 @@ declare class RecentSearchesComponent {
|
|
|
13308
13309
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13309
13310
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13310
13311
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13311
|
-
userTheme: _angular_core.Signal<"
|
|
13312
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13312
13313
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13313
13314
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13314
13315
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13373,17 +13374,16 @@ declare class RecentSearchesComponent {
|
|
|
13373
13374
|
declare class SavedSearchDialog implements DialogInterface {
|
|
13374
13375
|
private readonly savedSearchesService;
|
|
13375
13376
|
protected readonly queryParamsStore: {
|
|
13376
|
-
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13377
|
-
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13378
13377
|
name?: _angular_core.Signal<string | undefined> | undefined;
|
|
13379
|
-
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13380
13378
|
action?: _angular_core.Signal<"" | "open" | "search" | "aggregate" | undefined> | undefined;
|
|
13379
|
+
text?: _angular_core.Signal<string | undefined> | undefined;
|
|
13381
13380
|
select?: _angular_core.Signal<_sinequa_atomic.Select[] | undefined> | undefined;
|
|
13382
13381
|
open?: _angular_core.Signal<_sinequa_atomic.Open[] | undefined> | undefined;
|
|
13383
13382
|
page?: _angular_core.Signal<number | undefined> | undefined;
|
|
13384
13383
|
pageSize?: _angular_core.Signal<number | undefined> | undefined;
|
|
13385
13384
|
tab?: _angular_core.Signal<string | undefined> | undefined;
|
|
13386
13385
|
scope?: _angular_core.Signal<string | undefined> | undefined;
|
|
13386
|
+
sort?: _angular_core.Signal<string | undefined> | undefined;
|
|
13387
13387
|
basket?: _angular_core.Signal<string | undefined> | undefined;
|
|
13388
13388
|
isFirstPage?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13389
13389
|
strictRefine?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13397,6 +13397,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13397
13397
|
relevanceTransforms?: _angular_core.Signal<string | undefined> | undefined;
|
|
13398
13398
|
removeDuplicates?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13399
13399
|
queryId?: _angular_core.Signal<string | undefined> | undefined;
|
|
13400
|
+
aggregations?: _angular_core.Signal<string[] | Record<string, _sinequa_atomic.AggregationOptions> | undefined> | undefined;
|
|
13400
13401
|
orderBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13401
13402
|
groupBy?: _angular_core.Signal<string | undefined> | undefined;
|
|
13402
13403
|
neuralSearch?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
@@ -13428,17 +13429,16 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13428
13429
|
}> | null;
|
|
13429
13430
|
getQuery: () => _sinequa_atomic.Query;
|
|
13430
13431
|
} & _ngrx_signals.StateSource<{
|
|
13431
|
-
text?: string | undefined;
|
|
13432
|
-
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13433
13432
|
name?: string | undefined;
|
|
13434
|
-
sort?: string | undefined;
|
|
13435
13433
|
action?: "" | "search" | "open" | "aggregate" | undefined;
|
|
13434
|
+
text?: string | undefined;
|
|
13436
13435
|
select?: _sinequa_atomic.Select[] | undefined;
|
|
13437
13436
|
open?: _sinequa_atomic.Open[] | undefined;
|
|
13438
13437
|
page?: number | undefined;
|
|
13439
13438
|
pageSize?: number | undefined;
|
|
13440
13439
|
tab?: string | undefined;
|
|
13441
13440
|
scope?: string | undefined;
|
|
13441
|
+
sort?: string | undefined;
|
|
13442
13442
|
basket?: string | undefined;
|
|
13443
13443
|
isFirstPage?: boolean | undefined;
|
|
13444
13444
|
strictRefine?: boolean | undefined;
|
|
@@ -13452,6 +13452,7 @@ declare class SavedSearchDialog implements DialogInterface {
|
|
|
13452
13452
|
relevanceTransforms?: string | undefined;
|
|
13453
13453
|
removeDuplicates?: boolean | undefined;
|
|
13454
13454
|
queryId?: string | undefined;
|
|
13455
|
+
aggregations?: (Record<string, _sinequa_atomic.AggregationOptions> | string[]) | undefined;
|
|
13455
13456
|
orderBy?: string | undefined;
|
|
13456
13457
|
groupBy?: string | undefined;
|
|
13457
13458
|
neuralSearch?: boolean | undefined;
|
|
@@ -13483,7 +13484,7 @@ declare class SavedSearchesComponent {
|
|
|
13483
13484
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13484
13485
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13485
13486
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13486
|
-
userTheme: _angular_core.Signal<"
|
|
13487
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13487
13488
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13488
13489
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13489
13490
|
isDarkMode: _angular_core.Signal<boolean>;
|
|
@@ -13578,7 +13579,7 @@ declare class UserProfileFormComponent {
|
|
|
13578
13579
|
param9: _angular_core.Signal<string>;
|
|
13579
13580
|
param10: _angular_core.Signal<string>;
|
|
13580
13581
|
userOverrideActive: _angular_core.Signal<boolean>;
|
|
13581
|
-
state: _angular_core.Signal<"
|
|
13582
|
+
state: _angular_core.Signal<"initial" | "loading" | "loaded" | "error">;
|
|
13582
13583
|
allowUserOverride: _angular_core.Signal<boolean>;
|
|
13583
13584
|
isOverridingUser: _angular_core.Signal<boolean>;
|
|
13584
13585
|
initials: _angular_core.Signal<string>;
|
|
@@ -13622,7 +13623,7 @@ declare class UserProfileFormComponent {
|
|
|
13622
13623
|
alerts: _angular_core.Signal<_sinequa_atomic_angular.Alert[]>;
|
|
13623
13624
|
collapseAssistant?: _angular_core.Signal<boolean | undefined> | undefined;
|
|
13624
13625
|
language?: _angular_core.Signal<string | undefined> | undefined;
|
|
13625
|
-
userTheme: _angular_core.Signal<"
|
|
13626
|
+
userTheme: _angular_core.Signal<"light" | "dark" | "system" | undefined>;
|
|
13626
13627
|
agents: _angular_core.Signal<_sinequa_atomic_angular.AgentUserSettings | undefined>;
|
|
13627
13628
|
isDebugMode: _angular_core.Signal<boolean>;
|
|
13628
13629
|
isDarkMode: _angular_core.Signal<boolean>;
|